@charset "UTF-8";
/* FOUNDATION OVERRIDES **************************************************/
.move-right .exit-off-canvas {
	box-shadow: 1px 0 8px rgba(0,0,0,0.2),1px 0 8px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
p {
  font-weight: inherit;
}
/* Form fixes */
textarea {min-height: 200px;}

/* Fixed menu fix */
.f-topbar-fixed {
	padding-top: 0px !important;
}
.contain-to-grid {
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    -webkit-transition: all 1.3s;
	transition:  all 1.3s;
    overflow: hidden;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	
}
form .row .row.collapse input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* Date Picker fixes */
table.picker__table tr th, table.picker__table tr td {
    text-align:center;
}
.picker__button--clear, .picker__button--close, .picker__button--today {
    background: #5C9FEA;
}
.picker__frame {
    margin-bottom: 10%;
}
.left-small, .right-small {
    border-color:rgba(255,255,255,0);
}
/* table style override for BC's date picker which is built with table structure */
table.date {
  background: #FFFFFF;
  margin-bottom: 0rem;
  border: solid 0px #DDDDDD;
  table-layout: auto; }
  table.date caption {
    background: transparent;
    color: #222222;
    font-size: 0.8rem;
    font-weight: bold; }
  table.date thead {
    background: #F5F5F5; }
    table.date thead tr th,
    table.date thead tr td {
      padding: 0rem;
      font-size: 0.8rem;
      font-weight: bold;
      color: #222222; }
  table.date tfoot {
    background: #F5F5F5; }
    table.date tfoot tr th,
    table.date tfoot tr td {
      padding: 0rem;
      font-size: 0.8rem;
      font-weight: bold;
      color: #222222; }
  table.date tr th,
  table.date tr td {
    padding: 0rem;
    font-size: 0.8rem;
    color: #222222;
    text-align: left; }
  table.date tr.even, table.date tr.alt, table.date tr:nth-of-type(even) {
    background: #FFF; }
  table.date thead tr th,
  table.date tfoot tr th,
  table.date tfoot tr td,
  table.date tbody tr th,
  table.date tbody tr td,
  table.date tr td {
    display: table-cell;
    line-height: 1.125rem; }

.webform-results table {
  width: 100%;
}


/* RECAPTCHA fix */
.recaptchatable .recaptcha_input_area {
	height: 40px !important;
}
.recaptchatable #recaptcha_response_field {
	margin: 12px 0 0 0!important;
}
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4 {
    height:0px !important;
}
.recaptcha_r4_c1 {
    line-height:4px !important;
}
.recaptcha_r4_c1 #recaptcha_privacy a,
.recaptcha_r4_c1 #recaptcha_privacy a:visited,
.recaptcha_r4_c1 #recaptcha_privacy a:hover,
.recaptcha_r4_c1 #recaptcha_privacy a:focus,
.recaptcha_r4_c1 #recaptcha_privacy a:active {
    color:#CCC !important;
}
.recaptchatable #recaptcha_response_field {
	height: 1.5rem;
}
#recaptcha_table {
  background: transparent;
}

/* WebKit CSS Transition Bug Fix */
a,
.contain-to-grid
{
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
}

/* Facebook commenting responsive fix */
.fb_iframe_widget_fluid,
.fb_iframe_widget_fluid span,
.fb_iframe_widget iframe {
	width: 100% !important;
}

/* BC OVERRIDES / FIXES *******************************************************/

ul.catalogueList,
ul.catalogueList > li, 
ul.productList,
ul.productList > li {
    margin:0px; 
    padding:0px; 
    list-style-type:none;
}

.cartSummary.empty0 { display:none; }
.cartSummary.notEmpty1 { display:none; }
.cartSummaryTable {display:none;}

/* EXTRA HELPERS ***************************************************************/

.note {color:#000; font-size:0.9rem; font-weight:700;}
.fineprint {color:#999; font-size:0.9rem;}
.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blur {  /* Not supported in IE at all */
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}

/* FONT & WEIGHT ALLOCATIONS ***************************************************/
/* Avaliable Options */
/*

font-family: 'Kalam', cursive;
	Light:	300
	Normal:	400

font-family: 'Yanone Kaffeesatz', sans-serif;
	Light:	200
	Normal:	300
	Bold:	400
	Extra:	700

font-family: 'Roboto Condensed', sans-serif;
	Light:	300 + italic
	Semi:	400 + italic
	Extra:	700 + italic

*/

/* @Font Imports */

/* Override All Font Family's declared in Foundation CSS */
/*** DO NOT CHANGE BELOW SELECTORS ***/
button, 
.button, 
.pricing-table 
.title, 
.pricing-table 
.price, 
.tabs dd > a, 
.side-nav, 
.side-nav li.active > a:first-child, 
.accordion dd > a, 
.sub-nav li, 
.label,
.footer,
.footer p,
.footer nav li a,
.top-bar-section ul li>a, 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
}
/*** DO NOT CHANGE ABOVE SELECTORS ***/


/* CHANGE BELOW... */
/* New font assignments */
body,
.floating-search input,
ul.off-canvas-list li a,
.top-bar-section .dropdown label,
.footer,
.footer p,
.footer nav li a,
ol li p span {
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 300; 
}

input[type="text"],
textarea,
.left-small,
.panel ul li a,
p a,
p a:visited {
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 400; 
}
.ls-l.textblock,
.panel.pg-nav ul li a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
}
.top-bar-section ul li,
.top-bar-section ul li>a,
ol li p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
}
.top-bar-section .dropdown li a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
}
.panel h1,
h3,
h1,
.branding-bar h2.phone-lrg {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
}
.branding-bar h2.phone-lrg + a {
  color: #0A0A64;
}
.branding-bar h2.phone-lrg + a span {
  margin-top: -5px;
}
.branding-bar h2 {
    font-family: 'Kalam', cursive;
    font-weight: 300;
}

/*
h1,
.branding-bar h2 {
    font-family: 'Waiting for the Sunrise', cursive;
    font-weight: 400;
}
*

/* Font style placeholder text */
    input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300; 		
    }
    input:-moz-placeholder,
	textarea:-moz-placeholder { /* Firefox 18- */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300; 		
    }
    input::-moz-placeholder,
	textarea::-moz-placeholder {  /* Firefox 19+ */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300; 		  
    }
    input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {  
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300; 		
    }
	/* Header Search Input placeholder */
    .floating-search input::-webkit-input-placeholder {
		font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;
    }
    .floating-search input:-moz-placeholder { /* Firefox 18- */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;  
    }
    .floating-search input::-moz-placeholder {  /* Firefox 19+ */
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;  
    }
    .floating-search input:-ms-input-placeholder {  
    	font-family: 'Roboto Condensed', sans-serif;
    	font-weight: 300;	  
    }

/* FORMS ***********************************************************************/
/* Style placeholder text */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #CCC;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: #CCC;  
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;  
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  /* IE */
   color: #CCC;  
}
small.error {pointer-events: none;}
.error input, .error textarea, .error select,
.error input:focus, .error textarea:focus, .error select:focus {
	border: 1px solid rgba(240,65,36,0.8) !important;
    margin-bottom:1rem;
}
.system-message .error:empty {display:none;}
table.date select {
    width:50%;
}
fieldset {
    background: #F2F2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:none;
    padding-top: 2.5rem;
    margin-top:0;
}
fieldset legend {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:none;
    padding:0 1rem;
    top: 1.8rem;
  	position: relative;
}
label small {
    text-transform: none;
    color: #676767;
    font-size:90%;
}

/* GENERAL STYLE REFERENCE ******************************************************/
/*
Globals Reference:
Colors:
DRK BLUE	#0A0A64
DRK ORGANGE	#EB3214
LT GREY		#F2F2F2
MED GREY	#B3B3B3

*/

/* GENERAL ELEMENTS ************************************************************/
body {
    background:#FFF;
    background-size: 100%;
}
hr {
    color: #B3B3B3;
    margin: 1rem 0 1.5rem 0; 
    height:1px; 
    border:0px solid; 
    border-top:1px solid;
}
ul {
    margin-left:2rem;
}

ol li p {
  font-size: 1.5rem;
    color:#0A0A64;
    line-height:1.8rem;
}
ol li p small {
    display:block;
    color:#888;
    line-height:1.4rem;
}




dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
 
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}




p {
    line-height: 1.45;
}
p.lead {
    line-height:inherit;
    font-size: 1.2rem !important;
}
small,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 72%;
    color: inherit;
}

.alert-box.popalert {display:none; position:fixed; top:40px; right:30px; max-width:300px; z-index:9999; transition: none;}

/* HEADINGS *********************************************************************/
h1, h2, h3, h4, h5, h6 {
    color:#0A0A64;
    line-height: 1;
}
h1 {
    text-transform:uppercase;
    font-size: 3.3rem;
}

/* LINKS ************************************************************************/
a, 
a:visited,
a i:before,
a:hover i:before,
a:focus i:before,
a:active i:before,
button,
.button {
    transition:  all 0.3s;
    outline:none;
}

a:hover, 
a:focus, 
a:active,
button:hover,
.button:hover,
button:focus,
.button:focus,
button:active,
.button:active {
    color:#0A0A64;
    transition:  all 0.3s;
    outline:none;
    filter: alpha(opacity=65);
    -webkit-opacity:0.65;
    opacity:0.65;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color:inherit;
    text-decoration:none;
}

p a,
p a:visited {
    color:#EB3214;
    text-decoration:underline;
}
p a:hover,
p a:active,
p a:focus {
    color:#EB3214;
    text-decoration:none;
}

/* NAVIGATION ********************************************************************/
nav.initially ul * {height:0px !important; overflow:hidden !important;} /* hides initial flash of submenus before scripts format nav an dthe remove .initially */
nav ul,
nav ul li {
    margin:0;
    padding:0;
    list-style-type:none;
}
nav ul li {
    display:inline-block;
}
nav ul li a,
nav ul li a:visited {
    padding:0.2rem 0.3rem;
}

.top-bar-section .dropdown,
.contain-to-grid,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: transparent;
}


.contain-to-grid {
    background: #0A0A64;
}

.top-bar-section ul li, .top-bar-section ul li>a {
  	font-size: 1.5rem;
  	text-transform: uppercase;
    color:rgba(255,255,255,1);
}
.top-bar-section .dropdown label {
    font-size: 1rem;
  	border-bottom: 1px solid rgba(255,255,255,0.25);
  	color: rgba(255,255,255,0.4);
    cursor: default !important;
}
.top-bar-section .dropdown li {
    text-align:left;
}
.top-bar-section .dropdown li a {
    font-size: 1.3rem;
  	text-transform: none;
    color:rgba(255,255,255,0.8);
}
.top-bar-section ul li:hover:not(.has-form)>a {
  	background-color: transparent;
	background: transparent;
}

.top-bar-section ul li > a:hover {
	color:#FFF;
}

.top-bar-section ul li.active > a {
	color:#EB3214;
}


.left-small, .right-small {
    border-color: rgba(255,255,255,0);
    font-size: 1.6rem;
    width: 50%;
    padding: 0 1rem;
}
.right-small {
    text-align:right;
}
a.left-off-canvas-toggle {
  color: #FFF;
}

.left-off-canvas-menu ul {
  padding-bottom: 6rem;
}
ul.off-canvas-list li a,
ul.off-canvas-list li a:visited {
    font-size: 1.3rem;
}
ul.off-canvas-list li.active a {
    background: rgba(255,255,255,0.3);
}
    ul.off-canvas-list li.active li.active a {
        background: rgba(255,255,255,0.4);
    }
ul.off-canvas-list li a:hover,
ul.off-canvas-list li a:active,
ul.off-canvas-list li a:focus {
	background: rgba(255,255,255,0.2);
}
ul.off-canvas-list li label {
    cursor:default !important;
    border-bottom: 1px solid #5e5e5e;
    border-top: 1px solid #222;
}
.left-submenu .back>a {
  background: #222;
  padding-top: 1.2rem;
}

a.nav-search {
    color: rgba(255,255,255,0.6);
}
a.nav-search:hover {
    color: rgba(255,255,255,1);
}

.social-nav i span {
    text-indent: -9999px !important;
    position: absolute;
    left: -9999px;
}


/* BUTTONS *********************************************************************/
button, .button,
a:visited.button {
    color:#FFF;
    font-size: 1.6rem;
    text-transform:uppercase;
    background-color:#EB3214;
    position:relative;
    white-space:nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:none;
    padding: 0.5rem 1.5rem 0.2rem 1.5rem;
}
button i, .button i {
    margin-top:-0.2rem;
}
table.date button, table.date .button {
    background-color:#EB3214 !important;
    margin-bottom:0;
}
input.button {
    padding:0;
}

button:hover, .button:hover,
button:focus, .button:focus,
button:active, .button:active {
    color:#FFF;
    background-color:#EB3214;
}

button.secondary, .button.secondary,
a.button.secondary:visited {
    color:#0A0A64;
    font-size: 1.2rem;
    text-transform:none;
    background-color:#FFF;
    border:1px solid #0A0A64;
    padding: 0.3rem 1.2rem;
}
button.secondary:hover, .button.secondary:hover,
button.secondary:focus, .button.secondary:focus,
button.secondary:active, .button.secondary:active {
    
}


button.expand, .button.expand, 
a:visited.button.expand {
    
}
button.large, .button.large, 
a:visited.button.large {
    
}
button.small, .button.small,
a:visited.button.small {
    
}
button.tiny, .button.tiny,
a:visited.button.tiny {
    
}

button i, .button i,
button .fa-stack, .button .fa-stack{
    margin-right:0.5rem;
    margin-top: -0.1rem;
}

button.tag:before, .button.tag:before {
    content: ' ';
    position: absolute;
    top: -8px;
    left: 47%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #FFF;
    border-right: 7px solid #FFF;
    border-bottom: 8px solid transparent;
    background: inherit;
}

/*BTN NO STYLE*/
button.no-style, .button.no-style,
.button.no-style:visited {
    color:#C5BBB1;
    background-color: transparent;
    padding:1rem;
}
button.no-style:hover, .button.no-style:hover,
button.no-style:focus, .button.no-style:focus,
button.no-style:active, .button.no-style:active {
    color:#7E746D;
    background-color: transparent;
}

button .fa-inverse,
.button .fa-inverse {
	color:#EB3214;    
}
button.secondary .fa-inverse,
.button.secondary .fa-inverse {
	color:#FFF;    
}
input.womo-review-btn {
    position: absolute;
    bottom: -0.8rem;
    right: 0rem;
  	z-index: 50;
}
a.womo-review-btn {
    position: absolute;
    bottom: -1rem;
    right: 0.5rem;
  	z-index: 50;
}

span.fa-stack {
    font-size: 1.5rem;
}
i.fa-stack-1x {
  	margin-left: 1px;
}
h1 .fa-stack {
    color:#EB3214;
    font-size: 2.2rem;
  	top: -5px;
}

.womo-testimonials-panel{
	margin-top: 5.5rem;
	margin-bottom: 2rem;
}


.womo-widget-container {
  margin-top: -5.5rem;
  margin-bottom: 2em;
}


.womo-container {
    position: relative;
    top: -5rem;
    margin-bottom: -3.5rem;
}
.womo-group {
    position:relative;
    left:1.5rem;
}
.womo-group a {
    display: inline-block;
    width: 21%;
    margin-left: -2.6rem;
}
.womo-group a:hover {
	filter: alpha(opacity=1);
    -webkit-opacity:1;
    opacity:1;
}

/* CORE STRUCTURE ******************************************************************/
.wrapper {
    position:relative; 
    z-index:1; 
    width: 100%;
    margin: 0 auto 0 auto;
    padding-bottom:0.001%;
    padding-top: 3rem;
    max-width: 100%;
    }
.wrapper:not(.stripe) > .row:first-child {
    padding-top: 0rem;
}
.wrapper:not(.stripe) > .row:last-child {
    margin-bottom:6rem;
}
.stripe {
	background: #F2F2F2;
    padding-bottom: 1rem;
}
.stripe p {
    color:rgba(0,0,0,0.7);
    font-size:99%;
}
.wrapper .stripe {
    margin:0 0 2rem 0;
    padding:2rem 0;
}
.panel {
    border-style: none;
    border-width: 0px;
    margin-bottom: 2.8rem;
    background: #F2F2F2;
    color: #000;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}
.panel h1 {
    color:#0A0A64;
    text-transform:uppercase;
    margin-bottom:1rem;
    line-height: 2.5rem;
    font-size: 3.2rem;
}
.panel h1 small {
    color:#0A0A64;
    font-size:72%;
    margin-bottom: 1.8rem;
    display: inline-block;
    line-height: 1.2rem;
}
.panel ul {
    line-height: 1.5rem;
}
.panel ul li a {
	color:#000;
    font-size:1.1rem;
}
.panel ul li a:hover {
	color:#000;
    text-decoration: underline;
}
.panel p {
    font-weight:400;
    color:#666;
}
.panel .button {
    margin-top: 1rem;
}

.panel.pg-nav ul {
    margin-left:2.5rem;
}
.panel.pg-nav ul li {
  list-style-type: none;
    position:relative;
    padding:0.3rem 0;
}
.panel.pg-nav ul li:before {
    content:"\f0f6";
    position:absolute;
    left:-2rem;
    top:0.2rem;
    color:#B3B3B3;
    font-family: FontAwesome;
    font-size:1.5rem;
    transition:  all 0.5s;
}
.panel.pg-nav ul li a,
.panel.pg-nav ul li a:visited {
  list-style-type: none;
    font-size:1.4rem;
    color:#EB3214;
}
.panel.pg-nav ul li a:hover,
.panel.pg-nav ul li a:focus,
.panel.pg-nav ul li a:active,
.panel.pg-nav ul li:hover:before,
.panel.pg-nav ul li:focus:before,
.panel.pg-nav ul li:active:before {
    color:#0A0A64;
    text-decoration:none;
    transition:  all 0.5s;
}
.panel.pg-nav.location ul li:before {
    content:"\f041";
}
.panel.pg-nav.removal ul li:before {
    content:"\f0d1";
}
.panel.pg-nav.storage ul li:before {
    content:"\f187";
}

.search-results b {
    color:#EB3214;
}

.quote-rem-store h1,
.quote-few h1,
.quote-house h1 {
    font-size:2.5rem;
}
h1.adjust i {
  display: none;
}
h1.adjust i:last-child {
  display: inline-block;
}

.accordion {
    margin:0;
}
.accordion .accordion-navigation.active>a, .accordion dd.active>a {
  background: #d6deff;
    filter: alpha(opacity=100);
    -webkit-opacity:1;
    opacity:1;
}
.accordion .accordion-navigation>a, .accordion dd>a {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-bottom:1px solid #b2b2b2;
}
.accordion .accordion-navigation>a i, .accordion dd>a i {
  position:absolute;
    left:0.8rem;
    top:0.8rem;
}

/* HEADER ***************************************************************************/
.header {
    background: #d6deff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZGVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmIzODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d6deff 0%, #dfb386 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6deff), color-stop(100%,#dfb386)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d6deff 0%,#dfb386 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d6deff 0%,#dfb386 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d6deff 0%,#dfb386 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d6deff 0%,#dfb386 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6deff', endColorstr='#dfb386',GradientType=0 ); /* IE6-8 */
    position:relative;
    z-index:98;
}
.hero {
    background-color:transparent;
    background-position:right bottom;
    background-size:contain;
    background-repeat: no-repeat;
}

.branding-bar {
    background: rgba(255,255,255,0.3);
    position: relative;
    height:77px;
    padding: 0.8rem 0 0 0;
}
.branding-bar .logo {
    margin:0 0.8rem 0 0;
}
.subpg .branding-bar .logo {
	max-height: 55px;
}
.branding-bar h2 {
    color:#EB3214;
    font-size:1.6rem;
    margin: 0rem 0 0 0;
    display: inline-block;
    letter-spacing: -0.02rem;
}
.branding-bar h2.phone-lrg {
    color: #0A0A64;
    font-size: 2.6rem;
    margin: -0.2rem 0 0 0;
    display: inline-block;
    line-height: 1.9rem;
    letter-spacing: 0rem;
}
.branding-bar h2.phone-lrg small {
    color: #0A0A64;
    font-size:1.3rem;
    display:block;
    text-align:left;
    margin:0 0 0 -0.5rem;
}
.branding-bar h2.phone-lrg {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}


/* SLIDER **********************************************************************************/
.ls-playvideo {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: 3px solid rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) !important;
    transition:  border 0.2s;
}
.ls-l.video:hover .ls-playvideo {
    border: 3px solid rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.8);
    transition:  border 0.2s;
}

.ls-l.square,
.ls-l.video {
    border: 7px solid rgba(0,0,0,0.7) !important;
}
.ls-l.textblock {
    background:rgba(0,0,0,0.7);
    color:#FFF;
    padding:0.9rem 1.4rem 0.7rem 1.4rem;
    font-size:2.2rem;
    text-transform:uppercase;
    line-height: 1.8rem;
}
.ls-l.textblock small {
    display:block;
}
.ls-l.button {
    font-size:1.8rem;
    color:#000;
    z-index:999;
}

/* APPS ************************************************************************************/
.our-team blockquote {
    float: right;
    width: 58%;
    margin: 0 0 1.2rem 2rem;
    padding: 1rem;
    font-style: italic;
    font-size: 1.3rem;
    text-align: right;
}

.toppg #at4-share, .toppg #at4-soc {
    top: 600px;
}
.testimonials small {
    font-size:0.85rem;
}

.tabs {
  border-bottom: 1px solid #B3B3B3;
}
.tabs .tab-title {
  border: 1px solid #B3B3B3;
    bottom: -1px;
  margin-left: 3px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
li.tab-title.active {
  bottom: -3px;
  border-bottom: 0px;
}
.tabs .tab-title>a {
  display: block;
  background-color: #F2F2F2;
  color: #222;
  padding: 0.6rem 2rem;
  font-family: inherit;
  font-size: 1.2rem;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.tabs .tab-title>a:hover,
.tabs .tab-title>a:focus,
.tabs .tab-title>a:active {
    filter: alpha(opacity=100);
    -webkit-opacity:1;
    opacity:1;
}
.backloading-schedule-head {
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0.9375rem 0.5rem 0.9375rem;
    background: #f2f2f2;
    padding: 0.5rem 0 0 0;
}
.backloading-schedule-body {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0.9375rem 0 0.9375rem;
    padding: 0;
}
.backloading-schedule-body .actions a.has-tip {
    margin-top: 0.8rem;
    display: inline-block;
}
.backloading-schedule-body .actions a.button {
    margin-bottom: 0rem;
    top:-0.2rem;
}

/* QUESTION TO ASK TABLE *******************************************************************/
table.questions-table tr th {
    background-color: rgba(10, 10, 100,0.1);
}
.ask-gr {
    text-align:center;
    color:#21b384;
}

/* FOOTER **********************************************************************************/
.footer {
    background:#0A0A64;
    padding-bottom: 2rem;
}
.footer .row {
    margin-bottom:0 !important;
}
.footer,
.footer p,
.footer a,
.footer a:visited,
.footer nav li a,
.footer nav li a:visited {
    font-size:0.9rem;
    color:#FFF;
    text-decoration:none;
}
.footer a.button,
.footer a.button.postfix {
  font-size: 1.5rem;
}
.footer a.button.postfix i {
  margin:0;
}
.footer h6 {
    color:#FFF;
    font-size: 1.2rem;
}
.footer ul li {
    line-height: 1.1rem;
    padding-bottom: 0.2rem;
}

.footer ul li label {
    color:#FFF;
    font-weight:400;
    font-style:italic;
    text-transform:uppercase;
    cursor:default;
}

.footer button.postfix {
    padding: 0.95rem 0 2.6rem 0;
    line-height: 0;
    margin: 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.footer .postfix-radius input {
    line-height: 3rem;
  	height: 3.55rem;
    margin: 0;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    font-size: 1.5rem;
}

.copyright img {
    background:#FFF;
    padding:6px;
}

#greviews {
    margin-bottom:4em;
    text-align:center;
}

#greviewsbadge, #womobadge {
    border-radius:20px; 
    padding:10px; 
    box-shadow:0 2px 20px -8px rgba(0, 0, 0, .5);
}

/* GENERAL STYLE REFERENCE *****************************************************************/
/*
Globals Reference:
Colors:
DRK BLUE	#0A0A64
DRK ORGANGE	#EB3214
LT GREY		#F2F2F2
MED GREY	#B3B3B3

*/


/* MEDIA QUERIES ***************************************************************************/
/* Small screens */
/* Define mobile styles */
@media only screen {
	.show-for-print {display:none;}
    
} 





/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
    .ls-slide {
        text-align:center;
    }
	.ls-l.video, .ls-l.square {
        margin: 0 auto !important;
  		position: relative !important;
    }
    .hide-for-small-only-override {
        display:none !important;
    }
    .ls-l.button {
        position:absolute;
        color:#FFF;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        line-height:0rem;
    }
    .womo-container {
        margin-bottom: -11.5rem;
    }
    .womo-group {
        left: 0rem;
    }
    .womo-group a {
        width: 44%;
        margin-left: 0;
    }
    img.womo-2014,
    img.womo-2015 {
        top: -3rem;
        position: relative;
    }
	img.womo-2016,
    img.womo-2017 {
        top: -7rem;
        position: relative;
    }
	img.womo-2018,
    img.womo-2019 {
        top: -11rem;
        position: relative;
    }
    .panel h1 {
        margin-top: 1rem;
        margin-bottom: -0.1rem;
    }
    .panel h1 i {
        margin-bottom: -1rem;
        margin-top: -0.5rem;
    }
    .footer {
        padding-bottom:4.5rem;
    }
    .footer a.button {
        margin: 2.5rem 0;
    }
    button, .button, a:visited.button {
        font-size: 1.4rem;
    }
    .tabs .tab-title {
        margin-right: -4px;
        margin-left: 0px;
        width: 20%;
    }
    .tabs .tab-title.active {
        width: auto;
    }
    .tabs .tab-title>a {
        padding: 0.2rem 0.5rem;
        font-size: 1rem;
        overflow: hidden;
        height: 2.2rem;
        white-space: nowrap;
    }
    h1 {font-size:2.5rem;}
    .our-team blockquote {
        float: none;
        width: 100%;
        text-align:left;
        margin-left:0.3rem;
    }
    
}

/* max-width 530px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 360px) and (max-width: 530px) {
    .panel h1 {
        font-size: 2.2rem;
  		line-height: 1.6rem;
    }

}

@media only screen and (min-width: 640px) and (max-width: 820px)  {
    
}

@media only screen and (min-width: 0px) and (max-width: 550px)  {
    
}

/* very small */
@media only screen and (max-width: 25em) {   
	.panel h1 {
        font-size: 1.8rem;
  		line-height: 1.4rem;
    }
    button, .button, a:visited.button {
        font-size: 1.2rem;
    }
}

/* Medium screens */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
    .top-bar-section ul {
      	display: block;
      	text-align: center;
    }
    .top-bar-section ul li {
    	float: none;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: inherit;
        background: inherit;
    }
    .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding:0 1.5rem;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: inherit;
    }
    .top-bar-section .dropdown {
        padding-bottom: 0.7rem;
        background: #0a0a64; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMGEzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzBhMGE2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top,  #0a0a39 0%, #0a0a64 43%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0a39), color-stop(43%,#0a0a64)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #0a0a39 0%,#0a0a64 43%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #0a0a39 0%,#0a0a64 43%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #0a0a39 0%,#0a0a64 43%); /* IE10+ */
        background: linear-gradient(to bottom,  #0a0a39 0%,#0a0a64 43%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a39', endColorstr='#0a0a64',GradientType=0 ); /* IE6-8 */
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color:rgba(255,255,255,0.85);
        background: transparent;
    }
    .top-bar-section .dropdown li label {
        background: transparent;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        line-height: 2.8125rem;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background-color: transparent;
        background: transparent;
    }
    .top-bar-section .dropdown li .dropdown {
        display: none !important;
	}
    .top-bar-section .has-dropdown .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown .has-dropdown.not-click:hover>.dropdown {
        display: none !important;
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        border: inset 6px;
        border-color: rgba(255,255,255,0.6) transparent transparent transparent;
        margin-top: -2.5px;
        top: auto;
        bottom: -3px;
        left: 50%;
  		right: 50%;
        transition: all 0.3s;
    }
    .top-bar-section .has-dropdown:hover>a:after {
        bottom: -6px;
        transition: all 0.3s;
    }
    .top-bar-section .has-dropdown>a {
      	padding-right: 0.9375rem !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        content: "...";
        margin-top: -5px;
        color: rgba(255,255,255,0.3);
        left: auto;
    }
    .top-bar-section .dropdown li a {
        padding-right: 5rem !important;
    }

    
    .hero {
        background-image:url('/images/header-bkg.png');
    }
    .subpg .hero {
        background-image:url(none);
    }
    .dl-horizontal dt {
        float: left;
        width: 220px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 240px;
    }
    .quote-rem-store h1.adjust {
        margin: 1.7rem 0;
    }
    h1.adjust i {
      display: inline-block;
    }
    sub.show-for-medium-up {display:block !important}
    .top-bar-section ul li .js-generated {
        display: none !important;
    }

} 

/* min-width 641px and max-width 830px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 830px) { 
    .branding-bar h2 {
    	font-size: 1.1rem;
    }
    .branding-bar h2.phone-lrg {
    	font-size: 1.8rem;
    }
    .branding-bar h2.phone-lrg small {
        font-size:1.1rem;
    }
    .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding:0 0.8rem;
        font-size: 1.3rem;
    }
    

}                    
/* min-width 831px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 831px) and (max-width: 64em) {
    
} 

/* min-width 831p */
@media only screen and (min-width: 831px) {
	
}


/* Large screens */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	
} 

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {

} 

/* XLarge screens */
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
	
} 

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
	
} 

/* XXLarge screens */
/* min-width 1921px, xlarge screens */
@media only screen and (min-width: 120.063em) {

} 


@media (min-height: 40.125em) {
.picker__frame {
    margin-bottom: 20%;
    }
}
