﻿.displayTable {
    display: table !important;
}

.iconColor {
    color: #FFE780;
}

.align-center {
    text-align: center;
}

.level-1 li.active a {
    background-color: #0099CB !important;
}

.companyIcon {
    padding-top: 9px;
}

.headerLogo img {
    margin-left: -17px;
    max-width: inherit;
    width: 130%;
    position: relative;
}

@media only screen and (max-width: 480px) {
    #search.pull-right {
        position: absolute;
        top: 50px;
        right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    #search.pull-right .searchInputContainer {
        width: 110px;
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    #search.pull-right .searchInputContainer input {
        width: 70px;
    }
}

@media only screen and (max-width: 480px) {
    #search.pull-right a.newSearch {
        display: none;
    }
}

#search.pull-right i {
    color: #006699;
    line-height: 30px;
}

@media only screen and (max-width: 480px) {
    a.btn.btn-navbar {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.callSymbol {
    font-size: 20px;
    color: #327D91;
    font-weight: 600;
}

.menuInner {
    display: inline;
}

.dnnSendPassword .dnnFormMessage {
    color: black;
}

.dnnSendPasswordContent {
    width: 650px;
}

.dnnSendPassword .dnnLabel {
    width: 27.075%;
}

    .dnnSendPassword .dnnLabel + span {
        display: block;
        margin-top: 0;
        vertical-align: top;
    }

.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary,
.dnnFormMessage.dnnFormSuccess {
    border-color: #fff;
    color: black;
    background: #fff;
}

.dnnFormMessage {
    color: red;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    background: inherit;
    border: inherit;
    max-width: inherit;
    margin-bottom: 10px;
}

.dnnPasswordResetContent ul.dnnActions,
.dnnSendPasswordContent ul.dnnActions {
    padding: 0 0 0 212px;
}

.dnnSendPasswordContent a.dnnPrimaryAction,
.dnnSendPasswordContent a.dnnSecondaryAction,
.dnnPasswordResetContent a.dnnPrimaryAction,
.dnnPasswordResetContent a.dnnSecondaryAction {
    background-color: #1B4955 !important;
    font-size: 1.2em;
    padding: 10px;
}


.aroundMenu {
    background-color: #2F6571;
    padding: 15px;
    border-radius: 10px;
}
/* -- Nav Menu -- */
.menu {
    width: 100%;
}

.level-1 li a:hover {
    text-decoration: underline;
}

.userProperties p {
    margin-bottom: 15px;
}

.menu li a {
    color: white;
    display: block;
    padding-top: 16px;
    position: relative;
    font-size: 1.6em;
    background: rgb(45,125,145);
    height: 45px;
    text-align: center;
    border-top: 7px solid;
    font-weight: 600;
}

    .menu li a:hover {
        text-decoration: none;
    }

a.menu-link {
    display: none;
}

.js .menu, .js .menu > ul ul {
    overflow: hidden;
    max-height: 0;
}

.level-1 li.linkBorder {
    margin-top: -3px;
}

li.higherUp a {
    padding: 12px 20px 0px 20px;
}

.menuIcon {
    width: 20px;
}

#menuIcon, #menuIconTUTop, #menuIconNWPivot {
    display: inline-block;
}

.menuArrows {
    display: none;
}


.level-1 li:nth-child(7n+1) a {
    border-color: rgb(105,185,205);
}

.level-1 li:nth-child(7n+2) a {
    border-color: rgb(115,200,130);
}

.level-1 li:nth-child(7n+3) a {
    border-color: rgb(155,195,170);
}

.level-1 li:nth-child(7n+4) a {
    border-color: rgb(210,160,215);
}

.level-1 li:nth-child(7n+5) a {
    border-color: rgb(115,205,210);
}

.level-1 li:nth-child(7n+6) a {
    border-color: rgb(135,185,255);
}

.level-1 li:nth-child(7n+0) a {
    border-color: rgb(170,215,230);
}


.menuBorder {
    border: 7px solid #fff !important;
    padding-top: 14px;
}

.dnnSendPasswordContent .dnnTooltip .dnnFormHelpContent {
    font-size: 14px;
    font-weight: 700;
}

.dnnSendPasswordContent .dnnFormItem span.dnnFormMessage.dnnFormError {
    background: #AF000D;
    font-weight: 700;
    font-size: 14px;
}

    .dnnSendPasswordContent .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        border-top: 7px solid #AF000D !important;
    }

/* -- Nav Menu (For Desktop Only) -- */
@media only screen and (min-width: 1200px) {
    ul.level-1 > li {
        float: left;
        width: 16.3%;
    }

    .menu li a {
        font-size: 1.7em;
        height: 35px;
        font-weight: 700;
    }

    .aroundMenu {
        padding: 12px;
    }

    .headerLogo img {
        margin-left: -10px;
        max-height: 70px;
        width: inherit;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    ul.level-1 > li {
        float: left;
        width: 16.2%;
    }

    .menu li a {
        font-size: 1.3em;
        height: 30px;
        padding-top: 10px;
    }


    .aroundMenu {
        padding: 10px 15px;
    }

    .headerLogo img {
        margin-left: -10px;
        max-height: 65px;
        width: inherit;
    }

    .phone_number {
        margin-right: 25%;
    }

    #login, .phone_number {
        /* padding-top: 15px; */
    }

    .qqtitle h2 {
        margin: 16px 0;
    }
}

@media only screen and (min-width: 770px) and (max-width: 992px) {
    .navbar-inner {
        padding-left: 0;
    }

    .nav-collapse {
        height: auto !important;
    }

    ul.level-1 > li {
        float: left;
        width: 16.055555%;
    }

    .navbar-inner {
    }

    .menu li a {
        font-size: 1em;
        height: 30px;
        padding-top: 10px;
        font-weight: 700;
    }


    .aroundMenu {
        padding: 10px 15px;
    }

    .headerLogo img {
        max-height: 65px;
        width: inherit;
    }

    #login, .phone_number {
        padding-top: 15px;
    }

    .phone_number {
        margin-top: 0;
        font-size: 1.1em;
        margin-right: 15%;
    }
}

@media only screen and (max-width:770px) {
    ul.level-1 > li {
        float: inherit !important;
        width: auto !important;
    }

    .btn-navbar {
        position: absolute;
        right: 0;
        z-index: 2;
    }

    .dnnSendPasswordContent input[type=text],
    .dnnPasswordResetContent input[type=text],
    .dnnPasswordResetContent input[type=password] {
        width: 95%;
        display: block;
    }


    .dnnSendPasswordContent .dnnLabel,
    .dnnPasswordResetContent .dnnLabel {
        width: initial;
        float: none;
        text-align: left;
    }

    .dnnSendPasswordContent ul.dnnActions,
    .dnnPasswordResetContent ul.dnnActions {
        padding: 0;
    }

    .dnnSendPassword {
        width: initial;
    }

    .dnnSendPasswordContent,
    .dnnPasswordResetContent {
        width: initial;
    }
}

@media (max-width:480px) {
    .dnnSendPasswordContent .dnnFormHelpContent,
    .dnnPasswordResetContent .dnnFormHelpContent {
        width: initial;
    }
}

@media (max-width: 992px) {
    .navbar .brand {
        margin-left: -10px;
        position: relative;
    }

    .headerLogo img {
        margin-left: 0;
        width: inherit;
    }
}

/* -- Nav Menu (For Desktop Only) -- */
@media only screen and (min-width: 770px) {
    .js .menu, .js .menu > ul ul {
        max-height: none;
    }

        .js .menu > ul ul {
            background: white;
            display: none;
            z-index: 1;
        }

        .js .menu > ul li:hover > ul {
            display: block;
        }

    ul.level-1 {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        ul.level-1 > li:not(:nth-child(7n+1)) {
            padding-left: 5px;
        }

        ul.level-1 > li:nth-child(7n) {
            margin-bottom: 5px;
        }

    .menuInner {
        display: none;
    }
}



/*******************************/
/*Mobile Styles*/
/*******************************/
@media only screen and (max-width: 1279px) {

    .aroundMenu {
        margin-top: 10px;
    }
}


/*******************************/
/*Extra Small Mobile Styles*/
/*******************************/
@media only screen and (max-width: 770px) {

    /* -- Around Menu -- */
    .aroundMenu {
        background-color: none;
        padding: 0px;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
        margin-top: auto;
    }



    /* -- Nav Menu -- */
    .menu .level-1 li a {
        background: rgb(45,125,145);
        border-top: none;
        border-left: 7px solid;
        cursor: pointer;
        margin: 15px 0px;
        height: auto;
        /*width: 100%;*/
        border-radius: 4px;
    }

    a.menu-link {
        text-align: left;
        background: rgb(40,105,125);
        display: block;
        padding: 10px 20px;
        font-weight: normal;
        font-size: 22px;
    }

        a.menu-link, a.menu-link:visited, a.menu-link:hover, a.menu-link:active {
            color: white !important;
            text-decoration: none !important;
        }

    .menu, .menu > ul ul {
        clear: both;
    }

        .menu.active, .js .menu > ul ul.active {
            max-height: 880px;
        }

    .menu {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        background: rgb(25,75,85);
    }

        .menu ul {
            list-style-type: none;
        }

        .menu ul {
            margin-left: 0px;
            padding: 0px 25px;
        }

    ul.level-1 li a {
        padding: 10px;
    }

    .menuBorder {
        padding-top: 5px !important;
    }


    .menuArrows {
        display: inline-block;
    }

    .menu li:nth-child(7n+1) a {
        border-color: rgb(105,185,205);
    }

    .menu li:nth-child(7n+2) a {
        border-color: rgb(115,200,130);
    }

    .menu li:nth-child(7n+3) a {
        border-color: rgb(155,195,170);
    }

    .menu li:nth-child(7n+4) a {
        border-color: rgb(210,160,215);
    }

    .menu li:nth-child(7n+5) a {
        border-color: rgb(115,205,210);
    }

    .menu li:nth-child(7n+6) a {
        border-color: rgb(135,185,255);
    }

    .menu li:nth-child(7n+0) a {
        border-color: rgb(170,215,230);
    }
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:480px) {
}

.skip-maincontent {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    color: #005580;
}

a.skip-maincontent:active,
a.skip-maincontent:focus,
a.skip-maincontent:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.page-title {
    font-size: 1.75rem;
    font-family: 'Gotham-Medium', sans-serif;
}

.d-none {
    display: none !important;
}

#cookietoastParent {
    color: #333;
}

    #cookietoastParent.fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }

    #cookietoastParent.p-4 {
        padding: 1.5rem !important;
    }

    #cookietoastParent .toast {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
        max-width: 350px;
        font-size: .875rem;
        background-color: rgba(255,255,255,.85);
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
        opacity: 0;
        border-radius: .25rem
    }

        #cookietoastParent .toast:not(:last-child) {
            margin-bottom: .75rem
        }

        #cookietoastParent .toast.showing {
            opacity: 1
        }

        #cookietoastParent .toast.show {
            display: block;
            opacity: 1
        }

        #cookietoastParent .toast.hide {
            display: none
        }

    #cookietoastParent .toast-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: .25rem .75rem;
        color: #6c757d;
        background-color: rgba(255,255,255,.85);
        background-clip: padding-box;
        border-bottom: 1px solid rgba(0,0,0,.05);
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    #cookietoastParent .toast-body {
        padding: .75rem
    }

    #cookietoastParent .mw-100 {
        max-width: 100% !important;
    }

    #cookietoastParent .w-100 {
        width: 100% !important;
    }

    #cookietoastParent .bg-white {
        background-color: #fff !important;
    }

    #cookietoastParent .p-3 {
        padding: 1rem !important;
    }

    #cookietoastParent .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #cookietoastParent .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #cookietoastParent .understandBtn {
        position: absolute;
        right: 50px;
        top: 50px;
    }

    #cookietoastParent .btn-primary {
        background: #0099CB;
        color: white;
        padding: 8px 20px;
        border-radius: 3px;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        border: none;
    }

    #cookietoastParent .manage-link {
        cursor: pointer;
        text-decoration: underline;
    }

    #cookietoastParent .manage-cookie-header {
        color: #0068a3;
        line-height: 30px;
    }

    #cookietoastParent .manage-cookie-info-data {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #cookietoastParent .manage-cookies-container > div {
        border: 1px solid #eee;
        padding: 5px 10px;
        font-family: 'Gotham-Bold', sans-serif;
    }

    #cookietoastParent .manage-cookie-header {
        color: #0068a3;
        line-height: 30px;
    }

    #cookietoastParent .manage-link {
        cursor: pointer;
        text-decoration: underline;
    }

#cookie-section .description {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Gotham-Book', sans-serif;
}

/* The switch - the box around the slider */
#cookie-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

    /* Hide default HTML checkbox */
    #cookie-section .switch input {
        display: none;
    }

/* The slider */
#cookie-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    #cookie-section .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

#cookie-section input.default:checked + .slider {
    background-color: #00abd4;
}

#cookie-section input.default:checked[disabled] + .slider {
    opacity: .5;
    cursor: not-allowed;
}

#cookie-section input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#cookie-section input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#cookie-section .slider.round {
    border-radius: 34px;
}

    #cookie-section .slider.round:before {
        border-radius: 50%;
    }

#cookietoastParent .text-right {
    text-align: right !important;
}

#cookietoastParent .pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

#cookietoastParent .p-0 {
    padding: 0 !important;
}

#cookietoastParent .mt-3 {
    margin-top: 1rem !important;
}

#cookietoastParent .toggle-outer {
    padding-top: 15px;
}