/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: BODY & MAIN FONT STYLES
:: HEADER & MENU
:: HOMEPAGE
:: SUB PAGE
:: FOOTER
:: MISC CLASSES AND STYLES
:: FLEXSLIDER
:: TUBULAR
:: POPUP BOX
:: ALERT BAR
:: FORMS
:: PRINT STYLES
:: MEDIA QUERY GUIDE
-----------------------------------------------------
::
-----------------------------------------------------*/
#message_popup { display: none; width: 100%; height: 100%; background: #e5e3d9; position: absolute; z-index: 100; top: 0; left: 0; right: 0; bottom: 0; overflow-y:scroll;}
#message_popup .message_overlay { display: block; width: 90%; margin: 40px auto; padding: 40px;background: #fff; box-shadow: 2px 2px 6px #ccc; border-radius:20px;}
#message_popup .message_overlay .close { cursor: pointer;  margin-top:1em; border-radius:50%; display:block;float:right;background:#333; font-weight:bold;color:#ffffff; text-align:center;font-size:16px;line-height:32px; width:32px;}



/*  --------------------------------------------------
:: BODY & MAIN FONT STYLES
--------------------------------------------------  */
body {
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 
    /* Google Fonts - for example - will render proper sizes in all browsers with this fix 
    (no matter what color - Firefox traditionally renders bolder for white color text) */
    margin: 0; 
    padding: 0; 
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    line-height:1.4;
    color:#000;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 
body.lock {overflow-y:hidden;}

h1, h2, h3, h4, h5, h6 {margin:0 0 5px; line-height:1.2; font-weight:900; color:#525252;}
h1 {font-size:40px; border-bottom: 6px solid #ee1119; padding-bottom: 8px;}
h2 {font-size:34px; margin-top:35px;}
h3 {font-size:30px; margin-top:30px;}
h4 {font-size:26px; margin-top:25px;}
h5 {font-size:20px;}
h6 {font-size:18px;}
@media (max-width: 767px) {
    h1 {font-size: 36px;}
    h2 {font-size: 32px;}
    h3 {font-size: 28px;}
    h4 {font-size: 24px;}
} 
@media (max-width: 479px) {
    h1 {font-size: 33px;}
    h2 {font-size: 29px;}
    h3 {font-size: 26px;}
}

h1 + h2 {}
h2 + h3 {}
h3 + h4 {} 
h4 + h5 {}
h5 + h6 {}
/* p tag styles directly after a heading */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {}

p {margin:0 0 16px;}
a {color:#ec2429;}
a:visited {color:#881518;}
a:hover {color:#c20c11;}
a:focus {}
a:active {}

em, i {font-style: italic;}
strong, b {font-weight: 700;}
small {font-size: 70%;}
img {display:inline-block; vertical-align:middle; max-width:100%; height:auto; -ms-interpolation-mode:bicubic}
pre {overflow:auto;}
hr {border: 0; border-bottom: 1px solid #ccc; clear: both; display:block; height: 0; margin: 15px 0;}

button {padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:5px;background:transparent;line-height:1}
[data-whatinput='mouse'] button {outline:0}
a.button, .button a, input.button, input[type=submit] {
    font-weight:700;
    display:inline-block;
    padding:6px 30px;
    text-align:center;
    font-size:18px;
    text-decoration:none;
    margin-bottom:15px;
    border:1px solid #a5090b;
    border-radius:2px;
    box-shadow:none;
    cursor:pointer;
    color:#fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee2227+0,d10e16+100 */
    background: #ee2227; /* Old browsers */
    background: -moz-linear-gradient(top, #ee2227 0%, #d10e16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ee2227 0%,#d10e16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ee2227 0%,#d10e16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2227', endColorstr='#d10e16',GradientType=0 ); /* IE6-9 */
}
a.button.black, .button.black a, input.button.black, input[type=submit].black {
    border:1px solid #d5d4d3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#545356+0,030401+100 */
    background: #545356; /* Old browsers */
    background: -moz-linear-gradient(top, #545356 0%, #030401 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #545356 0%,#030401 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #545356 0%,#030401 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545356', endColorstr='#030401',GradientType=0 ); /* IE6-9 */
}
a.button:hover, .button a:hover, input.button:hover, input[type=submit]:hover {background:#ee2227;}
a.button.black:hover, .button.black a:hover, input.button.black:hover, input[type=submit].black:hover {background: #545356;}

/* EditAnywhere Bar */
#editAnywhere {position: fixed; z-index:99999; border: 1px solid rgba(255,255,255,.2); bottom: 10px; height: 60px; width: 250px !important; text-align: left !important; background: url(graphics/images/editanywhere/logo_thrive.png) right center rgba(0,0,0,.8) no-repeat !important; background-size: 100px auto !important; left: 50%; margin-left:-125px; border-radius: 10px; padding: 12px 0px !important;}
#editAnywhere a {margin-left: 20px;}


/*  --------------------------------------------------
:: HEADER & MENU
--------------------------------------------------  */
.sticky-container {transition: all 0.4s ease;}
.sticky-container.stuck {position:fixed; width:100%; z-index: 1003;}
.logo-wrapper img {width:210px; transition: all 0.4s ease;}
.stuck .logo-wrapper img {}

#header {background:#fff;border-bottom:1px solid #e7e6ea;}
#header #mainnav {padding:10px 0;}
#header ul {margin:0; padding:0; list-style-type:none; text-align:right; line-height:1.2; font-size:0px;}
#header ul li {margin:0; padding:0; display:inline-block;}
#header ul li a {color:#000; text-decoration:none; font-size:16px; padding:10px 15px; display:block; transition:all .2s ease;}
#header ul li a:hover, #header ul li.sfHover > a {background:#f0f0f0;}
#header ul li ul {display:none; position:absolute; width:225px; text-align:left; z-index:1000; background:#f0f0f0;}
#header ul li ul li {display:block; width:100%;}
#header ul li ul li a {font-size:14px; background:transparent;}
#header ul li ul li a:hover, #header ul li ul li.sfHover > a {background:#ddd;}
#header ul li ul li a.sf-with-ul:after {content:'>'; position:absolute; right:10px;}
#header ul li ul li ul {left:225px; top:0;}
#header .button {margin:0;}

.sidebar ul {margin:0; padding:0; list-style-type:none; background:#f0f0f0; font-size:16px;}
.sidebar .intra_nav {border-top:8px solid #d9d9d9; border-bottom:8px solid #d9d9d9;}
.intra_nav li.parent > a {position:relative; padding-right:25px;}
.intra_nav li.parent > a:after {position:absolute; content:'+'; top:50%; right:10px; transform:translateY(-50%); font-weight:700;}
.intra_nav li.parent.open > a:after {content:'-';}
.intra_nav ul {background:#d9d9d9; display:none;}
.intra_nav a {color:#555; padding:7px 10px; display:block;text-decoration:none; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,e5e5e5+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */}
.intra_nav ul ul a{border-bottom:1px solid #cacaca;}
.intra_nav ul a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8d8d8+0,c9c9c9+100 */
background: rgb(216,216,216); /* Old browsers */
background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(201,201,201,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(201,201,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(201,201,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
}


.cbp-spmenu-push {overflow-x: hidden; position: relative; right: 0; left:0;}
.cbp-spmenu-push.menuOpen {right:240px; left:-240px; overflow-y:hidden;}
.menuOpen .cbp-spmenu {right:0;}
.cbp-spmenu {
    background:#fff;
	position: fixed;
	right: -240px;
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu .menu-container {overflow-y:scroll; padding:10px;}
.cbp-spmenu .close-container {background:#fff; border-bottom:1px solid #ddd;}
.cbp-spmenu nav {margin:0 0 20px;}
.cbp-spmenu ul {margin:0; list-style-type:none; padding:0;}
.cbp-spmenu ul li {border-bottom:1px solid #ddd; margin:0;}
.cbp-spmenu ul a {font-size:16px; font-weight:500; padding:9px 10px; text-decoration:none; display:block; width:100%; color:#000;}
.cbp-spmenu ul .top > a {display:inline-block; width:80%; padding-right:0;}
.cbp-spmenu ul ul {list-style-type:none; margin:0 0 5px; padding:5px; background:#f4f4f4;}
.cbp-spmenu ul ul ul {background:#c9c9c9;}
.cbp-spmenu ul ul li {border-bottom:1px solid #d5d5d5;}
.cbp-spmenu ul ul li:last-child {border:none;}
.cbp-spmenu ul ul a {font-size:14px; padding:8px 7px; font-weight:400;}
.cbp-spmenu .intra_nav a {border-bottom:none; background:none; border-right:none; border-left:none;}

.cbp-spmenu ul a.toggleSub {width:20%; text-align:center; padding-left:0; padding-right:0; background:#eaeaea;}
.cbp-spmenu ul a.toggleSub.clicked {background:#f4f4f4;}
.cbp-spmenu ul ul a.toggleSub {background:#dbdbdb;}
.cbp-spmenu ul ul a.toggleSub.clicked {background:#c9c9c9;}

.cbp-spmenu ul ul.sub {display:none;}
.cbp-spmenu ul .menuItemHighlight > ul.sub {display:block;}

.cbp-spmenu-push.menuOpen #mobile-overlay-menu-open {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.45); z-index: 1000;} /* overlay - but not over header or X close button */

/* Menu Hamburger styles */
.showMobile {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    transition: opacity .25s ease;
    float:right;
    display:none;
}
.cbp-spmenu .showMobile {margin:15px;}
.showMobile:hover {}
.showMobile.active .top {transform: translateY(11px) translateX(0) rotate(45deg);}
.showMobile.active .middle {opacity: 0;}
.showMobile.active .bottom {transform: translateY(-11px) translateX(0) rotate(-45deg);}
.showMobile span {
    background: #ee2227;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.showMobile span:nth-of-type(2) {top: 11px;}
.showMobile span:nth-of-type(3) {top: 22px;}

@media only screen and (max-width: 767px) { 
    .showMobile {display:block;}
    .main_menu, .mobile-hide, .sidebar {display:none;}
    
}
    
    
    
    
    
/*  --------------------------------------------------
:: HOMEPAGE
--------------------------------------------------  */
.home.page {}
.home.page .intro {padding:50px 0;}
.home.page .intro h2 {border-bottom:6px solid #ee1119; padding-bottom:8px; margin-bottom:25px;}



/*  --------------------------------------------------
:: SUB PAGE
--------------------------------------------------  */
.sub.page {}
.sub.page .wrapper {min-height:600px}
.sub.page .hero img {width:100%;}
section {padding:50px 0;}
section.add-pad {padding:80px 0;}
section.no-pad {padding:0;}
.sub.page h1 {margin-bottom:10px;}


table.tablesorter, #freedomForum table {background-color: #CDCDCD; margin:10px 0pt 15px; width: 100%; text-align: left; font-size:16px;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, #freedomForum table tr th {background-color: #fed7d8; border: 1px solid #FFF; padding: 4px; padding:10px 5px;}
table.tablesorter thead tr .sort_header {background-image: url(graphics/main/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
table.tablesorter thead tr .sort_header.sorter-false {background-image:none;}
table.tablesorter tbody td, #freedomForum table tbody td {color: #3D3D3D; padding: 4px; background-color: #FFF; vertical-align: top;}
table.tablesorter tbody tr.odd td, #freedomForum table tbody tr.odd td {background-color:#eee;}
table.tablesorter thead tr .sort_asc {background-image: url(graphics/main/asc.gif);}
table.tablesorter thead tr .sort_desc {background-image: url(graphics/main/desc.gif);}
table.tablesorter thead tr .sort_desc, table.tablesorter thead tr .sort_asc {background-color: #e42126; color:#fff;}
.pager {clear:both; margin:20px 0 0 0; position:static!important;}
.pager .next, .pager .prev,.pager .first,.pager .last {border:0!important; padding:0!important; background:none; cursor:pointer;}
.pager .pagedisplay, .pager .pagesize {height:1.7rem; display:inline-block; width:55px;}
.red { color:#ed2227;}
#freedomForum table tbody td {font-size:15px;}
#freedomForum table .topic {font-weight:700;}
#freedomForum table .post {min-width:200px;}
#freedomForum .breadcrumb {margin-bottom:10px;}
#freedomForum .button {margin:5px;}
#freedomForum .markItUp, #freedomForum .markItUp .markItUpEditor {width:100%;}


/* Events Calendar */
#calendarDetail .row {margin:0;}
.row .one-seven.columns {margin: 0px; padding: 0.5% 1.5%;}

.calendarNav {background:#ee2227; color:#fff; padding:20px 0;}
.calendarNav .month {font-weight:700; font-size:22px; text-align:center;}
.calendarNav .nextLink {text-align:right;}
.calendarNav .prevLink {text-align:left;}
.calendarNav .nextLink a, .calendarNav .prevLink a {color:#fff; font-weight:700; font-size:14px;}

.calendarDays .cal-day {border-left:1px solid #e1e1e1; min-height:125px; font-size:12px;}
.calendarDays .one-seven.last {border-right:1px solid #e1e1e1;}

#calendarDetail .title { text-align:center; text-transform:uppercase; color:#fff; font-size:28px; padding:30px 0;}

#calendarDetail .weekdays {background:#a5090b; font-size:14px; text-transform:uppercase; font-weight:700; text-align:center; color:#fff; padding:10px 0;}

@media only screen and (max-width: 640px) {
    .calendarDays .cal-day {border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; font-size:16px;}
    .calendarDays .cal-day h4 {margin-bottom:10px;}
    .calendarNav {}
    .calendarNav .shrink.columns {width:50%;}
}



/* --------------------------------------------------
:: FOOTER
-------------------------------------------------- */
#footer {background:#545454; color:#fff; font-size:14px;}
#footer p {margin:0;}
#footer a {color:#fff;}
#footer .tax { padding:25px 0;}
#footer .copyright {padding:10px 0; background:#2f2f2f;}


/* --------------------------------------------------
:: MISC STYLES AND CLASSES
-------------------------------------------------- */
.row.full {margin: 0!important; max-width: none!important; padding: 0!important; width: 100%!important;}
#googlemap img, object, embed, .GMapEZ img, #map_canvas embed, #map_canvas img, #map_canvas object, 
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object 
    {max-width: none !important;}
/* Removes random added height from Google Remarketing Tags - if tags are on the site */
iframe[name='google_conversion_frame'] { height: 0 !important; width: 0 !important; line-height: 0 !important; font-size: 0 !important; margin-top: -13px; float: left;}
/* responsive video wrapper */
.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}
.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}
.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}
/* Alignment Classes */
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.clear {clear: both;}
.imgleft {float: left; padding: 0 15px 15px 0;}
.imgright  {float: right; padding: 0 0 15px 15px;}
.imgcenter {display: inline-block; margin: auto;}
.hide { display: none; }
.hideclear { clear:both; height:0; overflow:hidden; visibility:hidden; }
/* Pagination Classes */
.pager {text-align:center; margin-top:50px; font-size:14px; color:#666;}
.paginationLinks {
    display:inline-block; 
    margin:0 auto; 
    padding:0 30px !important; 
    border-radius:6px; 
}
.pageLinks {padding:0 !important;}
.prevnextCurrent, .prevnextLink, .prevnextWindow {
    display:inline-block; 
    line-height:0; 
    padding:15px 11px; 
    margin:0; 
    text-align:center;
    text-decoration:none;    
    font-weight:500;
    border:1px solid #ddd;
    border-right:0;
}
.pageLinkNext, .pageLinkPrev {display:none !important;}
.prevnextCurrent {background:#ec2429; color:#fff; border-color:#ec2429;}
.pageLink:hover, .pageLinkNextChunk a:hover, .pageLinkPrevChunk a:hover {background:#FFDAB8;}
.pageLink.prevnextCurrent:hover {background:#ec2429;}
.pageLinkPrevChunk, .pageLinkNextChunk {height:32px; width:30px; border-radius:6px 0 0 6px; color:#cecece; background:#f5f5f5; border:1px solid #ddd; border-right:0; overflow:hidden;}
.pageLinkPrevChunk:before, .pageLinkNextChunk:before {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.pageLinkPrevChunk:before {content:'\000AB';}
.pageLinkNextChunk:before {content:'\000BB';}
.pageLinkNextChunk {border-radius:0 6px 6px 0; border-right:1px solid #ddd;}
.pageLinkPrevChunk a, .pageLinkNextChunk a {position:absolute; top:0; left:0; right:0; bottom:0; background:#fff; text-decoration:none; color:transparent;}
.pageLinkPrevChunk a:before, .pageLinkNextChunk a:before {position:absolute; top:50%; left:50%; color:#ec2429; transform:translate(-50%,-50%);}
.pageLinkPrevChunk a:before {content:'\000AB';}
.pageLinkNextChunk a:before {content:'\000BB';}
.paginationText {font-size:15px}

ul.icons {margin:0; padding:0; list-style-type:none;}
ul.icons li {display:inline-block; margin:0 12px 7px 0;}
ul.icons li a {display:block;}
ul.icons li a svg {max-width:40px; fill:#000;}

.cal {background:#f5f5f5; border:1px solid #e3e3e3; padding:10px; text-align:center;}
.cal .calPrev, .cal .calMonth, .cal .calNext {display:inline-block; margin-bottom:13px;}
.cal .calPrev a, .cal .calMonth a, .cal .calNext a {text-decoration:none; color:#000; padding:2px 5px; font-weight:800;}
.cal .calPrev a, .cal .calNext a {color:transparent;}
.cal .calPrev a:after {content: '\f001'; font-family: 'flexslider-icon'; color:#000;}
.cal .calNext a:before {content: '\f002'; font-family: 'flexslider-icon'; color:#000;}
.emptyDay {background:#eee !important;}
.calGrid th {font-size:12px; font-weight:400; color:#555;}
.calGrid td {font-size:14px; padding:3px 0;}
.calMonthLink {margin-top:10px; display: inline-block;}





/* --------------------------------------------------
:: FLEXSLIDER
-------------------------------------------------- */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
	src:url('graphics/extras/flexslider/fonts/flexslider-icon.eot');
	src:url('graphics/extras/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('graphics/extras/flexslider/fonts/flexslider-icon.woff') format('woff'),
		url('graphics/extras/flexslider/fonts/flexslider-icon.ttf') format('truetype'),
		url('graphics/extras/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {background: #fff; position:relative; left:0; width:100%; zoom: 1; overflow: hidden;}
.flexslider .slides {zoom: 1; margin: 0; padding: 0; list-style: none;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {left:0; display: block; max-width: 100%; width: 100%; height: auto;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {display: block;}

/* Custom Slide Styles */
.flexslider .slides li {height:600px; position:relative;}
.sub.page .flexslider .slides li {height:auto;}
.flexslider .slides li .slide-info {position:absolute; right:0; bottom:60px; width:50%; background:rgba(232,31,37,.9); color:#fff; padding:30px;}
.flexslider .slides li .slide-info .text {max-width:480px;}
.flexslider .slides li .slide-info .text h1 {color:#fff; font-size:30px; margin-bottom:8px;}
.flexslider .slides li .slide-info .text .button {margin:0;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {display: block; width: 16px; height: 30px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-prev {left: -50px; opacity: 0.7;}
.flex-direction-nav .flex-next {opacity: 0.7; right: -50px; text-align: right;}
.flexslider:hover .flex-prev {left: 20px;}
.flexslider:hover .flex-next {right: 20px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0); cursor: default;}
.flex-direction-nav a:before  {font-family: "flexslider-icon"; font-size: 26px; display: inline-block; content: '\f001';}
.flex-direction-nav a.flex-next:before  {content: '\f002';}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 20px; text-align: center; z-index:100; padding:0; margin:0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging {width:100%;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); box-shadow: inset 0 0 1px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover {background: #53524e; background: rgba(83,82,78,.5);}
.flex-control-paging li a.flex-active {background: #53524e; background: rgba(83,82,78,.5); cursor: default;}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 20px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 20px;}
}

@media screen and (max-width: 640px) {
    .flexslider .slides li {height:auto;}
    .flexslider .slides li .slide-info {position:static; width:100%; text-align:center;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee2227+0,d10e16+100 */
    background: #ee2227; /* Old browsers */
    background: -moz-linear-gradient(top, #ee2227 0%, #d10e16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ee2227 0%,#d10e16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ee2227 0%,#d10e16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2227', endColorstr='#d10e16',GradientType=0 ); /* IE6-9 */}
    .flexslider .slides li .slide-info .text {max-width:none;}

}






/* --------------------------------------------------
:: TUBULAR
-------------------------------------------------- */
#tubular-container {z-index: 0 !important; top: 0; position: absolute !important;}
#tubular-player {width: 100% !important; height: 100% !important; left: 0 !important; top: 0 !important;} /* Overwriting the JS for the iframe - since I have #bg-video 16/9 ratio percentage */
#tubular-shield {background: #000; opacity: .3;}
#bg-video {height: 0; padding-bottom: 56.25%; background: #000;}
#bg-video .video-text {position: absolute; z-index: 3; bottom: 40%; left: 10%; right: 10%; text-transform: uppercase; text-align: center;}
#bg-video .video-text h2 {color: #fff; line-height: 1; margin: 0; font-size: 52px; text-shadow: 0 0 5px #000;}
#bg-video .video-text h4 {color: #fff; font-size: 32px; text-shadow: 0 0 5px #000;}

a.homepage-btn.button {margin-top: 20px; text-shadow: none; font-weight: bold;}
.bg-video-mobile.show-for-small {position: relative;}
.bg-video-mobile.show-for-small img {width: 100%;}





/* --------------------------------------------------
:: POPUP BOX
-------------------------------------------------- */
.modal {overflow:scroll; padding-bottom:40px;}
.modal-bg, .modal {
	z-index: 2;
	opacity: 1;
    position: fixed;
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 250ms ease-in-out;
}
.modal-bg {background: rgba(0, 0, 0, .5);}
.modal.close .modal-bg, .modal.close {opacity:0;}
.modal.slide, .modal.slide .modal-bg {top:auto; bottom:auto;}
.modal .content {
    top: 200px;
    left: calc(50% - 320px);
    max-width: 650px;
    width:100%;
    background: white;
    padding: 30px;
	position: relative;
    color: black;
    z-index:3;
    transition: transform 250ms ease-in-out;
}
.modal.close .content {transform: translate(0%, 0%) scale(.75);}
.modal .close-modal {position:absolute; right:0; top:0; padding:7px; line-height:1; text-align:center; background:rgba(200,200,200,.5); height:30px; width:30px;}
.modal .close-modal:hover {cursor:pointer; background:rgba(200,200,200,1);}
@media only screen and (max-width: 690px) { 
    .modal .content {left:0; max-width:100%;}
    .modal {padding:20px;}
}






/* --------------------------------------------------
:: ALERT BAR
-------------------------------------------------- */
.alert-bar {background:#000;color:#fff; padding:7px 0; font-weight:700; position:relative;}
.alert-bar svg {float:left; margin-right:5px; width:15px; transition:all ease .3s; height:auto;}
.alert-bar p {margin:0; line-height:1.2; font-size:14px; transition:all ease .3s; padding-right:25px;}
.alert-bar a {color:#fff; font-style:italic;}
.alert-bar.green {background:#01a46d;}
.alert-bar.blue {background:#377fc7;}
.alert-bar.yellow {background:#f5d800;}
.alert-bar.yellow p, .alert-bar.yellow a {color:#000;}
.alert-bar.orange {background:#ff9b2b;}


/* --------------------------------------------------
:: COUNTDOWN TIMER
-------------------------------------------------- */
.countdown-bar {display: none; color: #fff; background: #000; background: rgba(0,0,0,.85); z-index: 100; position: fixed; bottom: 0; width: 100%;}

.countdown-bar .wrapper {padding-bottom:20px;}
.countdown-bar .info {font-size: 14px; line-height: 1.2; margin:0;}
.countdown-bar .info h2 {line-height: 1; text-align: right; padding: 10px 15px 15px 0; margin:0; border-right: 1px solid #666; color: #fff;}
.countdown-bar .info .link {margin:0;}
.countdown-bar .info .link a {font-weight: 700; color:#ffffff; font-style:italic;}
.countdown-bar .close {font-size:12px; text-align:right; margin:3px 15px 2px;}
.countdown-bar .close a {color:#fff; text-decoration:none;}
.countdown-bar .close a strong {font-size:14px; font-weight:800;}
.countdown-bar .close a:hover {text-decoration:underline;}

#countdown-wrapper {width: 440px; margin: auto; max-width: 100%;}
.countdown-box {border-radius:3px; -webkit-border-radius:3px;background:#eaeaea; padding: 10px; text-align: center; max-width: 90px; color: #fff; font-weight:700; line-height: 1; margin: 10px 5px; font-size: 12px;}
.countdown-box span {display: block; color: #fff; font-size: 38px; font-weight: bold; margin-bottom: 3px;}

.countdown-expiry h2.default {margin:0; color:#fff; text-align:center; font-style:italic; color:#f4d240;}
.countdown-expiry p {margin:0;font-size: 16px; line-height: 1.2;}
.countdown-expiry .link {margin:0;}
.countdown-expiry .link a {font-weight:700; font-style:italic; color:#f4d240;}
@media only screen and (max-width: 1024px) { 
    .countdown-bar .info .shrink.no-text {width:100%;}
    .countdown-bar .info .no-text h2 {border:none; text-align:center; padding:0;}
}
@media only screen and (max-width: 640px) { 
    .countdown-bar .shrink {width:100%;}
    .countdown-bar .info h2 {border:none; text-align:center; padding:0 0 10px;}
    .countdown-bar .info {text-align:center;}
    .countdown-box {max-width: 65px;}
    .countdown-box span {font-size:28px;}
    #countdown-wrapper {padding-top:15px; width:350px;}
}




/* --------------------------------------------------
:: SILENT SALESMAN
-------------------------------------------------- */
.corner-box {position:fixed; bottom:10px; right:15px; z-index:500; opacity:0; display:none;}
.corner-box.box-left {right:auto; left:15px;}
.corner-box .header {padding:10px 15px; transition: all .3s ease;}
.corner-box .header svg {width:20px; margin: 0 5px -4px 0; fill:#fff;}
.corner-box .header.no-title svg {margin:0 0 -4px 0;}
.corner-box .container {border:2px solid #fff; border-radius:25px; -webkit-border-radius:25px; transition: all .3s ease;}
.corner-box .header:hover {cursor:pointer;}
.corner-box .header p {margin:0; color:#fff; font-size:16px; font-weight:800; display:inline-block;}
.corner-box .content {display:none; width:340px; max-height:445px; overflow-y:auto; }
.corner-box .wrapper {font-size:14px; background:#fff; margin:0 10px 10px; padding:10px; border-radius:6px; -webkit-border-radius:6px}
.corner-box .wrapper p {font-size:14px; margin:0 auto 15px;}
.corner-box .wrapper .button {margin:0 auto; display:block;}
.corner-box.open .header {border-radius:15px 15px 0 0; -webkit-border-radius:15px 15px 0 0; }
.corner-box.open .header:after {content:'\25bc'; position:absolute; right:10px; color:#fff;}
.corner-box.open .content {border-radius:0 0 15px 15px; -webkit-border-radius:0 0 15px 15px;}
.corner-box.open .container {border-radius:15px; -webkit-border-radius:15px;}
@media only screen and (max-width: 370px) { 
    .corner-box .content {width:100%;}
    .corner-box.open {right:15px; left:15px;}
}
@media only screen and (max-height: 660px) { 
    .corner-box .content {max-height:320px;}
}
@media only screen and (max-height: 530px) { 
    .corner-box .content {max-height:220px;}
}
@media only screen and (max-height: 430px) { 
    .corner-box .content {max-height:180px;}
}
@media only screen and (max-height: 360px) { 
    .corner-box .content {max-height:120px;}
}


/* --------------------------------------------------
:: FORMS
-------------------------------------------------- */
form td {padding-bottom:15px;}
[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea
    {display:block;width:100%;height:2.2rem;margin:0;padding:5px;font-family:inherit;border:1px solid #dadada; border-radius:5px;background-color:#FBFBFB;color:#4b4b4e;transition:border .2s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}
textarea{max-width:100%}
textarea[rows]{height:auto}
[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fdfdfd}
    /* placeholder text styles - must stay separate */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#b0acac}
input::-moz-placeholder,textarea::-moz-placeholder{color:#b0acac}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#b0acac}
input::placeholder,textarea::placeholder{color:#b0acac}
    /* Readonly Text Styles */
input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e8ebf3;cursor:not-allowed}
input:disabled:focus,input[readonly]:focus,textarea:disabled:focus,textarea[readonly]:focus{background-color:#e8ebf3;border:1px solid #cacaca}
[type='file'],[type='checkbox'],[type='radio']{margin:0 0 15px}
[type='checkbox'] + label,[type='radio'] + label{display:inline-block;vertical-align:baseline;margin-left:5px;margin-right:15px;margin-bottom:0}
[type='checkbox'] + label[for],[type='radio'] + label[for]{cursor:pointer}
label > [type='checkbox'],label > [type='radio']{margin-right:5px}
[type='file']{width:100%}
label{display:block;margin:0}
select{height:34px;margin:0;padding:5px; width:100%; font-family:inherit;border:1px solid #dadada;border-radius:5px;background-color:#FBFBFB;color:#4b4b4e;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138,138,138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}
@media screen and (min-width: 0\0) {
select{background:#fbfbfb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}
}
select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fdfdfd;transition:border .2s ease-out}
select:disabled{background-color:#fdfdfd;cursor:not-allowed}
select::-ms-expand{display:none}
select[multiple]{height:auto;background-image:none}
input[type="checkbox"], input[type="radio"] {width: auto;}
    /* Recaptcha styling */
.simpleAntiSpam div{margin:6px auto!important}
.g-recaptcha div{margin:20px auto 0!important}
    /* Date picker */
#ui-datepicker-div {display:none;}
.ui-datepicker{background:#fff;border:1px solid #cacaca;padding:15px;margin:10px 20px;-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);}
.ui-datepicker-header{text-align:center;font-size:16px;font-weight:800}
.ui-datepicker-prev{float:left;font-size:13px;text-transform:uppercase}
.ui-datepicker-next{float:right;font-size:13px;text-transform:uppercase}
.ui-datepicker-title{clear:both}
.ui-datepicker-calendar{min-width:200px}
.ui-datepicker-calendar th{width:14.2%;font-weight:600}
.ui-datepicker-calendar td{vertical-align:middle;text-align:center}
.ui-datepicker-calendar td a{padding:2px}
.datetimeField {width:100px; float:left; margin-right:5px;}
.formtextRequired {font-weight:bold;}
.formtextRequired:before {content:"*";}
select#IDFormField_State_0 {width:auto;}
input[type=text]#IDFormField_Zip_0, input[type=text]#IDFormField_cvv_0, input[type=text]#IDFormField_State_0 {max-width:150px;}
#IDFormField_expiration_0 {width:49%; margin-right:1%;}
#IDFormField_expiration_0_year {width:49%;}
/* Tables */
table {width:100%;}
@media only screen and (max-width: 640px) { 
    [type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea, select
        {height: 3rem; margin-bottom:20px; width: 100%;}
    form table {width:100%; display:block;}
    form table tbody {display:block; width:100%;}
    form table tr {display:block; width:100%;}
    form td {display: block; padding:0;}
    form input[type=submit], select#IDFormField_State_0 {width:100%;}
    #IDFormField_expiration_0, #IDFormField_expiration_0_year {width:100%; margin-right:0;}
}





/*  --------------------------------------------------
:: Print Styles                                        Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
--------------------------------------------------  */
.print-only { display: none !important; }
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	p a, p a:visited { color: #444 !important; text-decoration: underline; }
	p a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* 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; }
	.hide-on-print { display: none !important; }
	.print-only { display: block !important; }
}



/* Media Queries */
@media only screen and (max-width: 1025px) { }
@media only screen and (max-width: 767px) { }
@media only screen and (max-width: 640px) { }
@media only screen and (max-width: 479px) { }
@media only screen and (max-width: 319px) { }