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:#000000;
	font-family:"azo-sans-web", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	font-size:18px;
	font-weight: 400;
	background-color: #f6f7fa;
}

/*
azo-sans-web 300 400 700
calluna 700 900
*/

p, li, figcaption {
	line-height:1.4em;margin-top:0;margin-bottom:1.4em;
}
figure {
  margin: 1em 0;
}
img {
  max-width: 100%;
}
ul{margin-left: 50px;}
h1, h2, h3, h4{
	margin-bottom:0.5em;
	line-height:120%;
	font-weight:400;
}

h1{font-size:40px;color: #0e0e0e;font-family: "calluna";font-weight: 700;}
h2{font-size:34px;color: #0e0e0e;font-family: "calluna";font-weight: 700;}
h3{font-size:24px;color: #154a5b;font-family: "calluna";font-weight: 700;margin-bottom: 1.1em;}
h4{font-size:18px;font-weight: 700;color: #154a5b;    margin-bottom: 29px;}

a{color:#802e47;cursor:pointer;text-decoration:none;transition: color .3s ease-in-out, background .3s ease-in-out, border .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;
	background-color: #213f47;
}
#hero_frame .screen{
	background-color: rgba(33,63,71,.8);
}
.hero-text{
	color: white;
    padding-top: 117px;
	padding-bottom: 30px;
}

.hero-text p{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.hero-text h1,.hero-text h2,.hero-text h3,.hero-text h4{color: white;}
.hero-text h1{
	font-variant: small-caps;
    letter-spacing: 3px;
    line-height: 45px;
}
#body_home .hero-text{
    padding-top: 449px;
    padding-bottom: 9px;
}
#body_home .hero-text p{
      font-size: 16px;
}
#body_home  #hero_frame .screen{
	background-color: rgba(41,132,161,.1);
	box-shadow: inset 0px -110px 100px 5px rgba(23,54,66,.8);
}

.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%;
}
.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;
    font-size: 38px;
    color: white;
    background: #2e93af;
    font-variant: small-caps;
    padding: 10px 47px 14px 49px;
    letter-spacing: 5.8px;
    position: relative;
    z-index: 999;
}
#nav_frame{
    position: absolute;
    top: 0;
    width: 100%;
    font-family: "calluna";
    background-color: rgba(255,255,255,.8);
    left: 0;
    z-index: 111;
}
#body_home #nav_frame{
	box-shadow: 0 29px 20px -20px rgba(23,54,66,0.6);
}
#nav{
    position:relative;
    float: right;
}
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;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 28px 13px 25px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #353535;
}
#nav li:last-child a{
	padding-right: 0;
}
#nav a:hover, #nav a.current{
    color:#267f97;
}

ul.nav > li:hover .submenu {
	display: block;
}
.submenu {
	position: absolute;
	z-index: 1;
	display: none;
	margin: 0;
}

#mobile_nav{display: none;}

#footer{
    background: #1a3038;
    padding: 27px 0 20px;
    font-size: 12px;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 300;
}
.biz{
	background-color: black;
}
#bizango{
    text-align: left;
    width: 192px;
    height: 11px;
    font-size: 9px;
    margin: 0 auto;
    padding: 19px 0;
    display: inline-block;
    background-image: url("../../images/bizango-white-small.png");
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.3;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.7px;
}

/* 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: 66px;
    padding-bottom: 42px;
}
.block li{
	margin-bottom: 5px;
}
#body_home .block_type__2-column-even p{
	font-size: 16px;
}

.block_type__1-column .col-1{
    width: 70.7%;
	margin: 0 auto;
}
.block_type__1-column{
	padding-top: 50px;
	padding-bottom: 29px;
}
.block_type__1-column h4{
	line-height: 26px;
	color: #154a5b;
}
.block_type__graphic-two-col{
	padding: 0;
	background-color: #f1f5f7;
}
.block_type__graphic-two-col .cell{
    width: 50%;
    position: relative;
    padding-top: 86px;
    padding-bottom: 39px;
    vertical-align: middle;
}
.block_type__graphic-two-col .content{
    width: 400px;
    margin-left: 128px;
    float: left;
    position: relative;
    z-index: 11;
}
.block_type__graphic-two-col .cell:first-child .content{
	width: 400px;
    margin-right: 150px;
    float: right;
    margin-left: 0;
}
.block_type__graphic-two-col .screen{
	background-color: rgba(22,65,81,.85);
	height: 100%;
	width: 100%;
}
.block_type__graphic-two-col h1{
	color: white;
}
.block_type__graphic-two-col h2{
	color: white;
	margin-bottom: 40px;
}
.block_type__graphic-two-col h2 strong{
	font-weight: normal;
	color: #a8def2;
}
.block_type__graphic-two-col h3{
	color: #1a3038;
	font-weight: 700;
	margin-bottom: 0;
}
.block_type__graphic-two-col h4{
	color: #000000;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
}
.block_type__graphic-two-col p{
	font-size: 15px;
	margin-bottom: 25px;
}
.block_type__graphic-two-col a{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
/* FX */


.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: 10px 30px;
    border: 1px solid;
}


/*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: #d7f0f2;
}
#bizango_superform #superform_submit {
    float: none;
    background: #47959b;
    padding: 15px 0;
    text-align: center;
    display: table-cell;
    width: 100%;
    font-size: 19px;
    letter-spacing: 1.7px;
    border: 0;
    -webkit-appearance: none;
}
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-position: center;background-repeat: no-repeat;}
.noMar{margin-right: 0;}
.padding-bottom__more, .padding-bottom__x2{padding-bottom: 80px;}
.padding-bottom__none{padding-bottom: 0;}
.padding-top__more, .padding-top__x2{padding-top: 80px;}
.padding-top__none{padding-top: 0;}
.background-color__gray{background-color: #e7ebed;}
.background-color__black{background-color: #1a3843;color: white;}
.background-color__black h1,.background-color__black h2,.background-color__black h3,.background-color__black h4,.background-color__black a{color: #a8def2;}
.background-color__gradient{
	background: url("../../images/sites/lee/grad.jpg") top center repeat-y;
	background-size: 100% auto;    border-top: 4px solid white;border-bottom: 4px solid white;
}
@media all and (max-width: 1177px){
	#nav a{    padding: 28px 14px 25px;}
	.block_type__graphic-two-col .cell:first-child .content,.block_type__graphic-two-col  .content{
		width: 80%;margin-left: 10%;margin-right: 10%;float: none;
	}
}
/*- Mobile Styles Large */
@media all and (max-width: 1099px){
	#nav{display:none;}


	#mobile_nav{
	    display: block;
	    text-align: right;
	    height: 50px;
	    line-height: 50px;
	    cursor: pointer;
	    position: relative;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 21px;
	    z-index: 1;
	}
	#mobile_nav .icon{
		position: relative;
		font-size: 1.4em;
		float: right;
		padding-right: 5%;
	}
	#mobile_nav .nav{
		position: absolute; 
		width: 100%;
		top:50px;
		background-color: rgba(34,61,75,.9);
		padding: 10px 0;
	}
	#mobile_nav .nav li{
		float: none;
		padding: 0;
		height: inherit;
	}
	#mobile_nav .nav li a{
		display: block;
		padding:20px 5%;
		text-transform: uppercase;
		color:white;
	}
	.collection_list_item{margin-bottom: 10px;}


}

/*- Mobile Styles tablet*/
@media only screen and (max-width: 859px){
	.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:0;
	}
	.block_type__graphic-two-col .cell{display: block;width: 100%;}
	.block_type__1-column .col-1{width: 100%;}
}

/*- Mobile Styles phone*/
@media only screen and (max-width: 659px){
    input{-webkit-appearance: none;-webkit-border-radius:0; }

}
@media only screen and (max-width: 479px){
	#logo {
	    padding: 10px 33px 14px 31px;
	    letter-spacing: 3.8px;
	}
}
@media only screen and (max-width: 409px){
	#logo {
	    padding: 18px 33px 15px 31px;
	    letter-spacing: 2.8px;
		font-size: 31px;
	}
}