@font-face {
    font-family: "Open Sans regular";
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Open Sans bold";
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format('truetype');
}

body {
    font-family: "Open Sans regular";
    font-size: 16px;
    color: var(--color-darkGrey, #2A2A2A);
    background-color: var(--color-background, #FFFFFF);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > footer {
    margin-top: auto;
}

h1 {
    font-size: 48px;
    line-height: 65px;
    color: var(--color-darkBlue, #00549F);
}

h2 {
    font-size: 22px;
    color: var(--color-darkBlue, #00549F);
    font-family: "Open Sans bold";
}

h3 {
    font-size: 20px;
    line-height: 65px;
    color: var(--color-darkBlue, #00549F);
    font-family: "Open Sans bold";
}

h4 {
    font-size: 18px;
    color: var(--color-darkBlue, #00549F);
    font-family: "Open Sans bold";
}

h5 {
    font-size: 16px;
    color: var(--color-darkBlue, #00549F);
    font-family: "Open Sans bold";
}

a {
    color: var(--color-darkBlue, #00549F);
    text-decoration: none;
    background-color: transparent;
    font-family: "Open Sans bold";
}

li {
    padding: 8px 0 0 0;
}

div.fullWidth.container {
    max-width: 100%;
    padding: 0;
}

div.head {
    position: relative;
}

div.head img {
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
}

.fullWidth.footer.bg-dark {
    max-width: 100%;
    background-color: var(--color-darkerGrey, #212529) !important;
    padding: 60px 0 0 0;
}

.fullWidth.footer.bg-dark {
    color: var(--color-grey, #777777);
}

.fullWidth.footer.bg-dark header {
    color: var(--color-white, #FFFFFF);
}

.footer h2 {

}

footer.bg-darker {
    background-color: var(--color-darkestGrey, #1C2023);
}

.frame-display-mobile img {
    max-width: 100%;
    height: auto;
}

.ce-left .image {
    margin-right: 15px;
}

.ce-right .image {
    margin-left: 15px;
}

.fontBold {
    font-family: 'Open Sans bold';
}

.colorBlue {
    color: var(--color-darkBlue, #00549F) !important;
}

.bgColorBlue {
    background-color: var(--color-darkBlue, #00549F) !important;
}

.bgColorWhite {
    background-color: var(--color-white, #FFFFFF) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar {
    text-transform: uppercase;
}

.nav-item.active, .nav-link:active {
    background-color: var(--color-darkBlue, #00549F);
}

nav.navbar ul.navbar-nav li.nav-item > div.dropdown-menu {
    border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    .hide {
        display: none;
    }
}

.hide {
    margin-left: 3em;
    width: 25px;
    height: 100%;
    line-height: 40px;
    color: var(--color-darkBlue, #00549F);
}

.nav-show {
    display: block;
}

.newsDate .newsDateDay, .newsDate .newsDateMonth {
    height: 44px;
    width: 55px;
}

.newsDate .newsDateDay p, .newsDate .newsDateMonth p {
    line-height: 40px;
    margin-bottom: 0;
}

.carousel-indicators li {
    border-radius: 100%;
    margin: 0 5px 0 5px;
    width: 10px;
    background-color: var(--color-darkBlue, #00549F);
}

.carousel-indicators {
    position: relative;
    display: inline-flex;
    margin: 0;
    vertical-align: bottom;
}

span.fa {
    font-size: 10px;
    vertical-align: 2px;
}

img.logo {
    height: auto;
    width: auto;
    margin-top: 12px;
    max-width: 280px;
}

.backgroundGrey {
    background-color: var(--color-lightGrey, #E5EAEF);
}

.footertext {
    font-size: 14px;
}

.dropdown-menu {
    padding: 0;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.dropdown-item {
    padding: 10px 30px;
}

.nav-item:hover {
    background-color: var(--color-darkBlue, #00549F);
}

ul > li.nav-item:hover > a {
    color: var(--color-white, #FFFFFF) !important;
}

.news .article .footer {

    padding: 0;
    margin-top: 0;
}

.navbar-nav {
    min-height: 60px;
}

.image-embed-item {
    width: 100%;
    height: auto;
    border: 1px solid lightgrey;
}

a.dropdown-item.itemStyles {
    font-family: "Open Sans regular";
}

@media only screen and (max-width: 1200px) {
    img.logo {
        max-width: 220px;
        margin-bottom: 12px;
	}
    .row-flex.button {
        bottom: 0;
        /*background: white;*/
        position: absolute;
        width: 68vw;
        top: 0;
        right: 0;
        height: 70px;
        z-index: 0;
    }
  .row-flex.button.bg-white-nav {
        z-index: 1;
    	height: fit-content;
  }
}



.bg-white-nav {
    background-color: var(--color-white, #FFFFFF);
    border-left: 1px solid lightgrey;
}

li.nav-item.active #hideChevronDown {
    color: var(--color-white, #FFFFFF);
}

/*@media only screen and (max-width: 1200px) {
    li.nav-item.active {
        flex-direction: column !important;

    }
}*/

.container.head .image-embed-item,
.ce-left .image-embed-item {
    border: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-darkBlue, #00549F);
}


.fullWidth.footer.bg-dark h5 {
    color: var(--color-white, #FFFFFF);
}

.fullWidth.footer.bg-dark p {
    font-size: 14px;
}

.container.head .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0px;
}

.news .article .footer {
    border-bottom: 1px solid #eee;
    border-top: none;
}

.colorBlue.newsDateDay {
    background: var(--color-lightGrey, #E5EAEF);
    padding-top: 10px;
}

.more {
    font-size: 14px;
}

.news .article .footer span {
    margin-right: 0px;
    font-size: 10px;
}

a:hover {
    color: var(--color-blue, #207EB7);
    text-decoration: none;
}

button#navbar-toggler {
    outline-color: white;
}

button#navbar-toggler {
    font-size: 45px;
    margin-right: 18px;
}

.frame-type-table tr:first-of-type,
.frame-type-table tr:last-of-type {
    background-color: var(--color-lightGrey, #E5EAEF);
}

.frame-type-table tr:first-of-type,
.frame-type-table tr > td:first-of-type {
    font-weight: 600;
}

#navbarsExample06 .dropdown-menu.m-0.border-0 {
  width: 330px;
}

figcaption {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  
  #navbarsExample06 {
    max-width: 100%;
  }
  
  #navbarsExample06 .dropdown-menu.m-0.border-0 {  
  	width: 100%;
  }
  
  #navbarsExample06 .dropdown-menu.m-0.border-0.show a.dropdown-item.itemStyles {
    white-space: inherit;
  } 
}