html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #626163;
  font-size: 1.15rem;
}

.logo{float:left;}

.h1, h1{
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  margin-bottom: 10px;
}

.h2, h2,.h3, h3{
  margin-bottom: 10px;
  font-weight: 600;
}

.h4, h4,.h5, h5,.h6, h6 {
  margin-bottom: 10px;
  font-size:1em;
  font-weight: 600;
}

.page-title:after {
    content: "";
    width: 80px;
    height: 4px;
    margin: 10px auto;
    display: block;
    background-color: #6b6b6b; }

a {
  color: #626163;
  font-weight: 500;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

.topMenu {
  color: white;
  background-color: #0076c6;
  height:90px;
  padding-left:10px;
}
.topMenu a {
  color: white;
  margin: 1%;
  margin-top: 0rem;
  font-size: 0.8em;
  font-weight: bold;
}
.topMenu-current {
    border-bottom: 2px solid white;
  }
.topMenuNav {
	width:100%;
	text-align:right;
	padding-top:20px;
}

.mobile-nav-container {
	  display:none;
      text-align: left;
	  z-index:100;
	}
.mobile-nav-icon{
	  display:none;	
}


.info{
  width: 70%;
  margin: auto;
  padding: 10px;
  text-align: center;
}

.responsive_img {
  max-width: 100%;
  height: auto;
}

.button {
  font-size:100%;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: #0076c6;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #33afff}

.button:active {
  background-color: #33afff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*CTA styles*/
.blue-cta {
  margin: 50px -30px 50px -30px;
  background-color: #1678ba;
  text-align: center;
  padding: 40px 30px;}
  .blue-cta > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .blue-cta p {
    color: #fff;
    line-height: 1.5; }
	
 .grey-cta {
  border-radius: 25px;
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 20px;
  width:90%;
  margin: auto;
  margin-bottom: 60px; 
 }

.grey-cta-para {
	text-align:left;
	overflow: auto;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
	
.grey-cta-img {
	display:inline-block;
	padding-top:30px;
	vertical-align:top;
	max-width:300px;	}

.box {
  font-size:0.85em;
  width: 200px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;	
}
.box > div {
  padding-left:10px;
  padding-right:10px;
}

.box img {
	cursor:pointer;
}

.footer {
  margin-top: 30px;
  background-color: #393b3c;
  color: #c2c3c5;
  padding: 30px 15px;
  text-align:center;
  font-size:0.75em;
  }
.footer a{
  color: #c2c3c5;
  }

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

  .topMenuNav{
    display:none;
  }
	.mobile-nav-icon{
			  background-color: #0076c6;
			  display:block;
			  position: fixed;
			  z-index:100;
			  width: 100%;
			  top: 0;
			  left:0;	
			  text-align:right;
		}
	.mobile-nav-container{
			  background-color: #0076c6;
			  position: fixed;
			  width: 100%;
			  height: 100%;
			  top: 0;
			  left:0;
			  overflow-x: hidden;
			  overflow-y: hidden;	
		}
	.mobile-nav_list{
		  list-style-type: none;
		  margin: 0; /* To remove default bottom margin */ 
		  padding: 0; /* To remove default left padding */
		  border-top: 1px solid #fff;
		  margin-top: 40px;
		  padding-top: 20px; }

	.mobile-nav_list-item{
		  position: relative;
		  padding:15px;
		  padding-left: 15px;
		  background-color: #008ec6;
		  margin: 15px 0px 15px 0px; 
		  background-image: url('/images/mnav_arrow.svg');
		  background-repeat: no-repeat;
		  background-position: right 30px center;
		  background-size: 20px 20px;
		  }

	.mobile-nav_list-item  a {
		  display:block;
		  line-height: 1.8;
		  color: white;
		  text-transform: uppercase; 
		  text-decoration:none;
		  margin-left: 25px; }
}

@media only screen and (max-width: 500px) {
  .topMenu p{
    margin-bottom: 0rem;
  }
  #logo{
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .topMenu p{
    margin-bottom: 0rem;
  }
  #logo{
    display: none;
  }
}


