/* Website styles -------------------------------------------------- */ 

html { 
	position: relative; 
	min-height: 100%; 
	overflow-x: hidden;
}
		
body { 
	font-family: 'Amiko', sans-serif; 
	font-weight: 400; 
	background-color: #ffffff; 
	overflow-x: hidden;
	color: #312F2F;
}

p {
	font-size: 15px;
	padding: 0;
	margin: 0 0 15px 0;
}
		
@media screen and (min-width: 768px) and (max-width: 991px) { 
	p {
		font-size: 14px;
	}
}
		  
@media screen and (max-width: 767px) { 
	p {
		font-size: 13px;
	}
}
		
a { 
	color: #5a7d7c; 
	text-decoration: underline; 
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
		
a:focus, a:hover { 
	color: #5A7D7C; 
	text-decoration: underline; 
}

a:focus, a:hover, a:active, button:focus, button:hover, button:active {
    outline:none;
}
		
.hide-me {
	display: none;
	visibility: hidden;
}
		
.show-me {
	display: inline;
	visibility: visible;
}

.main-cont {
	background-color: #dedddf;
	margin: 0 auto;
	padding: 60px 15px;
}
		  
/* Navigation styles -------------------------------------------------- */ 
		
.navbar-default { 
	background-color: #f7f7f2; 
	height: 110px;
	border: none;
	box-shadow: 0 5px 20px -10px #000000;
}
		  
.navbar-logo { 
	display: inline-block; 
	float: left; 
	height: 100%; 
}
		  
.navbar-logo img { 
	display: inline-block; 
	height: 100% 
}
			  
.navbar-brand-name { 
	float:left;
	padding-left: 5px;
}
		
#navbar ul {
	padding-top: 40px;
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 35px; 
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
}
		  
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #8e8d8d;
}
		  
.navbar-default .navbar-nav > li > a:active {
	color: #8e8d8d;
  	transform: translateY(2px);
}		  

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000000;
/*	color: #5A7D7C;	*/
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #8e8d8d;
}
		  
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #DAD7CD;
	background-color: transparent;
}

.navbar {
	margin-bottom: 0;
}
		
.navbar-toggle {
	margin-top: 22px;
	margin-bottom: 12px;
	margin-right: 23px;
	padding: 10px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
		  
.navbar-default .navbar-toggle {
	border: solid 3px #000000;
	background-color: #ffffff; 
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
		  
.navbar-toggle:hover, .navbar-toggle:focus { 
	border: solid 3px #000000 !important;
	background-color: #dad7cd !important; 
}

.navbar-toggle:active { 
	border: solid 3px #000000 !important;
	background-color: #dad7cd !important; 
	transform: translateY(2px);
}
		  
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #ffffff;
	border-color: #8E8D8D;
}

.navbar-default .navbar-toggle:active {
	transform: translateY(2px);
}
		  
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}

.navbar-tag {
	background-color: #fadc16; 
	padding: 0; 
	text-align: right;
	border-bottom: solid 3px #5A7D7C;
}

.navbar-tag .container p {
	font-size: 12px; 
	padding: 5px 0 0 0; 
	margin: 0;
	font-style: italic;
}

.nav-logo {
	position: absolute;
	padding-top: 7px;
	z-index: 1000;
}

.nav-logo img {
	height: 100px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}


@media screen and (min-width: 768px) and (max-width: 991px) { 
	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
	}
}

@media screen and (min-width: 620px) and (max-width: 767px) { 	
	.nav-logo img {
		height: 90px;
		margin-left: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width: 619px) { 	
	.nav-logo img {
		height: 70px;
		margin-left: 20px;
		margin-top: 0;
	}
	.navbar-tag .container p {
		text-align: center;
	}
}
		  
@media screen and (max-width: 767px) { 
	.nav > li {
		margin: 0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	border-radius:0;
		border-top: solid 1px #8e8d8d;
		background-color: #f7f7f2;
		padding-top: 2px;
	}

	.nav > li a {
		padding: 10px;
		border: none;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	border-radius:0;
	}	
	
	.navbar-default {
		height: 110px;
		border: none;	
	}
	
	.navbar-tag {
		border-bottom: solid 3px #5A7D7C;
	}
	
	.navbar-tag .container {
		margin-right:  10px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		padding: 0;
		border-color: #F7F7F2;
		background-color: #F7F7F2;
	}
	
	#navbar ul {
		padding: 20px 0 0 0;
		background-color: #F7F7F2;
		border-bottom: solid 1px #8e8d8d;
	}
	
	#navbar ul li:hover, #navbar ul li:focus {
		background-color: #ffffff;
	}
	
	#navbar ul li a:hover, #navbar ul li a:focus {
		color: #000000;
	}
	
	#navbar ul li:active {
		background-color: #ffffff;
	}
	
	#navbar ul li a:active {
		color: #000000;
	}
}
		
/* Hero styles -------------------------------------------------- */

.hero {
	width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero-bar-g.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
	margin-top: 110px;
}

.hero h1 {
    font-size: 9vw;
	font-family: 'Teko', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-style: italic;
}

.hero h2 {
    font-size: 2vw;
	font-family: 'Amiko', sans-serif;
	font-weight: 700;
    margin-top: .5em;
    margin-bottom: 2em;
	padding-top: 0;
	padding-bottom: 0;
}

.hero img {
	width: 23%;
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
	.hero {
    	height: 75vh;
	}
	
	.hero h1 {
    	font-size: 10vw;
	}
	
	.hero h2 {
    	font-size: 2.5vw;
		line-height: 3vw;
		margin-left: 15%;
		margin-right: 15%;
	}
}
		  
@media screen and (max-width: 767px) { 
	.hero {
    	height: 60vh;
	}
	
	.hero h1 {
    	font-size: 12vw;
	}
	
	.hero h2 {
    	font-size: 2.8vw;
		line-height: 3.5vw;
		margin-left: 13%;
		margin-right: 13%;
	}
}
	
/* Button styles -------------------------------------------------- */

.yellow-btn, .winter-green-btn, .black-btn {
	font-family: 'Teko', sans-serif;
    display: block;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px 3px 10px;
	color: #000000;
	text-decoration: none;
	font-size: 28px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 5px 10px -5px #000000;
	cursor: pointer;
	width: 300px;
    -webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.yellow-btn {
	background-color: #FADC16;
}
		  
.yellow-btn:hover, .yellow-btn:focus {
    background-color: #FADC16;
    color: #000000;
	box-shadow: 0 5px 10px -5px #000000, inset 0 3px 5px #ffffff;
	text-decoration: none;
	cursor: pointer;
}
		  
.yellow-btn:active {
	background-color: #FADC16;
    color: #ffffff;
	box-shadow: 0 3px 10px -5px #000000, inset 0 5px 10px #ffffff;
	text-decoration: none;
	cursor: pointer;
  	transform: translateY(2px);
}

.winter-green-btn {
	background-color: #5A7D7C;
    color: #ffffff;
}
		  
.winter-green-btn:hover, .winter-green-btn:focus {
    background-color: #5A7D7C;
    color: #ffffff;
	box-shadow: 0 5px 10px -5px #000000, inset 0 3px 5px #DAD7CD;
	text-decoration: none;
	cursor: pointer;
}
		  
.winter-green-btn:active {
	background-color: #5A7D7C;
    color: #ffffff;
	box-shadow: 0 5px 10px -5px #000000, inset 0 5px 10px #DAD7CD;
	text-decoration: none;
	cursor: pointer;
  	transform: translateY(2px);
}

.black-btn {
	background-color: #111111;
    color: #ffffff;
}
		  
.black-btn:hover, .black-btn:focus {
    background-color: #111111;
    color: #ffffff;
	box-shadow: 0 5px 10px -5px #000000, inset 0 3px 5px #999999;
	text-decoration: none;
	cursor: pointer;
}
		  
.black-btn:active {
	background-color: #111111;
    color: #ffffff;
	box-shadow: 0 5px 10px -5px #000000, inset 0 5px 10px #999999;
	text-decoration: none;
	cursor: pointer;
  	transform: translateY(2px);
}
		  
@media screen and (min-width: 768px) and (max-width: 991px) { 
	.yellow-btn, .winter-green-btn {
		font-size: 26px;
	}
}
		  
@media screen and (max-width: 767px) {
	.yellow-btn, .white-btn {
		font-size: 24px;
	}
}
		  
.button-parent {
	position:relative;
}
		  
.button-child {
	margin: 0; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}

/* Sticky footer styles -------------------------------------------------- */
		  
body {
	margin-bottom: 75px;
}

.footer .button-parent {
	height: 75px; 
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #312F2F;
}
		
.footer > .container {
	padding: 0;
}
		
.footer-social {
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
		
.footer-text, .footer-text a {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #DAD7CD;
	text-decoration: none;
}

.footer-text a:hover, .footer-text a:focus, .footer-text a:active {
	text-decoration: underline;
	color: #ffffff;
}

.footer .button-child {
	width:100%;
}

.modal-body h5 {
	font-size: 18px;
	font-weight: 700;
}

.modal-body p, .modal-body li {
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0;
}

h5.modal-title {
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	text-transform: uppercase;
}

.modal-header .close {
	margin-top: 15px;
	margin-right: 5px;
}

.modal-footer button {
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) { 
	.modal-body h5 {
		font-size: 16px;
	}

	.modal-body p, .modal-body li {
		font-size: 12px;
	}
}

/* Social icon styles -------------------------------------------------- */	
		
.fa {
	padding: 5px;
 	font-size: 18px;
 	text-align: center;
 	text-decoration: none;
 	margin: 0 3px;
	width: 25px;
}
		  
@media screen and (max-width: 767px) { 
	.fa {
		padding: 0;
		font-size: 11px;
		margin: 0;
		width: 15px;
	}
}

/* Carousel Slider styles -------------------------------------------------- */

.flickity-prev-next-button {
	box-shadow: 0 5px 5px -5px #000000;
}

.flickity-button {
	color: #5A7D7C !important;
}

.flickity-button-icon {
	fill: #5A7D7C !important;
}

.carousel-padding {
	margin: 15px 0 30px 0;
}

.c1 .flickity-viewport {
	height: 225px!important;
}

.c1 .carousel-cell {
	width: 25%;
	height: 210px;
	margin-right: 20px;
}
		  
.c1 h4 {
	text-align: center;
	font-family: 'Teko', sans-serif;	
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height: 24px;
	max-width: 300px;
}

.c1 .carousel-cell a:hover, c1 .carousel-cell a:focus, c1 .carousel-cell a:active {
	text-decoration: underline;
}
		  
.c2 .flickity-viewport {
	height: 315px!important;
}
		  
.c2 .carousel-cell {
	width: 35%;
	height: 300px;
	margin-right: 20px;
	padding: 0 20px;
}
		  
.c2 img {
	height: 125px;
	margin-top: 10px;
	margin-bottom: 5px;
}
		  
.c2 img.bg-certified {
	margin-top: 0; 
}
		  
.c2 em {
	text-decoration: none;
	color: #5A7D7C;
}

.c2 .carousel-cell a:hover em, c2 .carousel-cell a:focus em, c2 .carousel-cell a:active em {
	text-decoration: underline;
}

.c2 p {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #312F2F;
	max-width: 380px;
	margin: 10px auto;
	padding: 5px 0 0 0;
	text-decoration: none;
}
		  
.c3 .flickity-viewport {
	height: 325px!important;
}
		  
.c3 .carousel-cell {
	width: 30%;
	max-width: 380px;
	height: 310px;
	margin-right: 20px;
}
		  
.c3 h6 {
	text-align: center;
	font-family: 'Teko', sans-serif;	
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height: 24px;
}

.c3 p {
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	color: #312F2F;
	max-width: 400px;
	margin: 10px auto;
	padding-top: 0;
}
		
.c3 img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 20px auto;
}	 
		  
.c3 em {
	line-height: 30px;
	text-decoration: none;
	font-style: normal;
	color: #312F2F;
}

.c3 .carousel-cell a:hover em, c3 .carousel-cell a:focus em, c3 .carousel-cell a:active em {
	text-decoration: underline;
	color: #5A7D7C;
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
	.c1 .flickity-viewport {
		height: 215px!important;
	}
	
	.c1 .carousel-cell {
		width: 40%;
		height: 200px;
	}
	
	.c1 h4 {	
		padding: 0 20px;
		font-size: 22px;
		line-height: 22px;
	}
		  
	.c2 .flickity-viewport {
		height: 285px!important;
	}
		  
	.c2 .carousel-cell {
		width: 50%;
		height: 270px;
		padding: 0 20px;
	}
		  
	.c2 img {
		height: 105px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.c2 p {
		font-size: 14px;
		line-height: 18px;
		max-width: 300px;
		padding-bottom: 0;
		padding-top: 5px;
	}
	
	.c3 .flickity-viewport {
		height: 325px!important;
	}
	
	.c3 .carousel-cell {
		width: 40%;
		max-width: 360px;
		height: 310px;
	}
	
	.c3 h6 {	
		padding: 0 20px;
		font-size: 22px;
		line-height: 22px;
	}
	
	.c3 p {
		font-size: 12px;
		line-height: 14px;
		max-width: 300px;
	}
}	  
		  
@media screen and (max-width: 767px) { 
	.c1 .flickity-viewport {
		height: 205px!important;
	}
	
	.c1 .carousel-cell {
		width: 60%;
		height: 190px;
	}
	
	.c1 h4 {	
		padding: 0 5%;
		font-size: 20px;
		line-height: 20px;
	}
		  
	.c2 .flickity-viewport {
		height: 275px!important;
	}
		  
	.c2 .carousel-cell {
		width: 75%;
		height: 260px;
		padding: 0 20px;
	}
		  
	.c2 img {
		height: 100px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.c2 p {
		font-size: 13px;
		line-height: 16px;
		max-width: 275px;
		padding-bottom: 0;
		padding-top: 5px;
	}
	
	.c3 .flickity-viewport {
		height: 315px!important;
	}
	
	.c3 .carousel-cell {
		width: 65%;
		max-width: 350px;
		height: 300px;
	}
	
	.c3 h6 {	
		padding: 0 20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.c3 p {
		font-size: 12px;
		line-height: 14px;
		max-width: 300px;
	}
	
	.flickity-page-dots .dot {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
	
	.flickity-page-dots .dot.is-selected {
		border-width: 4px;
	}
}
	  
.flickity-slider {
	padding-top: 5px;
}
		  
.carousel-cell {
	background-color: #F7F7F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: 0 5px 10px -5px #000000;
}

.carousel-cell:hover, .carousel-cell:focus {
	background: #FFFFFF;
}
		  
.carousel-cell:active {
	background: #FFFFFF;
  	transform: translateY(2px);
	box-shadow: 0 3px 10px -5px #000000;
}		  

.carousel-cell-image {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	padding-top: 20px;
    -webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
    transition: opacity 500ms;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded, .carousel-cell-image.flickity-lazyerror {
	opacity: 1;
}
			  
.carousel-cell a {
	text-decoration: none;
}

.flickity-page-dots .dot {
	color:#312f2f;
}
		  
.is-selected {
	border: solid 5px #5a7d7c;
	background-color: #ffffff;
}

/* Page styles -------------------------------------------------- */
		  
.page-title { 
	font-family: 'Teko', sans-serif; 
	color: #5a7d7c; 
	font-weight: 700; 
	font-size: 60px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
		
.page-subtitle {
	line-height: 25px;
	font-size: 20px;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 0 75px;
	color: #8E8D8D;
}
		
.page-title-container {
	background-color: #ffffff; 
	text-align: center; 
	padding: 100px 0; 
	margin-top: 90px;
}

@media screen and (max-width: 767px) {
	.page-title {
		font-size: 40px;
	}
	.page-subtitle {
		font-size: 15px;
		line-height: 20px;
		max-width: 500px;
		padding: 0 30px;
	}
	.page-title-container {
		padding: 75px 0; 
	}
}
  
@media screen and (min-width: 992px) { 
	.page-title {
		font-size: 72px;
	}		  
	
	.page-subtitle { 
		font-size: 24px;
		line-height: 30px;
		max-width: 850px;
	}
	
	.page-title-container { 
		padding: 125px 0; 
	}
}

/* Smooth Scroll To Top -------------------------------------------------- */		  
		  
#scroll {
	position:fixed;
    right:13px;
    bottom:13px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#5A7D7C;
    text-indent:inherit;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 1000;
	box-shadow: 0 2px 5px -2px #000000;
}
		
#scroll p {
    text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 0;
	padding: 5px 0 0 0;
	margin: 0;
	color: #ffffff;
}

#scroll div.parent {
	height: 50px; 
	position:relative;
}

#scroll div.child {
	margin: 0; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}
		
#scroll:hover, #scroll:focus {
    background-color:#5A7D7C;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	box-shadow: 0 2px 5px -2px #000000, inset 0 2px 3px #ffffff;
	cursor: pointer;
}
		
#scroll:active {
    background-color:#5A7D7C;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	box-shadow: 0 1px 5px -2px #000000, inset 0 3px 5px #ffffff;
	cursor: pointer;
  	transform: translateY(2px);
}

/* Sections Stylings -------------------------------------------------- */	
		  
.s1, .s5 {
	border-top: solid 10px #ffffff;
	background-color: #fadc16;
}
		  
.s3 {
	border-top: solid 10px #ffffff;
	background-color: #f7f7f2;
}
		  
.s2 {
	border-top: solid 10px #ffffff;
	background-color: #ffffff;
}
		  
.s4 {
	border-top: solid 10px #ffffff;
}

.s1, .s2, .s5 {
	padding: 50px 0;
}

.s3, .s4 {
	padding: 20px 0;
}

.title-pad {
	padding: 0 5%;
}
		  
.section-title {
	font-family: 'Teko', sans-serif;
	font-size: 65px;
	width: -webkit-fit-content;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000000;
}

.s1 .section-title, .s5 .section-title {
	border-bottom: solid 5px #ffffff;
}
		  
.s2 .section-title, .s3 .section-title, .s4 .section-title, .s6 .section-title {	
	border-bottom: solid 5px #fadc16;
}	
		  
.s2 .carousel-cell em {
	font-style: normal;
	font-weight: 700;
}

.s3-logo, .s4-logo {
	width: 120px;
}

.s3 .container {
	min-height: 500px; 
	background-image: url('../images/fl.png'); 
	background-position: center right; 
	background-size: contain; 
	background-repeat: no-repeat;
}
		  
.s3-adjust, .s4-adjust {
	padding-left: 0;
	padding-right: 0;
}
		  
.s3 .yellow-btn {
	margin-top: 0;
}

.s3-parent, .s4-parent {
	position: relative; 
	min-height: 500px;
}

.s3-child, .s4-child {
	margin: 0; 
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
}	

.s4 .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	height: 40px;
}

.s4 {
	position: relative;
	background-image: url("../images/bg-headquarters.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: linear all 500ms;
	-moz-transition: linear all 500ms;
	-o-transition: linear all 500ms;
	transition: linear all 500ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}

.s4 .container {
	margin-bottom: 10px;
}

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

.s5 .row em {
	font-style: normal;
	color: #312F2F;
	font-weight: 700;
}		  

.s5 .row a {
	font-style: normal;
	color: #312F2F;
	font-weight: 400;
	text-decoration: none;
}

.s5 .row a:hover, .s5 .row a:focus, .s5 .row a:active {
	text-decoration: underline;
	color: #5A7D7C;
}
		  
.emp {
	font-style: normal;
	font-weight: 700;	  
}
		  
.s1 .title-pad, .s2 .title-pad, .s5 .title-pad {
	padding-bottom: 0;
}
		  
@media screen and (min-width: 768px) and (max-width: 991px) { 
	
	.section-title {
		font-size: 55px;
	}
	
	.s3-logo, .s4-logo {
		width: 105px;
	}
	
	.s3 .container {
		background-image: url('../images/fl-tran.png'); 
	}
}
		  
@media screen and (max-width: 767px) { 
	
	.section-title {
		font-size: 45px;
	}
	
	.s3-logo, .s4-logo {
		width: 90px;
	}
	
	.s3 .container {
		background-image: url('../images/fl-tran.png'); 
	}
}

/* Stylings Updates --------------------------------------------------- */

.btn-group button {
	font-family: 'Teko', sans-serif;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px 3px 10px;
	width: 100px;
	color: #000000;
	background-color: #FADC16;
	text-decoration: none;
	border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 5px 10px -5px #000000;
	cursor: pointer;
    -webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
	font-size: 15px;
}
		  
.btn-group button:hover, .btn-group button:focus {
    background-color: #FADC16;
    color: #000000;
	box-shadow: 0 5px 10px -5px #000000, inset 0 3px 5px #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.btn-group button:active, .btn-group .active {
	background-color: #FFFFFF;
    color: #000000;
	box-shadow: 0 3px 10px -5px #000000, inset 0 5px 10px #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.btn-group .active:hover, .btn-group .active:focus {
	background-color: #ffffff;
    color: #000000;
	box-shadow: 0 3px 10px -5px #000000, inset 0 5px 10px #cccccc;
	text-decoration: none;
	cursor: pointer;
}

.about-bg-pad {
	height: 160px;
	display: inline-block;
	position: relative;
}

.about-bg {
	text-align: left;
	color: #ffffff;
	margin-top: 10px;
	position: relative;
}

.about-bg h6 {
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.about-bg a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.about-bg a:hover, .about-bg a:focus {
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #5A7D7C, 0 0 25px #8E8D8D, 0 0 5px #5A7D7C;
}

.about-bg a:active {
	color: #5A7D7C;
	cursor: pointer;
	text-decoration: underline;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	text-shadow: 1px 1px 2px #000000, 0 0 25px #5A7D7C, 0 0 5px #8E8D8D;
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
	.btn-group button {
		padding: 6px 10px 3px 10px;
		width: 90px;
		font-size: 14px;
	}
	
	.about-bg-pad {
		height: 175px;
	}
}

@media screen and (min-width: 620px) and (max-width: 767px) { 
	.btn-group button {
		padding: 6px 10px 3px 10px;
		width: 80px;
		font-size: 13px;
	}
	
	.about-bg-pad {
		height: 150px;
	}
}

@media screen and (max-width: 619px) { 	
	.btn-group button {
		padding: 6px 6px 3px 6px;
		width: 60px;
		font-size: 12px;
	}
	
	.about-bg-pad {
		height: 165px;
	}
}