:root {
  --color-font: #4D4D4D;
  --color-primary:#025959;
  --color-secondary:#F2E0C9;
  --color-link: #025959;
}
body {
  font-family: "halyard-display", sans-serif;
  line-height: 1.8em;
  font-size: 1.15em;
  font-weight:300;
}
p strong, p b{font-weight:500;}
.primary-font{font-family: "halyard-display", sans-serif;}
.secondary-font{
	font-family: "halyard-display", sans-serif;
	  font-variant-numeric: lining-nums;
	-moz-font-feature-settings:"lnum" 1; 
	-moz-font-feature-settings:"lnum=1"; 
	-ms-font-feature-settings:"lnum" 1; 
	-o-font-feature-settings:"lnum" 1; 
	-webkit-font-feature-settings:"lnum" 1; 
	font-feature-settings:"lnum" 1;
}
@media (min-width: 1400px){
	.container {
		width: 80vw;
	}
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "halyard-display", sans-serif;
  color: #2d2d2d;
  font-variant-numeric: lining-nums;
-moz-font-feature-settings:"lnum" 1; 
-moz-font-feature-settings:"lnum=1"; 
-ms-font-feature-settings:"lnum" 1; 
-o-font-feature-settings:"lnum" 1; 
-webkit-font-feature-settings:"lnum" 1; 
font-feature-settings:"lnum" 1;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-weight: 600;
  line-height: 1.2em;
  font-size:50px;
}

.h3, h3 {
  font-weight: 600;
  line-height: 1.3em;
}

.h4, h4 {
  font-weight: 600;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7em;
}

.h6, h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  font-family: "halyard-display", sans-serif;
  letter-spacing:4px;
}
.large-number{font-size:6rem;}
.titlebar-inner h1{margin:0;}
.text-white h2, .text-white h3, .text-white h4, .text-white h5{color:#FFF;}
.content-blocks h4{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 3px;
	color: #2c2e35;
	font-family: "halyard-display", sans-serif;
}
.content-blocks h2{
	margin-top: 0;
	font-size: 62px;
	line-height: 1.2em;
}
.lqd-parallax-images-4 .liquid-counter {color: #af8a52;}
@media all and (max-width: 991px) {
	#about {padding-top: 100px!important;padding-bottom:100px!important;}
	#about .lqd-parallax-images-11{margin-bottom:100px;}
	.lqd-parallax-images-11 .liquid-img-group-single:nth-child(1) {left: -130px;}
	.lqd-parallax-images-11 .liquid-img-group-single:nth-child(2) {top: 30px; right: 0; left: -80px;}
}
@media all and (max-width: 450px) {
	.lqd-parallax-images-11 .liquid-img-group-single:nth-child(2) {top:0;}
	.lqd-parallax-images-11 .liquid-img-group-single:nth-child(3) {top: 0;right: -80px;left: 0;}
}
.btn-white.btn-solid {color: #EC1C24;}
.btn, button{font-family: "halyard-display", sans-serif;font-weight:700;}
input, button, select, textarea {font-family: "halyard-display", sans-serif;font-weight:700;}
@media (max-width: 767px) { 
	.btn{display:flex;}
	.home .btn-icon{font-size:18px !important;}
	.content-blocks h2{font-size: 36px;}
}
@media (max-width: 991px) { 
	.arrow-button{justify-content: center;}
	.arrow-button span{width:auto!important;}
	.sm-inline-block{display:inline-block;}
}
.btn-white.btn-solid {color: #2c2e35;}
.ld-fancy-heading p{letter-spacing: 0.05em;}
/* */
@media (min-width: 1200px) { .main-header .container {max-width: inherit;} }
.main-nav > li > a {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  font-family: "halyard-display", sans-serif;
  letter-spacing: 1px;
}
.main-nav > li.active > a, .main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #D9D9DB;
}
.main-nav .children > li > a, .nav-item-children > li > a {font-weight: 700;}
/* */
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.navbar-brand img {
    max-width: 220px;
}
.is-stuck .navbar-brand .logo-sticky{max-width:160px;}
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #2c2e35 !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #FFF !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn {
    color: #fff;
  }
  .is-stuck .btn.btn-solid {
    background-color: #2c2e35;
  }
  .is-stuck .btn:hover {
    border-color: #3a3a3a;
    color: #fff;
  }
  .is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
    background-color: #3a3a3a;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}
.cta-menu p{text-align: right; line-height: 1.5em;}
.main-header .is-stuck .cta-menu p{line-height: 1.2em;}
footer.liquid-lp-footer{background-image:none!important;}
/* Footer */
footer{background-size: cover;background-repeat: no-repeat;}
.main-footer {color: #FFF;border-top: 0px;}
.main-footer a:not(.btn) {color: #FFF;}
.main-footer a:not(.btn):hover {color: #9e9e9e;}
.main-footer .copyright a{color:#FFF;}
.main-footer .btn:hover{background-color:var(--color-primary) !important;}
.associations img{max-width:100px; height:auto;margin-bottom: 1em;margin-right: 1em;filter: grayscale(1);}
.associations{display: flex;flex-wrap: wrap;justify-content: flex-start; gap:10px;align-items: center;}
/* */
@media screen and (max-width: 1199px){
	.main-header .navbar-brand {padding: 12px 0;}
	.navbar-brand img{max-width:250px;}
	[data-mobile-nav-style=modern] ul.nav.main-nav, [data-mobile-nav-style=minimal] ul.nav.main-nav {padding-bottom: 32px;}
	.main-header{position: absolute;}
	[data-mobile-header-scheme=gray] .main-header .navbar-header { background-color: transparent;}
	[data-mobile-header-scheme=gray] .main-header .is-stuck .navbar-header { background-color: #2c2e35;}
	[data-mobile-nav-style="classic"] .navbar-collapse, [data-mobile-nav-style="minimal"] .navbar-collapse {background-color: #2c2e35;}
	ul.nav.main-nav > li > a {color: #FFF; text-transform: uppercase; font-weight:600;}
	ul.nav.main-nav > li > a:hover {color: #D9D9DB;}
}
@media (max-width: 650px) {.associations img{margin-bottom: 2em;margin-right: 2em;}.navbar-brand img{max-width:200px;} }
@media screen and (min-width: 1200px){
	.is-stuck .main-nav .children, .is-stuck .nav-item-children {top: 100%;}
	.main-nav .children, .nav-item-children {top: 70%;}
}
.nav-trigger .bar {background-color: #FFF;}
.main-nav .children, .nav-item-children {border-radius: 0;}
.main-nav .children > li, .nav-item-children > li {font-size: .80em;line-height: normal;font-family: "halyard-display", sans-serif;text-transform: uppercase;}
/* Header
.titlebar .ld-media-bg {
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(13,13,13,0) 67%,rgba(0,0,0,0) 100%), radial-gradient(circle at 0% 80%,rgba(21,21,21,.3),rgba(21,21,21,0));
}*/
.fullheight h1{font-size:85px;line-height: 1.2em;font-weight:600;}
@media screen and (max-width: 1199px){
	.home.fullheight {min-height: auto;padding:5rem 0 0;}
}
@media screen and (max-width: 991px){
	.home.fullheight {
		align-items: center !important;
	}
}
@media screen and (max-width: 991px){
	.home.fullheight {min-height: 700px;}
}
@media screen and (max-width: 460px){
	.home.fullheight {min-height: auto;padding:5rem 0 0;}
	.no-mobi{display:none;}
}
.titlebar-inner {
    padding-top: 250px;
    padding-bottom: 200px;
}
@media (min-width: 1200px) {
	.titlebar-inner{
		padding-top: 300px;
    	padding-bottom: 200px;
	}
}
@media (min-width: 1500px) {
	.titlebar-inner{
		padding-top: 350px;
    	padding-bottom: 250px;
	}
}
@media (max-height: 800px){
	.fullheight h1{font-size: 40px !important;line-height: 50px !important;}
	.fullheight h1{margin-bottom:0!important;}
	.fullheight .ld-fancy-heading .mb-5 {margin-bottom:1.3rem !important;}
}
@media all and (min-width: 768px) {
	.titlebar-inner .titlebar-col{text-align:left;}
	.text-center .titlebar-scroll-link{margin-left:0;}
}
@media screen and (max-width: 1500px){
	.home.fullheight h1 span {
    	font-size: 45px !important;
		line-height: 1.2em;
	}
}
	@media screen and (max-width: 767px){
	.home.fullheight h1 span {
    	font-size: 30px !important;
	}
}
@supports (-webkit-touch-callout: none) {
  .bg-fixed {background-attachment: scroll;}
}
/* Home Hover Boxes Full Width */
.hover-box{background-color:#545453;display:flex;}
@media screen and (max-width: 767px){.hover-box{display:block;}}
.hover-box .iconbox{margin-bottom: 0em;}
.hover-box a.lqd-column{
    color: #FFF;
    background-color: #545453;
    position: relative;
	flex: 1;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 300ms;
    /* Opera */
    -ms-transition: all ease-in 300ms;
    /* IE9? */
}
.hover-box a.lqd-column:nth-child(2) {
    background-color: #60605F;
}

.hover-box a.lqd-column:nth-child(3) {
    background-color: #666665;
}

.hover-box a.lqd-column:nth-child(4) {
    background-color: #6d6d6c;
}
.hover-box .iconbox-filled-hover:before {
    background: #626261;
}
.iconbox-xl .iconbox-icon-container img {
    width: auto;
    max-height: 90px;
}
.iconbox-filled-hover:hover a h3{color:#FFF !important;}
.iconbox-lg .iconbox-icon-container img {width: 70px;}
/* */
@media screen and (min-width: 991px) { .stretch-to-right { margin-right: -22vw !important; } }
/* */
@media all and (min-width: 1199px) {
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
}
/* */
.thumb-box{
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumb-box.team{height:400px;}
.home-boxes{height:400px;position:relative;}
.fancy-box-travel.fancy-box-big .fancy-box-contents {right: 0;}
.fancy-box-travel .fancy-box-footer {margin-top: 1em;}
.fancy-box-travel h3 {
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "halyard-display", sans-serif;
	font-size: 1.3em;
}
@media all and (max-width: 991px) {
	.fancy-box h3 {font-size: 1.5em;}
}
.cb-img-btn {background-color: rgba(0, 0, 0, 0.55);}
.fancy-box .btn > span{justify-content: start;}
.ld-pf-item.ld-pf-light .ld-pf-bg {background-color: rgba(14, 8, 8, 0.7);}
.display-none{display:none;}
.accent-bg{
	background-position: bottom center;
	background-size:contain;
	background-repeat: no-repeat;
}
.bg-athens-gray {background: #F4FCFF !important;}
/* */
.contact-form select, .contact-form input, .contact-form textarea, .contact-form .ui-selectmenu-button{
	color: #000 !important;
	font-weight:600;
	font-size:21px;
}
.ld-msg {font-weight: 600;font-size: 1.2em;}
.activate.off{display:none;}
.grecaptcha-badge { visibility: hidden; }

.flexy-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
/* */
@media all and (max-width: 991px) {
.mobi-contain{background-size:contain !important;}
}
ol.breadcrumb span {opacity: 1;}
ol.breadcrumb > li{text-transform: uppercase;}
ol.breadcrumb > li:not(:last-child)::after {
    font-family: "Font Awesome 6 Pro"; font-weight: 900;
}
/*footer logos */
.gallery-cell {
	width: 180px;
	height: 80px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	filter: grayscale(100%);
	opacity:.6;
	transition: 0.3s;
}
.gallery-cell:hover{opacity:1;filter:none;}
.gallery-cell a{width: 100%;height: 100%;display: block;}
/* cell number */
.gallery-cell:before {
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {.gallery-cell {width: 150px;}}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {.gallery-cell {width: 70%;height: 60px;}}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {.gallery-cell {width: 50%;height: 60px;}}
@media all and (max-width: 991px) {.carousel-nav{display:none;}}
/* */
.liquid-lp-read-more .btn-line-after::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-top: -1px;
}
.liquid-lp-details {
    color: #2c2e35;
}
.main-sidebar a.btn:hover {
    color: #FFF;
}
.btn > span {
    justify-content: center;
    width: 100%;
	font-weight: 600;
}
@media (max-width: 992px){
.btn { white-space: nowrap;}
}
/* */
@media (max-width: 991px){.scroll-container{display:none;}}
#scroll {
 position:relative;
 left:calc(100% - 50px);
 bottom:50px;
 padding-left:70px;
 line-height:20px;
 -webkit-transform-origin:0 100%;
 transform-origin:0 100%;
 -webkit-transform:rotate(-90deg);
 transform:rotate(-90deg);
 z-index:87;
 will-change:transform;
 color:#FFF;
}
#scroll:hover .scroll-line:before {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 -webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
 transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
 transition:transform .5s cubic-bezier(.165,.84,.44,1);
 transition:transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1)
}
#scroll.hide .scroll-line:before,
.freezed #scroll .scroll-line:before,
.scroll-hide .scroll-line:before {
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 -webkit-transition:-webkit-transform .5s cubic-bezier(.895,.03,.685,.22);
 transition:-webkit-transform .5s cubic-bezier(.895,.03,.685,.22);
 transition:transform .5s cubic-bezier(.895,.03,.685,.22);
 transition:transform .5s cubic-bezier(.895,.03,.685,.22),-webkit-transform .5s cubic-bezier(.895,.03,.685,.22)
}
#scroll.hide .scroll-txt,
.freezed #scroll .scroll-txt,
.scroll-hide .scroll-txt {
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 -webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:transform .5s cubic-bezier(.165,.84,.44,1) .4s,-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s
}
#scroll.hide .scroll-txt-mask,
.freezed #scroll .scroll-txt-mask,
.scroll-hide .scroll-txt-mask {
 -webkit-transform:translateX(-100%);
 transform:translateX(-100%);
 -webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:transform .5s cubic-bezier(.165,.84,.44,1) .4s;
 transition:transform .5s cubic-bezier(.165,.84,.44,1) .4s,-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .4s
}
.scroll-txt {
 -webkit-transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
 transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
 transition:transform .3s cubic-bezier(.165,.84,.44,1);
 transition:transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
 overflow:hidden
}
.scroll-txt-mask {
 -webkit-transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
 transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
 transition:transform .3s cubic-bezier(.165,.84,.44,1);
 transition:transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1)
}
.scroll-line {
 position:absolute;
 left:0;
 bottom:8px;
 width:50px;
 height:3px;
 overflow:hidden
}
.scroll-line:before {
 content:'';
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#fff;
 -webkit-transform:translateX(-80%);
 transform:translateX(-80%);
 -webkit-transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);
 transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);
 transition:transform .5s cubic-bezier(.77,0,.175,1);
 transition:transform .5s cubic-bezier(.77,0,.175,1),-webkit-transform .5s cubic-bezier(.77,0,.175,1)
}
@media (max-width: 991px){
	#scroll {
    left: auto;
    bottom: 0;
    padding-left: 0;
	transform-origin: unset;
	transform: unset;
	display: inline-block;
	}
	.scroll-txt {width:200px;}
}
/* video layer */
.video-layer{padding-top:100px;padding-bottom:100px;}
.video-layer h2{font-size:46px !important;}
@media (min-width: 992px){
	.video-layer{padding-top:200px;padding-bottom:200px;}
	.video-layer h2{font-size:72px !important;}
}
/* about us */
.about-text{font-size:30px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {.about-text{font-size:22px;}}
/* */
.liquid-blog-item-inner h2{font-size:36px;}
nav.kwikweb_nav_strip ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 1em;
    text-transform: uppercase;
	margin-bottom:3rem;
}
/* home boxes*/
.rollover-boxes{height: 400px;background-position: center;background-repeat: no-repeat;}
/* */
input::placeholder {
  font-weight: 400;
  font-size:20px;
  opacity: 1;
  color: black;
}
.contact-form label {
  color:black;
}
