/* Minification failed. Returning unminified contents.
(68,31): run-time error CSS1019: Unexpected token, found '0'
(1729,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1730,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1739,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(1740,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1771,7567): run-time error CSS1019: Unexpected token, found '@keyframes'
(1771,7582): run-time error CSS1035: Expected colon, found '{'
 */
/************************
* 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; }
*, *:before, *:after { -wsiebkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearfix { *zoom:1
}
.clearfix:before, .clearfix:after { display: table; content: ""}
.clearfix:after {clear: both}
.margin_bottom{margin-bottom:3em;}

/*------ 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: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5em; color: #333333; }
p { margin: 0 0 .5em; }
a { color: #31B7E8; text-decoration: none; -webkit-transition: color .1s ease-in; -moz-transition: color .1s ease-in; -o-transition: color .1s ease-in; transition: color .1s ease-in; }
a:hover { color: #1D588F; text-decoration: none; }
a:active { color: #333; }
a:link img, a:visited img { border-style: none }
img { max-width: 100%; }
h1, h1 a, .h1 { margin-bottom: 0.35em; font-weight: bold; font-size: 40px; line-height: 45px; color: #1D588F; }
h2, h2 a, .h2 { font-size: 2.188em; line-height: 1.2em; margin-bottom: .5em; font-weight: normal; color: #333; }
h2::after { display: block; content: ''; width: 250px; height: 5px; background: #D8D8D8; margin: 0.5em 0; }
h3, h3 a, .h3 { font-size: 35px; margin-bottom: .5em; font-weight: 600; color: #333333; line-height: 45px }
h3::after { display: block; content: ''; width: 250px; height: 5px; background: #D8D8D8; margin: 0 auto; margin-top: 0.90em; }
h4, h4 a, .h4 { font-size: 1.25em; margin-bottom: .5em; font-weight: bold; color: #004376; }
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+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: 20px; font-weight: 300; margin-bottom: .75em; line-height: 1.6em }
hr { color: #CCCCCC; background-color: #CCCCCC; height: 2px; border: 0; width: 70%; margin-bottom: 2em; margin-top: 1.5em; clear: both; margin-left:auto;margin-right:auto; }
blockquote { font-size: 20px; color: #333; line-height: 30px; margin: 0 0 1em 0;  }
blockquote p { margin-bottom: .75em }
cite { color: #333; display: block; text-emphasis: none; font-style: italic; font-size: 14px; margin-bottom: 1em }
cite p { margin-bottom: 1em; }
sup, sub { line-height: 1em; }0
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: #f4f6f9; padding: .75em; font-size: .75em; line-height: 1.333em; -moz-border-radius: 4px; border-radius: 4px; }
aside img, figure img { margin: 0 0 1em; }
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; }
.site_wrapper { max-width: 1620px; margin: 0 auto; -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; }

.blue_bg {background-color:#E0F4FC;}
.gray_bg { background:whitesmoke;}


.compare_table.table_data_stack td, .compare_table.table_data_stack th { border-bottom: 2px dotted #ddd;border-top:0;border-left:0;border-right:0;}
.compare_table.table_data_stack th {text-align:center}
.compare_table.table_data_stack td:nth-child(1){width:50%}
.compare_table.table_data_stack td:nth-child(2) {width:25%;}
.compare_table.table_data_stack td:nth-child(3) {width:25%;}
.compare_table.table_data_stack td {font-size:13px; text-align: center;}
.larger_text {font-size:18px;font-weight:600;}

/************************
* 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------*/
.wrapper { margin: 0 auto; max-width: 1400px; padding: 0 2.5%; }
section.section_primary { padding: 4em 0;  }
section.section_secondary { padding: 4em 0; }

.section_hero { border-bottom: 1px solid #ddd; background: #f4f6f9; }
.section_hero .wrapper { max-width: 1400px; padding: 0; }
/* --- 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; }
/*------home hero banner------*/
.home_hero { position: relative; min-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;z-index:5}
.home_hero .img_blend {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.home_hero .caption {top: 50%; transform: translateY(-50%); max-width:50%; color: #fff; }

.home_hero .banner .well {border-bottom:0;text-align:center;padding:0;border:0}
.home_hero .structure {position:relative;}
.home_hero .structure .first { position: absolute; top: 50%; transform: translateY(-50%);}
.home_hero .banner {position:relative; padding: 5em 0;}
.home_hero .banner .well {background: rgba(255,255,255,.8);  margin-bottom: 0;}
.home_hero .banner .well .h2 {text-transform: uppercase;font-weight:bold;color:#fff;padding:10px;font-size:37px}
.home_hero .inset {padding-top:0;}
.home_hero .lead { font-size:24px; line-height: 1.3em;  letter-spacing: 0.75px; color:#333333 }
.home_hero .caption .btn { float: left; margin-right: 10px; }
.home_hero .caption span { float: left; font-weight: 300; letter-spacing: .25px; max-width: 210px; font-size: 13px; font-style: italic; line-height: 15px; padding-top: 10px }
.comparison h2 span { text-transform: uppercase; font-weight: bold; font-size: 1.50em; line-height: 65px }
.comparison p { font-size: 1.563em; line-height: 35px; font-weight: 300; margin-bottom: 1.25em; }
.comparison img { border: 1px solid #E5E5E5 }
.comparison .btn-outline { background: #fff; }
.sub_category_item { border-bottom: 1px solid #EFEFEF; padding: 4em 0; }
.sub_category_item p { margin-bottom: 1.25em }
.sub_cateogry_img { text-align: center; }
.sub_category_item:last-child { border-bottom: 0;}

/*---------Co Branded Hero------------*/
.co_branded_site {}
.site_header a.affliate_logo { max-width: 270px; float: left; display: block; margin: 20px 40px 20px 0; float: left; display: block; }
.co_branded_caption h1 { margin-bottom: 0.35em; font-weight: bold; font-size: 45px; line-height: 45px; }
/*------Affliates Co-Branded Hero------*/
.co_branded_hero { position: relative;}
.co_branded_logo { padding: 2em 0; }
.co_branded_hero .co_branded_img { width: 100%; min-height: 560px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.co_branded_wrapper {position:static;}
.co_branded_hero .co_branded_caption .partnership { font-size: 16px; font-weight: 500; line-height: 1.4em; margin-bottom: 2.5em; letter-spacing: 0.75px; color: #333; }
.co_branded_hero .co_branded_img .co_branded_caption { position: relative; }
.co_branded_hero .co_branded_caption .inset { position: absolute; top: 50%;  padding:0 10% 0 20%; color: #fff; transform: translateY(-50%); }
.co_branded_hero .co_branded_caption .lead { font-size: 28px; line-height: 1.3em; letter-spacing: 0.75px; color: #333333; }
.co_branded_hero .well { position:absolute;border-bottom: 0; text-align: center; padding: 0; border: 0; margin: 0 auto; }
.co_branded_hero .well { width:60%; left:0;right:0;top:50%; transform: translateY(-50%);position:absolute;}
.co_branded_hero { padding: 0; }
.co_branded_hero .well { background: rgba(255,255,255,.8); margin-bottom: 0; }
.co_branded_hero .well .h2 { text-transform: uppercase; font-weight: bold; color: #fff; padding: 10px; font-size: 37px }
.co_branded_hero .inset { padding-top: 0; }
.co_branded_hero .lead { font-size: 28px; line-height: 1.3em; letter-spacing: 0.75px; color: #333333 }
.co_branded_hero .flex_grid .flex_item {padding:0;margin-bottom:0;}
.co_branded_hero .flex_grid {margin-bottom:0;padding-bottom:0;}

/*------site header------*/
.site_header {padding:0 1.25em ;position: relative;-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1); box-shadow: 0 5px 10px rgba(0,0,0,0.1);z-index:100;background: rgba(255, 255, 255, 0.90);}
.site_header .wrapper { position: relative; color: #333; z-index:10; width:100% }
.site_header a.logo { margin: 20px 40px 20px 0; background: url(/images/logo-purity.png); /*------ PNG backup (2x final size)------*/ background-image: url(/images/logo-purity.svg), none; /*------ SVG ------*/ background-repeat: no-repeat; background-position: top left; background-size: 270px 68px; width: 270px; height: 68px;/*------ final size ------*/ float: left;     display: block;    cursor: pointer;   position: relative; }


ul.site_header_cta { padding: 0; list-style: none; float: right; z-index: 1000; margin-top: 2em }
ul.site_header_cta li { display: inline-block;  }
ul.site_header_cta li > ul > li { display: block; }

/*------site footer------*/
.site_footer { clear: both; font-size: .85em; color: #666; padding:3em 1.50em ; }
.site_footer a { color: #333333 ; text-transform: uppercase;}
.site_footer a:hover { color: #666666 }
.site_footer .social { margin-top: 0; }
.site_footer .social a { border: 0; }
.site_footer .social li { display: inline-block; margin-right: 1.5em; vertical-align: top; }
.site_footer .social li:last-child { margin-right: 0; margin-top: 1px; }
.site_footer .social li:last-child i { font-size: 1.525em; color: #0d1f2b; background: #fff; padding: 2px 4px 2px 4px; -moz-border-radius: 6px; border-radius: 6px; }
.site_footer .last { text-align: right }
.site_footer .legal { font-size: .85em; }
.site_footer .legal a { text-decoration: underline }
.site_footer .disclaimer { color: #666666; font-style: italic; font-size: 12px; text-align: right; clear: both; margin-top: 1em; }
.site_footer .affliate_company { display: inline-block; padding-right: 40px; vertical-align: top; }
.site_footer .company { display: inline-block; vertical-align: top; }

.site_footer ul.footer_links {display:block;padding-left:0;margin-right:0;}
.site_footer ul.footer_links li {display:inline-block; padding:0 20px 0 0;list-style: none;font-family:'Open Sans', sans-serif; font-weight:600;font-size: 13px;color: #333333; letter-spacing: 0.61px;line-height: 23px;}
.section_primary.questions {padding:2em 0;}

/************************
* Navigation *
************************/
/* Primary Navigation Resets and Defaults*/
nav.nav_primary {margin-top: 30px; position:static; 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; color: #333; font-weight: 600; letter-spacing: 0.07em }
nav.nav_primary .caret { margin-left: 10px; display: inline-block; width: 0; height: 0; vertical-align: middle; border-top: 5px solid #666; border-right: 5px solid transparent; border-left: 5px solid transparent; content: ""; opacity: .5; filter: alpha(opacity=30); }
/* Mobile Button*/
.nav_primary_btn { display: none; position: absolute; top: 7px; right: 185px; z-index: 1; margin: 0; color: #333; font-size: 1.6em; }
.nav_primary_btn:hover { color: #666; text-decoration: none; }
/* Level 1 (All) */
nav.nav_primary ul.parent { display: table-row; width: 100%;margin: 0;}
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 { padding: 1em 1em 2.50em 1em; font-size: 15px; text-transform: uppercase; text-align: center; display: block; }
nav.nav_primary ul.parent > li:last-child {margin-right:10px;}
/* Level 1 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega { position: static}
/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent .inset {padding:0.50em 1.25em 0.50em 1.25em}
nav.nav_primary ul.parent > li > ul { background-color: rgba(255,255, 255, 0.97);display: none; position: absolute; left:0; -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); box-shadow: 0 5px 10px rgba(0,0,0,0.2); z-index: 3; margin:0; top:auto;}
/* Level 2 Dropdown (Nav)*/
nav.nav_primary ul.parent li.drop_nav > ul { width: 300px; top: 100%; }
nav.nav_primary ul.parent li.drop_nav > ul > li > a { padding: .5em; background: #fff; display: block; border-bottom: 1px solid #ddd }
nav.nav_primary ul.parent li.drop_nav > ul > li > a:hover { background: #f4f6f9; }
/* Level 2 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega > ul { width: 100%; color: #fff; }
nav.nav_primary ul.parent li.drop_mega > ul > li { width: 100%; }
nav.nav_primary ul.parent li.drop_mega > ul > li ul li a { display: block; padding: .5em 0; }
nav.nav_primary ul.parent li.drop_mega > ul > li ul li a:hover { text-decoration: underline }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading { color: #fff; font-size: 1.3em; font-weight: 700 }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading a { color: #fff; text-decoration: none }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading a:hover { text-decoration: underline }
nav.nav_primary ul.parent li.drop_mega > ul > li ul { margin-bottom: 2em }
nav.nav_primary ul.parent li.drop_mega .flex_grid { margin-bottom: 0; background-color: transparent; }
nav.nav_primary ul.parent li.drop_mega .flex_grid.flex_borders .flex_item:last-child { border-right: 0; }
nav.nav_primary ul.parent li.drop_mega .additional_resources h3 { color: #303030; font-size: 26px; font-weight: 500; }
nav.nav_primary ul.parent li.drop_mega .additional_resources li { font-size: 14px; }
nav.nav_primary ul.parent li.drop_mega .h3 {line-height: 20px;}
nav.nav_primary ul.parent li.drop_mega .h3 a { color: #333; font-size: 18px; font-weight: 600; margin-bottom: 0.10em;line-height: 20px;}




/*------secondary navigation------*/
nav.nav_secondary { position: absolute; top: 40px; right: 0; }
nav.nav_secondary ul { margin: 0; padding: 0; list-style: none; }
nav.nav_secondary li { float: left; font-size: .875em; }
nav.nav_secondary li a { float: left; padding: 0 1.25em; text-decoration: none; border-radius: 4px; }
nav.nav_secondary li a:hover, nav.nav_primary li a:focus { color: #333; }
nav.nav_secondary li a:active { color: #666; }
nav.nav_secondary li.active a { font-weight: bold; color: #333; }
/*------section navigation (vertical)------*/ 
.nav_section_wrapper {position:relative;background-color: #1D588F;}
.return {top:0;color: #fff; padding: 0.75em 2em; position: absolute; right:0;}
.return:hover {color:whitesmoke;}
.nav_section {  width: 100%;  }
.nav_section div > ul {margin: 0 0 0 9%; list-style: none; padding: 0; border: none; line-height: 1.3em; }
.nav_section div > ul > li {display: block}
.nav_section div > ul li a { border-right: 1px solid rgba(255, 255, 255, 0.2); text-transform: uppercase; text-decoration: none; display: block; padding: 1em.75em; color: #fff; float: left; letter-spacing: 0.15px }
.nav_section div > ul li a:hover { color: #ccc; }
.nav_section div > ul .selected { color: #fff; font-weight: 300; }
/*------nested------*/ 
.nav_section div > ul ul { list-style: none; padding: 0 0 0 10px; font-size: .9em; margin-bottom: 5px; }
.nav_section div > ul ul li a { padding: 3px 7px; }
.nav_section div ul .selected_parent { font-weight: bold; }
.show_nav_section { display: none }
.show_nav_section:hover { color: #ccc; }

/*------paging, crumbs, tags (articles)------*/ 
nav.page ul { text-align: center; padding: 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: #f4f6f9; }
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 { margin: .75em 0 0 10%; color: #666; font-size: 0.750em; margin-bottom: 2em; padding: 2em 0; }
nav.breadcrumb a { margin: 0 5px; text-decoration: none; color: #9CA0A1; }
nav.breadcrumb a:first-child { margin-left: 0; }
nav.breadcrumb a:hover, nav.breadcrumb a:focus { color: #333; }
nav.breadcrumb a:active { color: #333; }
nav.breadcrumb strong { margin-left: 5px; font-weight: bold; color: #333; }
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; background: rgba(0,0,0,.2); float: left; padding: 0px 7px; font-weight: normal; color: #fff; -moz-border-radius: 5px; border-radius: 5px; }
ol.tags li a:hover, ol.tags li a:focus { background-color: #999; }
ol.tags li a:active { background-color: #ccc; }

/************************
* Content *
************************/
.stack {text-align: center;}
.stack .h3 {border-bottom:none;margin-bottom: 1em;}
/*
.solutions { color: #333; }
.solutions .h3 { color: #333; text-align: center; font-size: 35px; line-height: 45px; font-weight: 500; margin-bottom: 1em; }
.solutions .h4 { color: #333; letter-spacing: 0.70px; text-align: center; font-size: 24px; font-weight: 600; }
.solutions .text { display: block; font-size: 15px; padding-top: 1.5em; color: #333; padding-bottom: 1em }
.solutions.panel { padding: 4em 0 6em 0; }
.solutions .flex_grid { margin: 0 0 1.5em 0; padding: 0; list-style: none; }
.solutions .flex_grid .flex_item { text-align: center; }
.solutions .flex_grid .flex_item:hover {background-color: rgba(255, 255, 255, 0.5); }
.solutions .flex_grid .flex_item a { display: block; margin: 2em; color: #fff; }
.solutions .flex_grid .flex_item .icon { color: #333; font-size: 2.25em; text-align: center; display: block; border: 1px solid #333; -moz-border-radius: 200px; border-radius: 200px; padding: 20px; width: 100px; height: 100px; margin: 0 auto; margin-bottom: 1em; line-height: 1.60em }
.solutions .btn-outline { background: #FFF; }
.solutions.dark { color: #fff; }
.solutions.dark .h3 { color: #fff; text-align: center; font-size: 35px; line-height: 45px; font-weight: 500; margin-bottom: 1em; }
.solutions.dark .h4 { color: #fff; letter-spacing: 0.70px; text-align: center; font-size: 24px; font-weight: 600; }
.solutions.dark .text { display: block; font-size: 15px; padding-top: 1.5em; }
.solutions.dark.panel { padding: 4em 0 6em 0; }
.solutions.dark .flex_grid .flex_item a { display: block; margin: 2em; color: #fff; }
.solutions.dark .flex_grid .flex_item .icon { color: #fff; font-size: 2.25em; text-align: center; display: block; border: 1px solid #fff; -moz-border-radius: 200px; border-radius: 200px; padding: 20px; width: 100px; height: 100px; margin: 0 auto; margin-bottom: 1em; line-height: 1.60em }*/

/*--- mission panel ---*/
.mission { text-align: center; }
.mission .lead { letter-spacing: 0.10px; font-size: 20px; line-height: 30px; margin: 2em 0; }

/*------benefits ------*/
.benefits.panel { padding: 4em 0 6em 0; }
.benefits .h4 { letter-spacing: 0.12px; text-align: center; font-size: 25px; font-weight: 700; color: #333; }
.benefits .h4 span { display: block; }
.benefits .text { display: block; padding: 1em 4em; font-size: 14px; font-weight: 300; letter-spacing: 0.12px }
.benefits .flex_grid { margin: 3em 0 1.5em 0; padding: 0; list-style: none; }
.benefits .flex_grid .flex_item {padding:0;text-align: center;background-color: rgba(255, 255, 255, 0.1); }
.benefits .flex_grid .flex_item a.flex_detail { display: block; color: #fff;  }
.benefits .icon { text-align: center; display: block; color: #333; width: 100px; height: 100px; margin: 0 auto; margin-bottom: 0.50em; line-height: 1.60em;}
.benefits .flex_grid.flex_borders.flex_margin .flex_item { border: 0;padding:2em; }
.benefits .link { text-decoration: underline; margin-top:10px; }

/*------interior pages ------*/
body.interior .home_hero .banner h1 {font-size:34px;}

/*------interior benefits ------*/
body.interior .benefits.panel { padding: 4em 0 6em 0; }
body.interior .benefits .h4 { letter-spacing: 0.12px; text-align: center; font-size: 33px; color: #333;margin-bottom: 0.5em; font-weight: 600;line-height: 45px; }
body.interior .benefits .h4 span { display: block; }
body.interior .benefits .text { display: block;  font-size: 18px; line-height:30px; font-weight: 400; letter-spacing: 0.12px }
body.interior .benefits .flex_grid { margin: 3em 0 1.5em 0; padding: 0; list-style: none; }
body.interior .benefits .flex_grid .flex_item {padding:0;text-align: center;background-color: rgba(255, 255, 255, 0.1); }

.dark_gray_bg {background-color:#ccc;}
.section_primary .text { padding: 1em 4em;display: block;
font-size: 18px;
line-height: 30px;
font-weight: 400;
letter-spacing: 0.12px; }

body.interior .benefits .flex_grid .flex_item a.flex_detail {display: block; color: #fff;  }
body.interior .benefits .icon {text-align: center; display: block; color: #333;  margin: 0 auto; margin-bottom: 0.50em; line-height: 1.60em;}
body.interior .benefits .flex_grid.flex_borders.flex_margin .flex_item { border: 0; padding:2em; }
body.interior .benefits .link { text-decoration: underline; margin-top:20px; }
body.interior .section_primary .btn { margin:20px 0; }
body.interior .icon {margin-bottom:2em;}

/*--- dark theme ---*/
.solutions .dark .flex_grid .flex_item .icon { border: 1px solid #fff; color: #fff; }
.solutions.dark, .solutions.dark .h3, .solutions.dark .h4, .solutions.dark .text { color: #fff; text-align: center; }
.solutions.dark .icon { color: #fff; border: 1px solid #fff; }

/*
.benefits .dark .flex_grid .flex_item .icon { border: 1px solid #fff; color: #fff; }
.benefits.dark, .benefits.dark .h3, .benefits.dark .h4, .benefits.dark .text { color: #fff; text-align: center; }
.benefits.dark .icon { color: #fff; }
.benefits.dark .h3 { text-align: center; font-size: 35px; line-height: 45px; font-weight: 600; margin-bottom: 1em; }*/

/*--- dark theme ---*/
.benefits .flex_grid .flex_item  { border: 1px solid #fff; color: #fff; }
.benefits, .benefits .h3, .benefits .h4 { text-align: center; }
.benefits.affiliate_bg, .benefits.affiliate_bg .h3, .benefits.affiliate_bg .h4 {color:#fff; text-align: center; }
.benefits .icon { color: #fff; }
.benefits .h3 { text-align: center; font-size: 35px; line-height: 45px; font-weight: 600; margin-bottom: 1em; }


/*------interior pg centered content ------*/
.center_content { text-align: center; }
.center_content h2, .center_content h2 a, .center_content .h2 { font-size: 2.188em; line-height: 1.2em; margin-bottom: .5em; font-weight: 600; color: #333; }
.center_content h2::after { display: block; content: ''; width: 250px; height: 5px; background: #D8D8D8; text-align: center; margin: 1em auto 1em auto; }
.center_content .lead { margin-bottom: 1.5em }

/*--- Home CTA ---*/
.default_action { color: #fff; }
.default_action .well {text-align: center; background-color: rgba(233, 233, 233, 0.2) ;border:0; padding:20px;margin-bottom:0;}
.default_action h4 { padding:50px 0 0 0;color: #fff; font-size: 30px; font-weight: 600; line-height: 40px; margin-bottom:1em; }
.default_action .lead { font-size: 24px; margin-bottom: 1.5em; font-weight:600; }
.default_action .h2 {color:#fff;font-weight:bold; font-size:32px;margin-bottom:0.75em;margin-top:1em}
.default_action p {font-weight:300;font-size:18px;margin-top:0.50em;margin-bottom:1em; }

/*--- Four Steps ---*/
.four_steps .h2 {font-family:'Open Sans', sans-serif;font-size: 40px;color: #333333;letter-spacing: 0;text-align: center;line-height: 51px; font-weight:600;}
.four_steps p {font-family:'Open Sans', sans-serif; font-weight:400;font-size: 18px;letter-spacing: 0;line-height: 28px;}
.four_steps .number_step {float:left;font-family:'Open Sans', sans-serif; font-weight:600;font-size: 80px;letter-spacing: 0;line-height: 51px;}
.four_steps .img_icon {float:right;font-family: FontAwesome5ProLight;letter-spacing: 0;text-align: center;}
.four_steps .title_step {display:block;clear:both; text-align: left;font-family:'Open Sans', sans-serif; font-weight:600;font-size: 33px;letter-spacing: 0;padding-top:0.45em;line-height: 40px;}
.four_steps .flex_grid .flex_item {width:25%;padding:1em 2.5em;border-right: 5px solid #e0e0e0;}
.four_steps .flex_grid .flex_item:last-child{border-right:none;}
.four_steps .flex_grid {margin-top:4em;}

.four_steps .flex_grid .flex_item:last-child {border-right: none;}

.grey_bg {background-color:#F2F2F2}
.white_bg {background-color:#ffffff}

/*--- About Company ---*/
.about_company .h3 {font-family: 'Open Sans', sans-serif; font-weight:600;font-size: 40px;color: #333333;letter-spacing: 0;text-align: center;margin-bottom:0.30em;line-height: 51px; padding-top:0.90em}

.about_company .h2 {font-family:'Open Sans', sans-serif;font-size: 25px;color: #333333;letter-spacing: 0;text-align: center;line-height: 51px;}

/*--- Testimonials ---*/
.testimonials { padding: 4em 0; text-align: right; position: relative; }
.testimonials .h2 {margin:0 auto 1.5em auto; text-align: center;    font-family: 'Open Sans', sans-serif; font-size: 40px; letter-spacing: 0; line-height: 51px;  font-weight: 600;}
.testimonials a {text-decoration: none;	font-family: 'Roboto', sans-serif; font-weight:700;font-size: 15px;letter-spacing: 0.4px; text-transform:uppercase;text-align: right;}
.testimonials .btn:hover { background-color: #333; border: 1px solid #333333; }
.testimonials.center { text-align: center; }
.testimonials_grid {margin-top:3em!important;}
.testimonials_grid blockquote {border:0;padding-left:0;margin-top:0; font-size:1.1em}
.testimonials_grid cite {margin-top:1em;}
.img-container { position: relative; }
.play_btn_container { position: relative; }
.play_btn { position: absolute; left: 0; margin: 0 auto; bottom: 0; right: 0; display: block; background: #333; width: 50px; height: 50px; transition: all .2s ease-in-out; -moz-border-radius: 50px; border-radius: 50px; }
.play_btn_container:hover .play_btn { background: #666; }
.play_btn_container:active .play_btn { background: #666 }
.play_btn:after { content: ""; border-top: 10px solid transparent; border-left: 18px solid white; border-bottom: 10px solid transparent; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -10px }

/*--- 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
{
	top:0;
    font-size:40px;
    line-height: 0;
    position: absolute;
    z-index:1; 
    margin-top:-100px;
    width:40px;
    height:40px;
    display: block;
    z-index:1;
    padding: 0;
    cursor: pointer;
    color:#ccc;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity:.50;
    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: 1;
}

.slick-prev:before,
.slick-next:before
{

}

.slick-prev
{
 left: 10px;
}
[dir='rtl'] .slick-prev
{
   right: 5px; left: auto;
}
.slick-prev:before
{

}
[dir='rtl'] .slick-prev:before
{

}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
right: auto; left: 5px;
}
.slick-next:before
{

}
[dir='rtl'] .slick-next:before
{

}

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.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: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: 'Ã¢â‚¬Â¢'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }



/*------sections / wrappers------*/
.previous_bar { background-color: #DDDDDD; color: #333; padding: 1em 2em; font-size: 12px; }

.side_content span { clear: both; display: block; }
.side_content p { font-weight: 300; font-size: 16px; }
.side_content .h3 { font-weight: 500; margin-top: 0.50em; font-size: 33px; }
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: 20px 20px; background: #FAFAFA; border: solid 1px #E5E5E5; margin-bottom: 2em; }
.platform {display: block; padding: 20px 20px; background: #fff; border: solid 1px #E5E5E5; 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; }
/*------Insets & Outsets ------*/
.inset { padding: 2rem; }
.inset_right_large { padding-right: 8rem; }
.inset_right { padding-right: 2rem; }
.inset_right_small { padding-right: .5rem; }
.inset_left_large { padding-left: 8rem; }
.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_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; }
/*multi step get started wizard styles*/
.wrapper_steps { max-width:92%; margin:0 4em 5em 1em; padding: 0 2em }
.steps { margin: 2em 0; padding: 0; list-style: none; position: relative; width: 100%; background: #ddd; height: 3px; }
.steps ul {margin-left:0;padding-left:0;} 
.steps li { position: absolute; top: -17px; text-align: center; }
.steps li:nth-child(2) { left: 0; width: 70.5%; }
.steps li:nth-child(3) { right: 0; width: 70.5%; }
.steps li:last-child { right: 0; }
.steps a { background: #fff; display: inline-block; width: 40px; height: 40px; border-radius: 40px; border: 3px solid #ddd; text-decoration: none; text-align: center; line-height: 2em; font-weight: bold; position: relative; color: #333; }
.steps a:before { position: absolute; content: ''; display: inline-block; width: 80px; height: 80px; border-radius: 40px; border: 20px solid #fff; top: -23px; left: -23px }
.steps a:after { width: 74px; display: block; position: relative; content: attr(data-desc); margin-left: -20px; font-weight: 400; text-align: center; z-index: 10; color: #333; text-transform: uppercase; font-size: 12px; line-height: 1.5em; margin-top: 1em; }
.steps li.active a { border-color: #7DC63A; }
.steps li.active a:after { color: #333 }
.steps li.selected a { background: #7DC63A; border: 3px solid #7DC63A; color: #fff; }
.steps li.selected a:after { color: #666 }
.left { text-align: left!important; }
.three_steps .steps li { position: absolute; top: -17px; text-align: center; }
.three_steps .steps li:nth-child(1) {left:-15px;}
.wrapper_steps {padding:0;max-width:93%;width:93%;}

.three_steps .steps li:nth-child(2) { left: 0; width:106%; }
.three_steps .steps li:nth-child(3) { right: 0; width: 0; }
.three_steps .steps li:last-child { right: 0; }
.three_steps .steps a { background: #fff; display: inline-block; width: 40px; height: 40px; border-radius: 40px; border: 3px solid #ddd; text-decoration: none; text-align: center; line-height: 2em; font-weight: bold; position: relative; color: #333; }


/*------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; }
.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: 3.5%; margin-bottom: 0em; display: block; float: left; }
.list_grid.list_2x > li { width: 48.25%; }
.list_grid.list_3x > li { width: 31%; }
.list_grid.list_4x > li { width: 22.375%; }
.list_grid.list_5x > li { width: 17.2%; }
.list_grid.list_6x > li { width: 13.75%; }
.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; border-bottom: 1px solid #ddd; 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: .75em; display: block; }
.list_grid .li-action { font-size: .75em; display: block; }
/*------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 .related_item { padding: 0; margin-bottom: 2em; }
.related .related_item *:last-child { margin-bottom: 0; }
.related .related_item.related_html { }
.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.related_links { }
/*------panels (often used to create different secions of content on the same page)------*/ 

.panel { padding: 2em 0; border-bottom: 1px solid #ccc; background-color: #ddd; -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 { }
.panel.panel_image .panel_image_img { position: relative; }
.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%; }
/*------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: #f4f6f9; background-color: rgba(193, 195, 198, 0.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; }


.table_data_stack {width:100%;border-collapse:collapse;margin-bottom:2em;font-size:.9em;line-height: 1.3em;font-family: 'Roboto Condensed', sans-serif;}
.table_data_stack th {text-align:left; }
.table_data_stack td, .table_data_stack th, table.table_data_stack thead tr:first-child th:last-child {}
.table_data_stack td, .table_data_stack th {padding: 8px 8px;border:1px solid #ddd;text-align:left}
.table_data_stack thead th {white-space: normal}
.table_data_stack.stripe tr:nth-child(even) {background:whitesmoke}
.compare_table.table_data_stack tr:middle-child th:last-child {width:50%}



/* 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; }
.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; }
/*---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*/ }
.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 { margin-bottom: 1em; border: 1px solid #DDD; padding: 15px; -moz-border-radius: 4px; border-radius: 4px; background: #FFF; }
.form > fieldset > legend { display: block; background: #fff; padding: 0 .25em; color: #000; font-size: 1.3em; margin-bottom: .5em; font-weight: 600; }
.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: 33%; text-align: right; 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 small { font-size: .85em; 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: 66%; }
.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,0.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------*/
.site_header fieldset.site_search { position: absolute; top: 10px; right: 0; width: 35%; text-align: right; }
fieldset.site_search input[type="search"], fieldset.site_search input[type="text"] { width: 50%; padding: .25em .5em; font-size: 16px; border: 1px solid #ddd; background: #f5f5f5; -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 2px rgba(0,0,0,.05); -moz-border-radius: 4px; border-radius: 4px; margin-right: .5em; }
/*------buttons------*/
.btn { text-decoration: none; display: inline-block; *display:inline; border:0;
*zoom:1; font-weight:500;line-height: 1.5em; font-weight: 400; font-size: 17.6px; padding: 10px 20px; cursor: pointer; -moz-border-radius: 100px; border-radius: 100px; text-align: center; text-transform: uppercase; color: #fff; letter-spacing: 0.09em; }
.btn:hover { background: #999; 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-danger { background: #b94a48; border-color: #ac2925; }
.btn-danger:hover { background-color: #d2322d; }
.btn-success { background-color: #7DC63A; }
.btn-success:hover { background-color: #47a447; }
.btn-netural { background-color: #666 }
.btn-full { display: block; margin: 0; }
.btn-xxxlarge { font-size: 1.75rem; border-radius: 5px; }
.btn-xxlarge { font-size: 1.5rem; border-radius: 5px; }
.btn-xlarge { font-size: 1.25rem; border-radius: 5px; }
.btn-large { font-size: 1.15rem; border-radius: 5px; }
.btn-small { font-size: .875rem; }
.btn-mini { font-size: .75rem; }
.btn-special { color: #fff; font-weight: 400; letter-spacing: 0.05em; padding: 12px 25px; background: #31B7E8; }
.btn-special:hover { background-color: #333; }
.btn-outline { letter-spacing: 0.05em; background: #FFF; border: 1px solid #E5E5E5; color: #333; padding: 12px 25px;margin-bottom:0.50em}
.btn-outline:hover { background-color: #333; }
/* 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: 33%; }
.btn-large {padding:10px 40px;border-radius: 100px;}

/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/

/* Referral Master Page */
@media only screen and (max-width:1400px) {
.co_branded_hero .co_branded_caption .inset { padding: 0 5% }
			.co_branded_hero .well {width:90%}
		.co_branded_hero .well .h2 {font-size:30px;}
}

@media only screen and (max-width:1360px) {
.solutions .flex_grid .flex_item a { margin: 1em }
	.nav_section div > ul {margin:0;}
}

@media only screen and (max-width: 991px) {
	
.photo_rt { padding-left: 0; }
/*---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; }
.solutions .flex_grid .flex_item a { margin: 1em }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
		.nav_section div > ul {margin:0;}
	.inset_left_large { padding-left: 4rem; }
    .inset_right_large{ padding-right: 4rem; }
	 .side_content .btn  {font-size:13px}
.break_991to768 { display: block; }
.home_hero .banner .well .h2 {font-size:1.6em}
nav.nav_primary { float: right; margin-top: 0; clear: both; margin-right: 0; }
.side_content .h3 { font-weight: 500; margin-top: 0.50em; font-size: 24px; line-height: 30px; }
	
/*---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---*/
.home_hero { position: relative; min-height: 615px }

.site_header a.logo { display: inline-block }
	/* Flex Grid max 2 column */
	.four_steps .flex_grid .flex_item {border-right:none}
.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; }

.co_branded_hero .well {width:80%}	
.co_branded_hero .co_branded_caption .inset { padding: 0 5% }
}

@media only screen and (max-width: 768px) {
.compare_table.table_data_stack td,.compare_table.table_data_stack th {text-align: left;}
	.compare_table.table_data_stack td:nth-child(1){width:100%;}
.compare_table.table_data_stack td:nth-child(2) {width:100%; }
	.compare_table.table_data_stack td:nth-child(3) {width:100%;}
.testimonials {text-align:center;}
	.wrapper_steps {width:100%;margin:1em 0;padding-right:0;}
.return { position: relative;  text-align: center; margin: 0.50em auto; right:0; left:0; display:block; width:100%; }
table.table_data_stack th {display:none;}
	table.table_data_stack, .table_data_stack thead, .table_data_stack tbody, .table_data_stack th, .table_data_stack td, .table_data_stack tr { font-size:.975em;display: block; text-align:left}
    table.dataTable thead th, table.dataTable thead td {border-bottom:2px solid #ccc;text-align:left;}
    
.table_data_stack tr { border: 1px solid #ccc;position:relative}
.table_data_stack td { border: none;border-bottom: 1px solid #eee; position: relative; padding-left:54%!important}
    
table.table_data_stack td:before {
    content: attr(data-label);
    position:absolute;
    left:10px;
    padding-right:1em;
    width:100%;
    font-weight:700;
    font-size:.875em;

  }   
	
	.four_steps .flex_grid.flex_4x .flex_item {border-bottom: 5px solid #EDEDED;}
	.four_steps .flex_grid.flex_4x .flex_item:last-child{border-bottom:none;}
	.site_footer .social {padding-left:0;margin-left:0}
 .default_action, .site_footer ul.footer_links {text-align:center;}
	.site_footer ul.footer_links {padding-bottom:1em;}
	.site_footer ul.footer_links li {display:block;background-color:#F2F2F2;margin:10px;padding:10px;}
	nav.nav_primary {float:none;margin-right:0;}
	.home_hero .caption {max-width:100%;}
	.home_hero {min-height:550px;}
	.home_hero .banner {padding: 3em 0;}
.home_hero .structure .first	{position: relative; top: auto; transform: none;}
ul.site_header_cta { margin-top: 0; float: none; clear: both; text-align: right; }
.site_header a.logo { display: inline-block }
.benefits .flex_grid .flex_item a { margin: 1em }
.home_hero .caption span { display: block; }
.benefits .text { padding: 1em; }

	.home_hero .lead {font-size:22px;}
.home_hero .caption .btn, .home_hero .caption span { float: none; }
.home_hero .caption .lead { font-size: 18px; }
.comparison .inset_top_large { padding-top: 0; }
.wrapper { padding: 0 4.5%; }
.show_nav_section { text-transform: uppercase; width:100%;float:none; display:block; padding: 10px 20px 8px; border: 1px solid rgba(255, 255, 255, 0.2); text-decoration: none; text-align: center; border-radius: 100px; color: #fff; }
.nav_section { border: 0; padding: 4.5% 4.5%; position: static; float:left;}

	.co_branded_hero .well {width:80%}
.co_branded_hero .co_branded_caption .inset { position: relative; width: 100%; float: none; transform: none; }
.co_branded_hero .co_branded_caption { padding-bottom: 2em; }
.co_branded_hero .co_branded_caption .inset { padding: 0 5% }
	.co_branded_hero .btn-large {font-size:0.98rem}
	.co_branded_hero .well .h2 {font-size:30px;}
	
.nav_section div > ul { margin: 1em 0 0 0;display:block; clear:both;}
.nav_section div > ul li a { text-align: center; text-decoration: none; display: block; padding: .75em 1em; margin: 10px 0; float: none; border: 1px solid rgba(255, 255, 255, 0.2); margin-left: 0; border-radius: 100px; margin-right: 0 }
.show_hide_container { overflow: hidden }
.show_hide_slide { margin-top: -9999px; transition: all .3s ease-in-out; }
.show_hide_slide.show { margin-top: 0; }
.steps a:before { display: None; }
.steps a:after { display: none; }
.site_footer .affliate_company { text-align: center; display: block; padding-right: 0; margin-bottom: 20px; }
.site_footer .company { display: block; text-align: center; }
/* 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 */
	.four_steps .flex_grid .flex_item {border-right:0}
.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_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; }
/*------Insets & Outsets ------*/
[class*="outset_r"], [class*="outset_l"] { margin: 0 }
.mobile { display: block; }
		.site_header_cta .btn-special {display:block;}
	ul.site_header_cta li {width:100%;}
	/* 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; }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
		.home_hero {min-height:625px;}
	.home_hero h1 {font-size:30px; line-height: 34px;}
.break_767x480 { display: block; }
		.home_hero .banner .well .h2 {font-size:1.6em}
.form textarea { width: 60%; }
.nav_primary_btn { right: 40px; top: 30px; position: absolute; }

.home_hero .caption .lead{ font-size: 1.15em; line-height: 1.3em; }
/*---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) {

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.wrapper_steps {width:100%;}

	.site_footer .legal a:last-child {display:block; float:none;}
		.home_hero {min-height:600px;}
	.home_hero h1 {font-size:30px; line-height: 35px;}
	.home_hero .banner .well .h2 {font-size:1.4em}
section.section_secondary.solutions {padding:2em 0em;}
	.solutions.dark .flex_grid .flex_item a {margin:0.50em;}
.break_479x0 { display: block; }
.nav_primary_btn { right: 20px; top: 40px; float: right; }

.site_header_cta .btn-special { padding: 10px 15px; }
	.site_header_cta .btn-special {display:block;}
	ul.site_header_cta li {width:100%;}

/* 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; }
.form fieldset { padding-left: 0; padding-right: 0; border-radius: 0; border-right: 0;border-top:0;border-bottom: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: 60%; }
aside, figure { width: auto; float: none; margin-left: 0; }
nav.page ul li { display: none; }
nav.page ul li.page-prev, nav.page ul li.page-next { display: inline; }
/*---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---*/

.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: 291px!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; }
}
/************************
* 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; }
.site_footer .last, .site_footer .disclaimer, .site_footer .company { text-align: center; }
}

@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; }
}
/*!
 * 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; }


/* Affiliate Colors*/
.affiliate_primary_color { color: #1D588F }
.affiliate_secondary_color { color: #31B7E8}
.white_color {color:#fff!important;}
.affiliate_bg {background-color:#1D588F}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:100%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}
