﻿/*Landing Page styles*/
.points-of-interest {
    padding: 20px;
    background-color: #f1f1f1;
    border: solid 1px #35647D;
    color: #35647D;
}

.points-of-interest ul {
    color: #35647D;
    margin-left: -20px;
    margin-bottom: 0px;
    list-style: square;
}

  /*  .points-of-interest a {
        color: #35647D;
        text-decoration: underline;
    }*/

.questionbox {
    background-color: #7CA5BA;
    color: #003B4C;
    padding: 20px;
    border: 1px solid #003B4C;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.font-26px {
    font-size: 26px;
}

.font-28px {
    font-size: 28px;
}

.call-out-box {
    border: 1px solid #35647D;
}

.call-out-box h3 {
        color: white;
        font-weight: 500;
        background-color: #35647D;
        padding: 10px;
        margin: 0px;
 }

.call-out-box p {
        padding: 10px;
 }

.call-out-btn {
    color: #3e464a;
    padding: 10px;
    font-size: 21px;
    background-color: #babec0;
    border-top: solid 1px #35647D;
    text-align: center;
    text-transform: uppercase;
    transition: .4s;
    letter-spacing: 1.5px;
}

.call-out-btn:hover {
        background-color: #003B4C;
        color: white;
}

.spacer-bar {
    border: 2.5px solid #eeeeee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer {
    margin-top: 50px;
}

.spacer-half {
    margin-top: 25px;
}

ul {
    margin-bottom: 20px;
}

.blue-subheader {
    color: #35647D;
    font-weight: bold;
    margin-bottom: 10px;
}

.blue-bar-divider {
    border:solid 1px #7CA5BA;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pr-12 {
    padding-right: 12.5px;
}

.primary-btn {
    padding: 15px;
    color: #FFFFFF;
    background-color: #35647D;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

.primary-btn:hover {
    background-color: #013d4e;
    color: #FFFFFF;
    font-size: 17.5px;
}

@media (max-width: 460px) {
    .primary-btn {
        width: 100%;
        text-align: center;
        font-size: 17.5px;
    }
}

.gray-btn {
    padding: 15px;
    color: #FFFFFF;
    background-color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .gray-btn:hover {
        background-color: #3e464a;
        color: #FFFFFF;
        font-size: 17.5px;
    }

@media (max-width: 460px) {
    .gray-btn {
        width: 100%;
        text-align: center;
        font-size: 17.5px;
    }
}

/*Begins CSS from OLD NBCC Stylesheet that would not load
*/

.more-info-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #50689b;
    text-align: center;
    padding-bottom: 5px;
}

.more-info-btn {
    color: white;
    padding: 5px;
    text-align: center;
    background-color: #50689b;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.custom-btn {
    color: #5C666F;
    padding: 5px;
    text-align: center;
    background-color: #BBBDC3;
    border: solid 1px #5C666F;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.search-btn {
    color: white;
    padding: 5px;
    text-align: center;
    background-color: #7CA5BA;
    border: solid 1px #003B4C;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.featured-btn {
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: #4a5c81;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.calloutHeader {
    font-size: 22px;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 15px;
    background-color: #4a7b96;
    padding: 10px;
    margin: -5px;
    margin-bottom: 10px;
}

.calloutbox {
    border: solid #42758f 2px;
    /*border-radius: 10px;*/
    padding: 5px;
}

    .calloutbox h2 {
        text-align: center;
    }

.content-box-homepage {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: #4a7b96;
    min-height: 415px;
    height: 100%;
    min-width: 200px;
    max-width: 780px;
    width: 100%;
    padding: 25px;
}

.content-paragraph {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 17.5%;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 460px) {
    .content-paragraph {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 17.5%;
        font-size: 17.5px;
        font-weight: 500;
    }
}

@media (max-width: 460px) {
    .content-box-homepage {
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        color: #4a7b96;
        height: 100%;
        min-width: 200px;
        max-width: 780px;
        width: 100%;
        padding: 12.5px;
    }
}

.content-box-header-apply {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 2px #4a7b96;
    color: #4a7b96;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

@media (max-width: 460px) {
    .content-box-header-apply {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        border-bottom: solid 2px #4a7b96;
        color: #4a7b96;
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }
}

.content-box-header-counselor-find {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 2px #213d45;
    color: #213d45;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

@media (max-width: 460px) {
    .content-box-header-counselor-find {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        border-bottom: solid 2px #213d45;
        color: #213d45;
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }
}

.content-box-header-state-board {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 300px;
    color: #013d4e;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    border-bottom: solid 2px #013d4e;
}

@media (max-width: 460px) {
    .content-box-header-state-board {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        border-bottom: solid 2px #013d4e;
        color: #013d4e;
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }
}

.content-box-header-job-board {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #42738e;
    width: 355px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    border-bottom: solid 2px #42738e;
}

@media (max-width: 460px) {
    .content-box-header-job-board {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        border-bottom: solid 2px #42738e;
        color: #42738e;
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }
}

.content-box-btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    max-width: 360px;
    width: 100%;
    background-color: #4a7b96;
    color: white;
    font-weight: 800;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
}

.content-box-featured {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: white;
    height: 100%;
    min-width: 200px;
    max-width: 1250px;
    width: 100%;
    padding: 50px;
}

@media (max-width: 600px) {
    .content-box-featured {
        margin-left: auto;
        margin-right: auto;
        margin-top: 250px;
        margin-bottom: 250px;
        background-color: white;
        height: 100%;
        min-width: 200px;
        max-width: 1250px;
        width: 100%;
        padding: 10px;
    }
}

.featured-box-header {
    font-size: 45px;
    font-weight: 700;
    text-align: left;
    color: #4e7f9a;
    margin-left: 50px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-left: 7.5px solid #9acbe6;
}

@media (max-width: 600px) {
    .featured-box-header {
        font-size: 45px;
        font-weight: 700;
        text-align: left;
        color: #4e7f9a;
        margin-left: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
        border-left: 7.5px solid #9acbe6;
    }
}

.featured-box-header-two {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #4e7f9a;
    margin-left: 50px;
    margin-bottom: -5px;
}

@media (max-width: 600px) {
    .featured-box-header-two {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #4e7f9a;
        margin-left: 20px;
        margin-bottom: -5px;
    }
}

.featured-paragraph {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #4e7f9a;
}

@media (max-width: 600px) {
    .featured-paragraph {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        font-size: 20px;
        font-weight: 500;
        color: #4e7f9a;
    }
}

.featured-bullets {
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    list-style: square;
    background-color: #4e7f9a;
}

@media (max-width: 600px) {
    .featured-bullets {
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        list-style: square;
        background-color: #4e7f9a;
    }
}

.featured-box-btn {
    margin-left: 50px;
    min-width: 200px;
    max-width: 360px;
    width: 100%;
    background-color: #4e7f9a;
    color: white;
    font-weight: 800;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .featured-box-btn {
        float: right;
        margin-left: auto;
        margin-right: auto;
        min-width: 200px;
        max-width: 360px;
        width: 100%;
        background-color: #4e7f9a;
        color: white;
        font-weight: 800;
        padding: 10px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        white-space: nowrap;
    }
}

.finder-top {
    border: solid 1px #01385f;
    padding: 8px;
    color: #01385f;
    cursor: pointer;
}

.finder-bottom {
    padding: 8px;
    border: solid 1px #01385f;
    color: #01385f;
    display: none;
}

.marginchange {
    margin-bottom: 31px;
}

.following-number {
    border: solid 1px grey;
    padding: 4px;
}

.clear-results {
    color: #42758f;
}


.hidespinner {
    visibility: hidden;
}

.searchdropdown li {
    font-size: 18px;
    text-align: left;
    color: white;
    padding: 10px 30px;
}

    .searchdropdown li a {
        color: #003b4c;
        padding: 3px 20px;
    }

.searchdropdown > li > a:hover,
.searchdropdown > li > a:focus {
    text-decoration: none;
    color: white;
}

.searchdropdown p {
    margin: 0px 0px 10px;
    padding: 10px 20px;
}

.searchdropdown li:nth-child(even) {
    background-color: #c9d4d8;
}

.searchdropdown li:nth-child(odd) {
    background-color: #92acb3;
}


@media (max-width: 993px) {
    .searchmap {
        display: none;
    }
}

@media (min-width: 1px) {
    .search {
        width: 100%;
    }
}

@media (min-width: 994px) {
    .search {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .BottomRow {
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 741px) {
    .affiliate-desktop {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .affiliate-desktop {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .affiliate-mobile {
        display: block;
    }
}

@media only screen and (min-width: 461px) {
    .affiliate-mobile {
        display: none;
    }
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #999;
    margin: 0px auto;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 5px;
        border-style: solid;
        border-width: 0px;
        overflow: hidden;
        word-break: normal;
        border-color: #999;
        color: #444;
        background-color: #F7FDFA;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
        border-style: solid;
        border-width: 0px;
        overflow: hidden;
        word-break: normal;
        border-color: #999;
        color: #fff;
        background-color: #26ADE4;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .tg .tg-vn4c {
        background-color: #D2E4FC;
    }

@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }

        .tg col {
            width: auto !important;
        }

    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: auto 0px;
    }
}

div.callout {
    border: solid 1px #3E5E6F;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.fa {
    -moz-transition: all .6s linear;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

    .fa.down {
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.mission-header {
    color: #41738C;
    text-align: center;
    font-weight: 900;
    font-size: 7em;
    padding: 100px 0:
}

.mission-copy {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
}

.vertical-divide-right {
    border-right: 1px solid gray;
    min-height: 160px;
    padding-right: 5%;
}

.vertical-divide-left {
    border-left: 1px solid #5C666F;
    min-height: 160px;
}

@media screen and (max-width: 767px) {
    .vertical-divide-right {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .vertical-divide-left {
        border-left: none;
    }
}

.vision-header {
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #41738C;
    text-align: center;
    font-weight: 900;
    font-size: 72px;
}

.vision-copy {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
}

.FAQbox {
    background-color: #e0e0e0;
    padding: 15px;
}

#qList {
    font-size: 28px;
}

.qItem {
    margin-bottom: 10px;
    border: 1px solid #317eac;
}

.question {
    background-color: #fafafa;
    padding: 5px;
    padding-left: 10px;
    font-size: 24px;
    color: #317eac;
    cursor: pointer;
}

    .question .fa {
        float: none;
        display: none;
    }

.answer {
    padding: 10px;
    background-color: #cfdee5;
    color: #5F5D5D;
    border-top: solid 1px #317eac;
}

.searchbox {
    background-color: #e4e4e4;
    padding: 15px;
    text-align: center;
    min-height: 220px;
}

.resourcescard {
    min-height: 300px;
}

@media (min-width: 1200px) {
    .resourcescard {
        min-height: 405px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .resourcescard {
        min-height: 550px;
    }
}

#mobileMenu {
    background-color: #FFFFFF;
}

@media(min-width: 1375px) {
    #mobileMenu {
        display: none;
    }

    #desktopMenu {
        display: block;
    }
}

@media(max-width: 1374px) {
    #mobileMenu {
        display: block;
    }

    #desktopMenu {
        display: none;
    }
}

@media(min-width: 1200px) {
    .border-change {
        border: 1px solid #35647D;
        border-right: 0px;
    }
}

@media(max-width: 1199px) {
    .border-change {
        border: 1px solid #35647D;
    }
}

@media(min-width: 1200px) {
    .desktopbook {
        display: block;
    }

    .mobilebook {
        display: none;
    }
}

@media(max-width: 1199px) {
    .desktopbook {
        display: none;
    }

    .mobilebook {
        display: block;
    }
}

figcaption h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

@media(max-width: 1199px) {
    .info-container {
        min-height: 413px;
    }
}

@media(max-width: 991px) {
    .info-container {
        text-align: center;
    }

    .girl {
        display: none;
    }
}

#MainImage {
    /*width:225px;*/
    margin-top: 10px;
}


.hidden {
    display: none;
}

@media(max-width: 1200px) {
    .counselshow {
        display: none;
    }
}

@media(min-width: 461px) {
    .homerow {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media(max-width: 460px) {
    .homerow {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.contactpop {
    margin-left: 20px;
    margin-bottom: 10px;
}

.overlayAd p {
    margin: 10px;
    height: 120px;
}

.infoAd {
    background-color: #003B4C;
    color: white;
    padding: 10px;
    font-size: 22px;
    text-align: center;
}

    .infoAd a {
        color: white;
    }

.homelistdiv {
    background-color: #35647D;
    color: #ffffff;
    padding: 5px;
    padding-top: 10px;
    /*border-radius: 4px;*/
}

    .homelistdiv a {
        color: white;
        text-decoration: underline;
    }

.homelist {
    list-style: square;
    font-size: 20px;
}

    .homelist li {
        margin-bottom: 10px;
    }

.standard-btn {
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #003B4C;
    border: solid 1px #5C666F;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.standard-btn1 {
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #003B4C;
    border: solid 1px #5C666F;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.calloutbox {
    margin-bottom: 15px;
}

    .calloutbox div {
        margin-bottom: 10px;
    }

@media(min-width: 1px) {
    .ForthePublic h3 {
        font-size: 28px;
    }
}

@media(min-width: 1199px) {
    .ForthePublic h3 {
        font-size: 17px;
    }

    .ForthePublic p {
        min-height: 170px;
    }
}

@media(min-width: 1374px) {
    .ForthePublic h3 {
        font-size: 24px;
    }

    .ForthePublic p {
        min-height: 120px;
    }
}

.veteransbox {
    margin-left: -40px;
    border-bottom: 1px solid #41738C;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ACEPBox {
    height: 310px;
    margin-bottom: 10px;
}

.milbutton {
    margin-bottom: 15px;
    height: 50px;
}

    .milbutton div {
        height: 50px;
        vertical-align: central;
    }

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.full-width-btn {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: #35647D;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    -moz-box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    cursor: pointer;
    vertical-align: middle;
}

.full-width-btn-light {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black;
    background-color: #d7e7f3;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    -moz-box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    box-shadow: 0px 0px 0px 2.5px rgb(53,100,125);
    cursor: pointer;
}


.call-to-action-btn {
    padding: 10px;
    color: #ffffff;
    background-color: #35647D;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #003b4c;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .call-to-action-btn:hover {
        background-color: #7CA5BA;
        color: #003B4C;
        font-size: 17.5px;
    }

.primary-btn {
    padding: 10px;
    color: #FFFFFF;
    background-color: #003B4C;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #013d4e;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
    line-height: 27.5px;
}

    .primary-btn:hover {
        background-color: #013d4e;
        color: white;
        border: solid 1px #003B4C;
        font-size: 17.5px;
        line-height: 27.5px;
    }

@media (max-width: 460px) {
    .primary-btn {
        width: 100%;
        text-align: center;
        font-size: 17.5px;
        line-height: 27.5px;
    }
}

.blue-btn {
    padding: 10px;
    color: #FFFFFF;
    background-color: #4a7b96;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .blue-btn:hover {
        background-color: #003B4C;
        color: white;
        border: none;
        font-size: 17.5px;
    }

.blue-btn-sm {
    padding: 6px 18px;
    color: #FFFFFF;
    background-color: #4a7b96;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    float: right !important;
}

    .blue-btn-sm:hover {
        background-color: #003B4C;
    }

.white-btn {
    padding: 10px;
    color: #4a7b96;
    background-color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .white-btn:hover {
        background-color: #003B4C;
        color: white;
        border: none;
        font-size: 17.5px;
    }

.ga-call-to-action-btn {
    padding: 10px;
    color: #FFFFFF;
    background-color: #729BC9;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .ga-call-to-action-btn:hover {
        background-color: #FFFFFF;
        color: #729BC9;
        border: none;
        font-size: 17.5px;
    }

.innerpage-btn {
    padding: 10px;
    color: #5C666F;
    background-color: #CECECE;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #5C666F;
    transition: 0.4s;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

    .innerpage-btn:hover {
        background-color: #003B4C;
        color: white;
        font-size: 17.5px;
    }

.navbar-right > li > a {
    font-size: 17.5px;
}

.general-btn {
    padding: 10px;
    color: #003b4c;
    background-color: #7ca6ba;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #003b4c;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

.dark-btn {
    color: white;
    background-color: #003B4C;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17.5px;
}

.modclose {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
}

.toolbox a {
    color: white;
}

.addspacing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spacebuttons .innerpage-btn {
    margin-bottom: 10px;
}

.spacebuttons {
    margin-bottom: 10px;
}

    .spacebuttons .btn {
        margin-bottom: 10px;
    }

.studyitem {
    display: block;
    padding: 10px;
    background: #5a869d;
    border: 1px solid #01456a;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bolder;
}

.studyitem-data {
    display: none;
    height: auto;
    border: 1px solid #7297ab;
    color: #4D4D4F;
    background-color: #EEF5FA;
}

    .studyitem-data h2 {
        font-weight: 700;
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: #1A4B5A;
    }

    .studyitem-data h3 {
        font-weight: 700;
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: #1A4B5A;
    }

    .studyitem-data h4 {
    }

.item-data div {
    margin: 30px;
}

.studyName {
    font-size: 26px;
    margin-bottom: 5px;
    /*border-bottom: 2px solid #5a869d;*/
    display: table;
    font-weight: bold;
    color: #01456a;
}

    .studyName a {
        font-size: 24px;
        margin-bottom: 5px;
        /*border-bottom: 2px solid #5a869d;*/
        display: table;
        font-weight: bold;
        color: #1A4B5A;
    }

/*.studyName a:hover {
    font-size:24px;
    text-decoration: none !important;
    color: #323e45;
    border-bottom-color: #323e45;
    display: table;
    font-weight: bold;
}*/

/*.studyName a:visited {
    font-size:24px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5a869d;
    display: table;
    font-weight: bold;
    color: #7297ab;
}*/

.category-text {
    font-style: italic;
    color: #003B4C;
    margin-top: 30px;
    margin-bottom: 15px;
}

.first-category-text {
    font-style: italic;
    color: #003B4C;
    margin-bottom: 15px;
}

.ethics-list li {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}

.ethics-list a {
    text-decoration: none;
    font-weight: bold;
    color: #35a8d5;
}

.twitter-typeahead {
    width: 100%;
}

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.ethics-list a {
    text-decoration: underline;
    transition: .4s;
}

    .ethics-list a:hover {
        color: #003B4C;
    }

.ethics-list li {
    font-family: "Times New Roman", Times, serif;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.ethics-page {
    font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1374px) {

    .resourcescallout {
        width: 50%;
    }
}

.counselorfindChoose {
    font-size: 22px;
    transition: .5s;
}

.rotatecounselorfind {
    transform: rotate(90deg);
}

.form-control {
    cursor: pointer;
}

.cards-grid {
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
}

    .cards-grid div {
        padding-left: 0px;
        padding-right: 0px;
    }

.banner-image {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #35647e;
    /*border-radius: 5px;*/
}

.banner-image-butter-cms {
    width: 100%;
    /*margin-bottom: 20px;*/
    border: 1px solid #35647e;
    /*border-radius: 5px;*/
}

.customsidebar p {
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 18px;
}


.flydrop {
    font-size: 18px;
    padding-top: 10px;
}

.numfigs span {
    font-weight: 900;
    color: #4f86a0;
    font-size: 38px;
}

.linkedinPic {
    float: left;
    border: 1px solid #35647e;
    margin: 0px 10px 10px 10px;
    height: 340px;
}

.force-wrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#CertVersusLic table {
    border-bottom: black 1px solid;
}

/*GA Modal Styling*/
.highlights-p {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 5px solid #eeeeee;
}

.highlights-year-header {
    background-color: #7ca6ba;
    color: white;
    padding: 5px;
}

.highlights-congress-header {
    background-color: #35647e;
    color: white;
    padding: 5px;
}

.developments-p {
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
}

.developments-month-header {
    /*background-color: #42738d;*/
    color: #42738d;
    /*padding: 5px;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.developments-year-header {
    /*background-color: #42738d;*/
    color: #42738d;
    /*padding: 5px;*/
    font-weight: 700;
    font-size: 26px;
}

.newsroom-tile-image {
    max-width: 100%;
    float: left;
    margin-right: 40px;
    border: none;
}

.page-banner {
    margin-bottom: 20px;
    border: 1px solid #35647e;
}

.recentnewsheader {
    background: #003B4C;
    padding: 10px;
}

    .recentnewsheader h2 {
        color: #FFFFFF;
        margin: 0px;
        letter-spacing: 3px;
    }

.recentnewsbody {
    border: 1px solid #003B4C;
    padding: 10px;
    background-color: #5086A0;
    background-image: url('/Images/GovtAffairs/Recent-Events-BG.png')
}

.recentnews ul li {
    margin-left: -10px;
    color: #FFFFFF;
    list-style-image: url('/Images/Icons/Right-Triangle-White.png');
    font-size: 24px;
}

    .recentnews ul li a {
        color: #FFFFFF;
    }

.recentnews ul {
    color: #FFFFFF;
    text-decoration: none;
}

.govtcalloutheader {
    background-color: #003B4C;
}

sampleItem {
}

div.sampleItem ol {
    list-style-type: upper-alpha;
    margin-left: 50px;
}

    div.sampleItem ol li {
        padding: 4px;
    }

p.sampleQ {
    font-weight: bold;
    margin-top: 30px;
}

.highlight {
    background-color: lightblue;
}

div.showAnswer {
    padding: 6px;
    font-size: 80%;
    color: White;
    width: 50%;
    text-align: center;
    margin-top: 8px;
    margin-left: 30px;
    background-color: #7F9FB4;
    cursor: pointer;
}

.board-border {
    border: 1px solid #7ca6ba;
}

.manage-border {
    border: 1px solid #003b4c
}

.staff-div {
    margin-bottom: 30px;
    min-height: 420px;
}

.sticky-header {
    /*makes the menu stay at top*/
    position: fixed;
    /*unsticks the menu for when info bar is used*/
    /*position: absolute;*/
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #FFFFFF;
    margin-top: -15px;
    margin-bottom: 20px;
    /*border-bottom: solid 1px #EEEEEE;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(117,125,131,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(117,125,131,0.5);
    box-shadow: 0px 3px 10px 0px rgba(117,125,131,0.5);*/
}

/*Counselor Find*/
.counselor-find-well {
    background-color: #6692b5;
    border: solid 1px #01385f;
    padding: 30px;
    padding-top: 40px;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.cf-well-headers {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 21px;
}

@media (max-width: 460px) {
    .counselor-find-well {
        background-color: #6692b5;
        border: solid 1px #01385f;
        padding: 15px;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.search-total {
    padding: 15px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #01385f;
}

@media (max-width: 460px) {
    .search-total {
        padding: 15px;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #01385f;
    }
}

.begin-search-btn {
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
}

.clear-results-btn {
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    margin-right: 20px;
}

@media (max-width: 460px) {
    .begin-search-btn {
        width: 100%;
        padding: 15px;
        cursor: pointer;
        font-size: 18px;
        margin-top: 20px;
        margin-left: -15px;
        white-space: nowrap;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 460px) {
    .clear-results-btn {
        width: 100%;
        cursor: pointer;
        padding: 15px;
        font-size: 18px;
        margin-top: 20px;
        margin-left: -15px;
        margin-right: 0px;
        white-space: nowrap;
        display: inline-block;
        float: left;
    }
}

@media only screen and (min-width: 741px) {
    .desktop-swap {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .desktop-swap {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .mobile-swap {
        display: block;
    }
}

@media only screen and (min-width: 461px) {
    .mobile-swap {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    .small-device {
        display: block;
    }
}

@media only screen and (min-width: 461px) {
    .small-device {
        display: none;
    }
}

@media only screen and (min-width: 461px) {
    .medium-to-large-device {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .medium-to-large-device {
        display: none;
    }
}

.newsletter-article .fa-facebook-square {
    color: #3b5998;
}

.newsletter-article .fa-twitter-square {
    color: #1da1f2;
}

.newsletter-article .fa-linkedin-square {
    color: #007bb6;
}

.newsletter-article .fa:hover {
    opacity: .7;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.promo-item {
    background-color: #84bbc9;
    border: 5px dashed #094462;
    padding: 30px;
    border-radius: 15px;
}

    .promo-item h2 {
        font-weight: 600;
        margin-top: 0px;
        color: #094462;
    }

    .promo-item p {
        color: #094462;
    }

/*Resouces Formatting*/
.resources-callout {
    border: 1px #42738d solid;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.resources-header {
    font-size: 20.75px;
    color: #35647e;
    text-align: left;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 10px;
    margin: 0px;
}

.text-light {
    font-weight: normal;
}

.text-dblue {
    color: #35647e;
}

.text-white {
    color: #FFFFFF;
}

.font-x-22 {
    font-size: 22px;
}

.toolbox {
    margin-bottom: 30px;
}

/*Padding Defined*/
.p-15 {
    padding: 15px;
}

.px-o {
    padding-left: 0px;
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-0 {
    padding-top: 0px;
}

.p-10 {
    padding: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*Margins Defined*/
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.m-0 {
    margin: 0px;
}

.bold {
    font-weight: 600;
}
/*Resources FAQ Box Styles*/
.FAQbox p {
    font-size: 18px;
    color: #35647e;
}

.FAQbox, .answer a {
    color: #35647e;
    text-decoration: underline;
}

    .FAQbox, .answer a:hover {
        color: #35647e;
        text-decoration: none;
    }

/* Events Page Calendar */

.calendar {
    margin: 1em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 180px;
    background: #ededef;
    background: -webkit-gradient(linear,left top,left bottom,from(#ededef),to(#ccc));
    background: -moz-linear-gradient(top,#ededef,#ccc);
    font: bold 30px/60px Arial Black,Arial,Helvetica,sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888
}

    .calendar em {
        display: block;
        font: normal bold 11px/30px Arial,Helvetica,sans-serif;
        color: #fff;
        text-shadow: #00365a 0 -1px 0;
        background: #003B4C;
        background: -webkit-gradient(linear,left top,left bottom,from(#4A7B96),to(#003B4C));
        background: -moz-linear-gradient(top,#4A7B96,#003B4C);
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #00365a
    }

    .calendar:before, .calendar:after {
        content: '';
        float: left;
        position: absolute;
        top: 5px;
        width: 8px;
        height: 8px;
        background: #111;
        z-index: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px #fff;
        -webkit-box-shadow: 0 1px 1px #fff;
        box-shadow: 0 1px 1px #fff
    }

    .calendar:before {
        left: 11px
    }

    .calendar:after {
        right: 11px
    }

    .calendar em:before, .calendar em:after {
        content: '';
        float: left;
        position: absolute;
        top: -5px;
        width: 4px;
        height: 14px;
        background: #dadada;
        background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#aaa));
        background: -moz-linear-gradient(top,#f1f1f1,#aaa);
        z-index: 2;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .calendar em:before {
        left: 13px
    }

    .calendar em:after {
        right: 13px
    }

.calendarbadge {
    display: inline-block;
    min-width: 10px;
    padding: 10px 30px;
    margin: 10px 0 19px 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #4F87A1;
    border-radius: 50px;
}