﻿.banner-main {
    text-align: center;
    background-color: #0C6995;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/background.jpg');
    background-size: cover;
}

.home-logo {
    border: 2px solid #fff;
    padding: 4px 12px 4px 12px;
}

.contract-notice {
    padding: 20px;
    font-weight: 600;
    font-style: oblique;
    color: #104169;
    text-align: center;
    margin-bottom: 0px;
}

.navigation-search {
    padding-bottom: 6px;
}

#navigation {
    margin-top: 0px;
    z-index: 999;
}

#nav_list li a {
    padding-top: 0px;
}

/* Logo and picture bar */
.branding .header-organization-banner img {
    width: 25%;
    height: 25%;
    max-height: unset;
    vertical-align: unset;
    padding: 30px;
    padding-left: 0px;
    padding-top: 10px;
    margin-left: 0px;
}

.cda-picture-bar-holder .cda-picture-bar-item,
div.header-primary-banner.hidden-print,
div.header-primary-banner.hidden-print img {
    height: 123px !important;
}

div.header-primary-banner img:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

div.header-primary-banner img:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 1280px) {
    .branding .header-organization-banner img {
        height: 65%;
        width: 65%;
        padding: 10px;
        margin-left: unset;
    }
    .cda-picture-bar-holder {
        height: 105px !important;
    }

    .cda-picture-bar-item,
    div.header-primary-banner.hidden-print,
    div.header-primary-banner.hidden-print img {
        max-height: 93px !important;
    }
}

@media (max-width: 1000px) {
    .branding .header-organization-banner img {
        padding: 20px;
        padding-top: 13px;
    }
    .cda-picture-bar-holder {
        height: 80px !important;
    }

    .cda-picture-bar-item,
    div.header-primary-banner.hidden-print,
    div.header-primary-banner.hidden-print img {
        max-height: 68px !important;
    }
}

@media (max-width: 768px) {
    .branding .header-organization-banner img {
        height: 130%;
        width: 130%;
    }
}
/* end logo and picture bar */

#mobile-branding {
    display: none;
}

.modal.cda .modal-header {
    background-color: #114169;
    border-bottom: 3px solid #fdb81e;
}

    .modal.cda .modal-header .modal-title {
        color: white;
    }

.modal.cda .modal-footer {
    background-color: #114169;
}

@media (min-width: 1280px) {
    .main-navigation {
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .main-navigation {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .main-navigation {
        overflow: hidden;
    }

    #mobile-branding {
        display: block !important;
    }

        #mobile-branding .header-organization-banner {
            line-height: 88px !important;
            /*            max-height: 50px !important;*/
            max-width: 260px !important;
        }

    .cda-picture-bar-holder {
        display: none !important;
    }
}




.branding .col-xs-3.img-responsive {
    margin: 0 !important;
    padding: 0 !important;
}

.branding .col-xs-8 {
    margin: 0;
    padding: 0;
}

.header-primary-banner.hidden-print {
    background-size: 100% 110% !important;
}

.branding .header-organization-banner {
    line-height: 138px !important;
}

.cda-picture-bar-holder {
    position: relative;
    height: 150px;
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1265px;
}

.navigation-search {
    margin-left: auto;
    margin-right: auto;
    max-width: 1265px;
}

.cda-picture-bar-holder .branding {
    padding-left: 0px;
    padding-right: 0px;
}

.cda-picture-bar-item .header-organization-banner {
    padding-left: 18px;
}

@media (min-width: 768px) {
    body {
        margin-left: auto;
        margin-right: auto;
        max-width: 1265px;
    }

    .global-header.fixed {
        max-width: 1265px;
    }

    .header-primary-banner {
        margin-left: 13px;
    }

        .header-primary-banner.hidden-print {
            background-size: auto !important;
        }
}

@media (min-width: 1280px) {
    .branding {
        width: 1262px !important;
    }

    .container {
        width: 1265px !important;
    }
}

@media (min-width: 981px) {
    .header-primary-banner.hidden-print {
        background-size: 100% 110% !important;
    }
}

.toggled-margin {
    max-width: 100% !important;
}

.toggled-auto-margin {
    max-width: 1265px;
    margin: auto;
}

.main-two-column-cda-container {
    padding: 10px 0px 15px 0px;
    margin-bottom: 10px;
}

.add-margin-top-50 {
    margin-top: 50px;
}

.add-padding-top-10 {
    padding-top: 10px;
}

.table {
    width: 100% !important;
}

/* Only show the link color when inside the tabs not on the tab link themselves*/
.ui-widget-content a:not(.ui-tabs-anchor):not(.btn-primary-cda):not(.override-color):not(.iconbox) {
    color: #1F506C !important;
}

.dt-no-wrap {
    white-space: nowrap;
}

/* CDA TAbs */
.tab-group .nav-tabs {
    background: #0f4169;
}

    .tab-group .nav-tabs li:not(.active) a {
        color: white;
    }

.nav-tabs > li > a:hover {
    border-color: #d6d6d6 #d6d6d6 #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: white;
    background-color: #fbad23;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fbad23;
}

.ui-tabs .ui-tabs-nav {
    background: #104169;
}

.ui-tabs .ui-tabs-panel /* just in case you want to change the panel */ {
    background: white;
}

.ui-state-active {
    background: #ffd984 !important;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #0f4169 !important;
    }

.section {
    background-color: transparent;
}

.cda-providers-list a strong {
    color: #2F77A0;
}

.cda-providers-list a {
    color: black;
}

.utility-header .settings-links {
    margin-top: -7px;
}

.panel-body.highlight-cda {
    background-color: #dae7ef;
}

h1.cda, h2.cda {
    background-color: #104169;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border-top: 3px solid #fdb91e;
    border-bottom: 3px solid #fdb91e;
    margin-bottom: .4em;
}

    h1.cda i[class^="fa"]:first-child, h2.cda i[class^="fa"]:first-child {
        display: inline-block !important;
        color: #fdb81d;
    }

    h1.cda:before, h2.cda:before {
        font-family: FontAwesome;
        content: "\f138";
        color: #fdb91d;
        margin-right: 10px;
    }

.cda-box figure figcaption {
    padding-top: 10px !important;
}

.cda-box figure {
    min-height: 171px !important;
}

.cda-box.jobs-page figure {
    /*min-height: 186px !important;*/
}

    .cda-box.jobs-page figure figcaption {
        /*padding-top: 20px !important;*/
    }

        .cda-box.jobs-page figure figcaption.no-top-padding {
            padding-top: 10px !important;
        }

.card-default {
    border-radius: 9px;
}

.card-focused {
    text-align: center;
    padding: 10px;
    background-color: #efeff0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: 3px solid #fdb91e;
}

    .card-focused img {
        height: 95px;
        border-radius: 9px;
    }

.card-title {
    padding: 5px 5px;
    text-align: center;
    border-bottom: 3px solid #fdba1e;
    background-color: #0f4169;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-primary {
    background-color: #0f4169;
}

table.dataTable.no-footer {
    border-bottom-color: #efeff0 !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom-color: #efeff0 !important;
}

.cda-contact-textarea {
    min-height: 100px;
}

.cda-contact-textarea-2x {
    min-height: 200px;
}

.cda-contact-category input {
    margin-left: 8px;
}

.cda-contact-category label {
    font-weight: normal;
    margin-left: 8px
}

.cda-errors {
    border-radius: 5px;
}

ul.cda-ul-less-margin {
    -webkit-padding-start: 20px;
}

blockquote.cda {
    border: none;
    text-align: center;
}

li.nav-item.active {
    background-color: #1041690a;
}

div.program-logo {
    text-align: center;
    padding: 10px;
}

img.program-logo {
    height: 119px;
    max-width: 165px;
}

    img.program-logo.ps {
        max-width: none !important;
        padding: 15px;
        border-radius: 35px !important;
    }

    img.program-logo.ps, img.pse {
        background-color: #fff;
        border-radius: 8px 8px 0px 0px !important;
    }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-text-primary {
    background-color: #104169;
    color: white;
    font-style: italic;
    border-right: 3px solid #fbad23;
}

.input-group-primary a.btn-primary .input-group-text {
    color: #fff !important;
    background-color: #046B99 !important;
    border-color: #046B99 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-primary-cda {
    color: white !important;
    background-color: #104169;
    border-color: #046B99;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #035376;
    border-color: #035376;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #046B99;
    border-color: #046B99;
}

.btn-primary .badge {
    color: #046B99;
    background-color: #fff;
}

div.panel.panel-primary div.panel-heading h3.panel-title span.text-muted {
    color: #fbad23;
}

.panel .panel-heading h3.smaller, .panel .panel-heading h2.smaller, .panel .panel-heading h4.smaller, .panel .panel-heading h5.smaller {
    font-size: 1em;
}

.needs-clarification {
    background-color: yellow;
}

.cda-less-margin-bottom {
    margin-bottom: 4px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

ul.divided-list {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 10px;
}

ul.divided-list-noborder {
    border: none;
    padding-bottom: 0px;
}

.pp-handshake-icon-header {
    line-height: inherit !important;
}

div.internet-accordion h3.cda { /* Make the accordion not show all border radius */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Spinner */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


label[required]::after {
    content: " *";
    color: #dc3545;
    font-weight: 700;
}


ul.no-bullet {
    list-style-type: none;
}
/*override color for ada*/
.alert-danger {
    color: #800F00 !important;
}
/*using this class insead of red text for ada*/
.danger-text {
    color: #C60000;
}

/*Override success button for ADA*/
.btn-success {
    color: #000 !important;
}


/*Custom Panel*/
.panel-custom-go {
    margin-bottom: 5px;
    border: 1px solid grey;
}

    .panel-custom-go .panel-heading {
        background-color: #DCE7EE !important;
        color: #072b42 !important;
        font-weight: 700 !important;
        border-bottom: none !important;
    }

    .panel-custom-go .panel-title {
        margin: 0px;
    }

        .panel-custom-go .panel-title h2 {
            color: #072b42 !important;
            font-size: large !important;
            margin: 0px;
        }

.panel-toggle-btn {
    float: right;
    cursor: pointer;
    font-size: x-large;
    padding: 0px 10px;
}


/* 50 Aniverssary */
div.aniversary-profile-image {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    div.aniversary-profile-image > img {
        max-width: 300px;
    }

div.aniversary-profile-desc {
    padding-left: 50px;
    padding-right: 50px;
}
/* 50 Aniverssary end*/


/*Twetter x-ms-webview logo*/
.twlogo-sm{
    width: 13px;
    height: 13px;
    color: #fff;
    margin-bottom:3px;
}
.twlogo-md {
    width: 18px;
    height: 18px;
    color: #fff;
    margin-bottom: 8px;
}
/*end*/

.txt-center, .text-center{
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

/*Press Release Card*/
.card-news-room {
    width: 100%;
    padding: 20px;
    background-color: #f0f2f7;
    /*border-radius: 4px;*/
}

    .card-news-room .card-body {

    }

    .card-news-room .card-title {
        text-align: left;
        font-weight: 900;
        background-color: unset;
        color: initial;
        border-bottom: none;
    }

    .card-news-room .primary-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .card-news-room .card-text {
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-news-room .card-link {
        color: #255f80;
        padding-left: 5px;
        padding-right: 5px;
    }
/*End*/

.font-xs{
    font-size: x-small;
}
.font-sm{
    font-size: small;
}
.font-md{
    font-size: medium;
}
.font-lg{
    font-size: large;
}
.font-xl{
    font-size: x-large;
}
.font-italic {
    font-style: italic;
}

.card-no-border{
    border: none;
}

.card-bordered{
    border: 1px solid #ddd;
}

.w-90, .width-90 {
    width: 90%;
}
.w-80, .width-80 {
    width: 80%;
}
.w-75, .width-75 {
    width: 75%;
}
.w-60, .width-60 {
    width: 60%;
}
.w-50, .width-50{
    width: 50%;
}

.img-border-radius, .img-br-4 {
    border-radius: 4px !important;
}


#timely-iframe-container-timely-iframe-embed-0{
    display: none !important;
}

ul.decimal {
    list-style-type: decimal
}



a {
    min-height: 25px;
    text-decoration: underline;
}
    a:hover,
    a:focus{
        font-weight: 600;
    }

li.nav-item > a, a.btn {
    text-decoration: none;
}
    li.nav-item > a:hover,
    li.nav-item > a:focus {
        font-weight: initial;
    }

a.no-decoration {
    text-decoration: none !important;
}