/* ### FONTS ### */
@font-face {
    font-family: 'perpetua';
    src: url('../fonts/perpeta.ttf');
}

/* ### GENERAL ### */

html,
body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

input {
    margin-right: 10px;
    height: 100%;
    width: 120px;
    border: 0;
    border-bottom: 1px solid #0A3155;
}

h1,
h2 {
    font-size: 48px;
}

h1 {
    font-weight: 500;
}

h2 {
    line-height: 56px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 21px;
	margin-bottom: 15px;
}

a { color: #003E80; font-weight: 600; transition: all 0.5s ease; }

p {
    margin-bottom: 30px;
}
    p:last-child {
        margin-bottom: 0;
    }

ol {
    padding-inline-start: 20px;
}

.article p {
	margin-bottom: 9px;
}
.article h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
    color: #003E80;
	margin-top: 21px;
	margin-bottom: 15px;
}
.article h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 21px;
	margin-bottom: 15px;
}
.article h3 {
	font-size: 18px;
	line-height: 24px;
	font-style: oblique;
	margin-top: 21px;
	margin-bottom: 15px;
}
.article h4 {
	font-size: 16px;
	line-height: 22px;
	font-style: oblique;
	margin-top: 18px;
	margin-bottom: 13px;
}

.blackout {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

div.stickify {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    z-index: 999;
}

div.stickify-head {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* ### HEADER ### */

.header-top-wrap {
    background-color: #F5F3F3;
}

.logo-wrapper {
    padding: 8px 0;
}
.logo {
    width: 206.25px;
    max-width: 100%;
}

.tagline {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.login-search {
    padding: 8px 0;
    color: #0A3155;
}
    .login-search a {
        color: #0A3155;
        font-weight: 400;
    }

.subscribe {
    padding: 28px 0;
    width: 121px;
    height: 78px;
    color: #fff;
    background-color: #003E80;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .subscribe:hover {
        background-color: rgba(0,62,128,0.8);
    }

.form-holder {
    padding: 0;
}

    .form-input {
        margin: 12px;
    }

    .form-holder .form-input input,
    .form-holder .form-input textarea {
        padding: 2px 4px;
        width: 100%;
        font-size: 16px;
        background: #fff;
        border: 0;
    }

    .form-holder .form-input .form-submit {
        width: 30%;
        display: inline-block;
        border: 0;
        background: #fff;
        color: #fff;
        font-size: 16px;
    }

    .form-submit-mand {
        padding: 10px 5px;
        width: 100%;
        font-size: 16px;
        background: #fff;
    }

.form-holder .form-input .form-input-error {
        margin: 12px 0 0 0;
        padding: 4px;
        color: #fff;
        background: #990033;
        position: relative;
        display: none;
    }

.form-holder .form-input .form-input-error::before {
            margin: 0;
            border: solid;
            border-color: #990033 transparent;
            border-width: 0 8px 8px 8px;
            content: "";
            top: -8px;
            left: 5%;
            position: absolute;
            z-index: 10;
        }

.form-holder .form-input .form-submit-error {
        margin: 0 5px 0 0;
        padding: 4px;
        background: #990033;
        border: 1px solid #990033;
        color: #fff;
        text-align: left;
        vertical-align: top;
        display: none;
    }

/* ### NAVIGATION ### */

.nav-top-wrap {
    padding: 10px 0;
    color: #fff;
    background-color: #003E80;
    line-height: 21.48px;
    position: relative;
}

.nav-bottom-wrap {
    color: #003E80;
    background-color: #C8D0E5;
    padding: 10px 0;
    line-height: 21.48px;
    position: relative;
}

.nav-top-wrap ul,
.nav-bottom-wrap ul {
    margin: 0;
    padding: 0; 
    list-style: none;
}
    .nav-top-wrap ul li,
    .nav-bottom-wrap ul li {
        margin: 0 8px;
        display: inline;
    }
        .nav-top-wrap ul li:first-child,
        .nav-bottom-wrap ul li:first-child {
            margin-left: 0;
        }
        .nav-top-wrap ul li:last-child,
        .nav-bottom-wrap ul li:last-child {
            margin-right: 0;
        }
    .nav-top-wrap ul li a {
        color: #fff;
        font-weight: 400;
    }
    .nav-bottom-wrap ul li a {
        color: #003E80;
        font-weight: 400;
    }
    .nav-top-wrap ul img,
    .nav-bottom-wrap ul img {
        margin-right: 5px;
    }

.menu-control {
    font-size: 24px;
}

.mob-search input {
    width: 75%;
    max-width: 100%;
    background-color: #003E80;
    border-bottom: 1px solid #fff;
}

.mobile-menu {
    padding: 20px 0;
    color: #003E80;
    background-color: #C8D0E5;
    display: none;
}
    .mobile-menu ul {
        margin: 0;
        padding: 0; 
        list-style: none;
    }
    .mobile-menu ul li,
    .mobile-menu ul li {
        margin: 8px 0;
    }
    .mobile-menu ul li a {
        color: #003E80;
    }

.mobile-menu-separator {
    margin: 20px 0;
    height: 1px;
    background-color: #003E80;
}

.icon-nav {
    margin-right: 5px;
}

/* ### CONTENT ### */

.page-content {
    padding-bottom: 40px;
}

.separator-lg {
    height: 80px;
}
    
.separator {
    height: 40px;
}

.separator-sm {
    height: 20px;
}

.separator-xs {
    height: 12px;
}

.separator-line {
    margin: 40px 0;
    border-top: 1px solid #ccc;
}

.separator-line-md {
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.separator-line-sm {
    margin: 5px 0;
    border-top: 1px solid #ccc;
}

.overview-tab,
.results-tab,
.pagination-item,
.pagination-item-last,
.pagination-item-chev {
    padding: 13.5px;
    border-top: 1px solid #003E80;
    border-left: 1px solid #003E80;
    display: inline-block;
    background-color: #fff;
    color: #003E80;
    line-height: 20px;
    cursor: pointer;
}
    .results-tab,
    .pagination-item-last {
        border-right: 1px solid #003E80;
    }
    .pagination-item.active {
        color: #fff;
        background: #003E80;
    }
    .pagination-item-chev {
        border: 0;
    }

.pagination-item-btm,
.pagination-item-btm-last {
    padding: 13.5px;
    border-bottom: 1px solid #003E80;
    border-left: 1px solid #003E80;
    display: inline-block;
    background-color: #fff;
    color: #003E80;
    line-height: 20px;
    cursor: pointer;
}
        .pagination-item-btm-last {
            border-right: 1px solid #003E80;
        }
        .pagination-item-btm.active {
            color: #fff;
            background: #003E80;
        }

.pagination-item-mob,
.pagination-item-mob-last {
    padding: 13.5px;
    border-top: 1px solid #003E80;
    border-left: 1px solid #003E80;
    border-bottom: 1px solid #003E80;
    display: inline-block;
    background-color: #fff;
    color: #003E80;
    line-height: 20px;
    cursor: pointer;
}
    .pagination-item-mob-last {
        border-right: 1px solid #003E80;
    }

.tab-active {
    background-color: #003E80;
    color: #fff;
}

.main-table {
    width: 100%;
    border-top: 1px solid #A7A7A7;
}
    .main-table.no-border {
        border-top: 0;
    }
    .main-table tr {
        border-bottom: 1px solid #A7A7A7;
    }
        .main-table tr.highlight {
            color: #000;
            background: #EBE081;
        	border-bottom: 1px solid #fff;
        }
        .main-table tr.highlight a {
            //color: #fff;
        }
    .main-table td {
        padding: 10px;
        vertical-align: center;
    }
    .main-table td.first-column {
        width: 30%;
    }
    .main-table td.small-column {
        width: 10%;
    }
    .main-table td.med-column {
        width: 20%;
    }
    .main-table td.quarter-column {
        width: 25%;
    }
    .main-table td.lrg-column {
        width: 40%;
    }
    .main-table td.xlrg-column {
        width: 70%;
    }
    .main-table td.heading {
        font-weight: 700;
    }

td.highlight {
    color: #fff;
    background: #EBE081;
}
td.highlight a {
    color: #fff;
}

.banner-right {
    padding: 30px 40px;
    height: 100%;
    font-family: perpetua;
    font-size: 48px;
    color: #003E80;
    background-color: #FEF5D9;
}

.section-greyblue {
    padding: 40px 0;
    color: #000;
    background-color: #C8D0E5;
}

.section-darkblue {
    padding: 40px 0;
    color: #fff;
    background-color: #003E80;
}

.section-white {
    padding: 40px 0;
}

.section-yellow {
    padding: 40px 0;
    background-color: #FEF5D9;
}

.size123 {
    width: 123px;
}

.article-head {
    font-family: perpetua !important;
    color: #003E80;
}
.titleTop {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}
.title2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}
.subtitle {
    font-size: 32px;
}
.subtitle2 {
    font-size: 28px;
}
.article-body {
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
}

.button-lightblue {
    padding: 10px 30px;
    background-color: #C8D0E5;
    display: inline-block !important;
    border-radius: 5px;
    transition: all 0.5s ease;
}
    .button-lightblue:hover {
        background-color: rgba(200,208,229,0.8);
    }
    .button-lightblue.a {
        font-weight: 400;
    }

.button-darkblue {
    padding: 16px;
    min-width: 180px;
    height: 78px;
    color: #fff;
    background-color: #003E80;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .button-darkblue:hover {
        background-color: rgba(0,62,128,0.8);
    }

.button-white {
    padding: 18px 24px;
    color: #003E80;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .button-white:hover {
        background-color: rgba(255,255,255,0.8);
    }

.buttontext {
    float: left;
}

.buttonicon {
    margin-top: 6px;
}

.float-right {
    margin-left: 20px;
    float: right;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}
    .white a {
        color: #fff !important;
    }

.blue {
    color: #003E80 !important;
}

.perp {
    margin-bottom: 20px;
    font-family: perpetua !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
}

.page-carousel {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.page-carousel.slick-initialized {
	height: inherit;
	opacity: 1;
	visibility: visible;
}

.partnerad {
	padding: 0 15px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	position: relative;
}

.partnerad-image {
	height: 150px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
	.partnerad-image img {
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer
	}

.partnerad-text {
	min-height: 110px;
}
	.slick-prev:before, .slick-next:before { 
		color:#ccc !important;
		border-radius: 0 !important;
		font-size: 25px !important;
		opacity: 1 !important;
    }

.news-holder {
    margin: 0;
}
    .news-holder .title { margin-top: 10px; font-family: perpetua, serif; }
    .news-holder .date { margin: 0 0 20px 0; font-size: 16px; color: #A7A7A7; }
    .news-holder .date.smaller { margin: 0 0 20px 0; }
    .news-holder .body { margin: 0; padding-right: 30px; }

.breadcrumbs {
    padding: 40px 0;
    color: #003E80;
}
    .breadcrumbs a {
        font-weight: 400;
    }

.large {
    font-size: 24px;
}

.large-bold {
    font-size: 24px;
    font-weight: 600;
    color: #003E80;
}

.list-color-1 ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: square;
    color: #003E80;
}
.list-color-2 ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: square;
    color: #000;
}

.key-title {
    padding: 5px 20px;
    color: #fff;
    background-color: #B7073D;
    cursor: pointer;
    font-weight: 600;
}
.key-content {
    padding: 10px 20px;
    background-color: #FEF5D9;
}

.toggle-icon {
    margin-top: 4px;
    color: #fff;
    float: right;
}

.rotate{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate.down{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.full-height {
    height: 100%;
}

.top-rounded {
    border-radius: 5px 5px 0 0;
}

.bottom-rounded {
    border-radius: 0 0 5px 5px;
}

.img-center {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

.img-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1000;
}
    .img-modal img {
        max-width: 80vw;
    }

.close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    color: #fff;
    cursor: pointer;
    font-size: 36px;
}

.center {
    margin: 0 auto;
}

.clickable {
    cursor: pointer;
}

/* ### FOOTER ### */

.footer-wrap {
    color: #003E80;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f5f3f4;
}
    .footer-wrap .footer-container {
        height: 100%;
        padding: 30px 0;
        border-right: 1px solid #d2d2d2;
    }
        .footer-wrap .footer-container .logo-footer {
            padding: 0 15px 0 0;
            max-width: 100%;
        }

.social-icons {
    font-size: 40px;
}

.copyright {
    color: #000;
    padding: 36px 50px !important;
}
    .copyright a {
        color: #003E80;
        font-weight: 600;
    }

.noborder {
    border: 0 !important;
}

.back-top {
    padding: 35px 0 !important;
}

.back-to-top-wrap {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
    .back-to-top-wrap:hover {
        background-color: rgba(255,255,255,0.8);
    }
.back-to-top {
    width: 20px;
}

/* ### MEDIA QUERIES ### */

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) { 
    .tagline {
        display: block;
    }
    .absolute-bottom {
        position: relative;
    }
    .banner-right {
        font-size: 36px;
    }
    .footer-wrap .footer-container {
        border-right: 0;
    }
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .copyright {
        padding: 15px !important;
    }
    .news-holder .body { padding-right: 0; }
}

@media (max-width: 1199.98px) {}