html {
	position: relative; 
	z-index: 0; 
}

body {
	margin: 0;
	height: 100%;
    width: 100%;
    overflow: auto;
}

body, p, input, textarea {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #4D4D4E;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.72em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.31em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1em
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

ul, li, a {
	text-decoration: none;
}

ul, li {
	margin: 0;
	text-decoration: none;
	list-style: none;
}

/* -----ADMIN---------*/

.edit {
	display: block;
	background: #eb4034;
	color: #fff;
	width: 120px;
	margin: 25px auto;
	padding: 10px 5px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
}

.edit:hover {
	background: #bf3228;
}

/* -----MAIN NAV------ */

nav a {
	text-transform: uppercase;
	font-weight: 600;
}

.nav-container {
	margin: 0 auto;
}

.main-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.logo-bar {
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.nav-mobile {
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
			justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 60px;
}

.logo {
	height: 60px;
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: 15px;
}

.logo img {
	height: 50px;
    margin-top: 5px;
}

.main-nav a {
	color: #fff;
}

.main-nav ul {
	background-color: #18204E;
	position: relative;
	display: none;
}

.main-nav ul li {
	border-top: 1px #fff solid;
}

.main-nav > ul > li > a {
	padding-left: 25px;
}

.nav-dropdown {
  position: absolute;
  display: block;
  z-index: 3;
}

#nav-toggle {
	position: absolute;
	right: 20px;
	top: 18px;
    height: 30px;
	width: 30px;
	pointer-events: none;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	pointer-events: none;
	border-radius: 1px;
	height: 5px;
	width: 30px;
	top: 10px;
	background-color: #4D4D4E;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.dropdown-who a {
	display: block;
	padding: 10px 0px 10px 45px;
}

.dropdown-who li {
	background-color: #101638;
}

.dropdown-what a {
	display: block;
	padding: 10px 0px 10px 45px;
}

.dropdown-what li {
	background-color: #101638;
}

.dropdown-ser a {
	display: block;
	padding: 10px 0px 10px 45px;
}

.dropdown-ser li {
	background-color: #101638;
}

.dropdownBtn {
	display: block;
	padding: 10px 0px;
}

.dropdown-img {
	display: block;
	float: right;
	padding-right: 30px;
}

.dropdown-img svg {
	width: 12px;
	height: 12px;
	fill: #fff;
}

.single {
	display: block;
	padding: 10px 0px;
}

.main-nav-active {
	background: #18204E !important;
	color: #fff !important;
}

.svg-active {
	fill: #fff !important;
}

/* -----LEAD IMAGE------ */

.lead-wrapper {
	padding: 70px 30px;
}

.lead-text {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.lead-text h1:after {
  	display: block;
  	content: "";
  	width: 25%;
  	margin: 10px auto;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.cta {
	text-align: center;
}

.cta-btn {
	display: inline-block;
	background-color: #e53935;
	border-radius: 10px;
	padding: 15px 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta-btn:hover {
	background-color: #ab000d;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.isolated {
	margin-top: 30px;
	text-align: left;
}

/* -----ALT LEAD----- */

.altlead-wrapper {
	background-color: rgba(62,169,203,.6);
	padding: 95px 0px;
	position: relative;
}

.altlead-wrapper > .lead-text {
	padding: 0px 40px;
}

/* -----SUB NAV------ */

.fixed {
	position: fixed;
    top: 0;
    width: 100%;
}

.subnav-bar {
	background-color: #3EA9CB;
	text-align: center;
	z-index: 9999;
	cursor:pointer;
}

.subnav a {
	color: #fff;
}

.subnav-text {
	display: inline-block;
	padding: 15px 0px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 15px;
  vertical-align: middle;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0 solid #fff;
  overflow: hidden;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.caret.open {
  -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  border-width: 10px 10px 0 10px;
}

.subnav ul {
	background-color: #3EA9CB;
	width: 100%;
	display: none;
}

.subnav ul li {
	text-align: center;
	border-top: 1px #fff solid;
}

.subnav ul li a {
	display: inline-block;
	padding: 12px 0px;
	width: 100%;
}

.subnav ul li a:hover {
	background-color: #80D2EB;
}

.current {
	background-color: #307DA1;
}

/* -----SINGLE LAYOUT----- */

.single-wrapper {
	padding: 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.single-content {
	padding: 0px 15px;
	max-width: 750px;
}

.single-content h2 {
	color: #3EA9CB;
	text-transform: uppercase;
}

.single-content h2:after {
	display: block;
  	content: "";
  	width: 15%;
  	margin: 10px 0px;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.single-content h3 {
	color: #3EA9CB;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration: underline;
}

.single-content ul {
	margin-left: 50px;
}

.single-content li {
	list-style: initial;
	padding: 10px 0px;
}

/* -----CARD LAYOUT----- */

.card-wrapper {
	background-color: rgba(62,169,203,.6);
	padding: 45px 0px;
	position: relative;
}

.top-left {
	position: absolute;
	top: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(48,125,161,.5)), color-stop(50%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top left, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	background: -o-linear-gradient(top left, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	background: linear-gradient(to bottom right, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	width: 30%;
	height: 100%;
}

.bottom-left {
	position: absolute;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, rgba(48,125,161,.5)));
	background: -webkit-linear-gradient(top right, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	background: -o-linear-gradient(top right, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	width: 30%;
	height: 100%;
}

.top-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, rgba(48,125,161,.5)));
	background: -webkit-linear-gradient(bottom left, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	background: -o-linear-gradient(bottom left, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, rgba(48,125,161,.5) 50%);
	width: 30%;
	height: 100%;
}

.bottom-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(48,125,161,.5)), color-stop(50%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom right, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	background: -o-linear-gradient(bottom right, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	background: linear-gradient(to top left, rgba(48,125,161,.5) 50%, rgba(255,255,255,0) 50%);
	width: 30%;
	height: 100%;
}

.card-content {
	z-index: 2;
	padding: 0px 25px;
}

.card-content h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.card-content h2:after {
	display: block;
  	content: "";
  	width: 25%;
  	margin: 10px auto;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.card-title p {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	text-align: left;
	max-width: 800px;
    margin: 0 auto;
}

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.card {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 30px 15px;
	-webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	display:flex;
}

.card-inner {
	display: flex;
	flex-direction: column;
}

.card-inner ul {
	list-style: disc;
	margin-left: 25px;
}

.card-inner ul li {
	text-align: left;
	list-style: initial;
	padding: 5px 0px;
}

.card-title h5 {
	text-align: center;
}

.card h5 {
	color: #3EA9CB;
	text-transform: uppercase;
}

.card-icon {
	text-align: center;
	margin-bottom: 10px;
}

.card-icon img {
	width: 60px;
	height: 60px;
}

.card p {
	text-align: left;
	padding-left: 10px;
}

.card-content > .cta {
	text-align: center;
}

/* -----3-COL LAYOUT------ */

.col-wrapper {
	background-color: #fff;
	padding: 45px 0px;
}

.col-content {
	padding: 0px 25px;
}

.col-content h2 {
	color: #3EA9CB;
	text-transform: uppercase;
	text-align: center;
}

.col-content h2:after {
	display: block;
  	content: "";
  	width: 25%;
  	margin: 10px auto;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.col-content h5, .col-contet p {
	text-align: center;
}

.col-content h5 {
	color: #3EA9CB;
	text-transform: uppercase;
}

.title p {
	margin-bottom: 30px;
	text-align: left;
	max-width: 800px;
    margin: 0 auto;
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: flex-start;
	margin-bottom: 15px;
}

.col {
	margin-bottom: 15px;
	padding: 15px 15px;
	text-align: left;
	display: flex;
}

.col-inner {
	display: flex;
    flex-direction: column;
}

.col > p {
	padding-left: 10px;
}

.col-content > .cta {
	text-align: center;
}

/* -----3-COL GRAY LAYOUT------ */

.gray {
	background-color: #F7F7F7;
}

.white {
	background-color: #fff;
}

.button-inline {
	display: inline-block;
}

.button {
	display: block;
}

.no-button {
	display: none;
}

/* -----RIGHT CONTENT LAYOUT------ */

.right-wrapper {
	padding: 30px 30px;
}

.big-img img {
	width: 75px;
	height: 75px;
}

.two-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.big-img {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-bottom: 25px;
}

.two-text {
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}

.two-text h2 {
	color: #3EA9CB;
	text-transform: uppercase;
}

.two-text h2:after {
	display: block;
  	content: "";
  	width: 25%;
  	margin: 10px 0px;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

/* -----STAND ALONE CTA------ */

.cta-wrapper {
	padding: 60px 30px;
}

/*--------5-COL PIC LAYOUT---------*/

.img-circle img {
	border-radius: 50%;
	width: 170px;
	height: auto;
}

.img-circle {
	margin: 0 auto 15px;
}

/*--------CONTACT FORM---------*/

.relative {
	position: relative;
}

#contact-form {
	margin: 0px;
}

#contactForm {
	background-color: #F7F7F7;
	margin: 0 auto;
	max-width: 900px;
	padding: 15px;
	border-radius: 15px;
}

#contact-form h2 {
	color: #3EA9CB;
	text-transform: uppercase;
	text-align: center;
}

#contact-form h2:after {
	display: block;
  	content: "";
  	width: 15%;
  	margin: 10px auto;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.form-wrapper {
	margin: 10px;
	width: 100%;
}

.form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#msgSubmit {
	max-width: 900px;
	margin: 0px auto 35px;
    font-size: 24px;
	text-align: center;
	border-radius: 10px;
	padding: 20px 0px;
}

.alert-success {
	background: #3EA9CB;
	color: #fff;
}

.alert-danger {
	background: #eb4034;
	color: #fff;
}

input {
	font-size: 1rem;
	border: none;
	border-radius: 5px;
	padding: 0 0 0 1rem;
	height: 2rem;
	width: calc(100% - 1rem);
	background-color: #fff;
	margin-top: 10px;
}

label {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	color: #3EA9CB;
	text-transform: uppercase;
}

textarea {
	border: none;
	background-color: #fff;
	margin-top: 10px;
	height: 5rem;
	padding-top: 0.5rem;
	height: 200px;
	width: 100%;
}

.submit-wrapper {
	margin-top: 25px;
	text-align: center;
}

.submit-wrapper button {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 1em;
}

#map {
   width: 100%;
   max-width: 400px;
   height: 250px;
   background-color: grey;
   margin: 0 auto;
}

.address-content h2 {
	color: #3EA9CB;
	text-transform: uppercase;
	text-align: center;
}

.address-content h2:after {
	display: block;
  	content: "";
  	width: 25%;
  	margin: 10px auto;
  	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #18204E), color-stop(50%, #3EA9CB));
  	background: -webkit-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: -o-linear-gradient(left, #18204E 50%, #3EA9CB 50%);
  	background: linear-gradient(to right, #18204E 50%, #3EA9CB 50%);
  	height: 5px;
}

.address-content a {
	color: #3EA9CB;
	text-decoration: none;
}

.address-content a:hover {
	color: #307DA1;
}

.location-wrapper {
	margin: 30px 20px;
}

.address-stuff p {
	text-align: center;
	margin-bottom: 0px;
}

.address-stuff {
	margin: 30px 0px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  border-radius: 4px;
}

/* -----FOOTER------ */

footer {
	background-color: #18204E;
	padding: 25px 30px;
}

.footer-content-container {
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

footer p {
	color: #fff;
	text-align: center;
}

footer > div {
	margin: 15px 0px 25px 0px;
}

footer ul li {
	text-align: center;
}

footer ul li a {
	display: inline-block;
	color: #3EA9CB;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
	padding: 5px 0px;
}

footer ul li a:hover {
	color: #80D2EB;
}

.footer-logo-container {
	margin-bottom: 25px;
}

.footer-logo {
	height: 60px;
}

.footer-logo img {
	display: block;
	width: 200px;
    height: auto;
	margin: 0 auto;
}

.nav-repeat {
	margin-top: 25px;
}

.small-btn-container {
	text-align: center;
}

.small-btn {
	display: inline-block;
	background-color: #e53935;
	border-radius: 10px;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.small-btn:hover {
	background-color: #ab000d;
}

.logo-copyright p:first-child {
	margin-bottom: 10px;
}

.address {
	margin-bottom: 15px;
}

.phone {
	margin-bottom: 15px;
}

.phone a {
	color: #3EA9CB;
	display: block;
	font-family: 'Lato', sans-serif;
	text-decoration: underline;
	padding-bottom: 5px;
	text-align: center;

}

.phone a:hover {
	color: #80D2EB;
}

.contact-info {
	margin-bottom: 0px !important;
	margin-top: 25px;
}

.hr {
	display: none;
}

.g-recaptcha > div:first-child {
	margin: 20px auto;
}

@media only screen and (min-width: 480px) {

	/* -----CARD LAYOUT------ */

	.cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.card {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 200px;
		max-width: 250px;
		margin: 10px 5px;

	}

	.card-title p {
		text-align: center;
	}

	/* -----COL LAYOUT------ */

	.cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.col {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 200px;
		max-width: 250px;
		margin: 10px 5px;

	}

	.title p {
		text-align: center;
	}

	/* -----STAND ALONE CTA------ */

	.cta-wrapper > .cta {
		text-align: center;
	}

	/* -----FOOTER------ */

	footer p {
		text-align: left;
	}
	
	footer {
		padding: 35px 30px;
	}

	.footer-content-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: flex-start;
	}

	footer ul li {
		text-align: left;
	}

	.footer-logo img {
		margin: 0;
	}

	.logo-copyright {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
		min-width: 202px;
	}

	.nav-repeat {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-left: 20px;
	}

	.small-btn-container {
		text-align: left;
	}

	.phone a {
		text-align: left;
	}

	.hr {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}
}

@media only screen and (min-width: 768px) {

	body, p {
		font-size: 14px;
	}

	h1 {
		font-size: 3.25em;
	}

	h2 {
		font-size: 1.97em;
	}

	h3 {
		font-size: 1.72em;
	}

	h4 {
		font-size: 1.5em;
	}

	h5 {
		font-size: 1.31em;
	}

	h6 {
		font-size: 1.15em
	}

	/* -----LEAD IMAGE------ */

	.lead-wrapper {
	    padding: 100px 50px;
	}

	.lead-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: center;
	}

	/* -----SINGLE LAYOUT------ */

	.single-wrapper {
		padding: 50px 30px;
	}

	/* -----RIGHT CONTENT LAYOUT------ */

	.right-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 50px 30px;
	}

	.big-img img {
		width: 120px;
		height: 120px;
	}

	.two-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.big-img {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-bottom: 15px;
		text-align: center;
	}

	.two-text {
		-webkit-box-flex: 3;
		    -ms-flex: 3;
		        flex: 3;
		margin-left: 30px;
	}

	/* -----LEFT CONTENT LAYOUT------ */

	.left {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	/* -----CONTACT------ */

	#contact-form {
		margin: 30px 30px 75px 30px;
	}

	#contactForm {
		padding: 60px;
	}

	.form-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	 	-webkit-box-orient: horizontal;
	 	-webkit-box-direction: normal;
	 	    -ms-flex-direction: row;
	 	        flex-direction: row;
	}

	/* -----FOOTER------ */

	.logo-copyright {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
		min-width: 202px;
		padding-right: 15px;
	}

	.nav-repeat {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-left: 0px;
		margin-top: 25px;
	}

	.contact-info {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
		min-width: auto;
	}

	.hr {
		display: none;
	}

	/* -----CONTACT------ */

	.location-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0px 30px;
	}

	#map {
	   margin: 0px 0px 0px 30px;
	}

	.address-content h2 {
		text-align: left;
	}

	.address-content h2:after {
	  	margin: 10px 0px;
	}

	.address-stuff p {
		text-align: left;
	}

	.address-content:first-child {
		margin-right: 60px;
	}

	.location-wrapper {
		margin: 60px 0px;
	}

}

@media only screen and (min-width: 860px) {

	/* -----MAIN NAV------ */

	.nav-wrapper {
		margin: 0 auto;
		max-width: 1200px;
	}

	.nav-mobile {
		display: none;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.logo-bar {
		padding: 10px 0px;
		display: inline-block;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	.logo {
		height: 65px;
		display: inline-block;
	}

	.logo img {
		width: 135px;
		height: auto;
	}

	.main-nav > .main-level {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #fff;
		-webkit-box-flex: 3;
		    -ms-flex: 3;
		        flex: 3;
		margin-right: 15px;
	}

	.dropdownBtn {
		border-left: 1px #D9D9D9 solid;
	}

	.single {
		border-left: 1px #D9D9D9 solid;
	}

	.dropdown-img svg {
		fill: #3EA9CB;
	}

	.main-nav ul li a:hover {
		background-color: #3EA9CB;
	}

	.main-nav a {
		color: #3EA9CB;
	}

	.main-nav a:hover {
		color: #fff;
	}

	.main-nav > ul > li > ul {
		display: none;
	}

	.main-nav > ul > li > a {
		padding: 30px 15px;
	}

	.nav-dropdown {
	  position: absolute !important;
	}

	.dropdown-img {
		padding-right: 0px;
		padding-left: 10px;
	}

	.dropdown-what a {
		padding: 10px 50px 10px 15px;
	}

	.dropdown-who a {
		padding: 10px 50px 10px 15px;
	}

	.dropdown-ser a {
		padding: 10px 50px 10px 15px;
	}

	/* -----SUB NAV------ */

	.subnav-wrapper {
		border-bottom: 4px #3EA9CB solid;
		position: relative;
		z-index: 1;
	}

	.subnav {
		height: 52px;
	}

	.subnav-bar {
		display: none;
	}

	.subnav ul {
		background-color: #3EA9CB;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.subnav ul li {
		border-right: 1px #fff solid;
		border-top: none;
	}

	.subnav ul li:first-child {
		border-left: 1px #fff solid;
	}

	.subnav ul li a {
		padding: 15px 20px;
	}

	.subnav ul li a:hover {
		border-bottom: 5px #307DA1 solid;
	}

	.current {
		background-color: #307DA1;
		border-bottom: 5px #18204E solid;
	}

}

@media only screen and (min-width: 1024px) {

	/* -----MAIN NAV------ */

	.main-nav > .main-level {
		margin-right: 70px;
	}


	/* -----LEAD IMAGE------ */

	.lead-wrapper {
	    padding: 150px 50px;
	}

	.lead-text {
		display: block;
		width: 100%;
		padding: 0px 250px;
		text-align: center;
	}

	.lead-text h1:after {
	  	margin: 10px auto;
	}

	.cta {
		text-align: center;
	}

	.isolated {
		margin-top: 30px;
		text-align: left
	}

	/* -----RIGHT CONTENT LAYOUT------ */

	.two-content {
		max-width: 1000px;
	}

	.portraits {
		margin-right: 30px;
		margin-left: 30px;
	}

	.portraits .col {
		min-width: 250px;
		max-width: 300px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.portraits .cols {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}

	/* -----FOOTER------ */

	footer {
		padding-left: 60px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}