/**** this site was initial made by Mobirise. We have made significant changes to the files so it it more streamlined*/

/*** colors 
white #f7f3e9
orange #473302
brown #473302
.summary_one{
  background-color: #9d9d8b;
}
.summary_two{
  background-color: #d2bf9d;
}
.summary_three{
  background-color: #f7f3e9;
}
.summary_four{
  background-color: #cdcec8;
}
.summary_five{
  background-color: #dbe0e4;
}
.summary_six{
  background-color: #ebebeb;
}
.summary_seven{
  border: 2px solid #7e7e74;
}
kakhi #9d9d8b
black #332F30
***/


html,
body {
  height: auto;
  min-height: 100vh;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  color:#f7f3e9;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background-color: #50524a;
  border: 0;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: normal;
  background-repeat: no-repeat;
  background-size: cover;
}

section {
    margin:0;
	padding:50px 0 50px 0;
	background-repeat: no-repeat;
    background-size: cover;
}

.container {
  max-width: 1100px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-fluid {
  padding: 0 56px;
}
   
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

     @media (min-width: 1400px) {
       .container {
         max-width: 1340px;
       }
	   .section{
	   	padding:10px 0 10px 0;
		 }
     }
     @media (min-width: 992px) {
       .container {
      padding-left: 16px;
      padding-right: 16px;
      }

	  .container-fluid {
      padding-left: 16px;
      padding-right: 16px;
        }
			  
	   
       .row {
       margin-left: -16px;
       margin-right: -16px;
      }
       .row > [class*="col"] {
       padding-left: 16px;
       padding-right: 16px;
      }
     }

     @media (min-width: 768px) and (max-width: 991px){
       .container-fluid, .container {
        padding-left: 32px;
        padding-right: 32px;
       }
			  
     }

     @media (max-width: 767px) {
       .container-fluid, .container {
         padding-left: 16px;
         padding-right: 16px;
       }
     }


.rule hr {
  border-top-color: #f7f3e9;
}
	 
.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}



/*****LINK DEFAULTS***/
a {
  font-style: normal;
  cursor: pointer;
}

a, a:visited {
  text-decoration: none;
  color:#f7f3e9;
}

a:hover, a:active {
color: #f0debe;
text-decoration: none;
 }



/**** TEXT DEFAULTS ***/

.ACCENT-COLOR{
color: #cf8d07;
 }
 
.SUBTEXT-COLOR{
color: #9d9d8b;
 } 
 
.HEADLINE {
    font-weight: 700;
    border-left: 10px solid #cf8d07;
    padding-left: 10px;
	color: #f7f3e9;
} 

.DESCRIPTION {
    color: #f7f3e9;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f3e9;
 }
 
.TAGLINE {
    color: #f7f3e9;
    margin-bottom: 0;
	color: #50524a;
	font-weight:500;
 }


h1 {
   font-size: 2.5rem;
   font-style: normal;
   font-family: "Merriweather", serif;
}
     .h1 > .ICONS, .FONT-XLG > .ICON {
       font-size: 3rem;
     }

h2 {
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
     h2 > .ICONS, .FONT-LG > .ICON {
       font-size: 2.5rem;
     }
	 
	 
h3 {
  font-style: normal;
  font-size: 1.5rem;
}
     h3 > .ICONS {
       font-size: 2rem;
     }
h4, .h4, .FONT-REG {
  font-size: 1.2rem;
  line-height: 1.5;
}

     h4 > .ICONS {
       font-size: 2.25rem;
     }
h5, .FONT-SM {
  font-size: 1rem;
}
     h5 > .ICONS {
       font-size: 1.75rem;
     }
	 
.FONT-XSM {
  font-size: 0.8em;
  }
     .FONT-XSM > .ICON {
       font-size: 1.5em;
     }


	 
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
     	 
	 h1 {
     font-size: 2.5em;
       }
	   h1 > .ICON {
       font-size: 2em;
     }
     }
     @media (max-width: 768px) {
     h1, h2 > .ICONS, .FONT-LG > .ICON  {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
       }
     h2 {
    font-size: 1.6em;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
       }
     h3 {
    font-size: 1.4em;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
       }
     h4 {
    font-size: 1.2em;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
       }
     h5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
       }
     }


b,
strong {
  font-weight: 700;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 15px;
}



/**blockquote**/
blockquote {
  font-style: normal;
  padding: 3rem;
  position: relative;
  border-left: 3px solid;
  border-color: #f7f3e9;
}


/****figure***/
.figure {
  margin-bottom: 0;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
	  width: 100% !important;
}

.figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.figure img,
.card-img img {
  width: 100%;
}

img,
iframe {
  display: block;
  width: 100%;
}






/* Buttons */

.button, .btn-secondary {
  background-color: initial;
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  border-radius: 100px;
  margin:20px 0;
  font-weight:600;
 }

.button {
  background-image: linear-gradient(15deg, #7e5f18, #f1c14d);
  color: #332F30;
  line-height: 40px;
  background-color: #f1c14d;
  border:none;

}

.button:hover {
 box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  color: rgba(35,35,35,0.7);
    background-color: #7e5f18;
    border: none;
}


.btn-form {
  margin: 0;
  border-radius: 100px;
}

.btn-form:hover {
  cursor: pointer;
}

[type="submit"] {
  -webkit-appearance: none;
}



/***scroll to top***/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control > .ICONS {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .ICONS {
  font-size: 1.5rem;
}


.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #f7f3e9;
  font-size: 22px;
}

.arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #f7f3e9;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #f7f3e9;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.arrow-up a i {
  line-height: 60px;
}

.arrow-up-icon {
  display: block;
  color: #f7f3e9;
}

.arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

     @media (max-width: 767px) {
       .arrow {
         display: none;
       }
     }

.arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #f7f3e9;
}

.arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #f7f3e9;
  border-left: 2.5px solid #f7f3e9;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}





/****HERO***/

.HERO {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: transparent;
  color:#f7f3e9;
  box-shadow: 7px 2px 20px rgba(35, 35, 35, 0.7);
   background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.2), rgba(35, 35, 35, 0.4)), url("images/you-can-thrive.jpg");
  background-position: right bottom; 
  min-height: 400px;
  margin-bottom:25px;
  padding-bottom: 15px;
}

.HERO h1 {
	text-shadow: rgba(51, 49, 50, .8) 2px 2px 3px, rgba(51, 49, 50, .8) 3px 3px 4px, #333132 4px 2px 4px;
	text-align: left;
	margin-top:40px;
	font-family: "Merriweather", serif;
}

.HERO h2 {
	padding: 0;
	text-align: left;
	line-height:1.5;
	font-size:1.2em;
	width:50%;
}

  @media (max-width: 768px) {
  .HERO h2 {
	width:100%;
  }
  .TAGLINE{        
     background-color: #f7f3e99c;
        border-radius: 7px;
        padding: 2%; }
  }


.HERO .Call-To-Action {
	background-color:transparent;
	text-align:left;
 }

      @media (max-width: 500px) {
	  .HERO .DESCRIPTION {
    width:100%;
     }
	 }

	
	 
/***Value statements**/

.VALUE .row {
  justify-content: center;
}

.VALUE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
          @media (max-width: 992px) {
            .VALUE .items-wrapper {
              display: block;
            }
          }
          @media (max-width: 992px) {
            .VALUE .items-wrapper .item {
              margin-bottom: 40px;
            }
          }
.VALUE .items-wrapper .item:focus .item-wrapper .item-img img,
.VALUE .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.VALUE .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .VALUE .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.VALUE .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
          @media (max-width: 992px) {
            .VALUE .items-wrapper .item .item-wrapper .item-content {
              width: 100%;
              margin-bottom: 20px;
              padding-right: 0;
            }
}
.VALUE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}

.VALUE .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
     @media (max-width: 992px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img {
         width: 100%;
       }
     }
.VALUE .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
     @media (max-width: 992px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img img{
         height: 400px;
       }
     }
	 @media only screen and (max-width: 600px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img img{
         height: 250px;
       }
}





/***carousel**/

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}


.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

     @media (max-width: 575px) {
       .modal-dialog .carousel-inner {
         height: calc(100vh - 1rem);
       }
     }

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

/**forms**/

.form-inline {
  display: -webkit-flex;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #f7f3e9;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert-success {
  background-color: #cf8d07;
}
.alert-info {
  background-color: #7e7e74;
}
.alert-warning {
  background-color: #cdcec8;
}
.alert-danger {
  background-color: #f50505;
}


.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f7f3e9;
  background-clip: border-box;
  color: #332F30;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0s ease 0s;
  transition: border-color 0s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 1px;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

/**overlay**/
.OVERLAY {
  background-color: rgba(35, 35, 35, 0.2);
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}




.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}



.carousel-control-next, .carousel-control-prev {
    top: auto;}
	
	
/******** Carousel********/
.cid-uHOEsmnwYL {
background-color: #332F30;
padding-top:50px;
padding-bottom:50px;
}

.cid-uHOEsmnwYL .item-wrapper {
    border-radius: 2rem !important;
}
.cid-uHOEsmnwYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOEsmnwYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOEsmnwYL p {
  line-height: 1.2;
}
.cid-uHOEsmnwYL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 750px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uHOEsmnwYL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHOEsmnwYL .embla__button--next,
.cid-uHOEsmnwYL .embla__button--prev {
  display: flex;
}



.cid-uHOEsmnwYL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHOEsmnwYL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHOEsmnwYL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uHOEsmnwYL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-uHOEsmnwYL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

.mobi-mbri-arrow-next:before {
    content: "";
	position: absolute;
    display: block;
    border-bottom: 2.5px solid #f7f3e9;
    border-left: 2.5px solid #f7f3e9;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    -webkit-transform: rotate(-135deg);
    transform: translateY(-50%) translateX(-70%) rotate(-135deg);
}

.mobi-mbri-arrow-prev:before {
    content: "";
	position: absolute;
    display: block;
    border-bottom: 2.5px solid #f7f3e9;
    border-left: 2.5px solid #f7f3e9;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) translateX(-40%) rotate(45deg);
}

@media (max-width: 768px) {
  .cid-uHOEsmnwYL .embla__button {
    top: auto;
  }
}
.cid-uHOEsmnwYL .item-wrapper {
  height: 100%;
}
.cid-uHOEsmnwYL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uHOEsmnwYL .user_image {
  max-width: 300px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uHOEsmnwYL .user_image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uHOEsmnwYL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uHOEsmnwYL .embla {
  position: relative;
  width: 100%;
}
.cid-uHOEsmnwYL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHOEsmnwYL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHOEsmnwYL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHOEsmnwYL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}


.cid-uHOEsmnwYL p {
  text-align:left;
  font-size:1.1em;
}

.cid-uHOEsmnwYL .user_name {
  color: #f9cd5d;
  border-top:1px solid #f9cd5d;
}

.cid-uHOEsmnwYL .user_desk {
  padding-top:0px;
  font-size:0.8em;
}

.cid-uHOEsmnwYL .user_text,
.cid-uHOEsmnwYL .user_name,
.cid-uHOEsmnwYL .user_desk {
  padding: 0rem 1.5rem;
}


@media (max-width: 767px) {
  .cid-uHOEsmnwYL .user_text,
  .cid-uHOEsmnwYL .user_name,
  .cid-uHOEsmnwYL .user_desk {
    padding: 0rem 0rem;
  }
}

	
	


/***CTA***/

.CTA{
margin:0;
text-align:center;
padding:5% 15%;
background-color:#332F30;
color: #f7f3e9;
 }
 
 
/*** To create consistent margins on your rows that flex for mobile devices***/
.ROW-MARGINS, .PROGRAM-CARDS {
    margin:5% 5% 0 5%;/***Top Right Bottom Left**/
}
     @media only screen and (max-width: 1200px) {
       .ROW-MARGINS, .PROGRAM-CARDS {
    margin:5px;
}
     }
	 
/***card**/
.card {
  background-color:#9D9D8B;
  border: none;
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  border-radius: 7px;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: auto;
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.card-wrapper {
  -webkit-flex: 1;
  display: flex;
  align-items: center;
}	

.card-text{
   margin-top:5%;
 } 

.card-footer {
    text-align: center;
    font-size: 20px;
}

.card-footer p{
    display:inline;
}


.card-title{
    margin:5%;
    font-weight:500;
    text-align: center;
	font-size:1.5em;

}
.card-body h4{
    margin:5% 10% 0 10%;
    text-align: center;
	color:#50524a;
	font-size:0.9em;
}


.card-body ul, card ol {
    margin-left:5%;
}
.card-body li, .card li {

}
 
.card-body em{
	font-weight:600;
}




/***Product List**/
.PRODUCT-LIST {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.PRODUCT-LIST .col-title {
  margin-bottom: 32px;
}
.section-title {
  color: #24262b;
}
.PRODUCT-LIST .mbr-section-subtitle {
  color: #24262b;
}
.PRODUCT-LIST .cards-row {
  row-gap: 10px;
}
.PRODUCT-LIST .card {
  border-radius: 0;
}
.PRODUCT-LIST .card-wrapper {
  display: flex;
  align-items: center;
}

.PRODUCT-LIST .text-wrap {
  flex-grow: 1;
}
.PRODUCT-LIST .card-title {
  color: #24262b;
}
.PRODUCT-LIST .card-text {
  color: #332F30;
  text-align:center;
}
    

/***FOOTER***/


.FOOTER {
  margin:0;
  padding: 3rem;
  font-size:0.9em;
}

.FOOTER p{
   font-size:0.9em;
   opacity:0.6;
 }

	
.FOOTER a, .FOOTER a:visited, .FOOTER a:active {
    text-decoration: underline;
 }

 
.FOOTER .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.FOOTER .social-row .soc-item a:hover .ICONS {
  opacity: .75;
}
.FOOTER .social-row .soc-item a .ICONS {
  font-size: 20px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;

}


.copyright {
  margin-top:20px;
  text-align: center;
  font-size:14px;
}







/****Gradient***/


@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

/***map***/

.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/***Cookie Notice***/
.cookie-wrapper{
font-size: 1.4rem;
  position: relative; 
  width: 100%; 
  max-width: 500px; 
  margin-right: auto; 
  margin-left: auto; 
  padding: 1rem; 
  text-align: center; 
  border-radius: 20px; 
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  color:#cf8d07; 
  background:#332F30;
  }
  
 /****other***/
 .dropup .dropdown-toggle::after {
  display: none;
}

.disclaimer{
    color: #f6e7c6;
	font-weight: 400;
	font-size:1em;
	text-align:left;
	padding:0 10%;
 }
 
 .NEWSLETTER {
padding-top:3%;
background-color:#332F30;

 } 
 
 
 /***** News Postings****/
 
.POSTS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9d9d8b;
}

.POST-ITEMS{
margin-top:2%;
 }

.POSTS .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}

.POSTS h4{
  font-size:1em; 
  color: #f7f3e9;
  
  }
  
 .POSTS p{
 font-size:0.8em;
  letter-spacing: -0.025rem;
  } 
.POSTS .item-img {
  position: relative;
  border-radius: 10px;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.POSTS .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
.POSTS .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.3) 10%, rgba(35, 35, 35, 1) 100%);
  pointer-events: none;
}
.POSTS img,
.POSTS .item-img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 250px;
  object-fit: cover;
}
.POSTS .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.POSTS .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.POSTS .card_text {
  padding-top: 0;
  color: #f7f3e9;
}
.POSTS .card-number {
  min-width: 48px;
  color: #f7f3e9;
  text-align: right;
}
.POSTS .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.POSTS .list_content:nth-child(1) {
  border: none;
}
.POSTS .list_date {
  min-width: 130px;
}
.POSTS .list_text {
  padding: 0 1rem;
}
.POSTS .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .POSTS .main_header {
    margin-bottom: 2.5rem;
  }
  .POSTS .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .POSTS .mbr-text {
    margin-top: .75rem;
  }
  .POSTS .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .POSTS .item-img,
  .POSTS img {
    max-height: 200px;
  }
  .POSTS .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .POSTS .list_text {
    padding: 5px 0;
  }
  .POSTS .list_number {
    text-align: left;
  }
}


/***** PICTURE and Text ****/

.PICTURE-AND-TEXT {
    background-color: #332F30;
    margin: 2% 0;
    padding: 0;
}

.PICTURE-AND-TEXT .text-wrapper {
  padding: 5% 5% 1% 8%;
  color: #f7f3e9;
}

.PICTURE-AND-TEXT UL{
 padding-left:3%;
  }
  
  /** FILL WITH IMAGE ***/
/******* fill column with image*********/
.fillwithimage{
    width: 100%;
}

.fillwithimage img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***BADGES***/
.BADGES {
padding:2%;
text-align:center;
}

.BADGES p {
  text-align:center; 
  }
.BADGES img {
  max-width:100px; 
}

.BADGES .col-title {
  margin-bottom: 5px;
}

.BADGES .cards-row {
  row-gap: 15px;
}
.BADGES .card {
  border-radius: 0;
  background-color:transparent;
  box-shadow:none;
}
.BADGES .card-wrapper {
  display: flex;
  align-items: center;
}
.BADGES .iconfont-wrapper img {
  display: block;
  width: 150px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.BADGES .text-wrap {
  flex-grow: 1;
}
.BADGES .card-title {
  color: #f7f3e9;
  margin: 0;
  padding: 0;
  text-align: left;
}
.BADGES .card-text {
  color: #f7f3e9;
  font-size:0.8em;
}

/***** Bullet List ****/

.BULLET-LIST {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #9d9d8b;
  color: #332F30;
}
.BULLET-LIST .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.BULLET-LIST .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem; 
  color: #332F30;
}
.BULLET-LIST .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #332F30;
  background-color: #cf8d07;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '\2714';
}






/*** MODULES **/

.MODULES {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #332F30;
}

.MODULES .INTRO{
  margin: 0 0 2% 0;
color:#f7f3e9;
 }

@media (max-width: 992px) {
  .MODULES .container {
    padding: 0 10px;
  }
}
.MODULES .row {
  justify-content: center;
  margin: 0 -10px;
}

.MODULES .item {
  padding: 0 10px;
  margin-bottom: 30px;
}
.MODULES .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #9d9d8b;
  border-radius: 10px !important;
}
.MODULES .item .item-wrapper .item-content {
  padding: 0px 20px;
}
@media (max-width: 992px) {
  .MODULES .item .item-wrapper .item-content {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.MODULES .item .item-wrapper .item-content .card-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.MODULES .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.MODULES .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.MODULES .item .item-wrapper .item-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.MODULES .mbr-section-title {
  color: #f7f3e9;
  text-align: center;
}
.MODULES .card-title {
  padding-bottom:0;
  margin-bottom:0;
}
.MODULES .card-text {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}
.MODULES .col-list {
  margin-top: 10px;
  width: 100%;
}
.MODULES .list-title {
  color: #332F30;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .MODULES .list-title {
    text-align: center !important;
  }
}
.MODULES .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.MODULES .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.MODULES .item-wrap:not(:first-child) {
  margin-top: 10px;
}
.MODULES .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #4caf50;
}
.MODULES .iconfont-wrapper .mbr-iconfont {
  color: #4caf50;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #0c0c0c;
}
.MODULES .list-text {
  color: #332F30;
  flex-grow: 1;
}
.MODULES .mbr-section-title,
.MODULES .mbr-section-btn {
  color: #cdcec8;
}

/****PRICING***/

.PRICING {
  font-weight: 300;
}

.PRICING .card {
    background-color: #332F30;
    border: none;
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
	border-radius:20px;
}

.PRICING .card-header {
    border-radius:20px 20px 0 0;
	background-color: #9d9d8bFF;
	background-image: linear-gradient(#f7f3e9, #9d9d8b);
 }
 
 .PRICING .card-header h4{
	color: #332F30FF;
	font-weight:bold!important;
 }

.PRICING .btn-block {
    display: block;
    width: 100%;
}

.PRICING .card-body h4{
	color:#e2b446;
}

.PRICING h5 {
    line-height: 22px;
    font-size: 18px;
}

.PRICING .subtitle {
  color: #9d9d8b;
  line-height: 24px;
}

.PRICING .display-5 {
  font-size: 3rem;
}

.PRICING .font-14 {
  font-size: 14px;
}

.PRICING .pricing-box sup {
  top: -20px;
  font-size: 16px;
}

.PRICING .btn-info-gradiant {
  background: #cf8d07;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #f9cd5d 0%, #cf8d07 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f9cd5d), to(#cf8d07));
  background: -webkit-linear-gradient(left, #f9cd5d 0%, #cf8d07 100%);
  background: -o-linear-gradient(left, #f9cd5d 0%, #cf8d07 100%);
  background: linear-gradient(to bottom, #f9cd5d 0%, #cf8d07 100%);
  border-radius:0 0 20px 20px;
}

.PRICING .btn-info-gradiant:hover {
  background: #dea208;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #dea208 0%, #ab7407 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dea208), to(#ab7407));
  background: -webkit-linear-gradient(left, #dea208 0%, #ab7407 100%);
  background: -o-linear-gradient(left, #dea208 0%, #ab7407 100%);
  background: linear-gradient(to bottom, #dea208 0%, #ab7407 100%);
  border-radius:0 0 20px 20px;
}

.PRICING .btn-danger-gradiant {
  background: #cf8d07;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #f9cd5d 0%, #cf8d07 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f9cd5d), to(#cf8d07));
  background: -webkit-linear-gradient(left, #f9cd5d 0%, #cf8d07 100%);
  background: -o-linear-gradient(left, #f9cd5d 0%, #cf8d07 100%);
  background: linear-gradient(to bottom, #f9cd5d 0%, #cf8d07 100%);
  border-radius:0 0 20px 20px;
}

.PRICING .btn-danger-gradiant:hover {
  background: #dea208;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #dea208 0%, #ab7407 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dea208), to(#ab7407));
  background: -webkit-linear-gradient(left, #dea208 0%, #ab7407 100%);
  background: -o-linear-gradient(left, #dea208 0%, #ab7407 100%);
  background: linear-gradient(to bottom, #dea208 0%, #ab7407 100%);
  border-radius:0 0 20px 20px;
}

/*********** groundwork details ********/
.container-grid.groundwork {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('images/groundwork-background.png');
  background-position: center center; 
  color: #f7f3e9;
}

/********Groundwork Accordion***********/
/*ACCORDION*/
.accordion {
  margin: auto;
  width: 90%;
}

.accordion li{
  font-size: 1.2rem;
 }

.accordion a, .accordion a:visited {
    text-decoration: underline;
}

.accordion a:hover, .accordion a:active{
    color: #cf8d07;
 }
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: #332F30;
    height: 64px;
    transition: all .15s ease-in-out;
	
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);

}
header.box {
  background: #736757;
  z-index: 100;
  cursor: initial;
  border-radius: 20px 20px 0 0; /***added rounded corners***/
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: #f7f3e9;
  cursor: initial;
}
.box-title {
  width: calc(100% - 40px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
  padding: 20px;
  color: rgba(35,35,35,1);
  display: none;
  color:#f7f3e9;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  color:#f7f3e9;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
  border-radius: 20px;/***added rounded corners***/
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}



/*flex boxes for horizontal boxes*/
 .summary_row{
 display:flex;
 flex-direction: row;
 flex-wrap:wrap;
 width:100%;
 border-radius:20px;
 text-align:center;
 box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.summary_one{
  background-color: #996807;
  flex: 1;
  padding:2%;
}

.summary_two{
  background-color: #ab7407;
  flex: 1;
  padding:2%;
}
.summary_three{
  background-color: #c88808;
  flex: 1;
  padding:2%;
}

.summary_four{
  background-color: #f6ad1c;
  flex: 1;
  padding:2%;
}
.summary_five{
  background-color: #f6bb44;
  flex: 1;
  padding:2%;
}
.summary_six{
  background-color: #f8cc74;
  flex: 1;
  padding:2%;
}
.summary_seven{
  border: 2px solid #f9d691;
  flex: 1;
  padding:2%;
}

.summary_clear{
  flex: 1 30%;
  padding:2%;
}

/* Responsive layout - makes a one column layout on phones*/
@media (max-width: 800px) {
  .summary_row {
    flex: 100%;
    flex-wrap:wrap;
  }
}
/* Responsive layout - makes a one column layout on tablets*/

@media (max-width: 1024px) {
  .summary_clear{
  flex: 1 100%;
  padding:2%;
  text-align: center;
  flex-wrap:wrap;
}
}