


/*------------------------------------------------------------------------------------------*/
/* Website Default Styling */
/*------------------------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
    background:#fff;
}

.white {background-color: #ffffff;}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#206fb3;
}

a:hover, #header.nav-solid nav a:hover {
    color:#206fb3;
}

/* Default Icon Color */

.icon i {
    color:#206fb3;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #cfd8dc;
}



/*------------------------------------------------------------------------------------------*/
/* Navigation */
/*------------------------------------------------------------------------------------------*/

#header nav ul {display: inline-block;}


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#041E33;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #083b66;
    border-color: #083b66;
}    




/* header phone link */ 

.icon-phone img {
	vertical-align: middle;
    max-width: 35px;
}

.icon-phone svg {
	vertical-align: middle;
    max-width: 35px;
	width: 35px;
	heught: 35px;
}

.icon-phone svg .st0 {fill: #ffffff;}

#header.nav-solid .icon-phone svg .st0 {fill: #041E33;}




/* --- phone - reg nav --- */ 

#header nav div.phone-icon {
	display: none;
}

#header nav div.phone-text {
	display: inline-block;
}



/* --- phone - solid nav --- */ 


#header.nav-solid nav div.phone-icon {
	display: none;
}

#header.nav-solid nav div.phone-text {
	display: inline-block; 
}



/* --- phone - mobile nav --- */ 

#header div.phone-mobile {
	display: none;
}







@media (max-width: 1240px) {
	
	#header nav a {
    padding: 0 12px;
    font-size: 15px;
    }


	#header nav div.phone-icon {
	display: inline-block;
	width:40px;
	height: 40px;
    }
	
	#header nav div.phone-text {
	display: none;
    } 
	
	#header.nav-solid nav div.phone-icon {
	display: inline-block;
    }
	
	#header.nav-solid nav div.phone-text {
	display: none;
    }

}


@media all and (max-width: 1024px) { 
	
	#header nav ul {display: none;}
	#header nav ul.expanded {display: block;}
	
	#header nav a {
    padding: 16px 0;
	}
	
	#header nav div.phone-icon {
	display: none;
    }
	
	#header.nav-solid nav div.phone-icon {
	display: none;
    }
		
	/* --- phone - mobile nav --- */ 

    #header div.phone-mobile {
	    display: inline-block;
        position: absolute;
        right: 100px;
	    top: 32px;
    }
    
	#header.nav-solid div.phone-mobile {
		top: 16px;
	}
}


@media (max-width: 600px) {

	#header.nav-solid nav div.phone-icon, #header.nav-solid nav div.phone-text {display: none;} 
	
	    #header div.phone-mobile {display: none}
    
	#header.nav-solid div.phone-mobile {display: none}
}


/* Menu + header Book */ 

.menu-book {display: none !important;}
.menu-book-header {display: inline-block;}

@media (max-width: 1024px) {
	
	.menu-book {display: block !important;}
	.menu-book-header{display: none;}
	
}

#nav-main {
	float: right;
}




/*------------------------------------------------------------------------------------------*/
/* Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/

/* Primary Background and Text Colors */

.primary-color {
    background-color:#206fb3; 
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#cfd8dc;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f4f5f6;
}



.blue {color: #083b66;}
.blue-bg {background-color: #083b66;}   

.yellow {color: #ffb806;}
.yellow-bg {background-color: #ffb806;}

.white-text {color: #ffffff;}



/*------------------------------------------------------------------------------------------*/
/* Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#041E33; 
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size:60px;
    line-height:80px;
    color:#083b66;
}

h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px; /* 34px */ 
    color: #083b66;
}

h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px; 
    font-weight:700;
    color:#083b66;
}

h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px; 
    font-weight:600;
    color:#041E33; 
	line-height: 1.6; 
}

h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px; 
    font-weight:400;
    color:#041E33;
}

h6 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px; 
    font-weight:400;
    color:#041E33;
}

button, .button {
	font-family: 'PT Sans', sans-serif;
	background-color: #f0d000;
}

/* Section Title and Subtitle */

.section-title {
    font-size: 38px; 
    color:#041E33;
}

@media all and (max-width: 1024px) {
.section-title {
    padding: 16px;
}
}

.section-subtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight:300;
    color:#9c9c9c;
}

.big-text {
    font-family: 'Fjalla One', sans-serif;
    font-size:60px;
    line-height:64px;
    font-weight:800;
    color:#041E33;
}

.big-text-small {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight:800;
    color:#041E33;
}

.eyebrow {
    font-size: 16px;
    font-weight: bold;
    color: #b6bec4;
    letter-spacing: 2px;
    font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

.section-title-small {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px; 
    font-weight: 800;
    color:#041E33;
	margin-top: 16px;
	line-height: 1.4;
}





/*------------------------------------------------------------------------------------------*/
/* Banner */
/*------------------------------------------------------------------------------------------*/


#banner {
    position: relative;
    top: 0;
    width: 100%;
	background-size: cover;
	margin-bottom: 30px;
} 
	

/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner.jpg") no-repeat center top;
    background-size:cover;
	animation: fadeBG 20s cubic-bezier(0.75, 0, 0.15, 1) infinite;
}


.banner-tint {
	position: absolute; 
	top: 0;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(to bottom, #000000a3, #00000000); 
}

#banner-content {
	top: 6.5vh;
}

@media all and (max-width: 820px) { 
#banner-content {top: 2vh;
}
}
	
	
#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 15px;
	margin-bottom: 15px;
}


/* Banner Typography */

#banner h1 {
    color:#ffffff;  
}


@media (max-width: 1400px) {
	#banner h1 {
    font-size: 48px;
    line-height: 60px;
	}
}


@media (max-width: 900px) {
	#banner h1 {
    font-size: 36px;
    line-height: 50px;
	}
}


#banner h2 {
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    font-weight:300;
	line-height: 1.6; 
    letter-spacing: 1px;
    color:#ffffff;  
}

.banner-sub {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
} 


.banner-cta {
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
	font-weight: 600;
    color: #ffffff; 
	margin-top: 16px; 
}



/* Scroll down */ 

#scroll-down {
    display: block;
    position: relative;
	bottom: 40px;
    padding-top: 82px;
    text-align:center;
} 

@media (max-width: 960px) {

	#scroll-down {display: none;}
	
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
} 

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
} 

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
  font-size: 12px;
  font-weight:bold;
  letter-spacing:.1em;
} 

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}





/* ----- about section ----- */ 


#intro .row {
	padding: 0;
}

#about .row {
	padding: 0;
}

#about .section-heading {
    padding: 0;
}

.callout {background-color: #f4f5f6; padding: 2rem; }

.list-section .callout {min-height: 550px;}
.callout .section-heading {text-align: center;} 
.callout .section-heading h2:after {margin: auto;margin-top: 30px;}
.callout .list {max-width: 600px; margin: auto;} 


@media (max-width: 960px) {
	
	/* #about .intro .col-2 {width: 100%; padding-top: 0;} */ 
	#about-image img {display: none;} 
	
	#intro .section-heading {padding-bottom: 0;}
	#intro .section-heading .section-title {padding-bottom: 0;}
	#about .section-heading {padding-top: 0;} 
	#about .col-2 {width: 100%; padding-top: 0;} 
	
}
	

/* ----- List ----- */ 


.container .list .num {
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: flex-start;
  transition: 0.25s;
}

.container .list .num:nth-child(0):before {
  content: '0';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
  color: #ffffff; 
  opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(1):before {
  content: '1';
  font-size: 2rem;
  font-weight: bold; 
  width: 2rem;
  color: #ffffff; 
  opacity: 1;
  transition: 0.25s;
}
.container .list .num:nth-child(2):before {
  content: '2';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(3):before {
  content: '3';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(4):before {
  content: '4';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(5):before {
  content: '5';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(6):before {
  content: '6';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(7):before {
  content: '7';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(8):before {
  content: '8';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num:nth-child(9):before {
  content: '9';
  font-size: 2rem;
  font-weight: bold;
  width: 2rem;
	color: #ffffff; 
	opacity: 1;
  transition: 0.25s;
}

.container .list .num h3 {
  position: relative;
  left: -1.5rem;
  color: #3d3d3d; 
  font-size: 18px;
  transition: 0.25s;
}

.container .list .num:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.container .list .num:hover:before {
	 opacity: 1; 
	 color: #ffb806;
}

.container .list .num:hover h3 {
  left: 1rem;
}









/*------------------------------------------------------------------------------------------*/
/* Profile Section */
/*------------------------------------------------------------------------------------------*/



/* close */ 

.close-container {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #ffb806;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #ffb806;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}


.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #206fb3;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #206fb3;
}

.close-container:hover label {
  opacity: 1;
}





/* --- Profiles - slide out panels --- */ 


.panel {
  padding: 20px;
}

.panel-content {
  position: relative;
  background: #ffffff;
  padding: 30px 50px;
  height: 100%;
overflow: scroll;
overflow-x: hidden; 
}

.panel-content::-webkit-scrollbar {
  width: 0px; 
  background: transparent; 
}



/* panel close */ 

.panel-content .close {
    position: absolute;
	right: 60px;
	top: 60px;
}

.panel-content .close:before {
    position: absolute; 
	right: 60px;
	top: 60px;
}



/* panels */ 

.panel-left {
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eeeeee;
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -100%;
  width: 50%;
  height: 100%;
}

.panel-left.expanded {
  left: 0;
}


.panel-right {
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eeeeee;
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -100%;
  width: 50%;
  height: 100%;
}

.panel-right.expanded {
  right: 0;
}

.reveal-left {
  float: left;
}

.reveal-right {
  float: right;
} 




/* profile nav */ 

.profile-nav {
  padding: 16px;
  margin: 0 auto;
  align-items: center; 
  text-align: center;
}

.profile-nav button {
  padding: 4px 6px;
}

.profile-nav a {
    width: 50%;
	padding: 30px;
}

.learn-more {
    font-size: 18px;
    font-weight: bold;
    color: #f0d000;
}

.learn-more:hover {
    color: #ffffff;
}


.learn-more-icon {
	display: inline-block;
	margin-left: 8px;
}

.learn-more-icon svg {
	vertical-align: middle;
}



.profile-nav .wave::before {bottom: 0;}
.profile-nav {align-items: center; text-align: center;}
.profile-nav .col-1 {background-color: #083b66; border-radius: 8px; padding-bottom: 60px;}
.profile-nav .col-1 h3 {color: #ffffff;}
.profile-nav img {margin: auto; padding: 60px; padding-top: 16px; padding-bottom: 0;}




/* profile content */ 

.row.profiles {padding: 0;}
.profiles .big-text {font-size: 48px; text-align: center; line-height: 1.4;} 

.profile .section-heading {padding: 0;} 
.profile img {max-width: 200px; margin-bottom: 16px;}
.profile ul {line-height: 1.6;} 


@media (max-width: 1084px) {
	
	.profile-nav img {margin: auto; padding: 30px;}
	.profiles .big-text {font-size: 36px;}
	
}
	

@media (max-width: 960px) {
	.panel-left, .panel-right {width: 100%;}
}
	

@media (max-width: 850px) {
	.profiles .big-text {font-size: 24px;}
	.profile-nav img {margin: auto; padding: 16px;}
	.profile-nav a {padding: 8px;}
}
	
		
@media (max-width: 600px) {
    .profile-nav {padding: 0;}	
    .profile-nav .col-1 {border-radius: 0; padding-bottom: 0;}
    .profiles .big-text {font-size: 18px; max-width: 80%; margin: auto;} 
	.learn-more {font-size: 16px;}
}

	





/*------------------------------------------------------------------------------------------*/
/* Map */
/*------------------------------------------------------------------------------------------*/


#find iframe {width:100%; height: 600px;}






/*------------------------------------------------------------------------------------------*/
/* Contact */
/*------------------------------------------------------------------------------------------*/ 


#contact h2.section-title {color: #ffffff;} 


/* ----- Form ----- */ 

form {max-width: 600px; margin: auto; margin-bottom: 60px; padding: 30px; padding-top: 0;} 
.form-row {margin-top: 30px; margin-bottom: 30px;}

label {display: block; font-weight: 600; margin-bottom: 16px; color: #ffffff;} 

input, textarea {
	display: block; 
	width: 100%; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
	background-color: #f4f5f6; 
	border: none; 
	outline: none;
	resize:vertical; 
	padding-left: 8px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
}

input {
    height: 60px;
    margin: 20px 0;
    line-height: normal;
    font-size: 18px;
}

input[type=submit] {
	 margin: auto; text-align: center; margin-top: 16px; cursor: pointer; 
}

textarea {
	padding: 16px 8px;
}

.radio-block {display: inline-block; margin-right: 16px;}

.radio input[type="radio"] {position:relative; top:0; left:0; opacity:0; width:40px; height:40px;}
input[type="radio"] {width:40px; height:40px; color: #083b66; margin-top: 10px;}

label.radio-label {display: inline-block; font-size: 16px; vertical-align: middle; margin-bottom: 0px;}

.checkbox {display: inline-block; width: 19%; text-align: center;}

input[type="checkbox"] {
	display: block; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
	background-color: #f4f5f6; 
	border: none; 
	outline: none;
	resize:vertical; 
	padding-left: 8px;
}

input[type="checkbox"] {width:40px; height:40px; margin: auto; margin-top: 10px;} 



@media all and (max-width: 620px) { 
	
.checkbox label.radio-label {margin-top: 8px;}

.checkbox {width: 49%; margin-bottom: 8px;}
}





/* ----- accreditation section ----- */ 

.accred {margin:auto; text-align: center;}
.accred-item {display: inline-block; width: 18%; margin: auto; padding: 16px;}





/* ----- thank you page ----- */ 

#thank-you {height: 100vh;}
#thank-you .row {padding: 16px;}



/* Testimonial Section */
blockquote {
	max-width: 600px;
	margin: auto;
}


/* Footer */
#first-footer, #first-footer p, #first-footer a {
	font-family: 'PT Sans', sans-serif;
	vertical-align: text-bottom;
}

.footer-strapline {
	max-width: 600px;
	margin: auto;
	font-family: 'PT Sans', sans-serif;
	vertical-align: text-bottom;
}

#first-footer .col-1 {
	padding: 75px;
}

#site-footer {
	background-color: #083b66;
}

#landing-footer img {
	margin-bottom: 50px;
}

#first-footer .icons {
	margin: 20px auto 0 auto;
}

.fa-twitter:before, .fa-facebook-f:before, .fa-facebook:before {
	font-family: 'FontAwesome';
	margin-right: 10px;
}

@media (max-width: 1400px) {
	.wave::before {bottom: 0;}
}


/* ----- Image Gallery ----- */
.product ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product  ul li {
  margin: 0 1.75rem 0 0;
}

.product  img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-image {
  display: none;
}

/* @media (min-width: 62rem) { */
  .product-image img, .image-list img {
    width: 100%;
  }

  .product-image {
    display: block;
  }
  .product-image img {
    height: 650px;
  }
  .product-image img.active {
    display: block;
    margin: 0 0 0.75rem 0;
  }

  .image-list {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
  }
  .image-list li {
    margin: 0 0.75rem 0 0;
    flex-basis: 100%;
  }
  .image-list li:last-child {
    margin: 0;
  }
  .image-list img {
    height: 50px;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .image-list img:hover {
    opacity: 0.7;
  }
	/* } */

@-webkit-keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}