/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
font-family: "spirits-neutral", serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;
}

p {
font-family: "spirits-neutral", serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;	
	line-height: 1.4rem;
}

li {
font-family: "spirits-neutral", serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;
}

h1, h2, h3, h4, h5 {
font-family: "good-karma-smooth-upright", sans-serif;
font-weight: 600;
font-style: normal;
margin: 0px 0px 25px 0px;	
}

h1 {font-size: 3.8rem;}
h2{font-size: 3.5rem;}
h3{font-size: 2.8rem;}
h4{font-size: 2rem;}
h5{font-size: 1.8rem;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 100px;
background-color: #139335;
height: 3px;
border: 0;
margin-bottom: 10px !important;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {
    padding: 5px 30px !important;
}

.cta{
	text-transform: uppercase;
	font-size:1.1rem;
	display:inline-block;
font-family: "spirits-neutral", serif;
font-weight: 400;
font-style: normal;
box-shadow: 0 4px 15px -6px #535353;
	text-decoration: none !important;
	margin-top:20px;
}

.logo p {
font-family: "good-karma-smooth-upright", sans-serif;
font-weight: 600;
font-style: normal;
  margin: 45px 0px 25px 0px;
  font-size: 4.3rem;
}

.box-shadow {
  box-shadow: 0 4px 15px -6px #535353;
  z-index: 3;
	    position: relative;
}

/**WHITE BACKGROUND**/
.white-background {
color:#2B2B2B;
background-color:#ffffff;
}

.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#2B2B2B;}

.white-background hr {background-color: #A44160; margin: 0;}

.white-background a {color: #2B2B2B; text-decoration: underline;}
.white-background a:hover {color: #a44160;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #a44160;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #a44160;
  color: #ffffff;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #a44160;
}
.white-background .cta:hover{
	background: #7b2e46;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #7b2e46;
}

/**GREY BACKGROUND**/
.grey-background {
color:#2B2B2B;
background-color:#eae6e2;
}

.grey-background h1, .grey-background h2, .grey-background h3, .grey-background h4, .grey-background h5 {color:#2B2B2B;}

.grey-background hr {background-color: #A44160; margin: 0;}

.grey-background a {color: #2B2B2B; text-decoration: underline;}
.grey-background a:hover {color: #a44160;}
.grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color: #72afd1;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #a44160;
  color: #ffffff;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #a44160;
}
.grey-background .cta:hover{
	background: #7b2e46;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #7b2e46;
}

/**CREAM BACKGROUND**/
.cream-background {
color:#2B2B2B;
background-color:#eadfcf;
}

.cream-background h1, .cream-background h2, .cream-background h3, .cream-background h4, .cream-background h5 {color:#2B2B2B;}

.cream-background hr {background-color: #A44160; margin: 0;}

.cream-background a {color: #2B2B2B; text-decoration: underline;}
.cream-background a:hover {color: #a44160;}
.cream-background a:hover h2, .cream-background a:hover h3, .cream-background a:hover h4 {color: #72afd1;}

.cream-background .cta {
padding: 12px 18px 12px 18px;
  background: #a44160;
  color: #ffffff;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #a44160;
}
.cream-background .cta:hover{
	background: #7b2e46;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #7b2e46;
}
/**BROWN BACKGROUND**/
.brown-background {
color:#2B2B2B;
background-color:#cdb39e;
}

.brown-background h1, .brown-background h2, .brown-background h3, .brown-background h4, .brown-background h5 {color:#2B2B2B;}

.brown-background hr {background-color: #A44160; margin: 0;}

.brown-background a {color: #2B2B2B; text-decoration: underline;}
.brown-background a:hover {color: #7b2e46;}
.brown-background a:hover h2, .brown-background a:hover h3, .brown-background a:hover h4 {color: #72afd1;}

.brown-background .cta {
padding: 12px 18px 12px 18px;
  background: #a44160;
  color: #ffffff;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #a44160;
}
.brown-background .cta:hover{
	background: #7b2e46;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #7b2e46;
}


/**FOOTER**/

.top-row a {text-decoration: none !important;}


/**FOOTER**/

.p7LBM-01{
            min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}

.footer ul {
  list-style: none;
	padding-left:0px;
}
.footer li {
  margin-bottom: 10px !important;
}

.footer {
  border-top: 3px solid #a44160;
}

/**COPYRIGHT**/


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.p7ISM.ism-root-gold .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-gold, .p7ISM.ism-arrow-gold .ism-arrow-left, .p7ISM.ism-arrow-gold .ism-arrow-right, .ism-pags-color-gold.ism-paginator a, .ism-pags-hover-gold.ism-paginator a:hover, .ism-pags-down-gold.ism-paginator a.down {
  background-color: rgb(234, 223, 207) !important;
}
.p7AMM.amm-root-white {
 background-color: rgb(234, 230, 226) !important;
  color: #000;
}
div.mbx-thumbs li img {
  border: 0px !important;
  max-height: 275px;
}


.p7AMM li a {
  font-size: 1.3rem !important;
}

.p7AMM.amm-subs-gray ul ul {
  background-color: rgb(234, 230, 226) !important;
}

.p7AMM.amm-sub-borders ul ul {
  border: 0px !important;
}

.p7AMM.amm-subs-gray ul ul a {
  color: #2B2B2B !important;
}

.p7AMM.amm-subs-gray ul ul a:hover, .p7AMM.amm-subs-gray ul ul a:focus, .p7AMM.amm-subs-gray ul ul a.amm-trigger.open {
  background-color: #a44160 !important;
  color: #FFF !important;
}

.ism-content p {
  margin: 25px 0px !important;
}

.p7AMM li a {
  padding: 6px 20px  !important;
}

.p7AMM.amm-rootlinks-mint ul a {
  background-color: rgb(234, 230, 226) !important;
  color: #000;
}

.p7AMM.amm-rootlinks-mint ul a:hover, .p7AMM.amm-rootlinks-mint ul a:focus, .p7AMM.amm-rootlinks-mint ul a.amm-trigger.open {
  color: #a44160 !important;
}

.sub-main li.agm-current-category {font-weight: normal;}
.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(164, 65, 96);}
.sub-main .agm-caption {
  color: #2b2b2b;
  background-color: #eae6e2;
}
.sub-main .p7AP4-01.p7AP4trig a, .sub-main .p7AP4-01.p7AP4trig h3, .sub-main .p7AP4-01.p7AP4trig h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  text-decoration: none;
}

.sub-main a.p7AP4-01 {
	color: #2B2B2B;
  background-color: #eadfcf;
	background-image: url(../p7ap4/img/p7AP4_east_black.png);
}
.sub-main a.p7AP4-01:hover {
	color: #2B2B2B;
  background-color: #cdb39e;
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	color: #2B2B2B;
  background-color: #eae6e2;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	color: #2B2B2B;
  background-color: #eae6e2;
}
.sub-main a.p7AP4-01.current_mark {
	font-weight: normal;
}

.splash-slide {min-height: 55vh;}

/**IMAGE TITLE**/

.image-tile-margin {
  margin-top: 30px;
}

.image-tile-image-left {
padding: 0px;
width: 100%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 30.6rem;
}

.image-tile-image-left img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.image-tile-image-right {
	padding: 0px;
width: 100%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
 height: 26rem;
margin-bottom: 0px;
box-shadow: 1rem 1rem #eadfcf, -1rem -1rem #baada6;
}



.image-tile-image-right img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);

	
}

/**BOXES**/

.spacing {
padding-top:70px;
padding-bottom:70px;
}
.slideshow .width-40 {
height: 40rem;
}

/**BOXES**/


.image-box-image {
    /*height: 325px !important;*/
    width: 100%;
    height: 16.875rem ;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	margin-bottom: -1px;	
	box-shadow: 0 4px 15px -6px #000;	
}

.image-box-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	
}

.box-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
	
}

.box-image-link:hover .centered{
/*font-size:1.5em; transition:0.5s;*/
}

.overlay {
  position: absolute;
  transition: 0.5s;
  color: #000;
  font-size: 2.2em;
  box-shadow: inset 0 0 0 2000px rgba(186, 173, 166, 0.6);
  height: 100%;
  width: 100%;
border: 1px solid #baada6;
}

.overlay:hover{
	box-shadow: none;
	font-size:2.2em;
	color:#000;
}

.box-text {position: absolute;
  top: 10%;
  left: 5%;
  /*transform: translate(-50%, -50%);*/
text-shadow: 1px 1px 8px #eae6e2, 1px 1px 8px #eae6e2;
font-family: "good-karma-smooth-upright", sans-serif;
font-weight: 600;
font-style: normal;	
}

.box-description {
    padding: 26px 15px 15px 20px;
	min-height: 250px !important;
	font-size:1.2em;
}

.box-image-link-container {
    transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
    -webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	background: #fff;
}

.it-section {margin-top: 3%}
.it-section h2 {font-size: 2.5rem; margin-top: 10px;}

/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
}


.news-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{
	text-decoration: none;
}

.news-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
}

.news-tile-description{
	padding:5px 15px 15px 20px;
	min-height: 116px;
}

.news-tile-image-link-container a{text-decoration: none !important;}
.news-tile-image-link-container a:hover {color: #a44160 !important;}

.news-tile-description h2{
	margin: 5px 0px;
font-family: "spirits-neutral", serif;
font-size: 1.3rem;
}

.news-tile-description p{
	font-size: 1.1rem;
line-height: 1.3rem;
}

.news-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}


/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
	max-width:500px;
	width: 98%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "spirits-neutral", serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "spirits-neutral", serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:522px;
	width: 104%;
	border: 1px solid #191010;	
	font-family: "spirits-neutral", serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#191010;
	color: #fff;
}

input[type=submit]{
	text-transform: uppercase;
	font-size:1.1rem;
	display:inline-block;
	font-family: "spirits-neutral", serif;
	font-weight: 400;
	font-style: normal;
	box-shadow: 0 4px 15px -6px #535353;
	text-decoration: none !important;
	margin-top: 10px;
    margin-bottom: 15px;
	padding: 12px 18px 12px 18px;
  background: #a44160;
  color: #ffffff;
  transition: 0.5s;
  border: solid 4px #a44160;
	letter-spacing: 1.2px;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #7b2e46;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #7b2e46;
}

select option:focus, select option:hover, select option:active, select option {
  background: #003466;
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #191010;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191010;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #191010;
}

.name_2{
	display: none !important;
}


/**RESPONSIVE**/

@media only screen and (max-width: 1400px) {
body {
font-size:1.2rem;
}

p {
font-size:1.2rem;	
}

li {
font-size:1.2rem;
}
	
	input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
 {font-size:1.2rem;}


h1 {font-size: 3.4rem;}
h2{font-size: 3.1rem;}
h3{font-size: 2.5rem;}
h4{font-size: 2rem;}
h5{font-size: 1.8rem;}	
.slideshow .width-40 {
  height: 33rem;
}	
	div.mbx-thumbs li img {
  max-height: 250px;
}
	
	div.mbx-thumbs li img {
    max-height: 156px;
  }
	
	.splash-slide {min-height: 50vh;}
	
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
	.news-grid .hmy-section {flex-basis: 25% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	div.mbx-thumbs li img {
    max-height: 154px;
  }
	.splash-slide {min-height: 45vh;}
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.logo p {
  font-size: 4.0rem;
}	
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
.logo p {
  font-size: 3.7rem;
}
.image-box-image {
  height: 13rem;
}
div.mbx-thumbs li img {
    max-height: 136px;
  }	
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
	.news-grid .hmy-section {flex-basis: 33% !important;}
}


@media only screen and (min-width: 0px) and (max-width: 900px) {
.logo p {
  font-size: 3.4rem;
}	
.slideshow .width-40 {
    height: 26rem;
  }	
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}
  div.mbx-thumbs li img {
    max-height: 115px;
  }	
	
	h1 {font-size: 2.8rem;}
	h2{font-size: 2.6rem;}
h3{font-size: 2.4rem;}
h4{font-size: 2rem;}
h5{font-size: 1.8rem;}	
	
	.image-tile-image-right {height: 18rem;}
	
}

@media only screen and (max-width: 850px) {
.logo p {
  font-size: 2.5rem;
}
.overlay, .overlay:hover {
  color: #000;
  font-size: 1.7em;
}	
	.its-grid .hmy-section {flex-basis: 50% !important;}
	
}
@media only screen and (max-width: 800px) {
  div.mbx-thumbs li img {
    max-height: 99px;
  }
	
	.mobile-padding-boxes {padding: 20px 15px !important;}
	
	.splash-slide {min-height: 40vh;}
	
  }

@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}	
	.logo p {
  margin: 13px 0px 10px 0px;
  font-size: 2.0rem;
}
 .top-row .width-65 {
    margin-top: -91px;
    margin-bottom: -13px;
  }
  .p7AMM.amm-responsive .amm-toolbar {
    background-color: #eae6e2 !important;
  }	
	  .p7AMM.amm-responsive .amm-toolbar a {
    color: #2B2B2B !important;
    opacity: 1;
  }
.p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.7;
  }	

body {
font-size:1.1rem;
}

p {
font-size:1.1rem;	
}

li {
font-size:1.1rem;
}

	input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
 {font-size:1.1rem;}

h1 {font-size: 2.3rem;}
h2{font-size: 2.1rem;}
h3{font-size: 1.9rem;}
h4{font-size: 1.7rem;}
h5{font-size: 1.6rem;}		
.cta{
font-size:1.0rem;
}	
.mobile-left {
  text-align: left;
}
	.p7AMM li a {
  padding: 7px 20px !important;
  font-size: 16px !important;
}
.slideshow .width-40 {
    height: 13rem;
  }	
	
.mobile-title-margin {
  margin-top: 15px;
}	
  div.mbx-thumbs li img {
    max-height: 125px;
  }	
 .p7AMM.amm-responsive .amm-toolbar {
    margin: 0px 0px;
    padding: 0px 0px;
  }	
  .top-row p {
    margin-bottom: 0px !important;
  }
.p7AMM.amm-root-white {
  background-color: transparent !important;
  color: #000;
}	
 .p7AMM.amm-responsive .amm-toolbar {
    background-color: transparent !important;
  }	
	
	.image-tile-image-right {height: 14rem;}
	
	.it-section {margin: 1.5%}
	
	.reviews-grid .hmy-section {flex-basis: 100% !important;}
	
}

@media only screen and (min-width: 0px) and (max-width: 680px) {
	.news-grid .hmy-section {flex-basis: 50% !important;}
	.splash-slide {min-height: 35vh;}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.its-grid .hmy-section {flex-basis: 100% !important;}
.splash-slide {min-height: 25vh;}	
}

@media only screen and (max-width: 500px) {
 /* div.mbx-thumbs li img {
    max-height: 115px;
  }	*/
	
	.news-grid .hmy-section {flex-basis: 100% !important;}
	.news-tile-description{min-height: 0px;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}