a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{border: 0;margin: 0;padding: 0;}
html,body{ height:100%;}
body{
	width:100%;
	color:#575656;
	font-family:'Typold W00', "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	font-size:18px;
	font-weight: 400;
}


/*

font-family:'Typold W00'; 300 400 500 700

*/
p, li, figcaption {
	line-height:1.5em;margin-top:0;margin-bottom:1.4em;
}
figure {
  margin: 1em 0;
}

img, iframe,video {
  max-width: 100%;
}
ul{margin-left: 50px;}
h1, h2, h3, h4{
	margin-bottom:0.5em;
	line-height:120%;
	font-weight:400;
}

h1{font-size:50px;}
h2{font-size:30px;font-weight: 300;}
h3{font-size:25px;}
h4{font-size:22px;}

a{color:#19abaa;cursor:pointer;text-decoration:none;transition: all .3s ease-in-out;}
a:hover{text-decoration:none;}

iframe{max-width: 100%;}

#hero_frame{
	position:relative;width:100%; 
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}
#body_home #hero_frame{
	overflow: hidden;
}
#body_home .hero-text{
    padding-top: 149px;
    position: relative;
    z-index: 1;
}

#hero_frame .spiny{
    position: absolute;
    right: -116px;
    top: 32px;
}
#hero_frame .spinydos{
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 241px;
    z-index: 0;
}
.hero-text h1{
    font-weight: 300;
    line-height: 61px;
    letter-spacing: 2.6px;
    margin-bottom: 62px;
}
.hero-text h3{
    color: #767676;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-bottom: 116px;
}
.hero-text .button{
    display: inline-block;
    padding: 20px 34px 20px 64px;
    letter-spacing: 1.6px;
    border: 0 solid transparent;
    color: white;
    font-size: 20px;
    font-weight: 300;
    background: #e68a57;
    background: linear-gradient(to right, #fdcc73 , #e68a57);
    position: relative;
}
.hero-text .button:after{
	content: " ";
	position: absolute;
	left: 33px;
	top: 39%;
	width: 21px;
	height: 21px;
	background: url(/images/sites/cms/gear4.png) center no-repeat;
	background-size: 21px 21px;
}
.page_frame{
    margin:0px auto;position:relative;max-width:1100px;padding-right:5%;padding-left: 5%;
}

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col {
	margin-right: 20px;
	margin-right: 1.818%;
	position: relative;
}
.one-col {
	width: 50px;
	width: 4.545%;
}
.push-one{
    margin-left: 6.3%;
}
.two-col {
	width: 120px;
	width: 10.909%;
}

.three-col {
	width: 190px;
	width: 17.272%;
}
.four-col {
	width: 260px;
	width: 23.636%;
}

.five-col {
	width: 330px;
	width: 30%;
}

.six-col {
	width: 400px;
	width: 36.363%;
}

.seven-col {
	width: 470px;
	width: 42.727%;
}

.eight-col {
	width: 540px;
	width: 49.090%;
}

.nine-col {
	width: 610px;
	width: 55.454%;
}

.ten-col {
	width: 680px;
	width: 61.818%;
}

.eleven-col {
	width: 750px;
	width: 68.181%;
}

.twelve-col {
	width: 820px;
	width: 74.545%;
}

.thirteen-col {
	width: 890px;
	width: 80.909%;
}

.fourteen-col {
	width: 960px;
	width: 87.272%;
}

.fifteen-col {
	width: 1030px;
	width: 93.636%
}

.sixteen-col {
	width: 1100px;
	width: 100%;
	margin-right: 0;
}



/* NAV */
#logo{
    display: block;
    float: left;
    height: 48px;
    width: 277px;
    position: relative;
    padding-left: 51px;
    background: url(/images/sites/cms/logo.png) right center no-repeat;
    background-size: 266px 48px;
}
.logo{
    display: block;
    margin: 0 auto;
    height: 48px;
    width: 277px;
    position: relative;
    padding-left: 51px;
    background: url(/images/sites/cms/logo.png) right center no-repeat;
    background-size: 266px 48px;
}
#logo .icon,.logo .icon{
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 100%;
}
.logogear{
	display: block;
/*	background: url(/images/sites/cms/gear.png) center no-repeat;*/
	background-size: contain;
	position: absolute;
	-webkit-transform-origin: 50%  51%;
}
.logogear.big{
	background: none;
    height: 32px;
    width: 32px;
    bottom: 1px;
    right: 1px;
    left: auto;
    top: auto;
}
.logogear.med{
    height: 21px;
    width: 21px;
    left: -1px;
    top: 9px;
}
.logogear.small{
    height: 13px;
    width: 13px;
    top: 3px;
    left: 18px;
}
#nav_frame{
	position: relative;
	width:100%;
    margin-top: 54px;
}
#nav{
    position:relative;
    float: right;
	margin-top: 17px;
}
ul.nav{
	z-index:100;
	margin:0px;padding:0px;
	list-style:none;
	}
ul.nav li{
	float:left;
	line-height:1em;
	margin-top:0px;
	margin-bottom:0px;
	}
ul.nav > li{
	padding:0;
	}
#nav a{
    display: block;
    float: left;
    color: #767676;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 24px;
    text-decoration: none;
    letter-spacing: 1.5px;
}
#nav li:last-child a{
	padding-right: 0;
}
#nav a:hover, #nav a.current{
    color:#883572;
}

ul.nav > li:hover .submenu {
	display: block;
}
.submenu {
    position: absolute;
    z-index: 111;
    display: none; 
    margin: 0;
    list-style-type: none;
    background: white;
    top: 25px;
    padding: 5px 0;
}
.submenu li,.submenu li a{
    float: none!important;
}


#mobile_nav{display: none;}
.top_foot{
    padding: 59px 0 47px;
    box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.2);
}
.nav_foot{
    background: #fbfbfb;
    color: #767676;
    padding: 62px 0 47px;
    font-size: 14px;
}
.nav_foot p{
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    line-height: 20px;
}
.nav_foot a{
    color: #767676;
}
.nav_foot strong{
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
#footer{
    background: #8f3b70;
    background: linear-gradient(to right, #8f3b70 , #e2535a);
    padding: 14px 0 10px;
    font-size: 12px;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
#bizango{
    text-align: left;
    width: 184px;
    height: 9px;
    font-size: 10px;
    margin: 0 auto;
    padding: 12px 0;
    display: inline-block;
    background-image: url(/images/bizango-white-small.png);
    background-repeat: no-repeat;
    background-position: right center;
    opacity: .5;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.1px;
}

/* REQUIRED FOR CMS */

.bizango_control{
	z-index: 100;
	position: relative;
}

.help{
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
}
.help p a{
    color:#ddd;text-decoration:underline;
}

/*BLOCKS*/
.block{
    padding-top: 59px;
    padding-bottom: 40px;
}

.white_text__yes{color: white;}
.background-color__pink-gradient{background: #a9617e;background: linear-gradient(to right, #a9617e , #ec756c); }
.background-color__green-gradient{background: #6cbfab;background: linear-gradient(to right, #6cbfab , #aec89b); }
.background-color__gray{background-color: #f9f9f9;}
.background-position__top{background-position: top center;}
.background-position__bottom{background-position: bottom center;}
.block h1{
    letter-spacing: 1px;font-weight: 300;
}
.block h2{
	letter-spacing: 1px;
    line-height: 45px;
}
.block h3{letter-spacing: .7px;}
.block p, .block li{
	line-height: 28px;
	letter-spacing: .5px;
	font-weight: 300;
}
.block h4{
	font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 0.7px;
}
.block h5{
	font-size: 16px;
	font-weight: 300;
	color: #e65459;
	text-transform: uppercase;
}
.block_id-164413{
    margin-top: -75px;
    padding-top: 255px!important;
    position: relative;
    z-index: 0;
}
.block_id-164413 h2{
	margin-bottom: 32px;
	position: relative;
}
.block_id-164413 h2:after{
    content: " ";
    width: 103px;
    height: 1px;
    background: rgba(255,255,255,.3);
    margin: 30px auto 0;
    display: block;
}
.block_id-164413 p{
	font-weight: 300;
	letter-spacing: .8px;
}

.block_id-164414{
	padding-bottom: 48px;
}
.block_id-164414 .col-1{
	margin-right: 0;
}
.block_id-164414 .col-2{
    margin-top: 14px;
    width: 49%;
}
.block_id-164415{
    padding-top: 100px;
    padding-bottom: 66px;
    position: relative;
}

.block_id-164415 h5{
	margin-top: 37px;
    letter-spacing: 3px;
}

.block_id-164415 .icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -140px;
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100px;
      -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box; 
}

.block_id-164415 .logogear.big{
    height: 48px;
    width: 48px;
    bottom: 19px;
    right: 12px;
}
.block_id-164415 .logogear.med{
    height: 31px;
    width: 31px;
    left: 14px;
    top: 24px;
}
.block_id-164415 .logogear.small{
    height: 18px;
    width: 18px;
    top: 16px;
    left: 43px;	
}
.block_id-164417 h2{
	margin-bottom: 40px;
}
.block_id-164417 .button{
	margin-top: 11px; 
}
.block_id-164417 .col-1{
	margin-right: 0;
    margin-top: 35px;
    width: 42.8%;
}
.block_id-164417 .col-1 img{
    margin: 4px 22px 0 14px;
    vertical-align: text-top;	
}
.block_id-164417 .col-2{
    width: 49.3%;	
}
.block_type__special-videoscreen{
	overflow: hidden;
	padding-top: 339px;
	padding-bottom: 0;
}
.block_type__special-videoscreen.padding-top__none{
    padding-top: 144px;
}
.block_type__special-videoscreen .compscreen{
	width: 773px;
	height: 575px;
	background: url(/images/sites/cms/screen.png)center no-repeat;
    margin-left: -332px;
    margin-top: -139px;
    position: relative;
}
.block_type__special-videoscreen .window{
    position: absolute;
    width: 84%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 43%;
    top: 60px;
    overflow: hidden;
}
.block_type__special-videoscreen .col-1{
	width: 50%;float: left;
}
.block_type__special-videoscreen .col-2{
    width: 44.9%;
    margin-right: 4%;
    float: right;
    z-index: 1;
    position: relative;
}
.block_type__special-videoscreen h2{
    margin-bottom: 43px;
    letter-spacing: 0.9px;
}
.block_type__special-videoscreen img {
    margin: 10px 22px 0 5px;
    vertical-align: text-top;
}
.block_type__special-videoscreen p{
	max-width: 94%;
}
.block_type__special-videoscreen #vid{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.block_type__special-videoscreen-alt1{
    padding-top: 58px;
    position: relative;
}
.block_type__special-videoscreen-alt1 .idunnoknowhwereimgonnagowhenthemountainblows{
    position: absolute;width: 100%;
    background-color: white;
    left: 0;bottom: 0;
    bottom: 0;
    height: 117px;
}
.block_type__special-videoscreen-alt1 .half{
    width: 46%;
}
.block_type__special-videoscreen-alt1 .compscreen{
    margin-top: -7px;
    z-index: 11;

}
.block_type__special-videoscreen-alt1 h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.7px;
}
.block_type__special-videoscreen-alt1 h3:after{
    content: " ";
    display: block;
    height: 1px;
    background-color: #575656;
    width: 50%;
    margin: 15px 0 15px;
}
.block_type__special-videoscreen-alt1.white_text__yes h3:after{
    background-color: white;
}
.block_type__special-videoscreen-alt1 p{
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 48px;
}
.block_type__special-videoscreen-alt1 .col-2 {
    width: 47.3%;
    margin-right: 1.5%;
}
.block_type__special-videoscreen-alt2{
    padding-top: 263px;
    padding-bottom: 36px;
}
.block_type__special-videoscreen-alt2 .compscreen2{
    width: 565px;
    height: 391px;
    background-image: url(/images/sites/cms/screen2.png);
    margin-left: -77px;
    margin-top: -58px;
    position: relative;
}
.block_type__special-videoscreen-alt2 .col-1{

}
.block_type__special-videoscreen.block_type__special-videoscreen-alt2 .col-2{
    width: 46.3%;
    margin-right: 1.7%;
}
.block_type__special-videoscreen-alt2 h1{
    letter-spacing: 1.3px;
}
.block_type__special-videoscreen-alt2 h1:after{
    content: " ";
    display: block;
    margin: 29px 0 33px;
    height: 1px;
    width: 103px;
    background-color: #575656;
}

.white_text__yes.block_type__special-videoscreen-alt2 h1:after{
    background-color: white;
}
.block_type__special-videoscreen-alt2 h4{
    font-size: 16px;
    opacity: .5;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 2px;
    margin-bottom: 0;
}
.block_type__special-videoscreen-alt2  p{
    max-width: 92%;
    margin-bottom: 8px;
}
.block_type__wheel-chain{
    padding-top: 92px;
    padding-bottom: 50px;
}
.block_type__wheel-chain .mag{
    position: absolute;
    bottom: 39.3%;
    left: 71.6%;
    z-index: 0;
}
.block_type__wheel-chain .chain-holder{
    position: relative;
    width:100%;
    min-height: 300px;
}
.block_type__wheel-chain .wheel-chain{
    position: absolute;  
}
.block_type__wheel-chain .start .wheel-chain{
    position: absolute;  
    animation-name: rotate;
    -webkit-animation-name: rotate;    
    animation-duration: 3s; 
    -webkit-animation-duration: 3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}
.block_type__wheel-chain .start .wheel-chain.one{
    -webkit-animation-delay:.5s; 
    animation-delay:.5s;
}
.block_type__wheel-chain .start .wheel-chain.two{
    -webkit-animation-delay:1s; 
    animation-delay:1s;
}
.block_type__wheel-chain .start .wheel-chain.three{
    -webkit-animation-delay:1.5s; 
    animation-delay:1.5s;
}
.block_type__wheel-chain .start .wheel-chain.four{
    -webkit-animation-delay:2s; 
    animation-delay:2s;
}
.block_type__wheel-chain .start .wheel-chain.five{
    -webkit-animation-delay:2.5s; 
    animation-delay:2.5s;
}
.block_type__wheel-chain .start .wheel-chain.six{
    -webkit-animation-delay:3s; 
    animation-delay:3s;
}
.block_type__wheel-chain .wheel-chain.one{
    width: 7%;
    bottom: 1.8%;
    left: 0%;
}
.block_type__wheel-chain .wheel-chain.two{
    width: 8.9%;
    bottom: 29.6%;
    left: 15.4%;
}
.block_type__wheel-chain .wheel-chain.three{
    width: 4.9%;
    bottom: 18.6%;
    left: 34.9%;
}
.block_type__wheel-chain .wheel-chain.four{
    width: 15%;
    bottom: 8.4%;
    left: 50.6%;
}
.block_type__wheel-chain .wheel-chain.five{
    width: 9.8%;
    bottom: 56.6%;
    left: 73.5%;
}
.block_type__wheel-chain .wheel-chain.six{
    width: 4.8%;
    bottom: 86.7%;
    left: 95.1%;
}
.block_type__wheel-chain .bar{
    position: absolute;
}
.block_type__wheel-chain .bar.one{
    left: 6%;
    bottom: 23.4%;
    transform: rotate(-36.9deg);
}
.block_type__wheel-chain .bar.two{
    left: 24.3%;
    bottom: 30.1%;
    transform: rotate(20.5deg);
}
.block_type__wheel-chain .bar.three{
    left: 40.3%;
    bottom: 23.1%;
    transform: rotate(-4.5deg);
}
.block_type__wheel-chain .bar.four{
    left: 63.3%;
    bottom: 46.1%;
    transform: rotate(-38.5deg);
}
.block_type__wheel-chain .bar.five{
    left: 84.5%;
    bottom: 83.1%;
    transform: rotate(-21.5deg);
}
.block_type__wheel-chain h1{
    font-weight: 300;
    letter-spacing: 1.5px;
}
.block_type__wheel-chain h1:after {
    content: " ";
    display: block;
    width: 106px;
    height: 1px;
    background-color: #767676;
    margin: 33px 0 30px;
}

.block_type__wheel-chain .text-col{
    display: none;
}
.block_type__wheel-chain.text_column__yes{
    overflow: hidden;
}
.block_type__wheel-chain.text_column__yes .twelve-col{
    margin-left: -19%;float: left;
}
.block_type__wheel-chain.text_column__yes .text-col{
    display: block;
    width: 34%;
    margin-right: 2.8%;
    margin-top: 37px;
}
.block_id-164528{
    padding-top: 148px;
    padding-bottom: 97px;
}
.block_id-164528 img{
    margin-bottom: 25px;
}

.block_id-164528 h2{
    margin-bottom: 32px;
}
.block_id-164528 p{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.block_type__cta{
    overflow: hidden;
}
.block_type__cta .col-1{
    width: 60%;   
}
.block_type__cta .col-1 h2{
    letter-spacing: 0.9px;
    margin-bottom: 18px;
}
.block_type__cta .col-1 p{
    color: #e65459;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
}
.block_type__cta .col-2{
    width: 51%;
    margin-right: -150px;
    margin-top: -48px;  
}
.block_type__cta .col-2 .content{
    background: blue;
    padding: 48px 77px 0 57px;
    background: #fdcc73;
    background: linear-gradient(to right, #fdcc73 , #e9925b);
}
.block_type__cta .col-2 h2{
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: white;
}
.block_type__cta  .button {
    display: inline-block;
    padding: 20px 34px 20px 64px;
    letter-spacing: 1.6px;
    border: 0 solid transparent;
    color: white;
    font-size: 20px;
    font-weight: 300;
    background: #8f3b70;
    background: linear-gradient(to right, #8f3b70 , #e65459);
    position: relative;
    margin-bottom: -20px;
}
.block_type__cta .button:after {
    content: " ";
    position: absolute;
    left: 33px;
    top: 39%;
    width: 21px;
    height: 21px;
    background: url(/images/sites/cms/gear4.png) center no-repeat;
    background-size: 21px 21px;
}
.block_type__cta  .button:hover:after,.hero-text .button:hover:after{
    animation-name: rotate3;
    -webkit-animation-name: rotate3;    
    animation-duration: 2.5s;   
    -webkit-animation-duration: 2.5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;   
}

.block_type__standard-hero{
    padding-top: 13.7%;
    padding-bottom: 3.3%;
    background-image:url(/images/sites/cms/warmbg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.block_type__standard-hero.hero-theme__cool{
    background-image:url(/images/sites/cms/coolbg.png);  
}
.block_type__standard-hero h4{
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255,255,255,.5);
    letter-spacing: 3.2px;
    margin-bottom: 6px;
}
.block_type__standard-hero a{
    color: rgba(255,255,255,.5);
}
.block_type__standard-hero h1{
    font-weight: 300;
    letter-spacing: 1.3px;
}
.block_type__standard-hero h1:after{
    content: " ";
    display: block;
    margin: 34px auto 30px;
    height: 1px;
    width: 100px;
    background-color: white;
}
.block_type__4-column{

}
.block_type__4-column img.illustration{
    margin-bottom: 33px;
}
.block_type__4-column h4,.block_type__3-column h4{
    font-size: 20px;
    line-height: 30px;
}
.block_type__4-column p,.block_type__3-column p{
    font-size: 15px;
    line-height: 22px;
}
.block_type__overlapping-image{
    padding-top: 81px;
    padding-bottom: 50px;
}
.block_type__overlapping-image .col-1{
    width: 50%;
}
.block_type__overlapping-image .col-2{
    margin-top: -103px;
    margin-bottom: -100px;
    margin-right: -70px;
    width: 43%;
    position: relative;
    z-index: 11;
}
.block_type__overlapping-image h1{
    font-weight: 300;
    letter-spacing: 1.5px;
}
.block_type__overlapping-image h1:after{
    content: " ";
    display: block;
    width: 106px;
    height: 1px;
    background-color: #767676;
    margin: 33px 0 30px;

}
.block_type__overlapping-image p{
    letter-spacing: .55px;
    max-width: 85%;
}

.block_type__overlapping-image .button{
    white-space: nowrap;
    letter-spacing: 1.6px;
    margin-top: 33px;
}

.block_type__3-column .col-1,.block_type__3-column .col-2,.block_type__3-column .col-4{
    position: relative;
    padding-left: 6.3%;
    width: 23.7%!important;
    margin-right: 3.9%;
}
.block_type__3-column .col-4{margin-right: 0;}
.block_type__3-column img{
    position: absolute;
    left: 0;
}

.block_type__1-column h1:after{
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    background: #575656;
    margin: 40px auto 35px;
}
.block_type__1-column.white_text__yes h1:after{
    background: white;
}

.block_type__big-fancy-with-gears{
    padding-top: 121px;
    padding-bottom: 42px;
    background-image: url(/images/sites/cms/gray-swooshy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.block_type__big-fancy-with-gears.fancy-theme__warm{
    background-image: url(/images/sites/cms/pink-swooshy.png);  
    color: white; 
}
.block_type__big-fancy-with-gears.fancy-theme__cool{
    background-image: url(/images/sites/cms/green-swooshy.png);  
    color: white; 
}
.block_type__big-fancy-with-gears h1{
    letter-spacing: 1.5px;
    margin-top: -5px;
}
.block_type__big-fancy-with-gears .row{
    margin-bottom: 138px;
}
.block_type__big-fancy-with-gears .colly-col{
    width: 40%;
}
.block_type__big-fancy-with-gears .quarter{
        width: 22%;
        margin-right: 4%;
}
.block_type__big-fancy-with-gears .quarter:last-child{
    margin-right: 0;
}
.block_type__big-fancy-with-gears .row2 p{
    font-size: 15px;
    line-height: 22px;
}
.block_type__big-fancy-with-gears .row2 h4{
    font-size: 20px;
    line-height: 30px;
}
.block_type__big-fancy-with-gears .row2 img{
    margin: 0 auto 33px;
}
.block_type__big-fancy-with-gears .icon{
    position: absolute;
    left: -51px;
    right: 0;
    margin: 0 auto;
    top: -16px;
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,.2);
    border-radius: 100px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.block_type__big-fancy-with-gears .logogear.small{
    height: initial;
    width: 18%;
    top: 15%;
    left: 41.5%;
}
.block_type__big-fancy-with-gears .logogear.med{
    height: initial;
    width: 32.2%;
    top: 23%;
    left: 13.3%;
}
.block_type__big-fancy-with-gears .logogear.big{
    height: initial;
    width: 48%;
    top: 31.9%;
    left: 38.4%; 
}
.block_type__standard-video-two-column{

}

.block_type__standard-video-two-column .col-1{
    width: 60%;
}
.block_type__standard-video-two-column .col-2{
    width: 35%;
}
.block_type__standard-video-two-column.big_right__yes .col-1{float: right;}
.block_type__standard-video-two-column.big_right__yes .col-2{float: left;}
.block_type__standard-video-two-column video{
    width: 100%;
}
.block_type__standard-video-two-column p, .block_type__standard-video-two-column li{
    font-size: 16px;
}

.block_type__manual-links{
    background: #f9f9f9;
    padding-top:70px;
    padding-bottom: 80px;
}
.block_type__manual-links .col-1{
    width: 30%;
    float: left;
}
.block_type__manual-links .col-2{
    width: 60%;float: right;
    column-count: 2;
    column-gap: 20px;
}
.block_type__manual-links .col-2 a{
    color: #883572;
}
.block_type__manual-links .col-2 a.current{
    font-weight: 800;
}
.block_type__manual-links .col-1 a{
    color: #e65459;
}
.block_type__manual-links .col-1 p{
    font-size: 16px;
}
.block_type__manual-links .col-1 h2::after {
    content: " ";
    display: block;
    margin: 34px 0 30px;
    height: 1px;
    width: 100px;
    background-color: #e65459;
}

.collection__cms_manual .cropped-image__responsive-wrap{
    padding-bottom: 54%
}
.collection__cms_manual .wrap-link {
    color: #883572;
}
.collection__cms_manual .element__text-link a{
    font-weight: 300;
    font-size: 14px;
    color: #e65459;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.block_type__demo-choices{
    font-size: 15px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 29px;
}
.block_type__demo-choices h4{
    font-size: 24px;
    margin-bottom: 7px;
}
.block_type__demo-choices img{
    margin: 0 auto 26px;
}
.block_type__demo-choices .col:last-child img{
    margin-top: -19px;
}
.block_type__demo-choices .col{
    width: 23%;
    margin: 20px 4%;
    vertical-align: top;
    display: inline-block;
}
.block_type__demo-choices .button{
    font-size: 14px;
    font-weight: 700;
    margin-top: 28px;
    padding: 13px 22px 15px;
    letter-spacing: 1.1px;
}
.popup{
    position: fixed;
    top: 0;
    overflow: hidden;
    left: 0;
    bottom: 100%;
    margin: 0 auto;
    right: 0;
    background: rgba(0,0,0,0);
    z-index: 999;
    transition:all .3s ease-in;
}
.popup.open{
    background: rgba(0,0,0,.8);  
    bottom: 0;
}
.formholder{
    position: absolute;
    background: white;
    width: 500px;
    padding: 40px;
    margin: auto;
    left: 0;
    right: 0;
    top: 10%;
}
.closeform{
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(/images/sites/cms/closeform.png) center no-repeat;
    top: -10px;
    right: -10px;
    cursor: pointer;
}



.padding-bottom__more, .padding-bottom__x2{padding-bottom: 80px;}
.padding-bottom__none{padding-bottom: 0;}
.padding-top__more, .padding-top__x2{padding-top: 115px;}
.padding-top__none{padding-top: 0;}
.page-width__thin .all-cols-wrap{max-width: 680px;margin: 0 auto;}
.page-width__scrawny .all-cols-wrap{max-width: 408px;margin: 0 auto;}
.padding-bottom__x10{padding-bottom: 300px;}
.padding-bottom__x4{padding-bottom: 200px;}
.padding-top__x10{padding-top: 300px;}
.padding-top__x4{padding-top: 200px;}
/* FX */

#body_home .hero-text h1{
    -webkit-animation-name: blur;
    animation-name: blur;
    -webkit-animation-duration:2s;
    animation-duration: 2s; 
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    
}
@keyframes blur {
  from { text-shadow: 0 0 40px rgba(0,0,0,.3); color: white; }
  to   { text-shadow:0 0 0px white;color: #575656;}
}
@-webkit-keyframes blur {
  from { text-shadow: 0 0 30px rgba(0,0,0,.5); color: white; }
  to   { text-shadow:0 0 0px white;color: #575656;}
}

.logogear.big{
	animation-name: rotate;
	-webkit-animation-name: rotate;	
	animation-duration: 4s;	
	-webkit-animation-duration: 4s;
	animation-iteration-count:infinite;
  	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
  	-webkit-animation-timing-function:linear;
}

@keyframes rotate {
	0% {transform:rotate(0deg) translatez(0);}
	100% {transform:rotate(360deg) translatez(0);}			
}
@-webkit-keyframes rotate {
	0% {-webkit-transform:rotate(0deg) translatez(0);}
	100% {-webkit-transform:rotate(360deg) translatez(0);}			
}

.logogear.med{
	animation-name: rotate1;
	-webkit-animation-name: rotate1;	
	animation-duration: 3s;	
	-webkit-animation-duration: 3s;
	animation-iteration-count:infinite;
  	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
  	-webkit-animation-timing-function:linear;
}

@keyframes rotate1 {
	0% {transform:rotate(360deg) translatez(0);}
	100% {transform:rotate(0deg) translatez(0);}			
}
@-webkit-keyframes rotate1 {
	0% {-webkit-transform:rotate(360deg) translatez(0);}
	100% {-webkit-transform:rotate(0deg) translatez(0);}			
}
.logogear.small{
	animation-name: rotate3;
	-webkit-animation-name: rotate3;	
	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
	animation-iteration-count:infinite;
  	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
  	-webkit-animation-timing-function:linear;
}

@keyframes rotate3 {
	0% {transform:rotate(0deg) translatez(0);}
	100% {transform:rotate(360deg) translatez(0);}			
}
@-webkit-keyframes rotate3 {
	0% {-webkit-transform:rotate(0deg) translatez(0);}
	100% {-webkit-transform:rotate(360deg) translatez(0);}			
}



.fade1{
	animation-name: fade1;
	-webkit-animation-name: fade1;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
    opacity:0;
}

@keyframes fade1 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}
@-webkit-keyframes fade1 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}

.fade2{
	animation-name: fade2;
	-webkit-animation-name: fade2;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
	-webkit-animation-delay:.5s; 
    animation-delay:.5s;
    opacity:0;
}

@keyframes fade2 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}
@-webkit-keyframes fade2 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}

.fade3{
	animation-name: fade3;
	-webkit-animation-name: fade3;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
	-webkit-animation-delay:1s; 
    animation-delay:1s;
    opacity:0;
}

@keyframes fade3 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}
@-webkit-keyframes fade3 {
	0% {opacity: 0;}
	100% {opacity: 1;}			
}

/* OPTIONAL */

img.illustration{
    display:block;margin:0px;margin-bottom:20px;
}


.button{
    display: inline-block;
    padding: 13px 26px 15px;
    border: 1px solid;
    font-size: 20px;
    letter-spacing: 1.5px;
}


/*form*/
#bizango_superform .superform_field {
    font-size: 18px;
    width: 97%;
    margin: 0 auto 10px;
    border: 0px solid #111;
    color: #454545;
    padding: 11px 0 11px 3%;
    background-color: #f9f9f9;
}
#bizango_superform #superform_submit {
    float: none;
    background: #47959b;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    padding: 20px 54px;
    letter-spacing: 1.6px;
    border: 0 solid transparent;
    color: white;
    font-size: 16px;
    font-weight: 300;
    background: #8f3b70;
    background: linear-gradient(to right, #8f3b70 , #e65459);
    position: relative;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
select {
    width: 100%;
    padding: 2.5% 3%;
    border-radius: 8px;
    border: 0px solid transparent;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 17px;
    color: #3b3b3b;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #a8dce0;
    font-family: "chaparral-pro";
}
.bizango_cms select {
    display: inline-block;
    padding: 10px 30px 10px 20px;
    border: 0px solid transparent;
    margin-bottom: 10px;
    color: #3b3b3b;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #2262aa;
	border-radius: 4px;
	border: 1px solid #2a7ad4;
	color: #fff !important;
	font-family: "Helvetica Neue", "Helvetica","Arial" !important;
	font-weight: 200 !important;
	font-size: 15px !important;
	line-height: 22px !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #205C9F;
}
input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin:0; 
}


#body_home #nav_home,#body_home #nh{display:none;}

/* helpers-> clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl{float: left;}
.fr{float: right;}
.tAc{text-align: center;}
.tAr{text-align: right;}
.center{margin-right: auto;margin-left: auto;}
.table{display: table;width: 100%;}
.cell{display: table-cell;vertical-align: middle;}
.clear{clear:both;}
.screen{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;}
.blocklinks{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.userBG{background-size: cover;background-repeat: no-repeat;}
.noMar{margin-right: 0;}


@media all and (max-width: 1250px){
    .block_type__overlapping-image .col-2{margin-right: 0;}
}
@media all and (max-width: 1175px){
    #nav a{    padding: 5px 11px;}
    .block_type__special-videoscreen-alt1 .idunnoknowhwereimgonnagowhenthemountainblows{display: none;}
}

/*- Mobile Styles Large */
@media all and (max-width: 1099px){
    .block_type__special-videoscreen.block_type__special-videoscreen-alt2 .col-2{margin-right: 0;width: 42.3%;}
    .block_type__special-videoscreen.block_type__special-videoscreen-alt2 .col-1{width: 50%;}
	.collection_list_item{margin-bottom: 10px;}

    .block_type__cta .col-2{
        margin-right: -5%;
    }
    .block_type__cta .col-1{width: 50%;}
}

@media only screen and (max-width: 1059px){
    #nav{display:none;}
    #nav_frame .page_frame{padding: 0;}
    #logo{margin-left: 5%;z-index: 100;}
    #mobile_nav{
        display: block;
        text-align: right;
        padding-right:5%;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        width: 95%;
        position: relative;
        z-index: 99;
    }
    #mobile_nav .icon{
        position: relative;
        font-size: 1em;
        float: right;
        padding-left: 5px;
        color: #883572;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
    #mobile_nav .nav{
        position: absolute; 
        display: none;
        width: 100%;
        top:50px;
        background: #8f3b70;
        background: linear-gradient(#e65459,#8f3b70 );
        padding: 21px 0;
    }
    #mobile_nav .nav li{
        float: none;
        padding: 0;
        height: inherit;
    }
    #mobile_nav .nav li a{
        display: block;
        padding: 15px 5%;
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 2px;
    }
    .block_type__special-videoscreen .col-2,.block_type__special-videoscreen .col-1{
        width: 100%;margin-right: 0;margin-left: 0;
    }
    .block_type__special-videoscreen .compscreen{
        width: 100%;
        margin-left: 0;
        background-size: contain;
        padding-top: 75%;
        height: inherit;
    }
    .block_type__special-videoscreen .window{top: 12%;}
    .block_type__wheel-chain{overflow: hidden;}
    .block_type__wheel-chain .twelve-col{width: 820px;}
}

/*- Mobile Styles tablet*/
@media only screen and (max-width: 859px){
	.block_type__standard-video-two-column .col-2,.block_type__standard-video-two-column .col-1,.block_type__big-fancy-with-gears .colly-col,.block_type__wheel-chain.text_column__yes .text-col,.block_id-164414 .col-1,.block_type__cta .col-1,.block_type__cta .col-2,.block_id-164417 .col-1,.block_id-164417 .col-2,.block_id-164414 .col-2,.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col , .sixteen-col{
		width: 100%;margin-left: 0;margin-right: 0;
	}
    .block_type__big-fancy-with-gears .quarter{width: 45%;margin-right: 5%;margin-bottom: 30px;}
    .block_type__big-fancy-with-gears .quarter:nth-child(3){clear: left;}
    .block_type__3-column .col-1, .block_type__3-column .col-2, .block_type__3-column .col-4{
        width: 80%!important;padding-left: 20%;margin-right: 0;
    }
    .block_type__cta .col-2{
        margin-top: 0;
    }
    .nav_foot,.nav_foot .tAr{text-align: center;}
    .nav_foot .page_frame > div{
        margin-bottom: 20px;
    }
    h2[style]{text-align: left!important;}
    .block_type__big-fancy-with-gears .icon{top: -127px;left:0;}
    .block_type__big-fancy-with-gears .row{text-align: center;margin-bottom: 30px;}
    .block_type__special-videoscreen-alt1 .half{margin-top: 40px;}
    .block_type__overlapping-image .col-2{display: none;}
    .block_type__overlapping-image .col-1{width: 100%;}
    .block_type__overlapping-image .button{white-space: normal;}
    .block_type__special-videoscreen.block_type__special-videoscreen-alt2 .col-2{width: 100%;}
    .block_type__special-videoscreen.block_type__special-videoscreen-alt2 .col-1{width: 100%;margin:  0 auto;}
    .block_type__special-videoscreen-alt2 .compscreen2{margin-left: 0;}
}
@media only screen and (max-width: 759px){
    .block_type__standard-hero{padding-top: 33.7%}
}
/*- Mobile Styles phone*/
@media only screen and (max-width: 659px){
    input{-webkit-appearance: none;-webkit-border-radius:0; }
    .block_type__big-fancy-with-gears .quarter{width: 100%;margin: 0;}
    .block_type__special-videoscreen-alt1 .half{width: 100%;}
    .block_type__special-videoscreen-alt1 .half:last-child{margin-top: 0;}
    .block_type__special-videoscreen-alt2 .compscreen2{width: 100%;height: inherit;padding-top: 75%;background-size: contain;background-repeat: no-repeat;background-position: top center}
    .block_type__cta .col-2 .content{    padding: 48px 5% 0 5%;}
    .block_id-164528 p{max-width: 100%;}
    .block_type__wheel-chain{padding-top: 44px;}
    .block_type__special-videoscreen{    padding-top: 42%;}
}
@media only screen and (max-width: 559px){
    #logo{
            width: 51%;
        /* height: 41px; */
        /* padding-left: 5%; */
        background-size: 77%;
        background-position: right;
    }
    .block_type__standard-hero{padding-top: 300px;    margin-top: -137px;}
}



.block_type__subpage-grid h3{margin-top:10px}