@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');
header { border-bottom: 5px solid #e5f1f8; }
header.p-2 { padding-top: 0 !important; padding-bottom: 0 !important; }
header .social { min-height: 30px; }
@media (min-width: 768px) {
    header {
        z-index: 99999;
    }
    .header-logo {
        height: 100px;
        margin-top: 0;
    }
}

.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
html,header,p,li,td,th,h1,h2,h3,h4 { font-family: Roboto, sans-serif; font-weight: 400; }
h1 { font-size: 32px; }
.title-bar h1 { margin: 0; font-size: 32px; }
h2 { font-size: 28px; }
h2 small { font-size: 16px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
@media (min-width: 992px) { 
h1 { font-size: 38px; }
.title-bar h1 { margin: 0; font-size: 38px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
}
p, li, td, th { font-size: 18px; color: #707173; font-weight: 300; }
b, strong {
    font-weight: 900 !important;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

main { min-height: 500px !important; }


footer { background-color: #052264; }


.spacer-30 { height: 10px; }
.spacer-60 { height: 20px; }
@media only screen and (min-width: 768px) {
.spacer-30 { height: 30px; }
.spacer-60 { height: 60px; }
}
.personabar-visible .spacer-30, .personabar-visible .spacer-60 {
    background: repeating-linear-gradient(
    45deg,
  #ececec,
  #ececec 10px,
  #fff 10px,
  #fff 20px
);
}

.bg-primary-light {
    background-color: #e5f1f8;
}

.bg-secondary-light {
    background-color: rgba(5,34,100,0.25);
}

.stellarnav ul ul {
    border: 0;
}
.stellarnav.desktop li a.depth-0 {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(0,121,188,0.2);
    color: #0079bc;
    font-family: Roboto, sans-serif;
}
.stellarnav.desktop li a.depth-0:hover {
    background-color: rgba(0,121,188,0.7);
    color: #fff;
}
.stellarnav.desktop li a.depth-1 {
    background-color: #0079bc;
    padding: 5px 20px;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #052264;
}
.stellarnav li.has-sub>a:after {
    border-top: 6px solid #ececec !important;
}

.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
.personabar-visible .space-on-admin { margin-top: 30px; margin-bottom: 30px; padding-top: 30px; padding-bottom: 30px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }

.p-30 {
    padding: 15px;
}
@media only screen and (min-width: 1200px) {
    .p-30 {
        padding: 30px;
    }
}

#dnn_SharedContent > div { flex-direction: column; }
@media only screen and (min-width: 1200px) {
#dnn_SharedContent > div { flex-direction: row; }
}

table th, table td {
    border: 1px solid #ececec;
}
table p { margin: 0; }


    .accordion-header {
        font-size: 18px;
        display: flex;
        align-items: center;
        font-weight: normal;
        min-height: 40px;
        border: 1px solid #ccc;
        position: relative;
        padding: 0 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .accordion-header:hover {
        background-color: #ececec;
    }
    .accordion-header::after {
        content: ">";
        position: absolute;
        right: 10px;
        transform: rotate(90deg);
    }
    .accordion-header.isopen::after {
        content: ">";
        position: absolute;
        right: 10px;
        transform: rotate(-90deg);
    }
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms ease-in-out;
    }
    .accordion-content.open {
        max-height: 2000px;
    }
    .accordion-padder {
        padding: 10px;
    }

#google_translate_element a { display:none; }

.app-swiper2 .swiper .swiper-slide h3 {
    color: #fff;
}
.app-swiper2 .swiper .swiper-slide a {
    color: #fff;
}


div.sc-content-block-list.show-placeholder:empty {
    background-image: linear-gradient(45deg, #99d0f0 25%, #b8e5ff 25%, #b8e5ff 50%, #99d0f0 50%, #99d0f0 75%, #b8e5ff 75%, #b8e5ff 100%) !important;
    background-size: 56.57px 56.57px !important;
    height: 40px !important;
    margin: 15px 0 !important;
}


























































