/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background: #000; font-family: CustomFont; font-weight: normal; font-style: normal; font-size: 16px; letter-spacing:2px; line-height:18px; color: #666666; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

@font-face {	font-family: CustomFont_ExtraLight;    	src: url('../fonts/oswald-extralight-webfont.eot');    	src: url('../fonts/oswald-extralight-webfont?#iefix') format('embedded-opentype'),         url('../fonts/oswald-extralight-webfont.woff') format('woff'),         url('../fonts/oswald-extralight-webfont.ttf') format('truetype'),         url('../fonts/oswald-extralight-webfont.svg') format('svg');    	font-weight: normal;    	font-style: normal;	-webkit-font-smoothing: antialiased; 	-moz-osx-font-smoothing: grayscale;   	text-shadow: none;	}@font-face {	font-family: CustomFont;    	src: url('../fonts/oswald-light-webfont.eot');    	src: url('../fonts/oswald-light-webfont?#iefix') format('embedded-opentype'),         url('../fonts/oswald-light-webfont.woff') format('woff'),         url('../fonts/oswald-light-webfont.ttf') format('truetype'),         url('../fonts/oswald-light-webfont.svg') format('svg');    	font-weight: normal;    	font-style: normal;	-webkit-font-smoothing: antialiased; 	-moz-osx-font-smoothing: grayscale;   	text-shadow: none;	}@font-face {	font-family: CustomFont_Regular;    	src: url('../fonts/oswald-regular-webfont.eot');    	src: url('../fonts/oswald-regular-webfont?#iefix') format('embedded-opentype'),         url('../fonts/oswald-regular-webfont.woff') format('woff'),         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),         url('../fonts/oswald-regular-webfont.svg') format('svg');    	font-weight: normal;    	font-style: normal;	-webkit-font-smoothing: antialiased; 	-moz-osx-font-smoothing: grayscale;   	text-shadow: none;	}


/* Links ---------------------- */
a img { border: none; }

a { color: #0fa1b8; text-decoration: none; line-height: inherit; outline : none; }

a:hover { color: #CCC; }

a:focus { color: #0fa1b8; outline : none; }

p a, p a:visited { line-height: inherit; outline : none; color: #0fa1b8; }

/* Misc ---------------------- */

input {
	margin: 0px 10px 0px 0px;
	padding: 10px;
	font-family: CustomFont;
	font-size:14px;
     	-moz-border-radius: 5px 5px 5px 5px;    	
	-webkit-border-radius: 5px 5px 5px 5px;    	
	-khtml-border-radius: 5px 5px 5px 5px;    	
	border-radius: 5px 5px 5px 5px;
 	border: solid 1px #333;
	text-align:left;
	display:inline !important;
}

textarea {
	margin: 0px 0px 10px 5px;
	padding: 20px;
	font-family: CustomFont;
	font-size:14px;
	width:100%;
     	-moz-border-radius: 5px 5px 5px 5px;    	
	-webkit-border-radius: 5px 5px 5px 5px;    	
	-khtml-border-radius: 5px 5px 5px 5px;    	
	border-radius: 5px 5px 5px 5px;
 	border: solid 1px #CCC;
}

.hide { display: none; }

.hide-override { display: none !important; }

.highlight { background: #ffff99; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

p { font-family: inherit; font-weight: normal; font-size: 12px; line-height: 1.6; margin: 10px 0px 10px 0px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }

aside p { font-size: 12px; line-height: 1.35; font-style: italic; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-style: normal; color: #FFFFFF; text-rendering: optimizeLegibility; line-height: 1.5; margin-bottom: 5px; margin-top: 0px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #FFF; line-height: 0; }


hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-weight: bold; background: #ffff99; }

/* Lists ---------------------- */
ul, ol, dl { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: outside; }
/*
ol { margin-left: 20px; }
ol li ul, ol li ol { margin-left: 0px; margin-bottom: 0; }

ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }
*/
/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 13px; color: #555555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555555; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; }

abbr { text-transform: none; }


.print-only { display: none !important; }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
  .hide-for-print { display: none !important; }
  .show-for-print { display: inherit !important; } }


/* The Grid Used for Within Table Column ---------------------- */

.grid,.grid--full,.grid--rev,.grid{    *zoom:1}.grid:after,.grid--full:after,.grid--rev:after,.grid:after{    content:"";display:table;clear:both}.grid{    list-style:none;margin:0;padding:0;margin-left:0px;}.grid:before,.grid:after{    content:"";    display:table}.grid:after{    clear:both}.grid__item{    display:block;    float:left;    padding:0px;    vertical-align:top;    width:100%;    -webkit-box-sizing:border-box;    -moz-box-sizing:border-box;    box-sizing:border-box}


/* 4 equal column  ---------------------- */

.col-group > div {
  padding: 0;
}
@media screen and (min-width: 34em) {
  .col-group {
    overflow: hidden;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
  }
  .col-group > div {
    float: left;
    width: 50%;
  }
  .col-group > div:nth-child(odd) {
    clear: left;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
  }
}
@media screen and (min-width: 44em) {
  .col-group > div {
    width: 16.666%;
  }
  .col-group > div:nth-child(odd) {
    clear: none;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
  }
}


@media only screen and (min-width: 769px){    .desk--one-whole{        width:100%}    .desk--one-half,.desk--two-quarters,.desk--three-sixths,.desk--four-eighths,.desk--five-tenths,.desk--six-twelfths{        width:50%}    .desk--one-third,.desk--two-sixths,.desk--four-twelfths{        width:33.333%}    .desk--two-thirds,.desk--four-sixths,.desk--eight-twelfths{        width:66.666%}    .desk--one-quarter,.desk--two-eighths,.desk--three-twelfths{        width:25%}    .desk--three-quarters,.desk--six-eighths,.desk--nine-twelfths{        width:75%}    .desk--one-fifth,.desk--two-tenths{        width:20%}    .desk--two-fifths,.desk--four-tenths{        width:40%}    .desk--three-fifths,.desk--six-tenths{        width:60%}    .desk--four-fifths,.desk--eight-tenths{        width:80%}    .desk--one-sixth,.desk--two-twelfths{        width:16.666%}    .desk--five-sixths,.desk--ten-twelfths{        width:83.333%}    .desk--one-eighth{        width:12.5%}    .desk--three-eighths{        width:37.5%}    .desk--five-eighths{        width:62.5%}    .desk--seven-eighths{        width:87.5%}    .desk--one-tenth{        width:10%}    .desk--three-tenths{        width:30%}    .desk--seven-tenths{        width:70%}    .desk--nine-tenths{        width:90%}    .desk--one-twelfth{        width:8.333%}    .desk--five-twelfths{        width:41.666%}    .desk--seven-twelfths{        width:58.333%}    .desk--eleven-twelfths{        width:91.666%}    .desk--show{display:block!important}    .desk--hide{display:none!important}    .desk--left{float:left!important}    .desk--right{float:right!important}}


/* The Grid Used for Main Frame ---------------------- */
.row { width: 100%; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.row.collapse > .column, .row.collapse > .columns { padding: 0; }
.row .row.collapse {margin:0;}
.row > .column,
.row > .columns {padding: 0 0px;float:left;}
.row .row .column,
.row .row .columns { float: left; min-height: 1px; padding: 0 10px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }

img { height: auto; }

img, object, embed { max-width: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }



/* <nav> */
.top-bar { background: transparent; min-height: 45px; line-height: 45px; margin: 10px 0 20px 0; padding: 0; width: 100%; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.contain-to-grid .top-bar { max-width: 940px; margin: 0 auto; }
.top-bar > ul .name h1 { line-height: 45px; margin: 0; }
.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.top-bar.expanded { height: inherit; }

.top-bar ul { display: inline; height: 45px; line-height: 45px; list-style: none; padding: 0px 0 0 0 !important; margin: 0px !important; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }

.top-bar ul > li { float: left; background-image: none; padding: 0px !important; margin: 0px !important; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }

.top-bar ul > li a { 
		font-family: CustomFont_Regular; color: #FFF; text-transform: uppercase; letter-spacing: 1px; display: block; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 5px 20px 0px 20px;   }

.top-bar ul > li > a:hover, .top-bar ul > li.active > a, .top-bar ul > li > a:focus { 
	color:#0fa1b8;	font-size: 14px;
	letter-spacing: 1px;	text-decoration:none;	text-transform:uppercase;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out; 	}

.btnlogin { 
	font-family: CustomFont_Regular; color: #FFF; background:#0fa1b8; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 5px 20px 0px 20px; position: fixed; right:5%;
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	}

.btnlogin:hover { 
	font-family: CustomFont_Regular; color: #FFF; background:#999; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 5px 20px 0px 20px; position: fixed; right:5%;  
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
	}

.btnlogin2 { 
	font-family: CustomFont_Regular; color: #FFF; background:#0fa1b8; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 5px 20px 0px 20px; position: fixed; right:5%;
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	}

.btnlogin2:hover { 
	font-family: CustomFont_Regular; color: #FFF; background:#999; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 5px 20px 0px 20px; position: fixed; right:5%;  
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
	}


.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }

.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: transparent; }
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a { color: #fff; }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; width: 130px; }
.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus { background: transparent; }
.top-bar ul > li.login { padding: 0 15px; }
.top-bar ul > li.login form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 300px; }
.top-bar ul > li.login form input { float: left; width: auto; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; }
.top-bar ul > li.login form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] { margin-bottom: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; width: 60px; }
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: transparent; }
.top-bar ul > li.toggle-topbar { display: none; }

.top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ }

.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown { display: block; }

.top-bar ul > li.has-dropdown > a {  }

.top-bar ul > li.has-dropdown > a:after { content: ""; display: none; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }

.top-bar ul > li.has-dropdown .dropdown { background: transparent; left: 5px; margin: 0; padding: 5px 0 0 0 !important; position: absolute; display: none; z-index: 99; }

.top-bar ul > li.has-dropdown .dropdown li { background: transparent; background-image: none; line-height: 1; width: 100%; padding: 0px; margin: 0px; padding-bottom: 0px !important; border-bottom: 1px solid #999; }

.top-bar ul > li.has-dropdown .dropdown li > a { color: #000; font-size: 12px; height: 100%; line-height: 1; padding: 15px 17px 15px 17px; white-space: nowrap; border: none; background:#EFEFEF;  }

.top-bar ul > li.has-dropdown .dropdown li:last-child { border: none; }

.top-bar ul > li.has-dropdown .dropdown li > a:after { border: none; }

.top-bar ul > li.has-dropdown .dropdown li > a:hover, .top-bar ul > li.has-dropdown .dropdown li > a:focus { color:#0fa1b8; background:#CCC; border-radius: 0;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
}

.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }

.top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li.has-dropdown .dropdown li.active a { background: transparent; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { display:none; border: none; content: "\00bb"; right: 5px; top: 6px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
.top-bar ul.center {text-align:center;float:none;display:block;line-height:40px;}
.top-bar ul.center > li {display:inline-table;*display:inline;zoom:1;float:none;background-image: none;padding: 0px; margin: 0px;}
.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
.top-bar ul.right .has-dropdown .dropdown { left: auto; right: 0px; }
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
.top-bar .js-generated { display: none; }

/* Top bar in vertical view type */
.top-bar.vertical {background: transparent; min-height: auto; line-height: 45px; margin: 0px !important; padding: 0; width: auto; position: relative;}
.top-bar.vertical ul {display:block;float:none !important;height:auto;line-height:auto;}
.top-bar.vertical ul > li {display:block;float:none;background-image: none;padding: 0px; margin: 0px;}
.top-bar.vertical ul > li a {height:auto;line-height:1.3;padding:20px 20px 20px 20px;white-space:pre-line; color:#FFF; background-color:#333; border-bottom:1px solid #FFF; }
.top-bar.vertical ul > li.has-dropdown {position:static;}
.top-bar.vertical ul > li.has-dropdown .dropdown {left:auto;margin:0;padding:0 !important;position:static;display:block;z-index:auto;}
.top-bar.vertical ul > li.has-dropdown .dropdown li {background: transparent; background-image: none; line-height: 1; min-width: 100%; padding: 0px; margin: 0px; padding-bottom: 0px !important;}
.top-bar.vertical ul > li.has-dropdown .dropdown li > a {height:auto;line-height:1.3;padding:20px 30px 20px 30px;white-space:pre-line; background:#999; color:#FFF; border-bottom: solid #CCC 1px; }
.top-bar.vertical ul > li.has-dropdown .dropdown li > a:hover {padding:20px 30px 20px 30px; background:#666; color:#FFF;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {position:static;left:auto;top:auto;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a {padding-left:35px; background:#777;color:#FFF;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a:hover {padding-left:35px; background:#666;color:#FFF;}

.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a li a {padding-left:45px;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a li a li a {padding-left:60px;}
.top-bar.vertical ul > li > a:hover,
.top-bar.vertical ul > li.active > a,
.top-bar.vertical ul > li > a:focus { color: #0fa1b8; background:#000; border-radius:0px;}



/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* Small Devices ------------ */
@media only screen and (max-width: 800px) { /* Global Misc --- */
  /*                 */

.top-bar ul { display: inline; height: 25px; line-height: 45px; list-style: none; padding: 0px 0 0 0 !important; margin: 0 !important; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }


  .left, .right { float: none; }
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  /* The Grid --- */
  /*              */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 0px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 0px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 0px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 0px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }
}



@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?9ywhbs');
    src:    url('../fonts/icomoon.eot?9ywhbs#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?9ywhbs') format('truetype'),
        url('../fonts/icomoon.woff?9ywhbs') format('woff'),
        url('../fonts/icomoon.svg?9ywhbs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon__"], [class*=" icon__"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon__home3:before {
    content: "\e92e";
}
.icon__office:before {
    content: "\e92f";
}
.icon__pencil:before {
    content: "\e900";
}
.icon__quill:before {
    content: "\e930";
}
.icon__image:before {
    content: "\e93e";
}
.icon__camera:before {
    content: "\e931";
}
.icon__headphones:before {
    content: "\e932";
}
.icon__music:before {
    content: "\e933";
}
.icon__play:before {
    content: "\e96c";
}
.icon__video-camera:before {
    content: "\e934";
}
.icon__pacman:before {
    content: "\e96d";
}
.icon__bullhorn:before {
    content: "\e95c";
}
.icon__connection:before {
    content: "\e95d";
}
.icon__podcast:before {
    content: "\e95e";
}
.icon__mic:before {
    content: "\e935";
}
.icon__book:before {
    content: "\e936";
}
.icon__books:before {
    content: "\e937";
}
.icon__library:before {
    content: "\e96e";
}
.icon__stack:before {
    content: "\e938";
}
.icon__folder:before {
    content: "\e939";
}
.icon__folder-open:before {
    content: "\e93a";
}
.icon__folder-plus:before {
    content: "\e96f";
}
.icon__folder-minus:before {
    content: "\e970";
}
.icon__folder-download:before {
    content: "\e971";
}
.icon__folder-upload:before {
    content: "\e972";
}
.icon__ticket:before {
    content: "\e973";
}
.icon__cart:before {
    content: "\e93b";
}
.icon__coin-dollar:before {
    content: "\e93c";
}
.icon__credit-card:before {
    content: "\e93d";
}
.icon__phone:before {
    content: "\e974";
}
.icon__address-book:before {
    content: "\e93f";
}
.icon__location2:before {
    content: "\e940";
}
.icon__compass2:before {
    content: "\e941";
}
.icon__map:before {
    content: "\e942";
}
.icon__map2:before {
    content: "\e95f";
}
.icon__clock:before {
    content: "\e943";
}
.icon__alarm:before {
    content: "\e975";
}
.icon__stopwatch:before {
    content: "\e944";
}
.icon__calendar:before {
    content: "\e945";
}
.icon__printer:before {
    content: "\e960";
}
.icon__keyboard:before {
    content: "\e946";
}
.icon__display:before {
    content: "\e901";
}
.icon__laptop:before {
    content: "\e902";
}
.icon__mobile:before {
    content: "\e903";
}
.icon__tablet:before {
    content: "\e904";
}
.icon__floppy-disk:before {
    content: "\e961";
}
.icon__bubbles:before {
    content: "\e905";
}
.icon__users:before {
    content: "\e906";
}
.icon__user-plus:before {
    content: "\e976";
}
.icon__user-minus:before {
    content: "\e977";
}
.icon__user-tie:before {
    content: "\e907";
}
.icon__hour-glass:before {
    content: "\e978";
}
.icon__binoculars:before {
    content: "\e947";
}
.icon__search:before {
    content: "\e948";
}
.icon__zoom-in:before {
    content: "\e962";
}
.icon__zoom-out:before {
    content: "\e979";
}
.icon__wrench:before {
    content: "\e97a";
}
.icon__cog:before {
    content: "\e908";
}
.icon__pie-chart:before {
    content: "\e949";
}
.icon__stats-dots:before {
    content: "\e97b";
}
.icon__stats-bars2:before {
    content: "\e909";
}
.icon__trophy:before {
    content: "\e90a";
}
.icon__gift:before {
    content: "\e90b";
}
.icon__glass:before {
    content: "\e97c";
}
.icon__glass2:before {
    content: "\e97d";
}
.icon__mug:before {
    content: "\e90c";
}
.icon__spoon-knife:before {
    content: "\e97e";
}
.icon__rocket:before {
    content: "\e90d";
}
.icon__meter:before {
    content: "\e90e";
}
.icon__fire:before {
    content: "\e97f";
}
.icon__lab:before {
    content: "\e90f";
}
.icon__magnet:before {
    content: "\e980";
}
.icon__bin2:before {
    content: "\e981";
}
.icon__briefcase:before {
    content: "\e94a";
}
.icon__airplane:before {
    content: "\e94b";
}
.icon__truck:before {
    content: "\e94c";
}
.icon__target:before {
    content: "\e94d";
}
.icon__shield:before {
    content: "\e910";
}
.icon__switch:before {
    content: "\e982";
}
.icon__power-cord:before {
    content: "\e911";
}
.icon__list2:before {
    content: "\e94e";
}
.icon__tree:before {
    content: "\e912";
}
.icon__menu:before {
    content: "\e983";
}
.icon__menu2:before {
    content: "\e984";
}
.icon__menu3:before {
    content: "\e985";
}
.icon__menu4:before {
    content: "\e986";
}
.icon__cloud:before {
    content: "\e913";
}
.icon__sphere:before {
    content: "\e914";
}
.icon__earth:before {
    content: "\e915";
}
.icon__link:before {
    content: "\e987";
}
.icon__flag:before {
    content: "\e988";
}
.icon__attachment:before {
    content: "\e916";
}
.icon__eye-plus:before {
    content: "\e917";
}
.icon__eye-minus:before {
    content: "\e989";
}
.icon__star-full:before {
    content: "\e918";
}
.icon__heart:before {
    content: "\e919";
}
.icon__notification:before {
    content: "\e963";
}
.icon__question:before {
    content: "\e964";
}
.icon__plus:before {
    content: "\e965";
}
.icon__minus:before {
    content: "\e966";
}
.icon__info:before {
    content: "\e967";
}
.icon__cancel-circle:before {
    content: "\e968";
}
.icon__cross:before {
    content: "\e969";
}
.icon__checkmark:before {
    content: "\e98a";
}
.icon__previous:before {
    content: "\e98b";
}
.icon__next:before {
    content: "\e98c";
}
.icon__backward:before {
    content: "\e98d";
}
.icon__forward2:before {
    content: "\e98e";
}
.icon__loop2:before {
    content: "\e98f";
}
.icon__circle-up:before {
    content: "\e95b";
}
.icon__circle-right:before {
    content: "\e94f";
}
.icon__circle-down:before {
    content: "\e950";
}
.icon__circle-left:before {
    content: "\e951";
}
.icon__tab:before {
    content: "\e96a";
}
.icon__radio-checked:before {
    content: "\e990";
}
.icon__crop:before {
    content: "\e91a";
}
.icon__scissors:before {
    content: "\e91b";
}
.icon__filter:before {
    content: "\e952";
}
.icon__table2:before {
    content: "\e991";
}
.icon__share2:before {
    content: "\e96b";
}
.icon__mail:before {
    content: "\e91c";
}
.icon__google-plus:before {
    content: "\e953";
}
.icon__google-plus2:before {
    content: "\e954";
}
.icon__google-drive:before {
    content: "\e91d";
}
.icon__facebook:before {
    content: "\e955";
}
.icon__facebook2:before {
    content: "\e91e";
}
.icon__instagram:before {
    content: "\e91f";
}
.icon__whatsapp:before {
    content: "\e956";
}
.icon__twitter:before {
    content: "\e920";
}
.icon__rss2:before {
    content: "\e957";
}
.icon__youtube:before {
    content: "\e921";
}
.icon__wordpress:before {
    content: "\e922";
}
.icon__joomla:before {
    content: "\e923";
}
.icon__blogger2:before {
    content: "\e924";
}
.icon__appleinc:before {
    content: "\e925";
}
.icon__android:before {
    content: "\e926";
}
.icon__windows8:before {
    content: "\e958";
}
.icon__linkedin:before {
    content: "\e927";
}
.icon__linkedin2:before {
    content: "\e959";
}
.icon__chrome:before {
    content: "\e928";
}
.icon__firefox:before {
    content: "\e929";
}
.icon__IE:before {
    content: "\e92a";
}
.icon__safari:before {
    content: "\e92b";
}
.icon__opera:before {
    content: "\e92c";
}
.icon__file-pdf:before {
    content: "\e92d";
}
.icon__codepen:before {
    content: "\e95a";
}



.tabs {
	font-family: CustomFont_Regular;
	letter-spacing:1px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5%;
	height:50px;
	background: #000;
}

/* Nav */
.tabs nav {
	text-align: left;
	width: 100%;
	border: solid 1px #000;
}

.tabs nav span {
	font-family: CustomFont_Regular;
}

.tabs nav ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;

}

.tabs nav ul li {
	margin: 0px 0px 0px 0px;
	float: left;
	background-color:#666;
	position: relative;
	border-right: solid #000 1px;
     	-moz-border-radius: 0px 5px 0px 0px;    	-webkit-border-radius: 0px 5px 0px 0px;    	-khtml-border-radius: 0px 5px 0px 0px;    	border-radius: 0px 5px 0px 0px; 
}

.tabs nav li.tab-current {
	background-color:#FFF;
	border-right: solid #000 1px;
	-webkit-box-shadow:  1px 1px 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,.2);
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,.2);
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #FFF;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 2.5;
	margin: 0 0px 0 0px;
	padding: 10px 22px 10px 20px;
	white-space: nowrap;
	text-decoration:none;	text-transform:uppercase;

}

.tabs nav a:hover {
	color: #333;
	background:#FFF;
	display: block;
	font-size: 12px;
	line-height: 2.5;
	margin: 0 0px 0 0px;
	padding: 10px 22px 10px 20px;
	-webkit-transition: all 400ms ease-in-out;	-moz-transition: all 400ms ease-in-out;	-o-transition: all 400ms ease-in-out;	transition: all 400ms ease-in-out;
     	-moz-border-radius: 0px 10px 0px 0px;    	-webkit-border-radius: 0px 10px 0px 0px;    	-khtml-border-radius: 0px 10px 0px 0px;    	border-radius: 0px 5px 0px 0px; 
}

.tabs nav li.tab-current a {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 2.5;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	font-size: 15px;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}



/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs {
	font-family: CustomFont_Regular;
	letter-spacing:1px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5%;
	height:50px;
	background: #000;
	}

	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}

	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 6px 0px 0px 0px;
		text-align:center;
		min-height:55px;
	}

	.tabs nav ul li a:hover {
		width: 100%;
		padding: 6px 0px 0px 0px;
		text-align:center;
		min-height:55px;
	}

	.tabs nav ul li {
		width: 15%;
		width: calc(15% + 2px);
		margin: 0 0 0 4px;
	}


}




@media screen and (max-width: 47em) {

.btnlogin { 
	font-family: CustomFont_Regular; color: #FFF; background:#0fa1b8; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 0px 20px 0px 20px; position: fixed; right:6%; top:15px;
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	}

.btnlogin:hover { 
	font-family: CustomFont_Regular; color: #FFF; background:#999; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 0px 20px 0px 20px;   position: fixed; right:6%; top:15px;
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	}

.btnlogin2 { 
	font-family: CustomFont_Regular; color: #FFF; background:#0fa1b8; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 0px 20px 5px 20px; position: fixed; right:6%; top:75px; 
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display:block;
	}

.btnlogin2:hover { 
	font-family: CustomFont_Regular; color: #FFF; background:#999; text-transform: uppercase; letter-spacing: 1px; display: inline; font-size: 14px; font-weight: normal; height: 45px; line-height: 45px; padding: 0px 20px 5px 20px;   position: fixed; right:6%; top:75px; 
     	-moz-border-radius: 5px 5px 5px 5px;    	-webkit-border-radius: 5px 5px 5px 5px;    	-khtml-border-radius: 5px 5px 5px 5px;    	border-radius: 5px 5px 5px 5px;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display:block;
	}

.mobile--show{display:block!important}
.mobile--hide{display:none!important}

}




