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%;
	background: #19434d;
	color: #f5f5f5;
	font-family: "brandon-grotesque",sans-serif;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
}
/*font-family: 'Lato', sans-serif;
Lato:300,400,700,900
*/
.lato{font-family: 'Lato', sans-serif; }
p, li, figcaption {
	line-height:1.5em;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:37px;}
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;line-height: 27px;}

a{color:#cd9409;cursor:pointer;text-decoration:none;transition: color .3s, background .3s, border .3s;}
a:hover{text-decoration:none;}

iframe{max-width: 100%;}


h4 strong{letter-spacing: 2px;}

/* BIZANGO PAGE LAYOUT STRUCTURE */

#page_body{position: relative;
}
#body_home #page_body{
}



#hero_frame{
	position:relative;width:100%; min-height:100px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 100px 0 50px;
	-moz-box-shadow:    inset  0  8px 8px -8px rgba(0,0,0,.5), 
	                    inset  0 -59px 22px -34px rgba(0,0,0,.5);
	-webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,.5), 
	                    inset  0 -59px 22px -34px rgba(0,0,0,.5);
	 box-shadow:        inset  0  8px 8px -8px rgba(0,0,0,.5), 
	                    inset  0 -59px 22px -34px rgba(0,0,0,.5);
}
#body_newhome #hero_frame{
	background-position: bottom center;
	padding: 147px 0 158px;
}
#body_newhome #hero_frame h3{
	font-family: 'Lato', sans-serif;
	letter-spacing: .6;
}
#body_newhome #hero_frame h1{    margin-bottom: 8px;}
#hero_frame.small{
    min-height: inherit; 
    padding: 29px 0 38px;
}
#hero_frame h1{
	font-size: 38px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
#body_oldhome #hero_frame{
	min-height:200px;
}
.hero_text{margin-top: -15px;font-family: 'Lato', sans-serif;padding-bottom: 12px;}

#hero_frame .hero_text h1{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
    letter-spacing: 3.2px;	
	margin-bottom: 15px;
}
#hero_frame .hero_text h2{
	font-size: 42px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing: 8.2px;
    margin-bottom: 15px;
}
#hero_frame .hero_text h3{
	font-weight: 400;
	font-size: 21px;
	color: #ad7d1e;
    line-height: 29px;
}

#hero_frame .hero_text.specialpage h1{
    color: #18444f;
}
#hero_frame .hero_text.specialpage h2{
    color: #18444f;
}
#hero_frame .hero_text.specialpage h3{
    letter-spacing: .6px;
	color: #18444f;
}


.page_frame{
    margin:0px auto;position:relative;width:1100px;
}
.page_full{
	width: 90%;padding: 0 5%;
}

/* 2-column layouts only */
.page_sidebar{
	position: relative;
	width:30%;
}
.page_content{
	position: relative;
	width:65%;
}
.page_half{
	position: relative;
	width: 47%;
}
.page_half_noguttter{
	position: relative;
	width: 50%;
}
.rando1{
	float: left;width: 288px;margin-left: 201px;
}
.rando2{
    float: left;
    width: 288px;
    margin-left: 67px;
    margin-top: 17px;
}
.rando2 h4{
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ae7e08;
}
.rando2 h3{
    font-size: 17px;
    margin-bottom: 20px;
    font-family: "Lato";
}
.rando2 img{
	    vertical-align: middle;
}
.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;
	position: relative;
}

.one-col {
	width: 50px;
}
.push-one{
	margin-left: 70px;
}
.two-col {
	width: 120px;
}

.three-col {
	width: 190px;
}
.threeish-col {
    width: 201px;
}
.four-col {
	width: 260px;
}
.fourish-col {
	width: 296px;
}

.five-col {
	width: 330px;
}

.six-col {
	width: 400px;
}

.seven-col {
	width: 470px;
}

.eight-col {
	width: 540px;
}

.nine-col {
	width: 610px;
}

.ten-col {
	width: 680px;
}

.eleven-col {
	width: 750px;
}

.twelve-col {
	width: 820px;
}

.thirteen-col {
	width: 890px;
}

.fourteen-col {
	width: 960px;
}

.fifteen-col {
	width: 1030px;
}

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


/* NAV */
#nav_frame{
	position: relative;width:100%;min-height: 200px;
	background-color: white;
}
#body_newhome #nav_frame{
	    min-height: 161px;
}
#nav{
    position:absolute;
    background: #ededed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#body_newhome #nav{
	background: rgba(6,6,6,.36);
}
ul.nav{
	position: relative;
	z-index:100;
	margin:0px;padding:0px;
	list-style:none;
	float: right;
    margin-right: 188px;
	}
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: 14.2px;
	color: #18434d;
    padding: 14px 28px 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

#body_newhome #nav a{color: #ebebeb;padding: 15px 28px 16px;}
#nav a:hover, #nav a.current{
    color:#ae7e08;
}


ul.nav > li:hover .submenu {
display: block;
}
.submenu {
    position: absolute;
    z-index: 1;
    top: 40px;
    display: none; 
    margin: 0;
    background: #ededed;
    list-style-type: none;
    padding: 10px 0;
	text-align: left;
}
#body_newhome .submenu {top:47px;background: rgba(6,6,6,.76);}

#nav .submenu li{
	padding: 8px 0;

	float: none;
}
#nav .submenu li a{
	font-size: 14px;
	float: none;
}

#mobile_nav{display: none;}


#footer{
	background: #252525;
    padding: 14px 0 10px;
    color: #ffffff;
    font-size: 12px;
}
#footer a{
	color: #716e6e;
}

#subfooter{
	background: black;
}
#bizango{
    text-align: left;
    width: 144px;
    height: 15px;
    font-size: 10px;
    margin: 0 auto;
    padding: 14px 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;
}
.circle_holder{
	width: 203px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: text-top;
}
.circle_img{
	border-radius: 500px;
	border: 2px solid #ad7d1e;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;

}
.circle_holder h3{margin-bottom: 5px!important;}
.circle_img .ratio{
	padding-top: 100%;
}
.circle_holder:last-child{margin-right: 0}
.rule{
	display: inline-block;
    margin: 30px 0 19px;
}
 .two_column_text{
	padding: 33px 0px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
 }
 .two_column_text p{
    font-size: 14px!important;
    line-height: 20px;
    letter-spacing: .1px!important;
 }
 .seo-text h3{letter-spacing: .5px;    margin-bottom: 14px;}
.seo-text.lato p{    
	font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: .38px;
}
.captionP{    
	margin-top: 36px;
    margin-bottom: -26px;
}
.captionP p{line-height: 26px!important;}



.get_to_work{
    padding: 109px 0 36px;
}
.get_to_work h1{
	text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 8px;
    font-weight: 600;
	margin-bottom: 35px;
	color: #ad7d1e;
}
.get_to_work h3{
    margin-bottom: 11px!important;
    letter-spacing: .1px!important;
}
.get_to_work h2{    
	font-weight: 900;
    letter-spacing: .4px;
    margin-bottom: 31px;
}
.get_to_work .button{
    background: #ad7d1e; 
    padding: 10px 20px;
    margin-left: 59px;
    letter-spacing: 1px;
    font-size: 13px;
    color: white;
}
/* REQUIRED FOR CMS */

.block_container{
	position:relative;
}
.block_container_loggedin{
	min-height:200px;
	position: relative;
}
.blockcontrols{
	position:relative;top:0px;left:0px;
	width:100%;padding:0px;background-color:#eee;color:#666;
	z-index:999;
	max-height:500px;
	/*transition: max-height 1.5s;*/
	box-shadow:inset  0  10px 10px -10px #888,inset  0 -10px 10px -10px #888;
	transition: all 0.7s ease;
	overflow:hidden;
	
}
.blockcontrols_closed{
	max-height:0px;
	box-shadow:none;
	/*transition: max-height .5s;*/
	transition: all 0.7s ease;

}
.blockcontrols p{font-size:13px; color:#666; margin-bottom:0px;margin-top:10px;}



.gear{
	position: absolute;
	height: 52px;
	width: 52px;
	background:  url("/images/admin/gear2.png") no-repeat center center;
	top: 15px;
	left:15px;
	cursor: pointer;
	z-index:999;
	transition: all 0.7s ease;
}

.blockcontrols_gear_closed{

	transition: all 0.7s ease;
	transform: rotate(-30deg)
}

.help{
    padding:10px;background-color:#444;color:#eee;border:1px dotted #999;
}
.help p a{
    color:#ddd;text-decoration:underline;
}

/*bookshelf pages */

.bookshelfrow {
    background-image: url('/images/bookshelf.png');
    background-repeat: no-repeat;
    background-position: 0px 261px;
}
.book_on_shelf {position:relative;float:left;width:205px;margin:30px 22px 20px 22px;height:430px;}
.book_on_shelf_img_holder{height:252px;width:100%;}
.book_on_shelf img{
	max-width: 100%;height:240px;display:block;margin:0px auto;box-shadow:1px 5px 7px rgba(0,0,0,.5);
}
.book_text{width: 200px;}

/* OPTIONAL */

.button{
	display: inline-block;
	padding-right: 20px;
	background: url(/images/sites/fly/angleRight.png) right center no-repeat;
}
#body_newhome .button{
    color: white;
    background: url(/images/sites/fly/whiteRight.png) 87% 50% no-repeat;
    display: inline-block;
    padding: 10px 39px 9px 23px;
    background-color: #aa8122;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Lato';
    letter-spacing: 1.7px;

}

img.illustration{
    display:block;margin:0px;margin-bottom:20px;
}
#logo{
    display: block;
    width: 468px;
    height: 203px;
    text-decoration: none;
    background-image: url(/images/sites/fly/full-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: 59px;
    z-index: 1;
}
.essay-oh #logo{
	position: relative;
    margin: 0 auto;
    max-width: 300px;
    top: 10px;
    left: 0;
    height: 141px;
    background-size: contain;
	margin-bottom: -15px;
}
.essay-oh#nav_frame{min-height: 136px;}
.essay-oh .submenu {top: 30px;}
.essay-oh #nav a{
    font-size: 12.2px;
    color: #b9b9b9;
    padding: 9px 15px 6px;
    letter-spacing: 0;
}
.essay-oh #nav li:last-child a{padding-right: 0;}
.essay-oh ul.nav{
	margin-right: 0;
}

#body_newhome #logo{
    display: block;
    width: 312px;		
    height: 134px;
    text-decoration: none;
    background-image: url(/images/sites/fly/newlogohome.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 59px;
    z-index: 1;
}
.special1{
	position: relative;
	width: 100%;
	height: 34px;
	background: url(/images/sites/fly/special1.png)top center no-repeat;
	margin-top: -30px;
}
#body_newhome .special1{background: url(/images/sites/fly/special3.png)top center no-repeat;}
.special2{
	position: relative;
	width: 100%;
	height: 34px;
	background: url(/images/sites/fly/special2.png)top center no-repeat;
	margin-top: -30px;
}
img.content_image{
	clear:left;display:block;float:left;margin:10px 20px 20px 0px;
}



/* collection list items */

.collection_list_item{
	clear:both;margin-bottom:30px;
}
.collection_list_item h4{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3.5px;
    margin-bottom: 23px;
}
.collection_list_item p{
	font-size: 18px;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
}
#body_newhome .collection_list_item p{    letter-spacing: .42px;}
#body_newhome .collection_list_item{
	margin-bottom: 0;
}
.collection_list_item_readmore{	
	padding-right: 20px;
	background: url(/images/sites/fly/angleRight.png) right 71% no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.news{
    padding-top: 36px;
    padding-bottom: 39px;
	border-top: 1px solid #e7e9e9;
	border-bottom: 1px solid #e7e9e9;
}
#body_newhome .news{
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	background-image: url(/images/sites/fly/newsBG.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsheadline{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 18px;
}
.news h3{
    font-weight: 600;
    letter-spacing: 1.4px;
}
#body_home #nav_home,#body_home #nh{display:none;}



/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container{
	position: relative;
	} /* parent element for expandable buy button */

#buy_button{
	background-color:#222;color:#eee; padding:10px 20px;
	text-decoration:none;
	display:block;
}

#buy_button.buy_button_open{}/* open state for clickable part of the button */

#buy_button_container .buy_button_hidden{
	background-color:#222;color:#eee;
	padding:10px 20px;
	display:none;
}

#buy_button_container .buy_button_hidden p a{
	color:#eee;
	display:block;text-decoration:none;
	padding:10px 10px;
}



/*form*/
#bizango_superform .superform_field {
    font-size: 13px;
    line-height: 13px;
    width: 97%;
    height: 18px;
    margin: 0 auto 20px;
    border: 1px solid #7f969a;
    color: white;
    padding: 11px 0 11px 3%;
    background-color: #47686f;
}
#bizango_superform #superform_submit {
    background: #ad7d1e; 
    padding: 14px 20px;
    margin-left: 59px;
    letter-spacing: 1px;
    font-size: 13px;
    color: white;
    border: 0;
    -webkit-appearance: none;
    float: right;
    margin-bottom: -38px;
    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";
}
input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin:0; 
}
.form{
    padding: 42px 70px 26px;
    margin-right: -70px;
    margin-top: -83px;
    color: white;
    border: 2px solid rgba(255,255,255,.3);
}

/* Breadcrumbs in Collections */

#breadcrumbs {}
#breadcrumbs ul {
	margin:0;
	padding:0;
	display:inline-block;
	}
#breadcrumbs li {
	font-size:1em;
	list-style:none;
	display:inline-block;
	}
#breadcrumbs a {
	color:red;
	}
#breadcrumbs a:after {
	content:"\203A";
	padding-left:5px;
	}
#breadcrumbs a:hover {
	text-decoration:none;
}

.archive-basic .blog_teaser_image_square, .archive-basic .blog_teaser_image_portrait {
    float: left;
    width: 20%;
    padding-right: 3.5%;
}
.archive-basic .blog_teaser_image img.illustration,.archive-basic .blog_teaser_image img.illustration {
    max-width: 100%;    width: inherit;
}
.post-basic .blog_post_content img.illustration {
    max-width: 28%;    width: inherit;
}

/* 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;}
.ptb{padding-top: 46px;padding-bottom: 30px;}
.ptBb{padding-top: 46px;padding-bottom: 60px;}
.mtl{    margin-top: 18px;}
.table{display: table;width: 100%;}
.cell{display: table-cell;vertical-align: middle;}
.clear{clear:both;}
.spreadme{     text-align: justify;-ms-text-justify: distribute-all-lines;text-justify: distribute-all-lines;}
.spreadme:after {content: "";width: 100%;display: inline-block;}
.blocklinks{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.userBG{background-size: cover;background-position: top center;background-repeat: no-repeat;}
.userBGspecial{background-size: cover;background-position: top center;background-repeat: no-repeat;}
.noMar{margin-right: 0;}
.lightBG{color: #545454;background-color: #ffffff;}
.lightBG2{background: #fcfcfb;color: #545454;}
.tealBG{background-color: #1a434c;}
#body_newhome .lightBG{background-color: #eaeaea;}
.grayBG{ background-color: #353535;color: white;}

.fadein{
	animation-name: fadein;
	-webkit-animation-name: fadein;

	animation-duration: 1.5s;	
	-webkit-animation-duration:1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

}
@keyframes fadein  {
  0% {
   opacity: .5;
  }

  100% {
   opacity: 1;
  }

}

@media all and (max-width: 1199px){
.form{margin-right: 0}
}
/*- Mobile Styles Large */
@media all and (max-width: 1099px){
	#nav{display:none;}
	.page_frame{width:100%}
	#mobile_nav{
		display: block;
		text-align: right;
		padding-right:5%;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		width: 95%;
		position: absolute;
    	bottom: 0;
    	background: rgba(6,6,6,.36);
	}
	#mobile_nav .icon{
		position: relative;
		font-size: 1.4em;
		float: right;
		padding-left: 5px;
	}
	#mobile_nav .nav{
		position: absolute; 
		width: 100%;
		top:50px;
	}
	#mobile_nav .nav li{
		float: none;
		background-color: #0d2f36;
		padding:10px 5%;
		height: inherit;
	}
	#mobile_nav .nav li a{
		display: block;
		padding:10px 0;
		text-transform: uppercase;
	}
	#mobile_nav .submenu {
	    position: relative;
	    z-index: 1;
	    top: 0;
	    display: block;
	    margin: 0;
	    background: none;
	    list-style-type: none;
	    padding: 0 5% 0 0;
	    text-align: right;
	}
	#mobile_nav .submenu li{
	    padding: 3px 0;
	    float: none;
	}
	#mobile_nav .submenu li a{
		font-size: 14px;
		float: none;
	}
	.bookshelfrow {background-image:none;}
	.book_on_shelf {float: none; width: 90%; padding: 5%; height: auto;margin: 0;}
	.book_on_shelf_img_holder{width:100%;}
	.book_on_shelf img{
		max-width: 100%;display:block;margin:0px auto;box-shadow:1px 5px 7px rgba(0,0,0,.5);
	}
	.book_text{margin: 0 auto;}
	.page_tricol_right img.illustration{width: 50%; margin: 10px auto;}
	.page_tricol_left_double,.page_frame{
		float:none;width: 100%;margin: 0;
	}
	.one-col,.newsheadline,.rando2,.rando1,.fourish-col,.threeish-col.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 ,.page_half_noguttter,.page_half,.page_tricol_right,.page_tricol_left,.page_tricol_content,.page_content,.page_sidebar,.blog_main_column,.blog_header{
		width: 90%;margin:0;padding: 0 5%;
	}
	.page_tricol_left{
		text-align: left;
	}
	.page_tricol_left img{
		display: block;
		margin: 0 auto;
	}
	.push-one{margin-left: 0;}
	.form{    margin-top: 38px;}
}

/*- Mobile Styles phone*/
@media only screen and (max-width: 759px){
    input{-webkit-appearance: none;-webkit-border-radius:0; }
	#logo {
	    width: 90%;
	    background-size: contain;
	    left: 5%;
	    top: 0;
	}
	#body_newhome #logo {
	    width: 56%;
	    height: 134px;
	    left: 10%;
	    z-index: 101;
	}
	#mobile_nav {    	z-index: 100;}
}



.blog_story_in_list{
	max-width:70%; margin:0px auto;
	padding-bottom:30px;
}
p.read_more_link{text-align:right;}

.blog_story{max-width:700px;margin:0px auto;}


.body_nothome p{
	font-size:18px;
}