:root {
  --primary-color: #0083B8;
  --primary-color-lighter: #339CC6;
  --primary-color-darker: #016993;
  --secondary-color: #FFFFFF;
  --secondary-color-lighter: #FFFFFF;
  --secondary-color-darker: #E0E0E0;
  --tertiary-color: #E0E0E0;
  --tertiary-color-lighter: #F5F5F5;
  --tertiary-color-darker: #BABABA;
}.c-header .container { max-width: inherit !important; }
.phone-link { margin-left: 10px; }

.c-header__logo { flex-basis: inherit !important; }
.c-socials__icon { color: #fff; }
.c-socials__icon:hover { color: #fff; }
.c-hero__t-cell { height: 360px; }

/* Nav Width Fix for Laptop Size (long menu) */
@media (max-width:1199px) { .phone-link { display: none !important; } }
@media (max-width:991px) { .phone-link { display: flex !important; margin-left: 0px; } }

/* Tripadvisor Embed Block */
.tripadvisor-embed .embed-responsive:before { padding-top: 0px; }
.tripadvisor-embed .embed-responsive { box-shadow: none; }
.tripadvisor-embed .u-box-shadow { box-shadow: none; -webkit-box-shadow: none; }
.tripadvisor-embed #CDSWIDWRL { margin: 0 auto; }


/* Form Styling */
.userformsgroup { display: block; border: none; padding: 10px 0px 20px; margin: none; }
.userformsgroup legend { font-weight: 500; color: #549936; font-size: 1.4rem; display: block; width: 100%; padding: 0px 0px 10px; border-bottom: 1px solid rgba(0,0,0,0.2);  }
.userform .optionset .left { font-weight: 500; font-size: 18px; color: #333333; border: none; }
.userform-fields .field { position: relative; }
.userform-fields .right-title { position: absolute; top: 0px; right: 0px; font-size: 0.8rem; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { background-color: #0183B8; color: #fff; padding: 18px 20px; }

/* FIXING CHECKBOX GROUP
.b-form-basic .optionset.checkboxset label:before { content: ''; position: absolute; left: 0; top: -2px; z-index: 10; width: 30px; height: 30px; border-radius: 4px; background: #ffffff; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1); border: solid 1px #cccccc; }
.b-form-basic .optionset.checkboxset input[type="checkbox"] { position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; }
.b-form-basic .optionset.checkboxset label:after { content: '\f00c'; position: absolute; left: 6px; top: 0px; font-weight: 900; font-family: 'Font Awesome\ 5 Free'; z-index: 20; font-size: 20px; opacity: 0; -webkit-transition: opacity 200ms ease-in-out; -o-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out; }
.b-form-basic .optionset.checkboxset input[type="checkbox"]:checked+label:after { opacity: 1; }*/
.b-form-basic .optionset label:hover, .b-form-basic .optionset input:hover { cursor: pointer; } 

@media (max-width: 576px) { h1 { font-size: 1.85rem; } }
@media (max-width: 768px) { 
.c-hero-slider__title, .c-hero-slider__content p { text-align: center !important; }
}

/* Please add this to takahe theme - auto smooth scrolling to anchors */
html { scroll-behavior: smooth; }

/* Adjusting top nav items alignment for Lato */
.c-menu__link-icon { top: 0px; font-size: 10px; }
.c-childmenu__link { padding: 16px 15px 16px; }

/* Footer Icon Override */
.c-footer__info-icon { color: #fff !important; }

/* Adjust the size of the MINTDESIGN Logo */
.c-mintdesign { transform: scale(0.8); margin-right: -30px; }

/* Adjusting the transparency of the heros */
.c-hero-slider__main:before { background: rgba(0,0,0,0.5); }
.c-hero:before { background: rgba(0,0,0,0.4); }

/* White Slider Nav */
.c-hero-slider__slider-button svg path { fill: #fff !important; }
.c-hero-slider__carousel .slick-dots li.slick-active button { background: #fff; }
.c-hero-slider__carousel .slick-dots li button { border-color: #fff; }

/* Homepage Tile Hover */
.b-partners__item--style-1 { box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1); transition: all 0.3s; padding: 20px; }
.b-partners__item--style-1 img { border-radius: 4px; }
a.b-partners__item--style-1:hover { transform: scale(1.1); }
.b-partners__item--style-1 .b-partners__item-title { color: #333 !important; min-height: 60px; }

/* Custom HR */
hr { min-width: 200px; max-width: 300px; height: 6px; border-radius: 2px; background: #549936; border: none !important; margin: 40px 0px; }
hr.white { background-image: none; background-color: #ffffff; }

/* Column Titles */
.b-column__title { line-height: 1.25; letter-spacing: 0.025em; font-weight: 500; }

/* Fixing Column Icons with no-width SVGs */
.b-column__icon { min-width: 60px; }

/* Check List */
.main-content ul { margin-top: 20px; }
.c-ul li:before { color: #549936; top: 1px; font-size: 18px; }
.c-ul { margin-bottom: 20px; }

/* Removing random padding */
.mintdesign__blocks__wysiwygwithimage__wysiwygwithimage .block-content { padding-bottom: 0px; }

/* Left Align Column Block - Just for NTA */
.mintdesign__blocks__column__column .b-column__row { 
  -webkit-box-pack: inherit !important;
  -webkit-justify-content: inherit !important;
  -ms-flex-pack: inherit !important;
  justify-content: inherit !important; }

/* Heading Margin */
.block-title { margin-bottom: 40px; }

/* FAQ Title Fix */
.b-faq__title { margin-right: 26px; }

.b-partners__title-wrapper { padding-top: 30px !important; }