﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');


/*Article.css*/

@font-face {
    font-family: 'droid_serifitalic';
    src: url('/assets/fonts/DroidSerif-Italic-webfont.eot');
    src: url('/assets/fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/DroidSerif-Italic-webfont.woff') format('woff'), url('/assets/fonts/DroidSerif-Italic-webfont.ttf') format('truetype'), url('/assets/fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----------------------------------- Top Nav -----------------------------------*/

div.art__menu {
    width: 100%;
    margin-bottom: 40px;
    background: #005c8e;
    top: 0;
    position: fixed;
    z-index: 9999;
}




header#topNav a.logo {
    margin: 12px 0px 11px 0;
}


.artlogo {
    margin-top: 60px;
}


#topmain {
    margin-top: 28px;
}

.title {
    font-weight: 600;
    line-height: 0;
    position: relative;
    margin: 50px 0 40px 0;
    margin: 0 0 60px 0;
    display: block;
    color: #00558c;
    font-size: 2.3em;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
}

.article-title {
    font-size: 1.8em;
    line-height: 1.2;
    margin: 0px 0 25px 0;
    color: #333;
    font-weight: 700;
}

.article-title-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.article-bottom-section {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.artback {
    background-image: url('images/artback.png');
    background: #fff;
    height: 120px;
}

.article-top {
    margin-top: 80px;
}

.back2artcle {
    text-align: right;
    margin-right: 20px;
}

.articlehead {
    padding-top: 70px;
    font-size: 36px;
    color: #fff;
    margin-left: 70px;
}


/*----------------------------------- From Page Style -----------------------------------*/


div.bg {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    margin-top: 0px;
}

.post-inner-content {
    padding: 25px 40px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-top: none;
    border-radius: 10px;
}

.post-inner-content .art__topdate {
        padding: 1rem .5rem;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

.main-content-area {
    margin-top: 40px;
    margin-bottom: 40px;
}


.bullets_spacer {
    margin-bottom: 1.15em;
}

.share {
    /*padding: 2rem;*/
    background-color: #fff;
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

/*----------------------------------- Share This -----------------------------------*/

.share {
    /*padding: 2rem;*/
    background-color: #fff;
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border-top: 1px dotted #ccc;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.25em;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9;
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373;
    }

.resp-sharing-button--google {
    background-color: #dd4b39;
}

    .resp-sharing-button--google:hover {
        background-color: #c23321;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293;
    }

.resp-sharing-button--email {
    background-color: #777;
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e;
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

/*----------------------------------- Page -----------------------------------*/

.art__body {
    margin-top: 120px;
}

.art__title {
    font-family: Lato, sans-serif;
    font-size: 2.8rem;
    letter-spacing: -.5px;
    margin-top: 0;
    line-height: 1.1;
    /*max-width: 800px;*/
}

@media all and (max-width: 1000px) {
    .art__title {
        max-width: 100%;
    }
}

.art__subtitle {
    font-family: Lato, sans-serif;
    font-size: 1.5em;
    letter-spacing: 0;
}

.art__text {
    color: #333;
    font-size: 1.1em;
    line-height: 1.5;
}

.art__backtext {
    padding-top: 0px;
    text-decoration: none;
    font-size: 1.3em;
    flex-grow: 3;
}

.art__catergorytext {
    font-size: 1.0em;
    margin-top: 30px;
}

.art__smallimage {
    width: 100px;
    margin-right: 15px;
}

.art__largeimage {
    width: 100%;
    margin-bottom: 20px;
}

.art__listnobullets {
    list-style-type: none;
    font-weight: 700;
}

.art__listnobulletsnormal {
    list-style-type: none;
}

.art__list {
    padding-bottom: 10px;
}

.art__title-h1 {
    color: #0f3963;
    font-size: 20pt;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin: 40px 0 0.67em 0;
}

.art__hr {
    border-top: 1px solid rgba(21, 45, 91, 0.28);
}

.art__datebottom {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 5px dotted #eee;
}

.art__phonebold {
    font-weight: 700;
}

.art__ptext {
    color: #333;
    font-size: 1.5em;
    line-height: 1.5;
}

.art__container_ln {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
}

.art__block {
    margin: 0;
}

.art__logo {
    float: left;
    margin: 25px 0;
    border: none;
}

.art__spacer {
    height: 80px;
}

a__ollist p {
}

.art__section {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #EFEFEF;
}

a {
    color: #337ab7;
    text-decoration: none;
    /*font-weight: 400 !important;*/
    outline: 0;
    border: 0;
}

.libarticlepage {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .libarticlepage > div {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-bottom: 30px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .libarticlepage > div {
        display: block;
    }
}




.leftblock {
    display: block;
    padding: 10px 0;
    height: 200px;
    background-color: #efefef;
}

.blogbox {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    font-size: .85em;
    padding: 40px;
    border-radius: 10px;
    line-height: 22px;
    padding-bottom: 40px;
    box-shadow: 1rem 1rem 0 rgba(0,0,0,.03);
}

.blogbut {
    padding: .75rem 1.25rem !important;
    align-self: flex-end;
    font-weight: 700;
    font-size: 1.5rem;
}

.art__spacer-below {
    margin-bottom: 40px;
}

.art__spacer-above {
    margin-top: 40px;
}


/*------------------------- Calls to Action -----------------------*/
.cta__block {
    padding: 2rem;
    margin: 2rem 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    display: flex;
    align-items: center;
    max-width: 800px;
}

.cta__text {
    margin-right: 3rem;
}

.cta__title {
    font-family: Lato, sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0;
    color: #00558c;
    letter-spacing: -.5px;
}

.cta__subtext {
    font-size: 1rem;
    font-style: italic;
    color: #777;
    font-weight: 400;
    border: none;
    margin: .25rem 0 0 0;
}

.cta__btn {
    background-color: #319b42;
    border: transparent;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 700;
    width: 25%;
    min-width: 100px;
    padding: 1rem 1.5rem;
    display: block;
    line-height: 1.25;
    color: white;
    text-align: center;
}

    .cta__btn:hover {
        background-color: #00558c;
    }

.BlogPBody .cta__title {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .cta__block {
        display: block;
        text-align: center;
        border: 1px solid #ccc;
        padding: 1rem;
        background-color: #f8f8f8;
    }

    .cta__text {
        margin-right: 0;
    }

    .cta__btn {
        margin: 1.25rem 0 .25rem;
        display: inline-block;
        width: auto;
    }
}


/*Career path article graphic*/
body {
    margin: 0;
}



.careerpath {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-family: 'Lato';
    color: white;
    margin-bottom: 60px;
}

    .careerpath > div {
        height: 545px;
        flex-basis: 25%;
        position: relative;
    }

        .careerpath > div > .arrow {
            position: absolute;
            width: 40px;
            height: 40px;
            background-color: #ffdd4e;
            z-index: 3;
            right: -20px;
            top: calc(50% - 20px);
            border-radius: 50%;
        }

        .careerpath > div > .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .careerpath > div > .bg::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background-size: cover;
                transition: all .5s ease;
            }

        .careerpath > div:hover > .bg::after {
            filter: blur(3px);
            transform: scale(1.05);
            /* opacity: .4; */
        }

    .careerpath > .first .bg::after {
        background-image: url(/Articles/images/bg-first.jpg);
    }

    .careerpath > .ca .bg::after {
        background-image: url(/Articles/images/bg-ca.jpg);
    }

    .careerpath > .ga .bg::after {
        background-image: url(/Articles/images/bg-ga.jpg);
    }

    .careerpath > .rga .bg::after {
        background-image: url(/Articles/images/bg-rga.jpg);
    }

    .careerpath > .sga .bg::after {
        background-image: url(/Articles/images/bg-sga.jpg);
    }

    .careerpath > .first,
    .careerpath > .ga,
    .careerpath > .rga {
        background-color: #003552;
    }

    .careerpath > .ca,
    .careerpath > .sga {
        background-color: #3b8987;
    }

    .careerpath > .sa,
    .careerpath > .mga {
        background-color: #2ba150;
    }

    .careerpath > .sga {
        flex-grow: 1;
    }

    .careerpath .path-content {
        position: absolute;
        z-index: 2;
        bottom: 30px;
        left: 30px;
    }

.path-content-text h1 {
    font-weight: 900;
    font-size: 66px;
    color: #ffdd4e;
    line-height: 1.05;
}

    .path-content-text h1 > span {
        font-weight: normal;
        color: white;
        font-size: 36px;
        display: block;
        margin: 5px 0 70px 0;
    }

.path-content-text .path-content-position {
    color: #ffdd4e;
    font-weight: 900;
    font-size: 26px;
    padding-right: 12px;
    text-transform: uppercase;
}

.path-content-text h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -10px;
}

.path-content-text p,
.path-content-text ul {
    line-height: 1.3;
    padding-right: 18px;
    font-size: 13px;
}

.path-content-text p {
    margin-bottom: 20px;
}

.path-content-text ul {
    margin-bottom: 10px;
    padding-left: 14px;
}

.path-content .earnings {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

    .path-content .earnings span {
        display: block;
    }

    .path-content .earnings div:first-of-type {
        color: #ffdd4e;
        font-weight: 900;
        font-size: 28px;
        line-height: 1;
    }

        .path-content .earnings div:first-of-type span {
            color: white;
            font-weight: 400;
            font-size: 18px;
        }

    .path-content .earnings div:not(:first-of-type) {
        border-bottom: 4px solid #ffdd4e;
        padding-right: 14px;
        color: #ffdd4e;
        font-weight: bold;
        font-size: 18px;
    }

.sga {
    display: flex;
}

    .sga > .sga-left,
    .sga > .sga-right {
        position: relative;
        z-index: 1;
    }
    .sga > .sga-left {
        flex-basis: 60%;
    }
    .sga > .sga-right {
        flex-basis: 40%;
    }

.sga-right img {
    max-width: 90%;
    margin-bottom: 30px;
}

.sga-right .disclaimer {
    color: rgba(255,255,255,.7);
    margin-bottom: 0;
    font-style: italic;
}



/* large only  */
@media screen and (min-width: 1300px) {
    .careerpath > .sga > .arrow,
    .careerpath > .ga > .arrow {
        display: none;
    }
}

@media screen and (max-width: 1299px) {
    .careerpath > div {
        flex-basis: 50%;
        border-bottom: 3px solid #ffdd4e;
    }

    .careerpath > .ca > .arrow,
    .careerpath > .ga > .arrow,
    .careerpath > .rga > .arrow {
        display: none;
    }
    .sga > .sga-left {
        flex-basis: 50%;
    }

    .sga > .sga-right {
        flex-basis: 50%;
    }
}

@media screen and (max-width:800px) {
    .careerpath > div {
        flex-basis: 100%;
    }

    .careerpath .arrow {
        display: block !important;
        right: initial !important;
        top: initial !important;
        left: calc(50% - 20px);
        bottom: -20px;
        transform: rotate(90deg);
    }

    .careerpath > .sga {
        flex-direction: column;
        height: auto;
    }

    .sga > .sga-left,
    .sga > .sga-right {
        position: static;
        z-index: 1;
        flex-basis: 100%;
    }

    .sga .path-content {
        position: static;
        padding: 40px;
    }
}




/*----------------------------------- Footer -----------------------------------*/

ol.references {
    font-size: 13px;
    padding-left: 20px;
}




/* Set padding to keep content from hitting the edges */


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}




@media all and (max-width: 1023.98px) {

    .post-inner-content {
        padding: 30px 40px;
    }
    /*.art__spacer {
        margin-top: 40px;
    }*/
    .art__largeimage {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 991.98px) {

    .post-inner-content {
        padding: 30px 40px;
    }
    /*.art__spacer {
        margin-top: 40px;
    }*/
    .art__largeimage {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767.98px) {

    .art__spacer {
        margin-top: -10px;
    }

    .post-inner-content {
        padding: 15px 15px;
    }

    .art__title {
        font-size: 1.75em;
        margin-top: 0;
        line-height: 1.15;
    }
}

@media all and (max-width: 575.98px) {

    .art__spacer {
        margin-top: -10px;
    }

    .post-inner-content {
        padding: 15px 15px;
    }
}

@media all and (max-width: 414px) {

    .art__spacer {
        height: 60px;
    }

    .post-inner-content {
        padding: 15px 15px;
    }
}

@media all and (max-width: 375px) {
    .art__title-h1 {
        margin: 25px 0 0.67em 0;
    }

    .art__spacer {
        height: 60px;
    }

    .post-inner-content {
        padding: 15px 15px;
    }

    .blogbox {
        padding: 15px;
    }
}
