body{
    background-color: #E3F4FD;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    color: #252626;
    margin: 0;
    padding: 0;
}

/* Typography / Helper Classes */
a{
    color: #87E336;
}
h1,h2,h3,h4,h5,h6,address{
    font-weight: 700; /* All headings are a thick font weight */
    margin: 1% 0;
    color: #1c1751;
}
h1{
    font-size: 4em;
}
h2{
    font-size: 3em;
}
h3{
    font-size: 2.4em;
}
h4{
    font-size: 1.8em;
}
h5,address{
    font-size: 1.4em;
}
h6{
    font-size: 1em;
}
.balloon-holder{
    position: absolute;
    top: 0;
    left: 50%; /* This is for centering horizontally */
}
h2.title-balloon{
    color: #fff;
    font-size: 1em;
    background: #05a6f7;
    text-align: center !important;
    text-transform: uppercase;
    padding: 6px 18px;
    position: relative;
    left: -50%; /* This is for centering horizontally */
    margin-top: 0;
}

img{
    display: block;
    border: 0;
}
.tleft{
    text-align: left;
}
.tcenter{
    text-align: center;
}
.tright{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.alignright {
	margin-left:10px;
}
.alignleft {
	margin-right:10px;
}
.full{
    width: 100%;
}
.half{
    width: 50%;
}
.third{
    width: 33%;
}
.two-thirds{
    width: 66%;
}
.quarter{
    width: 25%;
}
.three-quarters{
    width: 75%;
}
.inline-block{
    display: inline-block;
    vertical-align: top;
}
.clear{
    clear: both;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}
.yellow{
    color: #87e336;
}
.red{
    color: #05a6f7;
    font-weight: bold;
}
.teal{
    color: #05A6F7;
}
.teal-bg{
    background: #87e336;
    position: relative;
}
.teal-bg .container{
    position: relative;
    padding-top: 65px;
    padding-bottom: 20px;
}
.teal-bg .container:after{
    clear: both;
    content: "";
    display: block;
}
.white-bg{
    background: #E3F4FD;
    color: #1c1751;
    position: relative;
}
.yellow-bg{
    background: #0b082d;
}
.blue-bg{
	background: #1c1751;
	position:relative;
}
.blue-bg .container{
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}
.blue-bg .container:after{
    clear: both;
    content: "";
    display: block;
}
.button{
    background: #05A6F7;
    color: #1c1751;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size:1.1em;
}
.button:hover, .button.rounded:hover{
    background: #BEE7FB;
}
.button.blue{
    background: #87e336;
    color: #1c1751;
    padding: 4px 9px;
}
.button.blue:hover{
    background: #a6e76d;
    color: #1c1751;
}
#bottom .button.blue{
	background:#5A7FB0 ;
    color: #fff;
}
#bottom .button.blue:hover{
    color: #87e336;
}

#bottom p,#bottom li {font-size:0.8em;}
.button.rounded{ 
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #f7bd48;
    color: #086e82;
    text-decoration: none;
    padding: 12px 9px;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
}
.teal-bg .button{
    width: 60%;
}
blockquote{
    position: relative;
    z-index: 1;
    font-size: 1.7em;
    font-weight: bold;
}
blockquote:before{
    content: "";
    background: url(../img/quote-left.png) no-repeat;
    width: 45px;
    height: 35px;
    display: block;
    left: -34px;
    position: absolute;
    top: -20px;
    z-index: -1;
}
blockquote:after{
    content: "";
    background: url(../img/quote-right.png) no-repeat;
    width: 45px;
    height: 35px;
    display: block;
    position: absolute;
    right: -43px;
    bottom: -18px;
    width: 56px;
    z-index: -1;
}

.column {
    float:left;
    margin:0 1%;
}

/* Responsive Bits */
/* Check the media query section, to see the other responsive bits, 
that are only applied within said media query */
.mobile{
    display: none; /* Applying this hides element on everything except "mobile" */
}
/* Responsive iframes/google maps */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.featherlight{
    z-index: 100100 !important;
}

.featherlight .featherlight-content {
    background:#F1D39B;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-align:center;
}

#socialbox {display:none;}

.featherlight-content #socialbox {display:inline;}

/* Structure / Template Specific */
.container{
    max-width: 1020px;
    margin: auto;
    padding: 0 20px;
}

/* Top/Header */
#top{
    position: relative;
}
.nav-logo-holder{
    background: #05a6f7;
    border-bottom: 13px solid #87e336;
}
.nav-logo-holder .container{
    position: relative;
}
.nav-logo-holder .container:after{
    clear: both;
    display: block;
    content: "";
}
.pre-logo{
    font-size: 1em;
    line-height: 40px;
    background: #1c1751;
    color: #fff;
}
.pre-logo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
	margin-top:4px;
}
.pre-logo li{
    display: inline-block;
    vertical-align: middle;
}
.pre-logo .address li:after{
    content: "|";
    margin-right: 5px;
    padding-left: 5px;
}
.pre-logo .address li:last-child:after{
    content: "";
    margin-right: 0;
    padding-right: 0;
}
.social li{
    margin-left: 5px;
}
.social li a{
	color:#fff;
}
.top-bar .social li{
    display: inline-block;
}
.logo{
    display: table-cell;
    vertical-align: top;
}
.logo img{
    margin-top: 7%;
    margin-bottom: 7%;
}
.logo a{
    text-decoration: none;
    color: #fff;
}
.main-navigation{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding: 22px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}
.main-navigation ul{
    margin: 0;
}
.main-navigation li{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: relative; /* This is used for dropdown */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.main-navigation li:last-child{
    margin-right: 0;
}
.main-navigation a{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    text-transform: uppercase;
}
.main-navigation a:hover{
    color: #1c1751;
}
.main-navigation li ul{ /* Dropdown menu UL/wrapper styling */
    display: none;
    position: absolute;
    z-index: 999; /* Makes sure the dropdown is always on top */
    padding: 0;
    top: 30px;
    left: 0;
    text-align: left;
    min-width: 100%;
    white-space: nowrap;
    line-height: 48px;
}
.main-navigation li:hover ul{
    display: block;
}
.main-navigation li li{ /* Dropdown menu item styling */
    display: block;
    margin: 0;
    background: #87e336; 
    width: 100%;
    color: #1c1751;
}
.main-navigation li li a{ /* Dropdown menu item a styling */
    padding-left: 20px;
    padding-right: 20px;
    color: #1c1751;
}
.main-navigation li li:hover{
    background: #b3ff70;
}

.header img{
    width: 100%;
    display: block;
    max-width: 1920px;
    margin: auto;
}

/* Main Content Area */
.welcome-holder{
    background: #05a6f7 url(../img/shapes-pattern.png) repeat;
    position: relative;
    min-height: 231px;
}
.welcome-box{
    background: #fff;
    margin: auto; 
    position: relative;
    top: -50px; /* Offsets the Welcome box */
    z-index: 105;
}
.welcome-box h1{
    margin-top:0;
	font-size:2.7em;
    text-transform: uppercase;
    width: 100%;
    background: #1c1751;
	color:#fff;
}
.welcome-box h2{
    margin-top: 0;
    font-size: 1.1em;
    color: #1c1751;
    font-weight: normal;
}
.welcome-content{
    padding: 2% 7%;

}
.pagetitle{
    background: url("../img/shapes-pattern.png") repeat #05a6f7;
    height:75px;
    padding:25px 0;
}
.pagetitle h1{
    text-align: center;
    margin:0;
    line-height:auto;
    padding:0;
    background:#87E336;
}
.main-content{
    /*background: url(../img/content-bg.jpg) no-repeat;
    background-attachment: fixed;*/
    background:#fff;
    position: relative;
	color:#1c1751;
}
.home .main-content{
    background:#fff;
	color:inherit;
}
.main-content .container{
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}
.home .main-content .container{
    padding-top: 75px;
}
.main-content p:first-of-type{
    margin-top: 0;
}
.main-content .block{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.main-content .block h2{
    font-size: 1.5em;
    color: #1c1751;
    border-bottom: 1px solid #87e336;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.main-content .block p{
    margin-top: 0;
}
.main-content .col img{
    display: block;
    width: 100%;
    max-width: 360px;
}

.activitycontainer {
	text-align:center;
}

.activity {
	width:23%;
	padding:0 1% 15px 1%;
	text-align:center;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.activity img {max-width:100%;}

.tour{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tour{
    text-align: center;
}
.tour img{
    margin: auto;
}
.tour .column{
    max-width: 560px;
}


.outreach{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.why-us{
    /* text-align: center; */
}
.why-us img,
.outreach img{
    margin: auto;
}
.why-us .column,
.outreach .column{
    max-width: 560px;
}



.staff {
	width:33%;
	display:inline-block;
	vertical-align: top;
	text-align:center;
    margin-bottom:15px;
    line-height:1.6em;
}
.staff img:last-child{display:none;}
.staff img:first-child{display:inline-block;}
.staff:hover img:first-child{display:none;}
.staff:hover img:last-child{display:inline-block;}
.staff img:nth-child(2) {
	display:none;
}
.staff:hover img:nth-child(2) {
  display: inline-block;
}

#socialbox p {text-align:center;}

a.new-back {color:#05A6F7}

.step1-location1, .step1-location2, .result-existing-location1, .result-existing-location2{
	display: none;
}
.result-new-location1, .result-new-location2{
	display: none;
}

/*.staff img.one {
	display:inline-block;
}
.staff img.two {
	display:none;
}
.staff img.one:hover {
	display:none;
}
.staff img.two:hover {
	display:inline-block;
}*/

#payment {
    float: right;
    padding: 15px;
    background: #1c1751;
    max-width:250px;
    text-align:center;
    color:#fff;
}

#payment2 {
    float: left;
    padding: 15px;
    background: #1c1751;
    max-width:200px;
    text-align:center;
    color:#fff;
}

#payment h3,
#payment2 h3 {
    color: white;
}

.payment-text p {
    padding: 10px;
}

#white-call-to-action{
    padding: 2.5% 0;
    font-size: 1.5em;
}
#white-call-to-action a{
    color: #05a6f7;
    font-weight: bold;
    text-decoration: none;
}
#white-call-to-action a:hover{
    text-decoration: underline;
}

/* Footer */
#bottom{
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
	color:#fff;
}
#bottom:after{
    clear: both;
    content: "";
    display: block;
}
#bottom h5{
    width: 90%;
    margin: auto auto 30px;
    text-align: center;
}
#bottom .block{
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
#bottom .block.first{
    width: 420px;
}
#bottom .block.second{
    width: 180px;
}
#bottom .block.third{
    width: 225px;
}
#bottom .block h3{
    color: #87e336;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 18px;
}
#bottom p{
    margin-top: 0;
}
#bottom ul{
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#bottom ul li{
    position: relative;
    padding-bottom: 20px;
}
#bottom ul li:last-child{
    padding-bottom:0;
}
#bottom a{
    color: #fff;
	text-decoration: underline;
}
#bottom a:hover{
    color: #fff;
}
#bottom li:before{
    content: "•";
    color: #87e336;
    padding-right: 2px;
    font-size: 3em;
    left: -14px;
    padding-right: 2px;
    position: absolute;
    top: -18px;
}
#bottom ul.menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#bottom ul.menu li{
    padding-bottom: 0;
}
#bottom ul.menu li:before{
    content: "";
    padding-right: 0;
}
#bottom .social li{
    display: inline-block;
    vertical-align: top;
}
.copyright{
    font-size: .8em;
    color: #fff;
    padding: 15px 0;
}
.copyright a{
    color: #05A6F7;
    text-decoration:underline;
}
.copyright a:hover {text-decoration:none;}
.copyright img{
    vertical-align: top;
}

.logo-small{
    margin-left: 5px;
    margin-right: 5px;
}

/* Media Queries / Responsive */
@media only screen and (max-width: 1024px) {
    .staff {
        width:49%;
    }
    .staff img {margin:0;}
    .main-content .staff h4, .main-content .staff h5 {text-align:center;}
}
@media only screen and (max-width: 768px) {
    .desktop{
        display: none !important; /* Applying this hides element on "mobile" */
    }
    .mobile{
        display: block;
    }
	h1{
    font-size: 3em;
	}
	h2{
		font-size: 2.6em;
	}
	h3{
		font-size: 2.2em;
	}
	h4{
		font-size: 1.8em;
	}
	h5, address{
		font-size: 1.4em;
	}
	h6{
		font-size: 1.2em;
	}
    .half, .third, .two-thirds, .quarter, .three-quarters{
        width: 100%;
        text-align: center;
    }
	.main-content{
		background:#fff;
		background-size:cover;
		position: relative;
	}
    .main-content ul{
        text-align: left;
    }
    #bottom .block.first, #bottom .block.second, #bottom .block.third, #bottom .block.fourth{
        width: 100%;
        float: none;
    }
    .left, .right{
        float: none;
    }
    .main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{
        text-align: left;
    }
    .third h2 {text-align:center;}
    .logo{
        text-align: center;
        display: block;
        margin: auto;
    }
    .logo img{
        margin-top: 5%;
        display: inline-block;
    }
    .pre-logo{
        line-height: 52px;
    }
    .social{
        display: block;
        text-align: right;
    }
    #bottom{
        text-align: center;
    }
    #bottom h5{
        margin-bottom: 40px;
    }
    .main-content img{
        margin: auto auto 5% auto;
        max-width: 100%;
        height: auto;
    }
    .staff {
        width:49%;
    }
    .staff img {margin:0;}
    .main-content .staff h4, .main-content .staff h5 {text-align:center;}
    /* Mobile Menu */
    #menu-btn{
        cursor: pointer;
        display: block;
        left: 20px;
        position: absolute;
        top: 10px;
        z-index: 999;
    }
    .sb-menu{
        padding: 0;
    }
	.yellow {
		color:#5A7FB0 ;
	}
    .top-bar{
        background: #fff;
        height: 75px;
    }
    .top-bar:after{
        clear: both;
        display: block;
        content: "";
    }
    nav li {
        position: relative;
    }
    nav li ul {
        display: none;
    }
    nav li:hover ul {
        display: block;
    }
    /* END Mobile Menu */
    .welcome-box{
        top: -10px;
    }
    .welcome-box h1 {font-size:1.4em;}
    .phone{
        background: #fff;
        width: 100%;
        padding: 12px 0;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
    }
    .main-content .block p{
        margin-bottom: 0;
    }
    .block .button{
        margin-bottom: 30px;
    }
    .teal-bg .button{
        width: 100%;
        display: block;
        margin: auto auto 10px;
        width: 60%;
    }
    .copyright{
        line-height: normal;
        padding: 20px 0;
    }
    .copyright .half{
        margin-bottom: 20px;
    }
    .copyright .half:last-child{
        margin: 0;
    }
    .stack-set{
        display: block;
        margin-bottom: 10px;
    }
    .copyright .stack-set a:first-child:before{
        content: "";
        padding: 0;
    }
    .right.half .stack-set{
        margin: 0;
    }
    .logo-small{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #white-call-to-action strong{
        display: block;
    }
    #white-call-to-action {font-size:1.3em;}
    #bottom h5{
        width: 100%;
        margin: auto auto 30px;
        text-align: center;
    }
    .back-to-top{
        bottom: 10px;
        right: 10px;
    }
}
@media only screen and (max-width: 445px) {
    footer h2.title-balloon:after{
        top: 47px;
    }
}

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
    float:left;
    margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width:96%;
    padding:10px 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form input[type=radio] {
    margin-bottom:5px;
}

#form textarea {
    width:96%;
    resize:none;
    padding:10px 2%;
    font:95%/1.4 'Tahoma',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form select {
    width:96%;
    padding:10px 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
    #form .column {
        float:none;
        margin:0;
    }
    #form .full, #form .half, #form .twothird, #form .onethird {
        width:100%;margin:0;
    }
}

.windowtop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    background: #87e336 url('../img/top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius:50%;
    z-index:9999;
    transition:0.5s all ease;
    cursor:pointer;
}
.windowtop.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.no-touch .windowtop:hover {
    background-color: #87e336;
    opacity: 1;
}

@media (max-width:650px) {
	.activity {
		width:46%;
		padding:0 2% 15px 2%;
	}
    .staff {
        width:100%;
    }
    
}