@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap');

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
p {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.wrapper a {
    /*border-bottom: solid 2px #646C79;*/
    color:#646C79;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}
.wrapper a:hover {
    border-color:#191919;
    color:#191919;
}
img a {
    border:0;
}
a#forgot_password_link {
    text-decoration:none !important;
    padding:0 !important;
}
a#forgot_password_link:hover, a#reset_password_link:hover {
    color:#191919 !important;
    text-decoration:none !important;
}
h1, .h1 {
    color: #FB9039;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
h2, .h2 {
    color: #FB9039;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
h3, .h3 {
    color: #646C79;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
h4, .h4 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
h5, .h5, .wrapper h5 a, .wrapper .h5 a {
    color: #646C79;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
h6, .h6 {
    color: #646C79;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
    color: #fff;
}
.white-text a {
    color: #fff;
    border-color: #fff;
}
.gray-text, .gray-text p, .gray-text a, .gray-text h1, .gray-text h2, .gray-text h3, .gray-text h4, .gray-text h5, .gray-text h6 {
    color: #4e5a68;
    font-weight: 600;
}
/*
ICONS
<i class="fas fa-envelope"></i>
<i class="fas fa-map-marker-alt"></i>
<i class="fas fa-phone-alt"></i>
<i class="fas fa-fax"></i>
<i class="fas fa-arrow-up"></i>
*/

/* ------------------Generic Styling, for Desktops/Laptops------------------ */

.thisTable, .thisTable td, .thisTable p {
	font-size:12px;
}
table { 
    border-collapse: collapse;
    width: 100%;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #333;
    color: white;
    font-weight: bold;
}
td, th {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
@media screen and (max-width: 600px) {
    .table {
        border: 0;
    }
    .table thead {
        display: none;
    }
    .table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 10px;
    }
    .table td {
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 13px;
        text-align: right;
    }
    .table td:last-child {
        border-bottom: 0;
    }
    .table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically. */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        padding-left: 50%; 
        position: relative;
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        padding-right: 10px;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }
    /* Label the data */
    td:nth-of-type(1):before { content: ""; }
    td:nth-of-type(2):before { content: ""; }
    td:nth-of-type(3):before { content: ""; }
    td:nth-of-type(4):before { content: ""; }
    td:nth-of-type(5):before { content: ""; }
    td:nth-of-type(6):before { content: ""; }
    td:nth-of-type(7):before { content: ""; }
    td:nth-of-type(8):before { content: ""; }
    td:nth-of-type(9):before { content: ""; }
    td:nth-of-type(10):before { content: ""; }
    td:nth-of-type(11):before { content: ""; }
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form, .le_form label {
    color: #3a3a3a;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
    margin: 0 0 5px;
}
.le_form_name {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: normal !important;
	margin: 0 0 10px 0;
}
.container input[type="submit"] {
	background: #fb9039;
	border: 0;
	color: #fff;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container input[type="submit"]:hover {
	/*background: #db6f18;*/
	background: #000;
    color: #ffffff;
	cursor: pointer;
	filter: none;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value, #login .textfield {
	background-color: #ffffff;
	border: 1px solid #fb9039;
    color: #000;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
    margin: 0;
    padding: 10px 12px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.container input::placeholder, .container textarea::placeholder {
    color:#000;
	font-weight:400;
}
.container input.error[type="text"], .container input.error[type="password"], .container textarea.error, #search_form_value {
    border-left: solid 2px #a8763e;
}
.container label.error {
    color: #a8763e;
    font-weight: 600;
}
.form-control {
    border-radius: 0 !important;
	height:inherit !important;
}
.form-group {
	margin: 0 0 10px 0 !important;
}
.form-header p {
    color: #f39a1b;
    font-size: 16px;
}
.halfCol {
    float:left;
    width:50%;
}
.halfCol:nth-of-type(even) {
    padding-left: 10px;
}
.halfCol:nth-of-type(odd) {
    padding-right: 10px;
}
.modal-open .halfCol {
    float:none;
    width:100%;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-15 {
	width:100%;
}
@media screen and (min-width: 768px) {
	.col-sm-15 {
		float: left;
		width: 20%;
    }
}
@media (min-width: 992px) {
	.col-md-15 {
		float: left;
		width: 20%;
    }
}
@media screen and (min-width: 1200px) {
	.col-lg-15 {
		float: left;
		width: 20%;
    }
}
hr {
	border-top: solid 2px #a3a3a3;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 25px 1px;
}
.se_button a, a.button1 {
	background: #fb9039;
	border: 0;
	color: #fff;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.se_button a:hover, a.button1:hover {
	/*background: #db6f18;*/
	background: #000;
    color: #ffffff;
	cursor: pointer;
	filter: none;
}
.se_button a, a.button2 {
	background-color:rgba(255,255,255,1);
	border:solid 1px #191919;
	color:#191919;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	font-style:inherit;
	padding:10px 30px;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.se_button a:hover, a.button2:hover {
	background-color: #191919;
	color: #ffffff;
}
.se_social a {
	color:#9ccc67;
	font-size:32px;
}
.se_social a:hover {
	color:#71b625;
}
.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.scroll-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.scroll-text li {
    margin-bottom: 5px;
}
.scroll-text li a {
    display: block;
    padding: 10px;
    background-color: #2b6b87;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.panel {
	border: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.blog_post_listing_title, .feature_blog_text {
    max-width:95%;
}
.blog_post_listing_sidebar {
    max-width:90%;
}
.round-border {
	background-color:#ffffff;
	border:1px solid #a2a2a2;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-viewport ul {
    margin:0px;
    padding:0px;
}
.full-img img {
    height:auto;
    width:100%;
}
.cta-btn1 a {
    background-color:rgba(0,0,0,0);
    border:solid 1px #fff;
    border-radius:2px;
    color:#fff;
    display:inline-block;
    font-weight:600;
    padding:10px 40px;
    text-decoration:none;
    text-transform:uppercase;
}
.cta-btn1 a:hover {
    background-color:rgba(255,255,255,1);
    border:solid 1px #fff;
    color:#a8763e;
}
.body-sm p, .body-sm a {
    font-size:12px;
    line-height:16px;
}
.heading-underline h1:after, .heading-underline h2:after, .heading-underline h3:after, .heading-underline h4:after, .heading-underline h5:after, .heading-underline h6:after {
    background-color: #a8763e;
    content: ' ';
    display: block;
    position: relative;
    top: 0;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px;
}
.title-underline h1:after, .title-underline h2:after, .title-underline h3:after, .title-underline h4:after, .title-underline h5:after, .title-underline h6:after {
    background-color: #a8763e;
    content: ' ';
    display: block;
    position: relative;
    top: 0;
    width: 50px;
    height: 3px;
    margin: 10px 0 15px;
}
@media screen and (min-width: 768px) {
    .flex-center {
        display: flex;
        align-items: center;
    }
}
.mobileOnly {
    display:block;
}
@media screen and (min-width: 768px) {
    .mobileOnly {
        display:none;
    }
}
.desktopOnly {
    display:none;
}
@media screen and (min-width: 768px) {
    .desktopOnly {
        display:block;
    }
}
.contactCol:before {
    content: 'CONTACT US';
    position: relative;
}
@media screen and (min-width: 992px) {
    .contactCol:before {
        position: absolute;
        left: -90px;
    }    
}
.serviceCol:before {
    content: 'SERVICES';
    position: relative;
}
@media screen and (min-width: 992px) {
    .serviceCol:before {
        position: absolute;
        left: -70px;
    }
}
.informationCol:before {
    content: 'INFORMATION';
    position: relative;
}
@media screen and (min-width: 992px) {
    .informationCol:before {
        position: absolute;
        left: -105px;
    }
}
.tmi-icons span {
    font-size: 16px;
    padding-left: 15px;
}
.tmi-icons a {
    color: #fff;
    border: 0;
}

/*-------------------------SITE CLASSES END------------------------*/


/*-----------------EXPAND 1-----------------------------------------*/

.expand {
    border:solid 1px #a2a2a2;
    margin-bottom: 15px;
    padding:2px 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.expand a {
    color: #e36f1e !important;
}
.expand h4 {
    position: relative; 
    margin-bottom: 5px;
    color: #e36f1e !important;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #e36f1e;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #e36f1e;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #e36f1e;
}

/*-----------------END EXPAND-------------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigation {
    text-align: center;
}
.navicon {
	display: block;
	margin-top:0;
	min-height: 36px;
	position: relative;
	top:-10px;
	width: 100%;
}
.navicon:after {
	color: #fff;
	content: 'Menu';
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	left: 0;
	position: absolute;
	right:0;
	text-align:center;
	top: 10px;
}
.navicon:hover:after {
    color: #fff;
}
.navicon:hover {
    cursor: pointer;
}
.navicon .pem-menu-icon, .navicon .pem-menu-icon:before, .navicon .pem-menu-icon:after {
    background-color:#191919;
    line-height:18px;
    height:2px;
    width:30px;
    position:relative;
    display:inline-block;
    transition-duration:.2s,.2s;
    transition-delay: .2s,0s;
}
.navicon .pem-menu-icon {
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:27px;
    z-index:1;
    transition-delay: 0s,0s;
}
.navicon.active .pem-menu-icon {
    background-color:#fff;
}
.navicon .pem-menu-icon:before {
    top:-9px;
    content: " ";
    transform: rotate(0deg);
    transition-property: top,transform;
}
.navicon.active .pem-menu-icon:before {
    top:0px;
    transform: rotate(-45deg);
    transition-property: transform,top;
}
.navicon .pem-menu-icon:after {
    bottom:-6px;
    content: " ";
    transform: rotate(0deg);
    transition-property: bottom,transform;
}
.navicon.active .pem-menu-icon:after {
    bottom:2px;
    transform: rotate(45deg);
    transition-property: transform,bottom;
}
.mainNav {
    display: none;
    width: 100%;
}
.mainNav ul.le_menu_level_0 {
    margin: 0;
	padding: 10px 0 10px 0;
}
.mainNav li {
	list-style-type: none;
	text-decoration: none;
}
.mainNav .le_menu_level_container {
	position: relative;
}
.mainNav li.le_menuitem_level_0 a {
	background-color: #ffffff;
	border-bottom: solid 1px #3a3a3a;
	color: #002642;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
}
.mainNav li.le_menuitem_level_0 a:hover {
	background-color: #ffffff;
	color: #CB6C3C;
}

/*--------1ST LEVEL SUBMENU-------*/

.mainNav ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.mainNav li.le_menuitem_level_1 a {
	background-color: #646C79;
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 5px 12px 5px 40px;
	text-align: left;
	text-decoration: none;
}
.mainNav li.le_menuitem_level_1 a:hover {
	background-color: #3a3a3a;
	color: #ffffff;
}
/*--------2ND LEVEL SUBMENU-------*/
.mainNav ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.mainNav li.le_menuitem_level_2 a {
	background-color:#648727;
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}
@media screen and (min-width: 768px) {
    .navicon {
		display: none;
	}
	.mainNav {
		display: block;
		padding:0 0;
		text-align:center;
	}
	.mainNav ul {
		margin: 0;
		padding: 0;
	}
	.mainNav ul.le_menu_level_0 {
		margin: 0;
		padding: 0;
	}
	.mainNav li {
		list-style: none;
	}
	.mainNav li.le_menuitem_level_0 {
		display: inline-block;
		margin-left: 0;
	}
	.mainNav li.le_menuitem_level_0 a {
		background-color: rgba(0,0,0,0);
		border: 0;
		color: #646C79;
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		letter-spacing: 0;
		padding: 0 6px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	.mainNav li.le_menuitem_level_0 a:hover {
		color: #FB9039;
	}
	/*.mainNav li:first-of-type {
	    border-left:solid 1px #a3a3a3;
	}*/
	.mainNav li.le_menuitem_level_0 a.le_current_link {
		/*border-bottom:solid 0 #aa1e23;*/
		/*color:#CB6C3C;*/
	}
	.mainNav li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	/*--------1ST LEVEL SUBMENU-------*/
	.mainNav ul.le_menu_level_1 {
		display: none;
		margin: 0;
		padding: 15px 0 0 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.mainNav li.le_menuitem_level_1 a {
		background-color: #646C79;
		background-image: none;
		display: block;
		color: #ffffff;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		padding: 10px 15px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		min-width: 180px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.mainNav li.le_menuitem_level_1 a:hover {
		background-color:#FB9039;
		color: #ffffff;
	}
	.mainNav .le_menu_level_2_container {
		float: right;
		margin-top: -35px;
		padding: 0;
	}
	.mainNav ul.le_menu_level_2 {
		background-color: #ffffff;
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.mainNav li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.dropdown ul {
		display: block;
	}
}
@media screen and (min-width: 992px) {
    .mainNav li.le_menuitem_level_0 a {
	    font-size: 13px;
		letter-spacing: 1px;
		padding: 0 6px;
	}
	.mainNav li.le_menuitem_level_1 a {
		background-image: none;
		color: #ffffff;
		padding: 10px 20px;
		min-width: 200px;
	}
}
@media screen and (min-width: 1200px) {
    .mainNav li.le_menuitem_level_0 a {
	    font-size:14px;
		letter-spacing:1px;
		padding: 0 12px;
	}
	.mainNav li.le_menuitem_level_1 a {
		padding: 10px 20px;
	}
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------REGIONS START---------------------------*/

.topBar {
    background-color: #646C79;
    padding: 5px 0;
}
.navBarWide {
    background-color: #fff;
    padding: 10px 0;
}
.logo {
    text-align:center;
}
.logo img {
    height: auto;
    width: 100%;
}
.headerWide {
    background-color:#a3a8af;
}
.sliderGone {
    display: block;
}
@media screen and (min-width: 480px) {
    .sliderGone {
        display: none;
    }
}
.sliderMain {
    display: none;
    position:relative;
}
@media screen and (min-width: 480px) {
    .sliderMain {
        display: block;
    }
}
.sliderMain .bx-viewport .htmlSlide {
    padding: 0;
}
.sliderContent {
    /*background-color:rgba(0, 38, 66,.7);*/
    background: linear-gradient(90deg, rgba(0,38,66,0) 0%, rgba(0,38,66,0.5) 50%, rgba(0,38,66,0.75) 100%);
    padding:20px 40px 20px 30px;
    position:absolute;
    top:0;
    right:0;
    z-index:5;
    
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
}
@media (min-width: 480px) {
    .sliderContent {
        padding-right: 80px;
    }
}
@media (min-width: 768px) {
    .sliderContent {
        padding-right:100px;
    }
}
@media (min-width: 992px) {
    .sliderContent {
        transform: none;
    }
}
.sliderContent h5 {
    font-size: 18px;
}
@media (min-width: 500px) {
    .sliderContent h5 {
        font-size: 22px;
    }
}
.sliderContent p {
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:24px;
    margin-bottom:13px;
}
@media (min-width: 768px) {
    .sliderContent p {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
.sliderContent a {
    background-color:#a8763e;
    border-radius:4px;
    color:#000;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:24px;
    padding:3px 10px;
    text-decoration:none;
    text-transform:uppercase;
}
.sliderContent a:hover {
    background-color: #c09565;
    text-decoration: none;
}
.mainContentWide {
    background-color: #fff;
    padding: 25px 0;
}
.subFooterWide {
    background-color: #a3a8af;
    padding: 20px 0;
}
.footerTop {
    background-color: #fff;
    padding:20px 0;
}
.footerBottom {
    background-color: #fb9039;
    border-top: solid 10px #29384a;
    padding:30px 0 20px;
}
span.icon-left {
    position: relative;
    padding-right: 5px;
}
@media screen and (min-width: 768px) {
    span.icon-left {
        padding:0;
        position: absolute;
        left: -4px;
        margin-top: 2px;
    }
}
a.backToTop {
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
}
a.backToTop:hover {
    background-color: #fff;
    color: #3873C1;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
.product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery,
.product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery {
    width:31%;
    height:auto;
    margin-bottom:20px;
    margin-right:10px;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery:nth-of-type(3n),
.product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery:nth-of-type(3n),
.product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery:nth-of-type(3n) {
    margin-right:0;
}
.product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery img,
.product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery img,
.product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery img {
    width:100%;
    height:auto;
    max-height: 160px;
    border:solid 2px #a2a2a2;
}
@media screen and (min-width: 768px) {
    .product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery img,
    .product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery img,
    .product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery img {
        max-height: 275px;

    }
    .product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery {
        width:32%;
    }
}
@media screen and (min-width: 992px) {
    .product-gallery #le_plugin_gallery_5e52f78104e29 .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_6165a04001bca .le_plugin_gallery_gallery,
    .product-gallery #le_plugin_gallery_6165a15e00463 .le_plugin_gallery_gallery {
        margin-right:18px;
    }
}

/*-------------------------REGIONS END---------------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	margin-bottom: 40px !important;
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
.le-logged-in .headerBg {
	position:relative;
}
.le-logged-in.le-edit-open .mobileOnly {
    display:block;
}
.le-logged-in .desktopOnly {
    display:block;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.edit-region-icon {
    display: none;
}

/*-------------------------CLEAR END-------------------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
