body, html { background-color: var(--light-blue);  font-family: 'Montserrat', sans-serif;font-size: 12px; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; }
a:hover, a:focus { transition: .2s; text-decoration: none; }
.container { padding: 0; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
/* font-family: 'Open Sans', sans-serif; */
h1,h2,h3,h4,h5,h6 { margin: 0; }
h2 { color: #003865; font-size: 38px; font-weight: 300; margin-bottom: 30px; padding-bottom: 20px; padding-top: 20px; }
.hideh2 {display:none;}
h3 { background-color: rgba(181,220,241, 0.3);  color:  #202020; font-size: 19px; font-weight: 600; margin-bottom: 10px; padding: 8px 8px 8px 5px;}

/* text-decoration-line: underline; text-decoration-style: double; */

h3.survey { color: #008EAA; background: rgb(0,56,101,); background: linear-gradient(90deg, rgba(42,80,116,1) 0%, rgba(42,80,116) 100%); color: #fff; font-size: 19px; font-weight: 300; margin-bottom: 10px; padding: 8px 8px 8px 10px; }
h3.survey strong { color: #fff; font-weight: 600; }
h4 { color: #003B51; border-bottom: 1px solid #003B51; font-size: 15px; font-weight: 600; margin-bottom: 10px; padding-bottom: 7px; text-transform: uppercase; }
p { margin-bottom: 1.6rem; font-size: 16px; }
ul { padding-left: 35px; }
ul,ol li {margin-bottom: 0.5rem; color: #333; font-size: 16px;}
hr { border-bottom: 1px solid #e5e5e5; }
a { color: #007F9B; text-decoration: underline; transition: background-color .2s, color .2s; }
a:hover, a:focus, a:active { color: #003865; }
a:visited {color:#007F9B;}
.button { background-color: #003865; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #007F9B; color: #fff; }
.button:focus { color: #fff; }
strong { color: #003865; }
.brclear { clear: both; }
.listwrap { margin-left: 65px; }
.listitem { font-weight: 400; padding-top: 2px; }
.slide img.icon { width: 100%; max-width: 45px; float: left; margin: 0 15px 10px 10px; border: 0; }
.slide img.smallicon { width: 100%; max-width: 35px; float: left; margin: 0px; text-align: center; border: 0; }

#share-links a { background-color: #fab794; border: 1px solid  #f37f41;border-radius: 50%; color: #003B51; display: inline-block; font-size: 1.3em; height: 40px; line-height: 40px; margin-right: 10px; text-align: center; text-decoration: none; width: 40px; }
#share-links a:hover { background-color: #f37f41;}
#share-links a span { position: absolute; right: -9999px; top: -9999px; }

:root {
    --dark-blue: #003B51;
    --cc-blue: #00ACEB;
    --light-blue: #B5DCF1;
    --light-blue-tp: rgba(181,220,241, 0.3);
    --light-orange: #fab794;
    --orange: #ED6821;
    --dark-orange: #f37f41;
    --cream: #FFFEDF;
    --grey: #ADADAD;
    --light-grey:rgba(173,173,173, 0.4);
    --light-grey-full:rgba(173,173,173, .8);
    --cc-black: #202020;
    }

/* Accordion  (can remove if not needed)*/
.accordion-header { cursor: pointer; }
.accordion-header i { font-size: .8em; margin-left: 10px; transition: transform .45s; vertical-align: middle; }
.opened .accordion-header i { transform: rotate(180deg); }
.accordion > div { padding: 3px 0; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #003865; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #008EAA; }
.required { color: #800; }
.required span { left: -9999px; position: absolute; top: -9999px; }

/* MAIN SCREEN */
#screen { height: 100%; left: 0%; position: absolute; transition: left .6s; width: 100%; }
.logo { display: block; width: 100%; padding: 0px; margin: 30px auto; }
.border { border: 1px solid #e5e5e5; }

/* LEFT MENU */
#skipcontent { background-color: #fff; border: 1px inset #aaa; border-radius: 8px; box-shadow: 2px 2px 8px 0 #333; color: #000; font-size: 1.4em; font-weight: 600; left: -9999px; padding: 6px 14px; position: absolute; top: -9999px; }
#skipcontent:focus { left: 8px; top: 8px; }

h1 { background-color: #000; background-color: rgba(255,255,255,.9); border-radius: 120px; color: #003865; font-size: 18px; font-weight: 600; height: 60px; left: 20%; line-height: 1.2em; margin: 15px 0; padding: 6px 22px; position: absolute; text-align: center; width: 65%; z-index: 1; }
h1:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
h1 span { display: inline-block; vertical-align: middle;  }

#menu { background-color: #fff; float: left; height: 100%; overflow: auto; padding-bottom: 18px; width: 15%; }
#menu div { background-color: #fff; border: 1px solid #ADADAD; border-width: 1px 0; height: 54%; overflow-y: auto; }
#menu ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#menu ul li { border-bottom: 1px solid rgba(173,173,173, 0.4); margin: 0; width: 100%; }
#menu ul li a { color: #003B51; display: block; padding: 6px 8px 14px; position: relative; width: 100%; }
#menu ul li a i { background-color: #00ACEB; color: #fff; display: inline-block; font-size: 1.1em; margin: 4px 0; opacity: .8; padding: 4px; position: absolute; text-align: center; transition: opacity .2s; }
#menu ul li a.showing > i { background-color: #ED6821; opacity: 1; }
#menu ul li a i:before { content: url(../images/white-caret.svg); display:inline-block; }
#menu ul li a span { display: inline-block; font-size: .9em; font-weight: 600; line-height: 1.3em; padding: 4px 0 0 30px; vertical-align: middle; }
#menu ul li a span span {display:none;}
#menu ul li a:hover { background-color: rgba(173,173,173, 0.4); }
#menu ul li a:hover i { background-color: #ED6821; color: #fff; display: inline-block; font-size: 1.1em; margin: 4px 0; opacity: .8; padding: 4px; position: absolute; text-align: center; transition: opacity 1; }
#menu ul li a.showing { background-color: rgba(173,173,173, 0.4); }

/* TABLES */
.mndottable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.mndottable td, .mndottable th {
    border: 1px solid #ddd;
    padding: 8px;
}
.mndottable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #003865;
    color: white;
}

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { margin-left: 5%; width: 90%; }
#langaugeselectcont label { margin-left: 5%; width: 90%; }

/* SLIDE AREA */
#mainArea { background-image: url("../images/bg.jpg"); background-size: cover; float: left; height: 100%; min-height: 100%; overflow: auto; position: relative; width: 85%; }

#slides { bottom: 0; height: 100%; position: relative; width: 100%; }
#slides > div { bottom: 54px; height: auto; left: 15%; margin: 0; position: fixed; top: 94px; transition: left .6s, margin .6s; width: 85%; }
.slide { color: #aaa; height: 100%; margin-left: -1200%; margin-top: -22px; opacity: 0; position: absolute; top: -200%; transition: 0s; width: 94%; }
.slide.showing { margin-left: 3%; margin-top: 0; opacity: 1; top: 0; transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s; }
.slide h2 { margin: 0 1.5% 18px; }
.slide > div { background-color: #fff; box-shadow: 0 8px 15px -4px #6e8b93; color: #333; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 24px 1%; width: 100%; } 
.slide img { width: 100%; }
.contact-open #slides > div { margin-left: -390px; }

#nav-progress { bottom: 0; height: 38px; overflow: auto; position: absolute; right: 0; width: 85%; }
#nav-progress a { background-color: #fff; color:  #202020; float: left; height: 100%; line-height: 30px; text-align: center; width: 10%; font-size:18px;}
.fa-arrow-left {color:  #202020;}
#nav-progress > a:hover { background-color: rgba(173,173,173, .8); }
#nav-progress ul { display: table; float: left; height: 100%; margin: 0; padding: 0; width: 80%; }
span.next{margin-right: 4.5px;}
#nav-progress ul li { display: table-cell; height: 100%; padding: 0; }
#nav-progress ul li a { background-color: #00ACEB; border: 1px solid #fff; border-width: 13px 2px; height: 100%; width: 100%; }
#nav-progress ul li a.active { background-color: #ED6821;}
#nav-progress ul li a span { color: #003865; left: -9999px; position: absolute; top: -9999px; }
#nav-progress ul li a:hover { background-color: #ED6821; border-color: #fff; }

.previous-arrow { text-decoration: none; }
.next-arrow { text-decoration: none; }

/* MENU & COMMENT BUTTONS */
.meeting-button { background-color: #fff; box-shadow: inset 0 0 0 2px #003865; color: #003865; font-size: .8em; font-weight: 600; height: 60px; position: absolute; text-align: center; text-transform: uppercase; width: 60px; }

#menu-toggle { display: none; left: 20px; padding-top: 8px; top: 14px; width: 60px; z-index: 1; }
#menu-toggle:hover { color: #008EAA; }
#menu-toggle span { background-color: #003865; display: block; height: 4px; margin: 4px auto; transition: margin .2s, transform .2s; width: 40%; }
#menu-toggle:hover span { background-color: #008EAA; }

#contact { background-color: white; height: 100%; left: 100%; margin: 0; overflow-y: auto; padding: 12px; position: fixed; top: 0; transition: margin .6s; width: 390px; }
#menuOffScreen { background-color: rgba(35,35,35,.3); cursor: pointer; height: 100%; left: -200%; margin-left: 0; opacity: 0; position: fixed; top: 0; transition: left 0s ease-in-out .3s, margin 0s, opacity .3s; width: 100%; z-index: 2; }
#closecomment { color: #333; font-size: 1.2em; font-weight: 600; }
#contact-button { right: 5%; top: 14px; width: 74px; }
#contact-button i { font-size: 2.3em; padding-top: 8px; }

.contact-open #screen { left: -390px; }
.menu-open #menuOffScreen,
.contact-open #menuOffScreen { left: 0px; margin-left: -390px; opacity: 1; transition: left 0s, margin .6s, opacity .6s; }
.menu-open #menuOffScreen { margin-left: 240px; }
.contact-open #contact { margin-left: -390px; }

.meeting-button:before,
.meeting-button:after { border: 2px solid transparent; content: ""; height: 0; position: absolute; width: 0; display:inline-block;}
.meeting-button:before { left: 0; top: 0; display:inline-block;}
.meeting-button:after { bottom: 0; right: 0; display:inline-block;}

.meeting-button:hover { color: #008EAA; transition: color .8s; }
.meeting-button:hover:before,
.meeting-button:hover:after { height: 100%; width: 100%; display:inline-block;}
.meeting-button:hover:before { border-right-color: #008EAA; border-top-color: #008EAA; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; display:inline-block;}
.meeting-button:hover:after { border-bottom-color: #008EAA; border-left-color: #008EAA; transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s; }

/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 100%; z-index: 3; }
#lightbox > span { background-color: rgba(35,35,35,.8); cursor: pointer; height: 100%; position: absolute; top: 0; width: 100%; }
#lightbox > span span { color: #fff; font-size: 3.6em; line-height: .4em; padding: 15px; position: absolute; right: 0; top: 0; z-index: 5; }
#lightbox div { box-shadow: 0 8px 15px 0 #000; margin: -120px auto 0; max-height: 80%; overflow: auto; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { display: block; width: 100%; }
#lightbox.on { top: 0; }
#lightbox.on div { margin-top: 50px; transition: .8s ease-out .32s; transform: rotateX(0deg) translateY(0px); }
.slide img.lightbox { cursor: pointer; margin-bottom: 8px; }


/* Custom CSS */

.arrow-margin {margin-top: 2.8px;}
.img-height {
    min-height: 100px;
    display:flex;
    justify-content: center;
}
.pb-icons {margin-top:50px;}
.pb-icon {width:auto; text-align:center; margin: 0 auto;}
img.pb-icon {width:50% !important; display:block; height:50%;}
.pb-text {text-align:left;margin-top: 20px; font-size: 16px;}
h2 {outline:none;}
h2 span {font-size: 20px; font-weight: 600;}

.cc-header-img {display:block; text-align:center;}
.cc-header-img img {width:60%; height: auto;margin-bottom: 20px;}

.num-val-div { height: 25px;
    width: 25px;
    background-color: #ED6821;
    border-radius: 50%;
    display: inline-block;
    padding:0px;
    display:flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800;
}



.h4-value{
    /* border-bottom: 3px solid #003B51; */
    /* justify-content: space-between; */
    display:inline-block;
    margin-bottom: 5px;
  }


.h4-value h4 {font-size: 15px; font-weight:800; border:none !important; padding-bottom:5px !important; margin:0px !important;}

span.money{background-color: #003B51; padding:5px; color:#fff; }
.intersection-block img {height:202px; width:auto;}
ul.values {padding-left:20px !important;}
ul.values li {font-size: 14px !important;}




.legend {display:flex;}
.legend-border {margin-top: 45px;border: 1px solid  #202020; padding:10px 10px 0px 10px;}
/* Questions about type(3) */
div.legend-border:nth-of-type() {margin-top: 20px; }

.legend > .legend-1, .legend-2{ 
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid black;
    display: inline-block;
    margin-right: 10px;
}
.legend:nth-of-type(1) > .legend-1{ background-color: grey;}
.legend:nth-of-type(2) > .legend-1{ background-color: rgb(200, 16, 46) ;}

.legend:nth-of-type(1) > .legend-2{ background-color: rgb(255, 73, 151) ; border: 3px solid #ADADAD;}
.legend:nth-of-type(2) > .legend-2{ background-color: rgb(202, 238, 156); border: 3px solid #ADADAD;}
.legend:nth-of-type(3) > .legend-2{ background-color: rgb(0, 175, 235);border: 3px solid #ADADAD;}
.legend:nth-of-type(4) > .legend-2{ background-color: rgb(255, 232, 153);border: 3px solid #ADADAD;}
.legend:nth-of-type(5) > .legend-2{ background-color:transparent;}
.legend:nth-of-type(6) > .legend-2{ border: 3px solid #00ACEB;background-color:transparent;  }

.legend > .legend-3 { 
    content: '';
    border-bottom: 3px #CCBDA4 solid;
    height: 25px;
    width: 40px;
    transform: translateY(-50%);
    margin-right: 20px;
}


.legend:nth-of-type(2) > .legend-3{border-bottom: 3px #ACE2F3 solid;}
.legend:nth-of-type(3) > .legend-3{background-color: #BFF0FF; height:25px; border-bottom:none; transform: none;}
.legend:nth-of-type(4) > .legend-3{background-color: #D9F6FE; height:25px; border-bottom:none; transform: none;}
.legend:nth-of-type(5) > .legend-3{background-color: #EAF5E4; height:25px; border-bottom:none; transform: none;}

.value-img > .col-md-8, .col-md-4, img {}

.survey{ background-color: #B5DCF1; }
.survey p {margin-top:20px; font-weight: 800;}
.survey-img {text-align:center;}
.survey img {margin:20px 0px; height: 60px; width:auto;  }
.survey-q p{padding:0px 80px;}
hr.feedbackhr {margin: 20px 40px; border-bottom: 1px solid #003B51 !important; border-top:none;}

.survey-div {display:flex; align-items: center; justify-content: center;}
.survey-div p {padding-left: 20px;}


.caption {margin-top: 10px;font-size: 1em; font-style: italic; }

.next-step-img {margin: 20px 0px;}

.end {text-align:center; font-weight: 800;}



em {font-weight: 600;}
p.stat-color span {font-size: 20px; font-weight: 600;}
.color-num p:nth-of-type(2) span{color: #ED6821;}
.color-num p:nth-of-type(3) span {color: #003B51;}
.color-num p:nth-of-type(4) span{color: #ADADAD;}

.small-h3 {font-size: 16px;}


h5 {font-size: 20px; font-weight: 700; color: #003B51; text-align:center; margin-bottom: 30px;}
h6 {font-size: 1.8em; color: #003B51; margin-bottom: 10px; font-weight: 600;}



.funding-block {margin-top: 20px; border-left: 8px solid #003B51; padding-left: 10px;}


#funding-table .funding:nth-of-type(2) .funding-block {border-left: 8px solid #00ACEB;}
#funding-table .funding:nth-of-type(3) .funding-block {border-left: 8px solid #ED6821;}
#funding-table .funding:nth-of-type(4) .funding-block {border-left: 8px solid #B5DCF1;}

/* .funding:nth-of-type(2) .funding-block {background:yellow;} */

div.funding-img {min-height: 250px; display:flex; align-items: center; }
.funding img {width: 50%; height:auto;display:block;margin: 0px auto;}



/* MEDIA QUERIES */


  
@media screen and (max-width: 1310px) {
    #menu { width: 20%; }
    #mainArea { width: 80%; }
    #slides > div { left: 20%; width: 80%; }
    .slide { width: 96%; }
    .slide.showing { margin-left: 2%; }
    .slide > div { width: 96%; margin: 0 auto; }
    h1 { font-size: 1.2em; left: 25%; padding: 0 18px; width: 60%; }
    #contact-toggle { right: 80px; }
    #nav-progress { width: 80%; }
}

@media screen and (max-width: 1030px) {
    #menu { margin-left: -220px; position: relative; width: 220px; z-index: 2; }
    #menu div { height: 64%; }
    #mainArea { width: 100%; }
    img.logo { display: block; width: 50%; margin: 0 auto; padding-top: 15px; }
    h1 { font-size: .9em; left: 15%; margin-left: -8px; width: 70%; }

    #menu-toggle { display: block; }
    #contact-button { right: 20px; }
    .menu-open #screen { left: 240px; }
    #nav-progress { width: 100%; }
    #nav-progress a { width: 15%; }
    #nav-progress ul { width: 70%; }
    #nav-progress ul li a { border-width: 10px 1px; }

    #slides { height: 84%; top: 0; }
    #slides > div { left: 0; width: 100%; }
    .slide { height: 100%; width: 100%; }
    .slide.showing { margin-left: 0; }
    .slide > div { width: 96%; }
    .menu-open #slides > div { margin-left: 240px; }
    #lightbox img { max-width: 8000%; width: 160%; }
}


@media screen and (max-width: 992px){
    .pb-icon {width:20% !important; display:block;}
    .funding-img {width: 60%; display:block; margin: 0 auto;}
    .col-md-4.intersection-block {display:block; margin: 0 auto; width:50%; height:auto;}
    .col-md-4.intersection-block img {width:100%; height: auto;}
   
}



@media screen and (max-width: 640px) {
    h1 { left: 2%; margin: 8px 0; top: 44px; width: 95%; }
    h2 { font-size: 1.2em; }
    p { font-size: 1.2em; }
    li { font-size: 14px; }
    label { font-size: .9em;}
    #share-links a { font-size: 1.1em; height: 32px; line-height: 32px; margin-right: 6px; width: 32px; }

    #mainArea { overflow: hidden; }
    #menu ul li a { font-size: .9em;}
    .meeting-button { box-shadow: inset 0 0 0 1px #003865; font-size: .8em; height: 36px; }
    #menu-toggle { left: 8px; padding-top: 4px; top: 8px; width: 52px; }
    #menu-toggle span { height: 2px; margin: 2px auto; width: 30%; }
    #contact-button { line-height: .8em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.4em; padding: 4px; }

    #mainArea { overflow: hidden; }
    #menu ul li a { font-size: .9em; }
    .meeting-button { box-shadow: inset 0 0 0 1px #c47; font-size: .8em; height: 36px; }
    #menu-toggle { left: 8px; padding-top: 4px; top: 8px; width: 52px; }
    #menu-toggle span { height: 2px; margin: 2px auto; width: 30%; }
    #contact-button { line-height: .8em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.4em; padding: 4px; }

    .menu-open #screen { left: 220px; }
    #contact { width: 260px; }
    #closecomment { font-size: 1em;}
    .contact-open #screen { left: -260px; }
    .menu-open #menuOffScreen,
    .contact-open #menuOffScreen { margin-left: -260px; }
    .menu-open #menuOffScreen { margin-left: 220px; }
    .contact-open #contact { margin-left: -260px; }

    #slides { height: 100%; }
    #slides > div { top: 124px; }
    .menu-open #slides > div { margin-left: 220px; }
    .contact-open #slides > div { margin-left: -260px; }
    .slide { height: 100%; }
    .slide > div { padding: 14px 4%; }
}

@media screen and (max-width: 530px) {
    #nav-progress { height: 38px; }
    #nav-progress a { border-right: 1px solid #aaa; line-height: 38px; width: 50%; }
    #nav-progress a:last-of-type { border: 0; }
    #nav-progress ul { display: none; }
    .slide img.icon {float: none; display: block;}
    .slide img.smallicon {float: none; display: block;}
    #lightbox img { width: 250%; }
}

