/* CSS Document */

/*  Body       
------------------------------------------------------------- */
body {
    background-color: #0b4778;
    background: url('../images/background/background.jpg') #0b4778 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 18px;
    padding: 70px 10px 70px;
    line-height: 24px;
}

iframe {
    -webkit-transform: translate3d(0,0,0);
}

/* Accessibility Row 
------------------------------------------------------------- */

#accessibility-row {    
    margin-top: 20px;
}
#AT {
    font-size: 14px;
    color: #000;
    float:right;
    padding:2px;
}
#AT span {
    display: inline-block;
    float: right;
    padding:2px;
}
#AT input {
    float: right;
    cursor: pointer;
}
#ATbox {
    margin-top: 2px;
}
#AT label {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    font-smoothing: antialiased;
    cursor: pointer;
}
#skip-link {
    padding: 0px 15px;
    margin-top: -2px;
}
#skip-link a {
    color: #000;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    margin-top: -2px;
}

/* skip to main content  */
.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

/* Nav Links
------------------------------------------------------------- */
#navbarCollapse > .navbar-nav {
    min-width: 370px;
}
ul .mobile-nav-links {
  list-style-type: none;
}
.dropdown-item.active{
    background: #014F83;
}
.mobile-nav-links label,
.mobile-nav-links a{
    color: #ACAEB1;
    font-size: 18px;
}
#collapseMobileMenu > li > a{
    font-size: 14px;
    margin-left: 10px;
}
#collapseMobileMenu > li {
    margin-bottom: 5px;
}
.mobile-nav-links.dropdown-toggle::after {
    color: #ACAEB1;
}
.navbar-brand {
    cursor: pointer;
}
ul .mobile-nav-links.active {
  color: #fff;
  background: #6F7378;
}
ul .mobile-nav-links.active > a{
  color: #fff;
}
.dropdown-item {
    text-wrap: wrap;
}
.fixed-top {
  max-height: 100vh;
  overflow: auto;
}
.list-group-item.active {
    color: #000;
/*    font-weight: 800;*/
    background-color: #efefef;
    border-color: #007bff;
} 
.dropdown-divider {
    margin: 4px 0;
}
a.external {
    color: #0b4778;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color
} 
a.external:hover,
a.external:focus {
    background-color: rgba(0,0,0,0.05);
    color: inherit;
    text-decoration: underline
}
/* Header
------------------------------------------------------------- */
#cHeader {
    height: 100px;
    background: #fff;
    border-bottom: solid 1px #F9F9F9;
    border-radius: 20px 20px 0 0;
}
.logo-sizing {
    max-height: 80px;
    left: 10px;
    cursor: pointer;
    margin-left: 15px;
    display: block;
}
.mobile-logo {
    height: 40px;
}
.navbar-brand > img {
    max-height: 40px;
    left: 10px;
    cursor: pointer;
}
h1.moto {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.banner {
    padding: 20px 25px;
    background: #152D4E;
    color: white;
}
ol.breadcrumb {
    background: #152D4E;
    padding: 0;
}
.breadcrumb-item>a,
.breadcrumb-item+.breadcrumb-item {
    color: white;
}
.breadcrumb-item.active {
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: white;
}

/* Main
------------------------------------------------------------- */
main {
    background: #fff;
    padding-bottom: 30px;
    border-radius: 0 0 20px 20px;
}

.overlay-text {
    position: absolute;
    color: #fff;
}
.main-hr {
    width: 100px;
    border-bottom: solid 4px #307001;
}

.sub-menu {
    margin-top: -60px;
    padding-top: 60px;
    width: 80%;
    background: #CFE8CF;
    z-index: 2;
}
.list-group-item {
    background: #CFE8CF;
    border: none;
    color: #444D45;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    text-indent: -15px; 
    padding-left: 25px;
}
.list-group-item::before {
    content: "> ";
    color: #444D45;
}
.sub-menu,
#scroll-list,
#scroll-list > li:last-child,
#scroll-list > li:last-child > .list-group-item {
    border-radius: 0 0 10px 10px;
}
#scroll-list > li:last-child > a {
    padding-bottom: 10px;
}
.sub-menu {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.embed-responsive-16by9 {
    border-radius: 20px;
}
.btn-add-info {
    outline:2px solid #94BEED;
    color: #000;
    background: #F6EFDF;
    border-radius: 45px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.btn-video-select {
    outline:2px solid #94BEED;
    color: #000;
    background: #F6EFDF;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
}
.play-video-select {
    fill: #CFE8CF;
    stroke: #2E7000;
    stroke-miterlimit: 10;
    stroke-width: 12px;
    max-width: 70px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
.play-video-select:hover {
    fill: #419400;
    cursor: pointer;
}
.play-video-select:focus{
    fill: #419400;
}
.btn-video-select:hover,
.btn-video-select:focus{
    background: #E0D0A8;
}
.btn-collapse {
    background: #2E7000;
    color: #fff;
    border-radius: 45px;
    border: #fff;
}
.btn-collapse:hover,
.btn-collapse:focus {
    background: #2E7000;
    color: #fff;
}
.btn-collapse.collapsed {
    background: #F0F0F0;
    color: #000;
    border-radius: 45px;
    border: #707070;
}
.btn-collapse.collapsed:hover,
.btn-collapse.collapsed:focus {
    background: #707070;
    color: #fff;
}

.grow img {
    transition: 0.5s ease;
}

.grow img:hover,
.grow img:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: 1s ease;
    filter: drop-shadow(5px 5px 5px #222);
}
.current-page {
    cursor: pointer;
}
.nav-card {
    background: inherit;
}
.carousel-indicators > li {
    background-color: #003F72;
}
#carouselExampleIndicators {
    border: solid 1px #003F72;
    border-radius: 5px;
}
.add-border {
    border: solid 2px #162E51;
    border-radius: 15px;
}
.big-button {
    color: #0D4778;
    width: 100%;
    background: #DFF0FA;
    margin: 10px 0;
    min-height: 130px;
    font-size: 30px;
    line-height: 35px;
    padding: 30px;
    border-radius: 15px;
    border: solid 1px #ACCEE5;
}
.big-button:hover,
.big-button:focus {
    background: #DCE1DE;
    text-decoration: none;
    color: #0D4778;
}
.fa-big-button {
    font-size: 60px;
}
/* Footer
------------------------------------------------------------- */
footer {
    margin-top: 30px;
}

.footer-link:hover,
.footer-link:focus,
.footer-link {
    color: white;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top img {
    height: 40px;
}

/* Modal
------------------------------------------------------------- */
.modal-header {
    background: #F6EFDF;
}

/* Buttons
------------------------------------------------------------- */
.btn-dark-blue {
    background: #162F51;
    border-radius: 25px;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus {
    background: #162F51;
}

/* Fonts
------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 { 
    font-family: Bitter,Georgia,Cambria,Times New Roman,Times,serif;
}

p,
body {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

h1 {
    margin-right: 15px;
} 

h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0C4778;
}
h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0C4778;
    margin-top: 35px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0C4778;
    margin-top: 35px;
}   
h5 {

}

.main-font {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}
.moto {
    color: #013555;
}
cite {
    font-size: 16px;
}

/* Accessibility 
------------------------------------------------------------- */
.sidenav {
    display:none;
}
.sidenav--list {
  background-color: #003366;
  border: 2px solid #003366;
  border-bottom-width: 5px;
  border-top-width: 1px;
  margin: 0;
  padding:0;
  font-size: 13px;
  font-size: .8125rem
}

.sidenav--list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 44px;
    color: #ffffff;
    color: var(--pure-white);
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }

.sidenav--list a:hover,.sidenav--list a:focus {
      text-decoration: underline;
      background-color: #f2f2f2;
      color: #005A6A;
    }

.sidenav--list a:focus {
      outline-color: rgb(238, 208, 9);
    }

.sidenav--list a span.lang {
      font-weight: normal;
    }

.sidenav--list li a {
    border-top: 1px solid #005A9C;
    border-top: 1px solid #005A9C;
  }

.sidenav--list {
  .sidenav-head + & {
    border-top: none;
  }
}

[dir="ltr"] .sidenav--list ul {
    padding-left: 24px;
}

[dir="rtl"] .sidenav--list ul {
    padding-right: 24px;
}

.sidenav--list ul {
    padding: 0;
    margin: 0;
  }

.sidenav--list a + ul { display:none; }

.sidenav--list a[aria-current] + ul { display:block; }

.sidenav--list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.sidenav--list a[aria-current=location] {
     padding-bottom: 4px;
     font-weight: bold;
  }

.sidenav--list a[aria-current=page] {
    font-weight: bold;
    color: #005A6A;
    background-color: #FAFAFC;
    position:relative
  }

.sidenav--list a[aria-current=page]:before, .sidenav--list a[aria-current=page]:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: auto;
      right: 0;
    }

[dir="rtl"] .sidenav--list a[aria-current=page]:before,[dir="rtl"]  .sidenav--list a[aria-current=page]:after {
        left: 0;
        right: auto;
      }

.sidenav--list a[aria-current=page]:before, .sidenav--list a[aria-current=page]:after {
      border: 1px solid #ffffff;
      opacity: .9;
    }

.sidenav--list a[aria-current=page]:before {
      top:-2px;
      border-color: transparent #ffffff #ffffff transparent;
    }

[dir="rtl"] .sidenav--list a[aria-current=page]:before {
      border-color: transparent transparent #ffffff #ffffff;
    }

.sidenav--list a[aria-current=page]:after {
      bottom:-2px;
      border-color: #ffffff #ffffff transparent transparent;
    }

[dir="rtl"] .sidenav--list a[aria-current=page]:after {
      border-color: #ffffff transparent transparent #ffffff;
    }

.sidenav-languages {
  font-size: 13px;
  font-size: .8125rem;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: 3px;
  border: 2px solid rgb(238, 208, 9);
  background-color: #ffffff;
}

.sidenav-languages header {
    border-bottom: 2px solid rgb(238, 208, 9);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 27px;
    padding-right: 27px;
    font-weight: bold;
  }

[dir="ltr"] .sidenav-languages .langlist {
    padding-left: 27px;
}

[dir="rtl"] .sidenav-languages .langlist {
    padding-right: 27px;
}

.sidenav-languages .langlist {
    list-style-position: inside;
    list-style-type: square;
    color: #005A9C;
  }

.sidenav-languages .langlist li {
      margin-bottom: 2px;
    }

[dir="ltr"] .sidenav-languages p {
    padding-left: 27px;
}

[dir="rtl"] .sidenav-languages p {
    padding-right: 27px;
}

[dir="ltr"] .sidenav-languages p {
    padding-right: 0;
}

[dir="rtl"] .sidenav-languages p {
    padding-left: 0;
}

.sidenav-languages p {
    padding-top: 4px;
    padding-bottom: 4px;
    margin:0;
    border-top: 1px solid #eed009;
  }

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        top: 60px;
    }
  .sticky-top-2 {
    position: -webkit-sticky;
    position: sticky;
    /*top: 120px;*/
    top: 135px;
    z-index: 1019;
  }
  .sticky-top-at {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    z-index: 1019;
  }
} 

/* Extra large devices (large desktops)*/
/* No media query since the extra-large breakpoint has no upper bound on its width*/

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .main-font.h1 {
        font-size: calc(18px + 0.390625vw);
    }
    .main-font.h5 {
        font-size: calc(14px + 0.390625vw);
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .main-font.h1 {
        font-size: calc(24px + 0.390625vw);
    }
}

@media only screen and (max-width: 770px) {

}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    #accessibility-row{
        margin-top: 0;
    }
    body {
        padding-top: 100px;
    }
    #cHeader {
        height: auto;
        min-height: 25px;
    }

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .main-font.h1 {
        font-size: calc(18px + 0.390625vw);
    }
}

/* custom*/
@media (max-width: 450px) {
    .main-font.h1 {
        font-size: 18px;
    }
}
