/*
 Theme Name: Aperio Child
 Theme URI: http://themeforest.net/user/bradweb/?ref=bradweb
 Author: bradweb
 Template: Aperio
 Author URI: http://themeforest.net/user/bradweb
 Description: Aperio Multipurpose Wordpress Theme
 Version: 1.0
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags: Clean  Multipurpose Responsive  Business  Corporate
*/

@import url("../Aperio/style.css");
@import url("slick.css");
/* =Theme customization starts here
-------------------------------------------------------------- */

.documentor-bar .doc-menu { top: 60px !important; }


/*
 Partner Map
 Author: Max Mitschke <maxmitschke.de>
*/
.vc-partner-map {
	background: #0a1c4b;
	width: 100%;
}
.vc-partner-map h3 {
	color: #fff;
	font-weight: normal;
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 35px;
}
.vc-partner-map h3 strong {
	font-weight: bold;
}
.vc-partner-map-title {
	padding-right: 15px;
}
.container-partner {
  margin: 0px auto;
  padding: 10px 25px;
  width: 100%;
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-partner-map-image-holder {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.vc-partner-map-image {
	position: relative;
}

.vc-partner-link {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 30px;
	border: 3px solid #fff;
	border-radius: 30px;
}
.vc-partner-link:hover {
	background: #fff;
	color: #0a1c4b;
}

.vc-partner-bullet-container {
	position: absolute;
}
.vc-partner-bullet {
	width: 5px;
	height: 5px;
	margin: 0;
	margin-left: -2px;
	margin-top: -2px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	padding: 0;
	border: 0;
}
.vc-partner-bullet::before {
	position: absolute;
	content: ' ';
	display: block;
	width: 15px;
	height: 15px;
	background: transparent;
	left: -5px;
	top: -5px;
	cursor: pointer;
}

.vc-partner-bullet:hover,
.vc-partner-bullet.active,
.vc-partner-bullet.fixed-active {
	background: #7AB800;
}
.vc-partner-bullet:hover .pulse,
.vc-partner-bullet.active .pulse,
.vc-partner-bullet.fixed-active .pulse {
	border-color: #7AB800;
}
.vc-partner-bullet:focus {
	outline: none;
	box-shadow: none;
}

.pulse {
  border: 10px solid #fff;
  background: transparent;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
}

.vc-partner-bullet.inactive .pulse {
	display: none;
}


@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

@keyframes pulse {
 0% {
    transform: scale(0);
    opacity: 0.0;
 }
 25% {
    transform: scale(0);
    opacity: 0.1;
 }
 50% {
    transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    transform: scale(1);
    opacity: 0.0;
 }
}


.vc-partner-box {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #fff;
	border-radius: 10px;
	min-width: 40%;
	max-width: 350px;
	z-index: 2;
}

.vc-partner-box-header {
	background: #f0f0f0;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 1.3;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 12px;
}
.vc-partner-country {
	padding-right: 15px;
}
.vc-partner-country img {
	height: 10px;
	width: auto;
	margin-right: 5px;
}
.vc-partner-count {
	text-align: right;
}
.vc-partner-logos {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 5px;
}
.vc-partner-logo {
	width: 33.33333333333%;
	margin: 5px 0;
	padding: 0 10px;
}
.vc-partner-logo-inner {
	height: 60px;
}

.slick-dots {
	list-style-type: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots .slick-active button {
	background: #78b600;
}
.slick-dots button {
	font-size: 0;
	width: 8px;
	height: 8px;
	color: transparent;
	display: block;
	border: 0 none;
	margin: 0 5px;
	padding: 0;
	background: #f0f0f0;
	border-radius: 5px;
	cursor: pointer;
}
.slick-dots button:focus {
	outline: none;
	box-shadow: none;
}
.vc-partner-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
	z-index: 3;
	display: none;
}
.vc-partner-loader-inner {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.vc-partner-loader img {
	width: 30px;
	height: 30px;
}

.partner-spacer {
	width: 100%;
	height: auto;
}

.vc-no-partners {
	text-align: center;
	padding: 20px;
	color: #0a1c4b;
}

.vc-no-partners .vc-partner-link {
	font-size: 14px;
	padding: 5px 20px;
	border: 3px solid #0a1c4b;
	color: #0a1c4b;
	margin-top: 15px;
}
.vc-no-partners .vc-partner-link:hover {
	color: #fff;
	background: #0a1c4b;
}

@media only screen and (max-width: 840px) {
	.container-partner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.vc-partner-map-title {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
		padding-right: 0;
	}
	.vc-partner-map-image-holder {
		-webkit-box-flex: initial;
		    -ms-flex: initial;
		        flex: initial;
		width: 100%;
	}
	.vc-partner-bullet-container {
		margin-top: -7px;
	}
}

@media only screen and (max-width: 600px) {
	.vc-partner-box {
		position: initial;
		width: 100%;
		max-width: none;
		margin-top: 20px;
		-webkit-transform: none;
		        transform: none;
	}
	ul.slick-dots {
		padding-bottom: 20px;
		margin-bottom: 0px;
	}
	.vc-partner-map h3 {
		color: #fff;
		font-weight: normal;
		font-size: 30px;
		line-height: 35px;
	}

	.vc-partner-link {
		display: inline-block;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		padding: 10px 20px;
		border: 3px solid #fff;
		border-radius: 30px;
	}
	.vc-partner-bullet-container {
		margin-top: -10px;
	}
}

/* BL Component: General */
.blComponent.blComponent--removeTopSpacing {
  margin-top: -35px;
}

.blComponent.blComponent--green {
	background-color: #58c100 !important;
}

/* BL Component: CTA Banner */
.blComponent .ctaBanner {
	margin-bottom: 0;
	padding: 35px 0;
}

.blComponent .ctaBanner .wpb_wrapper {
	display: table;
	width: 100%;
}

.blComponent .ctaBanner-column {
	display: table-cell;
	vertical-align: middle;
}

.blComponent .ctaBanner-column--left {
	width: 60%;
}

.blComponent .ctaBanner-column--right {
	text-align: center;
	width: 40%;
}

.blComponent .ctaBanner-title {
	color: white;
	line-height: 1.48;
	margin-bottom: 0;
}

.blComponent .ctaBanner-button {
	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	background-color: #ffffff;
	border-radius: 50px;
	border: 3px solid transparent;
	color: #58c100;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	padding: 15px 20px 13px;
	text-transform: uppercase;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.blComponent .ctaBanner-button:hover,
.blComponent .ctaBanner-button:active,
.blComponent .ctaBanner-button:focus {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.blComponent .ctaBanner .wpb_wrapper,
	.blComponent .ctaBanner-column {
		display: block;
	}

	.blComponent .ctaBanner-column--right,
	.blComponent .ctaBanner-column--left {
		width: 100%;
	}

	.blComponent .ctaBanner-column--left {
		margin-bottom: 20px;
	}

	.blComponent .ctaBanner-title {
		font-size: 24px;
		text-align: center;
	}
}

@media screen and (max-width: 460px) {
	.blComponent .ctaBanner {
		padding: 20px 0;
	}

	.blComponent .ctaBanner-column--left {
		margin-bottom: 15px;
	}

	.blComponent .ctaBanner-title {
		font-size: 18px;
	}

	.blComponent .ctaBanner-button {
		padding: 8px 10px 7px;
	}
}


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/354fd4");

  
@font-face {font-family: 'ProximaNovaA-Bold';src: url('webfonts/354FD4_0_0.eot');src: url('webfonts/354FD4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_0_0.woff2') format('woff2'),url('webfonts/354FD4_0_0.woff') format('woff'),url('webfonts/354FD4_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Bold';src: url('webfonts/354FD4_1_0.eot');src: url('webfonts/354FD4_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_1_0.woff2') format('woff2'),url('webfonts/354FD4_1_0.woff') format('woff'),url('webfonts/354FD4_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Bold';src: url('webfonts/354FD4_2_0.eot');src: url('webfonts/354FD4_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_2_0.woff2') format('woff2'),url('webfonts/354FD4_2_0.woff') format('woff'),url('webfonts/354FD4_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Semibold';src: url('webfonts/354FD4_3_0.eot');src: url('webfonts/354FD4_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_3_0.woff2') format('woff2'),url('webfonts/354FD4_3_0.woff') format('woff'),url('webfonts/354FD4_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Semibold';src: url('webfonts/354FD4_4_0.eot');src: url('webfonts/354FD4_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_4_0.woff2') format('woff2'),url('webfonts/354FD4_4_0.woff') format('woff'),url('webfonts/354FD4_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Thin';src: url('webfonts/354FD4_5_0.eot');src: url('webfonts/354FD4_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_5_0.woff2') format('woff2'),url('webfonts/354FD4_5_0.woff') format('woff'),url('webfonts/354FD4_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Semibold';src: url('webfonts/354FD4_6_0.eot');src: url('webfonts/354FD4_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_6_0.woff2') format('woff2'),url('webfonts/354FD4_6_0.woff') format('woff'),url('webfonts/354FD4_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Thin';src: url('webfonts/354FD4_7_0.eot');src: url('webfonts/354FD4_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_7_0.woff2') format('woff2'),url('webfonts/354FD4_7_0.woff') format('woff'),url('webfonts/354FD4_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaT-Thin';src: url('webfonts/354FD4_8_0.eot');src: url('webfonts/354FD4_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/354FD4_8_0.woff2') format('woff2'),url('webfonts/354FD4_8_0.woff') format('woff'),url('webfonts/354FD4_8_0.ttf') format('truetype');}
 

.page-id-15943 .fullwidth * {
	font-family: "ProximaNovaT-Thin";
	font-weight: 100;
}

.page-id-15943 .fullwidth .column-text {
	
	font-size: 14px;
	line-height: 19px;
}

@media screen and (min-width: 801px) { 
	.page-id-15943 .fullwidth .column-text  {
		font-size: 21px;
		line-height: 25px;
	}
}

.page-id-15943 .fullwidth .dashed {
	position: relative;
}

.page-id-15943 .fullwidth .dashed:after {
	border-bottom: 1px dashed #fff;
	position: absolute;
	width: calc(100% + 26px);
	height: 1px;
	content: " ";
	display: block;
	margin-left: -13px;
	margin-right: -13px;
	left: 0;
}

.page-id-15943 .fullwidth h1 {
	font-size: 37px;
	line-height: 31px;
}

.page-id-15943 .fullwidth h1 br {
	display: block !important;
}

@media screen and (min-width: 801px) { 
	.page-id-15943 .fullwidth h1 {
		font-size: 74px;
		line-height: 61.8px
	}
}

.page-id-15943 .fullwidth h2,
.page-id-15943 .fullwidth h2 .dashed {
	margin-bottom: 2em;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold";
	letter-spacing: 0.08em;
	font-size: 12px !important;
	line-height: 13px !important;
}

@media screen and (min-width: 801px) { 
	.page-id-15943 .fullwidth h2,
	.page-id-15943 .fullwidth h2 .dashed {
		font-size: 22px !important;
		line-height: 25.5px !important;
	}
}


.page-id-15943 .fullwidth h3 {
	font-size: 33px !important;
}

@media screen and (min-width: 801px) { 
	.page-id-15943 .fullwidth h3 {
		font-size: 66px !important;
	}
}




.page-id-15943 .fullwidth h2 .dashed:after {
	border-bottom: 1px dashed #141223;
	bottom: -0.5em;
}

.page-id-15943 .fullwidth h4 {
	font-size: 23px !important;
	text-transform: none;
}

@media screen and (min-width: 801px) { 
	.page-id-15943 .fullwidth h4 {
		font-size: 47px !important;
	}
}


.page-id-15943 .fullwidth h5 {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: "ProximaNova-Bold";
}

.page-id-15943 .fullwidth strong {
	font-family: "ProximaNova-Semibold";
}

.page-id-15943 .fullwidth .head-of-market img {
	max-width: 203px;
	margin-bottom: 30px;
}

.page-id-15943 .fullwidth .head-of-market .column-text {
	
	font-size: 17px;
	line-height: 21px;
}



.page-id-15943 .fullwidth .head-of-market .column-text a:hover {
	color: #e4003e;
}

.page-id-15943 .fullwidth div.caroufredsel_wrapper, 
.page-id-15943 .fullwidth div.caroufredsel_wrapper div {
	height: 75px;
}

.page-id-15943 .fullwidth .carousel-items div div div.clients-wrapper img {
	max-height: 75px;
}

.page-id-15943 .fullwidth #powerbrain .container {
	padding-top: 130px;
	padding-bottom: 60px;
}

.page-id-15943 .fullwidth #jumpstart .container {
	padding-bottom: 75px;
}

.page-id-15943 .fullwidth #partners .container {
	padding-bottom: 165px;
}

.page-id-15943 .fullwidth #solutions .container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.page-id-15943 .fullwidth #guide .container {
	padding-bottom: 70px;
}

.page-id-15943 .fullwidth #starterkit .container {
	padding-top: 100px;
	padding-bottom: 20px;
}

.page-id-15943 .fullwidth #decisions .container {
	padding-bottom: 65px;
	padding-top: 110px;
}

.page-id-15943 .fullwidth #sweetspot .container {
	padding-bottom: 90px;
	padding-top: 75px;
}

.page-id-15943 .fullwidth #future_icons_1 .container,
.page-id-15943 .fullwidth #future_icons_2 .container{
	max-width: 520px;
	text-align: center;
	padding-top:30px;
}

.page-id-15943 .fullwidth #future_icons_1 img,
.page-id-15943 .fullwidth #future_icons_2 img {
	max-height: 35px;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}

.page-id-15943 .fullwidth #future_icons_1 h3,
.page-id-15943 .fullwidth #future_icons_2 h3 {
	letter-spacing: 0.015em;
	text-transform: uppercase;
	  font-size: 14px !important;
	  line-height: 15.5px !important;
	  font-family: "ProximaNova-Semibold";
}





.page-id-15943 .fullwidth #sweetspot


.page-id-15943 .fullwidth .wpcf7 {
	color: #dcdcde;
	max-width: 380px;
}

.page-id-15943 .fullwidth .wpcf7 label {
	color: #dcdcde;
}

.page-id-15943 .fullwidth .wpcf7 input[type="text"],
.page-id-15943 .fullwidth .wpcf7 input[type="email"] {
	border: 1px solid #fff;
	background: none;
	padding: 4px 13px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 300;
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-submit {
	font-size: 14px;
	line-height: 25.5px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold";
	color: #fff;
	background: rgba(16, 23, 49, 0.8);
	margin: 0;
	padding: 8px 20px;
	cursor: pointer;
	
}

.page-id-15943 .fullwidth .wpcf7 label {
	cursor: pointer;
	padding-left: 20px;
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-checkbox.wpcf7-not-valid {
	border: none !important;
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label:before {
	border: 1px solid #bf1515 !important
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-list-item {
	margin: 0;
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-list-item input[type=checkbox] {
	display: none;
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-list-item .wpcf7-list-item-label:before {
    border-radius: 6px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    content: "";
}

.page-id-15943 .fullwidth .wpcf7 .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    content: "\002715";
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}


.page-id-15943 .fullwidth .wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dcdcde;
}
.page-id-15943 .fullwidth .wpcf7 ::-moz-placeholder { /* Firefox 19+ */
  color: #dcdcde;
}
.page-id-15943 .fullwidth .wpcf7 :-ms-input-placeholder { /* IE 10+ */
  color: #dcdcde;
}
.page-id-15943 .fullwidth .wpcf7 :-moz-placeholder { /* Firefox 18- */
  color: #dcdcde;
}

.page-id-15943 .fullwidth .usps .button.xl, 
.page-id-15943 .fullwidth .usps .button.lg,
.page-id-15943 .fullwidth .usps .button.md,
.page-id-15943 .fullwidth .usps .button.sm,
.page-id-15943 .fullwidth .usps .button.xs,
.page-id-15943 .fullwidth .usps .button.img {
	clear: both;
	display: block;
	text-align: center;
	font-size: 13px !important;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #fff;
	padding: 1.5em 0;
	margin: 0 auto 10px !important;
	box-sizing: border-box;
	max-width: 95%;
	font-family: "ProximaNova-Bold";
}

@media screen and (min-width: 801px) {  
	.page-id-15943 .fullwidth .usps .button.xl, 
	.page-id-15943 .fullwidth .usps .button.lg,
	.page-id-15943 .fullwidth .usps .button.md,
	.page-id-15943 .fullwidth .usps .button.sm,
	.page-id-15943 .fullwidth .usps .button.xs,
	.page-id-15943 .fullwidth .usps .button.img {
		font-size: 19px !important;
	}
}


.page-id-15943 .fullwidth .usps {
	margin-top: 50px;
}

.page-id-15943 .fullwidth .usps .button.xl {
	background: #141223;
}

.page-id-15943 .fullwidth .usps .button.lg {
	background: #43414f;
}

.page-id-15943 .fullwidth .usps .button.md {
	background: #72717b;
}

.page-id-15943 .fullwidth .usps .button.sm {
	background: #a1a0a7;
	margin-bottom: 50px !important;
}

.page-id-15943 .fullwidth .usps .button.xs {
	background: #a1a0a7;
	border-radius: 0;
	padding: 0.5em 0;
	position: relative;
	margin-top: 25px !important;
}

.page-id-15943 .fullwidth .usps .button.img {
	padding: 0;
	background: none;
}

.page-id-15943 .fullwidth .usps .button.xs:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -11px;
	border-style: solid;
	border-width: 0 0 32px 11px;
	border-color: transparent transparent #a1a0a7 transparent;
}

@media screen and (min-width: 801px) {  
	.page-id-15943 .fullwidth .usps .button.xs:before {
		border-width: 0 0 38px 11px;
	}
}


.page-id-15943 .fullwidth .usps .button.xs:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
	border-style: solid;
	border-width: 32px 11px 0 0;
	border-color: #a1a0a7 transparent transparent transparent;
}

@media screen and (min-width: 801px) {  
	.page-id-15943 .fullwidth .usps .button.xs:after {
		border-width: 38px 11px 0 0;
	}
}


.slide-in-top {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	transition: transform 1s, opacity 1.5s;
}

.slide-in-top.in-view {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}



.page-id-15943 .fullwidth .underlayed {
	background: #a1a0a7;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	font-size: 15px !important;
	line-height: 25px !important;
	font-family: "ProximaNova-Bold";
}

@media screen and (min-width: 801px) {  
	.page-id-15943 .fullwidth .underlayed {
		font-size: 20px !important;
		line-height: 37px !important;
	}
}


.page-id-15943 .fullwidth .stoerer {
	display: block;
	position: fixed;
	width: 150px;
	height:150px;
	background: url(stoerer.png);
	background-size: 100%;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}	
	
@media screen and (min-width: 801px) { 

	.page-id-15943 .fullwidth .stoerer {
		display: block;
		position: fixed;
		width: 200px;
		height: 200px;
		background: url(stoerer.png);
		background-size: 100%;
		z-index: 100;
		right: 170px;
		top: 590px;
		bottom: auto;
	}

	.page-id-15943 .fullwidth .usps .button.xl {
		max-width: 87.105263157894737%;
	}
	
	.page-id-15943 .fullwidth .usps .button.lg {
		max-width: 67.982456140350877%;
	}
	
	.page-id-15943 .fullwidth .usps .button.md {
		max-width: 49.56140350877193%;
	}
	
	.page-id-15943 .fullwidth .usps .button.sm {
		max-width: 31.578947368421053%;
	}
	
	.page-id-15943 .fullwidth .usps .button.xs {
		max-width: 220px;
		
	}
	
	.page-id-15943 .fullwidth .usps .button.img {
		max-width: 17.982456140350877%;
	}
		
	.page-id-15943 .fullwidth .aligner > .container > .row-fluid > .row-fluid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	
	.page-id-15943 .fullwidth .aligner > .container > .row-fluid > .row-fluid .section-column {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

}


/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider,
.flexslider2 {
  margin: 0;
  padding: 0 20px;
}
.flexslider,
.flexslider2 {
	color: #151229;
	font-size: 15px;
	line-height: 19px;
}

.page-id-15943  .flexslider h4 {
	text-transform: uppercase !important;
	color: #151229 !important;
	margin-bottom: 0 !important;
	font-size: 15px !important;
	line-height: 19px !important;
	margin-bottom: 5px !important;
	font-family: "ProximaNova-Semibold";
}



.flexslider p {
	color: #151229 !important; 
}

.flexslider .slides > li,
.flexslider2 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
  max-height: 70px;
  width: auto;
  display: inline;
  max-width: 100% !important;
}


@media screen and (min-width: 801px) {  
	.flexslider .slides img {
		max-height: 70px;
	}
}

@media screen and (min-width: 1025px) {  
	.flexslider .slides img {
		padding-left: 25px;
		max-height: 70px;
	}
}


.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider,
.flexslider2 {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides,
.flexslider2 .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
