/*
Theme Name: Skyline Standard
Author: Kevin Corrigan, Mark Stephens, Justin Joyce
Description: Lightweight WordPress Theme For Skyline Websites
Version: 0.0.3
*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
        url('./fonts/fonts/open-sans-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/fonts/open-sans-v20-latin-300.woff') format('woff'); /* Modern Browsers */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('./fonts/fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/fonts/open-sans-v20-latin-regular.woff') format('woff'); /* Modern Browsers */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
        url('./fonts/fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/fonts/open-sans-v20-latin-600.woff') format('woff'); /* Modern Browsers */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local(''),
        url('./fonts/fonts/open-sans-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/fonts/open-sans-v20-latin-800.woff') format('woff'); /* Modern Browsers */
}

.f1  { font-size: 3.99rem; }
.f2  { font-size: 3.66rem; }
.f3  { font-size: 3.33rem; }
.f4  { font-size: 2.99rem; }
.f5  { font-size: 2.66rem; }
.f6  { font-size: 2.33rem; }
.f7  { font-size: 1.99rem; }
.f8  { font-size: 1.66rem; }
.f9  { font-size: 1.33rem; }
.f10 { font-size: 0.99rem; }
.f11 { font-size: 0.9rem; }
.f12 { font-size: 0.8rem; }
.f13 { font-size: 0.7rem; }
.f14 { font-size: 0.6rem; }
.f15 { font-size: 0.5rem; }

.mr5  { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }

.mb5  { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }

.ta-c {
    text-align: center;
}

.no-bold, .nb {
    font-weight: 100;
}

.semi-bold, .sb {
    font-weight: 400;
}

.bold, .b {
    font-weight: 500;
}

.extra-bold, .eb {
    font-weight: 600;
}

.extra-extra-bold, .eeb {
    font-weight: 900;
}

.justify {
    text-align: justify;
}

.no-box {
    margin: 0;
    padding: 0;
}

.em {
    font-style: italic;
}

h1.post-title {
    display: block;
    margin: 25px auto 35px auto;
    color: #003e87;
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    width: 95%;
}

.post-table {
    margin: auto;
    border:solid 1px #c0c0c0;
}
.post-table tr, .post-table th, .post-table td {
    border:solid 1px #c0c0c0;
    padding: 5px 20px;
}
.post-table th {
    background-color: #e6e6e6;
}
.post-table td {
    background-color: #fff;
}

.mobile {
    display: none;
}

a {
    text-decoration: underline;
    transition: color 0.2s;
}

p {
    margin-top: 0;
}

p a {
    color: #003e87;
    font-weight: 600;
}

a:hover {
    color: #3278a9;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: "Open Sans";
    color: #555;
}

main {
    margin-top: 100px;
    display: block;
}

#main-content {
    max-width: 1100px;
    margin: 0 auto 0 auto;
}

h2, h3, h4, h5 {
    font-weight: 300;
}

address {
    font-style: normal;
}

address > a {
    color: #003e87;
    font-weight: 600;
}

.button {
    display: inline-block;
    background: #003e87;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.shadow {
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.max-1024 {
    max-width: 1100px;
    margin: auto;
}

.white-fg {
    color: #fff;
}

.skyline-blue-fg {
    color: #003e87;
}

.acquisition-info {
    color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
}

.flex-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-height: 1800px;
}

.hidden {
    display: none !important;
}


.clear {
    clear: both;
}


/* HEADER / FOOTER */
#main-logo {
    background-size: contain;
    max-width: 125px;
    height: 81px;
    display: inline-block;
}

.partial-width {
    max-width: 1000px;
    margin: auto;
}

#skip-to-content-link {
    position: fixed;
    left: 0;
    top: -200px;
}

#skip-to-content-link:focus {
    position: relative;
    top: 0;
}

.letterbox {
    overflow: hidden;
    display: block !important;
    background-position-y: center;
    background-size: cover;
}

.letterbox img {
    transform: translateY(-50%);
}

.letterbox-20 {
    max-height: 20vw;
}

.letterbox-30 {
    max-height: 30vw;
}

.letterbox-40 {
    max-height: 40vw;
}

.letterbox-50 {
    max-height: 50vw;
}

.letterbox-60 {
    max-height: 60vw;
}

.letterbox-70 {
    max-height: 70vw;
}

.letterbox-80 {
    max-height: 80vw;
}

#site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 950;
}

#header-upper {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    height: 50px;
    width: 100vw;
    z-index: 1000;
    opacity: 0.9999;
    position: relative;
}

#header-upper-interior {
    position: relative;
    max-width: 1024px;
    margin: auto;
    text-align: right;
    padding-right: 10px;
}

#home-link {
    float: left;
}

.menu {
    padding-left: 0;
}

.menu, .menu li {
    list-style: none;
    margin: 0;
}

.menu-switch-icon {
    fill: #003e87;
}

#header-upper .menu, #header-upper .menu li, #header-upper .menu li a {
    color: #555;
}

#feature-post {
    background-size: cover;
    background-position: center;
    padding-top: 250px;
}

#feature-post-info {
    background-color: rgba(0, 62, 135, 0.8);
}

#feature-post-info > div {
    padding-left: 10px;
    font-size: 0;
}

#feature-post-meta {
    display: inline-block;
    max-width: calc(50% - 30px);
    vertical-align: top;
    padding: 10px;
    border-left: 10px solid #fff;
    margin: 20px 0;
}

#feature-post-title > h2 > a {
    font-weight: 600;
}

#feature-post-title > h2 > a:hover {
    color: #fff;
    text-decoration: none;
}

#feature-post-excerpt {
    display: inline-block;
    max-width: calc(50% - 20px);
    vertical-align: top;
    padding: 15px 0 0 20px;
}

#company-menu:hover, #company-menu:active, #company-menu:focus {
    max-height: 1000px;
}

#company-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    max-height: 14px;
    overflow: hidden;
    transition: max-height 0.4s;
    padding: 5px 15px;
    text-align: left;
    opacity: 0.99999;
    display: inline-block;
    margin-top: 10px;
    z-index: 951;
    position: absolute;
    right: 20px;
}

#company-menu > * {
    display: inline-block;
    vertical-align: top;
}

#company-menu svg {
    margin-top: 4px;
}

#company-menu a {
    color: #444;
    display: block;
}

#menu-company-navigation-container {
    text-align: left;
}

#header-wrap {
    margin: auto;
    position: relative;
    text-align: right;
}

#menu-dresser {
    max-width: 1024px;
    margin: auto;
    position: relative;
}

.mobile-menu-switch {
    vertical-align: top;
    padding: 40px 40px 35px;
    float: right;
    margin-right: 20px;
}

.menu-main-navigation-container {
    display: inline-block;
    vertical-align: top;
}

#main-nav {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    margin-top: 45px;
    margin-right: 10px;
}

#menu-wrap {
    border-top: 1px solid #fff;
    width: auto;
    float: right;
}

#menu-main-navigation {
    width: auto;
    display: inline-block;
}

#main-nav .menu-item {
    display: inline-block;
    color: #444;
    cursor: pointer;
}

#main-nav .menu-item a,
#main-nav .menu-item span {
    padding: 15px;
    text-transform: uppercase;
    display: block;
    transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}

#main-nav .menu > .menu-item > a,
#main-nav .menu > .menu-item > span {
    color: #444;
    position: relative;
    text-decoration: none;
}

#main-nav .menu-item:hover > a,
#main-nav .menu-item:hover > span,
#main-nav .menu-item.current_page_item > a,
#main-nav .menu-item.current_page_item > span {
    color: #000;
    font-weight: 400;
}

#main-nav .sub-menu {
    padding: 0;
    font-size: 0;
}

#main-nav .sub-menu a {
    font-size: 0.8rem;
    background-color: #003E87;
    color: #fff;
    text-decoration: none;
}

#main-nav .sub-menu li:first-child a {
    border-left-width: 1px;
    border-right-width: 0;
}

#main-nav .sub-menu {
    padding: 0;
    position: absolute;
    display: flex;
    flex-direction:  column;
    text-align: left;
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}

#main-nav .menu-item-has-children .toggled {
    position: absolute;
    display: flex;
    max-height: 600px;
}

.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    top: -2px;
    left: 5px;
    transition: transform 0.2s;
    display: inline-block;
}

.menu-item-has-children > a.flip:after {
    transform: translateY(-3px) rotate(180deg);
}

#main-nav .menu-item:hover > a,
#main-nav .menu-item:hover > span,
#main-nav .current_page_item > a {
    background-color: #e5e5e5;
}

.dealer-menu-item {
    cursor: pointer;
}

#menu-drawer {
    /* position: fixed; */
    height: 0;
    max-height: 0;
    top: 172px;
    width: calc(100% - 40px);
    /* background: linear-gradient(#004a9e, #003e87 10%); */
    background-color: #003e87;
    padding: 0 20px;
    z-index: 901;
    opacity: 0.9999999;
    transition: max-height 0.4s, padding 0.4s;
    pointer-events: none;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

#menu-drawer.opened {
    pointer-events: all;
    height: auto;
    max-height: 100%;
    padding: 20px;
}

#investment-dealer-card {
    max-width: 1024px;
    margin: auto;
    color: #fff;
    text-align: left;
}

#dealer-card-logo {
    float: left;
    margin-top: 14px;
}

#dealer-card-logo img {
    width: 145px;
    height: auto;
    margin-right: 20px;
}

.dealer-card-link {
    text-align: center;
}

.dealer-card-link a {
    color: #fff;
    text-decoration: underline;
    padding: 10px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    display: block;
    max-width: 170px;
    margin-left: auto;
}

.dealer-card-link a:hover {
    background-color: #fff;
    color: #003e87;
}

.dealer-card-heading {
    margin-left: 147px;
}

#dealer-card-description {
    margin-left: 147px;
    padding: 10px 0;
}

#close-drawer-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#close-drawer-button-icon {
    fill: #fff;
    transition: fill 0.4s;
}

#close-drawer-button:hover #close-drawer-button-icon {
    fill: #e5e5e5;
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

/*Footer*/

footer {
    background-color: #DAE3F3;
    clear: both;
}

#footer-upper {
    max-width: 1024px;
    margin: auto;
    font-size: 0;
}

#footer-breadcrumbs {
    max-width: calc(1024px - 20px);
    padding: 60px 0 0 20px;
    margin: auto;
}

#footer-breadcrumbs img {
    max-width: 30px;
    height: 30px;
}

#home-breadcrumb {
    text-decoration: none;
    transition: opacity;
}

#home-breadcrumb:hover {
    opacity: 0.5;
}

.footer-breadcrumbs {
    width: calc(100% - 35px);
    max-width: 1095px;
    margin: 40px auto 0;
}

.footer-column {
    display: inline-block;
    vertical-align: bottom;
    width: calc(33% - 40px);
    min-width: 260px;
    padding: 20px;
    color: #444;
}

#footer-lower {
    background-color: #003e87;
    background-repeat: repeat;
    background-blend-mode: screen;
    background-size: 15%;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-top: 40px;
}

#footer-upper-menu .menu-item {
    padding: 0;
}

#footer-upper-menu h2 {
    margin: 5px 0;
}

#footer-upper-menu {
    display: inline-block;
    vertical-align: middle;
}

#footer-social-links svg {
    background-color: #003e87;
    border-radius: 25px;
    padding: 7px;
    transition: background-color 0.2s;
}

#footer-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    height: auto;
    margin-top: -60px;
}

#footer-logo img {
    width: 110px;
    height: 71px;
}

#footer-lower-menu ul > li {
    display: inline-block;
    padding: 0 10px;
}

#footer-social-links a {
    width: 60px;
    height: 60px;
    display: inline-block;
}

#footer-social-links .social-icon {
    fill: #fff;
    transition: fill 0.2s;
}

#footer-social-links svg:hover {
    background-color: #fff;
}

#footer-social-links svg:hover .social-icon {
    fill: #003e87;
}

footer a {
    color: #444;
    text-decoration: underline;
}

#footer-lower a {
    color: #fff;
}

#footer-lower a:hover {
    color: #e5e5e5;
}

footer a:hover {
    text-decoration: none;
}

#wpfront-scroll-top-container {
    z-index: 899;
}

@media only screen and (max-width: 1790px) {
    .ib-address .address-left {
        display: block !important;
    }
}

@media (max-width: 1720px) {

    /*Contact*/
    #contact-info > div {
        padding-left: 0 !important;
    }
}

@media (max-width: 1530px) {

    /*Contact*/
    #contact-info > div {
        margin-left: -40px;
    }

    #contact-info p {
        font-size: 1.2rem;
    }
}

@media (max-width: 1400px) {

    /*Contact*/
    #contact-info h2 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    #contact-info p {
        font-size: 1.1rem;
    }
}

@media (max-width: 1300px) {

    /*Contact*/
    #contact-info > div {
        margin-left: -40px;
    }
}

@media (max-width: 1200px) {

    /*Contact*/
    #contact-info > div {
        margin-left: 0;
        padding-left: 30px !important;
    }
}

@media (max-width: 1025px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    .mobile > a {
        color: #fff;
    }

    #header-wrap {
        width: 100vw;
    }

    #home-link {
        margin-left: 60px;
    }

    #covid-link {
        margin-top: 1rem !important;
    }

    #main-nav {
        position: fixed;
        left: 100%;
        top: 120px;
        bottom: 0;
        background: #fff;
        transition: left 0.4s, top 0.4s;
        width: 200px;
        opacity: 0.99999;
        border-left: 1px solid #4286bd;
        border-bottom: 1px solid #4286bd;
        pointer-events: none;
        margin-top: 0;
    }

    #main-nav.opened {
        left: calc(100% - 200px);
    }

    #main-nav .menu-item {
        padding: 0;
        width: 100%;
        pointer-events: all;
    }

    #main-nav .menu-item:hover {
        padding: 0;
    }

    #main-nav .menu-item a,
    #main-nav .menu-item span {
        border: none;
    }

    #main-nav .sub-menu {
        padding: 0;
        visibility: visible;
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        max-height: 600px;
        overflow:hidden;
        width: 100%;
    }

    #main-nav .sub-menu > li {
        text-align: right;
    }

    #main-nav .menu-item-has-children .toggled {
        position: relative;
        visibility: visible;
        max-height: 600px;
    }

    #mobile-menu-exit-catch.opened {
        position: fixed;
        left: 0;
        right: 0;
        top: 120px;
        bottom: 0;
        background-color: #000;
        opacity: 0.8;
    }

    #menu-wrap {
        max-height: calc(100vh - 120px);
        pointer-events: all;
        width: 100%;
    }

    .menu-item-has-children > a:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #444;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: relative;
        top: 0;
        left: 5px;
        transition: transform 0.2s;
        display: inline-block;
    }

    .menu-item-has-children:hover > a:after {
        transform: translateY(-3px) rotate(180deg);
    }

    #menu-dresser .mobile-menu-switch {
        padding: 40px 0px;
    }

    #menu-drawer {
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        max-width: 0;
        width: 100%;
        background: linear-gradient(to left, #2d6a95, #275c82 /*3278a9*/ 10%);
        padding: 20px 0;
        opacity: 0.999999;
        transition: max-width 0.4s;
        max-height: 100vh;
        height: 100%;
    }

    #menu-drawer.opened {
        right: 0;
        top: 0;
        max-width: 100%;
        z-index: 1000;
    }

    #menu-drawer .sudo-h2 {
        padding: 40px 60px 0;
        border-top: 1px solid #fff;
    }

    #close-drawer-button {
        top: 0;
        right: 0;
    }

    #close-drawer-button .mobile-menu-switch {
        padding: 0;
        margin: 10px 10px 0;
    }

    #investment-dealer-card {
        text-align: center;
        overflow: hidden;
        max-width: 600px;
        padding: 0 50px;
    }

    #dealer-card-logo {
        float: none;
        margin: 30px 0 40px;
    }

    #dealer-card-description {
        margin-left: 0;
        margin-bottom: 30px;
        padding: 0 35px 25px;
        border-bottom: 1px solid #fff;
    }

    .dealer-card-heading {
        margin: 0 0 15px;
    }

    .dealer-card-link {
        text-align: center;
    }

    .dealer-card-link a {
        margin: auto;
    }
}

@media (max-width: 900px) {
    .footer-column {
        display: block;
        margin: auto;
        text-align: center !important;
    }

    .footer-column:first-child {
        text-align: center;
    }
}

@media (max-width: 850px) {
    #company-menu {
        right: 10px;
    }

    #footer-logo {
        border-right: none;
        border-bottom: 2px solid #696969;
        padding-bottom: 50px;
        display: block;
        margin: auto auto 50px;
    }

    #main-nav > .mobile-menu-switch {
        padding: 20px 40px 0;
    }

    #main-nav .menu-item {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .mobile-dealer-card-link {
        display: none;
    }

    .dealer-card-link a {
        max-width: 193px;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    #home-link {
        margin-left: 10px;
    }

    #header-wrap > .mobile-menu-switch {
        margin-right: 10px;
    }

    #main-nav {
        width: calc(100vw / 2);
    }

    #main-nav.opened {
        left: calc(100% - (100vw / 2));
    }

    #investment-dealer-card {
        padding: 0 10px;
    }

    #dealer-card-logo {
        margin: 0 0 20px;
    }

    #dealer-card-description {
        padding: 0 0 20px;
        margin-bottom: 25px;
    }

    .dealer-card-heading {
        margin: 0 0 15px;
        line-height: 2rem;
    }

    #menu-drawer.opened {
        padding: 20px 0;
    }

    .home .qualify-button {
        margin-right: 5px !important;
    }

    #footer-upper-menu .menu-item {
        padding: 2px 0;
        font-size: 0.99rem;
    }

    #footer-upper #text-3 > div > p,
    #footer-upper #text-2 > div > p {
        font-size: 0.99rem;
    }
}

@media (max-width: 340px) and (orientation: portrait) {
    #investment-dealer-card {
        padding: 0 5px;
    }

    #dealer-card-logo {
        margin: 0 0 15px;
    }

    #dealer-card-description {
        padding: 0 5px 15px;
        margin-bottom: 0;
        border-bottom: unset;
    }

    .dealer-card-heading {
        line-height: 1.8rem;
        font-size: 1.66rem;
    }
}

@media (max-height: 420px) and (orientation: landscape) {
    #menu-drawer.opened {
        overflow: scroll;
    }

    #menu-wrap {
        overflow: scroll;
    }

    #investment-dealer-card {
        max-width: unset;
    }

    #dealer-card-logo {
        margin: 0 0 10px;
    }

    #dealer-card-description {
        margin-bottom: 5px;
        padding: 0 0 10px;
        border-bottom: unset;
    }

    #footer-upper-menu .menu-item {
        padding: 2px 0;
        font-size: 0.99rem;
    }

    #footer-upper #text-3 > div > p,
    #footer-upper #text-2 > div > p {
        font-size: 0.99rem;
    }
}

/* FORMS */

/* Fixing visual bug with visual composer and recaptcha badge */
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    z-index: 0 !important;
}

.wpcf7-text {
    font-size: 0.99rem !important;
    text-indent: 5px;
}

.wpcf7-textarea,
.wpcf7-form textarea {
    font-size: 0.99rem !important;
    text-indent: 5px;
    padding-top: 5px;
}

.wpcf7-select {
    width: 100% !important;
    height: 64px !important;
    border: solid 1px #003e87 !important;
    font-size: 0.99rem !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #cc0000;
    background-color: #cc0000;
    color: #fff;
    padding: 10px;
}

form {
    max-width: 500px;
    margin: auto;
}

label, textarea {
    display: block;
}

label {
    padding: 10px 0;
    cursor: pointer;
}

textarea {
    width: calc(100% - 3px);
    min-height: 150px;
    padding: 0;
    border: 1px solid #aaa;
}

label span {
    min-width: calc(30% - 20px);
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
    vertical-align: top;
}

input {
    min-width: calc(70% - 10px);
    min-height: 40px;
    border: 1px solid #aaa;
    transition: color 0.4s, background-color 0.4s;
}

input[type="submit"] {
    width: auto;
    margin: auto;
    display: block;
    background-color: #003e87;
    color: #fff;
    font-size: 1.33rem /* f9 */;
    cursor: pointer;
}

label:hover input, label:hover textarea {
    border-color: #3278a9;
}

input[type="submit"]:hover {
    background-color: #fff /*3278a9*/;
    color: #003e87;
}

label.hp-field {
    display: none;
}

/* BLOG */

.title-wrap {
    margin-bottom: 60px;
}

.title-wrap p {
    margin: 0;
    max-width: 500px;
}

#categories-wrap {
    width: calc(50% - 20%);
    background-color: #eeeeee;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    top: 0;
    padding-top: 30px;
}

#category-cloud {
    float: right;
    padding-right: 20px;
    margin-right: 20px;
}

#category-cloud > .blog-filter {
    color: #003e87;
    font-weight: 700;
    margin-bottom: 7px;
}

#category-cloud .category-cloud-tag {
    display: block;
    padding: 5px 10px 5px 0;
    color: #003e87;
    font-weight: 600;
    cursor: pointer;
    border-bottom: solid 1px #d5d5d5;
    text-decoration: none;
}

.button strong:before {
    content: "\f054";
    text-decoration: none;
    position: relative;
    font-family: "FontAwesome";
    margin-right: 10px;
}

#category-cloud .category-cloud-tag:hover {
    background-color: #f0f0f0;
}

#blog-meta > a.no-feature {
    color: #003e87 !important;
    font-weight: 600;
}

#blog-summaries-wrap {
    width: 65%;
    padding-top: 10px;
    margin-left: calc(30% + 10px);
}

.blog-article {
    float: left;
    clear: left;
    width: calc(50% - 20px);
    vertical-align: top;
    margin: 10px;
    background-color: #003e87;
    color: #333;
    text-align: center;
}

.blog-article:nth-child(2n) {
    float: right;
    clear: right;
}

.blog-article a:hover {
    text-decoration: underline;
}

.blog-article a {
    color: #fff;
}

.blog-article a:hover {
    color: #aaa;
}

.blog-article .blog-post-title {
    text-transform: capitalize;
}

.blog-article .blog-post-title a {
    color: #eee;
    display: block;
    margin: auto;
}

.blog-article .blog-post-meta {
    color: #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0 15px;
    font-weight: 400;
    transform: translateY(-21px);
    margin-bottom: 0;
}

.blog-article .blog-summary-img {
    width: 100%;
    height: auto;
    margin-left: -30px;
}

.blog-article .read-more-link {
    text-align: center;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.blog-article .read-more-link a {
    font-weight: 600;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.blog-article .read-more-link:hover a {
    color: #000;
}

#posts-page-nav {
    max-width: 98.4% !important;
    width: 100%;
    height: 50px;
    display: block;
    clear: both;
    margin: 40px auto auto;
}

.posts-page-nav a {
    display: block;
    width: auto;
    text-align: center;
    padding: 5px 10px 10px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
    background-color: #004271;
    text-decoration: none;
}


.posts-page-nav:hover a {
    color: #fff!important;
    text-decoration: underline!important;
}

.news-container-wrapper  .posts-page-nav:hover a {
    color: #fff!important;
    text-decoration: underline;
}

.posts-page-nav-previous a {
    float: left;
}

.posts-page-nav-next a {
    float: right;
}

#nonews {
    height: 30vh;
}

/* BLOG POST */
#blog-header-image {
    max-height: 600px;
    overflow: hidden;
}

#blog-header-image img {
    width: 100%;
    height: auto;
}

.blog-title-wrap {
    margin: 20px -30px 0;
    padding: 30px;
    color: #004271;
    max-width: calc(100vw - 60px);
}

#blog-post-meta {
    margin: 10px 0 40px;
    font-weight: 600;
}

#blog-post-meta a {
    text-decoration: underline;
}

#blog-post-meta a:hover {
    text-decoration: none;
}

/* TEAM PROFILES STYLING UPDATE JAN 28 21 */
#profile-main .managment-team-title,.managment-team-position,.managment-team-position p {margin: 0px    }
#profile-main .header-wrap {position: relative;}
#profile-main .team-member-header {display: inline-block;}
#profile-main .skyline-blocks {display: inline-block; position: absolute;bottom: 0;right: 10px;margin-left: 40px;}
#profile-main .skyline-blocks img {max-width: 225px;}
#profile-main .management-team-profile-header {display: none;}
#profile-main .page-content .vc_column_container>.vc_column-inner { padding: 20px 15px 20px 15px; }
#profile-main .team-profile-image-container .wpb_single_image { margin:10px 0px 0px 0px; max-width: 325px; }
#profile-main .entry-content-page .vc_row  { margin: 0px;}

@media screen and (max-width: 950px) {
    #profile-main .skyline-blocks {display: none;}
}
@media screen and (max-width: 760px) {
    #profile-main .team-profile-image-container  {float: left;width: 300px; margin: 15px 0px;   }
    #profile-main .page-content .vc_column_container>.vc_column-inner { padding: 20px 15px 0px 15px; }
}
@media screen and (max-width: 460px) {
    #profile-main .team-profile-image-container  { width: 100%; }
}
/* END TEAM PROFILES STYLING UPDATE JAN 28 21 */

@media (max-width: 1245px) {
    #posts-page-nav {
        width: 96.6%;
    }
}

@media (max-width: 900px) {
    .blog-article {
        width: calc(100% - 20px);
    }
}

@media (max-width: 600px) {
    #categories-wrap {
        width: 100%;
        position: unset;
        text-align: left;
    }

    #category-cloud {
        float: unset;
        padding: 0 0 18px 30px;
    }

    #blog-summaries-wrap {
        width: 96%;
        margin: 0;
    }

    #blog-summaries-wrap > .blog-article {
        width: 95%;
        margin: 20px 25px;
    }

    .blog-article:nth-child(2n) {
        float: left;
    }

    .posts-page-nav-previous a {
        position: relative;
        left: 16px;
    }

    .posts-page-nav-next a {
        position: relative;
        left: 8px;
    }
}

@media (max-width: 540px) {
    #nonews {
        height: 15vh;
        margin-left: 25px;
    }

    .justify {
        text-align: left;
    }
}

@media (max-width: 480px) {
    #blog-summaries-wrap {
        width: 93%;
    }

    .posts-page-nav-previous a {
        position: relative;
        left: 18px;
    }

    .posts-page-nav-next a {
        position: relative;
        left: 13px;
    }
}

@media (max-width: 380px) {
    #blog-summaries-wrap {
        width: 91%;
    }
}
