@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 799px) {
 	
.mobileonly {
	display: inline;
}

.dontshowme {
	display:none;
}

.dontshowmobile {
	display:none;
}

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

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

#masthead {
	margin-bottom: 5em;
}

#masthead h1 {
	font-size: 2.9em;
}

#footer-holder {
	max-width: 80%;
}

#left {
	float: none;
	max-width: 100%;
	text-align: center;
}

#right {
	float: none;
	max-width: 100%;
	margin-top: 2em;
	text-align: center;
}

.slim p {
  max-width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
}

.cta {
	display: block;
	width: 96%;
	margin:0 auto;
	min-height: auto;
	height: auto;
	margin-top:1em;
	max-width: 100%;
	}




.cta h2 {
	font-size: 1.8em;
	color: #324974;
	font-weight: bold;
}


.cta1 {
	display: block;
	width: 96%;
	margin:0 auto;
	min-height: auto;
	height: auto;
	margin-top:1em;
	max-width: 100%;
	}

  .cta2 {
    display: block;
    width: 96%;
    margin:0 auto;
    min-height: auto;
    height: auto;
    margin-top:1em;
    max-width: 100%;
    }


.mobile {
	width: 100% !important;
}


.people {
  max-width: 96%;
  padding: .4em;
  margin-left:0;
  margin-right: 0;  
  font-size: .9em;
}

.people p {
  text-align: justify;
}

.peoplepic {
  max-width: 90%;
  margin-bottom:.4em;
}



#footer-left {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.9em;
}

#footer-right {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#footer-cta {
   text-align:center;
}

#menu {
	display: none;
}

#mobilemenu {
	display: block;
}

/* responsive mobile menu credit: https://medium.com/creative-technology-concepts-code/responsive-mobile-dropdown-navigation-using-css-only-7218e4498a99; */

.header {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top:0;
  padding-top:0;
}
 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  background-color: #fff;
}
 
.header li a {
  display: block;
  padding: 8px 8px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color:#333;
  font-size: 1.1em;
}

.header li a:hover {
  color:#f3f3f3;
}
 
  
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 28px 40px;
  position: relative;
  user-select: none;
}
 
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 31px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 10px;
}
 
.header .menu-icon .navicon:after {
  top: -10px;
}

.header .menu-btn {
  display: none;
}
 
.header .menu-btn:checked ~ .menu {
  max-height: 440px;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.button {
  max-height: 40px;
  position:relative;
  margin: 0 auto;
  bottom:1em;
  left:0;
  margin-top: 2em; 
}

}