/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/* WEBSITE STYLES */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.2em;
	color: #222;
}
* {
	box-sizing: border-box;
}

.desktop { display: block !important; }
.desktop-inline { display: inline-block !important; }
.mobile, .mobile-inline { display: none !important; }

.dialog-off-canvas-main-canvas {
	display: block !important;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.dialog-off-canvas-main-canvas main {
	float: none;
	position: relative;
	z-index: 0;
	width: 845px;
	height: auto;
	margin: 10px auto 0px auto;
	padding: 0px 30px 0px 30px;
}

div {
	box-sizing: border-box;
	word-wrap: break-word;
}
.row {
	clear: both;
	float: none;
}
.col-sm-12 {
	padding: 0px;
}
.clearfix {
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.hidden_content {
	display: none;
}

/* HORIZONTAL TABS */
@media all and (min-width:48em) {
	ul.nav-tabs li.nav-item {
		display: inline-block;
		border-top: none;
		border-bottom: none;
		background: none;
		font-size: var(--font-size-base);
	}
}

/* GLOBAL */
main p a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
main p a:hover {
	color: #000;
	text-decoration: underline;
}
main ul {
	padding-left: 15px;
}
main ul li {
	margin-bottom: .5em;
}
.region-content a {
	color: #222;
}
a.anchor {
	display: inline-block;
	position: relative;
	top: -180px;
	visibility: hidden;
}
.expand_link, .collapse_link {
	cursor: pointer;
	color: #000 !important;
	text-decoration: none;
}
.expand_link:hover, .collapse_link:hover {
	text-decoration: underline;
}

a.button, .btn-primary {
	background-color: #000;
	color: #222;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid #000;
}
a.button:hover {
	text-decoration: none;
	border: 1px solid #222;
	color: #222;
	background-color: transparent;
}
a.big-gold-button {
	opacity: 1;
	background: #ffb705;
	padding: 12px 30px 10px;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: 1s all;
	border: 1px solid #fb8602;
}
a.big-gold-button:hover {
	text-decoration: none;
	opacity: .7;
}

p.section-header {
	margin-bottom: 0;
}

p, .paragraph p:first-child {
	color: #000;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .05em;
	font-style: normal;
	margin-bottom: 1em;
}
p.title-case {
	font-size: 1.4em;
	font-weight: bold;
}
h1, h1.page-header {
	border-bottom: none;
	font-size: 34px;
	font-weight: 700;
	color: #000;
	transition: all 1s;
}
h1.page-header {
	margin-top: 1em;
}
p.smaller-font, .smaller-text {
	font-size: .8em;
}
body.path-frontpage h1.page-header {
	display: none;
}
h1 {
	font-family: "Montserrat", helvetica, arial, sans-serif;
	font-size: 36px;
	color: #091f78;
	margin: 0 0 14px 0;
	padding: 0;
	font-weight: 600;
}
h2 {
	font-family: "Montserrat", helvetica, arial, sans-serif;
	font-size: 32px;
	color: #222;
	margin: 0 0 14px 0;
	padding: 0;
	font-weight: 600;
	transition: all 1s;
}
h3 {
	font-family: "Montserrat", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #222;
	margin: 0 0 14px 0;
	padding: 0;
	font-weight: 500;
	transition: all 1s;
}
b, strong {
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
p {
	word-wrap: break-word;
}
.field ul li {
	margin-bottom: 1em;
}

.blue_text {
	color: #00395c;
}
.red_text {
	color: #af0000;
}
.white-text, .white_text {
	color: #fff;
}
.gold-text, .gold_text {
	color: #ffb705;
}
figcaption {
	font-style: italic;
}

.btn-primary, .btn:hover {
	background: #53a3b4;
	padding: 10px 20px;
	border-radius: 6px;
	color: #fff;
	border-color: #53a3b4;
}
.btn:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.vertical-tabs__menu-item a {
	color: #000 !important;
}

.align-left {
	margin: 0px 20px 20px 0px;
}
.align-right {
	margin: 0px 0px 20px 20px;
}

.center-this {
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.max-width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.col-sm-6.left {
	padding-left: 0px;
	padding-right: 20px;
}
.col-sm-6.right {
	padding-left: 20px;
	padding-right: 0px;
}

/* COLUMNS */
.columns-wrapper {
	float: none;
	clear: both;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.columns-two .column {
	flex: 0 0 auto;
	width: calc(50% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-three .column {
	flex: 0 0 auto;
	width: calc(33% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-three .one-three-column {
	flex: 0 0 auto;
	width: calc(33% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-three .two-three-column {
	flex: 0 0 auto;
	width: calc(66% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-four .column {
	flex: 0 0 auto;
	width: calc(25% - 20px);
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-five .column {
	flex: 0 0 auto;
	width: calc(20% - 20px);
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-six .column {
	flex: 0 0 auto;
	width: calc(16.7% - 20px);
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.column img {
	width: 100% !important;
	height: auto !important;
}

/* COLLAPSIBLE DRAWERS */
.drawer {
  display: none;
  padding-bottom: 1em;
}
a.trigger {
  color: #999;
  position: relative;
  display: block;
  cursor: pointer;
  border-top: 1px solid #999;
  padding: 20px 50px 10px 0px;
  margin-top: 20px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
a.trigger:first-child {
	margin-top: 0px;
}
a.trigger.closed:after {
  position: absolute;
  display: block;
  content: '\f067';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}
a.trigger.opened:after {
  position: absolute;
  display: block;
  content: '\f068';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}

/* CKEDITOR ACCORDION */
.ckeditor-accordion-container > dl {
	border: none;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
	background-color: transparent !important;
	color: #000 !important;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
	background-color: #000;
}


/* HEADER */
header {
	position: relative;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0;
	background-color: transparent;
}
header #header_top {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffb705;
	padding: 10px 10%;
}
header #header_top .header_top_left {
	width: 50%;
}
header #header_top .header_top_left p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
header #header_top .header_top_left p a {
	color: #000;
	text-decoration: none;
}
header #header_top .header_top_left p a:hover {
	color: #000;
	text-decoration: underline;
}
header #header_top .header_top_right {
	width: 50%;
	text-align: right;
}

header #header_bottom {
	display: flex;
	flex-wrap: wrap;
	background-color: #2b2b2b;
	padding: 20px 10%;
}
header #header_bottom .header_left {
	width: 350px;
}
header #header_bottom .header_right {
	width: calc(100% - 350px);
	padding-top: 10px;
}
header #header_bottom .header_right .d-flex {
	width: 100%;
}

#block-mebulbs-account-menu ul {
	margin-bottom: 0;
	float: right;
}
#block-mebulbs-account-menu ul li {
	display: inline-block;
	margin: 0;
}
#block-mebulbs-account-menu ul li a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#block-mebulbs-account-menu ul li a:hover {
	text-decoration: underline;
}
#block-mebulbs-account-menu ul li {
	padding: 0 15px 0 10px;
	border-right: 1px solid #000;
}
#block-mebulbs-account-menu ul li:first-child {
	padding-left: 0;
}
#block-mebulbs-account-menu ul li:last-child {
	padding-right: 0;
	border-right: 0;
}

#block-mebulbs-main-menu ul {
	width: 100%;
}
#block-mebulbs-main-menu a {
	color: #ffb705;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 4vw;
}


/* MAIN BODY */
.dialog-off-canvas-main-canvas main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.site-width {
	width: 100%;
	padding: 0 10%;
	margin: 0 auto;
}


/* HOMEPAGE */
body.path-frontpage main {
	background-size: cover;
	background: #fff;
}

/* HERO BANNERS */
#hero-banner {
	width: 100%;
}
#hero-banner .region-hero-banner {
	position: relative;
	z-index: 0;
}

/* PAGE INTRO */
#page-intro {
	background: #fff;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 20px 0;
	display: flex;
	flex-wrap: wrap;
}
#page-intro .region-page-intro {
	width: 100%;
}

body.path-frontpage .container {
	width: 100%;
	max-width: unset;
	margin: 0 auto;
	padding: 0;
}
body.path-frontpage .container .region-content {
	max-width: unset;
	padding: 0 0 100px;
	background: url('../images/search-carousels-bg.jpg') center repeat-y;
}


/* MAIN CONTENT */
body.path-frontpage .region-content {
	max-width: 100%;
	padding: 0;
}
.region-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 50px;
}
body.path-frontpage article {
	display: none;
}

/* HOMEPAGE */
.view-home-hero .view-content .skin-default {
	position: relative;
	z-index: 0;
}
.view-home-hero .view-content .skin-default .views_slideshow_cycle_main {
	position: relative;
	z-index: 0;
}
.view-home-hero .view-content .skin-default .views-slideshow-controls-bottom {
	position: absolute;
	z-index: 5;
	bottom: 0;
}
.view-home-hero .view-content .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}
.view-home-hero .view-content .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
}

#block-top-categories-block-1 {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}
#block-top-categories-block-1 h2 {
	color: #ffb705;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.view-top-categories .view-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.view-top-categories .view-content .views-row {
	width: 20%;
	padding: 0 20px;
	margin: 0 auto 40px;
	text-align: center;
}
.view-top-categories .view-content .views-row .tc_image {
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.view-top-categories .view-content .views-row .tc_title a {
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}
.view-top-categories .view-content .views-row .tc_title a:after {
	content: '';
	display: block;
	width: 30%;
	height: 3px;
	margin: 5px auto 0;
	background: #ffb705;
}

#block-mebulbs-homefeature {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}
#block-mebulbs-homefeature .featured_wrapper {
	background: #2b2b2b;
}
#block-mebulbs-homefeature h3 {
	color: #ffb705;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
}
#block-mebulbs-homefeature p {
	color: #fff;
	font-size: 14px;
}
#block-mebulbs-homefeature img {
	width: 100%;
	height: auto;
}
#block-mebulbs-homefeature .one-three-column {
	width: calc(40% - 40px);
	margin: 20px;
	padding: 20px;
	border: 1px solid #1d9ebd;
}
#block-mebulbs-homefeature .two-three-column {
	width: 60%;
	margin: 0;
	padding: 0;
}

#block-news-block-1 {
	width: 80%;
	max-width: 1400px;
	margin: 40px auto 0;
	padding: 50px 0;
}
#block-news-block-1 h2 {
	color: #ffb705;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
#block-news-block-1 .view-news .view-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
#block-news-block-1 .view-news .view-content .views-row {
	width: 33.3%;
	padding: 20px;
}
#block-news-block-1 .view-news .view-content .views-row a {
	text-decoration: none;
}
#block-news-block-1 .view-news .view-content .views-row .views-field-title {
	font-weight: 600;
	margin: .5em auto;
}
#block-news-block-1 .view-news .view-content .views-row .views-field-body {
	font-size: 14px;
}
#block-news-block-1 .view-news .view-content .views-row .views-field-view-node {
	padding: 1em 0;
}
#block-news-block-1 .view-news .view-content .views-row .views-field-view-node a {
	margin: 0 auto;
	padding: 5px 15px;
	background: #ffb705;
	font-weight: 500;
	font-size: 14px;
	border-radius: 3px;
}

#block-mebulbs-footerquestions {
	width: 100%;
	margin: 0 auto;
	padding: 40px 10%;
	background: #2b2b2b;
}
#block-mebulbs-footerquestions .one-three-column, #block-mebulbs-footerquestions .two-three-column {
	margin: 0 auto;
}
#block-mebulbs-footerquestions h3 {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

/* SIDEBAR */
.region-sidebar-first {
	float: right;
	padding: 50px 20px 50px;
	width: 100%;
	max-width: 300px;
}
@media all and (max-width:991px) {
	.region-sidebar-first {
		float: none;
		padding: 50px 20px 0;
	}
	body.path-search .region-content {
		padding-top: 20px;
	}
}

.node__content {
	padding: 0 0 100px;
}
.node__content .field {
	margin-bottom: 2em;
}

/* NODE PAGES */
body.path-node .container {
	margin: 0 auto;
	max-width: unset;
	padding: 0;
}
body.path-node .region-content {
	max-width: unset;
	padding: 100px 0 0;
}
body.path-node .block-page-title-block {
	max-width: 1200px;
	margin: 4em auto;
}

/* PRODUCT PAGES */
article.node--type-product-page .node__content {
}
#product_wrapper {
	width: 100%;
	padding: 0 10%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#product_left {
	width: 40%;
}
#product_left #product_image_slider {
	width: 100%;
	max-width: 500px;
	text-align: center;
}
#product_left #product_image_slider .views-element-container .views_slideshow_cycle_main {
	height: 100%;
	min-height: 360px;
}
#product_left #product_image_slider .views-element-container .views_slideshow_cycle_main, #product_left #product_image_slider .product-photo {
	border: 1px solid #f2f2f2;
}
#product_left #product_image_slider img {
	width: 100%;
	max-width: 360px;
}
#product_left #product_image_slider .views-element-container .widget_pager {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	margin-top: 10px;
}
#product_left #product_image_slider .views-element-container .widget_pager .views_slideshow_pager_field_item {
/*	width: calc(25% - 8px); */
	display: inline-block;
	width: 82px;
	height: 82px;
	margin: 0 4px;
	border: 1px solid #f2f2f2;
	vertical-align: top;
}
#product_left #product_image_slider .views-element-container .widget_pager .views_slideshow_pager_field_item.active {
	border: 1px solid #00395c;
}
#product_left #product_image_slider .views-element-container .widget_pager .views_slideshow_pager_field_item.video {
	position: relative;
	padding-top: 11px;
}
#product_left #product_image_slider .views-element-container .widget_pager .views_slideshow_pager_field_item.video:before {
	content: '';
	width: 82px;
	height: 82px;
	background: url('../images/video-play-button.png') center no-repeat;
	background-size: 50%;
	position: absolute;
	z-index: 20;
	top: 0;
}
#product_left #product_image_slider .views-element-container .widget_pager .views_slideshow_pager_field_item.video video {
	pointer-events: none;
}

#product_right {
	width: 60%;
}
#product_right h1.product_title {
	color: #2b2b2b;
	text-transform: uppercase;
	margin-bottom: 0;
}
#product_right .product_description_icons {
	padding-bottom: 30px;
}
#product_right img.qualification_icon {
	margin-right: 10px;
	max-width: 60px;
}
#product_right .product_section {
	border-top: #ffb705 2px solid;
	margin: 0 auto;
	padding: 20px 0;
}
#product_right .product_section h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 600;
	padding: 0 5px;
}
#product_right .product_section ul {
	padding-left: 20px;
}
#product_right .product_highlights .field {
	margin-bottom: 0;
}
#product_specs .spec_table {
	width: 100%;
}
#product_specs .spec_row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px;
}
#product_specs .spec_row:nth-child(odd) {
	background: #dedede;
}
#product_specs .spec_row label {
	width: 50%;
}
#product_specs .spec_row > .field__items, #product_specs .spec_row > .field__item {
	width: 50%;
	margin-bottom: 0;
}
#product_specs .spec_row .field__items .field__item {
	display: inline-block;
}
#product_specs .spec_row .field__items .field__item:after {
	content: ', ';
}
#product_specs .spec_row .field__items .field__item:last-child:after {
	content: '';
}
#product_specs .spec_row a {
	text-decoration: none;
}
#product_specs .spec_row a:hover {
	text-decoration: underline;
}

/* PRODUCT SEARCH */
.view-product-search .views-row {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px auto;
}
.view-product-search .views-row .views-field-nothing .field-content {
	display: flex;
	flex-wrap: wrap;
}
.view-product-search .views-row .product_left {
	width: 30%;
	border-right: 1px solid #efefef;
}
.view-product-search .views-row .product_middle {
	width: 50%;
	padding: 20px 20px 20px 50px;
}
.view-product-search .views-row .product_right {
	width: 20%;
}
.view-product-search .views-row .product_photo {
	text-align: center;
}
.view-product-search .views-row .product_middle > div {
	margin-bottom: 8px;
}
.view-product-search .views-row .item_number {
	font-size: 22px;
	font-weight: 600;
}
.view-product-search .views-row .item_number a {
	text-decoration: none;
}
.view-product-search .views-row .label {
	display: inline-block;
	width: 250px;
	font-weight: 600;
}
.view-product-search .views-row .field_value {
	display: inline-block;
	width: calc(100% - 250px);
}

/* PRODUCT SEARCH FILTERS */
#block-exposedform-product-search details {
	width: 100%;
	border: none;
	border-radius: 0;
	margin: 0 auto 5px;
	background: #f0f0f0;
}
#block-exposedform-product-search details .card-header {
	border-bottom: 0 !important;
	font-weight: 600;
}
#block-exposedform-product-search details .card-header::marker {
	content: '';
}
#block-exposedform-product-search details .card-header[aria-expanded='false'] {
	background: url('../images/arrow-down-gold.png') center no-repeat;
	background-size: auto 30%;
	background-position-x: calc(100% - 10px);
}
#block-exposedform-product-search details .card-header[aria-expanded='true'] {
	background: url('../images/arrow-up-gold.png') center no-repeat;
	background-size: auto 30%;
	background-position-x: calc(100% - 10px);
}
#block-exposedform-product-search details .card-body {
	padding: .5em 1em 1em;
	background: #fff;
}
#block-exposedform-product-search .form-checkboxes ul {
	list-style: none;
	padding-left: 0;
}
#block-exposedform-product-search .form-checkboxes ul li label {
	font-size: 14px;
}

/* JCAROUSEL */
.jcarousel-wrapper.jcarousel-skin-default {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	box-shadow: none !important;
}
.jcarousel-wrapper.jcarousel-skin-default {
	width: 90% !important;
	height: auto !important;
	border: none !important;
	box-shadow: none !important;
}
.jcarousel-wrapper.jcarousel-skin-default .jcarousel {
	overflow-y: visible;
}
.jcarousel-wrapper ul.jcarousel-container-horizontal {
	padding: 10px !important;
}
.jcarousel-wrapper ul.jcarousel-container-horizontal > li {
	display: inline-block;
	float: none;
	width: 13vw;
	min-width: 150px;
	height: auto !important;
	margin: 0 20px;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
	top: calc(50% - 30px) !important;
	width: 60px !important;
	height: 60px !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.jcarousel-skin-default .jcarousel-control-prev:after, .jcarousel-skin-default .jcarousel-control-next:after {
	color: #000;
	font-size: 60px;
}
.jcarousel-skin-default .jcarousel-control-prev {
	left: -40px !important;
}
.jcarousel-skin-default .jcarousel-control-next {
	right: -60px !important;
}
@media all and (max-width:768px) {
	.jcarousel-wrapper ul.jcarousel-container-horizontal > li {
		margin: 0 10px;
	}
}

/* AUTOSUGGEST */
.ui-widget-content li:hover {
	background: #fff;
	border: none;
}
.ui-widget-content a:hover {
	color: #000;
	background-color: transparent !important;
	border: none;
}

/* WEBFORMS */
form.webform-submission-form .js-form-type-webform-image-file label {
	font-weight: 600;
}
form.webform-submission-form .js-form-type-webform-image-file {
	padding: 10px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
}

/* COLORBOX */
#colorbox {
/*	height: auto !important; */
	background: #fff;
	padding-top: 40px;
}
#colorbox #cboxWrapper {
	padding: 0px;
}

/* FOOTER */
footer {
	border-top: #ffb705 5px solid;
	background: #f2f2f2;
}
footer .region-footer {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
footer *, footer p, footer a {
	color: #222;
}
footer h2 {
	font-size: 22px;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
@media all and (max-width:768px) {
	footer .region-footer {
		padding: 0 20%;
	}
}
@media all and (max-width:460px) {
	footer .region-footer {
		padding: 0 20%;
	}
}
