/* TABLE OF CONTENTS */

/*
1. GENERAL
2. COLORS
3. TYPOGRAPHY
4. BUTTONS
5. NAVIGATION
6. HERO SLIDER
*/

/*-------------------------------*/

/* GENERAL */

.text-shadow {
    -webkit-text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
    -moz-text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
    text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
}

.box-shadow {
	-webkit-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
}

.svg-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .svg-white {
    background-color: #FFF;
  }
}

.laurels-icon {
	width: 30px;
	height: 30px;
}

.centered {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
  	transform: translateY(-50%);
	text-align: center;
	margin: auto;
	z-index: 0;
}

.icon-centered {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
  	transform: translateY(-50%);
	text-align: center;
	margin: auto;
	z-index: 0;
}

#content-wrap ul {
   list-style:none;
   padding-left:10px;
}

#content-wrap li {
    background: url(/assets/img/icon_small.png) no-repeat 2px 7px;
    padding-left: 18px;
    margin-bottom: 12px;
}

@media (max-width: 990.98px) {
	.icon-centered {
		position: relative;
		margin-bottom: 1rem;
	}
}

/* COLORS */

.blue {
    color: #00578E;
}

.blue-bg {
    background-color: #00578E;
}

.blue-link {
    color: #00578E;
}

.blue-link:hover,
.blue-link:focus,
.blue-link:target {
    color: #00578E;
}

.blue-border {
	border: 1px solid #00578E;
}

.lblue {
    color: #E4EBF3;
}

.lblue-bg {
    background-color: #E4EBF3;
}

.lblue-link {
    color: #E4EBF3;
}

.lblue-link:hover,
.lblue-link:focus,
.lblue-link:target {
    color: #E4EBF3;
}

.lblue-border {
	border: 1px solid #E4EBF3;
}

.green {
    color: #006F66;
}

.green-bg {
    background-color: #006F66;
}

.green-link {
	color: #006F66;
	text-transform: uppercase;
}

.green-link:hover {
	color: #56623A;
}


/* TYPOGRAPHY

font-family: 'Libre Baskerville', serif;
font-family: 'Open Sans', sans-serif;

*/

body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #E4EBF3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	color: #006F66;
	text-transform: uppercase;
	font-weight: 700;
}

p {
	font-family: 'Open Sans', sans-serif;
}

p.bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

ol, ul {
	font-family: 'Open Sans', sans-serif;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #00578E;
}

a:hover {
	color: #024169;
}


/* BUTTONS */

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-radius: 0;
}

.btn-white {
	padding: 0.5rem 1.5rem;
	color: #00578E;
	background-color: #FFF;
	border: 2px solid #FFF;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:target {
	color: #374850;
	background-color: #E4EBF3;
	border: 2px solid #374850;
}

.btn-white-o {
	padding: 0.5rem 1.5rem;
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
}

.btn-white-o:hover,
.btn-white-o:focus,
.btn-white-o:target {
	color: #006F66;
	background-color: #FFF;
	border: 2px solid #FFF;
}

.btn-white-o:hover svg,
.btn-white-o:focus svg,
.btn-white-o:target svg {
	color: #006F66 !important;
}

.btn-blue {
	padding: 0.5rem 1.5rem;
	color: #FFF;
	background-color: #00578E;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:target {
	color: #FFF;
	background-color: #024169;
}

.btn-blue-o {
	padding: 0.5rem 1.5rem;
	color: #00578E;
	background-color: transparent;
	border: 2px solid #00578E;
}

.btn-blue-o:hover,
.btn-blue-o:focus,
.btn-blue-o:target {
	color: #FFF;
	background-color: #374850;
	border: 2px solid #374850;
}

.btn-green {
	padding: 0.5rem 1.5rem;
	color: #FFF;
	background-color: #006F66;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:target {
	color: #FFF;
	background-color: #00524B;
}


/* NAVIGATION */

#topBar {
    font-size: 14px;
}

.navbar {
	padding: .5rem 0;
	border: none;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .08);
}

.navbar-logo {
  width: 225px;
}

@media (max-width: 1199.98px) {
  .navbar-logo {
    width: 210px;
  }
}

@media (max-width: 991.98px) {
  .navbar-logo {
    width: 200px;
  }
}

@media (max-width: 768.98px) {
  .navbar-logo {
    width: 190px;
  }
}

@media (max-width: 575.98px) {
  .navbar-logo {
    width: 180px;
  }
}

.navbar-nav .nav-link {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: .8rem;
	color: #006F66;
	text-transform: uppercase;
    line-height: 1;
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
	color: #FFF;
	background-color: #006F66;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #FFF;
	background-color: #006F66;
}

.nav-link-active {
	color: #FFF !important;
	background-color: #006F66;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	padding: 0;
	border-radius: 0;
    background-clip: border-box;
	border: 1px solid #E4EBF3;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .08);
}

.dropdown-item {
	color: #006F66;
	padding: .35rem 1rem;
	border-bottom: 1px solid #E4EBF3;
	font-size: .9rem;
    white-space: normal;
}

.dropdown-item:last-child {
	border-bottom: 0;
}

@media (min-width: 1200px) {
	.dropdown-menu {
		min-width: 230px;
		margin: 0;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: .75rem .5rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link:hover,
	.navbar-expand-xl .navbar-nav .nav-link:focus {
		color: #FFF;
		background-color: #006F66;
	}

	.dropdown:hover a.nav-link {
		color: #FFF;
		background-color: #006F66;
	}

  .dropdown .fa-angle-down {
    font-size: .6rem;
  }

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
 	}

	.dropdown-item:hover {
		color: #006F66;
		background-color: #E4EBF3;
	}

	.dropdown>.dropdown-toggle:active {
    	pointer-events: none;
	}

  .dropdown:last-of-type > .dropdown-menu {
	  left: auto;
	  right: 0;
	}
}

@media (max-width: 1199.98px) {
	.navbar {
		padding: .5rem 1rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: .75rem;
		text-align: left;
	}

	.navbar-nav .nav-link:focus {
		color: #FFF;
		background-color: #006F66;
	}

	.navbar-expand-xl .navbar-nav .nav-item:first-child {
		padding-top: .5rem;
	}

	.navbar-expand-xl .navbar-nav .nav-item:last-child {
		margin-bottom: .5rem;
	}

	.navbar-expand-xl .navbar-nav .nav-item a {
		display: block;
	}

	.dropdown-item:focus, .dropdown-item:hover {
		color: #006F66;
		background-color: #E4EBF3;
	}

	.dropdown-menu {
		margin-bottom: 1rem;
		margin-top: 0;
	}
}


/* HAMBURGER ANIMATION */

#hamburger-transform {
	width: 30px;
	height: 22px;
	top: 0px;
	right: 0px;
	float: right;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}

@media (min-width: 1200px) {
	#hamburger-transform {
		display: none;
	}
}

#hamburger-transform span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #00578E;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#hamburger-transform span:nth-child(1) {
	top: 0px;
}

#hamburger-transform span:nth-child(2),#hamburger-transform span:nth-child(3) {
	top: 9px;
}

#hamburger-transform span:nth-child(4) {
	top: 18px;
}

#hamburger-transform.open span:nth-child(1) {
	top: 15px;
  	width: 0%;
  	left: 50%;
}

#hamburger-transform.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamburger-transform.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hamburger-transform.open span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}


/* MAIN HERO SLIDER */


/* HERO CONTROLS */

.carousel-control-prev, .carousel-control-next {
	width: 60px;
	opacity: 1;
}

.hero-control-icon-box {
	padding: 15px;
	color: #006F66;
	background-color: #FFF;
	font-size: 2rem;
}

@media (min-width: 992px) {
.hero-control-icon-box:hover {
	color: #FFF;
	background-color: #006F66;
	}
}

.carousel-indicators li {
	height: 15px;
	width: 30px;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 3px;
}

.carousel-indicators li.active {
	background-color: #006F66;
	height: 20px;
	width: 30px;
}

@media (max-width: 991.98px) {
	.hero-control-icon-box {
		display: none;
	}

	.carousel-indicators li {
		display: none;
	}
}


/* HERO SLIDE CAPTION */

.slide-text {
	text-align: center !important;
	bottom: 4rem;
    left: 0;
	width: 100%;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 2rem 1rem;
	background-color: rgba(255,255,255, 0.75);
}

.slide-text > h1 {
    font-family: 'Libre Baskerville', serif;
	color: #006F66;
	text-transform: uppercase;
	margin-bottom: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slide-text > p {
  font-size: 1.15rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #00578E;
	padding: 0;
	margin-bottom: .75rem;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.slide-text > a.btn-hero {
    color: #FFF;
	background-color: #006F66;
    font-size: 1rem;
    padding: .5rem 1rem;
	border: 2px solid #006F66;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media (min-width: 992px) {
.slide-text > a:hover,
.slide-text > a:active {
    color: #FFF;
    background: #00524B;
	border: 2px solid #00524B;
	}
}

@media (max-width: 991.98px) {
.slide-text {
	padding: 3rem 1rem;
	bottom: 0;
	position: relative;
	background-color: #E4EBF3;
}

.slide-text > h1 {
	font-size: 1.8rem;
	}

.btn-hero {
	display: block;
	margin-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {
.slide-text {
	padding: 2.25rem 1rem;
	bottom: 0;
	position: relative;
	background-color: #E4EBF3;
}

.slide-text > h1 {
	font-size: 1.5rem;
  }
}


/* ABOUT */

.input-group-text {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    background-color: #006F66;
    border: 1px solid #006F66;
    border-radius: 0;
}

.input-group .custom-select:not(:first-child), .input-group .form-control:not(:first-child) {
    border-radius: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-radius: 0;
}


/* SERVICES */

@media (max-width: 991.98px) {
	#service-slider.carousel {
		display: none !important;
	}

	.carousel-control-prev.service-control {
		display: none;
	}

	.carousel-control-next.service-control {
		display: none;
	}
}

.carousel-control-prev.service-control {
	left: 0%;
	bottom: 25%;
	font-size: 30px;
}

.carousel-control-next.service-control {
	right: 0%;
	bottom: 25%;
	font-size: 30px;
}

ol.carousel-indicators.service-indicators {
	bottom: -1rem;
}

.carousel-indicators.service-indicators li {
	background-color: #FFF;
	border: 1px solid #006F66;
	border-radius: 0;
	width: 15px;
	height: 15px;
}

.carousel-indicators.service-indicators li.active {
	background-color: #006F66;
	border-radius: 0;
	width: 15px;
	height: 15px;
}

.card-img-top {
	border-radius: 0;
}

.card.service-card {
	background-color: transparent;
	border: none;
}

h6.card-title {
	text-transform: uppercase;
	margin-bottom: .25rem;
}

.card-body.service-card-body {
	width: 92.5%;
	margin: auto;
	background-color: #FFF;
	margin-top: -2rem;
	padding: 0;
	border-left: .5rem solid #006F66;
	position: relative;
}

.card-title {
	padding: 1rem 1.25rem 0 1.25rem;
	margin-top: 0;
}

.card-text {
	padding: 0 1.25rem 1.25rem 1.25rem;
	margin-bottom: 0;
}

.card.list-card {
	border-radius: 0;
	border: 0;
	border-left: .5rem solid #006F66;
}

.card.staff-card {
	border-radius: 0;
	border: 0;
	border-left: .5rem solid #006F66;
}

#service-slider .card-text {
	padding-bottom: 3.25rem;
}

#service-slider a.btn {
	position: absolute;
	bottom: 0;
}

.card-body p:last-child {
	margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}


/* TESTIMONIALS */

.bubble {
	position: relative;
	width: 100%;
	padding: 1.5rem;
	background: #FFF;
	border-left: .5rem solid #006F66;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0px;
	border-color: #FFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -20px;
	left: 50%;
    transform: translateX(-50%);
}

.test-icon {
	text-align: center;
	color: #00578E;
	font-size: 1.5rem;
}

.test-name {
	color: #006F66;
	margin: 0 0 .25rem 0;
	text-align: center;
	font-size: 24px;
}

.test-desc {
	margin-bottom: 5px;
	font-style: italic;
	text-align: center;
}


/* SUB PAGE */

.bubbles-bg {
	background: url('/assets/img/bubbles-bg-compressed.jpg') center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1.header-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #FFF;
	margin-bottom: 0;
	-webkit-text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
    -moz-text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
    text-shadow: 0px 2px 2px rgba(75, 75, 75, 1);
}

@media (max-width: 575.98px) {
h1.header-title {
	font-size: 1.75rem;
	}
}

.list-group {
	transition: all 0.3s ease;
}

.list-group:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.list-group-item.active {
	background-color: #006F66;
	color: #FFF;
	border-top: 1px solid #006F66;
	font-weight: 700;
}

.list-group-item.active:hover {
	background-color: #006F66;
	color: #FFF;
	border-top: 1px solid #006F66;
	font-weight: 700;
}

.list-group-item {
	font-size: .9rem;
	padding: .5rem 1rem;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E4EBF3;
	border-bottom: 0;
	font-weight: normal;
}

.list-group-item:hover {
	background-color: #006F66;
	border-top: 1px solid #006F66;
	color: #FFF;
	border-radius: 0;
}

.list-group-item-action {
	color: #006F66;
	border-radius: 0;
}

.list-group-item:last-child {
	border-bottom: none;
	border-radius: 0;
}

.list-group-item:first-child {
	border-radius: 0;
}


/* PHOTO GALLERY */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
	text-align: center;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
	align-items: center;
	max-width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #525044;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23006F66'%2F%3E%3C%2Fsvg%3E");
	-webkit-filter: drop-shadow(-1px 3px 0px #FFF);
    filter: drop-shadow(-1px 3px 0px #FFF);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23006F66'%2F%3E%3C%2Fsvg%3E");
	-webkit-filter: drop-shadow(1px 3px 0px #FFF);
    filter: drop-shadow(1px 3px 0px #FFF);
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next {
	right: 20px;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: .75rem 0 0 0;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.gallery-thumbs .swiper-wrapper {
    margin-left: calc(-41.75%);
}

@media (max-width: 990.98px) {
	.gallery-thumbs .swiper-wrapper {
		margin-left: calc(-37.75%);
	}
}

@media (max-width: 767.98px) {
	.gallery-thumbs .swiper-wrapper {
		margin-left: calc(-33.75%);
	}
}

.swiper-slide .text {
	position: absolute;
	top: .75rem;
	background-color: #FFF;
	width: 90%;
	border-left: .5rem solid #006F66;
}


/* FAQS */

.card {
	border-radius: 0;
	border: none;
}

.card.card-faq {
	border-radius: 0;
	margin-bottom: .75rem;
	border: none;
	border-left: .5rem solid #006F66;
}

#faqs .card-header {
	padding: 0;
}

#faqs .card-header {
	border-radius: 0;
}

#faqs .card-header a:hover {
	color: #FFF;
	text-decoration: none;
}

.expand-btn {
	text-align: left;
	padding: .5rem 1.5rem .5rem 1rem;
	white-space: normal;
}

.expand-btn::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.expand-btn.collapsed::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.expand-btn p {
    display: inline-block;
    margin-bottom: 0;
}


/* ACTIVITIES */

.service-icon {
	color: #006F66;
	font-size: 3rem;
}


/* CONTACT PAGE */

ul.blue-links {
	padding-left: 0;
}

ul.blue-links li {
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
	list-style-type: none;
	border-bottom: 1px solid #CED4DA;
}

ul.blue-links li:last-child {
	border-bottom: none;
}

.blue-links li a {
	color: #00578E;
	padding: .7rem 0;
	display: block;
}


/* FOOTER */

h5.footer-title {
	color: #FFF;
	margin: 0;
	padding: 0 0 .35rem .5rem;
}

@media (max-width: 768px) {
	h5.footer-title {
		padding: 1rem 0 0.35rem 0rem;
		text-align: left;
		border-top: 1px solid #FFF;
	}
}

h5.footer-title.newsletter-title {
	padding: 0rem 0 0.35rem 0;
}

@media (max-width: 768px) {
	h5.footer-title.newsletter-title {
		padding: 1rem 0 0.35rem 0rem;
		text-align: left;
		border-top: 1px solid #FFF;
	}
}

ul.footer-links {
	padding: 0;
    font-size: 15px;
}

.footer-links li {
	list-style-type: none;
}

.footer-links li a {
	display: block;
	color: #FFF;
	padding: .5rem;
    line-height: 1.25;
}

.footer-links li a:hover {
	text-decoration: none;
	color: #006F66;
	background-color: #FFF;
}

.footer-links li a:hover svg {
  	color: #006F66;
}


/* FORMS */

.form-control {
	border-radius: 0px;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #006F66;
	box-shadow: 0 0 0 .2rem rgba(0,111,102,1);
}


/* TO TOP */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
    background-color: #00578E;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 15px;
	bottom: 15px;
	font-size: 1rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
	opacity: 0.85;
	-webkit-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
	box-shadow: 0px 15px 40px -12px rgba(0,0,0,0.48);
}

.scroll-top-wrapper.show:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -12px rgba(0,0,0,1);
	-moz-box-shadow: 0px 15px 40px -12px rgba(0,0,0,1);
	box-shadow: 0px 15px 40px -12px rgba(0,0,0,1);
}

.grecaptcha-badge {
	display: none !important
}

.green-bg svg path {
	fill: white;
}

.logo svg{
	height: 86px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.table td, .table th {
    border-top: 1px solid black !important;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.text-red {
    color: red !important;
}

.font-italic {
    font-style: italic;
}

.college-span {
    margin-left: 10%;
}

.apploi-drop-down {
    width: 100% !important;
}

.search-job-container input {
    border-radius: 0 !important;
    width: 100% !important;
    padding: .375rem 0.75rem !important;
}

.mb-30px {
    margin-bottom: 30px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}
