@charset "utf-8";

/* CSS Document */

/*  Table of Contents 



01. FEATURE STYLES

	A. SEARCH BAR

	B. STICKY

	C. FORM LIST AND FORM VALIDATION

	D. FX REPLACE

	E.  HORIZONTAL TIMELINE

	F. TO DO

	G. PROGRESS BAR

02. NAVIGATION STYLES

	A. OFF-CANVAS

	B. TOP BAR

    C. MAIN NAVIGATION BAR

    D. LEFT NAVIGATION BAR

	E. BREADCRUMBS & PAGENATION

03. CONTAINER STYLES

    A. MAIN SECTION

    B. LEFT SECTION

	C. RIGHT SECTION

	D. FOOTER

	E. OVERLAP OVER CONTAINERS

	F. BLOCK GRIDS

	G. POSTS & TOOLS

04. CONTENT STYLES

	A. HEADERS, PARAGRAPHS, BODY

	B. LISTS

    C. TABS AND ACCORDIONS

    D. DROPDOWNS

    E. TABLES

    F. HYPERLINKS

    G. LABELS AND HIGHLIGHTS

	H. LINES AND DIVIDERS

	I. COLOURS

	J. FORMS AND VALIDATIONS

	K. V-CARDS

05. BUTTON STYLES

	A. SINGLE BUTTONS

	B. BUTTON GROUPS

	C. SPLIT BUTTONS

	D. DROPDOWN BUTTONS    

06. CALLOUTS AND PROMPT STYLES

	A. MODALS

	B. ALERTS AND FIELD SETS

	C. PANELS, DIVISIONS AND SPANS

	D. TOOL TIPS

	E. JOYRIDES

	F. PRICING TABLES

07. IMAGE AND MEDIA STYLES

	A. THUMBNAILS

	B. SLIDERS

	C. IFRAME

	D. BACKGROUND IMAGE



*/

/* DEEJAYS.COM */

/*

=============================================== 01. FEATURE STYLES ===============================================

*/

/* -------------------- A. SEARCH BAR -------------------- */

/* Animated Search Bar */

.animated-search-form[type=search] {

  width: 10rem;

  border: 0.125rem solid #e6e6e6;

  box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18);

  border-radius: 0;

  background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");

  background-position: 0.625rem 0.625rem;

  background-repeat: no-repeat;

  padding: 0.75rem 1.25rem 0.75rem 2rem;

  transition: width 0.4s ease-in-out;

}

.animated-search-form[type=search]:focus {

  width: 100%;

}

/* -------------------- B. STICKY -------------------- */

.sticky {

  z-index: 5;

}

/* -------------------- C. FORM LIST AND FORM VALIDATION -------------------- */

input::placeholder, textarea::placeholder {

  color: #818285;

  font-size: .75em;

}

.contact-us-section {

  padding: 2rem;

  background: #fefefe;

}

.contact-us-section .contact-us-section-left {

  padding-right: 2rem;

  border-bottom: 2px solid #e6e6e6;

  padding-bottom: 2rem;

  margin-bottom: 2rem;

}

@media print, screen and (min-width: 40em) {

  .contact-us-section .contact-us-section-left {

    border-right: 1px solid #e6e6e6;

    border-bottom: 0;

    padding-bottom: 0;

    margin-bottom: 0;

  }

}

.contact-us-section .contact-us-section-right {

  padding-left: 2rem;

}

@media print, screen and (min-width: 40em) {

  .contact-us-section .contact-us-section-right {

    border-left: 1px solid #e6e6e6;

  }

}

.contact-us-section .contact-us-header {

  margin-bottom: 2rem;

}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {

  .contact-us-section .contact-us-header {

    font-size: 32px;

  }

}

.contact-us-section .responsive-embed {

  margin-bottom: 0;

  padding-bottom: 55%;

}

.contact-us-form input[type=text], .contact-us-form input[type=email], .contact-us-form textarea {

  margin-bottom: 1.5rem;

}

.contact-us-form-actions {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

.contact-us-form-actions input[type=submit] {

  border-radius: 5000px;

  padding-left: 2rem;

  padding-right: 2rem;

}

.contact-us-form-actions .contact-us-file-button {

  background: transparent;

  color: #8a8a8a;

}

.contact-us-list {

  list-style-type: none;

  margin: 0;

}

.contact-us-list li a {

  color: #222222;

}



/* -------------------- D. FX REPLACE -------------------- */



#example-four {

  position: relative;

}

#example-four.on:after {

  content: "Cancel Edit";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #ffffff;

  text-decoration: none;

}



#example-five {

  position: relative;

}

#example-five.on:after {

  content: "Cancel Edit";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #ffffff;

  text-decoration: none;

}



#example-six {

  position: relative;

}

#example-six.on:after {

  content: "Cancel";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #ffffff;

  text-decoration: none;

}



#renaming {

  position: relative;

}

#renaming.on:after {

  content: "Cancel";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f6f6f6;

  text-decoration: none;

}



.control-label .text-info { display:inline-block; }



/*.text-info {

margin-bottom: .500em;

}*/



#renaming2 {

  position: relative;

}

#renaming2.on:after {

  content: "Cancel";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f6f6f6;

  text-decoration: none;

}



#renaming3 {

  position: relative;

}

#renaming3.on:after {

  content: "Cancel";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f6f6f6;

  text-decoration: none;

}



/* -------------------- E. HORIZONTAL TIMELINE -------------------- */



 .timeline {



    list-style-type: none;



    display: -webkit-flex;



    display: flex;



    -webkit-flex-wrap: wrap;



    flex-wrap: wrap;



    align-items: text-top;



    justify-content: left;



}



ul.timeline li {

	margin: 0;

	padding: 0;

}

ul.work_activity_title li {
	margin-left: 0;
	padding-left: 0;
}



/*.bccsa_table_border tr td.cell_margin_top {	

margin-top: 1.50em;		

}*/



.bccsa_table_border ul {	

margin-top: .875em;	

margin-bottom: .875em;	

}



.dashboard ul {	

margin-top: 0;

margin-left: 0;	

margin-bottom: .875em;

line-height: 1.6;	

}



.dashboard ul li {	

margin-bottom: .438em;	

}



.exposure_profile_listing {

margin-bottom: .500em;

}



.bccsa_table_border h6 {	

font-size: 1.125em;	

}



.timestamp {



    margin-bottom: 1.250em;



    padding: 0em 1.250em;



    display: flex;



    flex-direction: column;



    -webkit-flex: 1 0 200px;



    flex: 1 0 200px;



    align-items: center;



    font-weight: 100;



}







.status {



  	/* padding: 0em 0.875em; */



	padding-top: 0px;



	padding-bottom: 0px;



	padding-left: 1em;



	padding-right: 1em;



  	display: flex;



    -webkit-flex: 1 0 200px;



    flex: 1 0 200px;



    justify-content: center;



    border-top: 0.250em solid #D6DCE0;



    position: relative;



    transition: all 200ms ease-in;



}







.status h6 {



    padding-top: 2.00em;



    font-weight: 600;



    color: #646e71;



    text-align: center;



    font-size: 0.781em;

	

	padding-bottom: .500em;

	

	line-height: 1.500em;



}







.status:before {



    content: "";



    width: 2.125em;



    height: 2.250em;



    background-color: white;



    border-radius: 2.250em;



    border: 0.250em solid #ddd;



    position: absolute;



    top: -1.250em;



    left: 35%;



    transition: all 200ms ease-in;



}







.li.complete .status {



    border-top: 0.250em solid #52962e;



}







.li.complete .status:before {  



    background-image:url('../img/timeline_checkmark.png');



    border: none;



    transition: all 200ms ease-in;



}







.li.complete .status h6 {



    color: #52962e;



    text-align:center;



}







.li.current .status {



    border-top: 0.250em solid #D6DCE0;



}







.li.current .status:before {



  top: -2.150em; 



  height: 3.125em;



  width: 2.125em;



  background-image:url('../img/timeline_map_marker.png');



  border: none;



left: 35%;



  transition: all 200ms ease-in;



}







.li.current .status h6 {



  color: #d33f4d;



  text-align:center;



}







.status_icon {	



text-align:center;		



}







@media (min-device-width: 320px) and (max-device-width: 700px) {



  .timeline {



    list-style-type: none;



    display: block;



  }







  .li {



    transition: all 200ms ease-in;



    display: flex;



    width: inherit;



  }







  .timestamp {



    width: 100px;



  }







  .status:before {



    left: 50%;



    top: 30%;



    transition: all 200ms ease-in;



  }



}



/* -------------------- F. TO DO -------------------- */



section.todo-outer {

    width: 100%;

    float: left;

    padding: 30px 0;

}

section.todo-outer h1 {

    font-size: 40px;

    margin-bottom: 20px;

}

.todo-inner {

    width: 100%;

    float: left;

    padding: 40px;

    box-shadow: 0px 0px 10px #c1c1c1;

    background: #fff;

}

table tr td button {

    background: no-repeat;

    border: none;

    padding: 0;

    cursor: pointer;

}

.completed{text-decoration: line-through;}



/* -------------------- F. PROGRESS BAR -------------------- */



.progress.success .progress-meter {

    background-color: #539633;

}



/*

=============================================== 02. NAVIGATION STYLES ===============================================

*/

.nav_padding {

  padding-left: 3.438em;

}

/* -------------------- A. OFF-CANVAS -------------------- */



.sticky {

    z-index: 10;

}







.off-canvas {

  position: fixed;

  z-index: 12;

  transition: transform 0.5s ease;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  background: #373737;

}

span.menu_icon {

  font-family: proxima-nova-extra-condensed, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #333333;

  font-size: 1.250em;

}

#menu_icon {

  color: #ce4652;

  font-size: 1.250em;

}

#menu_icon:hover {

  color: #ce4652;

}

/* -------------------- B. TOP BAR -------------------- */

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {

  /*height: 3.75rem;*/

  background-color: rgba(255, 255, 255, 0.9);

  background-image: url("../img/bkg_page_home3.png");

  background-repeat: repeat-x;

  /*background-color: #ffffff;*/

}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  transition: all 0.3s ease;

}

.title-bar {

    /*padding: 0.5rem;*/

    background: #ffffff;

    color: #fefefe;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -ms-flex-align: center;

    align-items: center;

}

.title-bar .menu-icon {

    margin-left: 0.25rem;

    margin-right: 0.25rem;

}

.smallLogo {

width: 250px;

}

.largeLogo {

width: 275px;

}



/*

.logo_transition {

    -webkit-transition: width .35s;

    transition: width .35s;

}

*/



.smallLogo2 {

    width: 125px;

}

.largeLogo2 {

    width: 175px;

}





.menu .menu-text {

    /*padding: 1.188rem .75rem;*/

    font-weight: bold;

    line-height: 1;

    font-family: proxima-nova-extra-condensed, sans-serif;

    font-size: 13px;

    color: #363636;

}



.title-bar {

    width: 100%;

    z-index: 10;

    /*transition: height .25s ease;*/

   /* height: 8.024em;*/

	border-bottom: 3px solid #ffffff;

    background-color: #eaeaea;

    background-image: url('../img/bkg_titlebar.png');

    background-repeat: no-repeat;

}



.title-bar .title-bar-right, .title-bar .title-bar-left {

}



.title-bar-right {

min-width: 75%;

}



.title-bar-left ul {



}



.title-bar .dropdown.menu li {

    float: left;

}

.title-bar .dropdown.menu .is-dropdown-submenu {

    border: none;

    background-color: #ffffff;

}

#root {

    margin-top: 3em;

}

.top-bar, .top-bar ul {

    background-color: #000000;

}

.top-bar {

    border-style: solid;

    border-width: 0px 0px 0px 0px;

    min-height: 3.313em;

    border-top: 0px solid #6f9fc8;

    border-bottom: 0px solid #ffffff;

}

ul.on_top {

    z-index: 1000 !important;

}

div.left_padding {

    padding-left: 5.313em;

}



/* -------------------- C. MAIN NAVIGATION BAR -------------------- */

.navigation_bar_background {

  margin-top: 0;

  margin-bottom: 0;

  padding-right: 0em;

  padding-left: 0em;

  padding-top: .0em;

  padding-bottom: 0em;

  position: relative;

  /*background-image: url('../img/bkg_navbar.jpg');*/

  /*background-repeat: no-repeat;*/

  background-color: transparent;

  border-style: solid;

  border-width: 0px 0px 0px 0px;

  border-top: 0px solid #ffffff;

  border-bottom: 0px solid #ffffff;

}

/* -------------------- D. LEFT NAVIGATION BAR -------------------- */

.grey_inside_nav {

  background-color: #e5e5e5;

  border-width: 0px 0px thin 0px;

  border-color: #ffffff;

}

/* -------------------- E. BREADCRUMBS & PAGENATION -------------------- */

ul.pagination a {

  font-family: proxima-nova, sans-serif;

}

.content_area .pagination li {

  margin-left: 0.938em;

  font-family: proxima-nova, sans-serif;

  color: #222;

  font-size: .675em;

}

.content_area .pagination a, .content_area .pagination button {

  display: block;

  padding: 0.1875rem 0.625rem;

  border-radius: 0;

  background: #e7e7e8;

  color: #333333;

}

.content_area .pagination .current {

  padding: 0.1875rem 0.625rem;

  background: #00573d;

  color: #fefefe;

  cursor: default;

}

.pagination a:hover, .pagination button:hover {

  background: #b6cbc5;

  text-decoration: none;

}

/*

=============================================== 03. CONTAINER STYLES ===============================================

*/

.grid-container {

  padding-right: 0.625rem;

  padding-left: 0.625rem;

  max-width: 80rem;

  margin: 0 auto;

}



.grid-padding-y > .cell {

    padding-top: 0.438rem;

    padding-bottom: 0.438rem;

}



.wider_row {

  max-width: 115.938rem;

  padding-top: 0em;

}

.page_background {

  background: #ffffff;

  background-repeat: no-repeat;

}

.content_background_white {

  background: #ffffff;

  background-repeat: no-repeat;

}

.page_background_dark {

  background: #818285;

  background-repeat: no-repeat;

}

.page_background_light {

  background: #fafafa;

  background-repeat: no-repeat;

}

.page_background_graphic {

  padding: 1.5em 0.625em;

  background-image: url("../img/bkg_page_home3.png");

  background-repeat: repeat-x;

  background-color: #ffffff;

}

.page_background_graphic2 {

  padding: 3.125em 0.625em;

  /*background-image: url("../img/bkg_page_home2.png");*/

  /*background-repeat: repeat-x;*/

  background-color: #e7e7e8;

}

.page_background_graphic3 {

  padding: 3.125em 0.625em;

  background-image: url("../img/bkg_page_home3.png");

  background-repeat: repeat-x;

  background-color: #ffffff;

}

.page_background_inside {

  /* background-image: url("../img/bg_inside.jpg"); */

  background-repeat: no-repeat;

  background-color: #ffffff;

}

.no_padding {

  padding: 0px;

}

/* Padding for the text and hyperlinks at the very bottom to match*/

ul.footer_links_padding {

  padding-top: 0.375em;

}

.title-wrapper .pull-right, .title-wrapper .pull-left {

  padding: .250em 0.500em 0;

  margin-bottom: 0;

  font-size: 1.188em;

  line-height: 1.500em;

  background-color: #790007;

  background-image: -webkit-linear-gradient(30deg, #790007 70%, #ffffff 30%);

  color: #ffffff;

  white-space: nowrap;

  font-family: proxima-nova, sans-serif;

  font-weight: 900;

  position: relative;

}

.title-wrapper {

  border-bottom: 2px solid #790007;

}

/* -------------------- A. MAIN SECTION -------------------- */

/* -------------------- B. LEFT SECTION -------------------- */



.panel_left_column {

  background-color: #f6f6f6;

  border-right: 0px;

  border-top: 0px;

  border-left: 0px;

  border-bottom: 0px;

  padding: 0px;

}



div.padding_left_column {

	padding-top: 1.000em;

	padding-left: .750em;

	padding-bottom: 0em;

	/*padding-right: 1.000em;*/

}







div.padding_left_column_navigation {

	padding-left: 1.000em;

}





/* -------------------- C. RIGHT SECTION -------------------- */

/* -------------------- D. FOOTER -------------------- */

.black_footer {

  background-color: #231f20;

  padding: 20px 10px;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap {

  max-width: 100.000rem;

  margin-right: auto;

  margin-left: auto;

  color: #e6e6e6;

  padding: 3.75rem 0;

}

div.footer_area {

  color: #807f7f;

  font-size: 75%;

}

/* Vertical Footer */

.padding_footer {

  padding-right: 0.625rem;

  padding-left: 0.625rem;

}

#engadget-footer-sitemap-container {

  max-width: 100%;

  width: 100%;

  margin: 0 auto;

  margin-top: 0;

  background-color: #377492;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap {

  max-width: 100.000rem;

  margin-right: auto;

  margin-left: auto;

  color: #e6e6e6;

  padding: 3.75rem 0;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap::before, #engadget-footer-sitemap-container #engadget-footer-sitemap::after {

  display: table;

  content: ' ';

  -webkit-flex-basis: 0;

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap::after {

  clear: both;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap a {

  color: #e6e6e6 !important;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column {

  float: left;

  width: 50%;

  padding-right: 0.625rem;

  padding-left: 0.625rem;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

#engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:nth-of-type(1n) {

  clear: none;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:nth-of-type(2n+1) {

  clear: both;

}

#engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:last-child {

  float: left;

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column {

    float: left;

    width: 25%;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 64em) and (min-width: 40em) {

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:nth-of-type(1n) {

    clear: none;

  }

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:nth-of-type(4n+1) {

    clear: both;

  }

  #engadget-footer-sitemap-container #engadget-footer-sitemap .links > .link-column:last-child {

    float: left;

  }

}

#engadget-footer-sitemap-container #engadget-footer-sitemap .links .link-column:not(:last-child) {

  border-right: 1px solid #4181a3;

}

#engadget-footer-social-container {

  max-width: 100%;

  width: 100%;

  margin: 0 auto;

  margin-top: 0;

  background-color: #e1eef8;

}

#engadget-footer-social-container #engadget-footer-social {

  max-width: 100.000rem;

  margin-right: auto;

  margin-left: auto;

  color: #e6e6e6;

  padding: 3.75rem 0;

}

#engadget-footer-social-container #engadget-footer-social::before, #engadget-footer-social-container #engadget-footer-social::after {

  display: table;

  content: ' ';

  -webkit-flex-basis: 0;

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;

}

#engadget-footer-social-container #engadget-footer-social::after {

  clear: both;

}

#engadget-footer-social-container #engadget-footer-social a {

  color: #e6e6e6 !important;

}

#engadget-footer-social-container #engadget-footer-social .footer-left {

  width: 100%;

  float: left;

  padding-right: 0.625rem;

  padding-left: 0.625rem;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

#engadget-footer-social-container #engadget-footer-social .footer-left:last-child:not(:first-child) {

  float: right;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left {

    width: 50%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 40em) and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left:last-child:not(:first-child) {

    float: right;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left {

    width: 41.66667%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 64em) and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-social-container #engadget-footer-social .footer-left:last-child:not(:first-child) {

    float: right;

  }

}

#engadget-footer-social-container #engadget-footer-social .footer-left .input-group-field {

  background: #fefefe;

}

#engadget-footer-social-container #engadget-footer-social .footer-right {

  text-align: right;

  width: 100%;

  float: left;

  padding-right: 0.625rem;

  padding-left: 0.625rem;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-right {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

#engadget-footer-social-container #engadget-footer-social .footer-right:last-child:not(:first-child) {

  float: right;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-right {

    width: 50%;

    float: right;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 40em) and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-right {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-social-container #engadget-footer-social .footer-right:last-child:not(:first-child) {

    float: right;

  }

}

#engadget-footer-social-container #engadget-footer-social .fa {

  padding: 0 0 0 0.6rem;

}

#engadget-footer-social-container #engadget-footer-social h2 {

  color: #fefefe;

}

#engadget-footer-social-container #engadget-footer-social p {

  font-size: 0.8rem;

  margin-bottom: 0;

}

#engadget-footer-contact-details-container {

  max-width: 100%;

  width: 100%;

  margin: 0 auto;

  margin-top: 0;

  background-color: #fefefe;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details {

  max-width: 100.000rem;

  margin-right: auto;

  margin-left: auto;

  color: #8a8a8a;

  font-size: 0.8rem;

  padding: 1.25rem 0;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details::before, #engadget-footer-contact-details-container #engadget-footer-contact-details::after {

  display: table;

  content: ' ';

  -webkit-flex-basis: 0;

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details::after {

  clear: both;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details a {

  color: #8a8a8a !important;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

  width: 100%;

  float: left;

  padding-right: 0.625rem;

  padding-left: 0.625rem;

  text-align: center;

  font-size: 0.9rem;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left:last-child:not(:first-child) {

  float: right;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left li {

  display: block;

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

    width: 50%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

    text-align: left;

  }

}

@media print, screen and (min-width: 40em) and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left:last-child:not(:first-child) {

    float: right;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

    width: 66.66667%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 64em) and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left:last-child:not(:first-child) {

    float: right;

  }

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left ul {

    margin-bottom: 0;

  }

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left li {

    display: inline-block;

  }

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-left .fa {

  padding: 0 0.4rem;

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

  font-size: 0.9rem;

}

@media screen and (max-width: 39.9375em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

    display: none !important;

  }

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

    width: 50%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

  }

}

@media print, screen and (min-width: 40em) and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right:last-child:not(:first-child) {

    float: right;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

    width: 33.33333%;

    float: left;

    padding-right: 0.625rem;

    padding-left: 0.625rem;

    text-align: right;

  }

}

@media print, screen and (min-width: 64em) and (min-width: 40em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right {

    padding-right: 0.9375rem;

    padding-left: 0.9375rem;

  }

}

@media print, screen and (min-width: 64em) {

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right:last-child:not(:first-child) {

    float: right;

  }

  #engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right ul {

    padding-top: 1.6rem;

  }

}

#engadget-footer-contact-details-container #engadget-footer-contact-details .footer-right .fab {

  padding: 0 0.4rem;

}

/* -------------------- E. OVERLAP OVER CONTAINERS -------------------- */

div.overlap {

  position: absolute;

  left: 100px;

  right: 0px;

  top: 0px;

  margin-left: auto;

  margin-right: auto;

  z-index: 99 !important;

}

div.overlap2 {

  position: absolute;

  top: -25px;

  z-index: 99 !important;

}

div.overlap3 {

  position: absolute;

  bottom: -75px;

  right: -75px;

  z-index: 99 !important;

}

/* -------------------- F. BLOCK GRID -------------------- */

/* -------------------- G. POSTS & TOOLS -------------------- */

.tag-cloud-section {

  /*  background: #7b93a4;*/

  padding-top: 0px;

  padding-left: 0rem;

  padding-right: 1.5rem;

  padding-bottom: 1.5rem;

  max-width: 62.500rem;

  margin: 0 auto;

}

.tag-cloud-title {

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

  color: #e6e6e6;

  border-bottom: 1px solid #cacaca;

  padding: 1rem 0;

  margin-bottom: 1rem;

}

.tag-cloud {

  margin-top: 0rem;

  margin-left: 0px;

  margin-right: 0px;

  margin-bottom: 1rem;

  text-align: left;

  list-style: none;

}

.tag-cloud .tag-cloud-individual-tag {

  display: inline-block;

  padding: 0.33333rem 0.5rem;

  border-radius: 0;

  font-size: 0.688rem;

  line-height: 1;

  white-space: nowrap;

  cursor: pointer;

  border-radius: 5000px;

  background: #ffffff;

  display: inline-block;

  color: #479686;

  margin: 5px;

  text-transform: capitalize;

  font-weight: normal;

  font-family: proxima-nova, sans-serif;

}

.tag-cloud .tag-cloud-individual-tag .fa {

  margin-left: 7px;

  color: #e6e6e6;

}

.tag-cloud .tag-cloud-individual-tag:hover {

  background: #f5f5f5;

  color: #479686;

  text-decoration: none;

}

.card-user-profile {

  position: relative;

  z-index: 0;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 1rem;

  border: 1px solid #cacaca;

  border-radius: 0;

  background: #ffffff;

  box-shadow: none;

  overflow: hidden;

  color: #0a0a0a;

  background-image: url("../img/bkg_page_home3.png");

  background-repeat: repeat-x;

}

.card-user-profile > :last-child {

  margin-bottom: 0;

}

.card-user-profile:hover .card-user-profile-img {

  opacity: 1;

}

.card-user-profile-content {

  position: relative;

}

.card-user-profile-content::before {

  position: absolute;

  content: '';

  top: -3.4375rem;

  left: -1.875rem;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 3.4375rem 0 0 31.25rem;

  z-index: 0;

  border-color: transparent transparent transparent #fefefe;

}

.card-user-profile-actions {

  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  padding: 1rem;

  background: #e6e6e6;

  background: #fefefe;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}

.card-user-profile-actions > :last-child {

  margin-bottom: 0;

}

.card-user-profile-img {

  max-width: 100%;

  opacity: 0.85;

  transition: all 0.25s ease;

}

.card-user-profile-avatar {

  position: absolute;

  bottom: 100%;

  left: 1rem;

  z-index: 2;

  max-width: 5.625rem;

}

.card-user-profile-avatar img {

  border-radius: 50%;

  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);

}

.card-user-profile-content2 {

  position: relative;

}

.card-user-profile-content2::before {

  content: '';

  top: 0rem;

  left: -1.875rem;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 3.4375rem 0 0 31.25rem;

  z-index: 0;

  border-color: transparent transparent transparent #fefefe;

}

.card-user-profile-avatar2 {

  top: -5rem;

  left: 1rem;

  z-index: 2;

  max-width: 18.750rem;

}

.card-user-profile-avatar2 img {

  /*border-radius: 50%;*/

  /*box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);*/

}

.card-user-profile-name {

  margin-bottom: 0;

  font-weight: 300;

  font-size: 1.5rem;

}

.card-user-profile-name2 {

  margin-bottom: 0;

  font-weight: 300;

  font-size: 1.750rem;

}

.card-user-profile-button {

  margin-bottom: 0;

  -webkit-flex: 1 0 0;

  -ms-flex: 1 0 0px;

  flex: 1 0 0;

}

.card-user-profile-button + .card-user-profile-button {

  margin-left: 1rem;

}

.card-user-profile-info {

  font-size: 0.875rem;

  /*letter-spacing: 1px;*/

  opacity: 0.7;

}

.card-user-profile-content li {

  font-size: 0.875rem;

  /*letter-spacing: 1px;*/

  opacity: 0.7;

}

div.post {

  font-family: proxima-nova, sans-serif;

  color: #4D565C;

  font-size: .750em;

}

div.post_time {

  font-family: proxima-nova, sans-serif;

  color: #808495;

  font-size: .750em;

  padding-top: 4px;

}

div.poster_info {

  font-family: proxima-nova, sans-serif;

  color: #808495;

  font-size: .750em;

}

span.nav_info {

  color: #7e7e7e;

  font-size: 10px;

  margin-left: .625em;

}



span.modal_title {

  color: #231f20;

position: absolute;

  top: .750em;

  left: .875em;

font-weight: bold;

font-size: 1em;	

}





.not_read {

  font-weight: bold;

  font-size: 100%;

}

a.poster:link {

  text-decoration: none;

  color: #4D565C;

  padding: 0px;

  display: inline;

}

a.poster:hover {

  text-decoration: underline;

}

a.poster:visited {

  text-decoration: none;

  color: #4D565C;

  padding: 0px;

  display: inline;

}

a.post:link {

  text-decoration: none;

  color: #404040;

  padding: 0px;

  display: inline;

  font-size: 116%;

}

a.post:hover {

  text-decoration: underline;

}

a.post:visited {

  text-decoration: none;

  color: #404040;

  padding: 0px;

  display: inline;

  font-size: 116%;

}

a.last_post:link {

  text-decoration: none;

  /*color: #404040;*/

  padding: 0px;

  display: inline; /*font-weight: bold;*/

}

a.last_post:hover {

  text-decoration: underline;

}

a.last_post:visited {

  text-decoration: none;

  /*color: #404040;*/

  padding: 0px;

  display: inline; /*font-weight: bold;*/

}

a.user_tools:link {

  text-decoration: none;

  color: #4D565C;

  padding: 0px;

  display: inline;

}

a.user_tools:hover {

  text-decoration: underline;

}

a.user_tools:visited {

  text-decoration: none;

  color: #4D565C;

  padding: 0px;

  display: inline;

}

a.post_link:link {

  text-decoration: none;

  padding: 0px;

  display: inline;

}

a.post_link:hover {

  text-decoration: underline;

}

a.post_link:visited {

  text-decoration: none;

  padding: 0px;

  display: inline;

}

a.post_tools:link {

  text-decoration: none;

  padding: 0px;

  display: inline;

  color: #4D565C;

  font-size: .750em;

}

a.post_tools:hover {

  text-decoration: underline;

}

a.post_tools:visited {

  text-decoration: none;

  padding: 0px;

  display: inline;

  color: #4D565C;

  font-size: .750em;

}

.active_tool {

  font-weight: bold;

}

a.post_small:link {

  font-size: .750em;

  text-decoration: none;

  padding: 0px;

  display: inline;

}

a.post_small:hover {

  text-decoration: underline;

}

a.post_small:visited {

  font-size: .750em;

  text-decoration: none;

  padding: 0px;

  display: inline;

}

.poster-description {

  color: #8a8a8a;

  font-size: 0.9em;

  line-height: 1.25em;

}

.avatar-image {

  width: 2.5rem;

  height: 2.5rem;

  border-radius: 50%;

  border: 0.0625rem solid #cacaca;

}

.smallLogo2 {

  width: 565px;

}

.avatar-image-small {

  width: 2.5rem;

  height: 2.5rem;

  border-radius: 50%;

  border: 0.0625rem solid #cacaca;

}

.avatar-image-large {

  width: 3.65rem;

  height: 3.65rem;

  border-radius: 50%;

  border: 0.0625rem solid #cacaca;

}

.avatar_inpost {

  width: 6rem;

  height: 6rem;

  border-radius: 50%;

  border: 0.0625rem solid #cacaca;

}

.avatar_transition {

  -webkit-transition: width .35s; /* Safari */

  transition: width .35s;

}

.container-avatar {

  padding-right: 0.5rem;

}

.dropdown-pane {

    position: absolute;

    z-index: 10;

    width: 90%;

	max-width: 31.250rem;

    padding: 1rem;

    visibility: hidden;

    display: none;

    border: 0px solid #cacaca;

	border-top: .500rem solid #fefefe;

    border-radius: 0;

    background-color: #fefefe;

    font-size: 1rem;

	box-shadow: 3px 3px 18px #cacaca;

}

.dropdown-pane-smaller {

  width: 150px;

}

.dropdown-pane.arrow-top {

  margin-top: 80px;

}



.dropdown-pane.arrow-top:after {

  content: " ";

  position: absolute;

  left: 20px;

  top: -14px;

  border-top: none;

  border-right: 10px solid transparent;

  border-left: 10px solid transparent;

  border-bottom: 10px solid #fefefe;

/*box-shadow: 5px 5px 18px #cacaca;*/

}









a.main_dropdown:link {

  text-decoration: none;

  color: #363636;

  font-weight: bold;

  display: inline;

  font-size: .875em;

}

a.main_dropdown:hover {

  text-decoration: none;

  color: #4968A9;

}

a.main_dropdown:visited {

  text-decoration: none;

  color: #4D565C;

  display: inline;

  font-size: .875em;

}

/*

=============================================== 04. CONTENT STYLES ===============================================

*/

.bold {

  font-weight: bold;

}

.italics {

  font-style: italic;

}

.uppercase_text {

  text-transform: uppercase;

}

.transparent {

  opacity: 0.0;

  filter: alpha(opacity=0); /* For IE8 and earlier */

}

/* -------------------- A. HEADERS, PARAGRAPHS, BODY -------------------- */

body {

  margin: 0;

  padding: 0;

  background: #fafafa;

  font-family: proxima-nova, sans-serif;

  font-weight: normal;

  line-height: 1.5;

  color: #333;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  overflow-x: hidden;

  /*background-image: url("../img/bg.jpg");*/

  /*background-repeat: no-repeat;*/

}

p {

  font-family: proxima-nova, sans-serif;

  color: #333;

  font-size: 1.000em;

}

.content_area2 p {

  font-family: proxima-nova, sans-serif;

  color: #222;

  font-size: .875em;

}

p.subdued {

  font-size: 0.875em;

  color: #8a8a8a;

}

.lead {

  font-size: 110%;

  line-height: 1.6;

  color: #000000;

}

h1 {

  font-family: proxima-nova, sans-serif;

  font-weight: 700;

  color: #231f20; /* line-height: 1.125em; */

}

h2, h3, h4, h5, h6 {

  font-family: proxima-nova, sans-serif;

  font-weight: 900;

  color: #231f20;

  line-height: 1.000em;

  padding-bottom: .250em;

}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {

  line-height: 0;

  color: #231f20;

  text-transform: capitalize;

  font-family: proxima-nova-extra-condensed, sans-serif;

  font-weight: 800;

  font-size: 50%;

  font-style: normal;

}

h1.alternate, h2.alternate, h3.alternate, h4.alternate, h5.alternate, h6.alternate {

  font-family: proxima-nova-extra-condensed, sans-serif;

  color: #231f20;

  padding-top: 1.250em;

  margin-bottom: 0em;

  line-height: 1.375em;

  font-weight: 900;

  font-style: normal;

}

h1.alternate_red, h2.alternate_red, h3.alternate_red, h4.alternate_red, h5.alternate_red, h6.alternate_red {

  font-family: proxima-nova-extra-condensed, sans-serif;

  color: #ce4652;

  padding-top: 1.250em;

  margin-bottom: 0em;

  line-height: 1.375em;

  font-weight: 900;

  font-style: normal;

}



/*h1.alot_less_space, h2.alot_less_space, h3.alot_less_space, h4.alot_less_space, h5.alot_less_space, h6.alot_less_space {

  font-weight: light;

  color: #4d4d4d;

  line-height: .75em;

  margin-bottom: 0.313em;

  } */



.alot_less_space {

	font-family: proxima-nova-extra-condensed, sans-serif;

  font-weight: 900;

  color: #4d4d4d;

  line-height: 1em;

	margin-bottom: 0.313em;

font-size: 1.125rem;

	padding-top: .688em;

}





small.black {

  color: #000000;

}

span.header_text {

  color: #6a737b;

  text-transform: uppercase;

  font-size: 150%;

}

p.alternate {

  font-family: proxima-nova-extra-condensed, sans-serif;

  color: #565656;

  font-size: 12px;

  line-height: 1.5;

  font-style: normal;

  font-weight: 800;

}

h1.white_text, h2.white_text, h3.white_text, h4.white_text, h5.white_text, h6.white_text, p.white_text, span.white_text {

  color: #ffffff;

}

h1.grey_text, h2.grey_text, h3.grey_text, h4.grey_text, h5.grey_text, h6.grey_text, p.grey_text {

  color: #b6b6b6;

}

h1.grey_text2, h2.grey_text2, h3.grey_text2, h4.grey_text2, h5.grey_text2, h6.grey_text2, p.grey_text2 {

  color: #828282;

}

h1.blue_text, h2.blue_text, h3.blue_text, h4.blue_text, h5.blue_text, h6.blue_text, p.blue_text {

  color: #569ec1;

}

h1.condensed, h2.condensed, h3.condensed, h4.condensed, h5.condensed, h6.condensed, p.condensed {

  color: #ffffff;

  font-family: proxima-nova, sans-serif;

  font-weight: normal;

}

h1.no_bold, h2.no_bold, h3.no_bold, h4.no_bold, h5.no_bold, h6.no_bold, p.no_bold {

  font-weight: normal;

}

h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight, p.highlight {

  font-weight: normal;

  color: #be4e16;

  padding-top: 0.550em;

  padding-bottom: 0.750em;

}

h1.left_margin_small, h2.left_margin_small, h3.left_margin_small, h4.left_margin_small, h5.left_margin_small, h6.left_margin_small, p.left_margin_small, span.left_margin_small {

  margin-left: -.515em;

}

p.small_text_no_padding {

  font-size: 75.0%;

  padding: 0px;

}

p.small_text_footer {

  font-size: 85.0%;

  font-family: proxima-nova, sans-serif;

}

p.small_text_footer2 {

  font-size: .750em;

  font-family: proxima-nova, sans-serif;

}

p.smallest_text {

  font-size: 60.0%;

  font-family: proxima-nova, sans-serif;

}

p.more_space_bottom {

  padding-bottom: 0px;

}

h1.less_space, h2.less_space, h3.less_space, h4.lesser_space, h5.lesser_space, h6.lesser_space p.lesser_space {

  margin-bottom: 0em;

  line-height: 0.650em;

}

h1.lesser_space, h2.lesser_space, h3.lesser_space, h4.less_space, h5.less_space, h6.less_space {

  margin-bottom: 0.125em;

  line-height: 0.850em;

}

h1.more_space, h2.more_space, h3.more_space, h4.more_space, h5.more_space, h6.more_space {

  padding-bottom: 0.500em;

}



h1.more_space_bottom, h2.more_space_bottom, h3.more_space_bottom, h4.more_space_bottom, h5.more_space_bottom, h6.more_space_bottom {

  padding-bottom: 0.875em;

}

h1.more_space_top, h2.more_space_top, h3.more_space_top, h4.more_space_top, h5.more_space_top, h6.more_space_top {

  padding-top: 0.5em;

}

h1.more_space_top_little, h2.more_space_top_little, h3.more_space_top_little, h4.more_space_top_little, h5.more_space_top_little, h6.more_space_top_little {

  padding-top: 0.250em;

}

h1.more_space_top_medium, h2.more_space_top_medium, h3.more_space_top_medium, h4.more_space_top_medium, h5.more_space_top_medium, h6.more_space_top_medium {

  padding-top: 0.675em;

}

h1.more_space_top_little_bottom_none, h2.more_space_top_little_bottom_none, h3.more_space_top_little_bottom_none, h4.more_space_top_little_bottom_none, h5.more_space_top_little_bottom_none, h6.more_space_top_little {

  padding-top: 0.250em;

  padding-bottom: 0em;

}

h1.footer, h2.footer, h3.footer, h4.footer, h5.footer, h6.footer, p.footer {

  font-family: proxima-nova, sans-serif;

  font-weight: bold;

  font-size: 85%; /* text-transform: uppercase; */

}

blockquote, blockquote p {

  color: #8a8a8a;

  font-size: .938em;

  font-family: proxima-nova, sans-serif;

  font-weight: normal;

  padding: 0px;

}

blockquote {

  margin: 0 0 .5rem;

  padding: 0 1rem 0 1rem;

  border-left: 0px solid #c6c7c9;

}

cite {

  display: block;

  font-size: 1.000rem;

  color: #8a8a8a;

  font-weight: bold;

  padding-bottom: 10px;

}

blockquote2, blockquote2 p {

  line-height: 1.25;

  color: #384656;

  font-size: 1.25em;

  font-family: proxima-nova, sans-serif;

  font-weight: normal;

  padding: 0px;

}

blockquote2 {

  margin: 0 0 .5rem;

  padding: 0 1rem 0 1rem;

  border-left: 0px solid #c6c7c9;

}

cite2 {

  display: block;

  font-size: 1.000rem;

  color: #384656;

  padding-left: 0.625em;

  padding-top: 0.625em;

  font-style: italic;

}

/*  Block Quote */

.blockquote-container.blockquote-left {

  float: left;

  width: 35%;

  margin-right: 1rem;

}

@media screen and (max-width: 39.9375em) {

  .blockquote-container.blockquote-left {

    float: none;

    margin: 0;

    width: 100%;

  }

}

.blockquote-container.blockquote-right {

  float: right;

  width: 35%;

  margin-left: 1rem;

}

.blockquote-container .callout .blockquote-title {

  margin-left: 1rem;

}

.blockquote-container .callout blockquote {

  quotes: "“""”""‘""’  ";

  border-left: none;

}

.blockquote-container .callout blockquote:before {

  content: open-quote;

  color: #8a8a8a;

  font-size: 4em;

  line-height: 0.1em;

  vertical-align: -0.4em;

}

.blockquote-container .callout blockquote:after {

  content: close-quote;

  color: #8a8a8a;

  font-size: 4em;

  line-height: 0.1em;

  vertical-align: -0.6em;

}

.blockquote-container .callout blockquote .blockquote-content {

  display: inline;

  color: #8a8a8a;

}

/* -------------------- B. LISTS -------------------- */

.list-columns {

  -moz-column-count: 3;

  -moz-column-gap: 40px;

  -webkit-column-count: 3;

  -webkit-column-gap: 40px;

  column-count: 3;

  column-gap: 40px;

}

.list-columns2 {

  -moz-column-count: 2;

  -moz-column-gap: 10px;

  -webkit-column-count: 2;

  -webkit-column-gap: 10px;

  column-count: 2;

  column-gap: 10px;

}

/* Center a List */

.list_table {

  display: table; /* Allow the centering to work */

  margin: 0 auto;

}

.content_area li {

  margin-left: 0.938em;

  font-family: proxima-nova, sans-serif;

  color: #333;

  font-size: 1.000em;

}

p li {

  margin-left: 0.938em;

  font-family: proxima-nova, sans-serif;

  color: #333;

  font-size: 1.000em;

}

.content_area2 li {

  margin-left: 0.938em;

  font-family: proxima-nova, sans-serif;

  color: #333;

  font-size: 1.000em;

}

ul.content_area_breadcrumb li {

  margin-left: -2.0em;

}

ul.content_area_breadcrumb2 li {

  margin-left: 0;

}

ul.small_ul {

  font-size: 85%;

  font-weight: normal;

  line-height: 175%;

}

ul.mobile_subnav {

  margin-left: -2.0em;

}



.space_in_between ul li {

  margin-bottom: .875em;

}



.breadcrumbs li {

  float: left;

  font-size: 0.750rem;

  color: #0a0a0a;

  cursor: default;

  text-transform: none;

}

/* -------------------- C. TABS AND ACCORDIONS -------------------- */

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {

  position: relative;

}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {

  display: block;

  width: 0;

  height: 0;

  border: inset 5px;

  content: '';

  border-bottom-width: 0;

  border-top-style: solid;

  border-color: #a6a6a6 transparent transparent;

  position: absolute;

  top: 50%;

  margin-top: -4px;

  left: -3rem;

}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:active {

  position: relative;

  font-weight: bold;

}

.content_area .tabs {

  margin: 0;

  border-bottom: 1px solid #e0e0e0;

  border-top: 0px;

  border-left: 0px;

  border-right: 0px;

  background: #ffffff;

  list-style-type: none;

}

.content_area .tabs-title {

  float: left;

}

.content_area .tabs-title > a {

  display: block;

  font-size: 0.750rem;

  line-height: 1;

  color: #4a68a7;

  height: 1.000em;

  padding-top: 8px;

  font-family: proxima-nova, sans-serif;

}

.content_area .tabs-title > a:hover {

  background: #eaebec;

  text-decoration: none;

  color: #262626;

}

.content_area .tabs-title > a:focus, .content_area .tabs-title > a[aria-selected='true'] {

  background: #dfdfdf;

  font-weight: normal;

  color: #272425;

}

.content_area .tabs-content {

  border: 0px solid #f0f0f0;

  border-top: 0;

  background: #ffffff;

  color: #0a0a0a;

  transition: all 0.5s ease;

}

.content_area .tabs-panel {

  display: none;

  padding-top: 1.5rem;

  padding-left: 1rem;

  padding-right: 1rem;

  padding-bottom: 0rem;

}

.content_area .tabs-panel.is-active {

  display: block;

}

/* -------------------- D. DROPDOWNS -------------------- */

.dropdown.menu .is-active > a.yellow_link {

  color: #ffffff;

}

.dropdown.menu a.yellow_link:hover {

  text-decoration: none;

  color: #ffffff;

}

.dropdown.menu .is-active > a.yellow_link:hover {

  text-decoration: none;

  color: #ffffff;

}

.dropdown.menu a.yellow_link {

  padding-top: 0.7rem;

  padding-right: 1rem;

  padding-bottom: 0.7rem;

  padding-left: 0rem;

}

.dropdown.menu > li.is-dropdown-submenu-parent > a.yellow_link::after {

  content: none;

}

/* -------------------- E. TABLES -------------------- */

table {

  background: #f2f2f2;

  margin-bottom: 1.25rem;

  border: solid 0px #DDDDDD;

  table-layout: auto;

}

table {

  background: white;

  margin-bottom: 1.25rem;

  border: solid 1px #dddddd;

}

table thead, table tfoot {

  background: whitesmoke;

}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {

  padding: 0.5rem 0.625rem 0.625rem;

  font-size: 0.813rem;

  font-family: proxima-nova, sans-serif;

  font-weight: bold;

  color: #222222;

  text-align: left;

}

td.smaller {

  font-size: 0.75rem;

}

table tr th, table tr td {

  padding: 0.5625rem 0.625rem 0.25rem;

  font-size: 0.813rem;

  text-align: left;

  color: #333333;

}

table ul li {

  font-size: 0.813rem;

}

a.tables {

  font-family: proxima-nova, sans-serif;

}

a.tables:visited {

  font-family: proxima-nova, sans-serif;

}

a.tables:hover {

  font-family: proxima-nova, sans-serif;

}

.bccsa_grey_tabletitle {

  background: #646e71;

  color: #ffffff;

  font-weight: bold;

}

td.white {

  background: #ffffff;

  text-align: center;

}



td.feature_area {

  background: #fff3d9;

}





th.white {

  background: #ffffff;

  text-align: center;

}

th.small_text {

  font-size: 75%;

  font-weight: normal;

}



.bccsa_grey_table {

background: #cdcdcd;

}



.bccsa_grey_table_light {

background: #f1f1f1;

}



table.bccsa_table_border, table.bccsa_table_border th, table.bccsa_table_border td {

    border: 1px solid #9a9a9a;

	vertical-align: top;

}



table.bccsa_table_no_border, table.bccsa_table_no_border th, table.bccsa_table_no_border td {

    border: 0px solid #9a9a9a;

	vertical-align: top;

}



table.bccsa_table_border [type='checkbox'] + label, table.bccsa_table_border [type='radio'] + label {

    display: inline-block;

    vertical-align: baseline;

    margin-left: 0.5rem;

    margin-right: 1rem;

    margin-bottom: 0;

	font-size: 0.813rem;

}





/* -------------------- F. HYPERLINKS -------------------- */



a {

    font-family: proxima-nova, sans-serif;

    font-size: 1.000em;

    color: #4968a9;

    text-decoration: none;

}

a:visited {

    text-decoration: none;

}

a:hover {

    color: #4968a9;

    text-decoration: underline;

}



a.user_name_header {

	font-size: .875em;

    font-weight: bold;

    color: #43425D;

}

a.user_name_header:hover {

    text-decoration: none;

    color: #667079;

}

/*a.user_name_header:visited {

    font-weight: bold;

    color: #f26722;

}*/



.content_area a {

  font-family: proxima-nova, sans-serif;

}

.content_area table a {

  font-family: proxima-nova, sans-serif;

}

p a {

  font-family: proxima-nova, sans-serif;

}

.content_area2 a {

  font-family: proxima-nova, sans-serif;

}

a.hollow {

  font-family: proxima-nova, sans-serif;

  border: 1px solid #006f58;

  color: #006f58;

}

a.hollow, a.hollow:hover, a.hollow:focus {

  background-color: transparent;

}

a.hollow:hover, a.hollow:focus {

  border-color: #7bab9d;

  color: #7bab9d;

}



a.faq, a.faq:visited {

  font-weight: normal;

}

a.faq.active {

  text-decoration: none;

  font-weight: bold;

  color: #384656;

}

a.faq_selected {

  text-decoration: none;

  font-weight: bold;

  color: #384656;

}

a.faq[tabindex]:focus {

  text-decoration: none;

  font-weight: bold;

  color: #384656;

  outline: none;

}

a.highlight_link:link {

  font-weight: normal;

  color: #f26722;

}

a.highlight_link:hover {

  text-decoration: none;

  font-weight: normal;

  color: #4968a9;

}

a.highlight_link:visited {

  font-weight: normal;

  color: #f26722;

}

a.footer_links:link {

  /* color: #e6e6e6; */

  text-decoration: none;

}

a.footer_links:hover {

  text-decoration: underline;

}

a.footer_links:visited {

  /* color: #e6e6e6; */

  text-decoration: none;

}

a.header_links:link {

  font-size: 80.0%;

  color: #333333;

  text-decoration: none;

}

a.header_links:hover {

  text-decoration: none;

  color: #4968a9;

}

.menu a.header_links {

  color: #6a737b;

}

.menu a.header_links:hover {

  color: #4968a9;

}

a.small_links {

  font-size: 80.0%;

  text-decoration: none;

}

a.small_links:hover {

  text-decoration: underline;

}

a.small {

  font-size: 85.0%;

  text-decoration: none;

}

a.small:hover {

  font-size: 85.0%;

  text-decoration: none;

  color: #eeebeb;

}

a.small2 {

  font-size: .750em;

  text-decoration: none;

  font-weight: normal;

}

a.small2:hover {

  font-size: .750em;

  text-decoration: none;

  color: #eeebeb;

  font-weight: normal;

}

a.small3 {

  font-size: .750em;

  text-decoration: none;

  font-weight: normal;

}

a.small3:hover {

  font-size: .750em;

  text-decoration: none;

  color: #0e0906;

  font-weight: normal;

}

a.footer_link:link {

  font-family: arial, sans-serif;

  font-weight: bold;

  color: #4d4d4d;

}

a.footer_link:hover {

  text-decoration: underline;

  font-family: arial, sans-serif;

  font-weight: bold;

  color: #4d4d4d;

}

a.footer_link:visited {

  font-family: arial, sans-serif;

  font-weight: bold;

  color: #4d4d4d;

}

a.light_blue {

  font-family: proxima-nova, sans-serif;

  color: #4da3ec;

}

a.light_blue:hover {

  color: #ffffff;

  text-decoration: none;

}

a.face {

  font-family: proxima-nova, sans-serif;

  color: #3b5998;

}

a.face:hover {

  color: #989595;

  text-decoration: none;

}

a.twit {

  font-family: proxima-nova, sans-serif;

  color: #55acee;

}

a.twit:hover {

  color: #989595;

  text-decoration: none;

}

a.insta {

  font-family: proxima-nova, sans-serif;

  color: #e95950;

}

a.insta:hover {

  color: #989595;

  text-decoration: none;

}

a.ap {

  font-family: proxima-nova, sans-serif;

  color: #35465c;

}

a.ap:hover {

  color: #989595;

  text-decoration: none;

}

a.white {

  color: #ffffff;

}

a.white:hover {

  color: #f9ac4a;

  text-decoration: none;

}

a.blue_link:link {

  color: #6f9fc8;

}

a.blue_link:hover {

  color: #587fa0;

}

a.blue_link:visited {

  color: #6f9fc8;

}

a.green_link:link {

  color: #8ac28a;

  padding: 0rem;

  line-height: 1.5;

}

a.green_link:hover {

  text-decoration: underline;

}

a.green_link:visited {

  color: #8ac28a;

}

a.yellow_link {

  color: #ffb51d;

  padding: 0rem;

  line-height: 1.5;

}

a.yellow_link:hover {

  text-decoration: none;

  color: #ffffff

}

a.green_link2:link {

  font-family: proxima-nova, sans-serif;

  color: #006f58;

  padding: 0rem;

  line-height: 1.5;

}

a.green_link2:hover {

  text-decoration: none;

  color: #428a77;

}

a.green_link2:visited {

  color: #006f58;

}

/* -------------------- G. LABELS AND HIGHLIGHTS -------------------- */

.label {

  display: inline-block;

  padding: 0.33333rem 0.5rem;

  border-radius: 0;

  font-size: 0.65rem;

  line-height: 1;

  white-space: nowrap;

  cursor: default;

  background: #579dc0;

  color: #fefefe;

}

span.text_highlight {

  color: #d33f4d;

  font-weight: bold;

}

.label.basic {

  display: inline-block;

  padding: 0rem 0rem;

  border-radius: 0;

  font-size: 0.65rem;

  line-height: 1;

  white-space: nowrap;

  cursor: default;

  background: transparent;

  color: #7e7e7e;

}



.label.user_added {

    background: #efefef;

    color: #aa9d9f;

	text-transform: uppercase;

	margin-left: .500em;

}



.label.small1 {

  font-size: 0.65rem;

}

.label.category2 {

  background: #cc4438;

  color: #fefefe;

}

.label.category3 {

  background: #ffae00;

  color: #0a0a0a;

}

.label.category4 {

  background: #7e7e7e;

  color: #fefefe;

}

.input-group-label {

  padding: 0 1rem;

  border: 0px solid #cacaca;

  border-right-width: 0px;

  border-right-style: solid;

  border-right-color: rgb(202, 202, 202);

  background: #ffffff;

  color: #959595;

  text-align: center;

  white-space: nowrap;

  display: -ms-flexbox;

  display: flex;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  -ms-flex-align: center;

  align-items: center;

}

/* -------------------- H. LINES AND DIVIDERS -------------------- */

hr {

  clear: both;

  max-width: 100%;

  height: 0;

  margin: 1.25rem auto;

  border-top: 0;

  border-right: 0;

  border-bottom: 1px solid #e1e1e1;

  border-left: 0;

}

hr.for_headers {

  margin-top: 0;

  margin-bottom: 1.25rem;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 1px solid #d9dbdc;

}

hr.for_headers2 {

  margin-top: 1.00rem;

  margin-bottom: 1.00rem;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 12px solid #d9dbdc;

}

hr.for_headers3 {

  margin-top: .313rem;

  margin-bottom: .313rem;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 1px solid #d9dbdc;

}

hr.for_posts {

  margin-top: .75rem;

  margin-bottom: .75rem;

  margin-left: auto;

  margin-right: auto;

  border-bottom: 1px solid #e1e1e1;

}

hr.black_footer {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #231f20;

  margin: 1em 0;

  padding: 0;

}

hr.black_footer2 {

  display: block;

  height: 2px;

  border: 0;

  border-top: 2px solid #3a3435;

  margin: 1em 0;

  padding: 0;

}

hr.dotted {

  border-top: 1px dotted #999999;

  color: #fff;

  background-color: transparent;

  height: 1px;

  width: 100%;

  padding: 0px;

  margin-top: 4px;

}

hr.grey {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #e7e7e7;

  margin: 1em 0;

  padding: 0px;

}

hr.grey_thick {

  display: block;

  height: 5px;

  border: 0;

  border-top: 5px solid #e5e4e4;

  margin: 0em 0;

  padding: 5px;

}

hr.white {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #ffffff;

  margin: 1em 0;

  opacity: 0.5;	

  padding: 0;

}

hr.white2 {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #e6e8ec;

  margin: .850em 0 1.5em;

  padding: 0;

}

hr.white_thin {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #ffffff;

  margin: 0em 0;

  padding: 0;

}

hr.white_smaller {

  display: block;

  height: .5px;

  border: 0;

  border-top: .5px solid #ffffff;

  margin: .5em 0;

  padding: 0;

}

hr.footer_line {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #121418;

  margin: 1em 0;

  padding: 0;

}

div.more_space_top {

  margin-top: 2.000em;

}

div.more_space_top_little {

  margin-top: 1.000em;

}



div.more_space_top_medium {

  margin-top: .625em;

}



div.more_space_top_list {

  margin-top: .063em;

}





div.padding_div {

  padding: 1.000em 1.000em;

}

div.padding_div_bottom {

  padding-bottom: 1.000em;

}



div.padding_div_bottom_little {

  padding-bottom: .500em;

}





.vertical_line {

  border-right: 1px solid #EBEBF2;

}

div.vertical_line_left {

  /*border-left: 1px solid #efefef;*/

border-left-width: 1px;

border-left-style: solid;

border-image: linear-gradient(to bottom, #efefef, rgba(255, 255, 255, 0)) 1 100%;	

}



div.gradient_line_top {

  /*border-left: 1px solid #efefef;*/

/*border-top-width: 1px;*/

/*border-top-style: solid;*/

padding-right: 10px;

background-image: linear-gradient(to right, #f2f2f2, #e6e6e6);	

}



div.gradient_line_top2 {

  /*border-left: 1px solid #efefef;*/

/*border-top-width: 1px;*/

/*border-top-style: solid;*/

padding-left: 10px;

background-image: linear-gradient(to left, #f2f2f2, #e6e6e6);	

}



div.modal_bkg {

  /*background: #780006;*/

  background-image: url("../img/modal_background.png");

  background-repeat: repeat-x;

  background-color: #ffffff;

}



div.modal_bkg2 {

  /*background: #780006;*/

  background-image: url("../img/modal_background2.png");

  background-repeat: repeat-x;

  background-color: #ffffff;

padding-right: 2rem;	

}



div.header_bkg {

  /*background: #780006;*/

  background-image: url("../img/bkg_header.png");

  background-repeat: repeat-x;

  background-color: #ffffff;

}

/* -------------------- I. COLOURS -------------------- */

.white_text {

  color: #ffffff;

}

.blue {

  color: #5576ba;

}

.grey_footer {

  background-color: #121418;

}

.blue_footer {

  background-color: #045d7b;

  border-top: solid 4px #035773;

}

.white_area {

  background-color: #ffffff;

}

.grey {

  color: #7e7e7e;

}

.bkg_colour {

  background-image: url("../img/bkg_panel1.jpg");

  background-repeat: no-repeat;

  background-color: transparent;

}

.bkg_colour_inside {

  background-color: #ffffff;

}

.light_grey {

  color: #f5f5f5;

}

.bccsa_grey {

  color: #6a737b;

}

.mid_grey {

  color: #e6e5e5;

}

.icon_red {

  color: #d43f4d;

}



.icon_green {

  color: #539633;

}



.icon_padding {

padding-right: .625em;

}



.icon_padding_less {

padding-right: .250em;

}



.item_padding {

padding-right: .625em;

}



.icon_padding_more {

padding-right: 1.000em;

}



.green {

  color: #00573d;

}

div.green {

  background: #00573d;

}

div.red {

  /*background: #780006;*/

  background-image: url("../img/bkg_red.png");

  background-repeat: repeat-x;

  background-color: #d43f4d;

}

div.red_dark {

  background-image: url("../img/bkg_red2.png");

  background-repeat: repeat-x;

  background-color: #4d0000;

}

.orange {

  color: #ba6109;

}

.orange2 {

  color: #ffad03;

}

.bccsa_red {

  color: #d33f4d;

}

.yellow {

  color: #fadc7b;

}

.yellow_darker {

  color: #efcc69;

}



.red {

  color: #cc4438;

}

/* -------------------- J. FORMS AND VALIDATIONS -------------------- */



[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {

    display: block;

    box-sizing: border-box;

    width: 100%;

    height: 2.4375rem;

    margin: 0 0 1rem;

    padding: 0.5rem;

    border: 1px solid #cacaca;

    border-radius: 0;

    background-color: #ffffff;

    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);

    font-family: inherit;

    font-size: 1rem;

    font-weight: normal;

    line-height: 1.5;

    color: #0a0a0a;

    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



input:disabled, input[readonly], textarea:disabled, textarea[readonly], select:disabled {

    background-color: #e6e6e6;

    cursor: default;

	color: #1e1e1e;

}



[type='search'] {

    display: block;

    box-sizing: border-box;

    width: 100%;

    height: 2.4375rem;

    margin: 0 0 0;

    padding: 0.5rem;

    border: 1px solid #cacaca;

	border-right: 0px solid #cacaca;

    border-radius: 0;

    background-color: #ffffff;

    font-family: inherit;

    font-size: 1rem;

    font-weight: normal;

    line-height: 1.5;

    color: #0a0a0a;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

	transition: none;

	box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);

}



#searchBar-form {

    position: relative;

    overflow: hidden;

}



#searchBar-form-large {

    position: relative;

    overflow: hidden;

    width: 365px;

}



  [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='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,

  textarea:focus {

    outline: none;

    border: 1px solid #5b6771;

    background-color: #fefefe;

    box-shadow: 0 0 5px #cacaca;

    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }





  [type='search']:focus {

    outline: none;

    border: 1px solid #cacaca;

	border-right: 0px solid #cacaca;

    background-color: #fefefe;

	box-shadow: 0 0 0 #cacaca;

    transition: none;  

    }



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  color: #b6b6b6;

font-size: .875rem;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

  color: #b6b6b6;

font-size: .875rem;	

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

  color: #b6b6b6;

font-size: .875rem;	

}



input::placeholder,

textarea::placeholder {

  color: #b6b6b6;

font-size: .875rem;	

}

  

.is-invalid-input:not(:focus) {

  border-color: #d3414e;

  background-color: #f9ecea; }

  .is-invalid-input:not(:focus)::-webkit-input-placeholder {

    color: #d3414e; }

  .is-invalid-input:not(:focus)::-moz-placeholder {

    color: #d3414e; }

  .is-invalid-input:not(:focus):-ms-input-placeholder {

    color: #d3414e; }

  .is-invalid-input:not(:focus)::placeholder {

    color: #d3414e; }



.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file {

  font-family: proxima-nova, sans-serif;

}

.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {

  font-style: normal;

  font-weight: 400;

  color: #333333;

  font-size: 100%;

}

.simple-subscription-form {

  width: 100%;

  padding: 2rem;

  border-radius: 0;

}

/* -------------------- K. V-CARDS -------------------- */

/*

=============================================== 05. BUTTON STYLES ===============================================

*/

/* -------------------- A. SINGLE BUTTONS -------------------- */

.button.hollow {

  font-size: .75em;

  border: 1px solid #006f58;

  color: #006f58;

}

.button.hollow, .button.hollow:hover, .button.hollow:focus {

  background-color: transparent;

}

.button.hollow:hover, .button.hollow:focus {

  border-color: #7bab9d;

  color: #7bab9d;

}

button.radius, .button.radius {

  border-radius: 3px;

}

button.round, .button.round {

  border-radius: 1000px;

}

.button.primary {

  background-color: #539633;

  color: #ffffff;

}

.button.primary:hover, .button.primary:focus {

  background-color: #3c7c31;

  color: #fefefe;

}

.button.highlight {

  background-color: #5178bc;

  color: #ffffff;

}

.button.highlight:hover, .button.highlight:focus {

  background-color: #3e5687;

  color: #fefefe;

}

.button.success {

  background-color: #539633;

  color: #ffffff;

border: 0px solid #01573e;	

}

.button.success:hover, .button.success:focus {

  background-color: #3e7126;

  color: #fefefe;

}

.button.cancel {

  background-color: #e1e1e1;

  color: #7e7e7e;

border: 0px solid #01573e;	

}

.button.cancel:hover, .button.cancel:focus {

  background-color: #c8c7c7;

  color: #7e7e7e;

}





.button.alert {

  background-color: #d33f4d;

  color: #ffffff;

  border: 0px solid #01573e;

}

.button.alert:hover, .button.alert:focus {

  background-color: #992d37;

  color: #fefefe;

}

.simple-subscription-form .button {

  margin-bottom: 0;

  border-radius: 0 0 0 0;

}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {

  border-color: #9d3817;

  color: #8a8a8a;

}

.button.hollow.secondary {

  border: 1px solid #f26722;

  border-top-color: rgb(242, 103, 34);

  border-right-color: rgb(242, 103, 34);

  border-bottom-color: rgb(242, 103, 34);

  border-left-color: rgb(242, 103, 34);

  color: #ffffff;

}



button.secondary, .button.secondary

{

  background-color: #646e71;

  border-top-color: #646e71;

  border-right-color: #646e71;

  border-bottom-color: #646e71;

  border-left-color: #646e71;

  color: #ffffff;

  font-family: "proxima-nova",sans-serif;

  /*font-size: 85%;*/

}



button.blue_hyperlink, .button.blue_hyperlink {

  color: #4968a9;

}

button.blue_hyperlink:hover, button.blue_hyperlink:focus, .button.blue_hyperlink:hover, .button.blue_hyperlink:focus {

  color: #5a81d3;

}





button.save_continue, .button.save_continue {

  background-color: #539633;

  border-color: #539633;

  text-align: center;

  font-family: "proxima-nova", sans-serif;

/*font-size: 85%;*/	

  color: #ffffff;

}

button.save_continue:hover, button.save_continue:focus, .button.save_continue:hover, .button.save_continue:focus {

  background-color: #3c7c31;

}

button.save_continue:hover, button.save_continue:focus, .button.save_continue:hover, .button.save_continue:focus {

  color: white;

}

/* Header Alert button */

.button-badge {

  background-color: transparent;

  text-decoration: none;

  padding: .5rem 1rem;

  position: relative;

  display: inline-block;

  border-radius: .2rem;

  transition: all ease 0.4s;

}

/*.button-badge:hover {

      border: 1px solid #7e7e7e;

        border-top-color: rgb(126, 126, 126);

        border-right-color: rgb(126, 126, 126);

        border-bottom-color: rgb(126, 126, 126);

        border-left-color: rgb(126, 126, 126);	

}*/

.badge {

  background-color: transparent;

  position: absolute;

  top: -1px;

  right: 6px;

  font-size: .65em;

}

/* -------------------- B. BUTTON GROUPS -------------------- */

/* -------------------- C. SPLIT BUTTONS -------------------- */

/* -------------------- D. DROPDOWN BUTTONS -------------------- */

.dropdown.button, button.dropdown {

  position: relative;

  padding-right: 0rem;

}

.f-dropdown {

  position: absolute;

  left: -9999px;

  list-style: none;

  margin-left: 0;

  width: 100%;

  max-height: none;

  height: auto;

  background: white;

  border: solid 1px #dfe1e4;

  font-size: 0.750rem;

  z-index: 99;

  margin-top: 2px;

  max-width: 200px;

}

.f-dropdown.drop-right {

  position: absolute;

  left: -9999px;

  list-style: none;

  width: 100%;

  max-height: none;

  height: auto;

  background: white;

  border: solid 1px #dfe1e4;

  font-size: 0.750rem;

  z-index: 99;

  margin-top: 0;

  margin-left: 2px;

  max-width: 200px;

}

.f-dropdown.drop-left {

  position: absolute;

  left: -9999px;

  list-style: none;

  width: 100%;

  max-height: none;

  height: auto;

  background: white;

  border: solid 1px #dfe1e4;

  font-size: 0.750rem;

  z-index: 99;

  margin-top: 0;

  margin-left: -2px;

  max-width: 200px;

}

/*

=============================================== 06. CALLOUTS AND PROMPT STYLES ===============================================

*/

.product-card {

  background-color: #fefefe;

  border: 1px solid #e6e6e6;

  padding: 1rem;

  margin-bottom: 1.5rem;

}

.product-card-thumbnail {

  display: block;

  position: relative;

}

.product-card-title {

  font-family: proxima-nova, sans-serif;

  font-size: 0.9rem;

  font-weight: 600;

  line-height: 1.45rem;

  margin-top: 1rem;

  margin-bottom: 0;

}

.product-card-desc {

  color: #8a8a8a;

  display: block;

  font-family: proxima-nova, sans-serif;

  font-size: 0.85rem;

}

.product-card-price {

  color: #3e3e3e;

  display: inline-block;

  font-size: 0.85rem;

  font-weight: 600;

  margin-top: 0.8rem;

}

.product-card-sale {

  color: #cacaca;

  display: inline-block;

  font-size: 0.85rem;

  margin-left: 0.3rem;

  text-decoration: line-through;

}

.product-card-colors {

  display: block;

  margin-top: 0.8rem;

}

.product-card-color-option {

  display: inline-block;

  height: 25px;

  width: 25px;

}

.callout.primary {

  background-color: #f2f2f2;

  color: #333333;

  border: 1px solid rgba(216, 216, 216, 1);

}



.callout.disclaimer {

  background-color: #deeaf6;

  color: #595959;

  padding: 1.5rem;	

  border: 1px solid rgba(208, 227, 246, 1);

	

}



.callout.primary_solid {

  background-color: #F0F0F7;

  color: #373737;

  border: 1px solid rgba(202, 206, 213, 1);

  border-style: solid;

  padding-top: 1.5em;

  padding-left: 1.5em;

  padding-right: 1.5em;

  padding-bottom: 1.5em;

  margin-top: .875em;

  margin-bottom: .875em;

}



.callout.success {

    background-color: #e1f0e1;

    color: #0a0a0a;

}



.callout.secondary {

  background-color: #ffffff;

  border: 0px solid rgba(225, 225, 225, 1);

  margin-top: 0.625em;

  margin-bottom: 0em;

  padding-top: 0.323em;

  padding-left: 0.125em;

  padding-right: 0.125em;

  padding-bottom: 0.625em;

  border-radius: 0;

}

.callout.secondary2 {

  background-color: #ffffff;

  border: 1px solid rgba(225, 225, 225, 1);

  padding-top: 2.625em;

  padding-left: 2.625em;

  padding-right: 2.625em;

  padding-bottom: 2.625em;

  border-radius: 0;

}

.callout.post_container {

  background-color: #ffffff;

  border: 1px solid rgba(225, 225, 225, 1);

  padding-top: 2.625em;

  padding-left: 1.500em;

  padding-right: 1.500em;

  padding-bottom: 2.625em;

  border-radius: 0;

}

.callout.grey_callout {

  background-color: #f2f2f2;

background-image: url("../img/bkg_panel_grey.png");

  background-repeat: no-repeat;

  background-position: top;	

  border: 1px solid rgba(238, 238, 238, 1);

  margin-top: 2.699em;

  margin-bottom: 0em;

  padding-top: 2.625em;

  padding-left: 2.625em;

  padding-right: 2.625em;

  padding-bottom: 2.625em;

  border-radius: 0;

  color: #0a0a0a;

}



.callout.grey_callout_background {

  background-color: #f2f2f2;

background-image: url("../img/modal_background3.png");

  background-repeat: no-repeat;

  background-position: top;	

  border: 0px solid rgba(238, 238, 238, 1);

  margin-top: 2.699em;

  margin-bottom: 0em;

  padding-top: 2.625em;

  padding-left: 2.625em;

  padding-right: 2.625em;

  padding-bottom: 2.625em;

  border-radius: 0;

  color: #0a0a0a;

}





.callout {

  position: relative;

  margin: 0 0 0 0;

  padding: 1rem;

  border: 0px solid rgba(10, 10, 10, 0.25);

  border-radius: 0;

  background-color: white;

  color: #0a0a0a;

}

.callout_header {

  position: relative;

  margin: 0 0 0 0;

  padding: 1rem;

  border: 0px solid rgba(10, 10, 10, 0.25);

  border-radius: 0;

  background-color: #1c1918;

  color: #0a0a0a;

}



  div.leading_title {

	background-color: transparent;

	padding:  0em;

	color: #830509;

	font-family: Arial, sans-serif;

	font-size: 0.688em;

	text-transform: uppercase;

	font-weight: normal;

 } 





  div.leading_title_mainarea {

	background-color: transparent;

	padding:  0em;

	color: #6f6f6f;

	font-family: "proxima-nova",sans-serif;

	font-size: 1.000em;

	font-weight: bold;

 } 



/* -------------------- A. MODALS -------------------- */

.reveal-modal-bg {

  z-index: 99 !important;

}

.reveal {

  z-index: 1006;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  display: none;

  padding: 2.5rem;

  border: 1px solid #fe1e1e1;

  border-radius: 0;

  background-color: #ffffff;

  position: relative;

  top: 250px;

  margin-right: auto;

  margin-left: auto;

  overflow-y: auto;

}

/* -------------------- B. ALERTS AND FIELD SETS -------------------- */

fieldset {

  border: 1px solid #DDDDDD;

  background: #ffffff;

  padding: 1.25rem;

  margin: 1.125rem 0;

}

fieldset.grey_field {

  border: 1px solid #cacaca;

  background: #f2f2f2;

  padding: 1.5rem;

  border-width: 1px 1px 1px 1px;

  margin: 1.125rem 0;

}



fieldset.blank_field {

  border: 0px solid #cacaca;

  background: transparent;

  padding: 1rem;

  border-width: 0 0 0 0;

margin-top: 0;

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 0;

}



fieldset.blank_field_checkbox {

  border: 0px solid #cacaca;

  background: transparent;

  padding: 1rem;

  border-width: 0 0 0 0;

margin-top: 0;

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 0;

}



.subCheckbox {

padding-top: 15px;	

  padding-left: 25px;

font-size: 1.000em;

}



.subCheckbox {

padding-top: 15px;	

  padding-left: 25px;

font-size: 1.000em;

}



.subCheckbox2 {

margin-top: -10px;	

  padding-left: 25px;

font-size: 1.000em;

}



.subCheckbox_input {

margin-top: -20px;	

  padding-left: 25px;

font-size: 1.000em;

}





.checkboxFormatted {

  display: inline-block;

  vertical-align: top;

  padding-left: 25px;

  position: relative;

font-size: 1.000em;

font-weight: bold;

width: 100%;

}



.checkboxFormatted input {

  position: absolute;

  left: 0;

  top: .438em;

}









.long_checkboxes [type='file'], .long_checkboxes [type='checkbox'], .long_checkboxes [type='radio'] {

    margin-top: 0;

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 1;

}







.long_checkboxes label {

  display: block;

  padding-right: 10px;

  padding-left: 22px;

  text-indent: -22px;

line-height: 1.3;	

}

.long_checkboxes input {

  vertical-align: top;

line-height: 1.3;	

}

.long_checkboxes label span {

  vertical-align: top;

font-size: 1.000em;

cursor: text;	

}



.long_checkboxes input[type=checkbox] + span{

  font-weight: normal;

  color: gray;

}



.long_checkboxes input[type=checkbox]:checked + span{

  font-weight: bold;

  color: #333;

}





.long_checkboxes_morepace [type='file'], .long_checkboxes_morepace [type='checkbox'], .long_checkboxes_morepace [type='radio'] {

    margin-top: 0;

	margin-bottom: .5;

	margin-left: 0;

	margin-right: 1;

}







.long_checkboxes_morepace label {

  display: block;	

  padding-right: 10px;

  padding-left: 22px;

  text-indent: -22px;

line-height: 1;	

}

.long_checkboxes_morepace input {

	vertical-align: top;

line-height: 1;	

}

.long_checkboxes_morepace label span {

  vertical-align: top;

font-size: .875em;

cursor: text;

}



.long_checkboxes_morepace input[type=checkbox] + span{

  font-weight: normal;

  color: gray;

}



.long_checkboxes_morepace input[type=checkbox]:checked + span{

  font-weight: bold;

  color: #333;

}



.long_checkboxes_large input[type=checkbox]:checked + span{

  font-weight: bold;

  color: #333;

}





.long_checkboxes_bigger [type='file'], .long_checkboxes_morepace [type='checkbox'], .long_checkboxes_morepace [type='radio'] {

    margin-top: 0;

	margin-bottom: .5;

	margin-left: 0;

	margin-right: 1;

}







.long_checkboxes_bigger label {

  display: block;	

  padding-right: 10px;

  padding-left: 22px;

  text-indent: -22px;

line-height: 1;	

}

.long_checkboxes_bigger input {

	vertical-align: top;

line-height: 1;	

}

.long_checkboxes_bigger label span {

  vertical-align: top;

/*font-size: 1.125em;*/

cursor: text;

font-weight: bold;

}



.long_checkboxes_bigger input[type=checkbox] + span,  .long_checkboxes_bigger input[type=radio] + span {

  font-weight: normal;

  color: #333;

}



.long_checkboxes_bigger input[type=checkbox]:checked + span,  .long_checkboxes_bigger input[type=radio]:checked + span {

  font-weight: bold;

  color: #333;

}



.long_checkboxes_bigger input[type=checkbox]:checked + span, .long_checkboxes_bigger input[type=radio]:checked + span {

  font-weight: bold;

  color: #333;

}











fieldset legend {

font-size: .875em;

  font-weight: bold;

  background: #000000;

  color: #ffffff;

padding: 8px 6px;

  margin: 0;

  margin-left: -0.1875rem;

}

fieldset legend.colour {

  font-weight: bold;

  background: #27303c;

  color: #ffffff;

  padding: 0.625rem;

  margin: 0;

  margin-left: -0.1875rem;

}

/* -------------------- C. PANELS, DIVISIONS AND SPANS -------------------- */



div.padding_narrow {

  padding-top: 2em;

  padding-right: 2em;

  padding-bottom: 2em;

  padding-left: 2em;

}

div.content_area {

  padding-top: 1.563em;

  padding-right: .75em;

  padding-bottom: 1.563em;

  padding-left: .75em;

}

div.content_area2 {

  padding-top: 1.125em;

  padding-right: 0em;

  padding-bottom: 2.000em;

  padding-left: 0em;

}

div.nav_area {

  padding-top: 3.125em;

  padding-right: 0px;

  padding-left: 0.625em;

}

div.more_padding_left {

  padding-left: 1rem;

}

div.even_more_padding_left {

  padding-left: 1.50rem;

}

span.sale {

  color: #b02b0c;

}

span.highlight_text {

  color: #5379bd;

}

span.sub_heading {

  font-size: 0.750em;

  font-family: proxima-nova, sans-serif;

  color: #818285;

  font-weight: bold;

  line-height: 0.750em;

}

span.top_bar_title {

  font-weight: bold;

  line-height: 1;

  font-family: proxima-nova, sans-serif;

  font-size: 1.000em;

  color: #e7e7e8;

}

span.top_bar_text1 {

  font-size: .900em;

  line-height: 1.5;

  color: #e8b46a;

}

span.top_bar_text2 {

  font-size: .900em;

  line-height: 1.5;

}

div.sub_heading2 {

  font-size: 0.750em;

  font-family: proxima-nova, sans-serif;

  text-transform: uppercase;

  color: #e0e0e0;

  font-weight: bold; /* line-height: 2px; */

}

div.sub_heading3 {

  font-size: 0.75em;

  font-family: proxima-nova, sans-serif;

  text-transform: uppercase;

  color: #363636;

  font-weight: bold;

  padding-top: .938em;

}

div.featured_heading {

  font-size: 1.500em;

  font-family: proxima-nova, sans-serif;

  color: #ffffff;

  font-weight: bold;

  line-height: 1em;

  padding-top: .063em;

  padding-bottom: .063em;

}

div.featured_sub_heading {

  font-size: 0.750em;

  font-family: proxima-nova, sans-serif;

  color: #ffffff;

  font-weight: normal;

}

span.padding_onbottom {

  padding-bottom: 2.250em;

}

/* Center divs at small; left or right on medium and large */

.leftdiv, .centerdiv, .rightdiv {

  text-align: center;

}

@media only screen and (min-width: 641px) {

  .leftdiv {

    text-align: left;

  }

  .rightdiv {

    text-align: right;

  }

}

div.small_text {

  font-size: 0.750em;

  padding: 5px;

  line-height: 1.6;

}

div.small_div {

  font-size: 0.875em;

}



div.small_div3 {

	padding-top: 0.500em;

    font-size: 0.875em;

}



.small_div3 a.edit {

font-size: 0.875em;	

}



div.small_div12 {

	padding-top: 0.375em;

    font-size: 0.750em;

}



div.small_div10 {

	padding-top: 0.125em;

    font-size: 0.625em;

}





span.icon_span {

  font-size: 0.875em;

  color: #8a8a8a;

}



.icon_padding_more {

  padding-right: .500em;

}







span.price_small {

  font-size: 0.625em;

  color: #1c1918;

  font-weight: normal;

}

.more_space_top {

  margin-top: 1.063em;

}

.little_space_top {

  margin-top: 0.875em;

}

/* -------------------- D. TOOL TIPS -------------------- */

.has-tip {

  border-bottom: dotted 1px #CCCCCC;

  cursor: text;

  font-weight: normal;

  color: #333333;

}

.has-tip:hover, .has-tip:focus {

  border-bottom: dotted 1px #CCCCCC;

  color: #333333;

}

.tooltip {

  display: none;

  position: absolute;

  z-index: 1006;

  font-weight: normal;

  font-size: 0.750rem;

  line-height: 1.3;

  padding: 0.75rem;

  max-width: 300px;

  left: 50%;

  width: 100%;

  color: #FFFFFF;

  background: #27303c;

}

span.tooltip_text {

  font-size: 0.875em;

  color: #4968a9;

  font-weight: normal;

  text-decoration: none;

  padding-left: 1.875em;

}



h3 a.hyperlink_text {

  font-size: 50%;

font-weight: normal;

}





/* -------------------- E. JOYRIDES -------------------- */

/* -------------------- F. PRICING TABLES -------------------- */

/* .pricing-table .bullet-item {

	

min-height: 160px;

	

} */

.pricing-table {

  background-color: #fefefe;

  border: solid 1px #cacaca;

  width: 100%;

  text-align: center;

  list-style-type: none;

}

.pricing-table li {

  border-bottom: dotted 1px #cacaca;

  padding: 0.875rem 1.125rem;

}

.pricing-table li:last-child {

  border-bottom: 0;

}

.pricing-table .title {

  background-color: #0a0a0a;

  color: #fefefe;

  border-bottom: 0;

}

.pricing-table .price {

  background-color: #e6e6e6;

  font-size: 2rem;

  border-bottom: 0;

}

.pricing-table .description {

  color: #8a8a8a;

  font-size: 80%;

}

.pricing-table :last-child {

  margin-bottom: 0;

}

.pricing-table .button {

  color: #fefefe;

}

/*

=============================================== 07. IMAGE AND MEDIA STYLES ===============================================

*/

.img-swap {

  cursor: pointer;

  padding-bottom: 0.625em;

}

/* -------------------- A. THUMBNAILS -------------------- */

.image_max_height {

  max-height: 9.125em;

  /* min-height: 9.125em; */

  display: block;

  margin: auto;

}

/*.product-image-gallery {

  background-color: #fefefe;

  padding: 1.5rem;

}*/

.pdp-product-image {

  margin-bottom: 1.250em;

}

.product-thumbs a {

  margin-left: .625em;

  margin-right: .625em;

  padding: 0 !important;

}

.product-thumbs a img {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 1rem;

  border: solid .250em #fefefe;

  border-radius: 0;

  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);

  line-height: 0;

  border-radius: .188em;

  width: 3.750em;

  height: 3.750em;

  border: none;

}

/* -------------------- B. SLIDERS -------------------- */

.minimum_height {

  min-height: 490px;

}

.orbit-previous, .orbit-next {

  position: absolute;

  top: 50%;

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 1;

  padding-top: 1rem;

  padding-bottom: 1rem;

  padding-right: .65rem;

  padding-left: .65rem;

  color: #fefefe;

  cursor: pointer;

  background-color: rgb(182, 182, 182, 0.6);

}

.orbit-previous:hover, .orbit-next:hover {

  background-color: rgba(10, 10, 10, 0.5);

}

.orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {

  background-color: rgba(182, 182, 182, 0.6);

}

.orbit-bullets button {

  width: .5rem;

  height: .5rem;

  margin: 0.1rem;

  border-radius: 50%;

  background-color: #e1e1e1;

  cursor: pointer;

}

.orbit-bullets button:hover {

  background-color: #c4c2c2;

}

.orbit-bullets button.is-active {

  background-color: #780006;

}

.orbit-container .orbit-slides-container > * .orbit-caption {

  background-color: rgba(15, 26, 45, 0.9);

  color: #FFFFFF;

  width: 100%;

  font-size: 0.875rem;

}

.orbit-container .orbit-prev, .orbit-container .orbit-next {

  position: absolute;

  top: 45%;

  margin-top: -25px;

  width: 36px;

  height: 60px;

  line-height: 50px;

  color: white;

  background-color: #00573d;

  text-indent: -9999px;

  z-index: 10;

}

.orbit-slide {

  width: 100%;

}

div.slide1_bkg {

  background-color: #ffffff;

  background-image: url('../img/bkg_content.jpg');

  background-repeat: repeat-x;

  height: 295px;

  width: 3000px;

  border-top: solid 4px #ffffff;

}

div.slide2_bkg {

  background-color: #ffffff;

  background-image: url('../img/bkg_slide2.jpg');

  background-repeat: repeat-x;

  height: 295px;

  width: 1334px;

  border-top: solid 4px #ffffff;

}

div.slide3_bkg {

  background-color: #ffffff;

  background-image: url('../img/bkg_slide3.jpg');

  background-repeat: repeat-x;

  height: 295px;

  width: 1334px;

  border-top: solid 4px #ffffff;

}

div.slide4_bkg {

  background-color: #ffffff;

  background-image: url('../img/bkg_slide4.jpg');

  background-repeat: repeat-x;

  height: 295px;

  width: 1334px;

  border-top: solid 4px #ffffff;

}

div.slide_bkg_content {

  background-color: #780006;

  background-image: url('../img/bkg_content.jpg');

  background-repeat: repeat-x;

  border: solid 20px #b6b6b6;

}

div.slide_bkg_photo {

  background-color: #000000;

  background-image: url('../img/bkg_photo.jpg');

  background-repeat: repeat-x; /*border-left: solid 20px #b6b6b6;*/

}

div.slide_bkg_black {

  background-color: #000000;

}

.panel_slider_large {

  width: 38%;

  float: left;

  background-image: url('../img/bkg_slider_panel.jpg');

  -ms-transform: rotate(-2deg); /* IE 9 */

  -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */

  transform: rotate(-2deg);

  margin-left: 0.938em;

  margin-top: 1.250em;

}

.panel_slider_medium {

  width: 65%;

  float: left;

  background-image: url('../img/bkg_slider_panel.jpg');

  -ms-transform: rotate(-2deg); /* IE 9 */

  -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */

  transform: rotate(-2deg);

  margin-left: 0.938em;

  margin-top: 1.875em;

}

.panel_slider_small {

  width: 100%;

  height: 100%;

  float: left;

  background-color: #ededed;

  margin-left: 0em;

  margin-top: 0em;

  border-width: 0px;

  border-bottom: 1px solid #d0d0d0;

}

/* Slick Content Slider */

.slick-prev, .slick-next {

  font-size: 16px;

  font-family: proxima-nova, sans-serif;

  font-weight: bold;

  color: white;

  line-height: 16px;

  position: absolute;

  top: 45%;

  display: block;

  width: 60px;

  height: 25px;

  margin-top: -10px;

  padding-top: 0px;

  padding-right: 0px;

  padding-bottom: 0px;

  padding-left: 0px;

  cursor: pointer;

  border-top-width: medium;

  border-right-width-value: medium;

  border-bottom-width: medium;

  border-left-width-value: medium;

  border-top-style: none;

  border-right-style-value: none;

  border-bottom-style: none;

  border-left-style-value: none;

  border-image-source: none;

  border-image-slice: 100% 100% 100% 100%;

  border-image-width: 1 1 1 1;

  border-image-outset: 0 0 0 0;

  border-image-repeat: stretch stretch;

  outline-width: medium;

  outline-style: none;

  background-color: #284179;

  background-image: none;

  background-repeat: repeat;

  background-attachment: scroll;

  background-position: 0% 0%;

  background-clip: border-box;

  background-origin: padding-box;

  background-size: auto auto;

}

.slick-next {

  right: 0px;

}

.slick-prev {

  left: 0px;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

  color: #a1a1c7;

  outline-width: medium;

  outline-style: none;

  background-color: black;

  background-image: none;

  background-repeat: repeat;

  background-attachment: scroll;

  background-position: 0% 0%;

  background-clip: border-box;

  background-origin: padding-box;

  background-size: auto auto;

}

.slick-slide {

  opacity: 1;

}

.slick-center {

  display: block;

  max-width: 10% !important;

  max-height: 20% !important;

  opacity: 1;

}

/* -------------------- C. IFRAME -------------------- */

iframe {

  overflow: hidden;

}

/* -------------------- D. BACKGROUND IMAGE -------------------- */

img.bg {

  /* Set rules to fill background */

  min-height: 100%;

  min-width: 1024px;

  /* Set up proportionate scaling */

  width: 100%;

  height: auto;

  /* Set up positioning */

  position: fixed;

  top: 0;

  left: 0;

}

@media screen and (max-width: 1024px) { /* Specific to this particular image */

  img.bg {

    left: 50%;

    margin-left: -512px; /* 50% */

  }

}

img.bg_inside {

  /* Set rules to fill background */

  min-height: 100%;

  min-width: 1024px;

  /* Set up proportionate scaling */

  width: 100%;

  height: auto;

  /* Set up positioning */

  position: fixed;

  top: 0;

  left: 0;

}



.stopfade {

  opacity: .95;

}



/* @media screen and (max-device-width: 800px) {

  html { background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg') #000 no-repeat center center fixed; }

  #bgvid { display: none; }

} */