blo/*
Theme Name: Mindspike
Theme URI: http://underscores.me/
Author: Christopher Cook
Author URI: http://mindspikedesign.com
Description: Mindspike Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindspike
Tags: grid-layout, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mindspike is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* ==============================
== General
============================== */
html {
	font-size: 100%;
}

body {
	width: 100%;
	margin: 0 0 !important;
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #333;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1 0 auto;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none !important;
}

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

#responsive-menu-pro-title {
	text-transform: uppercase !important;
	font-weight: 300 !important;
}


/* ==============================
== WordPress Core
============================== */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.gallery-caption {
	
}

.sticky {
	
}

.bypostauthor {
	
}




/* ==============================
== Header
============================== */
.header-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.main-header{
	width: 100% !important;
	position: relative;
	z-index: 9998;
	top: 0;
  margin-bottom: -160px;
	background: rgba(0,0,0,0.3);
}

.header-inner {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
  display: flex;
	justify-content: space-between;
	padding: 0 0;
}

.site-title h1 {
	font-weight: 300 !important;
}

.logo {
	width: 130px;
	padding-top: 10px;
	display: -webkit-flex;
  display: flex;
	align-items: flex-start;
}

.header-logo {
	max-width: 300px;
	margin-left: 15px;
}

.nav-menu {
	width: 100%;
	display: -webkit-flex;
  display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nav-menu a {
	-webkit-transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}

.mobile-nav {
  width: 100%;
  text-align: right;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x {
	font-size: .8em !important;
}

#topMenu {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#topMenu h1 {
	margin: 10px !important;
	padding-top: 10px;
}

#mainMenu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#topbar {
	width: 100%;
	padding: 5px 0;
	background: #000;
	color: #ddd;
	display: flex;
	align-items: center;
}

#topbar a {
	color: #ddd;
	padding: 0;
	margin: 0;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	font-weight: 500;
}
#topbar a:hover {
	opacity: 0.7;
}

.fa-search {
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	cursor: pointer;
}

.topbar-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.topbar-left {
	width: 50%;
	text-align: left;
}

.topbar-right {
	width: 50%;
	text-align: right;
}

.giftcards {
	margin-left: 5px !important;
	margin-right: 5px !important;
	padding-right: 10px !important;
	border-right: 1px #ddd solid;
	color: #ddd !important;
	font-size: .9em;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
 	font-weight: 400 !important;
}

.ubermenu .ubermenu-target-text {
 	font-weight: 400 !important;
	letter-spacing: 1px !important;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:hover > .ubermenu-target {
	color: #fff !important;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  border: none !important;
	border-top: 3px #5d8c7f solid !important;
	background: rgba(0,0,0,0.7) !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input {
  font-weight: 500 !important;
}




/* ==============================
== Search Overlay
============================== */

#search-overlay{
  display:none;
}
.block {
  position: fixed;
	z-index: 9999;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0,0,0,0.8);
  margin: 0;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

h1{
  text-align: center;
  font-size: 3.5em;
  color: #fff;
  margin-top: 2em;
  font-weight: 600;
}

h1 span{
  background: #222;
  padding: 10px;
}

#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover{
  color: #777;
  cursor: pointer;
}




/* ==============================
== Typography
============================== */

h1, h2, h3, h4, h5, h6 {
	font-family: futura-pt, sans-serif;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.2em;
	text-transform: uppercase;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.white {
	color: #fff !important;
}

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


/* ==============================
== Buttons
============================== */

.btn-enroll {
	background: #5d8c7f;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-green {
	background: #5d8c7f;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
  margin: 0px 10px 10px 0px;
}

.btn-tour-sidebar {
	width: 100%;
	background: #5d8c7f;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}

.btn-download-sidebar {
	width: 100%;
	background: #939ebf;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}


.intro-btns {
  position: absolute;
	bottom: 0;
	right: 20%;
	z-index: 1000;
}

.btn-tour {
	background: rgba(0,0,0,1);
	padding: 10px 20px;
  margin: 5px 5px;
	color: #939ebf;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-tour:hover {
	background: #939ebf;
	color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-video-tour {
	background: rgba(0,0,0,1);
	padding: 10px 20px;
  margin: 5px 5px;
	color: #939ebf;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-video-tour:hover {
	background: #939ebf;
	color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


.btn-homepage {
	z-index: 100;
	background: none;
	border: 2px #5d8c7f solid;
	padding: 10px 20px;
	color: #333333;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-footer-callout {
	z-index: 100;
	background: none;
	border: 2px #5d8c7f solid;
	padding: 10px 20px;
	margin: 15px 15px;
	color: #fff;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-footer-callout:hover {
	background: #5d8c7f;
	color: #ffffff;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 0 16px;
	background: #5d8c7f;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	letter-spacing: 1px;
}

.vc_general.vc_btn3 {
	letter-spacing: 1px !important;
}


/* ==============================
== Homepage
============================== */

#homepage-intro {
	position: relative;
	z-index: 998;
	width: 100%;
	height: 800px;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

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

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#intro-overlay {
	width: 100%;
	height: 100%;
	background: rgba(93,140,127,0.7);
	position: relative;
	z-index: 999;
	-webkit-clip-path: polygon(0 0, 5% 0, 35% 100%, 0% 100%);
	clip-path: polygon(0 0, 5% 0, 35% 100%, 0% 100%);
}

#frontpage-callout {
	background: #000;
	padding: 30px 15px;
	text-align: center;
	color: #fff !important;
}

#frontpage-callout h2 {
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 3px;
	margin: 15px 15px !important;
	font-weight: 400 !important;
}

#homepage-one {
	position: relative;
	background: #e6e8e7;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.homepage-section-one {
	width: 100%;
	text-align: right;
}

.homepage-section-one-text {
	width: 75%;
	margin: auto auto;
	padding: 30px;
}

.homepage-section-one-bg {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}



#homepage-two {
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.homepage-section-two {
	width: 100%;
	text-align: left;
}

.homepage-section-two-text {
	width: 75%;
	margin: auto auto;
	padding: 30px;
}

.homepage-section-two-bg {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}



#homepage-three {
	position: relative;
	background: #e6e8e7;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.homepage-section-three {
	width: 100%;
	text-align: right;
}

.homepage-section-three-text {
	width: 75%;
	margin: auto auto;
	padding: 30px;
}

.homepage-section-three-bg {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}



#homepage-four {
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.homepage-section-four {
	width: 100%;
	text-align: left;
}

.homepage-section-four-text {
	width: 75%;
	margin: auto auto;
	padding: 30px;
}

.homepage-section-four-bg {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}


/* == Triangle Clipping Paths == */
.tri-grey {
	width: 101%;
  height: 400px;
	position: absolute;
	z-index: 15;
	background: #e6e8e7;
	-webkit-clip-path: polygon(0 0, 25% 0, 5% 100%, 0% 100%);
	clip-path: polygon(0 0, 25% 0, 5% 100%, 0% 100%);
}

.tri-white {
	width: 101%;
  height: 400px;
	position: absolute;
	top: 0;
	z-index: 15;
	background: #fff;
	-webkit-clip-path: polygon(75% 0, 100% 0, 100% 100%, 95% 100%);
	clip-path: polygon(75% 0, 100% 0, 100% 100%, 95% 100%);
}

.tri-green-right {
	width: 101%;
  height: 400px;
	position: absolute;
	right: 0;
	z-index: 15;
	background: rgba(93,140,127,0.7);
	-webkit-clip-path: polygon(95% 0, 100% 0, 100% 100%, 75% 100%);
	clip-path: polygon(95% 0, 100% 0, 100% 100%, 75% 100%);
}

.tri-green-left {
	width: 101%;
  height: 400px;
	position: absolute;
	z-index: 15;
	background: rgba(93,140,127,0.7);
	-webkit-clip-path: polygon(0 0, 5% 0, 25% 100%, 0 100%);
	clip-path: polygon(0 0, 5% 0, 25% 100%, 0 100%);
}

/* IE 10+ Styling Stuff */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	#intro-overlay {display: none;}
	
	#triangle-greenleft {
		width: 0;
		height: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 750px solid transparent;
		overflow: hidden;
	}
	
	.tri-green-right {display: none;}
	
	.triangle-greenright {
		width: 0;
		height: 0;
    position: absolute;
    right: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-left: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-grey {display: none;}
	
	.triangle-greyleft {
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 900px #e6e8e7 solid;
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-green-left {display: none;}
	
	.triangle-greenleft {
		width: 0;
		height: 0;
    position: absolute;
    left: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-white {display: none;}
	
	.triangle-whiteright {
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: 900px #fff solid;
		border-left: 500px solid transparent;
		overflow: hidden;
	}
	
}

/* IE 10+ Styling Stuff - max-width: 992px */
@media all and (max-width : 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	#triangle-greenleft {
		width: 0;
		height: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.triangle-greyleft {
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 900px #e6e8e7 solid;
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.triangle-greenright {
		width: 0;
		height: 0;
    position: absolute;
    right: 0;
		border-bottom: 500px solid rgba(93,140,127,0.7);
		border-left: 200px solid transparent;
		overflow: hidden;
	}
	
	.triangle-greenleft {
		width: 0;
		height: 0;
    position: absolute;
    left: 0;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.triangle-whiteright {
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: 900px #fff solid;
		border-left: 500px solid transparent;
		overflow: hidden;
	}
	
}

/* IE 10+ Styling Stuff - max-width: 768px */
@media all and (max-width : 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	#triangle-greenleft {
		width: 0;
		height: 0;
		border-bottom: 400px solid rgba(93,140,127,0.7);
		border-right: 200px solid transparent;
		overflow: hidden;
	}
	
	.triangle-greyleft {
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 400px #e6e8e7 solid;
		border-right: 200px solid transparent;
		overflow: hidden;
	}
	
	.triangle-greenleft {
		width: 0;
		height: 0;
    position: absolute;
    left: 0;
		border-bottom: 400px solid rgba(93,140,127,0.7);
		border-right: 200px solid transparent;
		overflow: hidden;
	}
	
	.triangle-whiteright {
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: 400px #fff solid;
		border-left: 200px solid transparent;
		overflow: hidden;
	}
	
}


/* MS Edge Browser Support */
@supports (-ms-ime-align:auto) {
	
	#intro-overlay {display: none;}
	
	#triangle-greenleft {
		width: 0;
		height: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 750px solid transparent;
		overflow: hidden;
	}
	
	.tri-green-right {display: none;}
	
	.triangle-greenright {
		width: 0;
		height: 0;
    position: absolute;
    right: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-left: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-grey {display: none;}
	
	.triangle-greyleft {
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 900px #e6e8e7 solid;
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-green-left {display: none;}
	
	.triangle-greenleft {
		width: 0;
		height: 0;
    position: absolute;
    left: 0;
		margin-top: -50px;
		border-bottom: 900px solid rgba(93,140,127,0.7);
		border-right: 500px solid transparent;
		overflow: hidden;
	}
	
	.tri-white {display: none;}
	
	.triangle-whiteright {
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: 900px #fff solid;
		border-left: 500px solid transparent;
		overflow: hidden;
	}
	
}


/* MS Edge Browser Support - max-width 992px */



/* MS Edge Browser Support - max-width 768px */



/* ==============================
== Pages General
============================== */
.page-wrapper {
	padding: 40px 0;
}

.page-wrapper a {
	color: #5d8c7f;
}

.page-wrapper h2, .page-wrapper h3, .page-wrapper h4 {
	color: #64758c;
}

#page-header-wrapper {
	width: 100%;
	background: #000;
	overflow: hidden;
}

.page-header {
	width: 100%;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	position: relative;
}

.page-header h1 {
	position: absolute;
  bottom: 20px;
  margin: 15px 0;
	text-align: left;
}


/* ==============================
== Blog
============================== */
.blog-post {
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 30px !important;
	background: #e6e8e7;
	border: 1px #ddd solid;
}

.blog-post-header {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;;
	background: #5d8c7f;
}

.blog-post-header h1 {
	padding: 0 15px;
	font-weight: 400 !important;
	margin: 20px 0 !important;
	color: #fff;
	font-size: 1.8em !important;
}

.blog-post-header h2 {
	padding: 0 15px;
	font-weight: 400 !important;
	margin: 20px 0 !important;
}

.blog-post-featured-img {
	width: 100%;
	margin-top: 20px;
	border: 2px #ddd solid;
	line-height: 0 !important;
}

.blog-post a {
	color: #5d8c7f;
}

.blog-post a:hover {
	color: #939ebf;
}

.blog-post h1 a, .blog-post h2 a {
	margin: 5px 0;
	color: #fff !important;
}

.blog-post-header h2 a:hover {
	opacity: 0.7 !important;
}

.post-meta {
	min-width: 150px;
	background: #939ebf;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	font-size: .8em;
}

.entry {
	margin-bottom: 26px;
}

#blog-banner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
}

#blog-banner h1 {
	position: absolute;
	bottom: 20px;
	margin: 15px 0;
}

#blog-sidebar {
	background: #e6e8e7;
	border: 1px #ddd solid;
	padding: 15px;
}

#blog-sidebar h4 {
	margin: 15px 0 10px 0;
	padding-top: 15px;
	border-top: 1px #ccc solid;
}

#blog-sidebar h4:first-child {
	margin: 0 0 10px 0;
	padding-top: 0;
	border-top: none;
}

#blog-sidebar a {
	color: #5d8c7f;
}

#blog-sidebar ul {
	list-style: square;
	padding-left: 20px;
	margin: 0 0;
}

.wp-pagenavi a {
	color: #5d8c7f !important;
}



/* ==============================
== Hovers
============================== */

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5d8c7f !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: none !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5d8c7f !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





/* ==============================
== Sidebar
============================== */
#page-sidebar {
	background: #e6e8e7;
	border: 1px #ddd solid;
	padding: 15px;
}

#page-sidebar h4 {
	margin: 15px 0 10px 0;
	padding-top: 15px;
	border-top: 1px #ccc solid;
}

#page-sidebar h4:first-child {
	margin: 0 0 10px 0;
	padding-top: 0;
	border-top: none;
}

.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: #ddd !important;
  background-color: #e6e8e7 !important;
}




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

.gform_wrapper textarea {
  padding: 10px 15px !important;
	border: 1px #ccc solid !important;
}

.gform_wrapper input {
  padding: 10px 15px !important;
	border: 1px #ccc solid !important;
}
.gform_wrapper input[type=submit] {
	border: none !important;
}


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

.footer {
	background: #e6e8e7;
  padding: 0 0;
  width: 100%;
	color: #333;
}

#footer-menus {
	padding-top: 30px;
}

#footer-menus a:hover {
	opacity: 0.5;
}

#footer-menus h4 {
	font-weight: 700 !important;
}

.copyright {
	background: #e6e8e7;
	color: #333;
	text-align: center;
	padding: 15px;
	font-size: .9em !important;
}

.copyright a {
	color: #333 !important;
	font-weight: 700;
}

.footer ul {
	margin: 0 0 !important;
	padding: 0 0 !important;
	list-style: none !important;
}

.footer ul li a {
	color: #333 !important;
}

.copy-sep {
	background: #ccc;
	height: 1px;
	width: 40%;
	margin: 0 auto 25px auto;
}

#footer-callout {
	background: #000;
	padding: 20px 15px 50px 15px;
}

#footer-callout-content {
	color: #ddd !important;
	text-align: center !important;
	max-width: 700px;
	margin: 0 auto;
}

#footer-callout-boxes {
	width: 100%;
	background: #e6e8e7;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-callout-boxes a {
	color: #fff !important;
}

#footer-callout-boxes a:hover {
	opacity: 0.7;
}

.footer-success-stories, .footer-latest-news {
	width: 50%;
	height: 400px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.footer-success-stories {
	margin-right: 10px;
}

.footer-latest-news {
	
	margin-left: 10px;
}

.footer-social a {
	color: #5d8c7f !important;
}

.box-success {
	width: 100%;
	min-height: 100px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	background: rgba(93,140,127,0.7);
}

.box-latest {
	width: 100%;
	min-height: 100px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	background: rgba(140,158,191,0.7);
}

.box-success h2, .box-success h3, .box-success h4,
.box-latest h2, .box-latest h3, .box-latest h4 {
	margin: 5px 0 !important;
}



/* ==============================
== Media Queries
============================== */

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	#mainMenu {
		display: none;
	}
	
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	
	#homepage-one {
		flex-direction: column-reverse;
		margin: -1px 0;
	}
	
	#homepage-two {
		flex-direction: column;
		margin: -1px 0;
	}
	
	#homepage-three {
		flex-direction: column-reverse;
		margin: -1px 0;
	}
	
	#homepage-four {
		flex-direction: column;
		margin: -1px 0;
	}
	
	.homepage-section-one, .homepage-section-two, .homepage-section-three, .homepage-section-four {
		width: 100%;
		text-align: left;
	}

	.homepage-section-one-text, .homepage-section-two-text, .homepage-section-three-text, .homepage-section-four-text {
		width: 100%;
		margin: auto auto;
		padding: 30px 30px 50px 30px;
	}
	
	/* Egde Browser Support */
	@supports (-ms-ime-align:auto) {
	
		#triangle-greenleft {
			width: 0;
			height: 0;
			margin-top: -50px;
			border-bottom: 900px solid rgba(93,140,127,0.7);
			border-right: 500px solid transparent;
			overflow: hidden;
		}

		.triangle-greyleft {
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			bottom: 0;
			border-top: 900px #e6e8e7 solid;
			border-right: 500px solid transparent;
			overflow: hidden;
		}

		.triangle-greenright {
			width: 0;
			height: 0;
			position: absolute;
			right: 0;
			border-bottom: 500px solid rgba(93,140,127,0.7);
			border-left: 200px solid transparent;
			overflow: hidden;
		}

		.triangle-greenleft {
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			border-bottom: 900px solid rgba(93,140,127,0.7);
			border-right: 500px solid transparent;
			overflow: hidden;
		}

		.triangle-whiteright {
			width: 0;
			height: 0;
			position: absolute;
			right: 0;
			bottom: 0;
			border-top: 900px #fff solid;
			border-left: 500px solid transparent;
			overflow: hidden;
		}

	}
	
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	#homepage-intro {
    height: 600px;
	}
	
	.site-title {
		display: none;
	}
	
	#topMenu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	}
	
	.topbar-container {
    flex-direction: column;
	}
	
	.topbar-left {
		width: 100%;
		text-align: center;
	}

	.topbar-right {
		width: 100%;
		text-align: center;
	}

	.header-logo {
		margin-left: 0;
	}
	
	.blog-post-header {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	.blog-post-header h2 {
		font-size: 1.4em;
	}
	
	.post-meta {
		width: 100%;
		text-align: left;
		padding: 0 15px;
	}
	
	#footer-callout-boxes {
		flex-direction: column;
		padding-top: 0;
	}
	.footer-success-stories {
		width: 100%;
    margin-right: 0;
	}

	.footer-latest-news {
		width: 100%;
    margin-left: 0;
	}
	
	.intro-btns {
		right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	/* Egde Browser Support */
	@supports (-ms-ime-align:auto) {
	
		#triangle-greenleft {
			width: 0;
			height: 0;
			border-bottom: 700px solid rgba(93,140,127,0.7);
			border-right: 200px solid transparent;
			overflow: hidden;
		}

		.triangle-greyleft {
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			bottom: 0;
			border-top: 600px #e6e8e7 solid;
			border-right:200px solid transparent;
			overflow: hidden;
		}

		.triangle-greenleft {
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			border-bottom: 600px solid rgba(93,140,127,0.7);
			border-right: 200px solid transparent;
			overflow: hidden;
		}

		.triangle-whiteright {
			width: 0;
			height: 0;
			position: absolute;
			right: 0;
			bottom: 0;
			border-top: 600px #fff solid;
			border-left: 200px solid transparent;
			overflow: hidden;
		}
		
	}
	
}



/* Small Devices, Tablets */
@media only screen and (max-width : 765px) {
	
	
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#homepage-intro {
    height: 500px;
	}
	
	.footer-content {
		padding: 15px 0 30px 0;
	}
	
}



/* ==============================
== Bootstrap GRID ONLY
============================== */

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}