/************************
* Resets *
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}

html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; scroll-behavior: smooth;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px!important; }
}

/*------typography, etc.------*/


body{margin:0;font-family:"Roboto",Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.5em;color:#000;background-color:#E9E9E9;}

p {margin:0 0 1em;}

a {color: #DA5000; text-decoration: none;font-weight:700;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
	a:hover { color: #bbb; text-decoration: underline;}

a:hover img, a:link img, a:visited img {border: none;}

.spaced {line-height: 1em;font-weight: 700;font-size: .75em;margin: 0;cursor: pointer;letter-spacing: 3px;text-transform:uppercase;}

img {max-width:100%;}

h1, h1 a, .h1 {font-family:"Oswald",sans-serif;font-size:4em;line-height:1.1em;font-weight:500;margin-bottom:.75em;line-height:1.1em;text-transform:uppercase;}
h2, h2 a, .h2 {font-family:"Oswald",sans-serif;font-size:2.667em;line-height:1.1em;margin-bottom:.5em;font-weight:500;text-transform:uppercase;color:#DA5000;}
h3, h3 a, .h3 {font-family:"Oswald",sans-serif;font-size:1.5em;margin-bottom:.5em;font-weight:500;text-transform:uppercase;}
h4, h4 a, .h4 {font-family:"Oswald",sans-serif;font-size:1.25em;margin-bottom:.5em;font-weight:500;text-transform:uppercase;}
h5, h5 a, .h5 {font-size:1em;margin-bottom:.5em;font-weight:bold;}
h6, h6 a, .h6 {font-size:1.1em;margin-bottom:0;font-weight:bold;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;font-size:1em;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline;}

p img {margin-bottom:3em;}

p+div, p+fieldset{margin-top:1.5em;}
p+ul, p+ol {margin-top:-.125em;margin-bottom:1.5em;}
p+h2, ul+h2, ol+h2, aside+h2, p+h3, ul+h3, ol+h3, aside+h3, p+h4, ul+h4, ol+h4, aside+h4, p+h5, ul+h5, ol+h5, aside+h5, p+h6, ul+h6, ol+h6, aside+h6{margin-top:1.25em;}

.lead {font-size:1.4em;font-family: "Roboto", Helvetica, Arial, sans-serif; color:#8E744B;line-height:1.5em;font-weight: 400;margin-bottom:1em;}


/* COLORS */
.color-orange {
  color: #DA5000;
}
.color-white {
  color: white;
}
.color-black {
  color: #2A2C2C;
}
.color-gray {
  color: #808080;
}
.color-lightgray {
  color: #C4C4C4;
}


hr {color: #CCCCCC;background-color: #CCCCCC;height:1px;border: 0;width: 100%;margin-bottom:2em;margin-top:1.5em; clear:both;}

blockquote {color:#fff;font-family:"Oswald",sans-serif;line-height:1.4em;font-size:1.25em;font-weight:500;text-transform:uppercase;margin:1em 0 1em 0;padding:1.5em 2em;background-color:#1A1A1A;}

blockquote p {padding-left:1em;margin:0;border-left:5px solid #DA5000;}

cite{color:#333;margin:0 00;display:block;text-emphasis:none; font-style:normal;}
cite p{margin-bottom:1em;}
	
sup, sub{line-height:1em;}
strike {color:#999;}

iframe{margin:0 auto 1.5em auto;display:block;width:100%;}

code {font-size:1em;background:rgba(0,0,0,.085);border-radius:4px;padding:0 3px;}
pre code {display:block;background:#f4f6f9;font-family: Monaco, monospace;border:1px solid #DDD;-moz-border-radius:4px;border-radius:4px;margin-bottom:2.5em;overflow:auto;width:100%;padding:1em;font-size:1.25em;}
pre {white-space: pre; padding:0;font-size:12px;line-height:1.4em;}

aside, figure {float:right;margin:0 0 1em 2.5%;width:33%;background:#E9E9E9;padding:1em;font-size:.75em;line-height:1.333em;-moz-border-radius:4px;border-radius:4px;}
aside img, figure img{margin:0 0 1.25em;}

dl {margin-bottom:1em;}
dt {font-weight:bold;}

.mobile {display:none;}

.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.center {text-align:center;}

.skip { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } 
.skip:focus { position:static;  width:auto;  height:auto; margin:.5em .5em; font-size:.9em;} 

/************************
* Structure *
************************/

.first {float:left;margin-right:3.5%;}
.middle {float:left;margin-right:3.5%;}
.last {float:right;}

/*------widths------*/

.group {margin-bottom:1.5em;}
.group:last-child {margin-bottom:0;}

.group_1of2, table.table_structure_2x td {width:48.25%;}

.group_1of3, table.table_structure_3x td{width:31%;}
.group_2of3 {width:65.5%;}

.group_1of4, table.table_structure_4x td {width:22.375%;}
.group_3of4 {width:74.125%;}

.group_1of5 {width:17.2%;}
.group_2of5 {width:37.9%;}
.group_3of5 {width:58.6%;}
.group_4of5 {width:79.3%;}

.group_1of6 {width:13.75%;}
.group_5of6 {width:82.75%;}

.group_1of7 {width:11.28571428571429%;}
.group_2of7 {width:26.07142857142858%;}
.group_3of7 {width:40.85714285714287%;}
.group_4of7 {width:55.64285714285716%;}
.group_5of7 {width:70.42857142857145%;}
.group_6of7 {width:85.21428571428574%;}

.group_1of8 {width:9.4375%;}
.group_3of8 {width:35.3125%;}
.group_5of8 {width:61.1875%;}
.group_7of8 {width:87.0625%;}

/*------sections / wrappers------*/
.site_wrapper {background-color:#fff;margin:0 auto;max-width:1600px; -moz-box-shadow: 0 0 20px rgba(0,0,0,.15); -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3); box-shadow:0 0 20px rgba(0,0,0,.3); overflow:hidden;}
.wrapper {padding:0 3.25%}

section.section_primary {padding-bottom:4em;margin:0;}
section.section_secondary {padding:3em 0;border-bottom:1px solid #ddd;}
.section_hero {border-bottom:1px solid #ddd;background:#f4f6f9;}
	.section_hero .wrapper{max-width:1400px;padding:0;}



/*------video hero banner------*/

.video_hero {position: relative;background:#000;margin-bottom:4em;}
.video_hero video {width: 100%;margin-bottom:-8px;background: url('/webres/image/homepage/video-banner/video-img.jpg') no-repeat; background-size: cover; transition: 1s opacity; }
.video_hero .stopfade { opacity: .5;}
.video_hero .video_overlay {position:absolute;top:0;left:0;height:100%; width:100%; background: rgba(0,0,0,0.5);}
.video_hero .video_content {position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align:center; color:#fff; font-size:1.4rem;}
.video_hero .video_content h1 {line-height:1em;margin-bottom:.5em;}
.video_hero .video_content p {font-size:20px;text-transform:uppercase;letter-spacing:6px;}

.video_hero .arrow {}

.video_hero .btn-pause {position:absolute; bottom:0; right:0; background-color:rgba(0, 0, 0, .5);color:#FFF;border:none; }

.video_hero .btn-pause:hover {opacity:1; }


/* --- global media object --- */
.media{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;}
.media_body{-ms-flex: 1;flex: 1;min-width: 0;-ms-word-break: break-all;overflow-wrap: break-word;word-wrap: break-word;}
.media_right{-ms-flex-negative: 0;flex-shrink: 0;margin-left: .75rem;}
.media_left {margin-left: 0;margin-right: .75rem;}
	/* --- no support for flex, .no-flexbox added with Modernizr--- */
	.no-flexbox .media {display:table;width:100%;}
	.no-flexbox .media_body, .no-flexbox .media_right, .no-flexbox .media_left{display:table-cell;}
	.no-flexbox .media_right{float:right;}

/*------rotator banner------*/
.rotator_banner {position:relative; z-index:0; background:#eee; text-align:center; }
.rotator_banner .rotator_banner_img {height:300px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.rotator_banner .rotator_banner_content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:1;}
.rotator_banner .heading {display:block; font-weight:bold; font-size:1.8em; line-height:1.1em; margin-bottom:.25em;}
.rotator_banner .description {display:block; font-size:1.2em; margin-bottom:.5em;}


/*------site header------*/
.site_header {background:#fff; -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); position:relative; z-index:1;}

.site_header a.logo {margin-top:20px; background: url(/images/tmc-logo.png); background-repeat: no-repeat; background-position: top left; background-size: 200px 78px; width: 200px;height: 78px; float: left; display: block; border:0;}

/*------site footer------*/

.site_footer {background:#1A1A1A; color:#808080;font-size:.9em;}
.site_footer h5 {color:#fff;}
.site_footer a {color:#808080;text-decoration:none;}
.site_footer a:hover {color:#fff;}
.site_footer ul {padding:0; margin-top:0; list-style:none;line-height:2em;}
.site_footer img {max-width:220px;}


.site_footer .highlight {color:#fff;}

.site_footer .wrapper {padding:3em 30px;}

.site_footer .social a {border:0;}
.site_footer .social li {display:inline-block; margin-right:1em; vertical-align: top;}
.site_footer .social li:last-child {margin-right:0;}

.site_footer .legal {font-size:.8em;text-align:center;border-top: 1px solid #000;padding-top:2em;margin-top:2em;}


.loadtrack {margin-top:1.25em;}
.loadtrack .btn {margin-top:1em;}

.top_site {position:fixed; bottom:20px; right:30px; z-index:700000; display:none;}
.top_site a { color:#DA5000; color: rgba(218,80,0,.8); border:0;}
.top_site a:hover { border:0;}
	

/************************
* Navigation *
************************/

/* Primary Navigation Resets and Defaults*/
nav.nav_primary {background:none;position:relative;line-height:1.2em;float:right;}
	nav.nav_primary .wrapper{padding:0;}
	nav.nav_primary .nav_full{display:table;width:100%;}
	nav.nav_primary ul{list-style: none;margin:0;padding:0;}
	nav.nav_primary li > a{text-decoration:none; }
	nav.nav_primary .caret {margin-left: 10px;color:orange;display: inline-block;width: 0;height: 0;vertical-align: middle;border-top: 5px solid #FFF;border-right: 5px solid transparent;border-left: 5px solid transparent;content: "";opacity: .5;filter: alpha(opacity=30);}
	
/* Mobile Button*/
.nav_primary_btn {display:none;margin:.5em; color:#fff;text-decoration:none;font-size:1.3em;}
	.nav_primary_btn:hover {color:#fff;text-decoration:none;}

/* Level 1 (All) */
nav.nav_primary ul.parent{display:table-row;width:100%;}
	nav.nav_primary .nav_full ul.parent{display:table-row;}
nav.nav_primary ul.parent > li{position:relative;display:block;float:left;}
nav.nav_primary ul.parent > li.nav_mobile {display:none;}
	nav.nav_primary .nav_full ul.parent > li{display:table-cell;float:none;}
nav.nav_primary ul.parent > li > a{font-size:17px;padding:1.25em .7em; color: #000;text-align:center;text-transform:uppercase; display:block;}
nav.nav_primary ul.parent > li > a:hover, nav.nav_primary ul.parent > li.drop_nav.hover > a, nav.nav_primary ul.parent > li.drop_mega.hover > a{ color: #DA5000;}

/* Level 1 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega{ position: static;}
	
/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent > li > ul{display:none; background:#FFF; position: absolute; left: 0; top:70px; width: 100%; padding:1em 1.25em; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0,0,0,0.3); border-top:6px solid #DA5000; z-index:10; color:#fff;}
	
/* Level 2 Dropdown (Nav)*/
	nav.nav_primary ul.parent li.drop_nav > ul {width: 275px; top: 100%;}
nav.nav_primary ul.parent > li:last-child > ul {left:auto;right:0;}

	nav.nav_primary ul.parent li.drop_nav > ul > li > a{color:#000;padding:.4em 10px;font-size:.8em;letter-spacing:2px;text-transform:uppercase;background:#fff ;display:block;}
	nav.nav_primary ul.parent li.drop_nav > ul > li {border-bottom:1px solid #ddd;}
	nav.nav_primary ul.parent li.drop_nav > ul > li:last-child {border-bottom:none;}
	nav.nav_primary ul.parent li.drop_nav > ul > li > a:hover{color:#000;background:#E9E9E9;}

	
/*------secondary navigation------*/


nav.nav_secondary {float:right;width:725px;margin: 0;padding-bottom:.5em; border-bottom: 1px solid #CCCCCC;}
nav.nav_secondary ul { margin: 0; padding: 0; list-style: none; float: right; }
nav.nav_secondary li { float: left; font-size: .875em; }
nav.nav_secondary li:last-child {padding-left:10px; }
nav.nav_secondary li a {float: left; font-size:15px;font-weight:400;padding: 12px; text-decoration: none; border-radius: 4px; color: #333333 }
nav.nav_secondary li a:hover, nav.nav_primary li a:focus { color: #DA5000; }
nav.nav_secondary li a:active { color: #333333; }
nav.nav_secondary li.active a { font-weight: bold; color: #333333; }

nav.nav_secondary .loadtrack {background-color:#DA5000;color:#fff;margin:0; padding:10px 13px; border:none;border-radius:0; text-transform:uppercase; }
nav.nav_secondary .loadtrack:hover {background-color:#000;color:#FFF}

nav.nav_secondary .login {background-color:#DA5000;color:#fff;margin:0; padding:10px 13px; border:none;border-radius:0; text-transform:uppercase; }
nav.nav_secondary .login:hover {background-color:#000;color:#FFF}

nav.nav_secondary .drivers{background-color:#DA5000;color:#fff;margin:0 10px 0 10px; padding:10px 13px; border:none;border-radius:0; text-transform:uppercase; }
nav.nav_secondary .drivers:hover {background-color:#000;color:#FFF}

.searchtoggle {}
.nav.nav_secondary .searchtoggle:hover {}


/*----------nav overlay-------*/

.nav_overlay_btn {display:none; position:absolute; top:50px; right:25px; padding:.25em .25em; color:#DA5000; font-size:24px; border:0;}
.nav_overlay_btn:hover {border:0;}
.nav_overlay_btn.show {display:block;}	

.nav_overlay {height: 100%; width: 100%; padding:0; background:#DA5000; position:fixed; overflow:auto; display: none; z-index: 100; -webkit-overflow-scrolling: touch; color:#fff;}
.nav_overlay::-webkit-scrollbar {display:none;}
.nav_overlay a {border:0;}
.nav_overlay .h4 {font-size:.9em; color:#fff; padding:25px 0 19px 0; margin-bottom:0; text-align:center; letter-spacing:10px; text-transform:uppercase;}
.nav_overlay ul {margin: 0; padding: 0;}

.nav_overlay ul li > ul > li {background-color:#101010;}

.nav_overlay > ul li {list-style: none; background-color:#DA5000;border-bottom: 1px solid rgba(0,0,0,0.2)}
.nav_overlay .heading {padding:25px;margin:0;background-color:#101010;text-align:center;}

.nav_overlay ul li a {color: #FFF; text-transform:uppercase;text-decoration: none; display: block; font-size: 20px; font-weight:700; padding: 15px; text-align:center;}
.nav_overlay_close {display: block; color: #fff; text-decoration: none; position: absolute; right: 5px; top: 5px; font-size: 30px; text-align: center; padding:20px; }
.nav_overlay_close:hover {color:#fff;}

.nav_overlay ul li > ul {margin:0;padding:0;display:none;}
.nav_overlay ul li ul li {border-top:none;}
.nav_overlay ul li > ul li a {font-size:1em;text-transform:none;padding: 10px;color:#FFFFFF;font-weight:400; }
.nav_overlay ul li ul li:last-child {margin-bottom:0em}

.nav_overlay ul li > ul li > ul li a {font-size:1em; padding: 10 14px; -moz-border-radius:4px;border-radius:4px; margin-bottom:.25em; background:rgba(255,255,255,0.1);}

.nav_overlay .login li:first-child {text-align:center; font-size:.9em; font-weight:400;}	
.nav_overlay .login a {background:#808080;color:#FFF;margin:0 2em .75em;letter-spacing:0;}
.nav_overlay .login a:hover {background:#666;}


/*------section navigation (vertical)------*/ 
.nav_section {margin-top:0px;margin-bottom:2em; padding: 1.75em 1.75em; background: #fff; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25); -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25); box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)}
.nav_section > ul{margin:0;list-style: none;padding:0;border: none; font-size:16px;line-height:1.3em;}
	.nav_section h4 {font-size:1.3em !important;padding:0;padding-bottom:.5em;margin-bottom:0;text-transform:uppercase; font-weight: 700;color:#000;}
	.nav_section h4 a{color:#000;}
	.nav_section > ul li a{text-decoration:none;text-transform:uppercase;display:block;padding:.75em 10px;color:#000;border-bottom: 1px solid #ccc;}
	.nav_section > ul li a:hover{background-color:#E9E9E9;}
	.nav_section > ul .selected{border-right:5px solid #DA5000;color:#DA5000;font-weight:700;;}
		/*------nested------*/ 
		.nav_section > ul ul {list-style: none;padding:0 0 0 10px;font-size:.9em;margin-bottom:5px;}
		.nav_section > ul ul li a{padding:3px 7px;}
 		.nav_section ul .selected_parent {font-weight:bold;}

	.nav_section_btn {background: #DA5000;display: none;margin-bottom: 1em}
	.nav_section_btn:hover {background: #000;}

	.nav_section_btn a {color: #fff;text-decoration: none;font-weight: 400;padding: .5em 1em;display: block;text-transform: uppercase}

nav.nav_section.show {display: block}

	
/*------paging, crumbs, tags (articles)------*/ 
nav.page ul {text-align: center;padding:0;margin:0;}
	nav.page ul li {display: inline;margin: 0 4px 0 0;}
	nav.page ul li a {padding: 4px 8px;font-size: 14px;font-weight: bold;border: 1px solid #CCC;border-radius: 4px;text-decoration:none;background:#E9E9E9;}
	nav.page ul li a:hover,nav.page ul li a:focus {background: #f0f0f0;border-color: #ccc;}
	nav.page ul li a:active, nav.page ul li a.current {background: #fff;border-color: #ccc;}
	
nav.breadcrumb {color: #666;font-size:0.750em;margin-bottom:2em;padding:2em 0;border-bottom:1px solid #ddd;}
	nav.breadcrumb a {margin: 0 5px;text-decoration: none;color: #999;}
	nav.breadcrumb a:first-child {margin-left: 0;}
	nav.breadcrumb a:hover,nav.breadcrumb a:focus {color: #000;}
	nav.breadcrumb a:active {color: #000;}
	nav.breadcrumb strong {margin-left: 5px;font-weight: bold;color: #000;}
	
ol.tags {list-style:none;padding:0;margin:0 0 1.5em;font-size:.75em;}
	ol.tags li {float: left;margin: 0 5px 5px 0;}
	ol.tags li a {text-decoration:none;background:#CCC;float: left;padding: 5px 10px;font-weight: normal;color: #fff;-moz-border-radius: 0;border-radius: 0;}
	ol.tags li a:hover, ol.tags li a:focus {background-color: #999;}
	ol.tags li a:active {background-color: #ccc;}





/************************
* Content *
************************/
.content .panel_title {font-family:"Oswald",sans-serif;font-size:1.5em;text-transform:uppercase;margin-bottom:1.5em;color:#000;line-height: 1.1em;}
.content.panel {background-color:#fff;padding:2em 0}

.group_3of4.first.inset_right {min-height:550px;}

.wow {visibility: hidden;}
.fadeIn, .fadeInLeft, .fadeInRight {-webkit-animation-delay: .3s;animation-delay: .3s;}

section header, article header {}
section footer, article footer {border-top:1px solid #CCC;font-size:.875em;padding:1em 0;color:#888;margin-top:3em;}
section footer img {float:left; margin: 0 10px 0 0;}

.well {display:block;padding:15px 15px;background:#FFF;border-radius:4px; -moz-box-shadow: inset 0 0 5px #ccc;-webkit-box-shadow: inset 0 0 5px #ccc;box-shadow: inset 0 0 5px #ccc;margin-bottom:2em;}
.platform {display:block;padding:15px 15px;background:#FFF;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;margin-bottom:2em;}

.comments {margin-top:5em;}

.item_image {margin-bottom:.5em;}
.item_title {font-size:1.25em;margin-bottom:.5em;}
.item_description {margin-bottom:.5em;}

.mission {padding:1em 10%;text-align:center;}

.testimonials blockquote {font-size:1.75em;color:#fff;margin:0 0 1em 0;padding:0;}

.testimonials cite {color:#808080;margin:0;font-weight:700;}
.testimonials .title {font-weight:400;font-size:.875em;}

.gallery .caption {font-size:.875em;color:#808080;font-weight:400;}

.play_btn_container {position:relative;display:inline-block}
.play_btn {position:absolute;bottom:0;right:0;display:block;background:#DA5000;width:50px;height:50px;transition: all .2s ease-in-out;}
.play_btn_container:hover .play_btn{background:#666 ;}
.play_btn_container:active .play_btn{background:#666 }
.play_btn:after {content: ""; border-top: 8px solid transparent;border-left: 16px solid white;border-bottom: 8px solid transparent;position: absolute;left:50%;margin-left:-8px;top:50%; margin-top:-8px}


.gallery .flex_item a {display:block; height:100%; width:100%; text-align:center;overflow:hidden;}
.item_image {margin-bottom:0;}
.gallery .flex_item a .item_image {transition: all .5s ease-in-out;}
.gallery .flex_item a:hover .item_image {transform: scale(1.1)}

.gallery .caption {margin-top:.5em;}
.gallery .flex_item .title {margin-top:.5em;text-align:left;}


/*------Blog ------*/

.group.structure.news {margin-top:4em;}
.group.structure.news h1 {font-size:3em;margin-bottom:.25em;}
.group.structure.news p img {margin-bottom:1em;}

.blog_date {color:#999;margin-bottom:.5em}

.blog_title a {font-family:"Roboto",Helvetica,Arial,sans-serif;font-size:1.4em; line-height:1.25em;font-weight:700;color:#000;}
.blog_title a:hover {text-decoration:none;color:#DA5000}

.date_author_category {font-size:.875em;}

.blog_feed {margin:0;padding:0;list-style:none;line-height:1.6em}

.blog_feed li {border:1px solid #ddd; padding:1.5em; margin-bottom:1em;overflow:hidden; background:#fff;}
.blog_feed li p {margin-bottom:.5em}
.blog_feed li p:last-child a {font-weight:700;}
.blog_feed+.view_more {border-top:1px solid #E6EAEA}
.blog_feed img {width:100%;}
.blog_feed .blog_date {color:#999;font-size:.8em}

.blog_feed_img {position:relative; float:right; width:50%; margin-left:30px; margin-bottom:.75em}
.blog_feed.news_feed .blog_feed_img {width:25%}

.featured .blog_feed_img {width:100%; float:none;margin-left:0; margin-bottom:1.25em}

.blog_detail .page_heading h4 {left:80px;}
.blog_detail .inset {padding:40px 50px 40px 80px;}
.blog_detail .inset.no_header_img {padding-top:60px}

.article_footer {font-size:.9em; line-height:1.4em;margin-top:4em;padding:0;}

.blog_detail ol.tags {font-size:1em; }
.blog_detail ol.tags a {padding:5px 10px}

  .related_posts {font-size:1em;padding:3em 0px;border-bottom:1px solid #ddd;border-top:1px solid #ddd; }
  .related_posts h4 {font-size:1.6em;margin-bottom:1em}
  .related_posts ul {margin:0;padding:0;list-style:none;}
  .related_posts ul li {width:31%;float:left;margin-right:3.5%;}
  .related_posts ul li:last-child {margin-right:0;}
  .related_posts ul h4 {font-size:1.2em; line-height:1.2em;font-weight:bold}
  .related_posts ul img {margin-bottom:.5em}
  .related_posts a {}
  .related_posts a:hover {}

.article_footer_author {padding:2.5em 0 1.35em;position:relative;border-bottom:1px solid #eee; min-height:160px}
  .article_footer_author h4 {font-size:1.4em; font-weight:200;margin-bottom:.5em}
.article_footer_author img {position:absolute;top:2.5em;left:0em;}
.article_footer_author h4,.article_footer_author p {margin-left:120px}



/*------pages ------*/
.page_hero {position:relative; background:#FFF; margin-bottom:4em; }
.page_hero img {width:100%;}
.page_hero .caption {position:absolute;top:50%;transform:translateY(-50%);width:100%;color:#fff;line-height: 1.5em;padding:3% 5%;}
.page_hero .caption p {margin:0;padding:0;text-transform:uppercase;letter-spacing:6px;}
.page_hero .caption h1 {color:#fff;text-shadow: 0 2px 4px  rgba(0, 0, 0, .5);position:relative;margin:0;}
.page_hero .caption h1:before {content:""; width:60px;height:5px;background:#DA5000;position: absolute;bottom:-20px;left:50%;margin-left:-30px;}

.page_hero.no_image {margin-bottom:0;}
.page_hero.no_image .caption {transform:none;padding:0 0 1.5em 0;margin:4em 0;position:static;}
.page_hero.no_image .caption h1 {color:#000;text-shadow:none;position:relative;}
.page_hero.no_image .caption p {color:#000;}
.page_hero.no_image .overlay {display:none;}


.gradient {opacity: 0.75;background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 5%, #000000 99%);position:absolute;width:100%;height:100%;}

.overlay {position:absolute;top:0;left:0;height:100%; width:100%; background: rgba(0,0,0,0.4);}

/*------Insets & Outsets ------*/
.inset {padding:2rem;}

.inset_right_large {padding-right:4rem;}
.inset_right {padding-right:2rem;}
.inset_right_small {padding-right:.5rem;}

.inset_left_large {padding-left:4rem;}
.inset_left {padding-left:2rem;}
.inset_left_small {padding-left:.5rem;}

.inset_top_large {padding-top:4rem;}
.inset_top {padding-top:2rem;}
.inset_top_small {padding-top:.5rem;}

.inset_bottom_large {padding-bottom:4rem;}
.inset_bottom {padding-bottom:2rem;}
.inset_bottom_small {padding-bottom:.5rem;}

.outset {margin:2rem;}
.outset_large {margin:4rem;}


.outset_right_large {margin-right:4rem;}
.outset_right {margin-right:2rem;}
.outset_right_small {margin-right:.5rem;}

.outset_left_large {margin-left:4rem;}
.outset_left {margin-left:2rem;}
.outset_left_small {margin-left:.5rem;}

.outset_top_large {margin-top:4rem;}
.outset_top {margin-top:2rem;}
.outset_top_small {margin-top:.5rem;}

.outset_bottom_large {margin-bottom:4rem;}
.outset_bottom {margin-bottom:2rem;}
.outset_bottom_small {margin-bottom:.5rem;}



/*------Spinternet Defaults ------*/
.page_banner {margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
.page_video {font-size:.875em;line-height:1.666em;padding:1em;margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
	.page_video .fluid_video{margin-bottom:0;}
	.page_video .last{margin-left:1em;}

img[align=left], img.img_left{float:left;margin:0 1em 1em 0;max-width:30%;}
img[align=right], img.img_right{float:right;margin:0 0 1em 1em;max-width:30%;}
	
.fluid_video{margin-bottom:1.5em;}

.fluid_map {width: 100%;height: 0;padding-top: 60%;position: relative; margin-bottom:1.5em;}
	.fluid_map iframe {width: 100%;height: 100%; position: absolute;top: 0; right: 0;left: 0; bottom: 0; }
	.fluid_map img {max-width: none;}/*-- fixes max-width conflict in Google API maps --*/
	
	ul.login_links {position: fixed; top: 0; right: 0; margin: 0; padding: 4px; list-style: none; font-size: 12px;}
	.login_links  li{float: right; margin-left: .5em;}
	.login_links  li > a{line-height: 1; padding: .333em .5em; text-decoration: none; background-color: #888; background: rgba(0,0,0,.5); border: 1px solid #666; -moz-border-radius: 4px; border-radius: 4px; color: #FFF;}

/*------Locations------*/
.location_results {padding:1em;border:1px solid #CCC;font-size:.875em;}
	.location_results ol{list-style:none;margin:0;padding:0;line-height:1.5em;width:100%;}
	.location_results ol li{list-style:none;margin:0;display:inline-block;width:100%;}
	.location_results ol li div{float:left;width:80%;}
	.location_results img{float:left;margin-right:5%;max-width:15%;}

/*------video container ------*/
.video_link {display:block; margin-bottom:1em;}
.video_link .video_thumb {position:relative; display:block; margin-bottom:.5em; }
.video_link .video_play {position:absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color:rgba(255,0,0,0.80); font-size:5em; line-height:1em;}
.video_link:hover .video_play {color:rgba(255,0,0,0.40);}
	
/*------icons (added with selectors.js) ------*/

a[href$="pdf"]:after {content:' (.pdf)';}
a[href$="xls"]:after {content:' (.xls)';}
a[href$="csv"]:after {content:' (.csv)';}
a[href$="doc"]:after {content:' (.doc)';}
a[href$="docx"]:after {content:' (.docx)';}
a[href$="ppt"]:after {content:' (.ppt)';}

.pdf {background: url(/images/icon-pdf.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.excel {background: url(/images/icon-excel.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.word {background: url(/images/icon-word.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}

/*------text options------*/

.text_cooler {color:#0066CC;}
.text_success {color:#009933;}
.text_warmer {color:#f78d1d;}
.text_danger, .ecom-error {color:#b94a48;}

.text_smaller {font-size:.75em;}
.text_small {font-size:.875em;}
.text_large {font-size:1.25em;line-height:1.5em;}
.text_larger {font-size:1.5em;}
.text_largest {font-size:1.75em;}

.text_primary {color:royalblue}
.text_secondary {color:saddlebrown}

/*------highlighting / alerts------*/

.alert_banner {background:#D90000; color:#fff;padding:1.25em 1em;margin-bottom:0; font-size:.9em;line-height:1.4em;}
.alert_banner a {color:#fff;}
.alert_banner .btn {padding:0; border:none; background:none; margin:0 0 0 3em; float:right;}
.alert_banner .btn:hover {border:none; background:none; color:#ccc;}
.hidden {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

.alert {padding:.5em 1em;color:#c09853;border:1px solid #fbeed5;background:#fcf8e3;font-size:.875em;border-radius:4px;margin:.25em 0 2em;}
	.alert p:last-child{margin:0;}
.alert.alert_success{color:#468847;border:1px solid #d6e9c6;background:#dff0d8;}
.alert.alert_danger{color:#b94a48;border:1px solid #eed3d7;background:#f2dede;}
/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:bold;}
.site_alert a{color:#F1C411;}*/

/*------Flags------*/

.flag {z-index:1;min-width:40px;max-width:100%;background:grey;color:#fff;line-height:1.2em;padding:.5em;position:absolute;top:15px;left:-7px;font-size:.875em;}
  .flag:after {width: 0;height: 0;display:block;content:' ';border-top: 10px solid grey;opacity:.3;border-left: 7px solid transparent;position:absolute;bottom:-10px;left:0;}

.flag.flag_success {background:#288232;}
  .flag.flag_success:after{border-top-color: #288232;}

.flag.flag_danger {background:#b94a48;}
  .flag.flag_danger:after  {border-top-color: #b94a48;}

.flag.flag_cool {background:#06C;}
  .flag.flag_cool:after  {border-top-color: #06C;}

.flag.flag_warm {background:#f78d1d;}
  .flag.flag_warm:after  {border-top-color: #f78d1d;}


/* --- lists --- */
.list--horizontal {list-style:none;margin:0;padding:0;display:table;}
	.list--horizontal > li{width:auto;margin:0 2rem 0 0;display:inline-block;vertical-align:middle;}
	.list--horizontal > li:last-child{margin-right:0;}
	.list--horizontal.last > li:first-child{margin-right:0;}
	
	.list--horizontal.list--m--small > li{margin:0 1rem 0 0;}
	.list--horizontal.list--m--xsmall > li{margin:0 .5rem 0 0;}
	.list--horizontal.list--m--none > li{margin:0;}
	
.list--horizontal.last > li{margin:0 0 0 2rem;}
	.list--horizontal.list--m--small.last > li{margin:0 0 0 1rem;}
	.list--horizontal.list--m--xsmall.last > li{margin:0 0 0 .5rem;}

/* --- Definition Lists --- */	
.dl--horizontal {-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
display: flex;max-width:400px;}

.dl--horizontal__label {width: 30%;padding-right: .75rem;margin:0;}
.dl--horizontal__detail {width: 70%;margin:0;}

.no-flexbox .dl--horizontal__label {display:inline-block;padding-right:0;}
.no-flexbox .dl--horizontal__detail {display:inline-block;width:68%;}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/ 

.list {clear:both;margin:0 0 2em;}

.list_row {padding:0;padding-top:1em;}
.list_row > li {margin:0;display: table;border-collapse: collapse;width: 100%;float: left;margin-bottom:1em;}
.list_row .inner {display: table-row;text-decoration:none;}
.list_row .li-img {display: table-cell;vertical-align: middle;width: 20%;padding-right: 1.5em;padding-top:1em;padding-bottom:1em;}
.list_row .li-img img {display: block;width: 100%;height: auto;-moz-border-radius:4px;border-radius:4px;}
.list_row .li-text {display: table-cell;vertical-align: middle;width: 70%;padding:1.5em 1em 1.5em 0;}
.list_row .li-head{margin-bottom:.25em;font-size:1.5em;font-weight:normal;text-decoration:none;}
.list_row .li-summary {display: block;color:#333;margin-bottom:.25em;font-size:1em;}
.list_row .li-action {margin: 0;text-decoration:none;}
span.posted_info {display:block; font-style:italic;color:#999; font-size:.9em; margin-bottom:1em;}
.list_row .author {display:block; font-style:italic;color:#999;}
.list_row > li.clear_even,.list_row > li.clear_third,.list_row > li.clear_fourth, .list_row > li.clear_fifth {width:100%;display:none;margin:0;}

.list_grid {padding:0; }
.list_grid > li {padding:0;margin-right:6%;margin-bottom:0em;display: block;float: left; }
.list_grid.list_2x > li {width:47%;}
.list_grid.list_3x > li {width:29.33333333%; }
.list_grid.list_4x > li {width:20.5%; }
.list_grid.list_5x > li {width:15.2%; }
.list_grid.list_6x > li {width:11.66666666667%; }

.list_grid > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth,.list_grid > li.clear_fifth, .list_grid > li.clear_sixth {display:none;margin:2em 0 2em 0; }/*---set up/style clears---*/ 
.list_grid.list_2x > li.even, .list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {margin-right:0;}/*---margin of last item---*/ 
.list_grid.list_2x > li.clear_even, .list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:block;width:100%;}/*---show clears---*/ 
	
.list_grid .inner {text-decoration:none;}
.list_grid .li-img {padding-bottom:1em;}
.list_grid .li-img img {-moz-border-radius:4px;border-radius:4px;margin-bottom:.5em;}
.list_grid .li-text {clear:both;display:block;}
.list_grid .li-head {margin-bottom: .1em;line-height:1.1em;font-size:1em;font-weight:bold;display:block;}
.list_grid .li-summary {font-size:1em;display:block;}
.list_grid .li-action {font-size:.75em;display:block;}


.list_grid .list-benefits ul {padding: 0 0; margin: 0 0;}
.list_grid .list-benefits li {padding:20px 0px;display:block;}
.list_grid.list-benefits .li-text {border-bottom:1px solid #ccc;clear:both;display:block;}
.list_grid.list-benefits .li-head {font-family:"Oswald",sans-serif;font-size:1.25em;margin-bottom:.5em;font-weight:500;text-transform:uppercase;isplay:block;}
.list_grid.list-benefits .li-summary {font-size:1em;display:block;margin-bottom:1em;}

.list_grid.list-benefits > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth, .list_grid > li.clear_fifth, .list_grid > li.clear_sixth {border:none;}


.category_page_listing {margin-top:3em; }	
.category_page_listing > li {padding: 0 0 20px 0;}	
	
	
/*------processing, please wait buttons-------*/
.spnWaitMessage {color:#CC0000;font-weight:bold;font-size:16px;}
	
/*------related content (often used in side column, or below main content)------*/ 

.related {list-style:none;padding:0;margin:0;font-size:.875em;}
.related h4 {color:#000;}
.related .btn {width:100%;}


.related .related_item{padding:0;margin-bottom:2em;}
.related .related_item *:last-child{margin-bottom:0;}

.related_content {padding:3em 0 3em 0;margin:3em 0 0 0;}
.related_content ul {margin:0;padding:0}
.related_content li {border-bottom:1px solid #ccc;list-style:none;overflow:hidden; padding:10px 0; line-height:1.4em}
.related_content li:first-child {border-top:1px solid #ccc;}
.related_content li:last-child {border:none;}
.related_content li img {float:right;width:35%; margin: 0 0 10px 10px}


.related .related_item.related_html {background:#eee;display:block;width:100%;padding:25px}
.related .related_item.related_banner figure{float:none;width:auto;}
.related .related_item.related_banner img{margin-bottom:.5em;}
.related .related_item.related_testimonial img{width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.related .related_item.related_video img {cursor:pointer;}

.related .related_item.faq {margin-bottom:2em;}
.related .related_item.faq ul {margin:0 0 1em;padding:0;}
.related .related_item.faq li {border-bottom:1px solid #ccc;list-style:none;overflow:hidden; padding:10px 0; line-height:1.4em}
.related .related_item.faq li:first-child {border-top:1px solid #ccc;}
.related .related_item.faq li:last-child {border:none;}
.related .related_item.faq li img {float:right;width:35%; margin: 0 0 10px 10px}

.related .related_item.related_links {margin-bottom:2em;}
.related .related_item.related_links ul {margin:0 0 1em;padding:0;}
.related .related_item.related_links li {border-bottom:1px solid #ccc;list-style:none;overflow:hidden; padding:10px 0; line-height:1.4em}
.related .related_item.related_links li:first-child {border-top:1px solid #ccc;}
.related .related_item.related_links li:last-child {border:none;}
.related .related_item.related_links li img {float:right;width:35%; margin: 0 0 10px 10px}

	
/*------panels (often used to create different secions of content on the same page)------*/ 

.panel {padding:2em 0; background-color:#E9E9E9; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center;}

.panel.panel_html {}	
.panel.panel_image {padding:0;}
.panel.panel_image .cover_bg {background-repeat:no-repeat;background-position:center center;background-size: cover;}

	.panel.panel_image .panel_image_img {position:relative;}

.panel.panel_image .flex_grid {margin:0;}
.panel.panel_image .flex_grid .flex_item {margin:0;}
.panel.panel_image .flex_grid .text_block {padding:7em;min-height:400px;}
.panel.panel_image .flex_grid .center_vertical {position:relative; top:50%; transform:translateY(-50%);}

.panel.panel_image.left .flex_grid {-webkit-flex-direction: row-reverse; flex-direction: row-reverse;}
.panel.panel_image.left .flex_grid .center_vertical h2 {color:#000;}
.panel.panel_image.dark .text_block {background:#1A1A1A;color:#fff;}
.panel.panel_image.dark .text_block h2 {color:#fff;}


.panel.panel_image .panel_image_img > img {width:100%;}
.panel.panel_testimonial {}
.panel.panel_testimonial img {width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.panel.panel_shared {}
.panel.panel_video {}
.panel.panel_related {}

.panel .img_blend {position:absolute; top:0; height:100%; width:100%;}

.panel.left .img_blend {opacity: 0.7;background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);left:0;width:60%;}
.panel.right .img_blend {opacity: 0.7;background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);right:0;width:60%;}
.panel.cover .img_blend {background:rgba(255,255,255,0.7);left:0;right:0;top:0;bottom:0; color:#000;}

.panel.dark.left .img_blend {background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.right .img_blend {background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.cover .img_blend {background:rgba(0,0,0,0.7); color:#fff;}

.panel.dark, .panel.dark h4 {color:#fff;}

.panel .img_text {position:absolute; top:50%; transform:translateY(-50%); width:100%;}
.panel.left .img_text {left:7%; width:45%;}
.panel.right .img_text {right:7%; width:45%;}



.panel.panel_html.cta_bar {background-color:#DA5000;color:#fff;border:none;padding:4em 0;}	
.panel.panel_html.cta_bar h2 {color:#fff;}	

.panel.feature {padding:0;border:none;color:#fff;}	
.panel.feature .content {padding:2em;color:purple;}	

.panel.feature table.table_structure_2x tr td {padding:0;margin:0;}


.panel.news {background-color:#FFF;padding:3em 0;margin:0 2em;border: none;}	
.panel.category {background-color:#fff;padding:2em 0;margin:0 2em; border:none;}

.panel.panel_image.split {padding:0;border:none;color:black;}	
.panel.panel_image.split .panel_image_img > img {width:50%;overflow:hidden;}
.panel.right.split .img_text {max-width:450px;position:relative;padding:2em 2em;vertical-align:middle;justify-content:center;}


/*------table structure (in editor template)------*/ 

table.table_structure_4x {width:100%;margin-bottom:1em;border-collapse:collapse;line-height:1.3em;display:block;}
	table.table_structure_4x tbody, table.table_structure_4x tr{display:block;width:100%;}
	table.table_structure_4x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_4x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	table.table_structure_4x td.clear {display:none;clear:both;width:100%;}

table.table_structure_3x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_3x tbody, table.table_structure_3x tr{display:block;width:100%;}
	table.table_structure_3x tr td{display:block;float:left;padding-bottom:.5em;line-height:1.4em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_3x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
table.table_structure_2x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_2x tbody, table.table_structure_2x tr{display:block;width:100%;}
	table.table_structure_2x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_2x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
	table.table_structure_2x tr td:last-child, table.table_structure_3x tr td:last-child, table.table_structure_4x tr td:last-child{margin-right:0;}/*margin matches column structure*/
	
	
/*------data tables (min-width for overflow on small devices, can be adjusted)------*/ 

table.table_data thead th, table.table_list thead th{background:#eee; white-space:nowrap;font-weight:normal;color:#333;padding:10px 10px;font-size:15px;}
table.table_data thead tr:first-child th:first-child, table.table_list  thead tr:first-child th:first-child { border-top-left-radius: 4px; }
table.table_data thead tr:first-child th:last-child, table.table_list  thead tr:first-child th:last-child { border-top-right-radius: 4px; border:0;}

.table_data {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_data td{padding:.5em .75em;border:1px solid #ddd;min-width:5em;}
	.table_data td strong{white-space:nowrap;}

.table_list {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_list td{padding:.5em .75em;border-bottom:1px solid #DDD;border-right:1px solid #DDD;min-width:5em;}
	.table_list td:last-child{border-right:0;}
	.table_list.table_stripe {border-top:0;}
		
	table.table_stripe tbody tr:nth-child(even) {background:#E9E9E9;background:rgba(193  195  198,.1);}
	table.table_condensed th{padding:.25em .5em;font-size:1rem;}
	table.table_condensed td{padding:.25em .5em;font-size:.875rem;}
	
.table_overflow {
		/*added with selectors.js and */ 
		width:100%;overflow-x:auto;margin-bottom:1.5rem;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(0 50%, farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
		/* Opera doesn't support this in the shorthand */
		background-attachment: local, local, scroll, scroll;
}

/* Flex Grid */

.flex_grid { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 3em; }
.flex_grid .flex_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; /* for IE */
padding: .75em; margin-bottom: 2em; position: relative; }
/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item { width: 25%; }
.flex_grid.flex_3x .flex_item { width: 33.333%; }
.flex_grid.flex_2x .flex_item { width: 50%;}
/* Flex Grid Borders */
.flex_grid.flex_borders { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.flex_grid.flex_borders .flex_item { border: 1px solid #ddd; margin: 0; border-bottom: 0; border-right: 0; }
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin { border: 0; }
.flex_grid.flex_borders.flex_margin .flex_item { margin-right: 3%; margin-bottom: 1.5em; border: 1px solid #ddd; padding: 0;}

.flex_grid.flex_borders.flex_margin .flex_item .item_details { padding: .75em; padding-top: 0; }
.flex_grid.flex_4x.flex_margin .flex_item { width: 22.75%; }
.flex_grid.flex_3x.flex_margin .flex_item { width: 31.333%; }
.flex_grid.flex_2x.flex_margin .flex_item { width: 48.5%; }
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) { margin-right: 0; }
/* IE8 and IE9 */
.no-flexbox .flex_grid:after { content: ' '; display: block; clear: both; }
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) { clear: both; }


.sales-team img {width:100%;padding:1em 1em 0 1em;}
.sales-team .li-text {display:block;padding:1em;}
.sales-team .li-text .li-head {font-weight:700;font-size:1em;}




/*---News Flex Grid on Homepage---*/ 
.news .flex_grid {margin-top:4em}
.news .flex_grid.flex_borders.flex_margin .flex_item {background:#fff;border-bottom:12px solid #DA5000;text-align:left;}
.news .flex_grid.flex_borders.flex_margin .flex_item:hover {border-bottom:12px solid #DA5000;-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);}
.news .flex_grid.flex_borders.flex_margin .flex_item a {padding:3em 2em;display:block;text-decoration:none;}

.news .flex_grid.flex_borders.flex_margin .flex_item .news_category {display:block;color:#8E744B;font-size:.875em;font-weight:700;text-transform:uppercase;margin-bottom:1.25em;}
.news .flex_grid.flex_borders.flex_margin .flex_item .news_title {display:block; color:#000; font-size:1.4em; font-weight:700; line-height:1.25em; padding-bottom:.75em; margin-bottom:.75em; border-bottom:1px solid #ccc;}
.news .flex_grid.flex_borders.flex_margin .flex_item .news_posted {color:#bcbcbc;font-weight:400;font-size:.875em;}

.news .flex_item:first-child {-webkit-animation-delay: .3s;animation-delay: .3s;}
.news .flex_item:nth-child(2) {-webkit-animation-delay: .6s;animation-delay: .6s;}
.news .flex_item:nth-child(3) {-webkit-animation-delay: .9s;animation-delay: .9s;}

/*---Categories Flex Grid on Homepage---*/ 

.category.flex_grid.flex_borders .flex_item {border:none;}

.category .flex_item {height:420px;-webkit-box-shadow: 0px 10px 12px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0px 10px 12px 0 rgba(0,0,0,0.25); box-shadow: 0px 10px 12px 0 rgba(0,0,0,0.25);border:none; }
.category .flex_item img {margin-bottom:.75em;}
.category .flex_item a {display:block; height:100%; width:100%; text-align:center; color:#fff;overflow:hidden;}
.category .flex_item .image {display:block; height:100%; width:100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center;text-indent:-10000px;}
.category .flex_item .text {display:block; position: absolute; width:85%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.category .flex_item .head {position:relative;display:block; color:#FFF; font-family:"Oswald",sans-serif;font-size:2em;font-weight:500;text-transform:uppercase;line-height:1.1em; margin-bottom:1em;}
.category .flex_item .head:before {content:"";border-bottom:5px solid #DA5000; position:absolute;width:60px;bottom:-20px;left:50%;margin-left:-30px}

.category .flex_item .summary {display:block; font-size:1em; line-height:1.4em;}
.category .flex_item .overlay {display:block;height:100%; width:100%; pointer-events:none; position: absolute;left:0;top:0;background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 50%, #000000 90%);border-bottom:12px solid #DA5000;text-indent:-10000px;}

.category .flex_item a .image {transition: all .5s ease-in-out;}
.category .flex_item a:hover .image {transform: scale(1.1)}


.category .flex_item:first-child {-webkit-animation-delay: .3s;animation-delay: .3s;}
.category .flex_item:nth-child(2) {-webkit-animation-delay: .6s;animation-delay: .6s;}
.category .flex_item:nth-child(3) {-webkit-animation-delay: .9s;animation-delay: .9s;}



/*---Scale Proportionally for varied images sizes---*/ 
.grid_img {position: relative;border:1px solid #ddd;width: 100%;margin-bottom:.75em}
.aspect_ratio_1to1 {padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */}
.aspect_ratio_3to2 {padding-top: 66.666%; /* forces 3:2 aspect ratio*/}
.aspect_ratio_16to9 {padding-top: 56.25%; /* forces 16:9 aspect ratio*/}
.img-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align:center; /* Align center inline elements */font: 0/0 a;}
.img-container:before {content: ' ';display: inline-block;vertical-align: middle;height: 100%;}
.img-container img {vertical-align: middle;display: inline-block;max-height:100%/* Makes taller img fit the box */;}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {border:0;border-bottom:1px solid #ddd}


/************************
* Forms *
************************/

.form {margin-bottom:1rem;clear:both;font-size:.875rem;}
.form fieldset {padding-left:0;padding-right:0;border-radius:0;border-right:0;border-left:0;}
.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {max-width: none;width:100%;}
.form fieldset > div > label, .form fieldset > fieldset > legend {width:100%;padding:0;text-align:left;}
.form fieldset .icon_form{clear:both;display:block;margin-top:.5em;}
.form fieldset ul{width:100%;}

.form > fieldset {margin-bottom:1em;border:1px solid #DDD;padding:2em;-moz-border-radius:4px;border-radius:4px;background:#FFF;}

	
.form fieldset > div, .form fieldset > fieldset {padding:7px 0;clear:both;border-bottom:1px dotted #DDD;}
	.form fieldset > div:last-child {border-bottom:0;}
.form fieldset > div{*zoom:1}.form fieldset div:before,.form fieldset div:after{display:table;content:""}.form fieldset div:after{clear:both}
.form fieldset > div > label, .form fieldset > fieldset > legend{display:block;padding:3px 5% 3px 0;width:100%;text-align:left;float:left;}
.form fieldset > div > ul {margin: 0; padding: 0; list-style: none;}

.form fieldset ul.field_list{padding:3px 0;list-style:none;margin:0;float:left;display:block;width:66%;}
	.form fieldset ul.field_list li{margin:0 0 3px 0;}
	.form fieldset ul.field_list li{*zoom:1}
	.form fieldset ul.field_list li:before,.form fieldset ul.field_list li:after {display:table;content:""}
	.form fieldset ul.field_list li:after{clear:both}
	.form fieldset ul.field_list li span{width:90%;float:left;}
	
	.form fieldset ul.field_list li small{font-size:.875em;margin:-.5em 0 0 0;}

.form input[type="checkbox"], .form input[type="radio"] {margin-right:.5em; vertical-align:text-top; margin-top:6px; float:left;}

.form fieldset input, .form fieldset select{margin:0;max-width:100%;}
.form fieldset select{padding:0;}

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select{padding: .5em .5em;font-size: .875rem;border: 1px solid #CCC;background: #f5f5f5;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}/*------remove number spinners------*/
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {border-color: rgba(0,102,204,.8);
outline: 0;outline: thin dotted 9;box-shadow: 0 0 8px rgba(0,102,204,.6);background: #fff;}
.form .required {color:#b94a48;font-weight:bold;font-size:0.8em;}
.form [disabled="disabled"]{opacity:.60;}

.form .btn {margin:.5em .5em 0 0;}

.app_hours label {display:block}
.app_hours div {float:left;}

/*------Login------*/
.form.login {clear:none;}
.form.login fieldset input, .form.login fieldset select {width:100%;max-width:none;}
.form.login fieldset > div {border-bottom:none;}
.form.login fieldset > div > label {width:inherit;padding:0;text-align:left;}
.form.login fieldset input[type="submit"] {width:inherit;}

/*------Search Bar------*/
.searchbar { display: none; padding:20px 0; background: #E9E9E9;}
.searchbar legend {font-size:1.25em;margin-bottom:10px;background:none;}

/*------Search Box------*/
.search_box {position:relative;}
.search_box input {width:100%; padding:1em 1.25em; background:#fff; box-shadow: none; border: 1px solid #ddd;}
.search_box button, .search_box a  {position:absolute; top:50px; right:1.25em; color:#DA5000; border:0; background:none;}
.search_box button:hover, .search_box a:hover {color:#999}

/*------buttons------*/

.btn{text-decoration:none;display:inline-block;*display:inline;*zoom:1;background:none;color: #DA5000;line-height: 1.25em;font-weight: 700;font-size: .75em;margin: 0;padding: 1em 1.5em;cursor: pointer;border-radius:0;border:2px solid #DA5000;text-align:center;letter-spacing: 3px;text-transform:uppercase;}
	.btn:hover {border-color:#DA5000;background:#DA5000;color:#FFF;text-decoration:none;}
	.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.btn-primary {background-color: #DA5000;color: #FFF;}
.btn-primary:hover {background-color: #000;color: #FFF;}


.btn-white {background-color: #fff; border-color: #fff; color: #DA5000;}
	.btn-white:hover {background-color: #000; border-color: #000; color: #FFF;}

.btn-danger {background:#b94a48;border-color: #ac2925;}
	.btn-danger:hover {background-color: #d2322d;border-color: #ac2925;}


.btn-reverse {color:#FFF;background-color:none;border-color: #FFF;}
	.btn-reverse:hover {color:#DA5000;background-color: #FFF;border-color: #FFF;}

.btn-full {display:block;margin:0;}

.btn-large {font-size: 1rem;}
.btn-small {font-size: .8rem; padding:.9em 1.25em; line-height: .9em;}
.btn-mini {font-size: .625rem; line-height: .9em;}


/* just for presentation (bottom left corner) */
.breakpoint{position:fixed;bottom:0;left:0;background:#333;width:70px;color:#FFF;font-size:.8em;display:none;padding:0 10px;}
.break_1024to992{display:block;}

.g-recaptcha > div {margin-left:0;margin-bottom:1em;}

/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/



@media only screen and (max-width: 991px) {
/*---remove defaults for breakpoints---*/
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:none;}/*---hide default clears---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth,.list_grid.list_6x > li.sixth {margin-right:3.5%;}/*---over-ride default margin---*/ 

/* Flex Grid max 3 column */
.flex_grid.flex_4x .flex_item {width: 33.333%;}
.flex_grid.flex_4x.flex_margin .flex_item {width:31.333%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {margin-right:0;}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear:both;}

	
.panel .flex_grid.flex_2x .flex_item	{width:100%;}
.panel.panel_image .flex_grid .text_block {padding:4em;}
.cover_bg {height:500px;}
		

	
nav.nav_primary {display:none;}
nav.nav_secondary li a {display:none;}
nav.nav_secondary {border:none;padding:0;}
	
nav.nav_secondary .searchtoggle {position:absolute;display:block;top:14px;right:65px;font-size:20px;}
	
.nav_overlay_btn {display:block;top:20px;}
.site_header a.logo {margin:10px 0; background-size: 160px 62px; width: 160px;height: 62px;}	
	
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.break_991to768{display:block;}
	
/*---5, 6 column to 4---*/	
.list_grid.list_5x > li, .list_grid.list_6x > li {width:22.375%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fourth, .list_grid.list_6x > li.fourth {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fourth, .list_grid.list_6x > li.clear_fourth {display:block;width:100%;}/*---show clears---*/ 
	
.blog_detail .inset {padding:40px;}
.blog_detail .page_heading h2 {left:40px;}		
	
}

@media only screen and (max-width: 768px) {

	
h1 {font-size:2.5em;}
h2 {font-size:2em}	
.lead {font-size:1.2em;padding:1em 0;}
	
.group.structure.news h1 {font-size:2.5em}
	.group.structure.news {margin-top:2em;}
	
.wrapper {padding:0 4.5%;}
/* default breakpoints for structure */
.structure > .first, .structure > .middle, .structure > .last {float:none;width:100%;margin-right:0;margin-bottom:3em;}
	.structure > .first:last-child, .structure > .last:last-child {margin-bottom:0;}
/* default breakpoints for table structure */
table.table_structure_4x tr {clear:both;}
table.table_structure_4x tr td {width:47%;}
table.table_structure_4x td.clear {display:block;}

/* Flex Grid max 2 column */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {width: 50%;}
.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {width:48.5%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {clear:both;}
				
/* Level 1 Dropdown (All)*/
nav.nav_primary ul.parent, nav.nav_primary .nav_full ul.parent { display:none;}
	nav.nav_primary ul.parent.show, nav.nav_primary .nav_full ul.parent.show { display:block;}
nav.nav_primary ul.parent > li, nav.nav_primary .nav_full ul.parent > li{display:block;width:100%;}
nav.nav_primary ul.parent > li.nav_mobile {display:block;}
nav.nav_primary ul.parent > li > a {text-align:center;border-top:1px solid #ddd;}
nav.nav_primary ul.parent > li > ul{display:none;}
nav.nav_primary .caret {display:none;}
nav.nav_primary .nav_primary_btn {display:block;}

/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent li.drop_nav > ul, nav.nav_primary ul.parent li.drop_mega > ul {position:relative;width:100%;left:0;}
nav.nav_primary ul.parent li.drop_mega > ul > li {float:none;width:100%;}

/*------rotator banner------*/
.rotator_banner .rotator_banner_img {height:300px;}
.rotator_banner .rotator_banner_content {padding:1.5em 1.5em; position: relative; top:auto; left:auto; transform: none;}

/*------panels (often used to create different secions of content on the same page)------*/ 
.panel.panel_image .panel_image_img > img { margin-bottom:.75em;}
.panel .img_blend {opacity:1; position:inherit; top:inherit; height:inherit; right:inherit!important; left:inherit!important; background:none!important; width:100%!important;}
.panel .img_text {position:inherit; top:inherit; right:inherit!important; left:inherit!important; transform:inherit; width:100%!important;}
.panel, .panel h4 {color:#333!important;}

.blog_detail .inset {padding:30px;}
.blog_detail .page_heading h2 {left:30px;}
	
.panel.news {padding:3em 0;margin:0;}	
.panel.category {padding:2em 0;margin:0;}

	.category .flex_item .head {font-size:1.75em;}
	
/*------Insets & Outsets ------*/
[class*="outset_r"], [class*="outset_l"] {margin:0}
[class*="inset_r"], [class*="inset_l"] {padding:0}


.mobile {display:block;}
	
	
.site_footer .group_1of4.first {float:none;width:100%;text-align:center;}
.site_footer .group_1of4.middle {float:none;width:100%;text-align:center;}
.site_footer .group_1of4.first {float:none;width:100%;text-align:center;}

.site_footer {text-align:center;}
.site_footer .nav_footer li a {display:block; background:#808080;color:#fff;border-radius:0;margin-bottom:10px;text-align:center; text-decoration:none; padding:8px;}
.site_footer .nav_footer li a:hover {background:#666;}
	
.video_hero .btn-pause, .video_hero #bgvid, .video_hero.arrow {display:none; }
	
.video_hero { background-image: url('/webres/image/homepage/video-banner/video-img.jpg'); -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; }
.video_hero .video_content p {font-size:18px;line-height:1.25em;}
.video_hero .video_content {position:relative;transform:none;padding:4em 0;left:auto;top:auto;}
	
.nav_section_btn {display:block;}
.nav_section {display:none; margin-top:1em 0 2em 0;}	
	
.group_3of4.first.inset_right {min-height:0;}
	
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.break_767x480{display:block;}

.form textarea{width:60%;}

/*---4, 5, 6 column to 3---*/	
.list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:31%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.third, .list_grid.list_5x > li.third, .list_grid.list_6x > li.third {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_third, .list_grid.list_5x > li.clear_third, .list_grid.list_6x > li.clear_third {display:block;width:100%;}/*---show clears---*/ 

}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {
	
	
/*---list-benefits---*/	
.list_grid.list-benefits.list_2x > li {width:100%;margin:0 0 2em 0;float:none;}/*---establish widths---*/ 
.list_grid.list-benefits.list_2x > li.even {margin-right:0;}/*---last column---*/ 
.list_grid.list-benefits.list_2x > li.clear_even {display:block;width:100%;}/*---show clears---*/	
	
.panel.panel_image .flex_grid .text_block {padding:3em 2em;}
.cover_bg {height:350px;}
	
.blog_feed_img {position:relative;margin-bottom:1.25em; float:none; width:100%; margin-left:0px}
.blog_feed li {padding:1em; margin-bottom:2em}	

.blog_detail .inset {padding:0 20px 20px;}
.blog_detail .page_heading h2 {left:20px;font-size:1.5em}
	
.list.list_2x.category_page_listing li {width:100%;margin:0;}	
	
.testimonials blockquote {font-size:1.4em;}
	
blockquote {border-left:5px solid #DA5000;}
blockquote p {padding-left:0;margin:0;border-left:none}
	
.page_hero {margin-bottom:2em; }
.page_hero .caption {background:#1A1A1A;position:static;transform:none;padding:2em 0 3em 0;}
.page_hero .overlay {display:none;}

.page_hero.no_image .caption {background:none;padding:0;margin:2em 0 3em}
	
section.section_primary {padding-bottom:.5em;}

}




@media only screen and (min-width: 0px) and (max-width: 479px) {
.break_479x0{display:block;}
/* default breakpoints for table structure */
table.table_structure_4x tr td, table.table_structure_3x tr td, table.table_structure_2x tr td {width:100%;margin:0;}
	table.table_structure_4x tr td td, table.table_structure_3x tr td td, table.table_structure_2x tr td td{width: auto;}

p img {margin-bottom:1em;}
	
.form fieldset {padding-left:0;padding-right:0;border-radius:0;border-right:0;border-left:0;}
.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {max-width: none;width:100%;}
.form fieldset > div > label, .form fieldset > fieldset > legend {width:100%;padding:0;text-align:left;}
.form fieldset .icon_form{clear:both;display:block;margin-top:.5em;}
.form fieldset ul{width:100%;}

img.img_left, img[align=left], img.img_right, img[align=right]{max-width:33%;}
aside, figure {width:auto;float:none;margin-left:0;}

nav.page ul {margin-bottom:2em;}
nav.page ul li {display:none;}
nav.page ul li.page-prev, nav.page ul li.page-next {display:inline;}
	
.group.structure.news h1 {font-size:2em}


/*---3, 4, 5, 6 column to 2---*/	
.list_grid.list_3x > li, .list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:48.25%;}/*---establish widths---*/ 
.list_grid.list_3x > li.even,.list_grid.list_4x > li.even, .list_grid.list_5x > li.even, .list_grid.list_6x > li.even {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_even, .list_grid.list_4x > li.clear_even, .list_grid.list_5x > li.clear_even, .list_grid.list_6x > li.clear_even {display:block;width:100%;}/*---show clears---*/


	
/* Flex Grid */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%;margin-right:0; }

.gallery .flex_grid .flex_item {margin-bottom:0;}
.gallery .flex_grid {margin-bottom:1em;}
	
.list .li-summary {display: none;}

.rotator_banner .rotator_banner_img {height:200px;}
	
/*---form builder captcha---*/
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#rc-imageselect > div, .g-recaptcha > div {margin:0;width:500px!important;}
}

/*Print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;-ms-filter: none !important; } /* Black prints faster */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Roboto",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




/************************
* eCommerce *
************************/

/*-----shop overrides-----*/
.wrapper.shop { }

/*-----shop search-----*/
fieldset.search.shop { margin-bottom: 1.5em; }
fieldset.search.shop input[type="text"] { font-size: 14px; padding: .5em; width: 65%; }
fieldset.search.shop input[type="submit"] { padding: .5em .75em; font-size: 14px; }

/*-----categories-----*/
.shop_category { font-size: 16px; border-bottom: 1px solid #ccc; color: #666; text-align: center; }
.shop_category_img { margin-bottom: 1.5em; }

/*-----toobar-----*/
.toolbar { font-size: 13px; }
.toolbar .first, .toolbar .middle { margin-right: 5% }
.toolbar ul { list-style: none; padding: 0; margin: 0; }
.toolbar ul li { margin-right: .75em; display: inline; float: left; }
.toolbar .list_view a { background: url(/images/icon-list-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .list_view a:hover, .toolbar .list_view a.current_view { background-position: bottom; }
.toolbar .grid_view a { background: url(/images/icon-grid-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .grid_view a:hover, .toolbar .grid_view a.current_view { background-position: bottom; }

.list.list_row .price { float: right; width: 20%; font-size: 1.2em; margin-top: .25em; }
.list .price strike { display: block; }

/*-----product-----*/
.form.product fieldset { padding: .5em; }
.form.product p { margin-bottom: 0; }
.form.product h2 { margin-bottom: 1em; }
.product_detail_img { max-width: 468px; margin-bottom: 1em; text-align: center; }
ul.product_detail_img_thumb { margin: 0; padding: 0; list-style: none; }
ul.product_detail_img_thumb li { display: block; float: left; }
ul.product_detail_img_thumb li a img { height: 40px; margin: 0 .25em 1em 0; }

/*-----reviews-----*/
.reviews { clear: both; display: block; padding: 15px 15px; background: #FFF; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: inset 0 0 5px #ccc; -webkit-box-shadow: inset 0 0 5px #ccc; box-shadow: inner 0 0 5px #ccc; margin-bottom: 1em; }
.review_info { background: #F3F3F3; padding: 20px; -moz-border-radius: 4px; border-radius: 4px; }
.review { border-bottom: 1px dotted #ccc; font-size: .90em; margin-bottom: 20px; }
.review:last-child { border-bottom: none!important; }
.review h2 { color: #0066CC; }
.reviews .btn { background-color: #0066CC; border-color: #005CB6; font-weight: normal; float: right; }
.reviews .btn:hover { background-color: #005CB6; border-color: #004992; }

/*-----star ratings-----*/
.userRatingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userRatingStarNoPointer { background-repeat: no-repeat; cursor: default; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userFilledRatingStar { background-image: url(/images/star_yellow_14.gif); }
.userEmptyRatingStar { background-image: url(/images/star_gray_14.gif); }
.userWaitingRatingStar { background-image: url(/images/star_gray_14.gif); }
.ratingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 50px; margin: 10px 0 0 0; padding: 0; width: 50px; text-align: center; }
.filledRatingStar { background-image: url(/images/star_yellow_12.png); }
.emptyRatingStar { background-image: url(/images/star_gray_12.png); }
.waitingRatingStar { background-image: url(/images/star_gray_12.png); }

/*-----cart-----*/	
.flex-table { margin-bottom: 1em; border-collapse: collapse; width: 100%; background: #FFF; border: 1px solid #CCC; }
.flex-table thead th { border-bottom: 1px solid #E0E0E0; background: #F4F4F4; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: capitalize; white-space: nowrap; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
#cart-table tfoot td { text-align: right; }
.flex-table tfoot td { border-top: 1px solid #E0E0E0; background: #F4F4F4; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
.flex-table tbody tr:last-child td { border-bottom: 0; }
.flex-table tbody tr td { border-bottom: 2px solid #E8E8E8; vertical-align: top; }
.cart-item-wrapper { padding-bottom: 1em; }
.cart-item-description { font-size: .875em; line-height: 1.2em; margin-left: 90px; }
.product-name { margin-left: 90px; display: block; line-height: 1.2em; margin-bottom: .5em; }
.product-image { float: left; margin-right: 10px; }
.remove-link { color: #666; text-decoration: none; }
span.label { display: none; float: left; margin-right: .5em; }
.cart_calculate { font-size: .875em; padding: 5px 10px 10px 10px; float: none; margin-right: 0; }
.cart_calculate label { display: block; }
.cart_calculate input[type="text"] { font-size: .875em; margin-right: .25em; width: 50%; }
.cart_calculate select { max-width: 100%; }
.payment_method { list-style: none; padding: 0; }
.payment_method li { display: block; float: left; margin: 0 5px 5px 0; }

/*-----checkout-----*/	
.checkout_help { font-size: .875em; line-height: 1.5em; }

@media only screen and (max-width: 768px) {
/*-----cart-----*/	
.flex-table.linearize thead { display: none; }
.flex-table.linearize tbody tr:last-child { border-bottom: 0; }
.flex-table.linearize tbody tr { border-bottom: 2px solid #CCC; }
.flex-table.linearize tr, .flex-table.linearize th, .flex-table.linearize td { display: block; }
.flex-table.linearize tbody tr td:first-child { padding-top: 10px; }
.flex-table.linearize tbody tr td { padding: 0 10px 10px; border-right: 0; border-bottom: 0; }
.cart-item-wrapper { min-height: 75px; border-bottom: 1px solid #ddd; }
span.label { display: compact; }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.cart_calculate.first { width: 44%; float: left; }
.cart_calculate.last { width: 44%; float: right; }
}

@media screen and (max-width: 479px) {
.list.list_row .price { margin: 0; font-size: 1em; }
.list .price strike { display: none; }
}



/************************
* Date Picker Calendar *
************************/

/*------ Date Picker ------*/
		
.ui-datepicker {width: 100%; font-size:.9em; text-align: center; color: #666;}
.ui-datepicker a {color: #666; text-decoration: none;}
.ui-datepicker .ui-icon { width: 16px; height: 16px; background-image: url("/images/datepicker-arrows.png"); display: inline-block; vertical-align: middle; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-next span {background-position:-16px 0;}
.ui-datepicker .ui-datepicker-header { position: relative; padding: .5em 0; background: #eee; font-weight: bold; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse;}
.ui-datepicker th { padding: .7em .3em; font-weight: bold;}
.ui-datepicker td {padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25em; border: 1px solid #ddd; background: #fff; }
.ui-datepicker .ui-state-hover {background: #eee;}
.ui-datepicker .ui-state-highlight {background: #00C; color: #fff;}

/*------ Calendar ------*/

.cal_date {position:relative; z-index:1; display:inline-block; width:70px; height:70px; margin-right:1.5em; padding-top:10px; text-align:center; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#777; line-height:1.4em; color:#fff; }
.cal_date .cal_month {display:block; text-transform:uppercase; margin-bottom:0; font-size:.9em; font-weight:bold;}
.cal_date .cal_day {display:block; font-size:1.7em; font-weight:lighter;}

.cal_listing {padding:0; list-style:none;}
.cal_listing > li {padding:1.5em 0; border-bottom:1px solid #ddd;}
.cal_listing > li:last-child {border-bottom:none}
.cal_listing a {text-decoration:none;}
.cal_listing .cal_listing_img {float:left; max-width:55%; margin-bottom:1.5em;}
.cal_listing .cal_listing_img img {margin-top:-70px; padding-right:1.5em;}
.cal_listing .cal_listing_detail { }

.cal_next_prev {display:table; margin-bottom:1.5em; height:40px; width:100%; text-align:center;}
.cal_next_prev h3 {display:table-cell; margin:0; background:#666; color:#fff; font-size:.9em; padding:0 .5em; text-transform:uppercase; vertical-align:middle;}
.cal_next_prev a {display:table-cell; background:#666; color:#fff; font-size:1.8em; width:40px; text-decoration:none; vertical-align:middle;}
.cal_next_prev a:hover {background:#999;}
.cal_next_prev a:first-child {border-right:2px solid #fff;}
.cal_next_prev a:last-child {border-left:2px solid #fff;}

.cal_search {position:relative;}
.cal_search input {width:100%; margin-bottom:1.5em; padding:1em 1.25em; background:#fff; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #ddd;}
.cal_search a {position:absolute; top:1em; right:1.25em; color:#666; }
.cal_search a:hover {color:#999}

.cal_nav {border: 1px solid #ddd; margin-bottom:1.5em;}
.cal_nav > ul {margin:0;padding:0;list-style:none;}
.cal_nav > ul > li {border-bottom:1px solid #ddd; background:#fff; }
.cal_nav > ul > li:last-child {border-bottom:none; }
.cal_nav > ul > li > a {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav > ul > li > a:hover {background:#eee;}
.cal_nav > ul > li > a.selected {background:#eee;}
.cal_nav > ul > li > span {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav #datepicker {margin:0 1.25em 1em 1.25em;}

.cal_filter {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; font-size:.9em;}
.cal_filter legend {font-weight:bold; text-transform:uppercase; margin-bottom:.25em;}
.cal_filter input {margin:-2px 5px 0 0;  cursor:pointer;}
.cal_filter label {padding:2px 5px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}
.cal_filter .count {opacity:.7}

.cal_filter_btn {display:none;}
	
.cal_detail_img {position:relative;}
.cal_detail_img {margin-bottom:2em;}
.cal_detail_img .cal_date {position:absolute; top:0; left:0; z-index:1;}

.cal_detail table {border-collapse:collapse; width:100%; margin-bottom:2em; font-size:.9em; line-height:1.4em;}
.cal_detail table tr {border-bottom:1px solid #ddd;}
.cal_detail table tr td {padding:1em 1.5em 1em 0;}
.cal_detail table tr td:first-child {text-transform:uppercase; font-weight:bold;}

.cal_related {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; color:#666; font-size:.9em;}
.cal_related h5 {font-weight:bold; text-transform:uppercase;}
.cal_related .cal_listing {margin:0;}
.cal_related .cal_listing > li:first-child {padding-top:0;}
.cal_related .cal_listing > li:last-child {padding-bottom:0;}

/*------Featured Events ------*/

.cal_featured {margin:1.5em 0 4em 0!important;}
.cal_featured .cal_featured_event {display:block; position:relative; color:#fff; z-index:0;}
.cal_featured .cal_featured_event a, .cal_featured .cal_featured_event .h4 {color:#fff;}
.cal_featured .cal_featured_event .cal_featured_img {height:450px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.cal_featured .cal_featured_event .cal_date {position:absolute; top:0; left:0; z-index:1;}
.cal_featured .cal_featured_event .cal_featured_content {display:inline-block; position:absolute; bottom:0; left:0; width:65%; z-index:1; padding:1.5em 1.5em; background:#000; background:rgba(0,0,0,.8);}
.cal_featured .cal_featured_event .cal_featured_content span {display:block;}
.cal_featured .slick-dots li button:before {font-size: 18px;}
.cal_featured .slick-dots {bottom: -35px;}
.cal_featured .slick-dots li {margin: 0 2px;}



@media only screen and (max-width: 768px) {

.cal_featured .cal_featured_event .cal_featured_img {height:350px;}
.cal_featured .cal_featured_event .cal_featured_content {position:inherit; bottom:inherit; left:inherit; width:100%; z-index:inherit; background:#000;}

.cal_filter_btn {display:block; text-align:center;}
.cal_filters {display:none;}

}

@media only screen and (max-width: 640px) {

.cal_listing li .cal_listing_img {max-width:100%;}
.cal_listing .cal_listing_img img {padding-right:0;}

}

@media only screen and (max-width: 479px) {

.cal_featured .cal_featured_event .cal_featured_img {height:200px;}

}



/************************
* Full Calendar *
************************/

.fc { direction: ltr; text-align: left; }
.fc table { border-collapse: collapse; border-spacing: 0; }
html .fc, .fc table { font-size: 1em; }
.fc td, .fc th { padding: 0; vertical-align: top; }
.fc-header td { white-space: nowrap; }
.fc-header-left { width: 25%; text-align: left; }
.fc-header-center { text-align: center; }
.fc-header-right { width: 25%; text-align: right; }
.fc-header-title { display: inline-block; vertical-align: top; }
.fc-header-title h2 { margin-top: 0; white-space: nowrap; }
.fc .fc-header-space { padding-left: 10px; }
.fc-header .fc-button { margin-bottom: 1em; vertical-align: top; }
.fc-header .fc-button { margin-right: -1px; }
.fc-header .fc-corner-right { margin-right: 1px; }
.fc-header .ui-corner-right { margin-right: 0; }
.fc-header .fc-state-hover, .fc-header .ui-state-hover { z-index: 2; }
.fc-header .fc-state-down { z-index: 3; }
.fc-header .fc-state-active, .fc-header .ui-state-active { z-index: 4; }
.fc-content { clear: both; }
.fc-view { width: 100%; overflow: hidden; }
.fc-widget-header, .fc-widget-content { border: 1px solid #ccc; }
.fc-state-highlight { background: #ffc; }
.fc-cell-overlay { background: #9cf; opacity: .2; filter: alpha(opacity=20); }
.fc-button { position: relative; display: inline-block; cursor: pointer; }
.fc-state-default { border-style: solid; border-width: 1px 0; }
.fc-button-inner { position: relative; float: left; overflow: hidden; }
.fc-state-default .fc-button-inner { border-style: solid; border-width: 0 1px; }
.fc-button-content { position: relative; float: left; height: 1.9em; line-height: 1.9em; padding: 0 .6em; white-space: nowrap; }
.fc-button-content .fc-icon-wrap { position: relative; float: left; top: 50%; }
.fc-button-content .ui-icon { position: relative; float: left; margin-top: -50%; *margin-top:0;
*top:-50%;
}
.fc-state-default .fc-button-effect { position: absolute; top: 50%; left: 0; }
.fc-state-default .fc-button-effect span { position: absolute; top: -100px; left: 0; width: 500px; height: 100px; border-width: 100px 0 0 1px; border-style: solid; border-color: #fff; background: #444; opacity: .09; filter: alpha(opacity=9); }
.fc-state-default, .fc-state-default .fc-button-inner { border-style: solid; border-color: #ccc #bbb #aaa; background: #F3F3F3; color: #000; }
.fc-state-hover, .fc-state-hover .fc-button-inner { border-color: #999; }
.fc-state-down, .fc-state-down .fc-button-inner { border-color: #555; background: #777; }
.fc-state-active, .fc-state-active .fc-button-inner { border-color: #555; background: #777; color: #fff; }
.fc-state-disabled, .fc-state-disabled .fc-button-inner { color: #999; border-color: #ddd; }
.fc-state-disabled { cursor: default; }
.fc-state-disabled .fc-button-effect { display: none; }
.fc-event { border-style: solid; border-width: 0; font-size: .85em; cursor: default; }
a.fc-event, .fc-event-draggable { cursor: pointer; }
a.fc-event { text-decoration: none; }
.fc-rtl .fc-event { text-align: right; }
.fc-event-skin { color: #fff; border-radius: 2px; }
.fc-event-inner { line-height: 1.3em; position: relative; width: 100%; height: 100%; border-style: solid; border-width: 0; overflow: hidden; }
.fc-event-time, .fc-event-title { padding: 0 1px; color: #fff; }
.fc .ui-resizable-handle { display: block; position: absolute; z-index: 99999; overflow: hidden; font-size: 300%; line-height: 50%; }
.fc-event-hori { border-width: 1px 0; margin-bottom: 1px; }
.fc-event-hori .ui-resizable-e { top: 0!important; right: -3px!important; width: 7px!important; height: 100%!important; cursor: e-resize; }
.fc-event-hori .ui-resizable-w { top: 0!important; left: -3px!important; width: 7px!important; height: 100%!important; cursor: w-resize; }
.fc-event-hori .ui-resizable-handle { _padding-bottom: 14px; }
.fc-corner-left { margin-left: 1px; }
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner { margin-left: -1px; }
.fc-corner-right { margin-right: 1px; }
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner { margin-right: -1px; }
.fc-corner-top { margin-top: 1px; }
.fc-corner-top .fc-event-inner { margin-top: -1px; }
.fc-corner-bottom { margin-bottom: 1px; }
.fc-corner-bottom .fc-event-inner { margin-bottom: -1px; }
.fc-corner-left .fc-event-inner { border-left-width: 1px; }
.fc-corner-right .fc-event-inner { border-right-width: 1px; }
.fc-corner-top .fc-event-inner { border-top-width: 1px; }
.fc-corner-bottom .fc-event-inner { border-bottom-width: 1px; }
table.fc-border-separate { border-collapse: separate; }
.fc-border-separate th, .fc-border-separate td { border-width: 1px 0 0 1px; }
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last { border-right-width: 1px; }
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { border-bottom-width: 1px; }
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border-top-width: 0; }
.fc-grid th { text-align: center; }
.fc-grid .fc-day-number { float: right; padding: 0 2px; }
.fc-grid .fc-other-month .fc-day-number { opacity: .3; filter: alpha(opacity=30); }
.fc-grid .fc-day-content { clear: both; padding: 2px 2px 1px; }
.fc-grid .fc-event-time { font-weight: bold; }
.fc-rtl .fc-grid .fc-day-number { float: left; }
.fc-rtl .fc-grid .fc-event-time { float: right; }
.fc-agenda table { border-collapse: separate; }
.fc-agenda-days th { text-align: center; }
.fc-agenda .fc-agenda-axis { width: 50px; padding: 0 4px; vertical-align: middle; text-align: right; white-space: nowrap; font-weight: normal; }
.fc-agenda .fc-day-content { padding: 2px 2px 1px; }
.fc-agenda-days .fc-agenda-axis { border-right-width: 1px; }
.fc-agenda-days .fc-col0 { border-left-width: 0; }
.fc-agenda-allday th { border-width: 0 1px; }
.fc-agenda-allday .fc-day-content { min-height: 34px; _height: 34px; }
.fc-agenda-divider-inner { height: 2px; overflow: hidden; }
.fc-widget-header .fc-agenda-divider-inner { background: #eee; }
.fc-agenda-slots th { border-width: 1px 1px 0; }
.fc-agenda-slots td { border-width: 1px 0 0; background: none; }
.fc-agenda-slots td div { height: 20px; }
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td { border-top-width: 0; }
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { border-top-style: dotted; }
.fc-agenda-slots tr.fc-minor th.ui-widget-header { *border-top-style:solid;
}
.fc-event-vert { border-width: 0 1px; }
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { position: relative; z-index: 2; width: 100%; overflow: hidden; }
.fc-event-vert .fc-event-time { white-space: nowrap; font-size: 10px; }
.fc-event-vert .fc-event-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .3; filter: alpha(opacity=30); }
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg { display: none\9; }
.fc-event-vert .ui-resizable-s { bottom: 0!important; width: 100%!important; height: 8px!important; overflow: hidden!important; line-height: 8px!important; font-size: 11px!important; font-family: monospace; text-align: center; cursor: s-resize; }
.fc-agenda .ui-resizable-resizing { _overflow: hidden; }
/* Custom */
	
.calendar_views { margin-bottom: 1.5em; font-size: 14px; margin-top: .5em; }
.calendar_views > ul { padding: 0 0 5px; margin: 0; border-bottom: 1px solid #ccc; width: 100%; }
.calendar_views > ul li { display: inline; background: none; padding: 0; margin-left: 10px; }
.calendar_views > ul li a { padding: 7px 12px 6px 2em; text-decoration: none; border: 1px solid #ccc; border-bottom: 0; }
.calendar_views > ul li a.calendar_view { background: url(/images/icon-calendar-view.gif) 7px 9px no-repeat #F3F3F3; }
.calendar_views > ul li a.list_view { background: url(/images/icon-list-view.gif) 7px 9px no-repeat #F3F3F3; border-bottom: 1px solid #ccc; }
.calendar_views > ul li a.event_details { padding-left: 12px; }
.calendar_views > ul li a.current { background-color: #FFF; padding-bottom: 9px; border-bottom: #fff; }
.calendar_views { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 }
.calendar_views .list-wrap { background: none; padding: 0 }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.events_feed { list-style: none; padding: 0; margin: 0 0 1em 0; line-height: 1.25em; }
.events_feed li { padding: 0; margin-top: 15px; font-size: 15px; }
/*.events_feed li a{padding:8px;margin-bottom:0;display:block;text-decoration:none;height:1%;overflow:hidden;float:left;clear:both;width:100%; border-top: 1px solid #ccc;}*/
.events_feed li a { margin-bottom: 0; text-decoration: none; height: 1%; clear: both; width: 100%; overflow: hidden; }
.events_feed li:hover { background: #F7f7f7; }
.latest_date { background: #333; color: #FFF; display: block; text-align: center; float: left; line-height: .8em; margin-right: 12px; padding: 3px 8px 6px 7px; -moz-border-radius: 3px; border-radius: 3px; font-size: 20px; }
.latest_date span { font-size: .6em; display: block; }
.calendar_options { margin-bottom: 1em; }
.calendar_options h3 { font-weight: normal; }
.calendar_options label { padding: 2px 5px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; color: #FFF; margin-bottom: .5em; display: block; line-height: 1.4em; height: 1%; overflow: hidden; }
.calendar_options label:hover { opacity: .8; }
.calendar_options label input[type="checkbox"] { margin-right: .5em; float: left; margin-top: 4px; }
.calendar_options label div { float: left; width: 80%; }
.calendar_options.secondary label { background: #DDD; color: #333; }
label.calendar_all { background: #F0F0F0; border-color: #F0F0F0; color: #333; font-weight: bold; }
label.calendar_secondary { background: #FFF; border-color: #FFF; color: #333; }
.calendar_1 { background: #5895AD; border-color: #5895AD; }
.calendar_2 { background: #9C7C27; border-color: #9C7C27; }
.calendar_3 { background: #DD5839; border-color: #DD5839; }
.calendar_4 { background: #49862C; border-color: #49862C; }
.calendar_5 { background: #333; border-color: #333; }
.calendar_6 { background: #FB4C2F; border-color: #FB4C2F; }
.calendar_7 { background: #FFAD46; border-color: #FFAD46; }
.calendar_8 { background: #5229A3; border-color: #5229A3; }
.calendar_9 { background: #B22222; border-color: #B22222; }
.calendar_10 { background: #9ACD32; border-color: #9ACD32; }
.calendar_11 { background: #8B008B; border-color: #8B008B; }
.calendar_12 { background: #008B8B; border-color: #008B8B; }
.calendar_13 { background: #333; border-color: #333; }
.calendar_14 { background: #4986E7; border-color: #4986E7; }
.calendar_15 { background: #F08080; border-color: #F08080; }
#calendar thead th { background: #D8D6C9; padding: 3px 0; font-size: 1em; font-weight: bold; }
.calendar_header { margin-bottom: 1em; }
.calendar_header h2 { font-size: 1.7em!important; }
.calendar_header .last { text-align: right; }
.calendar_header .last a.btn { padding: 4px 10px; border: 1px solid #CCC; }
.home_sections .list-wrap ul.calendar_paging, ul.calendar_paging { padding: 0; margin: 0; float: right; }
ul.calendar_paging li { display: inline; float: right; }
ul.calendar_paging li a { padding: 2px 20px 2px 20px; width: 12px; height: 22px; text-decoration: none; background: #EFEFEF; border: 1px solid #CCC; float: right; }
ul.calendar_paging li a.back { background: url(/images/icon-calendar-left.gif) 20px 7px no-repeat #F3F3F3; border-right: 0; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; margin-left: 1em; }
ul.calendar_paging li a.forward { background: url(/images/icon-calendar-right.gif) 20px 7px no-repeat #F3F3F3; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.calendar_paging li a.disabled { opacity: .5; }
.event_content .events_feed li a { border-top: 0; margin: 0 0 1.5em 0; }

@media only screen and (max-width: 768px) {
.calendar_views ul.nav { display: none; }
.calendar_views .list-wrap #tab1 { display: none!important; }
.calendar_views .list-wrap #tab2 { display: block!important; }
.calendar_paging { clear: both; padding-top: .5em!important; display: block; float: none!important; }
.structure.calendar_wrapper > div > .first, .structure.calendar_wrapper > div > .middle, .structure.calendar_wrapper > div > .last { float: none; width: 100%; margin-right: 0; margin-bottom: 1em; }/* default breakpoints for structure */
.disabled { opacity: .5; }
}


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('/images/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('/fonts/slick.eot'); src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 40%; display: block;padding: 0; -webkit-transform: translate(0, -40%); -ms-transform: translate(0, -40%); transform: translate(0, -40%); cursor: pointer; color: #DA5000; border: none; outline: none; background:transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 40px; line-height: 1; opacity: .75; color: #DA5000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -50px; }
[dir='rtl'] .slick-prev { right: -50px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -50px; }
[dir='rtl'] .slick-next { right: auto; left: -50px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 20px; }
.slick-dots { position: absolute; bottom: -25px;display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 20px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: #FFF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 1; color: #DA5000; }

.gallery .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.gallery .slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.gallery .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.gallery .slick-dots li button:before { font-family: 'slick'; font-size: 20px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .5; color:#000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.gallery .slick-dots li.slick-active button:before { opacity: 1; color: #DA5000; }



@media only screen and (max-width: 768px) {

.slick-dots li button:before { opacity: .35;}
.slick-dots li.slick-active button:before { color: #DA5000; opacity: 1; }

}



/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }