@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('opensans-italic-webfont.eot');
    src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-italic-webfont.woff2') format('woff2'),
         url('opensans-italic-webfont.woff') format('woff'),
         url('opensans-italic-webfont.ttf') format('truetype'),
         url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
font-family:'Novecento Sans W01 Wd Normal';
font-family:'Novecento Sans W01 Wd Md';
font-family:'Novecento Sans W01 Wd DmBd';
font-family:'Novecento Sans W01 Wd Bd';
font-family:'norwesterregular'; //no longer used...

"black" 	#231f20 (text on this is #999999)
"yellow" 	#ffb608
"grey"		#e5e5e5 (text on this is "black")
*/
/* ==========================================================================
	Standard classes
   ========================================================================== */
.fit-img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.fit-imgc{
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.test{
	color:inherit;
}
.template{
	display: none;
}
a.fa{
	text-decoration: none !important;
}
.pages-module-content img{
	max-width:100% !important;
	height:auto;
}
.site-button{
	display:inline-block;
	background: #000;
	max-width: 100%;
	height: 40px;
	font-size: 15px;
	color: #fff;
	line-height: 34px;
	padding:0 1em;
	border:solid 2px #000;
	text-align:center;
	transition:all .5s;
	font-family:'Novecento Sans W01 Wd DmBd';
	text-transform: lowercase;
	letter-spacing: 1px;
}
.new-button {
    display: inline-block;
    background: #fff;
    max-width: 100%;
    height: 40px;
	font-size: 15px;
    color: #000;
    line-height: 34px;
    padding:0 1em;
    border:solid 2px #fff;
    text-align: center;
    transition:all .5s;
    font-family:'Novecento Sans W01 Wd DmBd';
	text-transform: lowercase;
	letter-spacing: 1px;
    min-width: 150px;
}


a.new-button:hover {
    text-decoration: none;
    color: #fcb713;
}
a[href^=mailto] sup{
	display: none;
}
.site-button-wide{
	display:block;
	width:100%;
}
.footer-contact a{
	color: #fff;
	line-height: 1.5em;
}
.site-button:hover{
	background:#fff;
	color:#000;
}
#livechat-compact-container {
	display: none;
}
.chat-bubble {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.live-chat-trigger {
    font-size: 16px;
    vertical-align: middle;
    line-height: 20px;
}
.site-button[disabled], .site-button[disabled]:hover{
	border-color:#666;
	background-color:#666;
	color:#fff;
}
.toggle-open, .toggle-closed {
	float: right;
	border: solid 1px #999;
	width: 30px;
	text-align: center;
	font-family: 'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
	height: 30px;
	line-height: 24px;
	font-size:20px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.loading-wrap{
	
	position:fixed;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	margin:-100px 0 0 -100px;
	background:#fff;
	border:solid 2px;
	border-radius:15px;
	z-index:10;
}
.loading{
	width:128px;
	height:128px;
	display:block;
	margin:36px;
	
}
.content-iframe{
	width:100%;
	height:650px;
	border:none;
}
/* ==========================================================================
	fixes
   ========================================================================== */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type=number]{
	-moz-appearance:textfield;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ==========================================================================
	Base stuff
   ========================================================================== */
   
body{
	font-size:16px;
	color:#231f20;
	font-family: 'open_sansregular';
	min-width:320px;
}
a{
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-weight:normal;
	font-size:20px;
	font-family:'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
}
h2{
	font-weight:normal;
	font-size:18px;
	margin:.5em 0;
	font-family:'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;

}
h3{
	font-size:14px;
	font-weight:normal;
	font-family:'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
}

.home-link{
	position:absolute;
}
.site-header{
	z-index:2;
	position:relative;
	top:0;
	width:100%;
	background:#fff;
	-webkit-transform: translateZ(0); /*prevents flash when scrolling on chrome */
}
.topbar-wrap{
	background:#231f20;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:14px;
	font-family:'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
}
.topbar{
	width: 1200px;
	min-width: 320px;
	max-width: 100%;
	margin:0 auto;
	padding:0 1em;
}

.topbar-promotion .header-promotion{
	color:#fff;
	font-size: 14px;
}

.main-area{
	width:100%;
	min-width:320px;
	max-width:1200px;
	padding: 20px 30px;
	margin:0 auto;
	z-index:1;
	position: relative;
}
.fw-item {
	display: block;
}
.main-area:empty {
    display: none;
}
.site-footer-wrap{
	background:#231f20;
	font-family: 'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
}
.site-footer{
	width:100%;
	min-width:320px;
	max-width:1360px;
	margin:0 auto;
	color: #fff;
	padding:20px;
	font-size:14px;
}
.site-footer h3{
	color:#fff;
	font-family: 'Novecento Sans W01 Wd DmBd';
	text-transform: lowercase;
}
.footer-copyright{
	clear:both;
	padding:1.5em 0 0;
	font-family: 'open_sansregular';
	text-transform: none;
	font-size:12px;
}
.iframe-wrap{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}
.iframe-wrap > iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.invis-dash {
	color: transparent;
}
/* site form stuff */
.site-form .input{
	display:block;
	margin:.5em 0;
}
.site-form .hidden{
	display:none;
}
.site-form select{
	height:40px;
	border:solid 1px #999;
	padding-left:.5em;
	padding-right:.5em;
	font-size:18px;
}
.logout{
	color:#fff;
	display: inline-block;
	margin-left:.5em;
}
.logout-link-wrap{
	display: none;
	line-height: 60px;
	float: right;
}
.logout-link-check{
	display: none;
}

@media (max-width:1024px){
	#livechat-compact-container {
		display: none;
	}
	.home-link{
		height: 45px;
		width: 45px;
		top: -10px;
		left: 50%;
		margin-left: -22px;
	}
	.site-header{
		/*border-top:solid 10px #231f20;*/
		height:45px;
	}
	.topbar-wrap{
		display:none;
	}
	.site-footer{
		text-align:center;
	}
	.footer-contact {
		line-height:2;
	}
	.footer-custom{
		max-width:400px;
		margin:1.5em auto;
	}
}
@media (min-width:568px){
	h1{
		font-size:30px;
	}
}
@media (min-width:1025px){
	body{
		overflow-y:scroll;
	}
	
	.home-link{
	    height: 70px;
	    width: 70px;
	    top: 69px;
		left:15px;
		z-index:1;
	}
	.site-header{
		height:148px;
	}
	.header-menus-wrap{
		max-width: 100%;
		width: 1200px;
		padding:0 0 0 80px;
		margin:0 auto;
		position:relative;
	}
	.topbar-promotion{
		float:right;
	}
	.topbar-promotion-multi {
	    margin-top: 10px;
	    text-align: center;
	    line-height: 20px;
        width: 360px;
	}
	.topbar-promotion .header-promotion{
		margin-right:.5em;
	}
	.topbar-promotion-multi .header-promotion {
	    display: block;
	    float: right;
    	width: 280px;
	}
	.topbar-promotion-multi .logout-link-wrap{
		line-height:40px;
	}
	.site-footer{
		overflow:hidden;
	}
	
	
	.footer-custom {
		width: 250px;
	}
	.footer-contact{
		float:right;
		width: 260px;
		margin-bottom:1em;
	}
}


@media (min-width:1200px){
	.home-link{
		left:50%;
		margin-left:-595px;
	}
	.main-area{
		padding: 20px 0;
	}
	.site-footer{
		padding:35px 70px 30px;
	}
}