@charset "utf-8";
/* CSS Document*/

/* Color Palette 
red: #C0504D
blue:#4F81BD
green:#9BBB59
pink:#CC99FF
orange:#F79646
*/


html, body {
    position: relative;
	height: 100%;

}

body  {
margin: 0px;
font-family: Montserrat;
font-size: 11pt;
line-height: 130%;
font-style: normal;
color: #212721;
vertical-align: top;
text-align: left;
background-color:#fff;
padding:0px;
background-image: url(../images/globe.png);
background-repeat: no-repeat;
background-size: 100%;		
}

#banner {
	width: 100%;
	height: 80px;
}

#banner img {
	float: right;
	height: 75px;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
}

a {
  color: #024E87;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
 text-decoration: underline;
}

.mission {
	background: #EAC3C2;
	color: #222;
	display: block;
	margin: 12px;
	padding: 20px;
	font-weight: 500;
}

.divider {
  display: block;
  height: 5px;
  border-top: 1px dashed #ccc;
}


.hr {
	background: #C9D9ED;
	color: #222;
	display: block;
	margin: 12px;
	padding-top: 30px;
	font-weight: 500;
	height: 100px;
}


.foundations {
	background: #E1EFC4;
	color: #222;
	display: block;
	margin: 12px;
	padding-top: 30px;
	font-weight: 500;
	height: 100px;
}

.safety {
	background: #FCD7B8;
	color: #222;
	display: block;
	margin: 12px;
	padding-top: 30px;
	font-weight: 500;
	height: 100px;
}

.advisorship {
	background: #ECDAFE;
	color: #222;
	display: block;
	margin: 12px;
	padding: 20px;
	font-weight: 500;
}

.m_box {
    background: #fff;
	border: 1px solid #ccc;
	border-top: none;
    padding: 10px;
    height: 335px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px 0px 5px 5px;
}

.h_red {
	border: 1px solid #C0504D;
	background: #C0504D;
	color: #fff;
	letter-spacing: 1px;
}

#red h3 {
    border-bottom: 5px solid #C0504D;
    padding: 0px 0px 16px 0px;
    width: 300px;
}

.h_blue {
	border-left: 1px solid #4F81BD;
	border-top: 1px solid #4F81BD;
	border-right: 1px solid #4F81BD;
	border-bottom: 1px solid #4F81BD;
	background: #4F81BD;
	color: #fff;
	letter-spacing: 1px;
}

.blue h3 {
    border-bottom: 5px solid #4F81BD;
    padding: 0px 0px 16px 0px;
    width: 300px;
}

.h_green {
	border-left: 1px solid #9BBB59;
	border-top: 1px solid #9BBB59;
	border-right: 1px solid #9BBB59;
	border-bottom: 1px solid #9BBB59;
	background: #9BBB59;;
	color:  #fff;
	letter-spacing: 1px;
}

#green h3 {
    border-bottom: 5px solid #9BBB59;
    padding: 0px 0px 16px 0px;
    width: 300px;
}

.h_pink {
	border-left: 1px solid #CC99FF;
	border-top: 1px solid #CC99FF;
	border-right: 1px solid #CC99FF;
	border-bottom: 1px solid #CC99FF;
	background: #CC99FF;
	color: #fff;
	letter-spacing: 1px;
}

.pink h3 {
    border-bottom: 5px solid #CC99FF;
    padding: 0px 0px 16px 0px;
    width: 300px;
}


.h_orange {
	border-left: 1px solid #F79646;
	border-top: 1px solid #F79646;
	border-right: 1px solid #F79646;
	border-bottom: 1px solid #F79646;
	background: #F79646;
	color: #fff;
	letter-spacing: 1px;
}

#orange h3 {
    border-bottom: 5px solid #F79646;
    padding: 0px 0px 16px 0px;
    width: 300px;
}

.h_navy {
	border-left: 1px solid #024E87;
	border-top: 1px solid #024E87;
	border-right: 1px solid #024E87;
	border-bottom: 1px solid #024E87;
	background: #024E87;
	color: #fff;
	letter-spacing: 1px;
}

#navy h3 {
    border-bottom: 5px solid #024E87;
    padding: 0px 0px 16px 0px;
    width: 300px;
}


.m_box_header {
	color: #FFF;
	height: 90px;
	margin: 0px;
	padding:8px 0px 8px 0px;
	font-size: 90%;
	text-transform:uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 130%;
	border-radius: 8px 8px 0px 0px;

}

.m_box_header img {
    margin: auto;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 3px;
    display: block;
    margin-bottom: 5px;
}

h1 {
font-size: 140%;
font-weight: 700;
line-height: 10%;
}

h2 {
font-size: 150%;
font-weight: 700;
color: #1F497D;
	line-height: 120%;
	
}
#footer {
	border-top: 1px solid #FFE055;
	width: 100%;
	min-height: 400px;
	background-color: #EBF2F7;
	color: #555;
	font-size: 14px;
	font-weight: 500;
}
.footer-text{
	padding-top:60px; 
	font-size: 80%;
	margin: auto;
	line-height: 18px;
	display: block;
}


.footer-text img {
	float: left;
	height: 55px;
	width: auto;
	margin-bottom:10px;
	margin-right: 30px;	
	margin-left: 50px;
}

#content {
	width: 100%;
	margin: auto;
	padding: 0px 0px 10px 10px;
}

.box_header {
	color: #fff;
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 10px;
	font-size: 105%;
	text-align: left;
	font-weight: 700;
}

.box_header img {
	width: auto;
	height: 30px;
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
}


.button, a.button, a.button:visited, a.button:active {
  background-color: #024E87;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  color: #FFF;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 8px;
 padding: 20px 0px 10px 0px;
}


.day {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center; 
	letter-spacing: 1px;
	font-weight: 800;
	margin:0px; 
	padding: 10px; 
	background: #FFF;
}


.box-blue {
    border-top: none;
    padding: 10px;
    height: 418px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 90%;
	font-weight: 400;
	border-radius: 0px 0px 5px 5px;
	background: #BADDF6;
}


.feedback {
	height: 35px;
	margin: 10px 0px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 90%;
	border-radius: 5px;
}


.start-feedback {
	height: 188px;
	background: #BADDF6;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	color: #fff;
	border-radius: 0px 0px 5px 5px;
	font-size: 90%;
	padding-top: 20px;
}


.resources {
	padding: 0px 30px 10px 0px;
}

.resources p {
    border-bottom: 1px dotted #ccc;
}

#tools_link {
	border:1px solid #ccc;
	background: #DCE6F2; 
	padding: 10px; 
	margin:auto; 
	width: 99%; 
	font-size: 14px; 
	letter-spacing: 1px;
}

#tools_link img {
	float:left;
	margin-right: 12px; 
	margin-bottom: 10px
}
 
    .swiper {
     width: 100%;
     height: 600px;

    }

    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }


/*  GO FULL WIDTH AT LESS THAN 550 PIXELS */
@media only screen and (max-width: 550px) {
	body {
		line-height: 100%;
	}
	.mission {
	margin: 8px 4px;
	padding: 25px 6px;
	font-size: 85%	
	}
	
	.hr  {
	margin: 8px 4px;
	padding: 25px 6px;
	font-size: 85%;
	height: 90px;
	}
	
	.foundations {
	margin: 8px 4px;
	padding: 25px 6px;
	font-size: 85%;
	height: 90px;
	}
	
	
	.safety{
	margin: 8px 4px;
	padding: 25px 6px;
	font-size: 85%;
	height: 90px;
	}
	
	.advisorship  {
	margin: 8px 4px;
	padding: 25px 6px;
	font-size: 85%;
	}
	
	.m_box{
	padding: 4px;
		
	}
	
	.box-blue{
	height: 420px;
	}

	.button, a.button, a.button:visited, a.button:active{
	margin-top: 20px;}
	
	.footer-text img {
		height: 45px;
		margin-right: 20px;
	}
	
	.footer-text {
		line-height: 16px;
	}
}