/*
Theme Name: Redeemify
Theme URI: unavailable
Description: Living Well Lodges theme, built with team treehouse guidance.
Author: Joel Hayes
Author URI:http://joelmade.businesscatalyst.com
Version:1.0
Tags: Wood, Lodge, Custom, Responsive

License: GNU General Public License v2.0
License URI: http://www.gnu.org/Licenses/gpl-2.9.html
*/



/* ================================Page Styles================================ */


* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
  position: relative;
	height: 100%;
	-webkit-text-size-adjust:none;
}


.teamSpan{
    font-style: italic;
    color:blue!important;

}

body{
    background-color: #fff;
    overflow-x:hidden;
}



variableWindow{
    /*just incase you want to look at variables without the console*/
    position:absolute;
    left:5px;
    top:5px;
}

img{
    width:100%;
    height: auto;
}

h1{
		font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
		font-weight: 100;
		color: #fff;
		font-size: 2.5em;
	  letter-spacing: 0.03em;
    margin-top:0;
    margin-bottom:0;
    padding-top: 20px;
    padding-bottom: 20px;
}



#ani4{
    font-size:3em;
}

h1 em{
    color:#c62128;


}

h2{
  	text-shadow: none;
		color: #2e6199;
		font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
		font-weight: 100;
    font-weight: 100;
    font-size: 32px;
    margin-top:0;
    margin-bottom:0;
    padding-top: 20px;
    padding-bottom: 20px;
}

h3{
    font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #2e6199;
    font-size: 22px;
		font-weight: 300;
		margin:0;

}


/*-------------------Training-------------*/



/*.videoSection::-webkit-scrollbar {
    width: 8px;
}

.videoSection::-webkit-scrollbar-track {
    border-radius: 10px;
}

.videoSection::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #57a3c6;
}

*/

.videoSection .row{
	transition: all 300ms ease;
	cursor: pointer;
	margin-bottom: 20px;
}

.videoSection .row:hover{
	background-color:#f3f3f3;
}

.videoSection .thumbnail{
	padding-left:0px;
	box-shadow:none;
}

.mute-button {
	background-image:url(spritesheet.png);
	position: absolute;
	right: 100px;
	bottom: 80px;
	z-index: 9;
	cursor: pointer;
	transform: scale(.5);
}

.sprite-on {
    width: 80px!important;
    height: 80px!important;
    background-position: -95px -5px;
}

.sprite-off {
    width: 80px;
    height: 80px;
    background-position: -5px -5px;
}



/* ================================Header Styles================================ */
#logoContainer{
	width:100%;
	position: relative;
}

.infoHeader{
	padding-top:38px;
	text-align: right;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.infoHeader span{
	display: inline-block;
	text-align: left;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	color:#ffffff;
	font-size: 1.2em;
}

.menu{
	webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	padding-bottom:0px;
}

#menuCurve{
	position: absolute;
	left:0;
	bottom:-56.938px;
	opacity:.7;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	height:56.938px;
}
@media screen and (min-width: 1200px) {
	#menuCurve{
	  top: 100%;
	  bottom: auto;
	}
}

.logoContainer{
	z-index: 2;
	text-align: center;
	min-width: 0 !important;
  max-width: 160px !important;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

#logoText{
	margin-top:5px;
	display:inline-block;
	width:100%;
}
.menuCurve img {
  max-height: 100px;
  overflow: hidden;

  -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.mainHeader .main-nav {
  margin-bottom: -12px;
}

.mainHeader.small .logoContainer {
  max-width: 109px !important;
}
.mainHeader.small .infoHeader {
  overflow: hidden;
  height: 0;
  padding: 0;
}
.mainHeader.small .menuCurve img {
  max-height: 0;
}
.mainHeader.small .menu-menu-container {
  padding: 19px 0;
}
.mainHeader.small .main-nav {
  margin-bottom: 0px;
}

div#vimeo-iframe {
  position: absolute;
  width: 101%;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /* display: none; */
  height: 100%;
}

div#vimeo-iframe iframe {
  height: 100%;
  width: 100%;
}
.jumbotron .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(12, 36, 62);
  opacity: 0.2;
}
#vimeo-iframe .video-loading {
  position: absolute;
  color: #FFF;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 1;
  display: none !important;
}
.jumbotron {
	position: relative;
  background: rgb(12, 36, 62);
}
.jumbotron #box1 {
	background: none;
}
.mobile-logo {
	display: none;
}

/* ================================Jumbotron Styles================================ */
					/* ================================Slogan================================ */

#mainSlogan{
	margin-top: 140px;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;

	}

	.mainTagline{
		font-family:garamond;
		font-style: italic;
		font-size: 180px;
	}


#mainSlogan h3{
	display: inline-block;
	position: absolute;
	font-family: helvetica neue;
	font-weight: 100;
	color:#ffffff!important;
	font-size:27px;

}

#tag1{
	right:0;
	top:26%;
}

#tag2{
	right:0;
	bottom:15%;
}

/* ================================Frontpage Styles================================ */


#mainSlogan img{
	display: none;
}

.mainBanner{
	margin-top:10px;
}


.iconBox{
	text-align: right;
}


.galleryBar{
	text-align: center;
	background-color: #edf1f5;
	padding-top:30px;
	padding-bottom: 30px;
	position: relative;
}

.iconCircle{
	position: relative;
	display: inline-block;
	width:80%;
	padding-top: 80%;
	border-radius:100%;
	overflow: visible;
	background-color:#edf1f5;
}




.scrollIcon{
	position: absolute;
	width: 60%;
	height: auto;
	left:20%;
	top:30%;
	opacity: 0;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}


.iconCircleAnimate{
	opacity: 1;
	left:20%;
	top:17%;
}

.iconButton{
	position: absolute;
	left:10%;
	top:93%;
	opacity:0;
	width:80%;
	-webkit-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.iconButtonAnimate{
	opacity: 1;
	left:10%;
	top:70%;
}
.flex-direction-nav a {
  font-size: 0;
}

.videoContainer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
	opacity: 0;
	transition: opacity 300ms ease;
}

#ieVideo{
  width:100%;
  height: 100%;
}


/* =========================================Contact================================== */

.logosContainer{
	padding: 40px 171px;
	background-color: #024B82;
}

.logosContainer .row {
	text-align: center;
}

.logosContainer .logo-box {
    display: inline-block;
    width: 11.285714%;
    opacity: 1;
}
.logosContainer img:hover {
	 transform: scale(1.1);
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);

}

.logosContainer img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .3s ease-in-out;
}

.visual-form-builder fieldset{background:none;border-radius:0;border:1px
solid #E4E4E4}.visual-form-builder .vfb-legend{color:rgb(51, 51, 51);border-bottom:1px solid #E4E4E4}.visual-form-builder label,label.vfb-desc{font-weight:300}input.vfb-text,input[type="text"].vfb-text,input[type="tel"].vfb-text,input[type="email"].vfb-text,input[type="url"].vfb-text,textarea.vfb-textarea{border-radius:0px;padding:6px
10px;box-shadow:none;background:rgb(243, 243, 243);border:none;box-shadow:none !important}.visual-form-builder-container input:disabled{opacity:0.5}

/* =========================================FAQs================================== */

.faqsButton{
	margin-top:30px;
	margin-bottom: 30px;
}

.faqAnswer{
	display:none;
	padding-bottom:30px!important;
}

.faqAnswer p{
	margin-top:0!important;
}

.faqAnswer ul{
	padding-left:30px;
}


.faqAnswer ul li{
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-type: initial;
}



.faqDiv{
	padding:15px 20px 15px 20px;
	background-color: #edf1f5;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom:25px;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

}

.faqDiv:hover{
		box-shadow: 4px 8px 8px #d9dfe4;


}

.faqDiv span{
	margin-left:12px;
	display: inline-block;
	vertical-align: middle;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	color:#616161;
}

.faqCon{
	padding-left: 200px!important;
	padding-right: 200px!important;
}

.plusSymbol{
	display: inline-block;
	vertical-align: middle;
	background-image: url(images/plusPNG.png);
	background-size: contain;
	width:20px;
	height: 20px;
}

/* ================================services styles================================ */

.serviceContainer{
	position: relative;
		padding-top:70px;
		padding-bottom:70px;
		background-image: url(images/blockWork.jpg);
		background-size: cover;
		text-align: center;
		margin-bottom:15px;
}

.serviceContainer h3{
		position: relative;
		z-index: 1;
		color:#ffffff;
}

.serviceRow .col-lg-3{
	padding-right:0px!important;
}

.services-wrap{
	padding-bottom: 0!important;
}

@media screen and (min-width: 1200px) {
	.services-wrap .serviceRow .col-lg-3 {
	  width: 20%;
	}
}

/* Fixing close button on adbanner at bottom */

@media screen and (max-width: 1200px) {
	.adbanner .closebuttonwrap {
		display: none;
	}

}


/* End of Fixing close button on adbanner at bottom */



@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.serviceContainer h3 {
		  font-size: 16px;
	}
}

.serviceRow{
	padding-bottom:30px;
}

.blueprint-wrap .col-lg-4{
	padding-bottom:10px;
	cursor: pointer;
}

.serviceRow .col-lg-4{
	padding-right:0px!important;
}

.blueprint-wrap img{
	position: relative;
	transition: all 200ms ease;
	transition-delay: 250ms;
	z-index:1;
}

.blueprint-wrap img:hover{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	z-index:2;
}

#sBlockWork{
	background-image: url(images/services/blockwork.jpg);
}

#sConcreteFinishing{
	background-image: url(images/services/concreteFinishing.jpg);
}

#sConcretePools{
	background-image: url(images/services/concretePools.jpg);
}

#sConcreteSpas{
		background-image: url(images/services/customConcreteSpas.jpg);
}

#sElectricalWork{
			background-image: url(images/services/electricalWork.jpg);
}

#sFiberglassPools{
			background-image: url(images/services/fiberglassPools.jpg);
}

#sFiberglassSpas{
			background-image: url(images/services/fiberGlassSpas.jpg);
}

#sFiberglassSwimSpas{
			background-image: url(images/services/swimSpa.jpg);
}

#sFireplaces{
			background-image: url(images/services/fireplaces.jpg);
}

#sPavers{
			background-image: url(images/services/pavers.jpg);
}

#sRenovations{
			background-image: url(images/services/renovations.jpg);
}

#sRomanColumns{
			background-image: url(images/services/romanColumns.jpg);
}

#sStoneWork{
			background-image: url(images/services/stoneWork.jpg);
}

#sSummerKitchens{
			background-image: url(images/services/summerKitchens.jpg);
}

#sWaterFeatures{
			background-image: url(images/services/waterFeatures.jpg);
}

/* ================================ Construction Process Gallery ================================ */
#constructionGallery .flexslider {
	max-width: 640px;
	margin: auto;
}

#constructionGallery .flexslider .flex-viewport, #constructionGallery2 .flexslider .flex-viewport{
	overflow: hidden !important;
}

#constructionGallery2 .flexslider {
	max-width: 640px;
	max-height: 480;
	margin: auto;
	margin-bottom: 115px;
}

#constructionGallery2 .flexslider .slides > li .imagerapper {
	padding-bottom: 55.66%;
	overflow: hidden;
	position: relative;
}

#constructionGallery2 .flexslider .slides > li img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* ================================Gallery styles================================ */

.galleriesContainer{
	position: relative;
		padding-top: 110px;
		padding-bottom: 110px;
		background-color: transparent;
		text-align: center;
		margin-bottom:15px;
		overflow: hidden;
}

.ghost{
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height: 230px;
}

.galleriesContainer h3{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	color:#ffffff;
	font-size: 2em;
	white-space: nowrap;
}

.longN{
	font-size: 1.75em!important;
}

.galleriesContainer img{
	-webkit-transition: all 800ms ease-out;
	-moz-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;

}

.grid-item { width: 33.3%; height: auto; }
.grid-item--width2 { width: 400px; }

.blueBox{
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	width:100%;
	height:100%;
	background-color:rgba(0, 53, 112, 1);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:.3;
}

/* =========================================Construction================================== */

.consIcon{
	display: inline-block;
	width:50%;
	max-width: 284px;
}

.conP{
	text-align: left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px!important;
	max-width: 700px;
}

.conUL ul{
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.35em;
	line-height: 2.2em;
	color:#000000;
}

.listSpan{
	display:inline-block;background-color:#3877bc;color:#ffffff;border-radius:100%;height:40px;width:40px;font-weight:bold;text-align:center;
	margin-right: 15px;
}

.conUL li{
	vertical-align: top;
	display: inline-block;
	width:48%;
	color:#000000;
	margin-bottom: 20px;
}

.midInline{
	display: inline-block;
	vertical-align: middle;
}

.colBlue{
	color:#3877bc;
}

.paddingTop{
	padding-top: 50px!important;
}


/* =========================================Footer================================== */
footer{
	position: relative;
}

footer a, footer a:hover, footer a:active, footer a:focus{
	color:#000000;
}

.footerLogo{
	text-align: left;
}

.footerLogo img{
	width:200px;
}

.footerLogo p{
	font-size: 1.7em;
	font-weight: 100;
	letter-spacing: 4px;
}

.smallInfo{
	font-size: 1em;
}

.topShadow{
	position: absolute;
	top:0;
	left:0;
	height: 50px;
	width:100%!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+2,f7f7f7+50,ffffff+100 */
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 2%, #f7f7f7 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0e0e0 2%,#f7f7f7 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0e0e0 2%,#f7f7f7 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gallerySingle{
	padding-bottom:157px!important;
}

.galleryNav{
	padding:20px 50px 50px 50px;
}


.galleryNav a{
	color:#3877bc;
	display;inline-block;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size:1.2em;
}

.galleryNav a:hover{
	color:#1a3e66
}


.galleryNav a::before{
	content: "// ";
	color:#e1e1e1;
}

.galleryNav a:first-child::before{
	content: "";
}

.galleryNav a:active{
	color:#1a3e66
}

/* ================================Single Training Video================================ */
.single-video-wrap h3 {
  font-size: 20px;
  color: #525252;
  margin-bottom: 0;
}
.single-video-wrap p {
	margin: 5px 0;
}
.single-video-wrap .playlist h2 {
  padding: 26px 0;
  font-size: 25px;
}
.single-video-wrap .playlist h2 img {
  width: 40px !important;
  margin-right: 8px;
  margin-top: -4px;
}
.single-video-wrap .videoSection {
  overflow: auto;
}
.single-video-wrap ::-webkit-scrollbar {
  width:8px;
  position: relative;
}

.single-video-wrap ::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #f3f3f3;
}

.single-video-wrap ::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #57a3c5;
}
.single-video-wrap .row.trainingBox {
  margin-bottom: 50px;
  padding-bottom: 79px;
  border-bottom: 1px solid #e6e6e6;
}
.single-video-wrap .videoSection > a {
  position: relative;
  display: block;
}
.single-video-wrap .videoSection > a .overlay-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
  padding: 1px 11px;
  background: rgb(255, 255, 255);
  color: #31639a;
  border-radius: 23px;
  text-transform: uppercase;
}
.videoSection a.video.current::after {
  content: "Current";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 0px;
  padding: 4px 11px;
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.43);
  color: #ffffff;
}
.videoSection a.video.watched:not(.current)::after {
  content: "Watched";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 0px;
  padding: 4px 11px;
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.43);
  color: #ffffff;
}
.single-video-wrap .videoSection img[src=''] {
  display: none;
}


/* =======================Training Center================================ */

.trainingContainer{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	overflow:hidden;
	text-align:center;
}

.trainingBackground{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%
}


/*add padding, custom order*/

.trainingContainer h3{
	text-align: center;
	position: relative;
	z-index: 1;
	color:#ffffff;
	font-family:'Open Sans', Arial, sans-serif;font-weight:100;
	font-size: 2em;
}

.trainingFilters h2{
	padding-top:0;
}

.documentContainer h3{
	text-align: center;
	position: relative;
	z-index: 1;
	color:#ffffff;
	font-family:'Open Sans', Arial, sans-serif;font-weight:100;
	font-size: 1.5em;
	display:inline-block;
	vertical-align: middle;
	white-space: normal;
	padding:0px 20px 0px 20px;
}

.trainingContainer img{
	transition: all 1000ms ease-out;
	transform: scale(1);
}
.trainingContainer:hover img {
	transform: scale(1.4);
}

.filtersContainer{
	position: relative;
	height: 100%;
}

.trainingSection{
	margin-bottom:20px;
}

.trainingSection h3{
	margin-bottom:10px;
}

.trainingCheck{
	border-style:none!important;
}

input[type="checkbox"]{
	display: none;
}

.squaredThree {
	width: 20px;
	padding-top: 20px;
	margin: 5px 0 5px 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 5px;
	background: #57a3c6;
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	transition: all 300ms ease;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.loading-indicator {
  text-align: center;
  color: #31639a;
  display: none;
  margin-top: 50px;
}
.loading-indicator.show {
	display: block;
}

.loading-indicator span {
  font-size: 25px;
  position: relative;
  top: -2px;
}

.loading-indicator i {
  font-size: 32px;
}

.showing-all {
  text-align: center;
  font-size: 19px;
  color: #31639a;
  display: none;
  margin-top: 50px;
}
.showing-all.show {
	display: block;
}

.menuTag{
	display:inline-block;
	vertical-align:middle;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8em;
	color: #2e6199;
	margin-left:10px;
}
.videoSection{


}

.documentContainer{
	position: relative;
	text-align: center;
	background-color:#3781a8;
	white-space: nowrap;
	/*margin-bottom: 30px;*/
	max-width: 100%;
}

#documentsSlider{
	margin-bottom:0px;
}

#documentsSlider .flex-direction-nav a {
  height: 100% !important;
  top: 20px !important;
  outline: none;
  background: rgba(255, 255, 255, 0.45);
  text-shadow: none;
}

#documentsSlider .flex-direction-nav a::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3781a8;
}

#documentsSlider.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

#documentsSlider.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

@media screen and (max-width: 860px) {
	#documentsSlider .flex-direction-nav .flex-next {
		right: 0;
	}
	#documentsSlider .flex-direction-nav .flex-prev {
		left: 0;
	}
	#documentsSlider .flex-direction-nav a {
	  height: 17% !important;
	}
}

.ghostBox{
	display:inline-block;
	vertical-align:middle;
	height:300px;
	width:0px;
}

.acrobatIcon{
	position:absolute;
	top:5px;
	right:5px;
	z-index:0
}

.acrobatIcon img{
	width:50px !important;
	height:auto;
}

.documentSection{
	margin-top:20px;
	margin-bottom:20px;
}


/* ================================Fonts================================ */



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}



a{
    text-decoration: none;

}

a:visited{
    text-decoration: none;
}






p{
    font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.8em;
}

.buttonText{
		font-size: 2em;
		margin:0;
		color:#ffffff;
}

.pLight{
    color:#ffffff;

}

.parallax{
	width:100%;
		position: absolute;
		left:0;
		top:0;
}

#logo{
    padding-top:5px;
}



#expandMenu{
    display: none;

}

.articleH1{
     transition: color 0.5s ease;

}

.articleH1:hover{
    color:#871419;

}

button{
    padding:15px 30px 15px 30px;
    background-color:#4fd37c;
    border-style: none;
     transition: background-color 0.5s ease;
    color:#fff;
    border-radius: 10px;

}



button:hover{
    background-color: #51dbc6;

}


.button{
    background-color:#c62128;
    border-style: solid;
     transition: background-color 0.5s ease;
    color:#fff;
}





.button:hover{
    background-color: #871419;

}

.defaultButton{
    display:inline-block;
		border-style: solid;
    border-color:#3877bc;
		color:#3877bc;
    padding-left:60px;
    padding-right:60px;
		font-size: 1.2em;
    border-radius:4px;
		border-width:1px;
    background-color: #ffffff;
    -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    cursor:pointer;
		font-family: helvetica neue;
}

.defaultButton:hover{
    background-color: #f2f5f8;
	/*	transform: scale(1.03);*/
		box-shadow: 4px 8px 8px #d9dfe4;
}

.clearArrow{
    display: none;

}

.iconButton{
    cursor:pointer;

}

.pText{
    opacity: 0;
    position: absolute;
    display: inline-block;
    font-size: 4em;
    white-space: nowrap;
    color: #ffffff;
}

.pText2{
    opacity: 0;
    position: absolute;
    display: inline-block;
    font-size: 80em;
    font-family:Oxygen;
    font-weight: 700;
    white-space: nowrap;
    color: #ffffff;
}

.smoothAll{
     -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

}

.animationBox{
    position: relative;
    display:inline-block;
    vertical-align:bottom;
    width:50%;
}

.animationBox div{
      -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.animationBox div:hover{
   transform: scale(1.15);


}

.animationBox2{
    display: inline-block;
    position: relative;
   perspective: 800px;

}

.perspective{
    transform-origin: center top;
     transform-style: preserve-3d;
     transform: rotateX( 90deg );
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}



.main-display2{
    position: relative;
    padding: 40px 40px 40px 40px;
    text-align: center;
    width:100%;
    overflow: hidden;
    background-color:rgba(0, 0, 0, .1);
}



.main-display{
    display: inline-block;
    white-space: normal;

    position: relative;
    text-align: center;
    padding-top:56.25%;
    width:100%;
    overflow: visible;

}

.top-banner{
    background-image: url(images/titlebackgr.jpg);
    background-size: 100%;
    padding-top:70px;
    padding-bottom:20px;
    display: inline-block;
    white-space: normal;

    position: relative;
    text-align: center;
    width:100%;
    overflow: visible;

}

.main-slide{
    display: inline-block;
    white-space: normal;

    position: relative;
    text-align: center;

    width:100%;
    overflow: visible;

}

.main-slide div{
    display:inline-block;
    vertical-align: middle;
}

.banner{
    text-align: center;
    position: relative;
    background:#eee;
		overflow: hidden;
    width:100%;

}

.banner2{
    text-align: center;
    position: relative;
    background:#eee;
    min-height: 250px;
    width:100%;
    color:#282828;
}



.mountains{

    background-color: #0a0a0a;
    background-size:70%!important;
    background-position: bottom left;
    background-repeat: no-repeat;



}

.aboutUs{
      padding-bottom:200px;
    padding-top:175px;

}

.aboutParagraph{
	color:#33333;line-height:2.7em;
	padding-left: 80px;
	padding-right: 80px;

}

.mountains2{
    background-image: url(images/mountains2.jpg)!important;
    background-size:100%;

}

.banner h1{
    color: #34659c;
    text-shadow: none;

}

.banner p{
    color:#4d4d4d;
    text-shadow: none;

}

.thebox{
    height:100px;
    width:100%;
    background-color:#000;

}

#theForm{
    background-image: url(images/office.jpg);
    background-size:cover;
}


.bannerDark{
    padding:80px 0 80px 0;
    text-align: center;
    position: relative;
    background-image: url(images/banner1.jpg);
    background-size: 100% auto;
    min-height: 250px;
    width:100%;
}

#services{
    background-image: url(images/banner2.jpg);

}

.school{
    background-image: url(images/banner3.jpg);

}

.bannerDark h1{
    color:#fff;
    text-shadow: none;

}

.bannerDark p{
    color:#ccc;
    text-shadow: none;

}

.quote{
    font-family: 'liberation_sansregular';
    src: url('liberationsans-regular-webfont.eot');
    src: url('liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-regular-webfont.woff2') format('woff2'),
         url('liberationsans-regular-webfont.woff') format('woff'),
         url('liberationsans-regular-webfont.ttf') format('truetype'),
         url('liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.7em;

}

.top-shadow{
        opacity: .3;
    position: absolute;
    top:-5px;
    left:0;
    height: 5px;
    width:100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 47%, rgba(61,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(47%,rgba(0,0,0,0.47)), color-stop(100%,rgba(61,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */



}

.bottom-shadow{
    opacity: .9;
position: absolute;
    bottom:0;
    left:0;
    height: 10px;
    width:100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 47%, rgba(61,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(47%,rgba(0,0,0,0.47)), color-stop(100%,rgba(61,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 47%,rgba(61,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */



}

/* ================================Contact Form================================ */

.conThumb{
    padding-left:0!important;
    width:60%;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    z-index:1;
    padding:10px;
    margin-left:10px;


}

.conButton{
    width:90%;
    height:100%;
    position:relative;
    padding:0;
    text-align:left;
    background-color:#ccc;
    border-radius:10px;
    cursor: pointer;
}

.conButton:hover{
    background-color:#bbb;
}
#contact{
	  background-color: #ffffff;
    padding:100px 0px 150px 0px;
}



.downArrow{
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #333333 transparent transparent transparent;
}



/* ================================Main Logo================================ */

#logo{
    width:100%;
    min-width: 383px;


}

#logoMob{
    display: none;
}

.logoBox{
    /*background-color:rgba(0, 0, 0, .1);*/
    position:absolute;
    left:36%;
    top:20%;
    width:10%;
    cursor: pointer;

}

.textBox{
    position: relative;
    width:100%;
    padding: 15px 30px 15px 30px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px;
}


.textBox2{
    position: relative;
    width:100%;
    padding: 15px 30px 15px 30px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px 20px 0 0;

}

.textBox3{
    z-index: 2;
    position:absolute;
    display: inline-block;

    left:50%;
    width:40%;
    top:35%;
}

.textBox4{
    position:absolute;
    left:5%;
    width:40%;
    top:35%;
    padding: 0 30px 40px 30px;
    border-radius: 10px 10px 10px 10px;



}

.textBox5{
    position:absolute;
    left:5%;
    width:40%;
    top:50%;
    padding: 0 30px 40px 30px;



}





.animationbox{
    background-color:rgba(0, 0, 0, .2);
}

.animationBox2{
    width:100%;
}




/* ================================Main Nav================================ */



.mainHeader{
    z-index: 999;
    position:fixed;
		left:0;
		top:0;
    width:100%;
    background:rgba(12, 36, 62, .7);
		-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.mobileCurve{
		display:none;
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  	position:relative;
  /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}


.simpleInput{
    background-color: transparent;
    border: none;

}

.simpleInput:focus{
    outline: none;
}


.toggle-button {
	display: none;
  padding: 26px;
}
#nav-icon2 {
  width: 19px;
  height: 16px;
  position: absolute;
  top: 27px;
  right: 10px;
  -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 6px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 12px;
}

.open.toggle-button #nav-icon2 span:nth-child(1),.open.toggle-button #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}

.open.toggle-button #nav-icon2 span:nth-child(2),.open.toggle-button #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.open.toggle-button #nav-icon2 span:nth-child(1) {
  left: -2px;
  top: 0px;
}

.open.toggle-button #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 0px;
}

.open.toggle-button #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.open.toggle-button #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.open.toggle-button #nav-icon2 span:nth-child(5) {
  left: -2px;
  top: 7px;
}

.open.toggle-button #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 7px;
}
.slideout-menu {
  position: fixed;
  /* left: 0; */
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
    background-color: #EFEFEF;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
#mobilemenu .main-navigation ul,
#mobilemenu .main-navigation {
  display: block;
}
#mobilemenu .main-navigation li {
  display: block;
  float: none;
  margin-bottom: 7px;
	margin-left:0;
  background: rgba(255, 255, 255, 0.64);
}
#mobilemenu .main-navigation li.menu-item-has-children {
	padding: 0;
	background: none;
}
#mobilemenu .main-navigation ul ul {
  position: relative;
  left: 0;
  top: 0;
  padding: 5px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.63);
  box-shadow: none;
  width: 89%;
  float: none;
  border-radius: 0;
  padding-left: 23px;
}
#mobilemenu .main-navigation ul ul ul {
  background: none;
  margin-left: 0;
  padding: 0;
  padding-left: 15px;
}
#mobilemenu .main-navigation ul ul li {
  margin: 9px 0 !important;
}
#mobilemenu .main-navigation ul ul a {
  font-size: 11px;
  width: auto;
  padding: 0 5px;
}

#mobilemenu .main-navigation > div > ul > li > a {
  padding: 0px 20px;
  border: none;
  color: #424242;
  margin: 0;
  font-weight: 300 !important;

}
#mobilemenu .main-navigation .current-menu-item > a {
	display:block;
  background: #3877bc !important;
  color: #fff !important;

}
#mobilemenu .main-navigation ul ul .current-menu-item > a {
	background: none !important;
	color: #EC008C !important;
}

#mobilemenu .branding {
  padding: 14px;
	background-color: rgb(7, 28, 51);
  max-width: 100%;
  margin-bottom: 9px;
	text-align: center;
}
#mobilemenu .branding img {
	display: inline-block;
  max-width: 175px;
  padding: 10px 0;
}
#mobilemenu .main-navigation {
	float: none;
	padding-bottom: 27px;
}

#mobilemenu .nav-extra span {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}

#mobilemenu .nav-extra {
  background: #F5F5F5;
  margin-top: -9px;
  margin-bottom: 21px;
  padding: 23px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#mobilemenu .nav-extra span.social {
  display: block;
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}

#mobilemenu .nav-extra span.account {
  border: none;
  margin: auto;
  margin-bottom: 22px;
  padding-bottom: 0;
}

#mobilemenu .nav-extra span.secondary-menu {
  margin: 0;
  border: none;
  padding: 0;
}

#mobilemenu .nav-extra span.secondary-menu a {
  margin: 0;
  display: inline-block;
  line-height: 1.3;
  padding: 0;
  font-size: 10px;
  height: auto;
  max-height: none;
  display: inherit;
  color: #464646;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #dddddd;
}

:-moz-placeholder { /* Firefox 18- */
  color: #dddddd;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #dddddd;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #dddddd;
}

::-ms-input-placeholder { /* Edge */
  color: #dddddd;
}

:placeholder-shown { /* Standard one last! */
  color: #dddddd;
}


/* ================================Main Nav Menu================================ */


.menu{
		text-align: right;
    padding-top: 0px!important;
}

.menu img{
opacity: .7;
width: 50px;
}


.menu div{
 padding-right: 35px;
}

.menu li{
		position: relative;
    padding-top:3px;
   	z-index: 2147483647;
    text-align: center;
    margin-left:25px;
    display: inline-block;
    vertical-align: middle;
		text-align: left;
}

.menu a{
  z-index: 2147483647;
  font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
	letter-spacing: 0.05em;
  text-decoration: none;
  line-height:50px;
  transition: color 0.35s ease;
	color: #ffffff;

}

.menu a:hover{
	  color:#2bbada;
}

.contactButton:hover{
	color:#2bbada;

}

.mapBox{
	margin-top:20px;
}



.menu li ul{
	text-align: left;
    display: none;
    background-color: rgba(255, 255, 255, .3);
		width:200px;
    left:0;
    position: absolute;
}

.menu li ul li{
    display: inline-block;

}

.menu li ul li{
    display: inline-block;

}

.footerLogo{
	text-align: left;
}
.footerInfo{
	text-align: right;
}


.infoBox p{
	margin-top:0px!important;
}



.notice.modal {
  position: fixed;
  /* top: 0; */
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  background: rgba(12, 47, 86, 0.74);
}

.notice.modal .inner {
  width: 500px;
  max-width: 100%;
  margin: auto;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  padding: 26px 28px;
  text-align: center;
  line-height: 1.2;
}
.notice.modal .inner p {
	margin: 0;
	margin-bottom: 10px;
}

.notice.modal .close {
  position: absolute;
  right: 17px;
  top: 12px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.notice.modal .button-default {
  background: #38689d;
  padding: 19px 36px;
  border-radius: 4px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 4px;
  display: inline-block;
}

.notice.modal .button-default:hover {
  opacity: 0.8;
}


/* ================================Tool Tips================================ */

.toolTip{
    display: none;
    background: #eee;
    position: absolute;
    left:40px;
    top: 40px;
    box-shadow: 1px 1px 1px #777;

}

.upArrow{
    position: absolute;
    top:-14px;
    left:auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #eee transparent;
}

.bookType:hover{
    background-color:#eeeeee;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */


}

/* ================================Audio Player================================ */


.playArrow{
    display:none;
    width:4%;
    padding-top:4%;
    background-image: url(images/rightArrow.png);
    background-size:100% 100%;
}

.pause{
     background-image: url(images/pause.png);

}

#audioBook{
    cursor: pointer;
transition: background 0.5s ease;
    color:#fff!important;
}

#audioBook:hover{
    background: #6e0711;
    color:#fff;

}

#animateAudio{
    display: none;
}

/* ================================Footer================================ */

footer{
    text-align: center;
    padding-top:100px;
    padding-bottom:146px;
    background:#ffffff;

}



.quotes{


}

.quoteText{
    font-size: 2.5em;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(23%,rgba(255,255,255,1)), color-stop(31%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
    background-size: 150% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #333;

background-position: -300px 0;



}


@-webkit-keyframes moving {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 900px 0;
  }
}




/* ===============================Animation========================== */

.aniBox{

    position: absolute;
    top:0;
    left:0;
    right:0;

}

.animationbox{
    position: relatSEive;

}

.animate2{
    position: relative;
}

.animate2 h1, .animate2 p, .animate2 a{
 position: absolute;
    left:0;
    width:100%;
 top:-30px;
    opacity: 0;

}

.animate{
    width:100%;
}

.animate h1, .animate p{
  position: absolute;
    width:100%;
 top:-30px;
    opacity: 0;

}

/* ===============================Blog Stuff========================== */

    .artbut{
        display: none;
    }


/* ===============================Front Page Caption========================== */

.containerSpan{

    display: inline-block;
vertical-align: top;
    position: relative;

}

.capSpan{
    z-index: 1;
    opacity: 0;
    position:absolute;
    left:0;

}

/* ================================Website Page================================ */

.centerContent{position:relative;z-index:1;padding:150px 100px 50px 100px}

.fadedBlack{
    width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0, 0, 0, .3);

}


.wood{
    background-image: url(images/wood.jpg);
    background-size: cover;

}

.gimbal{
	  position: relative;
	  background-image: url(images/gimbal.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
}

.aboutworkout{
    background-image: url(images/aboutworkout.jpg);
    background-size: cover;
}

.aboutcalltoaction{
		background-image: url(images/calltoaction.jpg);
		background-size: cover;
}

.editeasy{
    background-image: url(images/easytoedit.jpg);
    background-size:cover;
}

.greatcontent{
    background-image: url(images/greatcontent.jpg);
    background-size:cover;
}


/* ===============================slider========================== */

#box2 .flexslider .flex-viewport {
  overflow: visible !important;
	height: 501px;
}
#box2 .flexslider {
  padding: 0px;
  margin: 0;
  margin-bottom: 0px;
  border: none;
  background: none;
  box-shadow: none;
}
#box2 {
  max-width: 750px;
  padding: 0;
  margin:auto;
}

#box2 .flexslider li {
  opacity:.9;
}

#box2 .flexslider .slides li {
  opacity:.4;
	transition: opacity 300ms ease;
}
#box2 .flexslider li.flex-active-slide {
  opacity:1;
}

.flex-control-nav{
		display: none;
}

.flex-direction-nav a{
	overflow:visible!important;
}

/*#constructionGallery{
	padding:0 20%;
	margin-bottom: 100px;
}*/


.logoContainer{
	position:absolute;
	left:0;
	top:0;
	min-width:384px;
	max-width:400px;
}

/*======= James Adbanner Stuff =======*/
.gallerytitles {
    text-align: center;
    font-size: 28px;
    padding-bottom: 24px;
    color: #024b82;
}

.adbanner {
    position: fixed;
    bottom: 0px;
    z-index: 5;
    border: 0px;
		width: 100%;
		background: #ececec;
}

.adbanner .flexslider {
    border: 0px;
		margin: 0;
}

/* .closebutton {
    width: 24px;
    height: 2px;
    background: #024B82;
    position: relative;
    left: 98%;
    top: -8px;
    transform: rotate(45deg);
}

.closebutton2 {
    width: 24px;
    height: 2px;
    background: #024B82;
    position: relative;
    left: 98%;
    top: -10px;
    transform: rotate(-45deg);
} */

a.closebuttonwrap {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    height: 31px;
}

a.closebuttonwrap > div {
    position: relative;
    top: 15px;
    margin-bottom: -2px;
    width: 24px;
    height: 2px;
    background: #024B82;
}

a.closebuttonwrap > div:first-child {
    transform: rotate(-45deg);
}

a.closebuttonwrap > div:last-child {
    transform: rotate(45deg);
}

.bannerbox {
    max-width: 1129px;
    margin: auto;
}
/* =============================== Ad Banner Slider==========================

.adbanner .flexslider {
    position: fixed !important;
    bottom: -61px !important;
    border: 0px !important;
    z-index: 6 !important;
}

*/

/* ================================webbox================================ */
.webbox{
	padding-top:230px;
	padding-bottom: 100px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.webbox h1,
.webbox .h1 {
  font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 5em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ==========================responsive youtube================================ */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	margin-bottom:30px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoSection img {
	margin-bottom: 20px;
}
.videoSection .items a {
	outline: none;
}
.videoSection .items a > .row img {
	margin-bottom: 0;
}
.videoSection .items a > .row {
	margin-bottom: 40px;
}

.videoSection .items a > .row .info h3 {
  font-size: 17px;
  color: #565656;
  margin: 0;
  font-weight: 300;
  margin-bottom: 7px;
}

.videoSection .items a > .row .info p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}
.videoSection .items a > .row .info {
  padding-top: 26px;
}

/* ==========================bannerRight================================ */
.bannerRight{
	padding-left: 30px;
}
.bannerRight h2{
	padding-top:0px;
	margin-top: -12px!important;
}

/* ==========================unordered lists================================ */
.defaultUL{
		padding-left: 20px;
		padding-top:20px;
		padding-bottom: 20px;
}

.defaultUL li{
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	list-style-type: initial;
	padding-bottom:12px;
	color: #4d4d4d;
}

.larger{
	font-size: 1.3em;
}

/* ================================banners================================ */
.defaultBanner{
  padding-top: 100px;
  padding-bottom: 100px;
}

.defaultBanner h2{
	margin-top:0;
}

.defaultBanner p{
	margin-bottom:0;
	padding-bottom:0;
}

.centerBanner{
		padding-top:150px;padding-bottom:150px;
}

.icon{
		width:10%;
		margin-bottom: 20px;
}

.centerBanner h2{
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	text-shadow:none;
	color:#333333;
	font-size:3.5em;
	font-family:'Open Sans', Arial, sans-serif;font-weight:100;

}

.centerBanner p{
	margin-top:0;
	margin-bottom:0px;
	color:#ccc;
	width:50%;
	display:inline-block;
}

.blog p{
	width:75%;
}

.lessBanner{
		padding-top:50px;padding-bottom:100px;
}

.moreBanner{
	padding-top: 350px;
	padding-bottom: 350px;
}

.articleTitle{
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
    color:#ffffff!important;
    font-size:3em!important;
		z-index: 1;

}
/* ================================Article Banners================================ */

.articleThumb{
	cursor:pointer;
	width:100%;
	padding-top:80%;
	background-image: url(images/mountainbackground.jpg);
	background-size: 100% 100%;
	background-position: center;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

}

.articleThumb:hover{
		background-size: 120% 120%;
		background-position: center;

}









/* ================================banner backgrounds================================ */


#box1{
    background-color:#ffffff;
}

.webbox{
    background-image: url(images/headerBackground.jpg);
    background-size: 100% auto;
		background-repeat: no-repeat;
}

.constructionProcess{
	background-image: url(images/parallaxPool.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}


#Webbox1{
    z-index: 1;
    background-image: url(images/doctorBanner.jpg);
    background-size: 100% auto;
		background-repeat: no-repeat;
}

#Webbox2{
    z-index: 1;
    background-image: url(images/headerBackground.jpg);
    background-size: 100% auto;
}

#Webbox3{
    z-index: 1;
    background-image: url(images/clientBanner.jpg);
    background-size: 100% auto;
}


/* ================================Medical Condition================================ */
.medicalConditionBox{
	text-align: center;
}

.medicalConditions{
		display:inline-block;
		text-align: left;
		vertical-align: top;
		margin-right:10%;
}

.medicalCondition h3{
		display: inline-block;
}

/* ================================LargeScreen Opt================================ */


.large{
    display:none;
}

@media(max-width: 1840px){
	.faqCon{
		padding-left: 100px!important;
		padding-right: 100px!important;
	}
}

@media(max-width: 1700px){
	.faqCon{
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
}

@media(max-width: 1600px){
  #box1{
	z-index: 1;
	background-image: url(images/mainBackground.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	}
	.parallax{
		display: none;
	}

	.webBoxCurve{
		margin-top:-3%;
	}

	.curveShape{
		margin-top:-3%;
	}

	#ourprogram{
	    z-index: 1;
	    background-image: url(images/mainBackground.jpg);
	    background-size: 100% auto;
			background-repeat: no-repeat;
	}


	#missionBox{
		z-index: 1;
	  background-image: url(images/aboutworkout.jpg);
	  background-size: 100% auto;
	}

	#box2{

	}


	#mainSlogan{
		margin-top: 86px;
    margin-bottom: 40px;
		position: relative;
		display: inline-block;
	}

	.headerContainer{
		margin-left:50px!important;


	}


}

@media(max-width: 1500px){
	.articleTitle{
		font-size: 2em!important;
	}


	#missionBox{
			padding-top:120px;padding-bottom:120px;
			background-position: 0 -100px;
	}

}
@media(max-width: 1400px){
	#rightMenu{
		padding-right:100px;
	}
}

@media(max-width: 1300px){
			.headerContainer{
				margin-left:50px!important;
				margin-right:50px!important;
			}


}

@media(max-width: 1279px){
		.headerContainer{
			margin-left:50px!important;
			margin-right:-30px!important;
		}


			#rightMenu{
				padding-right:0px;
				white-space: nowrap;
			}


			/*#constructionGallery{
				padding:0 10%;
				margin-bottom: 100px;
			}*/

			.galleriesContainer{
				padding-top:50px;
				padding-bottom:50px;
			}

			.trainingContainer{
				padding-top:40px;
				padding-bottom:40px;
			}
}

@media(max-width: 1230px){

	.trainingContainer{
		margin-bottom:30px;
	}

	.lessBanner{
			padding-top:0px;padding-bottom:20px;
	}

	.menu a{
			font-size: 1.2em;
	}

	#desktopMenu{
		display: none;
	}

	#menuCurve{
		height:30px;
		bottom:-30px;
	}

	.hide-tablet{
		display: none;
	}

	.webbox{
		padding-top:100px;
		padding-bottom: 100px;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}

	.mainHeader{
		 background-color: rgba(12, 36, 62, 1);
	    position:relative;
	}

	.mobileCurve{
			display:block;
	}

	#menuCurve{
		opacity: 1;
	}

	.toggle-button {
		display: block;
	}
	#nav-main-wrapper {
	  /*display: none;*/
	}
	#nav-main-wrapper #main-navigation-wrap {
	  display: none;
	}

	.nav-extra span {
	  display: none;
	}

	.nav-extra span.cart {
	  display: block;
	  border: none;
	  position: absolute;
	  top: 6px;
	  right: 68px;
	  margin: 0;
	  padding: 0;
	}
	.not-home .nav-extra span.cart {
		top: 21px;
	}

	.banner h2{
		font-size: 2em;
	}

}
@media(max-width: 1200px){

	#menuCurve{
		height:20px;
		bottom:-20px;
	}


	#box1{
			z-index: 1;
			background-image: url(images/mainBackgroundTablet.jpg);
			background-size: 100% auto;
	}

	#box2{


	}

	#missionBox{
		z-index: 1;
	  background-image: url(images/aboutworkoutTablet.jpg);
	  background-size: 100% auto;
	}



	#expandMenu{
		 cursor: pointer;
			display: inline-block;
			width:80px;
			height: auto;
			padding-left:35px;
			padding-top: 40px;
			padding-bottom: 40px;
	}

	.menu-menu-1-container{
		text-align: center;

}
	 .menu1{
					display: none;

			 }


	.icon{
			width:15%;
	}


 .webbox{
	 padding-top:90px;
	 padding-bottom:90px;
 }

	.menu{
		text-align: center!important;
	}

	.bannerDefault .col-sm-6{
		margin-bottom: 100px;
	}

	#contact{
		padding-bottom: 150px;
	}

	#theForm{
		background-image: url(images/officeTablet.jpg);
	}

	#Webbox1{
		background-position: 0 60px;
	}

}

  /* ================================Query 1================================ */
@media(max-width: 1160px){

	.galleriesContainer img{
		width:100%!important;
	}
	.logosContainer{
		padding: 40px 171px;
		background-color: #024B82;
	}
	.logosContainer .logo-box{
		display: inline-block;
		width: 31.285714%;
		opacity: 1;
	}

	.mute-button {
		right: 29px;
		bottom: 21px;
	}

	.conUL li{
		width:100%;

	}

	.iconBox{
		margin-top:40px;
		text-align: center!important;
	}

	.iconCircle{
		width:50%;
		padding-top:50%;
	}

	#mainSlogan{
		margin-top: 0px;
		margin-bottom: 0px;
		position: relative;
		display: inline-block;
	}


    /* ================================Website Page================================ */

.webbox{
	padding-top: 75px;
	padding-bottom: 75px;
}

.centerBanner p{
	width:60%;

}


.blog p{
	width:80%;
}

.centerContent{position:relative;z-index:1;padding:150px 100px 50px 100px}

.fadedBlack{
    width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0, 0, 0, .4);

}

#lookgreat{
    background-image: url(images/woodTablet.jpg);
    background-size:cover;
}

#easyedit{
    background-image: url(images/easytoeditTablet.jpg);
    background-size: 100%;
}

.greatcontent{
     background-image: url(images/greatcontent.jpg);
    background-size: 100%;
}

#yourstory{
	background-image: url(images/businessTablet.jpg);
	background-size:cover;
}




    #audioBook{
    background: #6e0711;
    }

    #audioBook h1{
    color: #eeeeee;
    }

    .playArrow{
        display: inline-block;
        width:8%;
           padding-top:8%;

    }

    #animateAudio{
        display:block;

    }

    .textBox4{
        width:60%;
    }

    .quoteText{
        font-size:2em;
    }

    .menu-menu-1-container{
        text-align: right;

    }


		.moreBanner{
			padding-top:200px;padding-bottom:200px;
		}

		.medicalConditionBox{
			text-align: left;
		}

		.medicalConditions{
				display:inline-block;
				text-align: left;
				vertical-align: top;
				margin-right:0%;
		}

		.medicalConditions:nth-child(2){
			padding-right:100px;

		}

		#ourprogram{
		    z-index: 1;
		    background-image: url(images/aboutworkoutTablet.jpg);
		    background-size: auto 100%;
				background-repeat: no-repeat;
		}

}
  /* ================================Query 2================================ */
@media(max-width: 992px){
	.galleriesContainer img{
		width:100%!important;
	}
	.logosContainer{
		padding: 40px 171px;
		background-color: #024B82;
	}
	.logosContainer .logo-box{
		display: inline-block;
		width: 49%;
		opacity: 1;
	}
}
@media(max-width: 940px){



/*#constructionGallery{
		padding:0 8%;
		margin-bottom: 100px;
	}*/

	#mainSlogan{
		margin-top: -19px;
    margin-bottom: 10px;
	}

	#box1{
			z-index: 1;
			background-image: url(images/mainBackgroundMobile.jpg);
			background-size: 100% auto;
	}

	.icon{
			width:20%;
	}


	#logo{
		text-align: center;
	}

	.centerIcon{
			width:45%;
			display: inline-block;
	}


    h1{
        font-size: 2em;
    }

		#yourstory{
			background-image: url(images/businessTablet.jpg);
			background-size:cover;
		}

		.buttonText{
				font-size: 1.5em;
				margin:0;
				color:#ffffff;
		}

		#missionBox{
				padding-top:120px;padding-bottom:120px;
				background-position: top;

		}



}
@media(max-width: 850px){
	#mainSlogan{
		margin-top: -53px;
		margin-bottom: -48px;
	}
}

  /* ================================Query 3================================ */
@media(max-width: 768px) {
	.logosContainer{
		padding: 40px 60px;
		background-color: #024B82;
	}
	.videoContainer{
		display: none;
	}

	.mute-button {
		display: none;
	}
	.curveShape{
		display:none;
	}

	#frontParallax{
		width:100%;
		height: auto;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
	}
	.scrollIcon{
		position: absolute;
		width: 60%;
		height: auto;
		left:20%;
		top:17%;
		opacity: 1;
		-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	}


	.iconCircleAnimate{
		opacity: 1;
		left:20%;
		top:17%;
	}

	.iconButton{
		position: absolute;
		left:10%;
		top:70%;
		opacity:1;
		width:80%;
		-webkit-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-moz-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-o-transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	}

	.iconButtonAnimate{
		opacity: 1;
		left:10%;
		top:70%;
	}


	.webbox{
		padding-top:50px;
		padding-bottom:50px;
	}

	.webbox{
		background-image:url(images/headerBackgroundMobile.jpg);
	}

	.webbox h1{
		font-size:4em;
	}

	.constructionTitle{
		font-size:3em!important;
	}

	.iconBox{
		text-align: center;
	}

	.iconCircle{
		width:70%;
		padding-top:70%;
	}

	.defaultButton{
		font-size:1em;
		padding:10px 10px 10px 10px;

	}


	#box1{
		padding-top:50px;
		padding-bottom: 50px;
	}

	#mainSlogan h3{
		/*display: none;*/
	  font-size: 13px;
	  font-weight: 300;
	}

	#mainSlogan h2{
		/*display: none;*/
	  font-size:80px;
	}

	#mainSlogan img{
		display: inline-block;
		width:70%;
	}

	#theLogoBox{
		text-align: center;
	}

	.icon{
			width:25%;
	}

	#production{
		display: inline-block;
	}

	.webbox{
			background-position: 0px 0px;
	}

	#Webbox1{
		background-image: url(images/doctorBannerMobile.jpg);
		background-attachment: local;
		background-position: center;
	}

	#Webbox3{
		background-image: url(images/clientBannerMobile.jpg);
		background-attachment: local;
	}


	.centerIcon{
			width:55%;
			display: inline-block;
	}

	#lookgreat{
	    background-image: url(images/woodMobile.jpg);
	    background-size:cover;
	}

	#easyedit{
	    background-image: url(images/easytoeditMobile.jpg);
	    background-size: 100%;
	}

	#theForm{
		background-image: url(images/officeMobile.jpg);
	}




	.topBanner{
		padding-top:100px;
		padding-bottom:100px
	}

	.defaultBanner{
		padding-top:150px;padding-bottom:150px;
	}

	.lessBanner{
			padding-top:0px;padding-bottom:20px;
	}

	.moreBanner{
		padding-top:150px;padding-bottom:150px;
	}

	.defaultBanner p{

	}

	.constructionProcess{
			padding-top:80px;padding-bottom:80px;
	}

	.centerBanner h2{
		text-align: center;
		font-size: 2em;
	}

	.centerBanner p{
		width:75%;

	}

	.blog p{
		width:95%;
	}



  .banner h2{
		font-size: 3em;
	}

	#easyedit{
		text-align:center;
	}



	#Webbox2{
		background-attachment: local;
			background-image:url(images/BannerMobile.jpg);

	}

    .centerContent{position:relative;z-index:1;padding:150px 30px 50px 30px}

.fadedBlack{
    width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0, 0, 0, .4);

}


    .playArrow{

        width:12%;
           padding-top:12%;

    }

    .quoteText{
        font-size: 1em;
    }

    header{
        position: relative;
    }


    .med{
        display: none;
    }

    #box1{
        vertical-align:
    }

    .largeBox1{
        display: none;
    }



     .artbut{
        display: inline-block;
    }


    .aboutUs{
        padding-top:0px;
        padding-bottom:0px;

    }


         .quoteText{
        font-size:1.75em;
    }


        #logo{
            padding-top: 20px;
            margin-left:;
            min-width: 0;
            width:80%;
        }




    .grid-container{
        padding-left:5%;
        padding-right:5%;
    }

		#mainSlogan{
			margin-top: 0px;
			margin-bottom:0px;
		}

		#mainSlogan h2{

		}

		#missionBox{
				padding-top:120px;padding-bottom:120px;
				background-position: top;
				background-repeat: no-repeat;
				background-size:auto 100%;
		}

		.articleTitle{
			font-size: 2.5em!important;
		}

		.banner h2{
			font-size: 2.2em;
		}

		.coreValues{
			font-size: 3em!important;
		}

		.footerLogo{
			text-align: center;
		}
		.footerInfo{
			text-align: center;
		}
		.curveShape {
		  position: relative;
		  bottom: -2px;
		}
		.fallback-image {
			display: block !important;
			opacity: 1 !important;
			height: 100% !important;
			width: 100% !important;
			position: absolute;
			overflow: hidden;
		}
		#vimeo-iframe {
			display: none !important;
		}
		.logoContainer {
		  width: 100px;
		  max-width: none;
		  min-width: 0;
		  left: 10px;
		}
		.fallback-image img {
		  position: absolute;
		  width: auto;
		  height: 100%;
		  top: 50%;
		  transform: translateY(-50%);
		}
		#logoText {
		  width: 100%;
		}
		.mobile-logo {
			display: block;
		}
}
  /* ================================Query 4================================ */
@media(max-width: 500px) {



	/*#constructionGallery{
		padding:0;
		margin-bottom: 100px;
	}*/


	.faqCon{
		padding-left:0!important;
		padding-right:0!important;
	}

	.plusSymbol{
		display: inline-block;
		vertical-align: middle;
		background-image: url(images/plusPNG.png);
		background-size: contain;
		width:7%;
		height: 0;
		padding-top:7%;
	}

	.faqDiv span{
		width:88%;
		margin-left:15px;
	}



	.logoContainer{
		min-width:10%;
		max-width:100%;
		display:inline-block
	}


	.textBox{
	    position: relative;
	    width:100%;
	    padding: 15px 5px 15px 5px;
	    background-color: rgba(0, 0, 0, .2);
	    border-radius: 20px;
	}

	#production{
		display: none;
	}

	.centerIcon{
			width:85%;
			display: inline-block;
	}

    p{
        font-size:1.2em;
    }


			.defaultBanner{
				padding-left:4%;
				padding-right:4%;
			}

			.constructionProcess{
					padding-right:0;
					padding-left:0;
					padding-top:60px;padding-bottom:50px;
			}

			.centerBanner p{
				width:80%;

			}


    #logo{
        display: none;
    }

    #logoMob{
        display: inline-block;
				padding:20px;
    }

    .menu{
        padding-bottom: 0px;
    }



    .menu li{
    z-index: 2147483647;
    text-align: left;
    margin-left:20px%;
    display: block;
    vertical-align: middle;
}




.menu a{
     z-index: 2147483647;
    font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 100;
    font-size: 1.2em;
    color: #aaaaaa;
    text-decoration:none;
    line-height:50px;
    transition: color 0.35s ease;
}

.menu li a:hover{
    color:#2bbada;
     text-decoration:none;
}


.menu li ul{
    display: none;
    position: relative;
		width:100%;

}


.menu li ul li{
		margin-left: 0;
    display:block;

}

#mainSlogan h2{

}


}

@media(max-width:450px){
	#frontParallax{
		height: 100%;
		width:auto;
	}
}

  /* ================================Query 5================================ */
@media(max-width: 400px) {

	#ourprogram{
			z-index: 1;
			background-image: url(images/aboutworkoutmobile.jpg);
			background-size: auto 130%;
	}

	.centerBanner p{
		width:90%;

	}

	.blog p{
		width:100%;
	}

	.defaultButton{
		padding-right: 5px;
		padding-left: 5px;
	}

	/*.defaultBanner p{
			padding-left:4%;
			padding-right:4%;
	}*/



		.webbox h1{
			font-size: 3em;
		}

		.constructionTitle{
			font-size:2em!important;
		}

		.banner h2{
			font-size: 1.5em;
		}

		.coreValues{
			font-size: 2.25em!important;
		}

		.defaultBanner{
			padding-top:75px;padding-bottom:75px;
		}

		.defaultBanner h2{
				font-size:2em;
		}

		.lessBanner{
				padding-top:0px;padding-bottom:20px;
		}


    .playArrow{

        width:20%;
           padding-top:20%;

    }




		.articleTitle{
			padding-left: 20px;
			padding-right: 20px;
			font-size: 2em!important;
		}
}
