﻿


/*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%;
    height: 102px;
    margin-bottom: 40px;
    background: #00558C!important;
    background: -moz-linear-gradient(top, #14375b 0%, #204e7b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14375b), color-stop(100%,#204e7b));
    background: -webkit-linear-gradient(top, #14375b 0%,#204e7b 100%);
    background: -o-linear-gradient(top, #14375b 0%,#204e7b 100%);
    background: -ms-linear-gradient(top, #14375b 0%,#204e7b 100%);
    background: linear-gradient(to bottom, #14375b 0%,#204e7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14375b', endColorstr='#204e7b',GradientType=0 );
    top: 0;
    position: fixed;
    z-index: 9999;
}

.fa-calendar:before {
    content: "\f073";
}

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;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0px 0 25px 0;
    color: #333;
    font-weight: 600;
}

.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;
}

.main-content-area {
    margin-top: 40px;
    margin-bottom: 40px;
}



.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: 180px;
}

.art__title {
    font-size: 3em;
    margin: 0 0 20px;
    line-height: 1;
}

.art__subtitle {
    font-size: 1.5em;
}

.art__text {
    color: #333;
    font-size: 1.1em;
    line-height: 1.5;
}

.art__foot {
    font-size: .95em;
    line-height: 1.5;
}


.art__catergorytext {
    font-size: 1.0em;
    margin-top: 30px;
}

.art__smallimage {
    width: 130px;
    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;
    /*font-weight: 600;*/
}

.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: 16px 0 15px 0;
    border:none;
}

.art__spacer {
    height: 80px;
}

a__ollist p {
    
}

.art__section {
     padding-top: 0px; 
    padding-bottom: 60px;
}

a {
    color: #337ab7;
    text-decoration: none;
    /*font-weight: 400 !important;*/
    outline: 0;
    border: 0;
}

/*----------------------------------- Blog Box -----------------------------------*/

.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);
}
.art__backtext {
    padding-top: 0px;
    text-decoration: none;
    font-size: 1.3em;
    flex-grow: 3;
}
.art__datebottom {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 5px dotted #eee;
}
.art__author {
    margin-bottom: 2px;
    font-size: 20px;
}

.art__about-author {
    background-color: #f4f4f4;
    padding: 16px;
    margin-top: 32px;
}

    .art__about-author h3 {
        border-bottom: 2px dotted #ddd;
        margin: 4px 0 10px 0;
        padding-bottom: 4px;
    }


.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;
    }
}

div.menu_logo img {
    margin: -5px 0 11px 30px;
}


.leftblock {
    display: block;
    padding: 10px 0;
    height: 200px;
    background-color: #efefef;
}

.blogbut {
    width: 100px !important;
    margin-top: 20px;
}
.art__spacer-below {
    margin-bottom:40px;
}
.art__spacer-above {
    margin-top:40px;
}


/*----------------------------------- Footer -----------------------------------*/







/* 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;
}
}
/*------------------------- 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: #767676;
    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;
    }
}


