/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s):NAME
Created:DATE

Light Gray - #F5F5F5;
Med Gray - #A1A4B1;
Dark Gray - #454545;
Black - #323232;
Primary - #A97E15;

TOC: General, Scaffolding, Position Specific Styles, Colors, Tables, Buttons, Seperators, Custom Element Styles, Header, Home Banner, Inner Banner, Breadcrumbs, Tabbed Content, Image & Text Blocks, Video, Fancybox, Charts & Graphs, Forms, Search Results, Buckets, Single Image, Gallery & Carousel, Resource Library, Modals, Blog, PDF, Files, Paging, Job Listing, Address, Sidebar, Footer

======================================================*/

/* Start General */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00 !important;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:0px;height:0px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1200px;margin:0 auto;}
a,input,textarea,button,.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}


body {
	color:#454545;
	font-size: 17px;
    line-height: 21px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 !important;
	overflow-x: hidden;
	padding-top: 128px; /* match header height*/
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}

h1,.h1{
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

h2,.h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

h3,.h3{
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h4,.h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

h5,.h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h6,.h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subtitle{
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.subtitle + .heading{
    margin-top: 10px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child{
    margin-top:0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
    margin-bottom:0;
}

.heading{
	color:#2B4458;
}
p {
	font-size: 17px;
    line-height: 21px;
}
a {
	color: #A97E15;
}

ol a:hover,
ul a:hover,
p a:hover {
	color:#A97E15;
	text-decoration:none;
}

.richtext ul{
    margin: 10px 0 0 0;
    padding:0;
}

.richtext li{
    margin: 5px 0 0 0;
    padding: 0 0 5px 15px;
    list-style-type: none;
    position: relative;
}

.richtext li:last-child{
    padding-bottom: 0;
}

.richtext li:before{
    content:'•';
    color: #A97E15;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 30px;
}

.tel{
    pointer-events: none;
}

.bold:before {
	font-weight:bold;
}

/* End General */

/* Start Scaffolding */

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
  width: 33.33%;
}

.w40{
	width: 40%;
}

.w50 {
  width: 50%;
}

.w60{
	width: 60%;
}

.w66{
	width: 66.66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.block{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	background-position: center center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	position: relative;
}

.block:first-child{
	padding-top: 50px;
}

.block.full{
	max-width: 100%;
}

.block.full{
 	padding-left: calc(50vw - 608px);
 	padding-right: calc(50vw - 608px);
}

.block.has-bg{
    padding-top: 50px;
}

.block.full.column-has-bg {
    padding-left:0;
    padding-right:0;
}

.block.full.column-has-bg .column:first-child{
    padding-left: calc(50vw - 608px);
}

.block.full.column-has-bg .column:last-child{
    padding-right: calc(50vw - 608px);
}

.block.has-bg + .block,
.block.column-has-bg + .block{
	padding-top: 50px;	
}

.block.has-bg + .block.column-has-bg{
	padding-top: 0; 
}

.block.column-has-bg{
	padding-top:0;
	padding-bottom:0;
}

.block.column-has-bg .column{
	padding-top: 50px;
	padding-bottom: 50px;
}

.nested .block.has-bg .column:first-child,
.nested .block.column-has-bg .column:first-child{
    padding-left: 15px;
}
.nested .block.has-bg .column:last-child,
.nested .block.column-has-bg .column:last-child{
    padding-right: 15px;
}

.block .column{
	background-size: cover;
	display: block;
    flex-direction: column;
}

.block .column:not(:first-child){
	padding-left: 30px;
}

.block .column:not(:last-child){
	padding-right: 30px;
}

.block .column:last-child{
	margin-right: auto;
}

.block.narrow > .column > *{
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
}

.block.full.wide{
 	padding-left: 0;
 	padding-right: 0;
}

.block.wide{
 	max-width: 100%;
}
.block.tall{
	padding-top:0 !important;
	padding-bottom: 0;
}
.block.text-left-middle{
    align-items: center;
}

.block.text-right-middle{
    align-items: center;
    text-align: right;
}

.block.text-center-top{
    text-align: center;
}

.block.text-center-middle{
    text-align: center;
    align-items: center;
}
.block.has-bg.has-bg-image > *{
    position: relative;
    z-index: 2;
}
/* End Scaffolding */

/* Start Position Specific Styles */
.richtext + .button{
	margin-top: 22px;
	display:inline-block;
}
.image-single + .button,
.button + .image-single{
    margin-top: 22px;
}

.content-block > .richtext + .button,
.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child,
.button + .buckets,
.richtext + .buckets,
.richtext + .tabbed-content{
    margin-top: 30px;
}

/* End Position Specific Styles */

/* Start Colors */
.white-bg,
.white-bg:before{
	background-color: #ffffff;
}

.lightgray-bg,
.lightgray-bg:before{
    background-color: #F5F5F5;
}

.darkgray-bg,
.darkgray-bg:before{
    background-color: #2B4458;
}

.black-bg,
.block-bg:before{
    background-color: #323232;
}

.primary-bg,
.primary-bg:before{
	background-color: #A97E15;
}

.white-bg,
.image-bg{
    color: #454545;
}

.primary-bg,
.darkgray-bg,
.black-bg,
.image-bg.white-text{
    color: white;
}

.primary-bg a,
.darkgray-bg a,
.black-bg a,
.image-bg.white-text a,
.primary-bg a:hover,
.darkgray-bg a:hover,
.black-bg a:hover,
.image-bg.white-text a:hover,
.primary-bg a:active,
.darkgray-bg a:active,
.black-bg a:active,
.image-bg.white-text a:active{
    color: white;
}

.primary-bg .heading,
.darkgray-bg .heading,
.black-bg .heading,
.image-bg.white-text .heading{
    color: white;
}

.primary-bg .richtext,
.darkgray-bg .richtext,
.black-bg .richtext,
.image-bg.white-text .richtext{
    color: white;
}

.primary-bg i,
.darkgray-bg i,
.black-bg i,
.image-bg.white-text i{
    color: white;
}

.primary-bg .icon-text-block i,
.darkgray-bg .icon-text-block i,
.black-bg .icon-text-block i,
.image-bg.white-text .icon-text-block i{
    color: white;
}

.primary-bg .slick-next:before,
.darkgray-bg .slick-next:before,
.black-bg .slick-next:before,
.image-bg.white-text .slick-next:before{
    color: white !important;
}

.primary-bg .slick-prev:before,
.darkgray-bg .slick-prev:before,
.black-bg .slick-prev:before,
.image-bg.white-text .slick-prev:before{
    color: white !important;
}

.lightgray-bg .forms input[type=text], 
.lightgray-bg .forms input[type=email],
.lightgray-bg .forms input[type=number],
.lightgray-bg .forms input[type=tel], 
.lightgray-bg .forms textarea,
.lightgray-bg .forms select,
.lightgray-bg .forms #file-uploader-image,
.lightgray-bg .forms .bootstrap-select{
    background-color: white;
}

/* End Colors */

/* Tables */
.table{
	min-width: 500px;
}
.table td{
	text-align: left;
}
.table thead td{
	font-weight: bold;
	background: #A97E15;
	color: white;
	text-align: left;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px solid #ddd;
}
.table tr:nth-child(even){
    background-color: #F5F5F5;
}
.table-responsive{
	position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border:0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A97E15;
}


/* Buttons */
.button{
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	height: auto;
	line-height: normal;
	box-shadow:none;
	margin:0 auto;
	font-size: 16px;
	padding:10px 24px;
	display:inline-block;
	background-color: #A97E15;
	color: #ffffff;
	border: 2px solid #A97E15;
	letter-spacing: 1px;
}
.button.white{
	color:#A97E15;
	border: 2px solid #A97E15;
	background-color: white;
}
.button.goldBorder{
	color:#A97E15;
	border: 2px solid #A97E15;
	background-color: white;
}
.button.goldBorder:hover{
	color:#fff;
	background-color: #A97E15;	
}
.button:first-child:last-child{
    margin: 0 auto;
    display: inline-block;
}
@media(min-width: 1200px){
    .button:hover,
    .button:active{
    	background-color: white;
    	color: #A97E15;
    	border-color: #A97E15;
    	text-decoration: none;
    }
    .button.white:hover,
    .button.white:active{
    	color: white ;
    	background: #A97E15;
    	border-color: white;
    }
}


/* Separators */
hr{
	margin:60px auto;
	border-top:1px solid #ddd;
}
.hr {
	margin:0;
	height: 1px;
	background-color: #ddd;
	width:100%;
	margin:60px auto;
	display:block;
}
.hr:first-child{
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}
.divider {
	text-align:center;
	margin:40px auto;
	position:relative;
}
.divider:before,
.divider:after {
	content:"";
	background:#ddd;
	width:40%;
	height:1px;
	display:block;
	position:absolute;
	top:49%;
}
.divider:before {
	left:0;
}
.divider:after {
	right:0;
}
.spacer{
	height: 40px;
	display:block;
	clear: both;
}


/* Custom Style Elements */
.round,
.round:before {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.columnlist-2 > ul,
ul.columnlist-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnlist-3 > ul,
ul.columnlist-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnlist-2 > ul li,
.columnlist-3 > ul li,
ul.columnlist-2 li,
ul.columnlist-3 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columntext-2,
.columntext-3 {
  display: flex;
}
.columntext-2 > p {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-2 > p + p {
  padding-left: 10px;
  padding-right: 0;
}
.columntext-3 > p {
  width: 33%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-3 > p + p {
  padding-left: 10px;
  padding-right: 0;
}

.quote {
	border-left:none;
	padding:10px 0 0 50px;
	position:relative;
}
.quote:before {
	content:"\201C";
	color:#A97E15;
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.quote .content {
	font-size:1.4em;
	display:block;
}
.quote .source {
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before {
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}


/* ***************************************** Header */
#header{
	color:#fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 128px;
    z-index: 99;
    background-color: #2B4458;
    -webkit-box-shadow: 0px 8px 13px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 13px -10px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 13px -10px rgba(0,0,0,0.3);
}

#header .logo {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

#header-top{
    padding-top: 15px;
    min-height:60px;
}

#header-top .constrain{
    display: flex;
    align-items: center;
    position: relative;
    justify-content:flex-end;  
}

#header-top .inventory-btn{
    margin-right: 0;
}
#header-bottom .inventory-btn{
    height: 44px;
    margin-top: 14px;
}
/* #header-top ul{
    margin: 0 25px;
    padding: 0;
} */

/* #header-top ul li {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 0 0 5px;
    list-style-type: none;
    display: inline-block;
    position: relative;
} */

#header-top a.user-btn,
#header-top a.cart-btn{
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  margin: 0 25px;
}
#header-top a.user-btn i,
#header-top a.cart-btn i{
  margin-right:5px;
}
#header-top a.user-btn:hover,
#header-top a.cart-btn:hover{
    color: #A97E15;
    text-decoration: none;
}
#header-top a.cart-trigger .cart-total-flag {
    background-color: #A97E15;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 15px;
    width: auto;
    min-width: 25px;
    padding:5px;
    float: right;
    text-align: center;
    margin-left: 8px;
}
/* #header-top ul li:before {
    font-family: "Font Awesome 5 Pro";
    color: #A1A4B1;
    position: absolute;
    top: 0;
    left: 0;
}
#header-top ul li#globalid-36:before{
	content:"\f007";
}
#header-top ul li#globalid-37:before{
	content:"\f07a";	
} */
#header-top .tel{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-left: 25px;
}
#header-top .tel i{
	color:#A1A4B1;
	font-size: 14px;
	margin-right:3px;
}
#header-bottom {
	background:none;
	padding: 0;
}

#header-bottom .constrain{
    display: flex;
}

#header-bottom nav{
    margin-left: auto;
    margin-top: 25px;
}

#header-bottom nav ul{
    margin: 0;
    padding: 0;
}

#header-bottom nav ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header-bottom nav > ul > li{
    display: inline-block;
    position: relative;
}

#header-bottom nav > ul > li > a{
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 20px 15px;
    position: relative;
}

#header-bottom nav > ul > li.parent > a{
    padding-right: 40px;
    text-decoration: none !important;
}

#header-bottom nav > ul > li.parent > a:after{
    font-family: "Font Awesome 5 Pro";
    content:'\f107';
    color: #A1A4B1;
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    right:19px;
}

#header-bottom nav > ul > li:hover > a,
#header-bottom nav > ul > li:hover > a:after{
    color: #A97E15;
}

#header-bottom nav > ul > li:hover ul{
    max-height: 500px;
}
#header-bottom nav > ul > li:first-child > a{
    padding-left: 0;
}
#header-bottom nav > ul > li:last-child > a{
    padding-right: 0;
}

/* Dropdown */

#header-bottom nav > ul > li > ul{
    background-color: white;
    margin:0;
    padding:0;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
     -ms-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}

#header-bottom nav > ul > li > ul > li:first-child{
    border-top: 5px solid #A97E15;
}

#header-bottom nav > ul > li > ul > li > a{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #454545;
    display: block;
    text-transform: none;
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #ddd;
}

#header-bottom nav > ul > li > ul > li > a:hover,
#header-bottom nav > ul > li > ul > li > a:active{
    color: #A97E15;
}

#header-bottom nav > ul > li > ul > li > ul a{
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #454545;
    display: block;
    text-transform: none;
    padding: 8px 10px 8px 20px;
}

#header-bottom nav > ul > li > ul > li > ul a:hover,
#header-bottom nav > ul > li > ul > li > ul a:active{
    color: #A97E15;
}

.search-form {
	position: relative;
	width: 100%;
	max-width: 300px;
}
.search-form input,
.search-form button {
	color: #fff;
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:48px;
	height:48px;
	display:inline-block;
}
.search-form input {
	font-size: 14px;
  line-height: 21px;
  color: #fff;
	width:100%;
	padding:0 46px 0 10px;
	border: 1px solid #A1A4B1;
	border-radius: 4px;
}
.search-form input:focus{
	border-color: #A97E15;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-form button {
	width: 48px;
	position: absolute;
	right:0;
	top: 0;
	display: block;
	margin: 0;
	font-size: 0;
	text-align: center;
}
.search-form button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f002';
	width: 30px;
	height: 48px;
	position: absolute;
	font-size: 16px;
	color: #fff ;
	left:auto;
	top:0;
	right: 10px;
	font-weight: normal;
}
.search-form button:hover:after{
	color: #A97E15;
}
.search-form button:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-form input::placeholder { 
    font-size: 14px;
    line-height: 48px;
    color: #F5F5F5;
}
.search-form input:-ms-input-placeholder { 
    font-size: 14px;
    line-height: 48px;
    color: #F5F5F5;
}
.search-form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 48px;
    color: #F5F5F5;
}

#search-dropdown {
  position: fixed;
  width: 100%;
  display: block;
  background-color: white;
  z-index: 9;
  pointer-events: none;
  top: -100px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #d7d8d8;
  border-bottom: 1px solid #d7d8d8;
}
#search-dropdown.active {
  pointer-events: all;
  top: 119px;
}
#search-dropdown form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
#search-dropdown fieldset {
  position: relative;
}
#search-dropdown input[type="text"] {
  border: 0;
  padding-left: 50px;
  color: #454545;
  font-size: 16px;
}
#search-dropdown input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-dropdown button {
  left: 0;
  right: auto;
  color: #A97E15;
  top: 0;
}
#search-dropdown button:after {
  font-size: 16px;
}
#search-dropdown button:hover:after,
#search-dropdown button:active:after {
  color: #A97E15;
}
#search-dropdown .search-close {
  font-size: 27px;
  color: #A97E15;
  position: absolute;
  right: 5px;
  top: 20px;
  display: block;
}
#search-dropdown .search-close:hover,
#search-dropdown .search-close:active {
  color: #A97E15;
}
#search-dropdown input::placeholder {
  color: #454545;
  font-size: 16px;
  line-height: 46px;
}
#search-dropdown input:-ms-input-placeholder {
  color: #454545;
  font-size: 16px;
  line-height: 46px;
}
#search-dropdown input::-ms-input-placeholder {
  color: #454545;
  font-size: 16px;
  line-height: 46px;
}

/* ***************************************** Mobile Menu */

#mobile-menu {
  position: fixed;
  top: 119px;
  right: -2000px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
}
#mobile-menu.active {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
#mobile-menu .close-trigger {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #A97E15;
    position: absolute;
    right: 15px;
    top: 15px;
}
#mobile-menu .close-trigger i{
    color: #A97E15;
    font-size: 16px;
}
#mobile-menu .h5{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
#mobile-menu ul {
  padding: 0 15px;
  position: relative;
}
#mobile-menu ul li {
  position: relative;
  list-style-type: none;
}
#mobile-menu ul li a {

    color: #454545;
    display: block;
    padding: 12px 30px 12px 0;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#mobile-menu ul li.parent:after {
    font-family: "Font Awesome 5 Pro";
    content:'\f178';
    position: absolute;
    right: 0;
    opacity: 0.6;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 0;
    display: none;
    z-index: 2;
    margin-right: -10px;
}
/* First Level */
#mobile-menu > ul > li{
    border-top: 1px solid #ddd;
}


/* ***************************************** Home Banner */
#home-banner,
#home-banner .slide,
#home-banner .constrain {
	height: 500px;
	position: relative;
}
#home-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#home-banner .caption{
	position:absolute;
	z-index: 3;
	top: 50%;
	left:0;
	right:0;
	text-align: left;
	color: white;
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home-banner .subtitle{
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display:block;
    width: 100%;
}
#home-banner .button{
    margin-top: 30px;
}
#home-banner .title{
    font-weight: bold;
    font-size: 60px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    max-width: 68%;
    margin-top: 20px;
}
#home-banner .phrase {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    max-width: 68%;
    margin-top: 15px;
}
#home-banner .slide:before{
  content:'';
  background: -moz-linear-gradient(left,  rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
}
/* #home-banner .slide:after {
    content: "";
    width: 30%;
    height: 100%;
    background: url(/assets/website/huyphatco_hdwebs_vn/assets/images/content/logo-new.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-size: 50% auto;
} */
#home-banner .slick-dots{
	bottom: 15px;
	z-index: 3;
}
#home-banner .slick-dots button:before{
    color: white;
}
#home-banner .slick-prev{
    left:0;
    z-index:9;
}
#home-banner .slick-next{
    right:0;
    z-index:9;
}
#home-banner .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}
#home-banner .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}
#home-banner .explore{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}
#home-banner .explore span{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: white;
    display: block;
    z-index: 3;
}
#home-banner .explore i{
    display: block;
    animation: arrowbob 0.8s infinite alternate;
    color: white;
    font-weight: normal;
    font-size: 18px;
}
@keyframes arrowbob {
	0% {
		transform: translateY(-2px);
	}
	100% {
		transform: translateY(2px);
	}
}


/* ***************************************** Hero Slider */

#hero-slider .slick-list{
    overflow: visible;
}

#hero-slider .slick-track{
    display: flex;
}

#hero-slider .slick-dots{
    width: 50%;
    right: 0;
    left: auto;
    bottom: -55px;
}

#hero-slider .item{
    position: relative;
    bottom: 0;
    top: auto;
    margin-top: auto;
    margin-bottom: 0;
}

#hero-slider .item:first-child{
    display: flex;
}

#hero-slider .content{
    width: 50%;
    padding-right: 50px;
}

#hero-slider .caption{
    margin-top: 30px;
}

#hero-slider .h4{
    margin-right: 15px;
}

#hero-slider .image{
    width: 50%;
    height: 490px;
    position: absolute;
    left: 50%;
    bottom: 0;
    overflow: hidden;
}

#hero-slider .image img{
    height: auto;
    width: auto;
    max-height: 500px;
    max-width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
}

/* ***************************************** Inner Banner */
#inner-banner {
    background-color: #171717;
	background-position:bottom center;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	height:150px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#inner-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#inner-banner:after{
    content:'';
    background: linear-gradient(89.8deg, rgba(29, 31, 36, 0.9) 0.22%, rgba(29, 31, 36, 0.35) 99.88%);
    opacity: .7;
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
#inner-banner .constrain{
	height:100%;
	position: relative;
}
#inner-banner .h1,
#inner-banner h1{
	font-size: 40px;
	line-height: 40px;
	color: white;
	text-transform: none;
	font-weight: bold;
	width:100%;
	padding:0;
	margin: 0;
	position:absolute;
	color: white;
	top: 50%;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#breadcrumbs{
    padding-top: 15px;
}

#breadcrumbs .crumb{
    position: relative;
    padding-right: 20px;
}

#breadcrumbs .crumb:after{
    font-family: "Font Awesome 5 Pro";
    content:'\f105';
    position: absolute;
    right:8px;
    top:0px;
}

#breadcrumbs .crumb.current:after{
    display: none;
}

/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content{
	color:#ccc;
	color:rgba(255,255,255,0.8);
}
.text-tabs.dark-bg .tab-title {
	color:#fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color:#2bc271 !important;
	cursor:pointer;
}
.bullet-tabs .tab-title span {
	line-height:1.2;
	vertical-align:middle;
}
.bullet-tabs .tab-title .title {
	display:inline-block;
}
.bullet-tabs .tab-title .bullet {
	background:#888;
	border:6px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:-31px;
}
.bullet-tabs .tab-title:before {
	content:"";
	height:100%;
	width:30px;
	display:block;
	position:absolute;
	top:0;
	left:-30px;
}
.bullet-tabs .tab-title.current .bullet {
	background:#fff;
	border:2px solid #0065aa !important;
	height:18px;
	width:18px;
	top:9px;
	left:-30px;
}

.text-tabs .tabs-menu-wrapper {
	margin:0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
	color:#888;
}
.text-tabs .tab-title {
	margin-right:10px;
	padding:5px;
	display:inline-block;
}
.text-tabs .tab-title.current {
	color:#f56c6e !important;
	font-weight:bold;
}

.tabbed-content{
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
}

.tabbed-content .nav-tabs{
    border: 0;
}
.tabbed-content .nav-tabs li{
	margin-right:-3px;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-align: left;
    border:0;
}
.tabbed-content .nav-tabs li a{
	border: 0;
	border-radius: 0;
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
    border: 1px solid #ddd;
    border-bottom: 3px solid transparent;
}
.tabbed-content .nav-tabs li a:hover{
    background-color: white;
    border-bottom: 3px solid #A97E15;
}
.tabbed-content .nav-tabs li.active a{
	background-color: #F5F5F5;
	border-bottom: 3px solid #A97E15;
}
.tabbed-content .tab-content{
	border: 1px solid #ddd;
	padding:0;
	text-align: left;
	margin-top:1px;
	background-color: white;
	color: #454545;
}
.tabbed-content .tab-content p{
    color: #454545;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .block{
    padding: 0;
}
.tabbed-content .column{
    padding: 32px 32px 40px 32px;
}
.tabbed-content.tabs-left {
    display: flex;
    flex-wrap: wrap;
}
.tabbed-content.tabs-left .nav-tabs {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    width: 20%;
}
.tabbed-content.tabs-left .nav-tabs li {
    width: 100%;
    margin-bottom:0;
}
.tabbed-content.tabs-left .nav-tabs li a{
    margin-right:0;
    position: relative;
    padding: 21px 20px;
    border-bottom: 1px solid #ddd;
}
.tabbed-content.tabs-left .nav-tabs li a:hover{
    border-bottom: 1px solid #ddd;
}
.tabbed-content.tabs-left .nav-tabs li a:hover:after{
    content:'';
    width: 3px;
    height:104%;
    background-color: #A97E15;
    position: absolute;
    top:-2%;
    left:0;
}
.tabbed-content.tabs-left .nav-tabs li.active a{
    border-bottom: 1px solid #ddd;
}
.tabbed-content.tabs-left .nav-tabs li.active a:after{
    content:'';
    width: 3px;
    height:104%;
    background-color: #A97E15;
    position: absolute;
    top:-2%;
    left:0;
}
.tabbed-content.tabs-left .tab-content {
    width: 80%;
}

/* end */


.panel-group{
	margin-bottom: 0;
}
.panel-default{
	border-color:#E1E1E1;
}
.panel-group .panel-heading{
	padding:0;
	border: 0;
	border-radius: 0;
	background-color: #FFFFFF;
}
.panel-group .panel-heading a{
	padding: 10px 40px 10px 15px;
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 15px;
	color:#A97E15;
}
.panel-group .panel-heading a[aria-expanded="true"]{
	background-color: #A97E15;
	color: white;
}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 15px;
	color:#fff;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border: 1px solid #F5F5F5;
	border-radius: 0;
}
.panel-group .block{
	padding: 0;
}

/* Image & Text Blocks */
.image-text-blocks{
    display:flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px -10px;
}
.image-text-blocks .image-text-row{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
    margin-left:15px;
    margin-right:15px;
    padding-right:0;
    padding-left:0;
}
.image-text-blocks .image-text-row:last-child{
    margin-bottom: 15px;
    border-bottom:0;
    padding-bottom:0;
}
.image-text-blocks .image-text-row h4{
    margin-top: 0;
}
.image-text-blocks .image-text-right,
.image-text-blocks .image-text-alt:nth-child(even){
    flex-direction: row-reverse;
}
.image-text-blocks .image-text-left .image,
.image-text-blocks .image-text-alt:nth-child(odd) .image{
    width: 30%;
    margin-right: 3%;
}
.image-text-blocks .image-text-right .image,
.image-text-blocks .image-text-alt:nth-child(even) .image{
    width: 30%;
    margin-left: 3%;
}
.image-text-blocks .image-text-row .content{
    width: 66.66%;
}

.image-text-block{
    padding: 0 10px;
    margin-bottom: 15px;
}
.image-text-block .image{
    height: 200px;
    width: 100%;
    position: relative;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-text-block .image.contain{
    background-size: contain;
}
.image-text-block h4{
    display: block;
    margin: 16px 0 9px 0;
}
.image-text-block p:last-child{
    margin: 0;
}
.icon-text-blocks{
    display:flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.icon-text-block{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.icon-text-block a{
    color: #454545;
    display: block;
}
.icon-text-block a:hover,
.icon-text-block a:active,
.icon-text-block a:focus{
    text-decoration: none;
}
.icon-text-block a:hover i,
.icon-text-block a:active i,
.icon-text-block a:hover .link,
.icon-text-block a:active .link{
    color: #A97E15;
    opacity: 1;
}
.icon-text-block .icon{
    max-width: 40px;
    max-height: 40px;
    margin: 5px auto 20px auto;
}
.icon-text-block i{
    color: #A97E15;
    font-weight: bold;
    font-size: 32px;
}
.icon-text-block .h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 260px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-text-block .link{
    display: block;
    opacity:0;
    margin: 5px auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:340px;
	width:100%;
	max-width: 520px;
	margin:0 auto 0 auto;
	padding:0 40px;
	display:block;
	position:relative;
}
.video:after{
    content:'';
    background-color: black;
    opacity: .5;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.video .play {
	margin-top: -30px;
	margin-left: -30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	width: 60px;
	height: 60px;
	line-height: 64px;
	background-color: white;
	border-radius: 100%;
}
.video .play i {
	font-size: 16px;
	color:#A97E15;
	margin-left: 5px;
}
.video:hover .play{
    background-color: #A97E15 ;
}
.video:hover .play i {
	color:white;
}
.video-block .subtitle {
	color:#888;
	font-size:0.9em;
	margin-bottom:0;
}

/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* Charts and Graphs */
.chart-wrapper {
	text-align:center;
}
.chart-wrapper.with-caption {
	padding-bottom:40px;
}

.percent .caption {
	font-size:1.2em;
	line-height:1.2;
}
.percent .caption.long {
	font-size:1em;
	width:auto;
}

.percent .number:after {
	content:"%";
}

.statistic {
	position:relative;
}
.statistic .number {
	color:#fff !important;
	font-size:140px;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:1;
	margin:0;
	padding:60px 0 40px;
}
.statistic .caption {
	color:#fff !important;
	text-transform:uppercase;
	line-height:1;
	width:200px;
	margin:0;
	position:absolute;
	top:0;
	left:15px;
}
.statistic .caption:before {
	font-size:40px;
	display:block;
}


/* Pie Chart */
.piechart {
	vertical-align:middle;
	background:#E4E8EB;
	border-radius:180px;
	-moz-border-radius:180px;
	-webkit-border-radius:180px;
	padding:20px;
	height:180px;
	width:180px;
	display:inline-block;
	position:relative;
}

.piechart .dots {
	background:url("/assets/website/huyphatco_hdwebs_vn/assets/images/template/pie-dots-pink.png") center center/222px 212px no-repeat;
	height:220px;
	width:220px;
	display:block;
	position:absolute;
	top:-20px;
	left:-17px;
}
.image-bg .piechart .dots {
	background-image:url("/assets/website/huyphatco_hdwebs_vn/assets/images/template/pie-dots-white.png");
}
.piechart canvas {
	height:100% !important;
	width:200% !important;
	margin-left:-50%;
}
.piechart + .percent {
	text-align:left;
	vertical-align:middle;
	width:50%;
	margin-left:60px;
	display:inline-block;
}
.piechart + .percent .number {
	color:#666;
	font-size:100px;
	font-weight:bold;
	line-height:1;
	margin:0;
}
.piechart .caption {
	font-size:0.8em;
	text-transform:uppercase;
	margin:40px 0 0;
}
.piechart + .percent .caption {
	color:#aaa;
	text-transform:uppercase;
	margin:0;
}
.image-bg .piechart + .percent .caption {
	color:#ccc;
}


/* ****************************************** Forms */

.forms .fieldset{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.forms .input-group{
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 16px;
}

.forms input[type=text], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select{
	color:#2B4458;
	font-size:13px;
	line-height: 48px !important;
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:100%;
	height:48px;
	margin:0;
	padding:0 10px;
	display:block;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus{
	border-color: #A97E15;
}
.forms textarea {
	line-height:1.4 !important;
	height:162px !important;
	padding:10px 12px !important;
}
.forms label{
	font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.forms label .required{
	color: #A97E15;
}
.contact-info {
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
}
.contact-info p,
.contact-info a{
  font-size:18px;
  font-weight:bold;
}
.contact-info .locations{
  width:50%;
}
.contact-info .location-block{
    width: 50%;
    float:left;  
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	border-color: #2B4458;
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
	color: #c50000;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 40px;
	height: 48px;
	line-height: 48px;
	margin-right: 15px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 5 Pro";
	color: #A97E15;
	font-weight: bold;
	font-size:15px;
}
.forms .qq-upload-button:before{
	content:'\f0c6';
}
.forms .qq-clear-button:before{
	content:'\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: transparent; 
	opacity: .7;
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{
	color: #A97E15;
}
.forms .errorMessage{
	color: #a00 !important;
	padding: 3px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}

.forms input[name="token"]{
    opacity: 0;
}

.forms .recaptcha-toggle{
    display: none;
}

.forms .recaptcha-toggle.active{
    display: block;
}

.forms .g-recaptcha > div{
    margin: 0 auto;
}

#quick-contact{
    position: relative;
    overflow:hidden;
}

#quick-contact .darkgray-bg{
    color: white;
}

#quick-contact .darkgray-bg a{
    color: white;
}

#quick-contact .column-has-bg-right{
    position: relative;
}

#quick-contact .column-has-bg-right:after{
    content:'';
    background:linear-gradient(0deg, rgba(43, 68, 88, 0.8), rgba(43, 68, 88, 0.8));
    opacity: .7;
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

#quick-contact .forms{
    margin: 0;
    padding: 0;
    max-width: 100%;
    z-index: 3;
    position: relative;
}

#quick-contact label,
#quick-contact label .required,
#quick-contact .forms p,
#quick-contact .forms .error,
#quick-contact .forms .errorMessage{
    color: white;
}
#quick-contact p{
    margin: 0 0 4px 0;
}

#quick-contact p + .contact-info{
    margin-top: 25px;
}

#quick-contact .contact-info {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    flex-direction: column;
}

#quick-contact .contact-info i{
    position: absolute;
    top:0;
    left:0;
    font-size: 16px;
    line-height: 24px;
    color:#A1A4B1;
}

#quick-contact .contact-info strong{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

#quick-contact .social-media{
    display: flex;
    margin-top: 40px;
}

#quick-contact .social-media p{
    margin-right: 5px;
}

#quick-contact .social-media a{
    color:#A1A4B1;
    padding: 0 15px;
}

#quick-contact .social-media a i{
    color:#A1A4B1;	
}
#quick-contact .social-media a:hover,
#quick-contact .social-media a:active{
    opacity: .8;
}


/* Shifty Forms */

.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
} 

/* Custom Selects, Checkboxes & Radios */

.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #2B4458;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #2B4458;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #2B4458;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .radio-container{
    width: 100px;
    float: left;
    display: block;
    margin-top: 10px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 4px;
    line-height: 30px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #d7d8d8;
    border: 1px solid #d7d8d8;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
    display: block;
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}
.simplesearch-result a:hover,
.simplesearch-result a:active{
    color: #A97E15;
}
.simplesearch-paging{
    margin-bottom: 30px;
}
.simplesearch-paging:last-child{
    margin-bottom: 0;
}
.simplesearch-result{
    margin-bottom: 30px;
}
.simplesearch-results{
    font-weight: bold;
}

/* Buckets */

.buckets-basic{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 -16px -30px -16px;
	max-width: 1200px;
	overflow:hidden;
	position: relative;
}

.buckets-basic .bucket{
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 30px;
}

.buckets-basic .bucket a{
    display: block;
    background-color: white;
    color: #454545;
    position: relative;
    height: 320px;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.15);
}

.buckets-basic .bucket a:hover,
.buckets-basic .bucket a:active{
    color: #454545;
}

.buckets-basic .bucket a:hover .learnmore,
.buckets-basic .bucket a:active .learnmore{
   max-height: 50px;
}

.buckets-basic .bucket a:after{
    content:'';
    height: 8px;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    background-color: #A97E15;
    z-index: 3;
}

.buckets-basic .bucket .image{
    width: 100%;
    height: 150px;
    position: relative;
    overflow:hidden;
}

.buckets-basic .bucket .image img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.buckets-basic .bucket .content{
    text-align: left;
    position: absolute;
    min-height: 170px;
    left:0;
    bottom:0;
    background-color: white;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.buckets-basic .bucket h4{
    padding: 15px 15px 0 15px;
}

.buckets-basic .bucket p{
    padding: 0 15px 20px 15px;
}

.buckets-basic .bucket .learnmore{
    background-color: #A97E15;
    color: white;
    padding: 0 15px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    max-height: 0;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-top: auto;
    -webkit-transition: max-height .2s ease-in-out;
	-ms-transition: max-height .2s ease-in-out;
	transition: max-height .2s ease-in-out;
}

.buckets-basic .bucket .learnmore i{
    position: absolute;
    right: 15px;
    top: 15px;
}

.buckets-full{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    overflow:hidden;
}
.buckets-full .gallery.carousel{
    padding: 120px 0 100px 0;
}
.buckets-full .bucket{
    height: 400px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.buckets-full .image{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.buckets-full .image:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .65);
    backdrop-filter: blur(3px);
    opacity: 0;
    -webkit-transition: .5s opacity ease-in-out;
	-ms-transition: .5s opacity ease-in-out;
	transition: .5s opacity ease-in-out;
}
.buckets-full .slick-current .image:after{
    opacity: 1;
}
.buckets-full img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.buckets-full .content{
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 30px;
    opacity: 0;
    -webkit-transition: .5s opacity ease-in-out;
	-ms-transition: .5s opacity ease-in-out;
	transition: .5s opacity ease-in-out;
}
.buckets-full .slick-current .content{
    opacity: 1;
}
.buckets-full .h2{
    color: #454545;
    margin-bottom: 15px;
    display: block;
}
.buckets-full p{
    color: #454545;
    margin-bottom: 30px;
}
.buckets-full button{
    color: #454545;
    border-color: #454545;
    background-color: transparent;
}
.buckets-full .slick-dots{
    top: 0;
    bottom: auto;
    left: 0;
    right:0;
    height: 70px;
    margin: auto;
    max-width: 1080px;
    display: flex !important;
    justify-content: space-around;
    border-top: 1px solid #ddd;
}
.buckets-full .slick-dots li{
    width: auto;
    height: auto;
    display: flex;
}
.buckets-full .slick-dots button{
    width: auto;
    height: auto;
    font-size: 18px;
    color: #454545;
}
.buckets-full .slick-dots button span{
    padding: 5px 10px;
}
.buckets-full .slick-dots li button:before{
    display: none;
}
.buckets-full .slick-dots li.slick-active button span{
    color: white;
    background-color: #A97E15;
    border-radius: 3px;
}
.buckets-full .slick-dots li button.progress{
    position: absolute;
    top: 590px;
    width: 100%;
    background-color: transparent;
    width: 140%;
    margin-left: -20%;
    height: 5px;
    padding: 0;
    z-index: 2;
}
.buckets-full .slick-dots li.slick-active button.progress{
    background-color: #454545;
    top: 589px;
}
.buckets-full .slick-next{
    top: 0;
    margin-right: calc(50vw - 608px);
    width: 60px;
    height: 70px;
    text-align: right;
    border-top: 1px solid #ddd;
    -webkit-transform: none;
    -ms-transform: none;
    transform:none;
    border-left: 1px solid #ddd;
}
.buckets-full .slick-next:before{
    content:'\f30b' !important;
    font-size: 30px;
}
.buckets-full .slick-prev{
    top: 0;
    margin-left: calc(50vw - 608px);
    width: 60px;
    height: 70px;
    text-align: left;
    border-top: 1px solid #ddd;
    -webkit-transform: none;
    -ms-transform: none;
    transform:none;
    border-right: 1px solid #ddd;
}
.buckets-full .slick-prev:before{
    content:'\f30a' !important;
    font-size: 30px;
}
@media(min-width: 1200px){
    .buckets-full a:hover .image:after,
    .buckets-full a:active .image:after,
    .buckets-full a:hover .content,
    .buckets-full a:active .content{
        opacity: 1;
    }
    .buckets-full .slick-prev:hover:before,
    .buckets-full .slick-next:hover:before,
    .buckets-full .slick-dots li button:hover{
        color: #A97E15 !important;
    }
}

.buckets-offset{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}

.buckets-offset .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}

.buckets-offset a{
    height: 310px;
    display: block;
    position: relative;
}

.buckets-offset .image{
    height: 250px;
    position: relative;
    overflow:hidden;
}

.buckets-offset .image img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.buckets-offset .content{
    background-color: white;
    padding: 15px;
    width: 90%;
    position: absolute;
    bottom:0;
    top: auto;
    right:0;
}

.buckets-offset h3{
    text-transform: none;
    font-size: 28px;
    letter-spacing: 0;
    color: #454545;
    margin-bottom: 0;
}

.buckets-offset p{
    color: #454545;
}

.buckets-offset .learnmore{
    color: #454545;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.buckets-offset .learnmore i{
    color: #A97E15;
}

.one-column .bucket{
	width: 100%;
}

.two-columns .bucket{
	width: 50%;
}

.three-columns .bucket{
	width: 33.33%;
}

.four-columns .bucket{
	width: 25%;
}

.five-columns .bucket{
	width: 20%;
}

/* Single Image */

.image-single {
  display: flex;
  align-items: center;
}
.image-single .image-single-inner {
  margin: 0 auto;
  position: relative;
}
.image-single i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.image-single i:before {
  color: white;
  padding: 5px 8px 5px 8px;
  position: absolute;
  top:0;
  right: 0;
}
.image-single.img-left .image-single-inner {
  margin-left: 0;
}
.image-single.img-right .image-single-inner {
  margin-right: 0;
}
.image-single.img-middle {
  height: 100%;
}

/* Gallery & Carousels */
.gallery{
	clear:both;
	position: relative;
	max-width: 100%;
}

.gallery a{
    color: #454545;
}

.gallery.fullwidth .img-wrapper{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-col .img-wrapper{
    width:48%;
}
.gallery.three-col .img-wrapper{
    width:31%;
}
.gallery.four-col .img-wrapper{
    width:23%;
}
.gallery.five-col .img-wrapper{
    width:18%;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
    margin:10px 8px;
    float:left;
    position:relative;
}

.gallery .img-wrapper .image{
    height: 210px;
    position: relative;
    overflow: hidden;
}

.gallery .img-wrapper img{
    margin: 0 auto;
    min-width: 100%;
}

.gallery.default{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px -15px;
}
.gallery.default .img-wrapper{
    margin: 0 0 15px 0;
    padding: 0;
}
.gallery.default a{
    margin: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.gallery.default[data-count="5"] .img-wrapper{
    width: 20%;
}
.gallery.default[data-count="4"] .img-wrapper{
    width: 25%;
}
.gallery.default[data-count="3"] .img-wrapper{
    width: 33.33%;
}
.gallery.default[data-count="2"] .img-wrapper{
    width: 50%;
}
.gallery.default[data-count="1"] .img-wrapper{
    width: 100%;
}

.gallery.slider{
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper{
	margin:0;
}

.gallery.slider .img-wrapper .image{
    height: 300px;
}

.gallery.slider img{
	margin: 0 auto;
	display: block;
}
.gallery.slider .slick-prev,
.gallery.slider .slick-next{
	background: rgba(248, 250, 253, 0.9);
	width: 32px;
	height: 32px;
	border-radius: 20px;
	z-index: 2;
}
.gallery.slider .slick-prev{
	left:5px;
}
.gallery.slider .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f060';
	color: #A97E15;
	font-size: 16px;
}

.gallery.slider .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f061';
	color: #A97E15;
	font-size: 16px;
}
.gallery.slider .slick-next{
	right:5px;
}

.gallery.content{
    float: left;
}

.gallery.content .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f060';
	color: white;
}

.gallery.content .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f061';
	color: white;
}

.gallery.carousel{
    width: 100%;
    padding: 0 15px;
}

.gallery.carousel .slick-prev{
    left:0;
}

.gallery.carousel .slick-next{
    right:0;
}

.gallery.carousel .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f060';
	color: #2B4458;
	font-size: 16px;
}

.gallery.carousel .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f061';
	color: #2B4458;
	font-size: 16px;
}

.gallery.caption-outer .img-wrapper:before {
	top:44%;
}

.gallery .caption {
	font-size: 0.9em;
	text-align:center;
	margin: 0;
	padding:10px 0;
	display:block;
}
.gallery.caption-inner .caption{
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.img-wrapper{
	position: relative;
	text-align: center;
}

.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 7px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 7px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
}

a.img-wrapper:focus{
	outline: 0;
}

a.img-wrapper p{
	color: #2B4458;
}

.img-wrapper:before {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}

.image-single.fill{
    position: relative;
    height: 100%;
    display: block;
}
.image-single.fill .image-single-inner{
    height: 100%;
    overflow: hidden;
}
.image-single.fill .image-single-inner img {
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-single p.img-caption-in{
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.image-single p.img-caption-out{
	padding: 10px 15px;
}

.gallery.slick-dotted{
    margin-bottom: 0;
}

.slick-dots{
    left: 0;
    right:0;
    width: auto;
    margin: 0 auto;
}

.slick-dots li button:before{
	font-size: 14px;
	color:#A97E15;
}
.slick-dots li.slick-active button:before{
	color:#A97E15;	
}
.slick-dots li.slick-active:first-child:last-child{
    display: none;
}

/* Resource Library */

.mixit-controls{
    margin: 0 0 65px 0;
    position: relative;
	z-index: 5;
}
.mixit-controls .control-group{
	position: relative;
	width: 230px;
	display: inline-block;
	margin-right: 15px;
	height: 24px;
}
.mixit-controls a span{
    font-weight: bold;
    display: inline-block;

}
.mixit-controls .controls{
    border: 1px solid #979797;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	max-height: 40px;
	overflow: hidden;
	position: absolute;
	width: 230px;
}
.mixit-controls .controls.open{
    max-height: 1000px;
}
.mixit-controls .controls.open .mixitup-control-active{
    border-bottom: 1px solid #979797;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.mixit-controls .control{
    display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 10px 11px 10px;
	order: 2;
	width: 100%;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	position: relative;
	background-color: white;
	text-transform: capitalize;
}
.mixit-controls .control[data-filter="all"]{
	color: gray;
}
.mixit-controls .control:after{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 15px;
	top: 10px;
	content: '\f107';
	display: none;
	z-index: 6;
}
.mixit-controls .control:hover{
	background-color: #eee;
}
.mixit-controls .control.mixitup-control-active{
	order: 1;
	width: 230px;
	height: 40px;
	overflow:hidden;
}
.mixit-controls .control.mixitup-control-active:after{
    display: block;
}
.mixit{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.mixit .item{
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    cursor: pointer;
    
}

/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog{
	width: auto;
	padding-bottom: 60px;
}
.modal-content{
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid gray;
}
.modal .close{
	border-radius: 0;
	position: absolute;
	right:2px;
	top: 8px;
	font-size: 26px;
	width: 30px;
	font-weight: 200;
	height: 30px;
	color: black;
	opacity: 1;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}

/* ************ Blog ************ */

#main-content .search-form{
	margin-bottom: 30px;
}
.post-item{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
	margin-bottom:16px;
}
.post-filter{
	margin-bottom: 25px;
}
.post-filter li{
	list-style-type: none;
}
.post-filter.no-count .count{
	display: none;
}
.post-info h2{
	font-size: 18px;
	margin: 16px 0 10px 0;
}
.post-info .tags{
	display:block;
}
.post-info .categories{
	display: block;
}
.post-entry .post-info{
	margin-bottom: 25px;
}
.post-entry .post-info span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.post-entry .post-info span:after{
	content:'|';
	position: absolute;
	right:-2px;
	top: 0;
}
.post-entry .post-info span:last-child:after{
	display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full{
	height: 300px;
	overflow:hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}

/* ************ PDF Buttons ************ */

.pdf-ctas {  
    text-align: center;
    margin: 30px 0;
}
.pdf-ctas > a {
    display: inline-block;
}
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.pdf-iframe .default {
		display: none;
	}
	.pdf-iframe .resp {
		display: block !important;
	}
}
_:-ms-fullscreen .pdf-iframe .default,
 :root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
 :root .ie11up .pdf-iframe .resp {
	display: block !important;
}

/* ************ File Downloads ************ */

.files{
	margin:0;
	padding:0;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
}
.files li a{
	color:  #A97E15;
	border: 1px solid #A97E15;
	padding: 10px;
	display:block;
}
.files li a:hover,
.files li a:active{
	color:#454545;
	text-decoration: none;
	border-color: #454545;
}
.files li a:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	color: #A97E15;
	margin-right:10px;
}
/*
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f15b';
	color: #2B4458;
	font-weight: 200;
	margin-right: 5px;
}
.files .icon-pdf:before{
	content:'\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before{
	content:'\f1c2';
}
.files .icon-txt:before{
	content:'\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before{
	content:'\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before{
	content:'\f1c4';
}
.files .extension{
	text-transform: uppercase;
	padding: 0 14px;
}
.files .filesize{
	padding: 0 14px;
}
.files .filesize:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f3fd';
	margin-right: 5px;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
}
*/

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color: #2B4458;
	font-size: 15px;
	padding: 5px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #2B4458;
}

/* ************ Job Listing ************ */

.job-listing{
    margin-bottom: 30px;
}
.job-listing .button{
    margin-top: 20px;
}
.job-listing:last-child{
    margin-bottom:0;
}

/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}

/* ****************************************** Sidebar */

.sidebar h3{
	text-transform: none;
	color: #2B4458;
	margin: 0;
}
.sidebar h3 a{
    font-size: 18px;
    letter-spacing: 0;
}
.sidebar h3 i{
	display: none;
}
.sidebar ul{
	padding-left: 0;
}
.sidebar ul li{
	list-style-type: none;
	position: relative;
}
.sidebar ul li a{
	color: #2B4458;
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}
.sidebar ul li a:hover,
.sidebar ul li a:active{
    color: #2B4458;
    text-decoration: underline;
}
.sidebar ul li ul{
	padding-left: 15px;
	display: none;
}
.sidebar .parent{
	cursor: pointer;
}
.sidebar .parent > i{
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
}
.sidebar ul .parent.active > i:before{
	content:'\f068';
	
}
.sidebar .parent.active > ul{
	display: block;
}
.sidebar ul li ul li a{
	font-size: 14px;
}

/* ****************************************** Footer */
#footer{
    clear: both;
    background-color: #223748;
    color: white;
    height: 146px;
}

#footer .icon-bar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
    align-items: center;
}

#footer .icon-bar .item{
    width: 33.33%;
}

#footer .constrain{
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

#footer a{
    color: white;
}

#footer p{
    margin: 0;
}

#footer ul{
    margin: 0 0 0 50px;
    padding: 0;
}

#footer ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

#footer ul li a:hover,
#footer ul li a:active{
    text-decoration: underline;
}

#footer ul li:after{
    content:'|';
    margin-left: 10px;
    margin-right: 10px;
}

#footer ul li:last-child:after{
    display: none;
}

#footer #back-top{
    background-color: #2B4458;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase; 
    text-align: center;
    height: 100%;
    width: 168px;
    margin-left: auto;
    padding-top: 55px;
}

#footer #back-top:hover,
#footer #back-top:active{
    text-decoration: none;
    opacity: .8;
}

#footer #back-top i{
    display: block;
}

@media(min-width: 1200px){
    #footer #back-top:hover{
        opacity: .8;
    }
}

#brands-carousel{
	margin:30px 0;
}
#brands-carousel .gallery{
	margin:30px 0;
}
#brands-carousel .gallery .slick-slide img{
	margin:0 auto;
}

/* Inventory Search */
#inventory-search{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin:30px -10px;
}
#inventory-search>div{
  padding:0 10px;
}
#inventory-search>div.qty{
  max-width: 100px;
}
#inventory-search input:not(.button){
  font-size: 14px;
  color: #454545;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 46px 0 10px;
  border: 1px solid #A1A4B1;
  border-radius: 4px;
}
/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}

#update-browser{
	display: none;
}

/* IE Specific */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image-single .image-single-inner {
    min-height: 1px;
    flex: 1;
  }
}