 /*==========================

Fonts

==========================*/
    @font-face{
        font-family:"Minion W05 Regular";
        src:url("/webfonts/4a83e0c9-5ebf-4f13-9e49-d9d9ad9d5b23.woff2") format("woff2"),url("/webfonts/1277d162-7888-4c2b-b616-ef19ceeef056.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Italic";
        src:url("/webfonts/0189e784-ca42-4b77-b9a6-c7a686790f48.woff2") format("woff2"),url("/webfonts/f0ad6b94-afbb-4fc2-b004-dcf212304a6c.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Medium";
        src:url("/webfonts/b0024e89-2140-4a96-b438-7fba31dd3331.woff2") format("woff2"),url("/webfonts/865d3e17-781f-45e3-83db-83318db13c0d.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Medium Italic";
        src:url("/webfonts/7d46a546-f4ba-46e6-90ea-a710f33389c8.woff2") format("woff2"),url("/webfonts/f80bc656-c156-44e9-af1e-1bdb2552d00c.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Semibold";
        src:url("/webfonts/9797efcf-cad0-4aac-941e-77d142bafeb6.woff2") format("woff2"),url("/webfonts/bba208f8-46c8-49b2-81cf-f476800ca327.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Semibold Italic";
        src:url("/webfonts/87aad012-e74c-421f-bb38-4209c6e3d916.woff2") format("woff2"),url("/webfonts/29c47a02-8b85-4368-a3d4-c021db9e0c59.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Bold";
        src:url("/webfonts/5ab95527-3717-4680-9dfa-e7f4017febc9.woff2") format("woff2"),url("/webfonts/5a2bad4a-da39-48ca-afa2-9f9042944266.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Bold Italic";
        src:url("/webfonts/79b41f5e-0eb5-4edf-8a11-68bddee451bf.woff2") format("woff2"),url("/webfonts/1a8cefa2-8cac-4fe4-9ab7-26340b519725.woff") format("woff");
    }
    @font-face{
        font-family:"Minion W05 Black";
        src:url("/webfonts/6b5aeab9-43c5-4c0e-8bc0-3dfcbb7226f5.woff2") format("woff2"),url("/webfonts/42a0f8e5-651c-4462-8ef2-8980b5512a54.woff") format("woff");
    }
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

 /*==========================

Customised Configuration options

palette
cream 100%: #cabda7;
75% #
50% #
25% #

black 100%: #000000;
75% #
50% #
25% #

grey 100%;
#F8F8F8

  margin:0;
  padding:0;
  border:0;
    
==========================*/
body {

	max-width: 100%;
	min-height: 100%;
	overflow-x:hidden;
	background:#FFF;
	color:#222222;
	font-weight: 400;
    font-size: 22px;
    font-family: 'Minion W05 Regular', 'Times New Roman', serif;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.1);*/
}

h1,h2,h3,h4,h5,h6 {
	 font-family: 'Minion W05 Bold';
}


.fa-blue {color: #0A00E8!important;}
.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}

a {
	color: #8E713D;
	text-decoration:none;
}

a:hover {
	color: #D2232B;
	text-decoration:none;
}

p {
    margin-bottom: 2rem;
}
/* print */
.no-print {
	display:block
}
.print {
	display:none;
}

.img-fill {
	width:100%!important;
}

.nop {
	padding: 0!important;
}
.nom {
	margin:0!important;
}

.light {
	font-weight: 300;
}
strong,
.bold {
	font-weight: 600;
}
em,
.italic {
	font-style:italic!important;
}
.italic-bold {
	font-style:italic!important;
}
.fw-100 {
font-weight: 100;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
font-family:"Minion W05 Bold";
}
.fw-900 {
font-weight: 900;
 font-family:"Minion W05 Black";
}
.font-500 {
	font-size: 600%!important;
}
.font-350 {
	font-size: 350%!important;
}
.font-250 {
	font-size: 250%!important;
}
.font-200 {
	font-size: 200%!important;
}
.font-150 {
	font-size: 150%!important;
}
.font-120 {
	font-size: 120%!important;
}
.font-90 {
	font-size: 90%!important;
}
.font-80 {
	font-size: 80%!important;
}
.font-70 {
	font-size: 70%!important;
}
@media (max-width: 767.98px)  {
    .font-500 {
        font-size: 400%!important;
    }
    .font-350 {
        font-size: 230%!important;
    }
    .font-250 {
	font-size: 200%!important;
    }
    .font-200 {
	font-size: 170%!important;
    }
}
.uc {
	text-transform: uppercase!important;
}
.lc {
	text-transform: lowercase!important;
}
.cap {
	text-transform: capitalize!important;	
}
.spread {
	letter-spacing: 0.05em;
}
.clearboth {
	clear:both;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.valign {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
.lh-110 {
	line-height: 110%;
}
.lh-90 {
	line-height: 90%;
}
.lh-80 {
	line-height: 80%;
}
.w-80 {
   width: 80%!important;
}
.w-100.w-lg-25 {
	width: calc(100% - 70px)!important;
}
 @media (min-width: 992px)  {
	.w-100.w-lg-25 {
	width: 25%!important;
	}
 }
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

 @media (min-width: 1330px)  {
    .max-container {
        max-width: 90%;
    }
 }
 .max-container-width {
    max-width: 1600px;
}
.container-box {
  padding-left:12px!important;
  padding-right:12px!important;
  overflow:hidden;
}

.noopacity,
.zero-opacity {
   opacity: 0!important; 
}

.bg-placeholder-img {
    width: 100%;
    height: 100%;
}
.overflow-hidden {
   overflow:hidden;
}

.text-cream {
  color: #cabda7;
}
.bg-cream {
  background-color: #cabda7;
}
.bg-white {
   background-color: #FFFFFF;  
}
.bg-dgrey {
  background-color:#C5BCAF;  
}
.container-nopad { 
    padding-right: 0px!important;
    padding-left: 0px!important;
    overflow:hidden;
}
.lazyload {
  background: url("/images/lazyload-sq.png") no-repeat 50%; background-size: cover;background-position: center center;background-color: #FFFFFF;
}
.lazyload-letter {
  background: url("/images/lazyload.png") no-repeat 50%; background-size: cover;background-position: center center;background-color: #FFFFFF;
}
.min-385 {
    min-height: 385px!important; 
}

 /*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}
/*==========================

misc

==========================*/
.btn-white {
   background-color:#FFF;
   border-color:#FFF;
   border-radius: 2px;
   padding: .6rem 1.4rem;
   font-size: 1.8rem;
}
.btn-white:hover {
   background-color:#000;
   border-color:#000;
   color:#FFF;
}

/*==========================

Breadcrumb

==========================*/
.breadcrumb {margin-left:0px;padding-left:0px;margin-bottom:10px; }
.breadcrumb { }
.breadcrumb li {font-size: 18px;float:left;}
.breadcrumb a {margin: 0 8px 0 0;}
.breadcrumb a:hover {}
.breadcrumb>.active {color:#D2232B;}
.breadcrumb>li+li:before { content: "/";  font-family: 'Font Awesome\ 5 Free';font-weight: 900;margin-right: 8px;}
/*==========================

nav

==========================*/
.navbar-light .navbar-nav .nav-link {
   color:#000;
   font-family:"Minion W05 Semibold";
   font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color:#D2232B;  
}
/*==========================

header

==========================*/
.carousel-height :before{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-image {
  left:0px;
  top:0px;  
  z-index: 10;
}
/*==========================

btns

==========================*/


/*==========================

Main Body Containers

==========================*/
#wrapper {
    position: relative;
	margin:0 auto;
	min-width:320px;
}
.outer-container { 
	width: 100%;
	margin:0 auto;
	padding: 0;
}
/*==========================

Main Body 

==========================*/
.overlay-panel-title {
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 11; 
    text-shadow: 3px 3px 7px rgba(0,0,0,0.7);    
}
 @media (max-width: 991.98px)  {
    .overlay-panel-title {
        left: 0;
        right:0;
        width: 100%;
        text-align:center;
    }
 }
 
 .image-square {
  position: relative;
  width: 100%;
}

 .image-square {
  padding-bottom: 100%;
}

.image-helper {
  position: absolute;
  left:-3px;
  top:0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.image-helper .centerer {
   display:inline-block;
   vertical-align:middle;
   height:100%;
   width:0px;
   margin-left:-2px;
}
.image-helper img {
   vertical-align:middle;
   display:inline-block;
   max-height:100%;
   max-width:100%;
}
.image-view img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index:1;
}
a:hover .image-view img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.shop-opening  {
      min-height: 225px;  
   }
 @media (max-width: 991.98px)  {
.shop-opening    {
        min-height: initial;
    }
 }
  .shop-content {
      min-height: 225px;  
   }
 @media (max-width: 991.98px)  {
    .shop-content {
        min-height: initial;
    }
 }
/* ****************** */
/* forms  */
/* *****************  */
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	color:#888;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
select.form-control {
	border-radius: 0px;
	padding: 0px 17px;
}
.error,
.required,
.red {
	color: #FF3D3D;
}
.required sup.
.red sup {
	font-size: 55%;
}
p.success {
	color: #21ad4f;
}
.account-box {
	min-height: 500px;
	padding-bottom: 120px;
}

::-webkit-input-placeholder {
  color: #ED3600!important;
  font-style:italic;
}

:-ms-input-placeholder {
  color: #ED3600!important;
  font-style:italic;
}

 ::placeholder {
  color: #ED3600!important;
  font-style:italic;
}
#searchQForm {line-height: 60px;}
#searchQForm input,
.form-group input,.form-group textarea {
    line-height: 60px;
    font-size: 170%;
    padding-left: 30px!important;
    padding-right: 30px!important;
    font-weight: 300;
}
.grecaptcha-badge {
  bottom: -80px!important;
  right: 130px!important;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #CCC;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  
}

select {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF url(images/chosen-sprite-v2.png) no-repeat;
  background-position: right -35px top 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   outline:0;
   outline:none;
}

.chosen-container-single .chosen-default {
  color: #444;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite-v2.png') no-repeat 0px 5px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #CCC;
  background: white url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 2px;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.ptab UL.chosen-results {
	width: 540px;
}
.ptab UL.chosen-results li {
	width: 536px;

}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 280px;
  -webkit-overflow-scrolling: touch;

}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
   font-size: 0.8rem;
   border-bottom: 1px solid #EFEFEF;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.inactive {
  background-color:#D9534F;
  color:#FFF;
}
.chosen-container .chosen-results li.active-result.deleted {
  background-color:#CCC;
  color:#FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #7B8790;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #CCC;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #CCC;
  max-width: 100%;
  border-radius: 2px;
  background-color: #FFF;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #CCC;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #444 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 1!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  background-color: #F5F5F5!important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 14px 5px 4px 20px;
  background: white url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 5px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 5px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* ****************** */
/* Footer  */
/* *****************  */
.footer {
   position: relative;
   width: 100%;
   padding: 0;
   z-index: 0;
}
.footer ul.footer-links {
  list-style:none;  
}
.footer ul.footer-links>li:before { content: "\f105";  font-family: 'Font Awesome\ 5 Free';font-weight: 900;margin-right: 8px;}
.footer-divright {
  border-right: 2px solid #C5BCAF;  

}
 @media (max-width: 767.98px)  {
    .footer-divright {
        border-right: none;
    }
 }
 @media (min-width: 768) {
     .footer-divright {
        min-height: 320px;
    }
 }
 @media (max-width: 1199.98px)  {
    .footer-divright.nolg {
        min-height: initial!important;
       border-right: none;
    }
 }
.footer-sitemap-links a {
    line-height: 2em;
}
.footer-lower {
	font-size: 0.95rem;  
    font-family: 'Arial';
}

.footer-finesse-signoff img {
    width: 75px;
}   
.footer-lower .footer-finesse-signoff a:hover {
     border-bottom: none!important;
}  

.footer-lower a {
	color:#8E713D!important;
    border-bottom: 1px solid transparent;
}
.footer-lower a:hover {
    display:inline-block;
	color:#D2232B!important;
    border-bottom: 1px solid #D2232B;
}

 @media (max-width: 992px)  {
	.footer-lower {
        line-height: 2em;    
    }
 }
.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#FFF!important;
    text-decoration: none;
	background: #8E713D;
    border:2px solid #FFF;
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: none;
    z-index: 99999;
}
a.scrollToTop:hover {
	  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #000000;
     border:2px solid #FFF;
   color:#FFF!important;
	text-decoration:none;
	opacity: 1;
}
 /*==========================

Cookie Panel
==========================*/
#cookies span.btn {
	border:1px solid #4A96CF;
	color:#FFF;
	cursor:pointer;
    border-radius:2px;
}
#cookies span.btn:hover {
	background-color: #000;
	border:1px solid #FFF;
	color:#FEFFEA;
	cursor:pointer;
}

#cookies {
	width:100%;
	min-height:57px;
	position:fixed;
	left:0px;
	bottom: 0px;
	padding: 20px;
	color:#000;
        background:#DDD;
	z-index:999;
    border-top:1px solid #000;
    font-size: 1rem;
    font-family: 'Arial';
}
/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        /* padding-left:125px;padding-right: 30px;*/
        #cboxTitle{position:absolute; bottom:28px; left:0; text-align:center; width:100%;color:#AAA;background:#FFF;line-height:18px;font-size:1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Minion W05 Regular";text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;text-align:center;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Minion W05 Regular";text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px;     line-height: 16px;color:#AAA;text-transform:uppercase;font-size:1.1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:-2px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:-2px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:-2px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #E9E9E9;
}
.gradient-line {
	clear:both;height:8px;overflow:hidden;
	background: rgb(24,127,69);
}
.gline
	{
	clear:both;height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0 6%;
	}
.gline-full
	{
	margin: 0 -15px;
	width: calc(100% + 30px);
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak75p
	{
	clear:both;height:75px;overflow:hidden;
	}
.lineBreak100p
	{
	clear:both;height:100px;overflow:hidden;
	}
.lineBreak200p
	{
	clear:both;height:200px;overflow:hidden;
	}
/* ==========================================================================
  Media devices sizing
   ========================================================================== */

   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767.98px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738.98px;
            max-width: 940px;
			width: 100%;
		}
    
	}

    @media (max-width: 992px){
		
        .carousel-height .carousel-item:before{
            content: "";
            display: block;
            padding-top: 85%;
        }

	}


	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		.container { 
            max-width: 1110px;
			width: 100%;
		}
		
       .nav-item {
           width: 15.8%!important;   
           font-size: 1rem;
         }
       .nav-item-wide {
           width: 21%!important;   
        }
        
        .carousel-height .carousel-item:before{
            content: "";
            display: block;
            padding-top: 50%;
        }

        
	}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			min-width: 1110px;
			max-width: 1110px;
			width: 100%;
		}
        
       .nav-item {
           font-size: 1.3rem;
         }
		
        .carousel-height .carousel-item:before{
            content: "";
            display: block;
            padding-top: 33%;
        }
        
    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		.container { 
            padding-right: 30px;
            padding-left: 30px;
			min-width: 1230px;
			max-width: 1410px;
			width: 100%;
		}
        

        
       .nav-item {
           font-size: 1.4rem;
         }
         
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #0065f2; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebf3fe !important; } }

.images-ratio {
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .images-ratio::before {
    content: '';
    display: block;
    box-sizing: border-box; }
  .images-ratio.ratio-2-1::before {
    padding-top: 48.64%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-2-1::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-2::before {
    padding-top: 54.62%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-2::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-3::before {
    padding-top: 70.37%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-3::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-5::before {
    padding-top: calc(109.24% + 30px); }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-5::before {
        padding-top: 100%; } }
  .images-ratio.ratio-16-9 {
    max-height: 600px; }
    .images-ratio.ratio-16-9::before {
      padding-top: calc(109.24% + 30px); }
      @media (max-width: 991.98px) {
        .images-ratio.ratio-16-9::before {
          padding-top: 100%; } }
  .images-ratio.ratio-3-1::before {
    padding-top: 36.93%; }

.section-break {
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  font-size: 11px; }