@charset "utf-8";
/* CSS Document */
/* ====================
	Universals
======================= */


/* Font Sizes
Default is 14px

36px = 2.57rem
30px = 2.14
24px = 1.71
18px = 1.29
16px = 1.14
14px = 1.00
13px = 0.93
12px = 0.86
11px = 0.79
10px = 0.71
9px = 0.64

*/

body, html {
	font-family: Lato, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size:16px;
}

/* Overriding Foundation Font Declarations */
.top-bar-section ul li > a {
  font-family: Lato, Tahoma, Arial, sans-serif; font-size:1rem;
}

.top-bar-section ul, .f-dropdown, .f-dropdown.content, .top-bar .name {
    font-size: 14px;
}

a {
  color: #08adc2;
}

* {margin:0; padding:0; list-style:none}

.row {max-width:1200px;}

/* Testing View */
.testing_view {display:none;}

/* =======================
Spacing & Borders
======================= */
.padding {padding:30px!important ;}
.padding-top {padding-top:30px !important ;}
.padding-right {padding-right:30px !important ;}
.padding-bottom {padding-bottom:30px !important ;}
.padding-left {padding-left:30px !important ;}
.padding-top-bottom {padding-top:30px; padding-bottom:30px !important ;}
.padding-left-right {padding-left:30px; padding-right:30px !important ;}
.padding-none {padding:0 !important}

.padding-tiny {padding:6px !important ;}
.padding-top-tiny {padding-top:6px !important ;}
.padding-right-tiny {padding-right:6px !important ;}
.padding-bottom-tiny {padding-bottom:6px !important ;}
.padding-left-tiny {padding-left:6px !important ;}
.padding-top-bottom-tiny {padding-top:6px; padding-bottom:6px !important ;}
.padding-left-right-tiny {padding-left:6px; padding-right:6px !important ;} 

.padding-small {padding:15px !important ;}
.padding-top-small {padding-top:15px !important ;}
.padding-right-small {padding-right:15px !important ;}
.padding-bottom-small {padding-bottom:15px !important ;}
.padding-left-small {padding-left:15px !important ;}
.padding-top-bottom-small {padding-top:15px; padding-bottom:15px !important ;}
.padding-left-right-small {padding-left:15px; padding-right:15px !important ;}

.padding-large {padding:60px !important ;}
.padding-top-large {padding-top:60px !important ;}
.padding-right-large {padding-right:60px !important ;}
.padding-bottom-large {padding-bottom:60px !important ;}
.padding-left-large {padding-left:60px !important ;}
.padding-top-bottom-large {padding-top:60px; padding-bottom:60px !important ;}
.padding-left-right-large {padding-left:60px; padding-right:60px !important ;}

.padding-mini {margin:3px !important ;}
.padding-top-mini {margin-top:3px !important ;}
.padding-right-mini {margin-right:3px !important ;}
.padding-bottom-mini {margin-bottom:3px !important ;}
.padding-left-mini {margin-left:3px !important ;}
.padding-top-bottom-mini {margin-top:3px; margin-bottom:3px !important ;}
.padding-left-right-mini {margin-left:3px; margin-right:3px !important ;}

.padding-none {margin:0 !important ;}
.padding-top-none {margin-top:0 !important ;}
.padding-right-none {margin-right:0 !important ;}
.padding-bottom-none {margin-bottom:0 !important ;}
.padding-left-none {margin-left:0 !important ;}
.padding-top-bottom-none {margin-top:0; margin-bottom:0 !important ;}
.padding-left-right-none {margin-left:0; margin-right:0 !important ;}

.margin {margin:30px !important ;}
.margin-top {margin-top:30px !important ;}
.margin-right {margin-right:30px !important ;}
.margin-bottom {margin-bottom:30px !important ;}
.margin-left {margin-left:30px !important ;}
.margin-top-bottom {margin-top:30px; margin-bottom:30px !important ;}
.margin-left-right {margin-left:30px; margin-right:30px !important ;}

.margin-tiny {margin:3px !important ;}
.margin-top-tiny {margin-top:3px !important ;}
.margin-right-tiny {margin-right:3px !important ;}
.margin-bottom-tiny {margin-bottom:3px !important ;}
.margin-left-tiny {margin-left:3px !important ;}
.margin-top-bottom-tiny {margin-top:3px; margin-bottom:3px !important ;}
.margin-left-right-tiny {margin-left:3px; margin-right:3px !important ;}

.margin-small {margin:15px !important ;}
.margin-top-small {margin-top:15px !important ;}
.margin-right-small {margin-right:15px !important ;}
.margin-bottom-small {margin-bottom:15px !important ;}
.margin-left-small {margin-left:15px !important ;}
.margin-top-bottom-small {margin-top:15px; margin-bottom:15px !important ;}
.margin-left-right-small {margin-left:15px; margin-right:15px !important ;}

.margin-large {margin:60px !important ;}
.margin-top-large {margin-top:60px !important ;}
.margin-right-large {margin-right:60px !important ;}
.margin-bottom-large {margin-bottom:60px !important ;}
.margin-left-large {margin-left:60px !important ;}
.margin-top-bottom-large {margin-top:60px; margin-bottom:60px !important ;}
.margin-left-right-large {margin-left:60px; margin-right:60px !important ;}

.margin-mini {margin:3px !important ;}
.margin-top-mini {margin-top:3px !important ;}
.margin-right-mini {margin-right:3px !important ;}
.margin-bottom-mini {margin-bottom:3px !important ;}
.margin-left-mini {margin-left:3px !important ;}
.margin-top-bottom-mini {margin-top:3px; margin-bottom:3px !important ;}
.margin-left-right-mini {margin-left:3px; margin-right:3px !important ;}

.margin-none {margin:0 !important ;}
.margin-top-none {margin-top:0 !important ;}
.margin-right-none {margin-right:0 !important ;}
.margin-bottom-none {margin-bottom:0 !important ;}
.margin-left-none {margin-left:0 !important ;}
.margin-top-bottom-none {margin-top:0; margin-bottom:0 !important ;}
.margin-left-right-none {margin-left:0; margin-right:0 !important ;}

.border {border:1px solid #dddddd !important ;}
.border-top {border-top:1px solid #dddddd !important ;}
.border-left {border-left:1px solid #dddddd !important ;}
.border-right {border-right:1px solid #dddddd !important ;}
.border-bottom {border-bottom:1px solid #dddddd !important ;}

hr {
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

/* ======================
Lists
====================== */
.no-bullets {margin:0 !important;}
.no-bullets li {list-style:none;}

/* =======================
Positioning 
======================= */
.bottom {vertical-align:bottom}
.bottom-right-of-div {position:absolute; bottom:0; right:0;}
.bottom-of-div {position:absolute; bottom:0;} 
.relative {position:relative}
.block {display:block}
.inline-block {display:inline-block}
.left {float:left;}
.right {float:right}

/* ================++=====
Icons 
======================= */
.icon-bg {border-radius:5px; border:5px solid #333333; color:#ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; background:#333333; line-height:1; min-width:1.8rem; text-align:center;}     
  
  

/* =======================
Navigation Options 
======================= */
/* Make topbar transparent */
.top-bar, .top-bar ul {background-color: transparent;}


/* Off Canvas */
.title-bar {background: #333333 none repeat scroll 0% 0%;color: #ffffff; padding:.3rem .5rem .5rem .5rem	}
.off-canvas-wrapper {background: #333333;}
.off-canvas {background-color:transparent}
.off-canvas a, .off-canvas a:hover, .off-canvas a:visited {color:#ffffff;} 
.off-canvas a:hover {color:#cccccc;} 
#offCanvasLeft ul li a {
	display: block;
	padding: 0.66667rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: background 300ms ease 0s;
}  
.title-bar button {background:none; background-color:transparent}
.title-bar button:hover {background:none; background-color:transparent} 
.title-bar-title {color:rgba(255,255,255,.5)}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {display: none;}
.dropdown.menu > li.is-dropdown-submenu-parent > .drop-down.menu {top:2px; margin-top:0}
.dropdown.menu > li > .is-dropdown-submenu {top: 35px; border-radius: 5px}
.dropdown.menu > li > .is-dropdown-submenu:after {bottom: 100%; left: 35px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0,0,0,.8); border-width: 8px; margin-left: -8px;}

.menu .active > a {	color: inherit;	background: transparent;}

/* =======================
Header
======================= */

/* Search Box - Hidden until clicked */
#js-search{
	display: none;
	position: absolute;
	right: 10px;
	top: 23px;
	idth: 260px;
	float:right;
	z-index:1000;
}
#js-search input[type="text"]{
	background: #fff;
	font-size: 0.85em;
}
#js-search-btn .icon-remove,
#js-search-btn.open .icon-search{
	display: none; }
#js-search-btn.open .icon-remove{
	display: block;
	font-size: 18px;
	padding: 3px 0 0; }
#utn-0,#utn-1 {
	display: none;
}


/* =======================
Slider
======================= */
.slick-next {right:0;}
.slick-prev {left:0;}

button.slick-next:hover {opacity:.5; background-color:inherit;}
button.slick-prev:hover {opacity:.5; background-color:inherit;}

.slider-item {position:relative;}
.slider-caption {position:absolute;  z-index:900; background:rgba(255,255,255,.7); padding:30px; margin-left:-50%; margin-top:-50%; width:50%; height:130px; margin: auto;  top: 0; left: 0; bottom: 0; right: 0; text-align:center;}
.slider-caption .slider-headline {font-size:2rem; text-transform:uppercase; display:block; font-family:LatoHeavy, Tahoma, Arial;}
.slider-caption .slider-subheading {font-size:1.3rem; display:block;}
.slider-link {margin-top:.5rem; display:block;}

.slick-slide img {margin:0 auto;}
.slick-slider {margin-left:0; padding:0 30px;}

/* ===========================
Button
============================== */
button, .button, .cat_button {
font-family:inherit;
font-weight:bold; text-transform:uppercase;
 
background: #333333; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

padding:.3rem .9rem .3rem .8rem;

border:1px solid #444444;
border-radius:3px;	
}

button a, .button a, .cat_button a, button a:visited, .button a:visited, .cat_button a:visited, button:visited, .button:visited, .cat_button:visited, input.cat_button{color:#ffffff;} 
button a:hover, .button a:hover, button:hover, .button:hover, .cat_button:hover, button a:focus, .button a:focus, button:focus, .button:focus, .cat_button:focus  {color:#9e011f;} 

button.tiny, .button.tiny {font-size: 0.9rem; padding: 0.225em .55em .2em;} 
button.alt, .button.alt {background:#efefef; color:#333333; border:1px solid #cccccc;} 

/* =======================
Footer
======================= */
/* Clean up Recaptcha */
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {

line-height:0!important;

}

.recaptcha_input_area{
height: 30px!important;
}

/* Go Back Button */
.go-back, .goback {float:right; margin:0;}
.go-back a, .goback a {} 
.go-back a:hover, .goback a:hover {color:inherit;}  
.go-back:before, .goback:before {
    content:"\f137";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right:4px;
}

/* Accordian */
.accordion .accordion-navigation > a, .accordion dd > a {background:none;color:inherit;display: block;font-family:inherit;font-size: 1rem;padding: 1rem; border-bottom:1px solid #cccccc;}
.accordion .accordion-navigation > a:before, .accordion dd > a:before {content: ""; padding-right:9px; font-family: FontAwesome;}
.accordion .content { border-bottom:1px solid #cccccc;}
.accordion .accordion-navigation > a:hover:before, .accordion dd > a:hover:before {content: ""; } 
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {background:#efefef; } 

/* Turn Responsive Behavior Off */
.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Foundation Overrides */
label {display: inline-block;}
.columns:first-of-type {padding-left:0;}
.columns:last-of-type {padding-right:0;}

ul {margin-left: 0;}
x.content-wrap ul {margin-left: 1.1rem;}

/* BC Overrides */
.secure-login div.form, .newsletter-form div.form {padding-left: 0;}