@charset "UTF-8";
/*
	HTML5 Reset :: style.css
-------------------------------------------------------------------------------*/
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	/*background: #f00;*/
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('../images/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('../images/rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image:         -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	-webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	-webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	        box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../images/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	transition: .3s;

	background:url(../images/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../images/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:250px;
	height:150px;
	/*background-image:url(../images/preloader.gif);*/

	left:50%;
	top:50%;
	margin-left:-125px;
	margin-top:-75px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-follower .tooltipster-box{background:#fff;border:0;border-radius:0}.tooltipster-follower .tooltipster-content{color:#000;padding:0}.tooltipster-follower.tooltipster-borderless .tooltipster-box{border:0;background:#fff;}.tooltipster-follower.tooltipster-light .tooltipster-box{border-radius:0;border:0;background:#fff}.tooltipster-follower.tooltipster-light .tooltipster-content{color:#000}.tooltipster-follower.tooltipster-noir .tooltipster-box{border-radius:0;border:0;background:#fff}.tooltipster-follower.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-follower.tooltipster-punk .tooltipster-box{border-radius:0;border:0;background:#fff}.tooltipster-follower.tooltipster-shadow .tooltipster-box{border:0;border-radius:0;background:#fff;}.tooltipster-follower.tooltipster-shadow .tooltipster-content{color:#000}
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
@font-face{font-family:lg;src:url(../fonts/lg.ttf?22t19m) format("truetype"),url(../fonts/lg.woff?22t19m) format("woff"),url(../fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-webkit-transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s, -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s, -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;-webkit-box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-webkit-transition:-webkit-box-shadow .3s ease 0s;transition:-webkit-box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{-webkit-box-shadow:0 0 0 8px #fff inset;box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-webkit-transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s, -webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-webkit-transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: inherit;
  color: inherit;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

:root {
  --textColorOpacity: 1.0;
}

/* #0E0E0F */
/* #FFFFFF */
/* #E5E5E5 */
/* #EB3323 */
/* #E7E5D4 */
/* #0F2010 */
/* #0C0B5E */
/* #2E66D7 */
/* #2FADC1 */
/* #1C19A8       // old #0F206C */
/* #29B373 */
/* #12834B */
/* #FFCA31 */
/* #F8A98D */
/* #F06531 */
/* #662D90 */
/* #E478A0 */
/* #C59B6D */
/* #0C0B5E */
/* #2E66D7 */
/* #0C0B5E */
/* #2E66D7 */
/* #0C0B5E */
/* #FFFFFF */
/* #E5E5E5 */
/* #E7E5D4 */
/* #EB3323 */
/* #0C0B5E */
/* #2E66D7 */
/* #2FADC1 */
/* #1C19A8       // old #0F206C */
/* #29B373 */
/* #FFCA31 */
/* #F8A98D */
/* #F06531 */
/* #662D90 */
/* #E478A0 */
/* 320 */
/* 320 */
/* max-size for animations	*/
/* start mobile version	*/
.full-width-slider {
  width: 100% !important;
  height: 100vh !important;
  z-index: 1; /*background-image:url(../images/preloader.svg);*/
}
.full-width-slider.not-initialized {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.full-width-slider.not-initialized * {
  visibility: hidden !important;
  opacity: 0 !important;
}
.full-width-slider.rsMinW, .full-width-slider.rsMinW .rsOverflow, .full-width-slider.rsMinW .rsSlide {
  background-color: rgb(231, 229, 212);
}
.full-width-slider.rsMinW .rsContent {
  background-color: rgb(15, 32, 16);
}
.full-width-slider .rsNav.rsBullets {
  height: 8px;
  padding: 0;
  bottom: 65px;
  right: auto;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 700px) {
  .full-width-slider .rsNav.rsBullets {
    height: 10px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .full-width-slider .rsNav.rsBullets {
    /*height:10px;bottom:30px;*/
  }
}
@media (min-width: 1024px) {
  .full-width-slider .rsNav.rsBullets {
    height: 15px;
    bottom: 40px;
  }
}
.full-width-slider .rsNav.rsBullets .rsBullet {
  width: 20px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .full-width-slider .rsNav.rsBullets .rsBullet {
    height: 10px;
    margin: 0 6px;
  }
}
@media (min-width: 1024px) {
  .full-width-slider .rsNav.rsBullets .rsBullet {
    height: 15px;
    margin: 0 10px;
  }
}
.full-width-slider .rsNav.rsBullets .rsBullet span {
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -4px;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .full-width-slider .rsNav.rsBullets .rsBullet span {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .full-width-slider .rsNav.rsBullets .rsBullet span {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
}
.full-width-slider .rsNav.rsBullets .rsBullet:hover span {
  background-color: rgb(235, 51, 35);
}
.full-width-slider .rsNav.rsBullets .rsBullet.rsNavSelected span {
  background-color: rgb(235, 51, 35);
}
.full-width-slider .rsContent {
  background-color: rgba(0, 0, 0, 0.5);
}
.full-width-slider .rsABlock {
  left: auto;
  top: auto;
  position: relative;
}
.full-width-slider .rsVideoContainer {
  width: 300% !important;
  height: 100vh !important;
  left: -100%;
  margin: 0 auto !important;
}
.full-width-slider .rsVideoContainer .rsImg {
  width: 100vw !important;
  min-width: 100vw !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  left: 33%;
}
.full-width-slider .rsVideoContainer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 120vh;
  width: 204vh;
}
.full-width-slider img.rsImg {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  opacity: 0.8;
}
.full-width-slider .infoBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.full-width-slider .infoBlock h2 {
  font-size: 29px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  padding: 10%;
  color: rgb(255, 255, 255);
  margin: auto !important;
}
@media screen and (min-width: 700px) {
  .full-width-slider .infoBlock h2 { /* 38px @ 768px increasing to 48px @ 1920px */
    font-size: calc(2.375rem + (1vw - 7.68px) * 0.8681);
    padding: 10%;
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-slider .infoBlock h2 {
    padding: 50px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .full-width-slider .infoBlock h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 48px;
    max-width: 800px;
  }
}
.full-width-slider .infoBlock a h2 {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
}
.full-width-slider .infoBlock a h2:hover {
  opacity: 0.7 !important;
}

.events-carousel {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  /*padding:10px;*/
  max-width: 1550px !important;
  /*.carousel {
      padding:10px;
      @media (min-width: $break-sm) {
          padding:20px;
      }
      @media (min-width: $break-xxlg) {
          padding:30px;
      }
  }*/
}
@media (min-width: 700px) {
  .events-carousel {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .events-carousel {
    /*padding:60px;*/
  }
}
.events-carousel.container {
  padding-top: 40px !important;
  padding-bottom: 100px !important;
}
@media (min-width: 700px) {
  .events-carousel.container {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .events-carousel.container {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1200px) {
  .events-carousel.container {
    padding-top: 70px !important;
    padding-bottom: 140px !important;
  }
}
.events-carousel .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 700px) {
  .events-carousel .item {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .events-carousel .item {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .events-carousel .item {
    padding: 0 30px;
  }
}
.events-carousel .item .cell {
  padding: 30px 25px 180px 25px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.events-carousel .item .cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  min-height: 330px;
}
.events-carousel .item .cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events-carousel .item .cell .info {
  position: relative;
  z-index: 2;
  text-align: left;
  min-height: 100px;
}
.events-carousel .item .cell .info h2,
.events-carousel .item .cell .info p.cat {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 700px) {
  .events-carousel .item .cell .info h2,
  .events-carousel .item .cell .info p.cat { /* 19px @ 768px increasing to 24px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.434);
  }
}
@media (min-width: 1920px) {
  .events-carousel .item .cell .info h2,
  .events-carousel .item .cell .info p.cat { /* Prevent font scaling beyond this breakpoint */
    font-size: 24px;
  }
}
.events-carousel .item .cell .info h2 a,
.events-carousel .item .cell .info p.cat a {
  display: block;
}
.events-carousel .item .cell .info h2 a:hover,
.events-carousel .item .cell .info p.cat a:hover {
  text-decoration: underline;
}
.events-carousel .item .cell .info h2 {
  margin-bottom: 15px;
}
.events-carousel .item .cell .info p.date {
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .events-carousel .item .cell .info p.date { /* 13px @ 768px increasing to 18px @ 1920px */
    font-size: calc(0.8125rem + (1vw - 7.68px) * 0.434);
  }
}
@media (min-width: 1920px) {
  .events-carousel .item .cell .info p.date { /* Prevent font scaling beyond this breakpoint */
    font-size: 18px;
  }
}
.events-carousel .item .image {
  overflow: hidden;
  width: 100%; /*min-height:300px;*/
  position: relative;
  z-index: 2;
}
.events-carousel .item .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.events-carousel .item .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.events-carousel .item .image:before {
  content: "";
  padding-top: 75%;
  display: block;
}
.events-carousel .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.events-carousel .slick-slide:nth-child(3n+1) .image {
  margin: -130px 20px 0 -5px;
}
.events-carousel .slick-slide:nth-child(3n+2) .cell {
  margin-top: 5px;
}
.events-carousel .slick-slide:nth-child(3n+2) .image {
  margin: -130px 25px 0 -10px;
}
.events-carousel .slick-slide:nth-child(3n+3) .cell {
  margin-top: 10px;
}
.events-carousel .slick-slide:nth-child(3n+3) .image {
  margin: -120px -10px 0 20px;
}

.colored-carousel {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  /*padding:10px;*/
  max-width: 1250px;
  /*.carousel {
      padding:10px;
      @media (min-width: $break-sm) {
          padding:20px;
      }
      @media (min-width: $break-xxlg) {
          padding:30px;
      }
  }*/
}
@media (min-width: 700px) {
  .colored-carousel {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .colored-carousel {
    /*padding:60px;*/
  }
}
.colored-carousel .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 700px) {
  .colored-carousel .item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.colored-carousel.image-left .item .cell {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.colored-carousel.image-left .item .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 700px) {
  .colored-carousel.image-left .item .cell {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .colored-carousel.image-left .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.colored-carousel.image-left .item .image {
  width: 100%;
  margin: -30px 0 0 0;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .colored-carousel.image-left .item .image {
    width: calc(50% + 30px);
    margin: 30px -30px 30px 0;
  }
}
@media (min-width: 1024px) {
  .colored-carousel.image-left .item .image {
    width: calc(55% + 30px);
    margin: 30px -30px -30px 0;
  }
}
.colored-carousel.image-left .item .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.colored-carousel.image-left .item .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.colored-carousel.image-right .item .cell {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.colored-carousel.image-right .item .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 700px) {
  .colored-carousel.image-right .item .cell {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .colored-carousel.image-right .item .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.colored-carousel.image-right .item .image {
  width: 100%;
  margin: -30px 0 0 0;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .colored-carousel.image-right .item .image {
    width: calc(50% + 30px);
    margin: 30px 0 30px -30px;
  }
}
@media (min-width: 1024px) {
  .colored-carousel.image-right .item .image {
    width: calc(55% + 30px);
    margin: 30px 0 -30px -30px;
  }
}
.colored-carousel.image-right .item .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.colored-carousel.image-right .item .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.colored-carousel header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(231, 229, 212);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .colored-carousel header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .colored-carousel header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.colored-carousel .item .cell {
  padding: 20px;
  margin: 0 15px 0 15px;
  width: 100%;
  position: relative;
}
@media (min-width: 700px) {
  .colored-carousel .item .cell {
    padding: 30px;
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .colored-carousel .item .cell {
    margin: 0 0 30px 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .colored-carousel .item .cell {
    padding: 40px;
  }
}
.colored-carousel .item .cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.colored-carousel .item .cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.colored-carousel .item .cell .info {
  position: relative;
  z-index: 2;
  min-height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1024px) {
  .colored-carousel .item .cell .info {
    min-height: 350px;
  }
}
@media (min-width: 1920px) {
  .colored-carousel .item .cell .info {
    min-height: 400px;
  }
}
.colored-carousel .item .cell .info p {
  text-align: center;
}
.colored-carousel .item .cell .info p.suptitle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  color: rgb(12, 11, 94);
  width: 100%;
}
@media (min-width: 1024px) {
  .colored-carousel .item .cell .info p.suptitle {
    font-size: 16px;
  }
}
.colored-carousel .item .cell .info .logo {
  width: 100%;
}
.colored-carousel .item .cell .info .logo img {
  max-width: 140px;
  max-height: 140px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
.colored-carousel .item .cell .info h3 {
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 700px) {
  .colored-carousel .item .cell .info h3 {
    font-size: calc(26px + 6 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  .colored-carousel .item .cell .info h3 {
    font-size: 32px;
  }
}
.colored-carousel .item .cell .info h3 a {
  display: block;
}
.colored-carousel .item .cell .info h3 a:hover {
  text-decoration: underline;
}
.colored-carousel .item .cell .info p.desc {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 700px) {
  .colored-carousel .item .cell .info p.desc { /* 15px @ 768px increasing to 22px @ 1920px */
    font-size: calc(0.9375rem + (1vw - 7.68px) * 0.6076);
  }
}
@media (min-width: 1920px) {
  .colored-carousel .item .cell .info p.desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 22px;
  }
}
.colored-carousel .item .cell .info .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 700px) {
  .colored-carousel .item .cell .info .footer {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.colored-carousel .item .cell .info .footer p {
  color: rgb(255, 255, 255);
  margin: 10px 0 0 0;
  position: relative;
  min-height: 20px;
}
.colored-carousel .item .cell .info .footer p:not(.link) a {
  font-size: 0;
  line-height: 1.2em;
}
.colored-carousel .item .cell .info .footer p a {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: relative;
  padding: 5px 10px 5px 45px;
  display: block;
}
@media (min-width: 700px) {
  .colored-carousel .item .cell .info .footer p a { /* 14px @ 768px increasing to 17px @ 1920px */
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.2604);
  }
  .colored-carousel .item .cell .info .footer p a:not(.link) {
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.2604);
  }
}
@media (min-width: 1920px) {
  .colored-carousel .item .cell .info .footer p a { /* Prevent font scaling beyond this breakpoint */
    font-size: 18px;
  }
}
.colored-carousel .item .cell .info .footer p a:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  display: block;
  background-image: url(../images/icons.svg);
  background-repeat: no-repeat;
}
.colored-carousel .item .cell .info .footer p a:hover {
  text-decoration: underline;
}
.colored-carousel .item .cell .info .footer p.phone a:before {
  background-position: 0 -5px;
}
.colored-carousel .item .cell .info .footer p.map a:before {
  background-position: -55px -5px;
}
.colored-carousel .item .cell .info .footer p.mail a:before {
  background-position: -105px -5px;
}
.colored-carousel .item .cell .info .footer p.link {
  width: 100%;
}
.colored-carousel .item .cell .info .footer p.link a {
  text-decoration: underline;
  padding-left: 10px;
}
.colored-carousel .item .cell .info .footer p.link a:before {
  content: none;
}
.colored-carousel .item .cell .info .footer p.link a:hover {
  text-decoration: none;
}
.colored-carousel.image-left ul.slick-dots {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (min-width: 700px) {
  .colored-carousel.image-left ul.slick-dots {
    width: 50%;
    margin: -20px 0 0 0;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .colored-carousel.image-left ul.slick-dots {
    width: 55%;
    margin: 30px 0 0 0;
    text-align: right;
  }
}
.colored-carousel.image-right ul.slick-dots {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (min-width: 700px) {
  .colored-carousel.image-right ul.slick-dots {
    width: 50%;
    margin: -20px 0 0 50%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .colored-carousel.image-right ul.slick-dots {
    width: 55%;
    margin: 30px 0 0 45%;
    text-align: left;
  }
}

.paragraph {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  /*padding:10px;*/
  max-width: 1550px !important;
}
@media (min-width: 700px) {
  .paragraph {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .paragraph {
    /*padding:60px;*/
  }
}
.paragraph header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(231, 229, 212);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .paragraph header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .paragraph header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.paragraph header h2 a {
  color: rgb(255, 255, 255);
}
.paragraph header h2 a:hover {
  text-decoration: underline;
}
.paragraph .text {
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  .paragraph .text { /* 28px @ 768px increasing to 50px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.9097);
  }
}
@media (min-width: 1920px) {
  .paragraph .text { /* Prevent font scaling beyond this breakpoint */
    font-size: 50px;
  }
}
.paragraph .text p {
  font-weight: 700;
}
.paragraph footer {
  text-align: center;
  margin: 20px 0 0 0;
}
@media (min-width: 700px) {
  .paragraph footer {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .paragraph footer {
    margin: 50px 0 0 0;
  }
}
.paragraph footer a {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  color: rgb(12, 11, 94);
  letter-spacing: 1px;
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
}
.paragraph footer a:hover {
  text-decoration: none;
  border-color: transparent;
}
@media (min-width: 700px) {
  .paragraph footer a {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .paragraph footer a {
    font-size: 16px;
  }
}

.blog-carousel {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
  /*padding:10px;*/
  max-width: 1550px !important;
  /*.carousel {
      padding:20px;
      @media (min-width: $break-sm) {
          padding:30px;
      }
      @media (min-width: $break-xxlg) {
          padding:20px 10px;
      }
  }*/
}
@media (min-width: 700px) {
  .blog-carousel {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .blog-carousel {
    /*padding:60px;*/
  }
}
.blog-carousel.container {
  padding-top: 40px !important;
}
@media (min-width: 700px) {
  .blog-carousel.container {
    padding-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  .blog-carousel.container {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .blog-carousel.container {
    padding-top: 70px !important;
  }
}
.blog-carousel header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(12, 11, 94);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .blog-carousel header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .blog-carousel header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.blog-carousel header h2 a {
  color: rgb(12, 11, 94);
}
.blog-carousel header h2 a:hover {
  text-decoration: underline;
}
.blog-carousel .slick-track {
  display: table;
}
.blog-carousel .slick-track .slick-slide {
  display: table-cell;
  float: none;
}
.blog-carousel .slick-track .slick-slide > div {
  display: table;
  height: 100%;
  border: 4px solid rgb(12, 11, 94);
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .blog-carousel .slick-track .slick-slide > div {
    border: 6px solid rgb(12, 11, 94);
    margin: 0 25px;
  }
}
.blog-carousel article {
  display: table-cell !important;
  width: 100%; /*margin:2px;*/
  background-color: rgb(231, 229, 212);
  position: relative;
  text-align: center;
  height: 100%;
  /*&:before {
      content:"";background-color:$DarkBlue;position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;z-index:1;
  }*/
  /*&:before {content:"";display:block;padding-top:90%;}*/
  /*&:not(.has-post-thumbnail) {
      transition:all 0.5s ease-in-out;
  }*/
}
@media (min-width: 480px) {
  .blog-carousel article {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .blog-carousel article {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blog-carousel article {
    width: 33.333%;
    /*&:before {content:"";display:block;padding-top:90%;}*/
  }
}
@media (min-width: 1024px) {
  .blog-carousel article {
    width: 33.333%;
    /*&:before {
        top:-6px;left:-6px;right:-6px;bottom:-6px;
    }*/
    /*&:before {content:"";display:block;padding-top:90%;}*/
  }
}
@media (min-width: 1400px) {
  .blog-carousel article {
    /*width:calc(25% - 20px);*/
    /*&:before {content:"";display:block;padding-top:100%;}*/
  }
}
.blog-carousel article .info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(231, 229, 212);
  padding: 15px 15px 50px 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .blog-carousel article .info {
    padding: 30px 30px 50px 30px;
  }
}
@media (min-width: 1400px) {
  .blog-carousel article .info {
    min-height: 350px;
  }
}
.blog-carousel article .info * {
  width: 100%;
}
.blog-carousel article .info p.entry-date {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(248, 169, 141);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-carousel article .info p.entry-date {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .blog-carousel article .info p.entry-date {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .blog-carousel article .info p.entry-date {
    font-size: 16px;
  }
}
.blog-carousel article .info h3.entry-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .blog-carousel article .info h3.entry-title { /* 24px @ 768px increasing to 34px @ 1920px */
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.8681);
  }
}
@media (min-width: 1920px) {
  .blog-carousel article .info h3.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 34px;
  }
}
.blog-carousel article .info h3.entry-title a {
  display: block;
}
.blog-carousel article .info h3.entry-title a:hover { /*opacity:0.8;*/ }
.blog-carousel article .info p.author {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blog-carousel article .info p.author {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .blog-carousel article .info p.author {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .blog-carousel article .info p.author {
    font-size: 16px;
  }
}
.blog-carousel article .entry-footer {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .blog-carousel article .entry-footer {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .blog-carousel article .entry-footer {
    font-size: 13px;
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .blog-carousel article .entry-footer {
    font-size: 16px;
  }
}
.blog-carousel article .entry-footer a {
  color: rgb(12, 11, 94);
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
}
.blog-carousel article .entry-footer a:hover { /*opacity:0.8;*/
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.blog-carousel article a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.blog-carousel article a.img img.wpsmartcrop-image {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}
@media (min-width: 1024px) {
  .blog-carousel article.has-post-thumbnail:hover .info {
    opacity: 0;
  }
  .blog-carousel article.has-post-thumbnail:hover a.img {
    opacity: 1;
  }
  .blog-carousel article.has-post-thumbnail:hover .entry-footer a {
    color: rgb(231, 229, 212);
    border-color: rgb(231, 229, 212);
  }
  .blog-carousel article.has-post-thumbnail:hover .entry-footer a:hover { /*opacity:0.8;*/
    border-color: transparent;
  }
}
.blog-carousel article:not(.has-post-thumbnail) .info {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .blog-carousel article:not(.has-post-thumbnail):hover .info {
    opacity: 1;
    background-color: rgb(12, 11, 94); /*transition:all 0.5s ease-in-out;*/
    pointer-events: none;
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .info h3.entry-title {
    color: rgb(231, 229, 212);
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .info h3.entry-title a {
    color: rgb(231, 229, 212);
    pointer-events: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .info h3.entry-title a:hover { /*opacity:0.8;*/
    -webkit-transition: none;
    transition: none;
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .info p.author {
    color: rgb(231, 229, 212);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .blog-carousel article:not(.has-post-thumbnail):hover a.img {
    opacity: 1;
    background-color: rgb(12, 11, 94);
    z-index: 1;
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .entry-footer a {
    color: rgb(231, 229, 212);
    border-color: rgb(231, 229, 212);
  }
  .blog-carousel article:not(.has-post-thumbnail):hover .entry-footer a:hover { /*opacity:0.8;*/
    border-color: transparent;
  }
}
.blog-carousel footer {
  text-align: center;
  padding: 0 0 20px 0;
}
@media (min-width: 700px) {
  .blog-carousel footer {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .blog-carousel footer {
    padding: 0 0 50px 0;
  }
}
.blog-carousel footer .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
.blog-carousel footer .button-cell .more:hover .bgd svg polygon {
  fill: rgb(248, 169, 141) !important;
}
.blog-carousel footer .button-cell .more a {
  color: rgb(231, 229, 212);
}
.blog-carousel footer .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}
.blog-carousel footer a111 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  letter-spacing: 1px;
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
}
.blog-carousel footer a111:hover { /*opacity:0.8;*/
  border-color: transparent;
}
@media (min-width: 700px) {
  .blog-carousel footer a111 {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .blog-carousel footer a111 {
    font-size: 16px;
  }
}

.shape-banners {
  position: relative;
  margin: 0 auto;
}
.shape-banners header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(229, 229, 229);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .shape-banners header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .shape-banners header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.shape-banners header h2 a {
  color: rgb(229, 229, 229);
}
.shape-banners header h2 a:hover {
  opacity: 0.8;
}
.shape-banners .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 570px) {
  .shape-banners .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shape-banners .list .item {
  width: 80%;
  text-align: center;
  position: relative;
}
.shape-banners .list .item:before {
  content: "";
  display: block;
  padding-top: 90%;
}
@media (min-width: 570px) {
  .shape-banners .list .item {
    width: 48%;
  }
}
.shape-banners .list .item .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shape-banners .list .item .bgd svg {
  width: 100%;
  height: auto;
}
.shape-banners .list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.shape-banners .list .item .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .shape-banners .list .item .info a {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .shape-banners .list .item .info a {
    padding: 0 70px;
  }
}
.shape-banners .list .item .info a.title {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.shape-banners .list .item .info a.text {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.shape-banners .list .item .info h3 {
  color: rgb(229, 229, 229);
  width: 100%;
  opacity: 1;
  margin: 50px 0 0 0;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (min-width: 700px) {
  .shape-banners .list .item .info h3 { /* 40px @ 768px increasing to 56px @ 1920px */
    font-size: calc(2.1875rem + (1vw - 7.68px) * 1.8229);
  }
}
@media (min-width: 1920px) {
  .shape-banners .list .item .info h3 { /* Prevent font scaling beyond this breakpoint */
    font-size: 56px;
  }
}
.shape-banners .list .item .info .desc {
  width: 100%;
  display: block;
  color: rgb(229, 229, 229);
  border-radius: 40%;
  font-size: 14px;
  line-height: 1.3em;
}
@media (min-width: 700px) {
  .shape-banners .list .item .info .desc { /* 16px @ 768px increasing to 29px @ 1920px */
    font-size: calc(1rem + (1vw - 7.68px) * 1.1285);
  }
}
@media (min-width: 1920px) {
  .shape-banners .list .item .info .desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .shape-banners .list .item .info .desc {
    display: none;
  }
}
.shape-banners .list .item .info .desc span:not(.more) {
  display: block;
}
.shape-banners .list .item .info .desc span.more {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 15px 0 0 0;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 2px solid rgb(229, 229, 229);
  padding: 0 0 2px 0;
}
@media (min-width: 700px) {
  .shape-banners .list .item .info .desc span.more { /* 11px @ 768px increasing to 16px @ 1920px */
    font-size: calc(0.6875rem + (1vw - 7.68px) * 0.434);
  }
}
@media (min-width: 1920px) {
  .shape-banners .list .item .info .desc span.more { /* Prevent font scaling beyond this breakpoint */
    font-size: 16px;
  }
}
.shape-banners .list .item .info .desc span.more:hover {
  border-color: transparent;
}
.shape-banners .list .item.active .info a.title {
  opacity: 0;
}
.shape-banners .list .item.active .info a.text {
  opacity: 1;
}
@media (max-width: 1024px) {
  .shape-banners .list .item.active .info a.title {
    opacity: 1;
  }
}
.shape-banners .list .item:first-child .info h3 {
  margin: 50px 0 0 0;
}
.shape-banners .list .item:first-child .desc {
  width: 75%;
  margin: 25% auto 0 auto; /*border-radius:40%;*/
}
.shape-banners .list .item:first-child .desc span:not(.more) {
  max-height: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shape-banners .list .item:first-child .desc span:not(.more) {
    max-height: 105px;
  }
}
@media (min-width: 1200px) {
  .shape-banners .list .item:first-child .desc span:not(.more) {
    max-height: 160px;
  }
}
@media (min-width: 1400px) {
  .shape-banners .list .item:first-child .desc span:not(.more) {
    max-height: 190px;
  }
}
.shape-banners .list .item:nth-child(2) .info h3 {
  margin: 50px 0 0 0;
}
.shape-banners .list .item:nth-child(2) .desc {
  width: 80%;
  margin: 30% auto 0 auto; /*border-radius:10%;*/
}
.shape-banners .list .item:nth-child(2) .desc span:not(.more) {
  max-height: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shape-banners .list .item:nth-child(2) .desc span:not(.more) {
    max-height: 105px;
  }
}
@media (min-width: 1200px) {
  .shape-banners .list .item:nth-child(2) .desc span:not(.more) {
    max-height: 160px;
  }
}
@media (min-width: 1400px) {
  .shape-banners .list .item:nth-child(2) .desc span:not(.more) {
    max-height: 190px;
  }
}
.shape-banners .list .item:nth-child(3) .info h3 {
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .shape-banners .list .item:nth-child(3) .info h3 {
    margin: 70px 0 0 0;
  }
}
.shape-banners .list .item:nth-child(3) .desc {
  width: 90%;
  margin: 25% auto 0 auto; /*border-radius:30%;*/
}
.shape-banners .list .item:nth-child(3) .desc span:not(.more) {
  max-height: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shape-banners .list .item:nth-child(3) .desc span:not(.more) {
    max-height: 105px;
  }
}
@media (min-width: 1200px) {
  .shape-banners .list .item:nth-child(3) .desc span:not(.more) {
    max-height: 160px;
  }
}
@media (min-width: 1400px) {
  .shape-banners .list .item:nth-child(3) .desc span:not(.more) {
    max-height: 190px;
  }
}
.shape-banners .list .item:nth-child(4) .info h3 {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .shape-banners .list .item:nth-child(4) .info h3 {
    margin: 40px 0 0 0;
  }
}
.shape-banners .list .item:nth-child(4) .desc {
  width: 90%;
  margin: 20% auto 0 auto; /*border-radius:30%;*/
}
.shape-banners .list .item:nth-child(4) .desc span:not(.more) {
  max-height: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shape-banners .list .item:nth-child(4) .desc span:not(.more) {
    max-height: 105px;
  }
}
@media (min-width: 1200px) {
  .shape-banners .list .item:nth-child(4) .desc span:not(.more) {
    max-height: 160px;
  }
}
@media (min-width: 1400px) {
  .shape-banners .list .item:nth-child(4) .desc span:not(.more) {
    max-height: 190px;
  }
}

.round-shape-banners {
  position: relative;
  margin: 0 auto;
  max-width: 1800px !important;
}
.round-shape-banners header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(231, 229, 212);
  margin: 0 0 20px 0;
  position: relative;
  z-index: 4;
}
@media (min-width: 700px) {
  .round-shape-banners header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .round-shape-banners header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.round-shape-banners header h2 a {
  color: rgb(231, 229, 212);
}
.round-shape-banners header h2 a:hover {
  text-decoration: underline;
}
.round-shape-banners .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 570px) {
  .round-shape-banners .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.round-shape-banners .list .item {
  width: 90%;
  text-align: center;
  position: relative;
}
.round-shape-banners .list .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 570px) {
  .round-shape-banners .list .item {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .round-shape-banners .list .item {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .round-shape-banners .list .item {
    width: 50%;
  }
}
.round-shape-banners .list .item .link-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.round-shape-banners .list .item .link-img:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgb(15, 32, 16);
}
.round-shape-banners .list .item .link-img .img {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
}
.round-shape-banners .list .item .link-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.round-shape-banners .list .item .link-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.round-shape-banners .list .item .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.round-shape-banners .list .item .bgd svg {
  width: 100%;
  height: auto;
}
.round-shape-banners .list .item .info {
  position: absolute;
  z-index: 3;
}
.round-shape-banners .list .item .info a.title {
  color: rgb(231, 229, 212);
  display: block;
}
.round-shape-banners .list .item .info a.title:hover h3 {
  text-decoration: underline;
}
.round-shape-banners .list .item .info h3 {
  white-space: nowrap;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 700px) {
  .round-shape-banners .list .item .info h3 { /* 34px @ 768px increasing to 60px @ 1920px */
    font-size: calc(2.125rem + (1vw - 7.68px) * 2.2569);
  }
}
@media (min-width: 1920px) {
  .round-shape-banners .list .item .info h3 { /* Prevent font scaling beyond this breakpoint */
    font-size: 60px;
  }
}
.round-shape-banners .list .item .info p.desc {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: bold;
  color: rgb(231, 229, 212);
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 5px 0 10px 0;
}
@media (min-width: 700px) {
  .round-shape-banners .list .item .info p.desc {
    font-size: calc(18px + 2 * (100vw - 768px) / 1152);
    margin: 5px 0 15px 0;
  }
}
@media (min-width: 1920px) {
  .round-shape-banners .list .item .info p.desc {
    font-size: 22px;
    margin: 5px 0 20px 0;
  }
}
.round-shape-banners .list .item .info p.more {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
  color: rgb(231, 229, 212);
  text-align: left;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .round-shape-banners .list .item .info p.more { /* 12px @ 768px increasing to 16px @ 1920px */
    font-size: calc(0.75rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  .round-shape-banners .list .item .info p.more { /* Prevent font scaling beyond this breakpoint */
    font-size: 16px;
  }
}
.round-shape-banners .list .item .info p.more a {
  color: rgb(231, 229, 212);
  border-bottom: 2px solid rgb(231, 229, 212);
  padding: 0 0 3px 0;
}
.round-shape-banners .list .item .info p.more a:hover {
  border-color: transparent;
}
.round-shape-banners .list .item:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  z-index: 2;
}
.round-shape-banners .list .item:first-child {
  margin-top: 0;
}
@media (min-width: 1500px) {
  .round-shape-banners .list .item:first-child {
    margin-top: -80px;
  }
}
.round-shape-banners .list .item:not(:first-child) {
  margin-top: 200px;
  margin-bottom: 150px;
}
@media (min-width: 700px) {
  .round-shape-banners .list .item:not(:first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .round-shape-banners .list .item:not(:first-child) {
    margin-top: -120px;
  }
}
.round-shape-banners .list .item:nth-child(odd) {
  margin-left: -40px;
  /*@media (min-width: $break-sm) {
      margin-left:0;
  }*/
}
.round-shape-banners .list .item:nth-child(odd) .info {
  top: 95%;
  left: 40%;
  right: -20%;
  text-align: left;
}
@media (min-width: 570px) {
  .round-shape-banners .list .item:nth-child(odd) .info {
    right: -50%;
  }
}
@media (min-width: 700px) {
  .round-shape-banners .list .item:nth-child(odd) .info {
    top: 50%;
    left: 85%;
    right: auto;
  }
}
@media (min-width: 700px) {
  .round-shape-banners .list .item:nth-child(odd) .info p.desc,
  .round-shape-banners .list .item:nth-child(odd) .info p.more {
    padding-left: 50px;
  }
}
.round-shape-banners .list .item:nth-child(odd):after {
  background-image: url(../images/icons/live/blue_drops_1.svg);
  width: 320px;
  height: 70px;
  bottom: -10px;
  left: 30px;
}
@media (min-width: 768px) {
  .round-shape-banners .list .item:nth-child(odd):after {
    width: 380px;
    height: 90px;
    bottom: 0px;
    left: 110px;
  }
}
@media (min-width: 1024px) {
  .round-shape-banners .list .item:nth-child(odd):after {
    width: 510px;
    height: 120px;
    bottom: 0px;
    left: 130px;
  }
}
@media (min-width: 1200px) {
  .round-shape-banners .list .item:nth-child(odd):after {
    width: 700px;
    height: 160px;
    bottom: -50px;
    left: 70px;
  }
}
@media (min-width: 1400px) {
  .round-shape-banners .list .item:nth-child(odd):after {
    width: 700px;
    height: 160px;
    bottom: 0px;
    left: 170px;
  }
}
.round-shape-banners .list .item:nth-child(even) {
  margin-right: -30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  /*@media (min-width: $break-sm) {
      margin-right:0;
  }*/
}
.round-shape-banners .list .item:nth-child(even) .info {
  top: 95%;
  left: -20%;
  right: 20%;
  text-align: left;
}
@media (min-width: 700px) {
  .round-shape-banners .list .item:nth-child(even) .info {
    top: 55%;
    left: auto;
    right: 85%;
  }
}
.round-shape-banners .list .item:nth-child(even):after {
  background-image: url(../images/icons/live/blue_drops_2.svg);
  width: 130px;
  height: 120px;
  bottom: -50px;
  right: 20px;
}
@media (min-width: 768px) {
  .round-shape-banners .list .item:nth-child(even):after {
    width: 150px;
    height: 140px;
    bottom: -30px;
    right: 70px;
  }
}
@media (min-width: 1024px) {
  .round-shape-banners .list .item:nth-child(even):after {
    width: 200px;
    height: 190px;
    bottom: -30px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .round-shape-banners .list .item:nth-child(even):after {
    width: 280px;
    height: 270px;
    bottom: -120px;
    right: 50px;
  }
}
@media (min-width: 1400px) {
  .round-shape-banners .list .item:nth-child(even):after {
    width: 280px;
    height: 270px;
    bottom: -90px;
    right: 110px;
  }
}

.three-blocks-numbered {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  /*padding:10px;*/ /*max-width:1550px!important;*/
}
@media (min-width: 700px) {
  .three-blocks-numbered {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .three-blocks-numbered {
    /*padding:60px;*/
  }
}
.three-blocks-numbered header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(231, 229, 212);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .three-blocks-numbered header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .three-blocks-numbered header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.three-blocks-numbered header h2 a {
  color: rgb(231, 229, 212);
}
.three-blocks-numbered header h2 a:hover {
  opacity: 0.8;
}
.three-blocks-numbered .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .three-blocks-numbered .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.three-blocks-numbered .list .item {
  padding: 10px 20px;
  width: 80%;
}
@media (min-width: 570px) {
  .three-blocks-numbered .list .item {
    padding: 10px 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .three-blocks-numbered .list .item {
    padding: 10px 10px;
    width: 33.333%;
  }
}
@media (min-width: 1400px) {
  .three-blocks-numbered .list .item {
    padding: 10px 30px;
  }
}
.three-blocks-numbered .list .item .cell {
  padding: 30px 20px 25px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .three-blocks-numbered .list .item .cell {
    padding: 50px 20px 25px 20px;
  }
}
.three-blocks-numbered .list .item .cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.three-blocks-numbered .list .item .cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.three-blocks-numbered .list .item .cell .info {
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .three-blocks-numbered .list .item .cell .info {
    margin-bottom: 50px;
  }
}
.three-blocks-numbered .list .item .cell .info p, .three-blocks-numbered .list .item .cell .info h3 {
  width: 100%;
  margin-bottom: 15px;
}
.three-blocks-numbered .list .item .cell .info p.num {
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: bold;
  color: rgb(231, 229, 212);
}
@media (min-width: 700px) {
  .three-blocks-numbered .list .item .cell .info p.num { /* 38px @ 768px increasing to 51px @ 1920px */
    font-size: calc(2.375rem + (1vw - 7.68px) * 1.1285);
  }
}
@media (min-width: 1920px) {
  .three-blocks-numbered .list .item .cell .info p.num { /* Prevent font scaling beyond this breakpoint */
    font-size: 51px;
  }
}
.three-blocks-numbered .list .item .cell .info h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  .three-blocks-numbered .list .item .cell .info h3 { /* 25px @ 768px increasing to 36px @ 1920px */
    font-size: calc(1.5625rem + (1vw - 7.68px) * 0.9549);
  }
}
@media (min-width: 1920px) {
  .three-blocks-numbered .list .item .cell .info h3 { /* Prevent font scaling beyond this breakpoint */
    font-size: 36px;
  }
}
.three-blocks-numbered .list .item:nth-child(2) .cell .bgd svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.three-blocks-numbered .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
.three-blocks-numbered .button-cell .more:hover .bgd svg polygon {
  fill: rgb(231, 229, 212) !important;
}
.three-blocks-numbered .button-cell .more a {
  color: rgb(231, 229, 212);
}
.three-blocks-numbered .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}

.three-blocks-simple {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  /*padding:10px;*/ /*max-width:1550px!important;*/
}
@media (min-width: 700px) {
  .three-blocks-simple {
    /*padding:15px;*/
  }
}
@media (min-width: 1200px) {
  .three-blocks-simple {
    /*padding:60px;*/
  }
}
.three-blocks-simple header h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  color: rgb(231, 229, 212);
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .three-blocks-simple header h2 { /* 42px @ 768px increasing to 72px @ 1920px */
    font-size: calc(2.625rem + (1vw - 7.68px) * 2.6042);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .three-blocks-simple header h2 { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
    margin: 0 0 50px 0;
  }
}
.three-blocks-simple header h2 a {
  color: rgb(231, 229, 212);
}
.three-blocks-simple header h2 a:hover {
  opacity: 0.8;
}
.three-blocks-simple .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .three-blocks-simple .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.three-blocks-simple .list .item {
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 570px) {
  .three-blocks-simple .list .item {
    padding: 10px 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .three-blocks-simple .list .item {
    padding: 10px 10px;
    width: 33.333%;
  }
}
@media (min-width: 1400px) {
  .three-blocks-simple .list .item {
    padding: 10px 30px;
  }
}
.three-blocks-simple .list .item .cell {
  padding: 30px 10px 25px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.three-blocks-simple .list .item .cell * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.three-blocks-simple .list .item .cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.three-blocks-simple .list .item .cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.three-blocks-simple .list .item .cell .info {
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  max-width: 220px;
  min-height: 70px;
}
@media (min-width: 700px) {
  .three-blocks-simple .list .item .cell .info {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .three-blocks-simple .list .item .cell .info {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .three-blocks-simple .list .item .cell .info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.three-blocks-simple .list .item .cell .info p, .three-blocks-simple .list .item .cell .info h3 {
  width: 100%;
}
.three-blocks-simple .list .item .cell .info h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 700px) {
  .three-blocks-simple .list .item .cell .info h3 { /* 25px @ 768px increasing to 36px @ 1920px */
    font-size: calc(1.5625rem + (1vw - 7.68px) * 0.9549);
  }
}
@media (min-width: 1920px) {
  .three-blocks-simple .list .item .cell .info h3 { /* Prevent font scaling beyond this breakpoint */
    font-size: 36px;
  }
}
.three-blocks-simple .list .item .cell .info h3 a {
  color: rgb(12, 11, 94);
  display: block;
}
.three-blocks-simple .list .item .cell p.more {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
  color: rgb(12, 11, 94);
  text-align: center;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .three-blocks-simple .list .item .cell p.more { /* 12px @ 768px increasing to 16px @ 1920px */
    font-size: calc(0.75rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  .three-blocks-simple .list .item .cell p.more { /* Prevent font scaling beyond this breakpoint */
    font-size: 16px;
  }
}
.three-blocks-simple .list .item .cell p.more a {
  color: rgb(12, 11, 94);
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
}
.three-blocks-simple .list .item:first-child .cell:hover .bgd svg polygon {
  fill: rgb(231, 229, 212) !important;
}
.three-blocks-simple .list .item:first-child .cell:hover p.more a {
  border-color: transparent;
}
.three-blocks-simple .list .item:nth-child(2) .cell .bgd svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.three-blocks-simple .list .item:nth-child(2) .cell .info h3 {
  color: rgb(231, 229, 212);
}
.three-blocks-simple .list .item:nth-child(2) .cell .info h3 a {
  color: rgb(231, 229, 212);
}
.three-blocks-simple .list .item:nth-child(2) .cell p.more {
  color: rgb(231, 229, 212);
}
.three-blocks-simple .list .item:nth-child(2) .cell p.more a {
  color: rgb(231, 229, 212);
  border-color: Beige;
}
.three-blocks-simple .list .item:nth-child(2) .cell:hover .bgd svg polygon {
  fill: rgb(255, 202, 49) !important;
}
.three-blocks-simple .list .item:nth-child(2) .cell:hover .info h3 a {
  color: rgb(12, 11, 94);
}
.three-blocks-simple .list .item:nth-child(2) .cell:hover p.more a {
  color: rgb(12, 11, 94);
  border-color: transparent;
}
.three-blocks-simple .list .item:last-child .cell:hover .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
.three-blocks-simple .list .item:last-child .cell:hover .info h3 a {
  color: rgb(231, 229, 212);
}
.three-blocks-simple .list .item:last-child .cell:hover p.more a {
  color: rgb(231, 229, 212);
  border-color: transparent;
}
.three-blocks-simple .button-cell .more a {
  color: rgb(231, 229, 212);
}

body .entry-content p a span {
  font-weight: 700;
  text-decoration: none;
}
body .entry-content p a span.white-link {
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, var(--textColorOpacity));
}
body .entry-content p a span.offwhite-link {
  color: rgb(229, 229, 229);
  color: rgba(229, 229, 229, var(--textColorOpacity));
}
body .entry-content p a span.yellow-link {
  color: rgb(255, 202, 49);
  color: rgba(255, 202, 49, var(--textColorOpacity));
}
body .entry-content p a span.green-link {
  color: rgb(41, 179, 115);
  color: rgba(41, 179, 115, var(--textColorOpacity));
}
body .entry-content p a span.purple-link {
  color: rgb(102, 45, 144);
  color: rgba(102, 45, 144, var(--textColorOpacity));
}
body .entry-content p a span.darkblue-link {
  color: rgb(12, 11, 94);
  color: rgba(12, 11, 94, var(--textColorOpacity));
}
body .entry-content p a span.royalblue-link {
  color: rgb(46, 102, 215);
  color: rgba(46, 102, 215, var(--textColorOpacity));
}
body .entry-content p a span.skyblue-link {
  color: rgb(47, 173, 193);
  color: rgba(47, 173, 193, var(--textColorOpacity));
}
body .entry-content p a span.electric-link {
  color: rgb(28, 25, 168);
  color: rgba(28, 25, 168, var(--textColorOpacity));
}
body .entry-content p a span.lightorange-link {
  color: rgb(248, 169, 141);
  color: rgba(248, 169, 141, var(--textColorOpacity));
}
body .entry-content p a span.orange-link {
  color: rgb(255, 145, 0);
  color: rgba(255, 145, 0, var(--textColorOpacity));
}
body .entry-content p a span.pink-link {
  color: rgb(228, 120, 160);
  color: rgba(228, 120, 160, var(--textColorOpacity));
}
body .entry-content p a span.red-link {
  color: rgb(235, 51, 35);
  color: rgba(235, 51, 35, var(--textColorOpacity));
}
body .entry-content p a span.beige-link {
  color: rgb(231, 229, 212);
  color: rgba(231, 229, 212, var(--textColorOpacity));
}
body .entry-content p span a {
  font-weight: 700;
  text-decoration: none;
}
body .entry-content p span.white-link a {
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, var(--textColorOpacity));
}
body .entry-content p span.offwhite-link a {
  color: rgb(229, 229, 229);
  color: rgba(229, 229, 229, var(--textColorOpacity));
}
body .entry-content p span.yellow-link a {
  color: rgb(255, 202, 49);
  color: rgba(255, 202, 49, var(--textColorOpacity));
}
body .entry-content p span.green-link a {
  color: rgb(41, 179, 115);
  color: rgba(41, 179, 115, var(--textColorOpacity));
}
body .entry-content p span.purple-link a {
  color: rgb(102, 45, 144);
  color: rgba(102, 45, 144, var(--textColorOpacity));
}
body .entry-content p span.darkblue-link a {
  color: rgb(12, 11, 94);
  color: rgba(12, 11, 94, var(--textColorOpacity));
}
body .entry-content p span.royalblue-link a {
  color: rgb(46, 102, 215);
  color: rgba(46, 102, 215, var(--textColorOpacity));
}
body .entry-content p span.skyblue-link a {
  color: rgb(47, 173, 193);
  color: rgba(47, 173, 193, var(--textColorOpacity));
}
body .entry-content p span.electric-link a {
  color: rgb(28, 25, 168);
  color: rgba(28, 25, 168, var(--textColorOpacity));
}
body .entry-content p span.lightorange-link a {
  color: rgb(248, 169, 141);
  color: rgba(248, 169, 141, var(--textColorOpacity));
}
body .entry-content p span.orange-link a {
  color: rgb(255, 145, 0);
  color: rgba(255, 145, 0, var(--textColorOpacity));
}
body .entry-content p span.pink-link a {
  color: rgb(228, 120, 160);
  color: rgba(228, 120, 160, var(--textColorOpacity));
}
body .entry-content p span.red-link a {
  color: rgb(235, 51, 35);
  color: rgba(235, 51, 35, var(--textColorOpacity));
}
body .entry-content p span.beige-link a {
  color: rgb(231, 229, 212);
  color: rgba(231, 229, 212, var(--textColorOpacity));
}
body .entry-content.fade-text .active {
  --textColorOpacity: 1.0;
}

.variable-width-slider {
  margin-top: -4px;
  position: relative;
}
@media (min-width: 1024px) {
  .variable-width-slider {
    margin-top: -6px;
  }
}
.variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 15px 0 0;
  }
}
.variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
  display: block !important;
  position: relative;
  height: 410px;
}
@media (min-width: 700px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 471px;
  }
}
@media (min-width: 1200px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 622px;
  }
}
@media (min-width: 1500px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 791px;
  }
}
.variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
  height: 390px;
  width: auto !important;
  display: block;
}
@media (min-width: 700px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 600px;
  }
}
@media (min-width: 1500px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 768px;
  }
}
.variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  font-size: 12px;
  line-height: 15px;
  max-height: 20px;
  padding: 5px 0 0 0;
}
@media (min-width: 700px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 12px;
    line-height: 15px;
    max-height: 35px;
  }
}
@media (min-width: 1024px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 13px;
    line-height: 16px;
    max-height: 37px;
  }
}
@media (min-width: 1200px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 14px;
    line-height: 17px;
    max-height: 39px;
  }
}
@media (min-width: 1500px) {
  .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 15px;
    line-height: 18px;
    max-height: 41px;
  }
}
.variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.variable-width-slider .carousel.slick-slider ul.slick-dots {
  display: block;
  position: absolute;
  bottom: 35px;
  pointer-events: none;
}
@media (min-width: 700px) {
  .variable-width-slider .carousel.slick-slider ul.slick-dots {
    display: none !important;
  }
}
.variable-width-slider .carousel.slick-slider ul.slick-dots li button {
  pointer-events: initial;
}
.variable-width-slider .carousel.slick-slider .slick-arrow {
  /*width:65px;height:60px;*/
  position: absolute;
  bottom: 40px;
  z-index: 100;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/slider_arrows.svg");
  background-repeat: no-repeat;
  display: none;
}
.variable-width-slider .carousel.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.variable-width-slider .carousel.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.variable-width-slider .carousel.slick-slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (min-width: 700px) {
  .variable-width-slider .carousel.slick-slider .slick-arrow {
    width: 35px;
    height: 30px;
    background-size: 70px 90px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .variable-width-slider .carousel.slick-slider .slick-arrow {
    width: 45px;
    height: 40px;
    background-size: 90px 120px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (min-width: 1400px) {
  .variable-width-slider .carousel.slick-slider .slick-arrow {
    width: 55px;
    height: 50px;
    background-size: 110px 150px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .variable-width-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

.full-width-simple-slider {
  margin-top: -4px;
  position: relative;
}
@media (min-width: 1024px) {
  .full-width-simple-slider {
    margin-top: -6px;
  }
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0;
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
  display: block !important;
  position: relative;
  height: 410px;
}
@media (min-width: 700px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 471px;
  }
}
@media (min-width: 1200px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 622px;
  }
}
@media (min-width: 1500px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 791px;
  }
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image {
    bottom: 22px;
  }
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
  display: block;
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
  position: absolute;
  top: 192px;
  left: -195px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  color: rgb(12, 11, 94);
  font-size: 12px;
  line-height: 17px;
  height: 20px;
  padding: 2px 0 3px 40px;
  width: 410px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 700px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 12px;
    line-height: 17px;
    width: 540px;
    padding: 2px 0 3px 0;
    top: 260px;
    left: -260px;
  }
}
@media (min-width: 1024px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 13px;
    line-height: 16px;
    height: auto;
    max-height: 37px;
    width: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 5px 0 0 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: calc(45% + 40px);
  }
}
@media (min-width: 1200px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 14px;
    line-height: 17px;
    max-height: 39px;
  }
}
@media (min-width: 1400px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    padding-left: calc(38% + 100px);
  }
}
@media (min-width: 1500px) {
  .full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption {
    font-size: 15px;
    line-height: 18px;
    max-height: 41px;
  }
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(46, 102, 215);
}
.full-width-simple-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item p.caption b {
  font-weight: 700;
}
.full-width-simple-slider .carousel.slick-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  bottom: 40px;
  top: 40px;
  right: 0;
  pointer-events: none;
  width: 40px;
  height: auto;
  margin: 0;
}
.full-width-simple-slider .carousel.slick-slider ul.slick-dots li {
  width: 100%;
}
.full-width-simple-slider .carousel.slick-slider ul.slick-dots li button {
  height: 20px;
  width: 8px;
  margin: 4px 0;
  pointer-events: initial;
}
.full-width-simple-slider .carousel.slick-slider .slick-arrow {
  /*width:65px;height:60px;*/
  position: absolute;
  bottom: 40px;
  z-index: 100;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/slider_arrows.svg");
  background-repeat: no-repeat;
  display: none;
}
.full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.full-width-simple-slider .carousel.slick-slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (min-width: 700px) {
  .full-width-simple-slider .carousel.slick-slider .slick-arrow {
    width: 35px;
    height: 30px;
    background-size: 70px 90px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .full-width-simple-slider .carousel.slick-slider .slick-arrow {
    width: 45px;
    height: 40px;
    background-size: 90px 120px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (min-width: 1400px) {
  .full-width-simple-slider .carousel.slick-slider .slick-arrow {
    width: 55px;
    height: 50px;
    background-size: 110px 150px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .full-width-simple-slider .carousel.slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

/* Default styling for jQuery Datepicker v5.0.1. */
.datepick {
  width: 100% !important;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  border-width: 10px;
  border-color: rgb(229, 229, 229);
  border-style: solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 700px) {
  .datepick {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .datepick {
    font-size: 13px;
    border-width: 10px 23px 10px 23px;
  }
}
@media (min-width: 1024px) {
  .datepick {
    font-size: 14px;
    border-width: 10px 15px 10px 15px;
  }
}
@media (min-width: 1200px) {
  .datepick {
    font-size: 18px;
  }
}

.datepick-rtl {
  direction: rtl;
}

.datepick-popup {
  z-index: 1000;
}

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: rgb(229, 229, 229);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.datepick a {
  color: rgb(28, 25, 168);
  text-decoration: none;
  font-size: 17px;
}
@media (min-width: 700px) {
  .datepick a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .datepick a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .datepick a {
    font-size: 18px;
  }
}

.datepick a.datepick-disabled {
  color: rgb(28, 25, 168);
  opacity: 0.5;
  cursor: auto;
}

.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}

.datepick-nav, .datepick-ctrl {
  float: none;
  width: 100%;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}

.datepick-cmd {
  width: 30%;
}

.datepick-cmd:hover {
  /*background-color: $Electric;*/
}

.datepick-ctrl .datepick-cmd:hover {
  /*background-color: $Electric;*/
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%;
}

a.datepick-cmd {
  height: 1.5em;
}

button.datepick-cmd {
  text-align: center;
}

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
}

.datepick-cmd-current, .datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
  display: none;
}

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  text-align: right;
}

a.datepick-cmd-clear, a.datepick-cmd-close {
  color: rgb(229, 229, 229);
  line-height: 1em;
  text-align: center;
  font-size: 15px;
  height: 32px;
  width: 33%;
  padding: 10px 15px;
  background-color: rgb(28, 25, 168);
}

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  text-align: right;
}

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right;
}

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  text-align: left;
}

.datepick-month-nav {
  float: left;
  background-color: rgb(229, 229, 229);
  text-align: center;
}

.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}

.datepick-month-nav span {
  color: rgb(28, 25, 168);
}

.datepick-month-row {
  clear: left;
}

.datepick-month {
  float: none;
  border: 2px solid rgb(229, 229, 229);
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.datepick-month-header {
  margin-top: -30px;
}
@media (min-width: 700px) {
  .datepick-month-header {
    margin-top: -27px;
  }
}
@media (min-width: 1024px) {
  .datepick-month-header {
    margin-top: -28px;
  }
}
@media (min-width: 1200px) {
  .datepick-month-header {
    margin-top: -31px;
  }
}

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 1.8em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 700px) {
  .datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    font-size: 18px;
  }
}

.datepick-month-header select, .datepick-month-header input {
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
}

.datepick-month-header input {
  position: absolute;
  display: none;
}

.datepick-month table {
  width: 100%;
  border-collapse: collapse;
}

.datepick-month thead {
  border-bottom: 2px solid rgb(229, 229, 229);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 11px;
}
@media (min-width: 700px) {
  .datepick-month thead {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .datepick-month thead {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .datepick-month thead {
    font-size: 11px;
  }
}

.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}

.datepick-month th {
  border-bottom: 2px solid rgb(229, 229, 229);
}

.datepick-month th, .datepick-month th a {
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
}

.datepick-month td {
  background-color: rgb(229, 229, 229);
}

.datepick-month td.datepick-week * {
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  border: none;
}

.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  text-decoration: none;
  border: 2px solid rgb(229, 229, 229);
  font-weight: 700;
  line-height: 1.5em;
}

.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0.2em;
  background-color: rgb(229, 229, 229);
  border: 2px solid rgb(229, 229, 229);
  font-weight: 700;
  line-height: 1.5em;
}

.datepick-month td span {
  color: rgb(28, 25, 168);
}

.datepick-month td .datepick-other-month {
  background-color: rgb(229, 229, 229);
}

.datepick-month td .datepick-weekend {
  background-color: rgb(229, 229, 229);
}

.datepick-month td .datepick-today {
  background-color: rgb(229, 229, 229);
  border: 2px solid rgb(28, 25, 168);
}

.datepick-month td .datepick-highlight {
  background-color: rgb(28, 25, 168);
  color: rgb(229, 229, 229);
  border: 2px solid rgb(28, 25, 168);
}

.datepick-month td .datepick-selected {
  background-color: rgb(28, 25, 168);
  color: rgb(229, 229, 229);
  border: 2px solid rgb(28, 25, 168);
}

.datepick-month th.datepick-week {
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
}

.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}

.datepick-clear-fix {
  clear: both;
}

.datepick-nav {
  height: 30px;
}

.datepick-nav a.datepick-cmd-prev {
  font-size: 0;
  width: 20px;
  height: 30px;
  position: relative;
}
.datepick-nav a.datepick-cmd-prev:before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.datepick-nav a.datepick-cmd-prev:hover {
  opacity: 0.8;
}

.datepick-nav a.datepick-cmd-next {
  font-size: 0;
  width: 20px;
  height: 30px;
  position: relative;
}
.datepick-nav a.datepick-cmd-next:before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-position: right top;
}
.datepick-nav a.datepick-cmd-next:hover {
  opacity: 0.8;
}

.datepick-popup {
  right: 20px;
  background-color: rgb(229, 229, 229);
  margin-top: 2px;
}
.datepick-popup .datepicker-cell {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cell_orange_shape {
  position: relative;
  z-index: 1; /*overflow:hidden;*/
  /*padding:50px 20px 50px 20px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  .cell_orange_shape {
    /*padding:50px 50px 50px 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .cell_orange_shape {
    /*padding:60px 60px 60px 60px;*/
  }
}
.cell_orange_shape .background_shape_orange {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(248, 169, 141);
}
.cell_orange_shape .background_shape_orange svg {
  width: 100%;
  height: auto;
  display: block;
}
.cell_orange_shape .background_shape_orange .background_shape_top {
  width: 100%;
  background-color: rgb(231, 229, 212);
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.cell_orange_shape .background_shape_orange .background_shape_top svg {
  width: 120%;
  margin-left: -10%;
  height: auto;
  display: block;
}
@media (min-width: 700px) {
  .cell_orange_shape .background_shape_orange .background_shape_top svg {
    width: 100%;
    margin-left: auto;
  }
}
.cell_orange_shape .background_shape_orange .background_shape_top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(248, 169, 141);
}
.cell_orange_shape .background_shape_orange .background_shape_bottom {
  width: 100%;
  background-color: rgb(231, 229, 212);
  margin-top: auto;
}
.cell_orange_shape .background_shape_orange .background_shape_bottom:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: rgb(231, 229, 212);
}

.events-carousel .anim {
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.events-carousel .orange_big_drops {
  width: 100%;
  height: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  right: -70px;
  top: -40px;
}
@media (min-width: 700px) {
  .events-carousel .orange_big_drops {
    right: -50px;
    top: -70px;
  }
}
@media (min-width: 1024px) {
  .events-carousel .orange_big_drops {
    right: -50px;
    top: -70px;
  }
}
@media (min-width: 1400px) {
  .events-carousel .orange_big_drops {
    right: 0px;
    top: -80px;
  }
}
.events-carousel .orange_big_drops.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.events-carousel .orange_big_drops div {
  background-size: 100% 100%;
  position: absolute;
}
.events-carousel .orange_big_drops .drop_1 {
  background-image: url("../images/icons/home/orange_drop_1.svg");
}
.events-carousel .orange_big_drops .drop_2 {
  background-image: url("../images/icons/home/orange_drop_2.svg");
}
.events-carousel .orange_big_drops .drop_3 {
  background-image: url("../images/icons/home/orange_drop_3.svg");
}
.events-carousel .orange_big_drops .drop_1,
.events-carousel .orange_big_drops .drop_2,
.events-carousel .orange_big_drops .drop_3 {
  width: 180px;
  height: 130px;
  right: 0;
}
@media (min-width: 700px) {
  .events-carousel .orange_big_drops .drop_1,
  .events-carousel .orange_big_drops .drop_2,
  .events-carousel .orange_big_drops .drop_3 {
    width: 230px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .events-carousel .orange_big_drops .drop_1,
  .events-carousel .orange_big_drops .drop_2,
  .events-carousel .orange_big_drops .drop_3 {
    width: 280px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .events-carousel .orange_big_drops .drop_1,
  .events-carousel .orange_big_drops .drop_2,
  .events-carousel .orange_big_drops .drop_3 {
    width: 330px;
    height: 200px;
  }
}

.cell_orange_shape .anim {
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.cell_orange_shape .light_orange_drops {
  width: 100%;
  height: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  top: -100px;
  left: -190px;
}
@media (min-width: 700px) {
  .cell_orange_shape .light_orange_drops {
    top: -130px;
    left: -100px;
  }
}
@media (min-width: 1024px) {
  .cell_orange_shape .light_orange_drops {
    top: -160px;
    left: -220px;
  }
}
@media (min-width: 1400px) {
  .cell_orange_shape .light_orange_drops {
    top: -170px;
    left: -250px;
  }
}
.cell_orange_shape .light_orange_drops.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cell_orange_shape .light_orange_drops div {
  background-size: 100% 100%;
  position: absolute;
}
.cell_orange_shape .light_orange_drops .drop_1 {
  background-image: url("../images/icons/home/light_orange_drop_1.svg");
}
.cell_orange_shape .light_orange_drops .drop_2 {
  background-image: url("../images/icons/home/light_orange_drop_2.svg");
}
.cell_orange_shape .light_orange_drops .drop_3 {
  background-image: url("../images/icons/home/light_orange_drop_3.svg");
}
.cell_orange_shape .light_orange_drops .drop_1,
.cell_orange_shape .light_orange_drops .drop_2,
.cell_orange_shape .light_orange_drops .drop_3 {
  width: 370px;
  height: 120px;
}
@media (min-width: 700px) {
  .cell_orange_shape .light_orange_drops .drop_1,
  .cell_orange_shape .light_orange_drops .drop_2,
  .cell_orange_shape .light_orange_drops .drop_3 {
    width: 470px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .cell_orange_shape .light_orange_drops .drop_1,
  .cell_orange_shape .light_orange_drops .drop_2,
  .cell_orange_shape .light_orange_drops .drop_3 {
    width: 750px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .cell_orange_shape .light_orange_drops .drop_1,
  .cell_orange_shape .light_orange_drops .drop_2,
  .cell_orange_shape .light_orange_drops .drop_3 {
    width: 750px;
    height: 220px;
  }
}

body.page-template-visit-page header.entry-header h1.entry-title {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  body.page-template-visit-page header.entry-header h1.entry-title { /* 20px @ 768px increasing to 25px @ 1920px */
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.434);
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-page header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
body.page-template-visit-page article.container {
  padding-bottom: 70px;
}
@media (min-width: 700px) {
  body.page-template-visit-page article.container {
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page article.container {
    padding-bottom: 150px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page article.container {
    padding-bottom: 150px;
  }
}
body.page-template-visit-page .entry-content * {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
body.page-template-visit-page .entry-content p {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgba(12, 11, 94, var(--textColorOpacity));
  /*span.white-link a {color:$White;color:$WhiteLink;} 
  span.offwhite-link a {color:$OffWhite;color:$OffWhiteLink;}
  span.yellow-link a {color:$Yellow;color:$YellowLink;} 
  span.green-link a {color:$Green;color:$GreenLink;} 
  span.purple-link a {color:$Purple;color:$PurpleLink;} 
  span.darkblue-link a {color:$DarkBlue;color:$DarkBlueLink;} 
  span.skyblue-link a {color:$SkyBlue;color:$SkyBlueLink;} 
  span.electric-link a {color:$Electric;color:$ElectricLink;} 
  span.lightorange-link a {color:$LightOrange;color:$LightOrangeLink;} 
  span.orange-link a {color:$Orange;color:$OrangeLink;} 
  span.pink-link a {color:$Pink;color:$PinkLink;} 
  span.red-link a {color:$Red;color:$RedLink;} 
  span.beige-link a {color:$Beige;color:$BeigeLink;}*/
}
@media (min-width: 700px) {
  body.page-template-visit-page .entry-content p { /* 50px @ 768px increasing to 72px @ 1920px */
    font-size: calc(3.125rem + (1vw - 7.68px) * 1.9097);
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-page .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
  }
}
body.page-template-visit-page .entry-content p a {
  /*span.white-link {color:$White;color:$WhiteLink;} 
  span.offwhite-link {color:$OffWhite;color:$OffWhiteLink;}
  span.yellow-link {color:$Yellow;color:$YellowLink;} 
  span.green-link {color:$Green;color:$GreenLink;} 
  span.purple-link {color:$Purple;color:$PurpleLink;} 
  span.darkblue-link {color:$DarkBlue;color:$DarkBlueLink;} 
  span.skyblue-link {color:$SkyBlue;color:$SkyBlueLink;} 
  span.electric-link {color:$Electric;color:$ElectricLink;} 
  span.lightorange-link {color:$LightOrange;color:$LightOrangeLink;} 
  span.orange-link {color:$Orange;color:$OrangeLink;} 
  span.pink-link {color:$Pink;color:$PinkLink;} 
  span.red-link {color:$Red;color:$RedLink;} 
  span.beige-link {color:$Beige;color:$BeigeLink;}*/
}
body.page-template-visit-page .cell_blue_shape {
  position: relative;
  z-index: 1; /*overflow:hidden;*/
  /*padding:50px 20px 50px 20px;*/
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .cell_blue_shape {
    /*padding:50px 50px 50px 50px;*/
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .cell_blue_shape {
    /*padding:60px 60px 60px 60px;*/
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .cell_blue_shape {
    /*padding:60px 60px 60px 60px;*/
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
body.page-template-visit-page .cell_blue_shape .background_shape_blue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(12, 11, 94);
}
body.page-template-visit-page .cell_blue_shape .background_shape_blue svg {
  width: 100%;
  height: auto;
  display: block;
}
body.page-template-visit-page .cell_blue_shape .background_shape_blue .background_shape_top {
  width: 100%;
  background-color: rgb(46, 102, 215);
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
body.page-template-visit-page .cell_blue_shape .background_shape_blue .background_shape_top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(12, 11, 94);
}
body.page-template-visit-page .cell_blue_shape .background_shape_blue .background_shape_bottom {
  width: 100%;
  background-color: rgb(46, 102, 215);
  margin-top: auto;
}
body.page-template-visit-page .cell_no_shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*padding:50px 20px 50px 20px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .cell_no_shape {
    /*padding:50px 50px 50px 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .cell_no_shape {
    /*padding:60px 60px 60px 60px;*/
  }
}

body.page-template-visit-page .orange_big_drops {
  width: 100%;
  height: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  right: -70px;
  top: 50px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .orange_big_drops {
    right: -50px;
    top: 50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .orange_big_drops {
    right: -50px;
    top: 140px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .orange_big_drops {
    right: 0px;
    top: 140px;
  }
}
body.page-template-visit-page .orange_big_drops.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.page-template-visit-page .orange_big_drops div {
  background-size: 100% 100%;
  position: absolute;
}
body.page-template-visit-page .orange_big_drops .drop_1 {
  background-image: url("../images/icons/visit/orange_drop_1.svg");
}
body.page-template-visit-page .orange_big_drops .drop_2 {
  background-image: url("../images/icons/visit/orange_drop_2.svg");
}
body.page-template-visit-page .orange_big_drops .drop_3 {
  background-image: url("../images/icons/visit/orange_drop_3.svg");
}
body.page-template-visit-page .orange_big_drops .drop_1,
body.page-template-visit-page .orange_big_drops .drop_2,
body.page-template-visit-page .orange_big_drops .drop_3 {
  width: 180px;
  height: 130px;
  right: 0;
}
@media (min-width: 700px) {
  body.page-template-visit-page .orange_big_drops .drop_1,
  body.page-template-visit-page .orange_big_drops .drop_2,
  body.page-template-visit-page .orange_big_drops .drop_3 {
    width: 230px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .orange_big_drops .drop_1,
  body.page-template-visit-page .orange_big_drops .drop_2,
  body.page-template-visit-page .orange_big_drops .drop_3 {
    width: 280px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .orange_big_drops .drop_1,
  body.page-template-visit-page .orange_big_drops .drop_2,
  body.page-template-visit-page .orange_big_drops .drop_3 {
    width: 330px;
    height: 200px;
  }
}

body.page-template-visit-page .cell_blue_shape .light_orange_drops {
  width: 100%;
  height: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  left: -190px;
  top: -120px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops {
    top: -150px;
    left: -100px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops {
    top: -220px;
    left: -220px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops {
    top: -220px;
    left: -160px;
  }
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops div {
  background-size: 100% 100%;
  position: absolute;
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_1 {
  background-image: url("../images/icons/visit/light_orange_drop_1.svg");
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_2 {
  background-image: url("../images/icons/visit/light_orange_drop_2.svg");
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_3 {
  background-image: url("../images/icons/visit/light_orange_drop_3.svg");
}
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_1,
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_2,
body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_3 {
  width: 370px;
  height: 120px;
  left: 0px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_1,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_2,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_3 {
    width: 470px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_1,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_2,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_3 {
    width: 750px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_1,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_2,
  body.page-template-visit-page .cell_blue_shape .light_orange_drops .drop_3 {
    width: 750px;
    height: 220px;
  }
}

body.page-template-visit-page {
  position: relative;
}
body.page-template-visit-page:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/visit/visit_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 250px;
  height: 110px;
  top: -10px;
  right: -20px;
}
@media (min-width: 700px) {
  body.page-template-visit-page:before {
    width: 330px;
    height: 150px;
    top: -1px;
    right: 50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page:before {
    width: 450px;
    height: 200px;
    top: -1px;
    right: 66px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page:before {
    width: 570px;
    height: 255px;
    top: -1px;
    right: 84px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page:before {
    width: 570px;
    height: 255px;
    top: -1px;
    right: 84px;
  }
}
body.page-template-visit-page:after {
  content: none;
  position: absolute;
  background-image: url(../images/icons/visit/visit_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 250px;
  height: 110px;
  top: -10px;
  right: -20px;
}
@media (min-width: 700px) {
  body.page-template-visit-page:after {
    content: "";
    width: 330px;
    height: 150px;
    top: -1px;
    right: 50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page:after {
    width: 450px;
    height: 200px;
    top: -1px;
    right: 66px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page:after {
    width: 570px;
    height: 255px;
    top: -1px;
    right: 84px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page:after {
    width: 570px;
    height: 255px;
    top: -1px;
    right: 84px;
  }
}
body.page-template-visit-page article.container {
  position: relative;
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.page-template-visit-page article.container {
    padding-top: 180px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page article.container {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page article.container {
    padding-top: 300px;
  }
}

body.page-template-visit-page .blue-drops {
  position: relative;
  height: 50px;
}
body.page-template-visit-page .blue-drops:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background-image: url(../images/icons/visit/blue_drops.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 300px;
  height: 90px;
  left: -150px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .blue-drops:before {
    width: 420px;
    height: 120px;
    left: -120px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .blue-drops:before {
    width: 420px;
    height: 120px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .blue-drops:before {
    width: 550px;
    height: 160px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .blue-drops:before {
    width: 660px;
    height: 200px;
  }
}
body.page-template-visit-page .tree-home {
  position: relative;
  height: 50px;
}
body.page-template-visit-page .tree-home:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icons/visit/tree_home_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 150px;
  height: 140px;
  right: -30px;
  top: -70px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .tree-home:before {
    width: 180px;
    height: 140px;
    right: 86px;
    top: -50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .tree-home:before {
    width: 230px;
    height: 190px;
    right: 96px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .tree-home:before {
    width: 270px;
    height: 220px;
    right: 104px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .tree-home:before {
    width: 300px;
    height: 240px;
    right: 104px;
  }
}

body.page-template-visit-page .green-leaf {
  position: relative;
  height: 30px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .green-leaf {
    height: 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .green-leaf {
    height: 100px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .green-leaf {
    height: 150px;
  }
}
body.page-template-visit-page .green-leaf:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icons/visit/leaf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 0px;
  height: 0px;
  left: -150px;
  bottom: 0;
}
@media (min-width: 700px) {
  body.page-template-visit-page .green-leaf:before {
    width: 100px;
    height: 110px;
    left: 20px;
    bottom: -140px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .green-leaf:before {
    width: 130px;
    height: 140px;
    left: 50px;
    bottom: -140px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .green-leaf:before {
    width: 160px;
    height: 170px;
    left: 100px;
    bottom: -160px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .green-leaf:before {
    width: 160px;
    height: 170px;
    left: 100px;
    bottom: -120px;
  }
}
body.page-template-visit-page .tree-homes {
  position: relative;
  height: 100px;
}
body.page-template-visit-page .tree-homes:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icons/visit/tree_homes_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 425px;
  height: 150px;
  right: 10px;
  bottom: -50px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .tree-homes:before {
    width: 460px;
    height: 150px;
    right: 66px;
    bottom: -70px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .tree-homes:before {
    width: 610px;
    height: 200px;
    right: 76px;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .tree-homes:before {
    width: 740px;
    height: 230px;
    right: 104px;
    bottom: -60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .tree-homes:before {
    width: 740px;
    height: 230px;
    right: 124px;
    bottom: -50px;
  }
}

body.page-template-visit-page .orange-nuts {
  position: relative;
  height: 50px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
body.page-template-visit-page .orange-nuts:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icons/visit/nuts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 0px;
  height: 0px;
  left: -200px;
  bottom: -20px;
}
@media (min-width: 700px) {
  body.page-template-visit-page .orange-nuts:before {
    width: 190px;
    height: 180px;
    left: 70px;
    bottom: -20px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-page .orange-nuts:before {
    width: 230px;
    height: 220px;
    left: 80px;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-page .orange-nuts:before {
    width: 290px;
    height: 270px;
    left: 90px;
    bottom: -60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-page .orange-nuts:before {
    width: 290px;
    height: 270px;
    left: 130px;
    bottom: -60px;
  }
}

body.page-template-live-page header.entry-header h1.entry-title {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  body.page-template-live-page header.entry-header h1.entry-title { /* 20px @ 768px increasing to 25px @ 1920px */
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.434);
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-live-page header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
body.page-template-live-page .entry-content * {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
body.page-template-live-page .entry-content p {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgba(12, 11, 94, var(--textColorOpacity));
  /*span.white-link a {color:$White;color:$WhiteLink;} 
  span.offwhite-link a {color:$OffWhite;color:$OffWhiteLink;}
  span.yellow-link a {color:$Yellow;color:$YellowLink;} 
  span.green-link a {color:$Green;color:$GreenLink;} 
  span.purple-link a {color:$Purple;color:$PurpleLink;} 
  span.darkblue-link a {color:$DarkBlue;color:$DarkBlueLink;} 
  span.skyblue-link a {color:$SkyBlue;color:$SkyBlueLink;} 
  span.electric-link a {color:$Electric;color:$ElectricLink;} 
  span.lightorange-link a {color:$LightOrange;color:$LightOrangeLink;} 
  span.orange-link a {color:$Orange;color:$OrangeLink;} 
  span.pink-link a {color:$Pink;color:$PinkLink;} 
  span.red-link a {color:$Red;color:$RedLink;} 
  span.beige-link a {color:$Beige;color:$BeigeLink;}*/
}
@media (min-width: 700px) {
  body.page-template-live-page .entry-content p { /* 50px @ 768px increasing to 72px @ 1920px */
    font-size: calc(3.125rem + (1vw - 7.68px) * 1.9097);
  }
}
@media (min-width: 1920px) {
  body.page-template-live-page .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
  }
}
body.page-template-live-page .entry-content p a {
  /*span.white-link {color:$White;color:$WhiteLink;} 
  span.offwhite-link {color:$OffWhite;color:$OffWhiteLink;}
  span.yellow-link {color:$Yellow;color:$YellowLink;} 
  span.green-link {color:$Green;color:$GreenLink;} 
  span.purple-link {color:$Purple;color:$PurpleLink;} 
  span.darkblue-link {color:$DarkBlue;color:$DarkBlueLink;} 
  span.skyblue-link {color:$SkyBlue;color:$SkyBlueLink;} 
  span.electric-link {color:$Electric;color:$ElectricLink;} 
  span.lightorange-link {color:$LightOrange;color:$LightOrangeLink;} 
  span.orange-link {color:$Orange;color:$OrangeLink;} 
  span.pink-link {color:$Pink;color:$PinkLink;} 
  span.red-link {color:$Red;color:$RedLink;} 
  span.beige-link {color:$Beige;color:$BeigeLink;}*/
}
body.page-template-live-page .main_photo {
  position: relative;
  margin: 30px 0 60px 0;
}
@media (min-width: 768px) {
  body.page-template-live-page .main_photo {
    margin: 50px 0 70px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .main_photo {
    margin: 70px 0 70px 0;
  }
}
body.page-template-live-page .main_photo:after {
  content: "";
  display: block;
  padding-top: 85%;
}
@media (min-width: 768px) {
  body.page-template-live-page .main_photo:after {
    padding-top: 63%;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .main_photo:after {
    padding-top: 55%;
  }
}
.cell_green_shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*padding:50px 20px 50px 20px;*/
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 700px) {
  .cell_green_shape {
    /*padding:50px 50px 50px 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .cell_green_shape {
    /*padding:60px 60px 60px 60px;*/
  }
}
.cell_green_shape .background_shape_green {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(18, 131, 75);
}
.cell_green_shape .background_shape_green svg {
  width: 100%;
  height: auto;
  display: block;
}
.cell_green_shape .background_shape_green .background_shape_top {
  width: 100%;
  background-color: rgb(41, 179, 115);
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.cell_green_shape .background_shape_green .background_shape_top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(18, 131, 75);
}
.cell_green_shape .background_shape_green .background_shape_bottom {
  width: 100%;
  background-color: rgb(41, 179, 115);
  margin-top: auto;
}

body.page-template-live-page .cell_no_shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*padding:50px 20px 50px 20px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  body.page-template-live-page .cell_no_shape {
    /*padding:50px 50px 50px 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page .cell_no_shape {
    /*padding:60px 60px 60px 60px;*/
  }
}

body.page-template-live-page {
  position: relative;
}
body.page-template-live-page:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/live/live_top.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 160px;
  height: 160px;
  top: 10px;
  right: -70px;
}
@media (min-width: 700px) {
  body.page-template-live-page:before {
    width: 240px;
    height: 240px;
    top: -10px;
    right: -30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page:before {
    width: 260px;
    height: 260px;
    top: -10px;
    right: -30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page:before {
    width: 360px;
    height: 360px;
    top: -10px;
    right: -30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-live-page:before {
    width: 360px;
    height: 360px;
    top: -10px;
    right: -30px;
  }
}
body.page-template-live-page article.container {
  position: relative;
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.page-template-live-page article.container {
    padding-top: 180px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page article.container {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page article.container {
    padding-top: 300px;
  }
}
body.page-template-live-page .raindrops {
  position: relative;
}
body.page-template-live-page .raindrops:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/live/raindrops.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 240px;
  height: 220px;
  top: -50px;
  right: -150px;
}
@media (min-width: 700px) {
  body.page-template-live-page .raindrops:before {
    width: 300px;
    height: 280px;
    top: -50px;
    right: -150px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .raindrops:before {
    width: 350px;
    height: 330px;
    top: 0px;
    right: -170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page .raindrops:before {
    width: 380px;
    height: 350px;
    top: 0px;
    right: -190px;
  }
}
@media (min-width: 1400px) {
  body.page-template-live-page .raindrops:before {
    width: 460px;
    height: 430px;
    top: 0px;
    right: -230px;
  }
}

body.page-template-live-page .blue_drops {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
body.page-template-live-page .blue_drops:before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/live/blue_drops.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 180px;
  height: 90px;
  top: -50px;
  left: 10px;
}
@media (min-width: 700px) {
  body.page-template-live-page .blue_drops:before {
    width: 260px;
    height: 130px;
    top: -55px;
    left: 70px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .blue_drops:before {
    width: 300px;
    height: 150px;
    top: -50px;
    left: 70px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page .blue_drops:before {
    width: 410px;
    height: 200px;
    top: -75px;
    left: 90px;
  }
}
@media (min-width: 1400px) {
  body.page-template-live-page .blue_drops:before {
    width: 410px;
    height: 200px;
    top: -55px;
    left: 120px;
  }
}
body.page-template-live-page .suitcase {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  z-index: 2;
}
body.page-template-live-page .suitcase:before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/live/suitcase.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: 130px;
  top: -60px;
  right: -20px;
}
@media (min-width: 700px) {
  body.page-template-live-page .suitcase:before {
    width: 320px;
    height: 210px;
    top: -110px;
    right: -30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .suitcase:before {
    width: 370px;
    height: 250px;
    top: -160px;
    right: -30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page .suitcase:before {
    width: 450px;
    height: 290px;
    top: -210px;
    right: -30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-live-page .suitcase:before {
    width: 510px;
    height: 330px;
    top: -210px;
    right: -30px;
  }
}
body.page-template-live-page .yellow_drops {
  width: 100%;
  height: 50px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  body.page-template-live-page .yellow_drops {
    height: 100px;
  }
}
body.page-template-live-page .yellow_drops:before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/live/yellow_drops.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 100px;
  top: -10px;
  right: -20px;
}
@media (min-width: 700px) {
  body.page-template-live-page .yellow_drops:before {
    width: 410px;
    height: 130px;
    top: -10px;
    right: 0px;
  }
}
@media (min-width: 1024px) {
  body.page-template-live-page .yellow_drops:before {
    width: 540px;
    height: 170px;
    top: -10px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  body.page-template-live-page .yellow_drops:before {
    width: 950px;
    height: 270px;
    top: -30px;
    right: -190px;
  }
}
@media (min-width: 1400px) {
  body.page-template-live-page .yellow_drops:before {
    width: 950px;
    height: 270px;
    top: -30px;
    right: 0px;
  }
}

body.blog .site-main .container, body.archive.category .site-main .container {
  margin: 0 auto 0 auto;
}
body.blog header.entry-header h1.entry-title, body.archive.category header.entry-header h1.entry-title {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 auto 10px auto;
  max-width: 80%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 700px) {
  body.blog header.entry-header h1.entry-title, body.archive.category header.entry-header h1.entry-title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 1024px) {
  body.blog header.entry-header h1.entry-title, body.archive.category header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1920px) {
  body.blog header.entry-header h1.entry-title, body.archive.category header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    margin: 0 auto 30px auto;
  }
}
body.blog .list, body.archive.category .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
body.blog .list article, body.archive.category .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 4px);
  margin: 2px;
  background-color: rgb(41, 179, 115);
  position: relative;
  /*&:not(.has-post-thumbnail) {
      transition:all 0.5s ease-in-out;
  }*/
}
body.blog .list article:before, body.archive.category .list article:before {
  content: "";
  background-color: rgb(12, 11, 94);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}
body.blog .list article:after, body.archive.category .list article:after {
  content: "";
  display: block;
  padding-top: 90%;
}
@media (min-width: 480px) {
  body.blog .list article, body.archive.category .list article {
    width: calc(50% - 4px);
  }
}
@media (min-width: 700px) {
  body.blog .list article, body.archive.category .list article {
    width: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  body.blog .list article, body.archive.category .list article {
    width: calc(33.333% - 4px);
  }
  body.blog .list article:after, body.archive.category .list article:after {
    content: "";
    display: block;
    padding-top: 90%;
  }
}
@media (min-width: 1024px) {
  body.blog .list article, body.archive.category .list article {
    width: calc(33.333% - 6px);
    margin: 3px;
  }
  body.blog .list article:before, body.archive.category .list article:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
  body.blog .list article:after, body.archive.category .list article:after {
    content: "";
    display: block;
    padding-top: 90%;
  }
}
@media (min-width: 1400px) {
  body.blog .list article, body.archive.category .list article {
    width: calc(25% - 6px);
  }
  body.blog .list article:after, body.archive.category .list article:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
body.blog .list article .info, body.archive.category .list article .info {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(41, 179, 115);
  padding: 15px 15px 50px 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  body.blog .list article .info, body.archive.category .list article .info {
    padding: 30px 30px 50px 30px;
  }
}
body.blog .list article .info *, body.archive.category .list article .info * {
  width: 100%;
}
body.blog .list article .info p.entry-date, body.archive.category .list article .info p.entry-date {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(231, 229, 212);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.blog .list article .info p.entry-date, body.archive.category .list article .info p.entry-date {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.blog .list article .info p.entry-date, body.archive.category .list article .info p.entry-date {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  body.blog .list article .info p.entry-date, body.archive.category .list article .info p.entry-date {
    font-size: 16px;
  }
}
body.blog .list article .info h2.entry-title, body.archive.category .list article .info h2.entry-title {
  font-size: 23px;
  line-height: 1.3em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.blog .list article .info h2.entry-title, body.archive.category .list article .info h2.entry-title { /* 19px @ 768px increasing to 34px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 1.3021);
  }
}
@media (min-width: 1920px) {
  body.blog .list article .info h2.entry-title, body.archive.category .list article .info h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 34px;
  }
}
body.blog .list article .info h2.entry-title a, body.archive.category .list article .info h2.entry-title a {
  display: block;
}
body.blog .list article .info h2.entry-title a:hover, body.archive.category .list article .info h2.entry-title a:hover {
  opacity: 0.8;
}
body.blog .list article .info p.author, body.archive.category .list article .info p.author {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.blog .list article .info p.author, body.archive.category .list article .info p.author {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.blog .list article .info p.author, body.archive.category .list article .info p.author {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  body.blog .list article .info p.author, body.archive.category .list article .info p.author {
    font-size: 16px;
  }
}
body.blog .list article .entry-footer, body.archive.category .list article .entry-footer {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 768px) {
  body.blog .list article .entry-footer, body.archive.category .list article .entry-footer {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.blog .list article .entry-footer, body.archive.category .list article .entry-footer {
    font-size: 13px;
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.blog .list article .entry-footer, body.archive.category .list article .entry-footer {
    font-size: 16px;
  }
}
body.blog .list article .entry-footer a, body.archive.category .list article .entry-footer a {
  color: rgb(12, 11, 94);
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
}
body.blog .list article .entry-footer a:hover, body.archive.category .list article .entry-footer a:hover {
  opacity: 0.8;
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}
body.blog .list article a.img, body.archive.category .list article a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body.blog .list article a.img img.wpsmartcrop-image, body.archive.category .list article a.img img.wpsmartcrop-image {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}
@media (min-width: 1024px) {
  body.blog .list article.has-post-thumbnail:hover .info, body.archive.category .list article.has-post-thumbnail:hover .info {
    opacity: 0;
  }
  body.blog .list article.has-post-thumbnail:hover a.img, body.archive.category .list article.has-post-thumbnail:hover a.img {
    opacity: 1;
  }
  body.blog .list article.has-post-thumbnail:hover .entry-footer a, body.archive.category .list article.has-post-thumbnail:hover .entry-footer a {
    color: rgb(231, 229, 212);
    border-color: rgb(231, 229, 212);
  }
  body.blog .list article.has-post-thumbnail:hover .entry-footer a:hover, body.archive.category .list article.has-post-thumbnail:hover .entry-footer a:hover {
    opacity: 0.8;
    border-color: transparent;
  }
}
body.blog .list article:not(.has-post-thumbnail) .info, body.archive.category .list article:not(.has-post-thumbnail) .info {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  body.blog .list article:not(.has-post-thumbnail):hover .info, body.archive.category .list article:not(.has-post-thumbnail):hover .info {
    opacity: 1;
    background-color: rgb(12, 11, 94); /*transition:all 0.5s ease-in-out;*/
    pointer-events: none;
  }
  body.blog .list article:not(.has-post-thumbnail):hover .info h2.entry-title, body.archive.category .list article:not(.has-post-thumbnail):hover .info h2.entry-title {
    color: rgb(231, 229, 212);
  }
  body.blog .list article:not(.has-post-thumbnail):hover .info h2.entry-title a, body.archive.category .list article:not(.has-post-thumbnail):hover .info h2.entry-title a {
    color: rgb(231, 229, 212);
    pointer-events: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body.blog .list article:not(.has-post-thumbnail):hover .info h2.entry-title a:hover, body.archive.category .list article:not(.has-post-thumbnail):hover .info h2.entry-title a:hover {
    opacity: 0.8;
    -webkit-transition: none;
    transition: none;
  }
  body.blog .list article:not(.has-post-thumbnail):hover .info p.author, body.archive.category .list article:not(.has-post-thumbnail):hover .info p.author {
    color: rgb(231, 229, 212);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body.blog .list article:not(.has-post-thumbnail):hover a.img, body.archive.category .list article:not(.has-post-thumbnail):hover a.img {
    opacity: 1;
    background-color: rgb(12, 11, 94);
    z-index: 1;
  }
  body.blog .list article:not(.has-post-thumbnail):hover .entry-footer a, body.archive.category .list article:not(.has-post-thumbnail):hover .entry-footer a {
    color: rgb(231, 229, 212);
    border-color: rgb(231, 229, 212);
  }
  body.blog .list article:not(.has-post-thumbnail):hover .entry-footer a:hover, body.archive.category .list article:not(.has-post-thumbnail):hover .entry-footer a:hover {
    opacity: 0.8;
    border-color: transparent;
  }
}
body.single-post .post-thumbnail {
  border: 4px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  body.single-post .post-thumbnail {
    border: 6px solid rgb(12, 11, 94);
  }
}
body.single-post .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid rgb(12, 11, 94);
  margin-top: -4px;
}
@media (min-width: 1024px) {
  body.single-post .main-content {
    border: 6px solid rgb(12, 11, 94);
    margin-top: -6px;
  }
}
body.single-post .main-content .left-column {
  width: 100%;
  border-bottom: 4px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  body.single-post .main-content .left-column {
    width: 35%;
    border-bottom: 0;
    border-right: 6px solid rgb(12, 11, 94);
  }
}
body.single-post .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-post .main-content .right-column {
    width: 65%;
  }
}
body.single-post .info {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.single-post .info {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.single-post .info {
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 1400px) {
  body.single-post .info {
    padding: 30px 30px 40px 30px;
  }
}
body.single-post .info h1.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.single-post .info h1.entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 768px) {
  body.single-post .info h1.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.single-post .info h1.entry-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.single-post .info h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.single-post .info p.entry-date {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(231, 229, 212);
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-post .info p.entry-date {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body.single-post .info p.entry-date {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.single-post .info p.entry-date {
    font-size: 20px;
  }
}
body.single-post .info p.author {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
}
@media (min-width: 768px) {
  body.single-post .info p.author {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  body.single-post .info p.author {
    font-size: 16px;
  }
}
body.single-post .entry-content {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.single-post .entry-content {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.single-post .entry-content {
    padding: 40px 30px 30px 30px;
  }
}
@media (min-width: 1400px) {
  body.single-post .entry-content {
    padding: 40px 40px 40px 40px;
  }
}
body.single-post .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.single-post .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.single-post .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.single-post .entry-content p a {
  color: rgb(231, 229, 212);
  text-decoration: underline;
}
body.single-post .entry-content p a:hover {
  color: rgb(12, 11, 94);
  text-decoration: none;
}

body.blog .button-cell, body.archive.category .button-cell, body.single-post .button-cell {
  padding-top: 30px;
}
body.blog .button-cell .more .bgd svg polygon, body.archive.category .button-cell .more .bgd svg polygon, body.single-post .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
body.blog .button-cell .more:hover .bgd svg polygon, body.archive.category .button-cell .more:hover .bgd svg polygon, body.single-post .button-cell .more:hover .bgd svg polygon {
  fill: rgb(231, 229, 212) !important;
}
body.blog .button-cell .more a, body.archive.category .button-cell .more a, body.single-post .button-cell .more a {
  color: rgb(231, 229, 212);
}
body.blog .button-cell .more a:hover, body.archive.category .button-cell .more a:hover, body.single-post .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}

body.blog .container.inside, body.archive.category .container.inside {
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.blog .container.inside, body.archive.category .container.inside {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.blog .container.inside, body.archive.category .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  body.blog .container.inside, body.archive.category .container.inside {
    padding-top: 225px;
  }
}
@media (min-width: 1400px) {
  body.blog .container.inside, body.archive.category .container.inside {
    padding-top: 265px;
  }
}
body.blog .container.inside .list, body.archive.category .container.inside .list {
  position: relative;
}
body.blog .container.inside .list:before, body.archive.category .container.inside .list:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/mountains.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 270px;
  height: 210px;
  top: -208px;
  right: -220px;
}
@media (min-width: 700px) {
  body.blog .container.inside .list:before, body.archive.category .container.inside .list:before {
    width: 270px;
    height: 210px;
    top: -210px;
    right: -100px;
  }
}
@media (min-width: 1024px) {
  body.blog .container.inside .list:before, body.archive.category .container.inside .list:before {
    width: 300px;
    height: 240px;
    top: -240px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.blog .container.inside .list:before, body.archive.category .container.inside .list:before {
    width: 360px;
    height: 300px;
    top: -295px;
    right: -70px;
  }
}
@media (min-width: 1400px) {
  body.blog .container.inside .list:before, body.archive.category .container.inside .list:before {
    width: 400px;
    height: 340px;
    top: -335px;
    right: -110px;
  }
}
body.blog .container.inside .list:after, body.archive.category .container.inside .list:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/hearts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 180px;
  height: 140px;
  top: -180px;
  right: -100px;
}
@media (min-width: 700px) {
  body.blog .container.inside .list:after, body.archive.category .container.inside .list:after {
    width: 220px;
    height: 160px;
    top: -180px;
    right: -70px;
  }
}
@media (min-width: 1024px) {
  body.blog .container.inside .list:after, body.archive.category .container.inside .list:after {
    width: 300px;
    height: 240px;
    top: -240px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.blog .container.inside .list:after, body.archive.category .container.inside .list:after {
    width: 360px;
    height: 300px;
    top: -295px;
    right: -70px;
  }
}
@media (min-width: 1400px) {
  body.blog .container.inside .list:after, body.archive.category .container.inside .list:after {
    width: 400px;
    height: 340px;
    top: -335px;
    right: -110px;
  }
}
body.single-post .container.inside {
  position: relative;
}
body.single-post .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/mountains.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 270px;
  height: 210px;
  top: -80px;
  right: -200px;
}
@media (min-width: 700px) {
  body.single-post .container.inside:before {
    width: 290px;
    height: 230px;
    top: -80px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  body.single-post .container.inside:before {
    width: 290px;
    height: 230px;
    top: -80px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.single-post .container.inside:before {
    width: 300px;
    height: 240px;
    top: -70px;
    right: -60px;
  }
}
@media (min-width: 1400px) {
  body.single-post .container.inside:before {
    width: 300px;
    height: 240px;
    top: -70px;
    right: -60px;
  }
}
body.single-post .container.inside:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/hearts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 180px;
  height: 140px;
  top: -20px;
  right: -70px;
}
@media (min-width: 700px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 180px;
    top: -30px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 180px;
    top: -30px;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 200px;
    top: -30px;
    right: -40px;
  }
}
@media (min-width: 1400px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 200px;
    top: -30px;
    right: -40px;
  }
}

body.post-type-archive-neo .site-main .container, body.tax-katigoria_neou .site-main .container {
  margin: 0 auto 0 auto;
}
body.post-type-archive-neo header.entry-header, body.tax-katigoria_neou header.entry-header {
  position: relative;
  margin: 0 0 15px 0;
}
body.post-type-archive-neo header.entry-header h1.entry-title, body.tax-katigoria_neou header.entry-header h1.entry-title {
  font-size: 52px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  text-align: left;
}
@media (min-width: 700px) {
  body.post-type-archive-neo header.entry-header h1.entry-title, body.tax-katigoria_neou header.entry-header h1.entry-title { /* 54px @ 768px increasing to 72px @ 1920px */
    font-size: calc(3.375rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-neo header.entry-header h1.entry-title, body.tax-katigoria_neou header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
  }
}
body.post-type-archive-neo .list, body.tax-katigoria_neou .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
body.post-type-archive-neo .list article, body.tax-katigoria_neou .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 4px solid rgb(12, 11, 94);
  margin: 0 0 30px 0;
  background-color: rgb(231, 229, 212);
  position: relative;
  /*&:not(.has-post-thumbnail) {
      transition:all 0.5s ease-in-out;
  }*/
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article, body.tax-katigoria_neou .list article {
    border: 6px solid rgb(12, 11, 94);
  }
}
body.post-type-archive-neo .list article .info, body.tax-katigoria_neou .list article .info {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(231, 229, 212);
  padding: 15px 15px 15px 15px;
}
@media (min-width: 800px) {
  body.post-type-archive-neo .list article .info, body.tax-katigoria_neou .list article .info {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article .info, body.tax-katigoria_neou .list article .info {
    width: 65%;
    padding: 30px 30px 30px 30px;
  }
}
body.post-type-archive-neo .list article .info *, body.tax-katigoria_neou .list article .info * {
  width: 100%;
}
body.post-type-archive-neo .list article .info .entry-meta, body.tax-katigoria_neou .list article .info .entry-meta {
  font-size: 0;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
body.post-type-archive-neo .list article .info .entry-meta span, body.tax-katigoria_neou .list article .info .entry-meta span {
  font-size: 13px;
  font-weight: 700;
  display: inline;
}
@media (min-width: 768px) {
  body.post-type-archive-neo .list article .info .entry-meta span, body.tax-katigoria_neou .list article .info .entry-meta span {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-neo .list article .info .entry-meta span, body.tax-katigoria_neou .list article .info .entry-meta span {
    font-size: 16px;
  }
}
body.post-type-archive-neo .list article .info .entry-meta span.cat, body.tax-katigoria_neou .list article .info .entry-meta span.cat {
  margin: 0 0 0 15px;
}
body.post-type-archive-neo .list article .info .entry-meta span.cat a:hover, body.tax-katigoria_neou .list article .info .entry-meta span.cat a:hover {
  text-decoration: underline;
}
body.post-type-archive-neo .list article .info .entry-meta span.cat:before, body.tax-katigoria_neou .list article .info .entry-meta span.cat:before {
  content: "/";
  margin: 0 15px 0 0;
}
body.post-type-archive-neo .list article .info h2.entry-title, body.tax-katigoria_neou .list article .info h2.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.post-type-archive-neo .list article .info h2.entry-title, body.tax-katigoria_neou .list article .info h2.entry-title { /* 25px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.5625rem + (1vw - 7.68px) * 1.8229);
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-neo .list article .info h2.entry-title, body.tax-katigoria_neou .list article .info h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.post-type-archive-neo .list article .info h2.entry-title a, body.tax-katigoria_neou .list article .info h2.entry-title a {
  display: block;
}
body.post-type-archive-neo .list article .info h2.entry-title a:hover, body.tax-katigoria_neou .list article .info h2.entry-title a:hover {
  text-decoration: underline;
}
body.post-type-archive-neo .list article .info p.desc, body.tax-katigoria_neou .list article .info p.desc {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.post-type-archive-neo .list article .info p.desc, body.tax-katigoria_neou .list article .info p.desc { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-neo .list article .info p.desc, body.tax-katigoria_neou .list article .info p.desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.post-type-archive-neo .list article .info .entry-footer, body.tax-katigoria_neou .list article .info .entry-footer {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  pointer-events: none;
  margin-top: auto;
}
@media (min-width: 768px) {
  body.post-type-archive-neo .list article .info .entry-footer, body.tax-katigoria_neou .list article .info .entry-footer {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article .info .entry-footer, body.tax-katigoria_neou .list article .info .entry-footer {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-neo .list article .info .entry-footer, body.tax-katigoria_neou .list article .info .entry-footer {
    font-size: 16px;
  }
}
body.post-type-archive-neo .list article .info .entry-footer a, body.tax-katigoria_neou .list article .info .entry-footer a {
  color: rgb(12, 11, 94);
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 0 0 3px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
}
body.post-type-archive-neo .list article .info .entry-footer a:hover, body.tax-katigoria_neou .list article .info .entry-footer a:hover {
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}
body.post-type-archive-neo .list article .image, body.tax-katigoria_neou .list article .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  body.post-type-archive-neo .list article .image, body.tax-katigoria_neou .list article .image {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article .image, body.tax-katigoria_neou .list article .image {
    width: 35%;
  }
}
body.post-type-archive-neo .list article .image:before, body.tax-katigoria_neou .list article .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}
body.post-type-archive-neo .list article .image a.img, body.tax-katigoria_neou .list article .image a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.post-type-archive-neo .list article .image img, body.tax-katigoria_neou .list article .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
body.post-type-archive-neo .list article .image img:hover, body.tax-katigoria_neou .list article .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body.post-type-archive-neo .list article:nth-child(odd) .image, body.tax-katigoria_neou .list article:nth-child(odd) .image {
  border-bottom: 4px solid rgb(12, 11, 94);
}
@media (min-width: 800px) {
  body.post-type-archive-neo .list article:nth-child(odd) .image, body.tax-katigoria_neou .list article:nth-child(odd) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 0;
    border-right: 4px solid rgb(12, 11, 94);
  }
  body.post-type-archive-neo .list article:nth-child(odd) .info, body.tax-katigoria_neou .list article:nth-child(odd) .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article:nth-child(odd) .image, body.tax-katigoria_neou .list article:nth-child(odd) .image {
    border-right: 6px solid rgb(12, 11, 94);
  }
}
body.post-type-archive-neo .list article:nth-child(even) .image, body.tax-katigoria_neou .list article:nth-child(even) .image {
  border-bottom: 4px solid rgb(12, 11, 94);
}
@media (min-width: 800px) {
  body.post-type-archive-neo .list article:nth-child(even) .image, body.tax-katigoria_neou .list article:nth-child(even) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: 0;
    border-left: 4px solid rgb(12, 11, 94);
  }
  body.post-type-archive-neo .list article:nth-child(even) .info, body.tax-katigoria_neou .list article:nth-child(even) .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .list article:nth-child(even) .image, body.tax-katigoria_neou .list article:nth-child(even) .image {
    border-left: 6px solid rgb(12, 11, 94);
  }
}
body.post-type-archive-neo .list article:not(.has-post-thumbnail) .info, body.tax-katigoria_neou .list article:not(.has-post-thumbnail) .info {
  width: 100%;
}
@media (min-width: 800px) {
  body.post-type-archive-neo .list article:not(.has-post-thumbnail) .info, body.tax-katigoria_neou .list article:not(.has-post-thumbnail) .info {
    width: 80%;
  }
}
body.post-type-archive-neo .dropdown-cell .select2-container, body.tax-katigoria_neou .dropdown-cell .select2-container {
  width: 100% !important;
  position: relative;
  bottom: -17px;
}
@media (min-width: 768px) {
  body.post-type-archive-neo .dropdown-cell .select2-container, body.tax-katigoria_neou .dropdown-cell .select2-container {
    width: 250px !important;
    position: absolute;
    right: 0;
    bottom: -17px;
  }
}
body.single-neo {
  /*.post-thumbnail {
      border:4px solid $DarkBlue;
      @media (min-width: $break-xlg) {
          border:6px solid $DarkBlue;
      }
  }*/
}
body.single-neo .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /*border:4px solid $DarkBlue;margin-top:-4px;*/
}
@media (min-width: 1024px) {
  body.single-neo .main-content {
    /*border:6px solid $DarkBlue;margin-top:-6px;*/
  }
}
body.single-neo .main-content .left-column {
  width: 100%; /*border-bottom:4px solid $DarkBlue;*/
}
@media (min-width: 1024px) {
  body.single-neo .main-content .left-column {
    width: 35%; /*border-bottom:0;border-right:6px solid $DarkBlue;*/
  }
}
body.single-neo .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-neo .main-content .right-column {
    width: 65%;
  }
}
body.single-neo .info {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  body.single-neo .info {
    padding: 25px 0 0 0;
  }
}
@media (min-width: 1024px) {
  body.single-neo .info {
    padding: 30px 20px 30px 0;
  }
}
@media (min-width: 1400px) {
  body.single-neo .info {
    padding: 30px 30px 40px 0;
  }
}
body.single-neo .info h1.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.single-neo .info h1.entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 768px) {
  body.single-neo .info h1.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.single-neo .info h1.entry-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.single-neo .info h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.single-neo .info .entry-meta {
  font-size: 0;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 30px;
}
body.single-neo .info .entry-meta span {
  font-size: 13px;
  font-weight: 700;
  display: inline;
}
@media (min-width: 768px) {
  body.single-neo .info .entry-meta span {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.single-neo .info .entry-meta span {
    font-size: 16px;
  }
}
body.single-neo .info .entry-meta span.cat {
  margin: 0 0 0 15px;
}
body.single-neo .info .entry-meta span.cat a:hover {
  text-decoration: underline;
}
body.single-neo .info .entry-meta span.cat:before {
  content: "/";
  margin: 0 15px 0 0;
}
body.single-neo .entry-content {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  body.single-neo .entry-content {
    padding: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  body.single-neo .entry-content {
    padding: 40px 0 30px 30px;
  }
}
@media (min-width: 1400px) {
  body.single-neo .entry-content {
    padding: 40px 0 40px 40px;
  }
}
body.single-neo .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.single-neo .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.single-neo .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.single-neo .entry-content p:last-child {
  margin: 0;
}
body.single-neo .entry-content p a {
  color: rgb(46, 102, 215);
  text-decoration: underline;
}
body.single-neo .entry-content p a:hover {
  color: rgb(12, 11, 94);
  text-decoration: none;
}

body.post-type-archive-neo .button-cell .more .bgd svg polygon, body.tax-katigoria_neou .button-cell .more .bgd svg polygon, body.single-neo .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
body.post-type-archive-neo .button-cell .more:hover .bgd svg polygon, body.tax-katigoria_neou .button-cell .more:hover .bgd svg polygon, body.single-neo .button-cell .more:hover .bgd svg polygon {
  fill: rgb(248, 169, 141) !important;
}
body.post-type-archive-neo .button-cell .more a, body.tax-katigoria_neou .button-cell .more a, body.single-neo .button-cell .more a {
  color: rgb(231, 229, 212);
}
body.post-type-archive-neo .button-cell .more a:hover, body.tax-katigoria_neou .button-cell .more a:hover, body.single-neo .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}

body.post-type-archive-neo .container.inside, body.tax-katigoria_neou .container.inside, body.single-neo .container.inside {
  position: relative;
}
body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before, body.single-neo .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/news/news_top.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
  z-index: 0;
  width: 190px;
  height: 120px;
  top: 95px;
  right: -60px;
}
@media (min-width: 700px) {
  body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
    width: 250px;
    height: 190px;
    top: 60px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
    width: 250px;
    height: 190px;
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
    width: 250px;
    height: 190px;
    top: 10px;
    right: 60px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
    width: 280px;
    height: 220px;
    top: 10px;
    right: 70px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-neo .container.inside:before, body.tax-katigoria_neou .container.inside:before {
    width: 280px;
    height: 220px;
    top: 10px;
    right: 70px;
  }
}
body.single-neo .container.inside:before {
  z-index: 1;
  width: 190px;
  height: 90px;
  top: 60px;
  right: -60px;
}
@media (min-width: 700px) {
  body.single-neo .container.inside:before {
    width: 250px;
    height: 170px;
    top: 20px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  body.single-neo .container.inside:before {
    width: 250px;
    height: 190px;
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  body.single-neo .container.inside:before {
    width: 250px;
    height: 190px;
    top: 10px;
    right: 60px;
  }
}
@media (min-width: 1200px) {
  body.single-neo .container.inside:before {
    width: 280px;
    height: 220px;
    top: 10px;
    right: 70px;
  }
}
@media (min-width: 1400px) {
  body.single-neo .container.inside:before {
    width: 280px;
    height: 220px;
    top: 10px;
    right: 70px;
  }
}

body.page-template-default .post-thumbnail {
  /*border:4px solid $DarkBlue;
  @media (min-width: $break-xlg) {
      border:6px solid $DarkBlue;
  }*/
}
body.page-template-default .container.inside {
  padding-bottom: 50px;
}
@media (min-width: 700px) {
  body.page-template-default .container.inside {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .container.inside {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default .container.inside {
    padding-bottom: 100px;
  }
}
body.page-template-default .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /*border:4px solid $DarkBlue;margin-top:-4px;*/
}
@media (min-width: 1024px) {
  body.page-template-default .main-content {
    /*border:6px solid $DarkBlue;margin-top:-6px;*/
  }
}
body.page-template-default .main-content .left-column {
  width: 100%; /*border-bottom:4px solid $DarkBlue;*/
}
@media (min-width: 1024px) {
  body.page-template-default .main-content .left-column {
    width: 35%; /*border-bottom:0;border-right:6px solid $DarkBlue;*/
  }
}
body.page-template-default .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-default .main-content .right-column {
    width: 65%;
  }
}
body.page-template-default .main-content .subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.page-template-default .info h1.entry-title {
  font-size: 30px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 85%;
}
@media (min-width: 700px) {
  body.page-template-default .info h1.entry-title { /* 50px @ 768px increasing to 65px @ 1920px */
    font-size: calc(3.125rem + (1vw - 7.68px) * 1.3021);
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  body.page-template-default .info h1.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .info h1.entry-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.page-template-default .info h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 65px;
  }
}
body.page-template-default .info h2.entry-title {
  font-size: 25px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.page-template-default .info h2.entry-title { /* 25px @ 768px increasing to 40px @ 1920px */
    font-size: calc(1.5625rem + (1vw - 7.68px) * 1.3021);
  }
}
@media (min-width: 768px) {
  body.page-template-default .info h2.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .info h2.entry-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.page-template-default .info h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 40px;
  }
}
body.page-template-default .main-column {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-default .main-column {
    max-width: 80%;
  }
}
body.page-template-default .main-column .info {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-default .main-column .info {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .main-column .info {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-default .main-column .info {
    padding: 50px 0 0 0;
  }
}
body.page-template-default .main-column .entry-content {
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-default .main-column .entry-content {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .main-column .entry-content {
    padding: 0 0 25px 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-default .main-column .entry-content {
    padding: 0 0 30px 0;
  }
}
body.page-template-default .main-column .entry-content p {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-default .main-column .entry-content p { /* 22px @ 768px increasing to 21px @ 1920px */
    font-size: calc(1.375rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-default .main-column .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 26px;
  }
}
body.page-template-default .main-column .entry-content p a {
  text-decoration: underline;
}
body.page-template-default .main-column .entry-content p a:hover {
  text-decoration: none;
}
body.page-template-default .subsection .info {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-default .subsection .info {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .subsection .info {
    padding: 20px 20px 20px 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-default .subsection .info {
    padding: 30px 30px 40px 0;
  }
}
body.page-template-default .subsection .entry-content {
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-default .subsection .entry-content {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .subsection .entry-content {
    padding: 30px 0 20px 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default .subsection .entry-content {
    padding: 40px 0 30px 40px;
  }
}
body.page-template-default .subsection .entry-content p {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-default .subsection .entry-content p { /* 17px @ 768px increasing to 21px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-default .subsection .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 21px;
  }
}
body.page-template-default .subsection .entry-content p a {
  text-decoration: underline;
}
body.page-template-default .subsection .entry-content p a:hover {
  text-decoration: none;
}

body.page-template-default .container.inside {
  position: relative;
}
body.page-template-default .container.inside:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 130px;
  height: 160px;
  top: 50px;
}
@media (min-width: 700px) {
  body.page-template-default .container.inside:before {
    width: 250px;
    height: 250px;
    top: 0px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default .container.inside:before {
    width: 220px;
    height: 320px;
    top: -10px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default .container.inside:before {
    width: 230px;
    height: 330px;
    top: 0px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default .container.inside:before {
    width: 250px;
    height: 350px;
    top: 0px;
  }
}
body.page-template-default.simple-beige-bgd .container.inside:before {
  content: "";
  background-image: url(../images/icons/page/leaf_drops_blue.svg);
}
body.page-template-default.simple-green-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
  content: "";
  background-image: url(../images/icons/page/leaf_drops_white.svg);
}
body.page-template-default.simple-beige-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
  right: -22px;
}
@media (min-width: 700px) {
  body.page-template-default.simple-beige-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-beige-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
    right: 46px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-beige-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
    right: 54px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.simple-beige-bgd .container.inside:before, body.page-template-default.simple-blue-bgd .container.inside:before {
    right: 54px;
  }
}
body.page-template-default.simple-green-bgd .container.inside:before {
  right: -22px;
}
@media (min-width: 700px) {
  body.page-template-default.simple-green-bgd .container.inside:before {
    right: -40px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-green-bgd .container.inside:before {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-green-bgd .container.inside:before {
    right: -10px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.simple-green-bgd .container.inside:before {
    right: -10px;
  }
}
body.error404 article.container.inside {
  min-height: 670px;
}

body.events-list .filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
  body.events-list .filters-row {
    margin: 0 0 50px 0;
  }
}
body.events-list .filters-row .filters {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.events-list .filters-row .filters .cat-tabs {
  display: none;
}
body.events-list .filters-row .filters .select2-container {
  display: block;
}
@media (min-width: 700px) {
  body.events-list .filters-row .filters {
    width: 60%;
  }
  body.events-list .filters-row .filters .select2-container {
    display: none;
  }
  body.events-list .filters-row .filters .cat-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  body.events-list .filters-row .filters {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .filters {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body.events-list .filters-row .filters .select2-container {
  width: 100% !important;
}
body.events-list .filters-row .filters .select2-container span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(28, 25, 168);
}
body.events-list .filters-row .filters .select2-container.select2-container--default .dropdown-wrapper {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  pointer-events: none;
  background-image: url("../images/cat-arrow-dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
body.events-list .filters-row .filters .select2-container.select2-container--default.select2-container--open .dropdown-wrapper {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.events-list .filters-row .filters .select2-container .select2-selection--multiple {
  border: 0;
  background-color: rgb(229, 229, 229);
  border-radius: 0;
  cursor: pointer;
  min-height: 38px;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline {
  cursor: pointer;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input {
  cursor: pointer;
  width: 100% !important;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  margin: 0;
  padding: 5px 0;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input::-moz-placeholder {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  margin: 0;
  padding: 5px 0;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  margin: 0;
  padding: 5px 0;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  margin: 0;
  padding: 5px 0;
}
body.events-list .filters-row .filters .select2-container .select2-search--inline input::placeholder {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  margin: 0;
  padding: 5px 0;
}
body.events-list .filters-row .filters .select2-container .select2-selection__rendered {
  padding: 5px 15px;
}
body.events-list .filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  border: 0;
  border-radius: 0;
  padding: 4px 15px 2px 25px;
  position: relative;
}
body.events-list .filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice span {
  font-size: 25px;
  line-height: 25px;
  text-indent: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
body.events-list .filters-row .rest-filters {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 700px) {
  body.events-list .filters-row .rest-filters {
    width: 37%;
    max-width: 240px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  body.events-list .filters-row .rest-filters {
    width: 37%;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .rest-filters {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: none;
  }
}
body.events-list .filters-row .time-filters {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 5px 0 5px 0;
}
@media (min-width: 700px) {
  body.events-list .filters-row .time-filters {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .time-filters {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .time-filters {
    width: 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .time-filters {
    width: 50%;
    max-width: 230px;
  }
}
body.events-list .filters-row .time-filters .row-filter {
  margin: 0 5px 0 0;
  display: inline-block;
}
@media (min-width: 1024px) {
  body.events-list .filters-row .time-filters .row-filter {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
body.events-list .filters-row .time-filters .row-filter input {
  display: none;
}
body.events-list .filters-row .time-filters .row-filter label {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  position: relative;
  padding: 7px 5px 5px 15px;
}
@media (min-width: 700px) {
  body.events-list .filters-row .time-filters .row-filter label {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .time-filters .row-filter label {
    font-size: 12px;
    padding: 7px 5px 5px 30px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .time-filters .row-filter label {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .time-filters .row-filter label {
    font-size: 15px;
  }
}
body.events-list .filters-row .time-filters .row-filter label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  border: 1px solid rgb(229, 229, 229);
  background-color: rgb(46, 102, 215);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -6px;
}
@media (min-width: 1024px) {
  body.events-list .filters-row .time-filters .row-filter label:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: -9px;
  }
}
body.events-list .filters-row .time-filters .row-filter:hover label {
  text-decoration: underline;
}
body.events-list .filters-row .time-filters .row-filter.active label:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: rgb(229, 229, 229);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  margin-left: 3px;
}
@media (min-width: 1024px) {
  body.events-list .filters-row .time-filters .row-filter.active label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: 5px;
  }
}
body.events-list .filters-row .calendar-filters {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.events-list .filters-row .calendar-filters .calendar {
  display: none;
}
body.events-list .filters-row .calendar-filters .mobile-calendar {
  display: block;
  margin: 10px 0 0 0;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  background-color: rgb(229, 229, 229);
  color: rgb(28, 25, 168);
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 5px 15px;
  width: 100%;
  min-height: 38px;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input::-webkit-input-placeholder {
  color: rgb(28, 25, 168);
  opacity: 1;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input::-moz-placeholder {
  color: rgb(28, 25, 168);
  opacity: 1;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input:-ms-input-placeholder {
  color: rgb(28, 25, 168);
  opacity: 1;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input::-ms-input-placeholder {
  color: rgb(28, 25, 168);
  opacity: 1;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input::placeholder {
  color: rgb(28, 25, 168);
  opacity: 1;
}
body.events-list .filters-row .calendar-filters .mobile-calendar input:-ms-input-placeholder {
  color: rgb(28, 25, 168);
}
body.events-list .filters-row .calendar-filters .mobile-calendar input::-ms-input-placeholder {
  color: rgb(28, 25, 168);
}
@media (min-width: 700px) {
  body.events-list .filters-row .calendar-filters {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.events-list .filters-row .calendar-filters .calendar {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  body.events-list .filters-row .calendar-filters .mobile-calendar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .calendar-filters {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .calendar-filters {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .calendar-filters {
    width: 50%;
  }
}
body.events-list .filters-row .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin: 10px 0 0 0;
}
@media (min-width: 700px) {
  body.events-list .filters-row .buttons {
    margin: 0;
  }
}
body.events-list .filters-row .search-btn {
  /*width:45%;*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 7px 7px 0;
  text-align: right;
}
body.events-list .filters-row .search-btn .btn {
  position: relative;
}
body.events-list .filters-row .search-btn .btn svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  fill: rgb(12, 11, 94);
}
body.events-list .filters-row .search-btn .btn button {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(229, 229, 229);
  border: 0;
  background-color: transparent;
  padding: 11px 15px 10px 25px;
  position: relative;
}
@media (min-width: 700px) {
  body.events-list .filters-row .search-btn .btn button {
    font-size: 13px;
    padding: 11px 20px 10px 40px;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .search-btn .btn button {
    font-size: 15px;
    padding: 11px 30px 10px 40px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .search-btn .btn button {
    font-size: 18px;
    padding: 12px 30px 11px 50px;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .search-btn .btn button {
    font-size: 18px;
    padding: 16px 30px 14px 50px;
  }
}
body.events-list .filters-row .search-btn .btn button:hover {
  text-decoration: underline;
}
body.events-list .filters-row .search-btn .btn button span {
  position: absolute;
  left: 5px;
  height: 20px;
  top: 50%;
  margin-top: -6px;
  font-size: 30px;
  color: rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.events-list .filters-row .search-btn .btn button span {
    left: 15px;
    margin-top: -7px;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .search-btn .btn button span {
    left: 15px;
    margin-top: -7px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .search-btn .btn button span {
    margin-top: -9px;
    font-size: 45px;
  }
}
body.events-list .filters-row .clear-btn {
  display: none; /*width:55%;*/
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 7px 7px 0;
}
body.events-list .filters-row .clear-btn .btn {
  position: relative;
}
body.events-list .filters-row .clear-btn .btn svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  fill: rgb(12, 11, 94);
}
body.events-list .filters-row .clear-btn .btn button {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(229, 229, 229);
  border: 0;
  background-color: transparent;
  padding: 11px 15px 10px 25px;
  position: relative;
}
@media (min-width: 700px) {
  body.events-list .filters-row .clear-btn .btn button {
    font-size: 13px;
    padding: 11px 20px 10px 40px;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .clear-btn .btn button {
    font-size: 15px;
    padding: 11px 30px 10px 40px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .clear-btn .btn button {
    font-size: 18px;
    padding: 12px 30px 11px 45px;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .clear-btn .btn button {
    font-size: 18px;
    padding: 16px 30px 14px 45px;
  }
}
body.events-list .filters-row .clear-btn .btn button:hover {
  text-decoration: underline;
}
body.events-list .filters-row .clear-btn .btn button span {
  position: absolute;
  left: 5px;
  height: 20px;
  top: 50%;
  margin-top: -4px;
  font-size: 30px;
  color: rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.events-list .filters-row .clear-btn .btn button span {
    left: 15px;
    margin-top: -5px;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .clear-btn .btn button span {
    left: 15px;
    margin-top: -6px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .clear-btn .btn button span {
    margin-top: -7px;
    font-size: 45px;
  }
}
body.events-list .filters-row .cat-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.events-list .filters-row .cat-tabs .cat {
  position: relative;
  margin: 0 7px 7px 0;
}
body.events-list .filters-row .cat-tabs .cat input {
  display: none;
}
body.events-list .filters-row .cat-tabs .cat svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.events-list .filters-row .cat-tabs .cat label {
  padding: 11px 20px 9px 30px;
  display: block;
  position: relative;
}
@media (min-width: 700px) {
  body.events-list .filters-row .cat-tabs .cat label {
    font-size: 14px;
    font-weight: 700;
    color: rgb(12, 11, 94);
    line-height: 1.2em;
  }
}
@media (min-width: 1024px) {
  body.events-list .filters-row .cat-tabs .cat label {
    font-size: 16px;
    padding: 11px 30px 9px 40px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .cat-tabs .cat label {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  body.events-list .filters-row .cat-tabs .cat label {
    font-size: 21px;
    padding: 14px 30px 12px 40px;
  }
}
body.events-list .filters-row .cat-tabs .cat:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: rgb(46, 102, 215);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  body.events-list .filters-row .cat-tabs .cat:before {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .cat-tabs .cat:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
body.events-list .filters-row .cat-tabs .cat:hover label {
  text-decoration: underline;
}
body.events-list .filters-row .cat-tabs .cat.disabled {
  opacity: 0.5;
}
body.events-list .filters-row .cat-tabs .cat.active:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid rgb(46, 102, 215);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
@media (min-width: 1024px) {
  body.events-list .filters-row .cat-tabs .cat.active:before {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  body.events-list .filters-row .cat-tabs .cat.active:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
body.events-list .select2-container.select2-container--open {
  display: block;
}
@media (min-width: 700px) {
  body.events-list .select2-container.select2-container--open {
    display: none;
  }
}
body.events-list .select2-dropdown {
  border: 0;
  background-color: rgb(229, 229, 229);
  padding: 0 10px 10px 10px;
}
body.events-list .select2-dropdown .select2-results ul li.cat {
  font-size: 15px;
  letter-spacing: 0px;
  border: 0;
  color: rgb(12, 11, 94);
  background-color: rgb(229, 229, 229);
  padding: 11px 20px 9px 30px;
  margin: 0 0 5px 0;
  position: relative;
}
body.events-list .select2-dropdown .select2-results ul li.cat[aria-selected=false]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: rgb(46, 102, 215);
  z-index: 1;
}
body.events-list .select2-dropdown .select2-results ul li.cat[aria-selected=true] {
  opacity: 0.5;
}
body.events-list .select2-dropdown .select2-results ul li.cat[aria-selected=true]:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid rgb(46, 102, 215);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
body.events-list header.entry-header h1.entry-title {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 700px) {
  body.events-list header.entry-header h1.entry-title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  body.events-list header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    margin: 0 0 30px 0;
  }
}

body.single-tribe_events .event-cat-icon {
  position: relative;
  height: 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .event-cat-icon {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .event-cat-icon {
    margin-top: -100px;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .event-cat-icon {
    margin-top: -100px;
  }
}
body.single-tribe_events .event-cat-icon:before {
  content: none;
}
@media (min-width: 700px) {
  body.single-tribe_events .event-cat-icon:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 230px;
    height: 250px;
    top: -250px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    right: 56px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .event-cat-icon:before {
    width: 350px;
    height: 370px;
    top: -400px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: auto;
    left: 0;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .event-cat-icon:before {
    width: 470px;
    height: 490px;
    top: -500px;
  }
}
body.single-tribe_events .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-tribe_events .main-content .left-column {
  width: 100%;
}
@media (min-width: 700px) {
  body.single-tribe_events .main-content .left-column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .main-content .left-column {
    width: 45%;
    padding-bottom: 500px;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .main-content .left-column {
    width: 38%;
    padding-bottom: 600px;
  }
}
body.single-tribe_events .main-content .right-column {
  width: 100%;
}
@media (min-width: 700px) {
  body.single-tribe_events .main-content .right-column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .main-content .right-column {
    width: 55%;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .main-content .right-column {
    width: 62%;
  }
}
body.single-tribe_events .info-cell {
  margin: -30px -10px 0 -15px;
  position: relative;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell {
    margin: -60px 25px 0 30px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .info-cell {
    margin: -60px 0 0 -20px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell {
    margin: -60px 0 0 -30px;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell {
    margin: -60px 0 0 -60px;
  }
}
body.single-tribe_events .info-cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body.single-tribe_events .info-cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body.single-tribe_events .info-cell .entry-header {
  position: relative;
  z-index: 2;
  padding: 30px 20px 20px 25px;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header {
    padding: 40px 20px 30px 40px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header {
    padding: 50px 20px 30px 40px;
  }
}
body.single-tribe_events .info-cell .entry-header .cat {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .cat { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell .entry-header .cat { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.single-tribe_events .info-cell .entry-header .cat a {
  color: rgb(229, 229, 229);
  text-decoration: none;
}
body.single-tribe_events .info-cell .entry-header .cat a:hover {
  text-decoration: underline;
}
body.single-tribe_events .info-cell .entry-header .entry-title {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  margin-bottom: 1.3em;
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell .entry-header .entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-dates {
  color: rgb(229, 229, 229);
  min-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates {
    padding: 0 0 0 45px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates {
    padding: 0 0 0 50px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-dates span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
body.single-tribe_events .info-cell .entry-header .entry-dates span.icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates span.icon {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates span.icon {
    width: 40px;
    height: 40px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-dates span.date,
body.single-tribe_events .info-cell .entry-header .entry-dates span.desc {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 400;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates span.date,
  body.single-tribe_events .info-cell .entry-header .entry-dates span.desc { /* 25px @ 768px increasing to 30px @ 1920px */ /* FLUID TYPOGRAPHY */
    font-size: calc(25px + 5 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell .entry-header .entry-dates span.date,
  body.single-tribe_events .info-cell .entry-header .entry-dates span.desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 30px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-dates span.date strong,
body.single-tribe_events .info-cell .entry-header .entry-dates span.desc strong {
  font-weight: 700;
  display: block;
}
body.single-tribe_events .info-cell .entry-header .entry-venue {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  min-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue {
    padding: 0 0 0 45px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue {
    padding: 0 0 0 50px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-venue span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
body.single-tribe_events .info-cell .entry-header .entry-venue span.icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue span.icon {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue span.icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue { /* 25px @ 768px increasing to 30px @ 1920px */ /* FLUID TYPOGRAPHY */
    font-size: calc(25px + 5 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell .entry-header .entry-venue { /* Prevent font scaling beyond this breakpoint */
    font-size: 30px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-info {
  font-size: 12px;
  line-height: 1.5em;
  color: rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .entry-header .entry-info {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .info-cell .entry-header .entry-info {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .entry-header .entry-info {
    font-size: 15px;
  }
}
body.single-tribe_events .info-cell .entry-header .entry-info .info b, body.single-tribe_events .info-cell .entry-header .entry-info .info strong {
  font-weight: 700;
}
body.single-tribe_events .info-cell .book-btn {
  padding: 30px 20px 20px 20px;
  z-index: 1;
  position: relative;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .book-btn {
    padding: 35px 20px 35px 30px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .book-btn {
    padding: 45px 20px 40px 40px;
  }
}
body.single-tribe_events .info-cell .book-btn:before {
  content: "";
  height: 5px;
  background-color: rgb(46, 102, 215);
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .book-btn:before {
    height: 8px;
  }
}
body.single-tribe_events .info-cell .book-btn a {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
  display: block;
  text-decoration: underline;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .book-btn a {
    padding: 0 0 0 45px;
    font-size: calc(25px + 5 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .book-btn a {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .info-cell .book-btn a { /* Prevent font scaling beyond this breakpoint */
    font-size: 30px;
  }
}
body.single-tribe_events .info-cell .book-btn a span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
body.single-tribe_events .info-cell .book-btn a span.icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 700px) {
  body.single-tribe_events .info-cell .book-btn a span.icon {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .info-cell .book-btn a span.icon {
    width: 40px;
    height: 40px;
  }
}
body.single-tribe_events .info-cell .book-btn a:hover {
  text-decoration: none;
}
body.single-tribe_events .info-cell .tickets-modal {
  display: none;
}
body.single-tribe_events .info-cell .tribe-common a.tribe-common-c-btn-link, body.single-tribe_events .info-cell .tribe-common button.tribe-common-c-btn-link, body.single-tribe_events .info-cell .tribe-common input[type=button].tribe-common-c-btn-link, body.single-tribe_events .info-cell .tribe-common input[type=submit].tribe-common-c-btn-link {
  display: none;
}
body.single-tribe_events .info-cell .tribe-block__tickets__item__attendee__fields__footer__divider,
body.single-tribe_events .info-cell .tribe-tickets__attendee-tickets-footer-divider {
  display: none;
}
body.single-tribe_events .info-cell .tribe-tickets__item__quantity__add {
  width: auto;
}
body.single-tribe_events .info-cell .tribe-tickets__item__quantity__remove {
  width: auto;
}
body.single-tribe_events .info-cell .show-modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  width: 500px;
  height: 300px;
}
body.single-tribe_events .entry-content {
  padding: 20px 0 15px 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .entry-content {
    padding: 30px 25px 25px 30px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .entry-content {
    padding: 60px 0 30px 40px;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .entry-content {
    padding: 60px 0 40px 100px;
  }
}
body.single-tribe_events .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.single-tribe_events .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.single-tribe_events .entry-content p a {
  color: rgb(12, 11, 94);
  text-decoration: underline;
}
body.single-tribe_events .entry-content p a:hover {
  color: rgb(229, 229, 229);
  text-decoration: none;
}
body.single-tribe_events .entry-content .credits_info {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  body.single-tribe_events .entry-content .credits_info {
    max-width: 70%;
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .entry-content .credits_info {
    max-width: 100%;
    min-height: none;
  }
}
body.single-tribe_events .entry-content .credits_info p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  color: rgb(229, 229, 229);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.single-tribe_events .entry-content .credits_info p { /* 14px @ 768px increasing to 17px @ 1920px */
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.2604);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .entry-content .credits_info p { /* Prevent font scaling beyond this breakpoint */
    font-size: 17px;
  }
}
body.single-tribe_events .entry-content .credits_info p strong, body.single-tribe_events .entry-content .credits_info p b {
  font-weight: 700;
}
body.single-tribe_events .relative-events.container.inside {
  padding-top: 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .relative-events.container.inside {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .relative-events.container.inside {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .relative-events.container.inside {
    padding-top: 60px;
  }
}
body.single-tribe_events .relative-events.container.inside:before, body.single-tribe_events .relative-events.container.inside:after {
  content: none;
}
body.single-tribe_events header.entry-header h2.entry-title {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 700px) {
  body.single-tribe_events header.entry-header h2.entry-title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events header.entry-header h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    margin: 0 0 30px 0;
  }
}
body.single-tribe_events .tribe-common .tribe-modal__overlay {
  background-color: rgba(46, 102, 215, 0.95);
  opacity: 1;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow-y: auto;
  max-height: calc(100vh - 30px);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper {
    max-height: calc(100vh - 100px);
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar {
  border-radius: 0;
  background-color: transparent;
  border: 3px solid rgb(229, 229, 229);
  width: 1000px;
  height: auto;
  padding: 0px 0px 50px 0;
  margin: 15px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar {
    padding: 0px 0px 100px 0px;
    margin: 50px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar {
    border: 5px solid rgb(229, 229, 229);
  }
}
body.single-tribe_events .tribe-tickets__attendee-tickets-container--has-tickets {
  border-bottom: 3px solid rgb(229, 229, 229);
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-tickets__attendee-tickets-container--has-tickets {
    border-bottom: 5px solid rgb(229, 229, 229);
    padding-bottom: 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  max-width: 80%;
  text-align: left;
  padding: 10px 20px;
  margin: 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    padding: 25px 30px;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button {
  background-color: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  margin-top: 11px;
  margin-right: 15px;
  background-image: url(../images/popup-close.svg) !important;
  background-size: 35px 35px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  opacity: 1;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button {
    margin-top: 22px;
    margin-right: 22px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button {
    margin-top: 25px;
    margin-right: 25px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 3px solid rgb(229, 229, 229);
  border-bottom: 3px solid rgb(229, 229, 229);
  margin-top: -3px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item {
    border-top: 5px solid rgb(229, 229, 229);
    border-bottom: 5px solid rgb(229, 229, 229);
    margin-top: -5px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item *,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item * {
  font-family: "basis-grotesque";
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(229, 229, 229);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item *,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item * {
    font-size: calc(19px + 9 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item *,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item * {
    font-size: 28px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap {
  padding: 11px 10px 11px 20px;
  width: 50px;
  display: block;
  border-bottom: 4px solid rgb(229, 229, 229);
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap {
    padding: 15px 10px 15px 30px;
    width: 60px;
    border-bottom: 0;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap .tribe-tickets__item__remove,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap .tribe-tickets__tickets-item-remove,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap .tribe-tickets__item__remove,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap .tribe-tickets__tickets-item-remove {
  background-image: none;
  position: relative;
  border: 0;
  border-radius: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap .tribe-tickets__item__remove:after,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__remove__wrap .tribe-tickets__tickets-item-remove:after,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap .tribe-tickets__item__remove:after,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-remove-wrap .tribe-tickets__tickets-item-remove:after {
  content: "+";
  font-size: 30px;
  line-height: 1em;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -4px;
  left: 5px;
  display: block;
  font-weight: 700;
  color: rgb(229, 229, 229);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title.tribe-tickets--no-description,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description {
  border-right: 0;
  width: calc(100% - 50px);
  border-bottom: 4px solid rgb(229, 229, 229);
  padding: 12px 10px 12px 5px;
  text-align: left;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title.tribe-tickets--no-description,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description {
    padding: 16px 10px 16px 5px;
    border-right: 3px solid rgb(229, 229, 229);
    width: 40%;
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__content__title.tribe-tickets--no-description,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description {
    border-right: 5px solid rgb(229, 229, 229);
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__extra,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__tickets-item-extra {
  border-right: 3px solid rgb(229, 229, 229);
  width: 33.333%;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 11px 20px 11px 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__extra,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__tickets-item-extra {
    padding: 15px 30px 15px 30px;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__extra,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__tickets-item-extra {
    border-right: 5px solid rgb(229, 229, 229);
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity {
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-right: 3px solid rgb(229, 229, 229);
  width: 33.333%;
  padding: 11px 10px 11px 10px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity {
    padding: 16px 10px 16px 10px;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity {
    border-right: 5px solid rgb(229, 229, 229);
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity .tribe-tickets__item__quantity__number,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity .tribe-tickets__tickets-item-quantity-number,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity .tribe-tickets__item__quantity__number,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number {
  height: auto;
  margin: 0 10px;
  border-radius: 0;
  border: 1px solid rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity .tribe-tickets__item__quantity__number,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity .tribe-tickets__tickets-item-quantity-number,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity .tribe-tickets__item__quantity__number,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number {
    border: 0;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__quantity button,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity button {
  font-family: "basis-grotesque";
  line-height: 1em;
  border: 0;
  padding: 0;
  height: 20px;
  outline: none;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__total__wrap,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-total-wrap {
  margin: 0;
  text-align: right;
  padding: 11px 20px 11px 20px;
  width: 33.333%;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__total__wrap,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-total-wrap {
    padding: 15px 30px 15px 30px;
    width: 20%;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer {
  padding: 11px 20px 11px 20px;
  border: 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer {
    padding: 15px 30px 15px 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer *,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer * {
  font-family: "basis-grotesque";
  font-size: 15px;
  line-height: 1em;
  color: rgb(229, 229, 229);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer *,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer * {
    font-size: calc(18px + 5 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer *,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer * {
    font-size: 23px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer .tribe-tickets__footer__total,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer .tribe-tickets__tickets-footer-total,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer .tribe-tickets__footer__total,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total {
  position: relative;
  margin-left: 40px;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer .tribe-tickets__footer__total:before,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__footer .tribe-tickets__tickets-footer-total:before,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer .tribe-tickets__footer__total:before,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-common .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total:before {
  content: "∙";
  position: absolute;
  left: -23px;
  top: 0px;
  font-size: 25px;
  color: rgb(229, 229, 229);
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__heading,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__tickets-heading {
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(229, 229, 229);
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 5px 20px;
  border-bottom: 3px solid rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__heading,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__tickets-heading {
    font-size: calc(19px + 9 * (100vw - 768px) / 1152);
    padding: 15px 30px 5px 30px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__heading,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__tickets-heading {
    border-bottom: 5px solid rgb(229, 229, 229);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__heading,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__tickets-heading {
    font-size: 28px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item {
  background: transparent;
  border: 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item {
    padding: 15px 30px 5px 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-label {
  font-family: "basis-grotesque";
  font-size: 13px;
  line-height: 1em;
  color: rgb(229, 229, 229);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-label {
    font-size: calc(16px + 7 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-label {
    font-size: 23px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-label span {
  color: rgb(229, 229, 229);
  font-weight: 700;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field-description {
  width: 100%;
  font-size: 13px;
  color: rgb(229, 229, 229);
  padding-top: 10px;
  margin-top: 0;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-common-form-control-radio__input:before {
  border: 2px solid rgb(12, 11, 94);
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  margin-top: -3px;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-common-form-control-checkbox__input:before {
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  border: 2px solid rgb(12, 11, 94);
  margin-top: -3px;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-common-form-control-checkbox__input:checked:before {
  background-image: none;
  background-color: rgb(229, 229, 229);
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__attendee-tickets-item-title,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__attendee-tickets-item-title {
  color: rgb(229, 229, 229);
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-family: "basis-grotesque";
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
  padding-top: 11px;
  border-bottom: 3px solid rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__attendee-tickets-item-title,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__attendee-tickets-item-title {
    font-size: calc(19px + 9 * (100vw - 768px) / 1152);
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__attendee-tickets-item-title,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__attendee-tickets-item-title {
    border-bottom: 5px solid rgb(229, 229, 229);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__attendee-tickets-item-title,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__attendee-tickets-item-title {
    font-size: 28px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-ticket,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-ticket {
  border: 0;
  padding: 11px 20px 5px 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-ticket,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-ticket {
    padding: 15px 30px 5px 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__attendee-tickets-item-remove,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__attendee-tickets-item-remove {
  display: none;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field {
  display: block;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field {
    padding: 20px 0 0 0;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label h3,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label h3,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label h3,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label h3 {
  font-family: "basis-grotesque";
  font-size: 13px;
  line-height: 1em;
  color: rgb(229, 229, 229);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label h3 {
    font-size: calc(16px + 7 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label h3,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label h3 {
    font-size: 23px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label h3 span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label h3 span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label h3 span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label span,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label h3 span {
  color: rgb(229, 229, 229);
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto 20px 5px 0;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-tickets-meta-label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-tickets-meta-label {
    width: 250px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-common-form-control-checkbox-radio-group,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-common-form-control-checkbox-radio-group,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-common-form-control-checkbox-radio-group > *,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group > *,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-common-form-control-checkbox-radio-group > *,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group > * {
  margin: 0;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-common-form-control-checkbox-radio-group label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-common-form-control-checkbox-radio-group label,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label {
  margin: 0 50px 0 0;
  width: auto;
  font-weight: 700;
  font-size: 13px;
  line-height: 1em;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label {
    font-size: calc(16px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field .tribe-common-form-control-checkbox-radio-group label,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field .tribe-common-form-control-checkbox-radio-group label {
    font-size: 18px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field input,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field textarea,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field input,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field textarea,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field input,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field textarea,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field input,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field textarea,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field select {
  max-width: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 0;
  font-family: "basis-grotesque";
  font-size: 13px;
  line-height: 1em;
  color: rgb(12, 11, 94);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field select {
    font-size: calc(16px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field select,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field input,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field textarea,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field select {
    font-size: 18px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field select {
  background-image: url("/wp-content/themes/vamvakou/dist/assets/images/arrow-dropdown.svg");
  background-size: 40px 50px;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field option,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field option,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field option,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field option {
  max-width: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 0;
  font-family: "basis-grotesque";
  font-size: 13px;
  line-height: 1em;
  color: rgb(12, 11, 94);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field option {
    font-size: calc(16px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__form-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-field option,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__form-field option {
    font-size: 18px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__item__attendee__field__select,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__item__attendee__field__select {
  position: relative;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields .tribe-tickets__item__attendee__field__select:after,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item .tribe-tickets__item__attendee__field__select:after {
  content: "→";
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 30px;
  color: rgb(229, 229, 229);
  width: 15px;
  height: 30px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee__title {
  font-size: 14px;
  line-height: 1.4em;
  color: rgb(229, 229, 229);
  font-weight: 700;
  margin: 0;
  padding: 11px 0 5px 0;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  border-bottom: 2px solid rgb(229, 229, 229);
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee__title {
    font-size: calc(14px + 2 * (100vw - 768px) / 1152);
    padding: 15px 0 5px 0;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee__title {
    border-bottom: 3px solid rgb(229, 229, 229);
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee__title {
    font-size: 16px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice {
  background-color: rgb(235, 51, 35);
  border: 0;
  padding: 10px 20px 10px 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice {
    padding: 10px 30px 10px 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error {
  color: rgb(229, 229, 229);
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error * {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error * {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error * {
    font-size: 16px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error .tribe-tickets-notice__title:before {
  content: none;
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer {
  padding: 10px 20px 10px 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer {
    padding: 10px 30px 10px 30px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer button.tribe-common-c-btn,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn {
  border: 0;
  background-color: transparent;
  color: rgb(12, 11, 94);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url(../images/button_bgd_OffWhite.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "basis-grotesque";
  font-size: 14px;
  line-height: 1.2em;
  padding: 18px 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer button.tribe-common-c-btn,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn { /* 17px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.5208);
    padding: 20px 35px;
  }
}
@media (min-width: 1920px) {
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer button.tribe-common-c-btn,
  body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 25px 50px;
  }
}
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__item__attendee__fields__footer button.tribe-common-c-btn:hover,
body.single-tribe_events .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn:hover {
  color: rgb(229, 229, 229);
  background-image: url(../images/button_bgd_DarkBlue.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 10px 0;
}
@media (min-width: 700px) {
  .events {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.events .event-item {
  border: 5px solid rgb(12, 11, 94);
  margin: 0 0 20px 0;
  width: 100%;
  background-color: rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 570px) {
  .events .event-item {
    width: calc(50% - 14px);
    margin: 0 7px 20px 7px;
    width: calc(100% - 14px);
  }
}
@media (min-width: 768px) {
  .events .event-item {
    border-width: 4px;
    margin: 0 7px 30px 7px;
    width: calc(33.333% - 14px);
  }
}
@media (min-width: 1024px) {
  .events .event-item {
    border-width: 5px;
    margin: 0 7px 40px 7px;
    width: calc(33.333% - 14px);
  }
}
@media (min-width: 1500px) {
  .events .event-item {
    border-width: 7px;
    margin: 0 7px 50px 7px;
    width: calc(25% - 14px);
  }
}
.events .event-item .image {
  position: relative;
  overflow: hidden;
}
.events .event-item .image img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.events .event-item .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.events .event-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(14, 14, 14);
  display: block;
  padding: 12px 20px 10px 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(229, 229, 229);
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .events .event-item .image .date {
    font-size: 10px;
    padding: 8px 15px 6px 15px;
  }
}
@media (min-width: 1024px) {
  .events .event-item .image .date {
    font-size: 13px;
    padding: 12px 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .events .event-item .image .date {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .events .event-item .image .date {
    font-size: 18px;
  }
}
.events .event-item .info {
  background-color: rgb(229, 229, 229);
  padding: 20px 20px 0 20px;
  min-height: 80px;
}
@media (min-width: 768px) {
  .events .event-item .info {
    padding: 15px 15px 0 15px;
    min-height: 80px;
  }
}
@media (min-width: 1024px) {
  .events .event-item .info {
    padding: 20px 20px 0 20px;
    min-height: 130px;
  }
}
.events .event-item .venue {
  background-color: rgb(229, 229, 229);
  padding: 0 20px 20px 40px;
  position: relative;
}
@media (min-width: 768px) {
  .events .event-item .venue {
    padding: 0 15px 15px 30px;
  }
}
@media (min-width: 1024px) {
  .events .event-item .venue {
    padding: 0 20px 20px 40px;
  }
}
@media (min-width: 1200px) {
  .events .event-item .venue {
    padding: 0 20px 20px 48px;
  }
}
.events .event-item .venue span.icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 1px;
}
.events .event-item .venue span.icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .events .event-item .venue span.icon {
    width: 20px;
    height: 20px;
    left: 10px;
    top: -2px;
  }
}
@media (min-width: 1024px) {
  .events .event-item .venue span.icon {
    width: 23px;
    height: 23px;
    left: 18px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .events .event-item .venue span.icon {
    width: 27px;
    height: 27px;
    top: -1px;
  }
}
@media (min-width: 1400px) {
  .events .event-item .venue span.icon {
    width: 27px;
    height: 27px;
    top: 0px;
  }
}
.events .event-item h3, .events .event-item h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(28, 25, 168);
  width: 100%;
}
@media (min-width: 768px) {
  .events .event-item h3, .events .event-item h2 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .events .event-item h3, .events .event-item h2 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .events .event-item h3, .events .event-item h2 {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .events .event-item h3, .events .event-item h2 {
    font-size: 24px;
  }
}
.events .event-item h3 a, .events .event-item h2 a {
  color: rgb(28, 25, 168);
  text-decoration: none;
  display: block;
}
.events .event-item h3 a:hover, .events .event-item h2 a:hover {
  text-decoration: underline;
}
.events .event-item h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(28, 25, 168);
  width: 100%;
}
@media (min-width: 768px) {
  .events .event-item h4 {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .events .event-item h4 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .events .event-item h4 {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .events .event-item h4 {
    font-size: 18px;
  }
}
.events .event-item h4 a {
  color: rgb(28, 25, 168);
  text-decoration: none;
  display: block;
}
.events .event-item h4 a:hover {
  text-decoration: underline;
}
.events .event-item h2 {
  margin: 0 0 10px 0;
}
.events .event-item .venue {
  margin-top: auto;
}

.rel-events-carousel {
  margin-left: -7px;
  margin-right: -7px;
}
.rel-events-carousel .slick-list {
  width: 100%;
}
.rel-events-carousel .slick-list .slick-track .slick-slide > div {
  margin: 0 7px;
}
.rel-events-carousel .slick-list .slick-track .slick-slide > div .event-item {
  margin: 0;
}

body.single-tribe_events .button-cell {
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  body.single-tribe_events .button-cell {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .button-cell {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .button-cell {
    padding-bottom: 60px;
  }
}

body.events-list .button-cell,
body.single-tribe_events .button-cell {
  margin-top: 10px;
}
@media (min-width: 700px) {
  body.events-list .button-cell,
  body.single-tribe_events .button-cell {
    -top: 20px;
  }
}
@media (min-width: 1024px) {
  body.events-list .button-cell,
  body.single-tribe_events .button-cell {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  body.events-list .button-cell,
  body.single-tribe_events .button-cell {
    margin-top: 20px;
  }
}
body.events-list .button-cell .more .bgd svg polygon,
body.single-tribe_events .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
body.events-list .button-cell .more:hover .bgd svg polygon,
body.single-tribe_events .button-cell .more:hover .bgd svg polygon {
  fill: rgb(229, 229, 229) !important;
}
body.events-list .button-cell .more a,
body.single-tribe_events .button-cell .more a {
  color: rgb(229, 229, 229);
}
body.events-list .button-cell .more a:hover,
body.single-tribe_events .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}

body.events-list .container.inside, body.single-tribe_events .container.inside {
  position: relative;
}
body.events-list .container.inside:before, body.single-tribe_events .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/programme/program_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
body.events-list .container.inside:after, body.single-tribe_events .container.inside:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/programme/program_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
body.events-list section.container.inside, body.single-tribe_events section.container.inside {
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.events-list section.container.inside, body.single-tribe_events section.container.inside {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  body.events-list section.container.inside, body.single-tribe_events section.container.inside {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  body.events-list section.container.inside, body.single-tribe_events section.container.inside {
    padding-top: 170px;
  }
}
body.events-list .container.inside:before {
  width: 120px;
  height: 110px;
  top: -20px;
  right: -40px;
}
@media (min-width: 700px) {
  body.events-list .container.inside:before {
    width: 170px;
    height: 160px;
    top: -10px;
    right: 80px;
  }
}
@media (min-width: 1024px) {
  body.events-list .container.inside:before {
    width: 230px;
    height: 220px;
    top: -50px;
    right: 120px;
  }
}
@media (min-width: 1200px) {
  body.events-list .container.inside:before {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 140px;
  }
}
@media (min-width: 1400px) {
  body.events-list .container.inside:before {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 140px;
  }
}
body.events-list .container.inside:after {
  width: 150px;
  height: 140px;
  top: 0px;
  right: -60px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 700px) {
  body.events-list .container.inside:after {
    width: 170px;
    height: 160px;
    top: -10px;
    right: 80px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.events-list .container.inside:after {
    width: 230px;
    height: 220px;
    top: -50px;
    right: 120px;
  }
}
@media (min-width: 1200px) {
  body.events-list .container.inside:after {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 140px;
  }
}
@media (min-width: 1400px) {
  body.events-list .container.inside:after {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 140px;
  }
}
body.single-tribe_events .container.inside:before {
  width: 120px;
  height: 110px;
  top: -10px;
  right: -40px;
}
@media (min-width: 700px) {
  body.single-tribe_events .container.inside:before {
    width: 190px;
    height: 170px;
    top: -20px;
    right: 70px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .container.inside:before {
    width: 230px;
    height: 220px;
    top: -50px;
    right: 70px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .container.inside:before {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 105px;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .container.inside:before {
    width: 340px;
    height: 320px;
    top: -65px;
    right: 140px;
  }
}
body.single-tribe_events .container.inside:after {
  width: 150px;
  height: 140px;
  top: 10px;
  right: -70px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 700px) {
  body.single-tribe_events .container.inside:after {
    width: 190px;
    height: 180px;
    top: -10px;
    right: 70px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events .container.inside:after {
    width: 230px;
    height: 220px;
    top: -50px;
    right: 70px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events .container.inside:after {
    width: 300px;
    height: 280px;
    top: -65px;
    right: 105px;
  }
}
@media (min-width: 1400px) {
  body.single-tribe_events .container.inside:after {
    width: 340px;
    height: 320px;
    top: -70px;
    right: 110px;
  }
}
body.single-tribe_events article.container.inside:not(.has-post-thumbnail) {
  padding-top: 150px;
}
@media (min-width: 700px) {
  body.single-tribe_events article.container.inside:not(.has-post-thumbnail) {
    padding-top: 200px;
  }
}
@media (min-width: 1024px) {
  body.single-tribe_events article.container.inside:not(.has-post-thumbnail) {
    padding-top: 220px;
  }
}
@media (min-width: 1200px) {
  body.single-tribe_events article.container.inside:not(.has-post-thumbnail) {
    padding-top: 250px;
  }
}
body.events-list .container.inside:before, body.events-list .container.inside:after {
  z-index: -1;
}

body.page-template-default.woocommerce-page.woocommerce-checkout .main-content .main-column {
  max-width: 100%;
  width: 100%;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .col2-set .col-1,
body.page-template-default.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}
body.page-template-default.woocommerce-page.woocommerce-checkout h1.entry-title {
  color: rgb(12, 11, 94);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .col2-set {
  padding: 10px 20px 10px 20px;
  border: 3px solid rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .col2-set {
    padding: 10px 30px 10px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .col2-set {
    border: 5px solid rgb(12, 11, 94);
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout h3#order_review_heading {
  font-size: 14px;
  line-height: 1.4em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin: 50px 0 20px 0;
  padding: 11px 15px 5px 15px;
  letter-spacing: 1px;
  border-bottom: 3px solid rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout h3#order_review_heading {
    font-size: calc(14px + 2 * (100vw - 768px) / 1152);
    padding: 15px 30px 5px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout h3#order_review_heading {
    border-bottom: 5px solid rgb(12, 11, 94);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout h3#order_review_heading {
    font-size: 16px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields h3,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 14px;
  line-height: 1.4em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin: 20px 0 20px 0;
  padding: 11px 0 5px 0;
  letter-spacing: 1px;
  border-bottom: 3px solid rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields h3,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: calc(14px + 2 * (100vw - 768px) / 1152);
    padding: 15px 0 5px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields h3,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields h3 {
    border-bottom: 5px solid rgb(12, 11, 94);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields h3,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 16px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label {
  font-family: "basis-grotesque";
  font-size: 15px;
  line-height: 1em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  width: 100%;
  display: block;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label {
    font-size: calc(18px + 5 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label {
    font-size: 23px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label .required,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label .required {
  color: rgb(12, 11, 94);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label .optional,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label .optional {
  font-size: 11px;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields label abbr[title],
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields label abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgb(12, 11, 94);
  padding: 10px 0 5px 0;
  width: 100%;
  display: block;
  font-family: "basis-grotesque";
  font-size: 15px;
  line-height: 1em;
  color: rgb(46, 102, 215);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea {
    font-size: calc(18px + 2 * (100vw - 768px) / 1152);
    padding: 10px 0 5px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea {
    border-bottom: 2px solid rgb(12, 11, 94);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input,
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea {
    font-size: 20px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input::-webkit-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea::-webkit-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input::-webkit-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(96, 96, 96, 0.4);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input::-moz-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea::-moz-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input::-moz-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea::-moz-placeholder {
  font-weight: 400;
  color: rgba(96, 96, 96, 0.4);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input:-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea:-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input:-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(96, 96, 96, 0.4);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input::-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea::-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input::-ms-input-placeholder, body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(96, 96, 96, 0.4);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields input::placeholder,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields textarea::placeholder,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields input::placeholder,
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields textarea::placeholder {
  font-weight: 400;
  color: rgba(96, 96, 96, 0.4);
}
body.page-template-default.woocommerce-page.woocommerce-checkout form .form-row,
body.page-template-default.woocommerce-page.woocommerce-checkout form .form-row-first,
body.page-template-default.woocommerce-page.woocommerce-checkout form .form-row-last {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks {
  text-align: right;
  font-family: "basis-grotesque";
  font-size: 15px;
  line-height: 1em;
  color: rgb(12, 11, 94);
  font-weight: 400;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks {
    font-size: calc(18px + 5 * (100vw - 768px) / 1152);
    padding: 5px 30px 0 30px;
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks {
    font-size: 23px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks a {
  font-weight: 700;
  text-decoration: underline;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks a:last-child {
  margin-left: 20px;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .tribe-checkout-backlinks a:hover {
  text-decoration: none;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table {
  border: 0;
  margin: 20px 0;
  width: 100%;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th {
  font-family: "basis-grotesque";
  font-size: 20px;
  line-height: 1em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  border-bottom: 3px solid rgb(12, 11, 94);
  padding: 5px 15px 5px 15px;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th {
    font-size: calc(25px + 10 * (100vw - 768px) / 1152);
    padding: 5px 30px 5px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th {
    border-bottom: 5px solid rgb(12, 11, 94);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th {
    font-size: 38px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th.product-name {
  text-align: left;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table thead th.product-total {
  text-align: right;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart_item td {
  font-family: "basis-grotesque";
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(12, 11, 94);
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart_item td {
    font-size: calc(19px + 9 * (100vw - 768px) / 1152);
    padding: 10px 30px 10px 30px;
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart_item td {
    font-size: 28px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart_item td.product-name {
  text-align: left;
  font-weight: 400;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart_item td.product-total {
  text-align: right;
  font-weight: 700;
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal {
  font-family: "basis-grotesque";
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal {
    font-size: calc(19px + 9 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal {
    font-size: 28px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal th {
  text-align: left;
  font-weight: 700;
  padding: 5px 15px 5px 15px;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal th {
    padding: 10px 30px 10px 30px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal td {
  text-align: right;
  font-weight: 700;
  padding: 5px 15px 5px 15px;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal td {
    padding: 10px 30px 10px 30px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total {
  font-family: "basis-grotesque";
  font-size: 20px;
  line-height: 1em;
  color: rgb(231, 229, 212);
  font-weight: 700;
  background-color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total {
    font-size: calc(25px + 10 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total {
    font-size: 38px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total th {
  text-align: left;
  padding: 10px 15px 10px 15px;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total th {
    padding: 15px 30px 15px 30px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total td {
  text-align: right;
  padding: 10px 15px 10px 15px;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total td {
    padding: 15px 30px 15px 30px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total td .woocommerce-Price-amount {
  font-weight: 700;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown {
  margin-top: 3px;
  background-color: rgb(231, 229, 212);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span {
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(46, 102, 215);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span {
    font-size: calc(18px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span {
    font-size: 20px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgb(12, 11, 94);
  background-color: transparent;
  height: auto;
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single {
    border-bottom: 2px solid rgb(12, 11, 94);
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 30px;
  top: 0;
  right: 2px;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single .select2-selection__arrow b {
  border: 0;
  margin: 0;
  top: -15px;
  right: 0;
  left: auto;
  width: 20px;
  height: 45px;
  background-image: url("../images/arrow-dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single .select2-selection__arrow b {
    top: -12px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single[aria-expanded=true] {
  background-color: rgb(231, 229, 212);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection--single[aria-expanded=true] .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection__rendered {
  color: rgb(12, 11, 94);
  padding: 10px 40px 5px 0px;
  line-height: 1em;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(46, 102, 215);
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection__rendered {
    font-size: calc(18px + 2 * (100vw - 768px) / 1152);
    padding: 10px 40px 5px 0px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection__rendered {
    font-size: 20px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container span.select2-selection__rendered .select2-selection__placeholder {
  height: 23px;
  display: block;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container:hover .select2-selection__rendered,
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container:hover .select2-selection__arrow {
  opacity: 0.8;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container .select2-search--dropdown .select2-search__field {
  font-size: 13px;
  border: 1px solid rgb(12, 11, 94);
  background-color: rgb(231, 229, 212);
  font-weight: 400;
}
@media (min-width: 768px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container .select2-search--dropdown .select2-search__field {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .select2-container .select2-search--dropdown .select2-search__field {
    font-size: 16px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment {
  background-color: rgb(231, 229, 212);
  margin: 50px 0 0 0;
  font-size: 13px;
  line-height: 1.3em;
  color: rgb(12, 11, 94);
  font-weight: 400;
}
@media (min-width: 768px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment {
    font-size: 16px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment a {
  color: rgb(12, 11, 94);
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment a:hover {
  text-decoration: underline;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods img {
  margin: 0 10px;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_box {
  background-color: rgb(231, 229, 212);
  border-top: 1px solid rgb(12, 11, 94);
  border-bottom: 1px solid rgb(12, 11, 94);
  padding: 15px 0 0 0;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_box:before {
  content: none;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_box p {
  font-size: 13px;
  line-height: 1.3em;
  color: rgb(12, 11, 94);
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_box p {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_box p {
    font-size: 16px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .place-order.form-row {
  padding: 20px 0;
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .place-order button {
  border: 0;
  border-radius: 0;
  color: rgb(231, 229, 212);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 auto;
  background-image: url(../images/button_bgd_DarkBlue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  line-height: 1.2em;
  padding: 18px 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .place-order button { /* 17px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.5208);
    padding: 20px 35px;
  }
}
@media (min-width: 1920px) {
  body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .place-order button { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 25px 50px;
  }
}
body.page-template-default.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .place-order button:hover {
  color: rgb(12, 11, 94);
  background-image: url(../images/button_bgd_LightOrange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-tickets .tribe-common-c-loader {
  position: fixed !important;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 5px;
  margin-top: 8px;
}

.tribe-checkout-backlinks .tribe-checkout-backlink {
  display: none;
}

body.page-template-visit-subpage article {
  position: relative;
}
body.page-template-visit-subpage .icon_top {
  position: absolute;
  right: -20px;
  top: 70px;
  pointer-events: none;
  width: 150px;
  height: 110px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .icon_top {
    right: 66px;
    width: 150px;
    height: 110px;
    top: 50px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .icon_top {
    right: 74px;
    width: 200px;
    height: 150px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .icon_top {
    right: 74px;
    width: 290px;
    height: 210px;
    top: 15px;
  }
}
body.page-template-visit-subpage .post-thumbnail {
  /*border:4px solid $DarkBlue;
  @media (min-width: $break-xlg) {
      border:6px solid $DarkBlue;
  }*/
}
body.page-template-visit-subpage .main-content,
body.page-template-visit-subpage .subsection-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /*border:4px solid $DarkBlue;margin-top:-4px;*/
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .main-content,
  body.page-template-visit-subpage .subsection-text {
    /*border:6px solid $DarkBlue;margin-top:-6px;*/
  }
}
body.page-template-visit-subpage .main-content .left-column,
body.page-template-visit-subpage .subsection-text .left-column {
  width: 100%; /*border-bottom:4px solid $DarkBlue;*/
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .main-content .left-column,
  body.page-template-visit-subpage .subsection-text .left-column {
    width: 35%; /*border-bottom:0;border-right:6px solid $DarkBlue;*/
  }
}
body.page-template-visit-subpage .main-content .right-column,
body.page-template-visit-subpage .subsection-text .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .main-content .right-column,
  body.page-template-visit-subpage .subsection-text .right-column {
    width: 65%;
  }
}
body.page-template-visit-subpage .info-cell {
  margin: -30px -10px 0 -15px;
  position: relative;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell {
    margin: -60px 25px 0 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .info-cell {
    margin: -60px 0 60px -20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .info-cell {
    margin: -60px 0 100px -30px;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .info-cell {
    margin: -60px 0 100px -60px;
  }
}
body.page-template-visit-subpage .info-cell .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body.page-template-visit-subpage .info-cell .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
body.page-template-visit-subpage .info-cell .entry-header {
  position: relative;
  z-index: 2;
  color: rgb(229, 229, 229);
  padding: 0 20px 20px 25px;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell .entry-header {
    padding: 0 20px 30px 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .info-cell .entry-header {
    padding: 0 20px 30px 40px;
  }
}
body.page-template-visit-subpage .info-cell .entry-header p {
  color: rgb(229, 229, 229);
}
body.page-template-visit-subpage .info-cell .entry-header b, body.page-template-visit-subpage .info-cell .entry-header strong {
  font-weight: 700;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-title {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  padding: 30px 0 0 0;
  margin: 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    padding: 50px 0 0 0;
  }
}
body.page-template-visit-subpage .info-cell .entry-header .entry-logo {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0 20px 0;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-logo img {
  max-width: 200px;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-logo {
    padding: 30px 0 30px 0;
  }
  body.page-template-visit-subpage .info-cell .entry-header .entry-logo img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-logo {
    padding: 40px 0 40px 0;
  }
  body.page-template-visit-subpage .info-cell .entry-header .entry-logo img {
    max-width: 300px;
  }
}
body.page-template-visit-subpage .info-cell .entry-header .entry-logo:after {
  content: "";
  height: 5px;
  background-color: rgb(46, 102, 215);
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-logo:after {
    height: 8px;
  }
}
body.page-template-visit-subpage .info-cell .entry-header .entry-desc {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  padding: 20px 0 20px 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-desc {
    font-size: calc(20px + 6 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 26px;
  }
}
body.page-template-visit-subpage .info-cell .entry-header .entry-desc a {
  text-decoration: underline;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-desc a:hover {
  text-decoration: none;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-links {
  padding: 20px 0 0 0;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-links svg {
  margin: -3px 10px 0 0;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-links p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 15px 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-links p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-links p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .info-cell .entry-header .entry-links p {
    font-size: 18px;
  }
}
body.page-template-visit-subpage .info-cell .entry-header .entry-links p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
body.page-template-visit-subpage .info-cell .entry-header .entry-links p a:hover {
  text-decoration: underline;
}
body.page-template-visit-subpage .entry-content {
  padding: 20px 0 15px 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .entry-content {
    padding: 30px 25px 25px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .entry-content {
    padding: 60px 0 30px 40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-subpage .entry-content {
    padding: 60px 0 40px 100px;
  }
}
body.page-template-visit-subpage .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(229, 229, 229);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-visit-subpage .entry-content p a {
  color: rgb(12, 11, 94);
  text-decoration: underline;
}
body.page-template-visit-subpage .entry-content p a:hover {
  color: rgb(229, 229, 229);
  text-decoration: none;
}
body.page-template-visit-subpage .entry-content p:last-child {
  margin-bottom: 0;
}
body.page-template-visit-subpage .subsection-text .entry-content {
  padding: 0 0 15px 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .subsection-text .entry-content {
    padding: 0 25px 25px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .subsection-text .entry-content {
    padding: 0 0 30px 40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-visit-subpage .subsection-text .entry-content {
    padding: 0 0 40px 100px;
  }
}
body.page-template-visit-subpage .subsection-text .entry-content p {
  margin-bottom: 1.3em;
}
body.page-template-visit-subpage .variable-width-slider {
  padding: 1.5em 0 3em 0;
  margin: 0;
}
body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
  height: 220px;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 271px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 372px;
  }
}
@media (min-width: 1500px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item {
    height: 473px;
  }
}
body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
  height: 200px;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 350px;
  }
}
@media (min-width: 1500px) {
  body.page-template-visit-subpage .variable-width-slider .carousel.slick-slider .slick-list .slick-track .slick-slide > div .item .image a img {
    height: 450px;
  }
}
body.page-template-visit-subpage .banner {
  position: relative;
  padding: 50px 0px;
  background-color: rgb(46, 102, 215);
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner {
    padding: 50px 20px;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .banner {
    padding: 50px;
  }
}
body.page-template-visit-subpage .banner .drops {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 330px;
  height: 150px;
  z-index: 2;
  pointer-events: none;
  background-image: url(../images/icons/visitsubpage/drops.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .banner .drops {
    top: -50px;
    left: 10px;
    width: 430px;
    height: 200px;
  }
}
body.page-template-visit-subpage .banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-visit-subpage .banner .bgd-cell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgb(229, 229, 229);
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .banner .bgd-cell {
    left: 40px;
  }
}
body.page-template-visit-subpage .banner .bgd {
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgb(46, 102, 215);
  width: 100%;
}
body.page-template-visit-subpage .banner .bgd:after {
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: rgb(229, 229, 229);
}
body.page-template-visit-subpage .banner .bgd svg {
  position: relative;
  display: block;
}
body.page-template-visit-subpage .banner .icon {
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner .icon {
    width: 50%;
    background-size: 80% 80%;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .banner .icon {
    width: 40%;
    background-size: 100% 100%;
  }
}
body.page-template-visit-subpage .banner .info {
  width: 100%;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner .info {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage .banner .info {
    width: 60%;
    padding: 0 0 0 60px;
  }
}
body.page-template-visit-subpage .banner .info h3 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(28, 25, 168);
  padding: 30px 0 0 0;
  margin: 0;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner .info h3 { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
    padding: 40px 0 0 0;
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .banner .info h3 { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    padding: 50px 0 0 0;
  }
}
body.page-template-visit-subpage .banner .info h3 a {
  text-decoration: none;
  display: block;
}
body.page-template-visit-subpage .banner .info h3 a:hover {
  text-decoration: underline;
}
body.page-template-visit-subpage .banner .info .desc {
  margin-top: 1.5em;
}
body.page-template-visit-subpage .banner .info .desc p {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(28, 25, 168);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner .info .desc p {
    font-size: calc(20px + 5 * (100vw - 768px) / 1152);
    max-width: 600px;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .banner .info .desc p { /* Prevent font scaling beyond this breakpoint */
    font-size: 25px;
  }
}
body.page-template-visit-subpage .banner .info .desc p a {
  text-decoration: underline;
}
body.page-template-visit-subpage .banner .info .desc p a:hover {
  text-decoration: none;
}
body.page-template-visit-subpage .banner .info a.more {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(28, 25, 168);
  letter-spacing: 1px;
  border-bottom: 2px solid rgb(28, 25, 168);
  padding: 0 0 3px 0;
}
body.page-template-visit-subpage .banner .info a.more:hover { /*opacity:0.8;*/
  border-color: transparent;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage .banner .info a.more {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  body.page-template-visit-subpage .banner .info a.more {
    font-size: 16px;
  }
}
body.page-template-visit-subpage.white-box .icon_top {
  background-image: url(../images/icons/visitsubpage/staying_top.svg);
}
body.page-template-visit-subpage.white-box .info-cell .bgd svg polygon {
  fill: rgb(229, 229, 229) !important;
}
body.page-template-visit-subpage.white-box .info-cell .entry-header {
  color: rgb(46, 102, 215);
}
body.page-template-visit-subpage.white-box .info-cell .entry-header p {
  color: rgb(46, 102, 215);
}
body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-desc {
  padding: 10px 0 0 0;
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-desc {
    padding: 10px 0 50px 0;
  }
}
body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-links {
  color: rgb(46, 102, 215);
}
body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-links svg polygon {
  fill: rgb(46, 102, 215) !important;
}
body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-links svg path {
  fill: rgb(46, 102, 215) !important;
}
body.page-template-visit-subpage.white-box .info-cell .entry-header .entry-links svg line {
  stroke: rgb(46, 102, 215) !important;
}
body.page-template-visit-subpage.white-box .banner .icon {
  min-height: 150px;
  background-image: url(../images/icons/visitsubpage/staying_banner.svg);
  background-size: 100% 100%;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage.white-box .banner .icon {
    background-size: 90% 90%;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage.white-box .banner .icon {
    background-size: 100% 100%;
  }
}
body.page-template-visit-subpage.black-box .icon_top {
  background-image: url(../images/icons/visitsubpage/eating_top.svg);
}
body.page-template-visit-subpage.black-box .info-cell .bgd svg polygon {
  fill: rgb(14, 14, 14) !important;
}
body.page-template-visit-subpage.black-box .info-cell .entry-header {
  color: rgb(229, 229, 229);
}
body.page-template-visit-subpage.black-box .info-cell .entry-header p {
  color: rgb(229, 229, 229);
}
body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-desc {
  padding: 20px 0 0 0;
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-desc {
    padding: 20px 0 50px 0;
  }
}
body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-links {
  color: rgb(229, 229, 229);
}
body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-links svg polygon {
  fill: rgb(229, 229, 229) !important;
}
body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-links svg path {
  fill: rgb(229, 229, 229) !important;
}
body.page-template-visit-subpage.black-box .info-cell .entry-header .entry-links svg line {
  stroke: rgb(229, 229, 229) !important;
}
body.page-template-visit-subpage.black-box .banner .icon {
  min-height: 180px;
  background-image: url(../images/icons/visitsubpage/eating_banner.svg);
  background-size: 100% 100%;
  background-position: 0 50%;
}
@media (min-width: 700px) {
  body.page-template-visit-subpage.black-box .banner .icon {
    background-size: 90% 90%;
  }
}
@media (min-width: 1024px) {
  body.page-template-visit-subpage.black-box .banner .icon {
    background-size: 90% 90%;
  }
}
@media (min-width: 1200px) {
  body.page-template-visit-subpage.black-box .banner .icon {
    background-size: 100% 100%;
  }
}
body.page-template-default.simple-blue-bgd.hotels-table .main-column, body.page-template-default.simple-blue-bgd.restaurants-table .main-column {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 700px) {
  body.page-template-default.simple-blue-bgd.hotels-table .main-column .info .entry-header h1.entry-title, body.page-template-default.simple-blue-bgd.restaurants-table .main-column .info .entry-header h1.entry-title {
    max-width: 75%;
  }
}
body.page-template-default.simple-blue-bgd.hotels-table table.table, body.page-template-default.simple-blue-bgd.restaurants-table table.table {
  width: 100%;
}
body.page-template-default.simple-blue-bgd.hotels-table .container.inside {
  position: relative;
}
body.page-template-default.simple-blue-bgd.hotels-table .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/visitsubpage/table_houses.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 210px;
  height: 200px;
  top: -20px;
  right: -120px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 700px) {
  body.page-template-default.simple-blue-bgd.hotels-table .container.inside:before {
    width: 300px;
    height: 270px;
    top: 10px;
    right: -65px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-blue-bgd.hotels-table .container.inside:before {
    width: 300px;
    height: 270px;
    top: 10px;
    right: 84px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-blue-bgd.hotels-table .container.inside:before {
    width: 350px;
    height: 300px;
    top: 10px;
    right: 84px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.simple-blue-bgd.hotels-table .container.inside:before {
    width: 430px;
    height: 340px;
    top: 10px;
    right: 84px;
  }
}
body.page-template-default.simple-blue-bgd.hotels-table table.table {
  position: relative;
}
body.page-template-default.simple-blue-bgd.hotels-table table.table:before {
  content: "";
  position: absolute;
  top: -110px;
  right: -65px;
  pointer-events: none;
  z-index: -1;
  background-image: url(../images/icons/visitsubpage/table_houses_leaf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 120px;
  height: 150px;
}
@media (min-width: 700px) {
  body.page-template-default.simple-blue-bgd.hotels-table table.table:before {
    width: 120px;
    height: 200px;
    top: -160px;
    right: -65px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-blue-bgd.hotels-table table.table:before {
    width: 160px;
    height: 300px;
    top: -210px;
    right: -90px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-blue-bgd.hotels-table table.table:before {
    width: 160px;
    height: 300px;
  }
}
body.page-template-default.simple-blue-bgd.restaurants-table .container.inside {
  position: relative;
}
body.page-template-default.simple-blue-bgd.restaurants-table .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/visitsubpage/table_restaurants.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 210px;
  height: 200px;
  top: -20px;
  right: -70px;
}
@media (min-width: 700px) {
  body.page-template-default.simple-blue-bgd.restaurants-table .container.inside:before {
    width: 300px;
    height: 270px;
    top: 10px;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-blue-bgd.restaurants-table .container.inside:before {
    width: 300px;
    height: 270px;
    top: 10px;
    right: 84px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-blue-bgd.restaurants-table .container.inside:before {
    width: 350px;
    height: 300px;
    top: 10px;
    right: 84px;
  }
}
@media (min-width: 1400px) {
  body.page-template-default.simple-blue-bgd.restaurants-table .container.inside:before {
    width: 430px;
    height: 340px;
    top: 10px;
    right: 84px;
  }
}
body.page-template-default.simple-blue-bgd.restaurants-table table.table {
  position: relative;
}
body.page-template-default.simple-blue-bgd.restaurants-table table.table:before {
  content: "";
  position: absolute;
  top: -110px;
  right: -65px;
  pointer-events: none;
  z-index: -1;
  background-image: url(../images/icons/visitsubpage/table_restaurants_leaf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 120px;
  height: 150px;
}
@media (min-width: 700px) {
  body.page-template-default.simple-blue-bgd.restaurants-table table.table:before {
    width: 120px;
    height: 200px;
    top: -160px;
    right: -65px;
  }
}
@media (min-width: 1024px) {
  body.page-template-default.simple-blue-bgd.restaurants-table table.table:before {
    width: 160px;
    height: 300px;
    top: -210px;
    right: -90px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default.simple-blue-bgd.restaurants-table table.table:before {
    width: 160px;
    height: 300px;
  }
}

body.page-template-gallery .site-main .container {
  margin: 0 auto 0 auto;
}
body.page-template-gallery header.entry-header h1.entry-title {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 10px 0;
  max-width: 70%;
}
@media (min-width: 700px) {
  body.page-template-gallery header.entry-header h1.entry-title { /* 20px @ 768px increasing to 25px @ 1920px */
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.434);
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-gallery header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 25px;
    margin: 0 0 30px 0;
  }
}
body.page-template-gallery .list h2.gallery-title {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 0 10px 0;
  max-width: 80%;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  body.page-template-gallery .list h2.gallery-title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .list h2.gallery-title { /* Prevent font scaling beyond this breakpoint */
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-gallery .list h2.gallery-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    margin: 0 0 30px 0;
  }
}
body.page-template-gallery .list .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  body.page-template-gallery .list .gallery {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery {
    margin-bottom: 100px;
  }
}
body.page-template-gallery .list .gallery .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 4px);
  margin: 2px;
  background-color: rgb(12, 11, 94);
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body.page-template-gallery .list .gallery .item:before {
  content: "";
  background-color: rgb(12, 11, 94);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}
body.page-template-gallery .list .gallery .item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 480px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 700px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(33.333% - 4px);
  }
  body.page-template-gallery .list .gallery .item:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(33.333% - 6px);
    margin: 3px;
  }
  body.page-template-gallery .list .gallery .item:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
  body.page-template-gallery .list .gallery .item:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(25% - 6px);
  }
}
@media (min-width: 1400px) {
  body.page-template-gallery .list .gallery .item {
    width: calc(25% - 6px);
    width: calc(20% - 6px);
  }
  body.page-template-gallery .list .gallery .item:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
body.page-template-gallery .list .gallery .item .info {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center; /*background-color:$DarkBlue;*/
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery .item .info {
    padding: 24px 24px 24px 24px;
  }
}
body.page-template-gallery .list .gallery .item .info * {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-gallery .list .gallery .item .info p.caption {
  font-size: 18px;
  font-weight: 400;
  color: rgb(231, 229, 212);
  text-align: center;
  max-height: 140px;
  overflow: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery .item .info p.caption {
    font-size: 22px;
    max-height: 200px;
  }
}
@media (min-width: 1200px) {
  body.page-template-gallery .list .gallery .item .info p.caption {
    font-size: 24px;
  }
}
body.page-template-gallery .list .gallery .item a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border: 10px solid rgb(231, 229, 212);
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery .item a.img {
    border: 12px solid rgb(231, 229, 212);
  }
}
body.page-template-gallery .list .gallery .item a.img img.wpsmartcrop-image {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}
body.page-template-gallery .list .gallery .item a.img.video img.wpsmartcrop-image {
  height: 150%;
  margin-top: -25%;
}
body.page-template-gallery .list .gallery .item a.img svg {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
}
@media (min-width: 1024px) {
  body.page-template-gallery .list .gallery .item:hover .info {
    opacity: 1; /*background-color:$DarkBlue;*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
  }
  body.page-template-gallery .list .gallery .item:hover .info p.caption {
    color: rgb(231, 229, 212);
    opacity: 1;
  }
  body.page-template-gallery .list .gallery .item:hover a.img {
    opacity: 0;
    background-color: rgb(12, 11, 94);
    z-index: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
}

.lg-outer.lg-grab .lg-video-cont img.lg-object {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}

body.page-template-gallery .container.inside {
  padding-top: 130px;
  position: relative;
}
@media (min-width: 700px) {
  body.page-template-gallery .container.inside {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-gallery .container.inside {
    padding-top: 225px;
  }
}
@media (min-width: 1400px) {
  body.page-template-gallery .container.inside {
    padding-top: 265px;
  }
}
body.page-template-gallery .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/gallery/gallery_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  width: 150px;
  height: 130px;
  top: 40px;
  right: -40px;
}
@media (min-width: 700px) {
  body.page-template-gallery .container.inside:before {
    width: 270px;
    height: 210px;
    top: 10px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .container.inside:before {
    width: 290px;
    height: 250px;
    top: 10px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-gallery .container.inside:before {
    width: 330px;
    height: 290px;
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-gallery .container.inside:before {
    width: 360px;
    height: 320px;
    top: 20px;
    right: 40px;
  }
}
body.page-template-gallery .container.inside:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/gallery/gallery_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 150px;
  height: 130px;
  top: 40px;
  right: -40px;
}
@media (min-width: 700px) {
  body.page-template-gallery .container.inside:after {
    width: 270px;
    height: 210px;
    top: 10px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-gallery .container.inside:after {
    width: 290px;
    height: 250px;
    top: 10px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-gallery .container.inside:after {
    width: 330px;
    height: 290px;
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-gallery .container.inside:after {
    width: 360px;
    height: 320px;
    top: 20px;
    right: 40px;
  }
}

body.page-template-contact .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-contact .main-content {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-contact .main-content {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-contact .main-content {
    padding: 50px 0 0 0;
  }
}
body.page-template-contact .main-content .left-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-contact .main-content .left-column {
    width: 35%;
    border-bottom: 0;
  }
}
body.page-template-contact .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-contact .main-content .right-column {
    width: 65%;
  }
}
body.page-template-contact .main-content + .main-content {
  margin-top: 10px;
}
@media (min-width: 700px) {
  body.page-template-contact .main-content + .main-content {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-contact .main-content + .main-content {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .main-content + .main-content {
    margin-top: 70px;
  }
}
body.page-template-contact .info h1.entry-title,
body.page-template-contact .info h2.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.page-template-contact .info h1.entry-title,
  body.page-template-contact .info h2.entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 768px) {
  body.page-template-contact .info h1.entry-title,
  body.page-template-contact .info h2.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.page-template-contact .info h1.entry-title,
  body.page-template-contact .info h2.entry-title {
    margin-bottom: 30px;
    max-width: 350px;
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .info h1.entry-title,
  body.page-template-contact .info h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.page-template-contact .entry-content {
  padding: 20px 15px 20px 15px;
}
@media (min-width: 768px) {
  body.page-template-contact .entry-content {
    padding: 20px 15px 20px 15px;
  }
}
@media (min-width: 1024px) {
  body.page-template-contact .entry-content {
    padding: 20px 15px 20px 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-contact .entry-content {
    padding: 20px 15px 20px 15px;
  }
}
body.page-template-contact .entry-content.border {
  border: 3px solid rgb(12, 11, 94);
}
body.page-template-contact .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-contact .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-contact .entry-content p:last-child {
  margin: 0;
}
body.page-template-contact .entry-content p span {
  font-weight: 700;
}
body.page-template-contact .entry-content p a {
  color: rgb(12, 11, 94);
  text-decoration: none;
}
body.page-template-contact .entry-content p a:hover {
  text-decoration: underline;
}
body.page-template-contact .contact-form .gform_heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.page-template-contact .contact-form .gform_heading span {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-contact .contact-form .gform_heading span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .contact-form .gform_heading span {
    font-size: 16px;
  }
}
body.page-template-contact .contact-form li.gfield {
  position: relative;
}
body.page-template-contact .contact-form .validation_error {
  font-size: 14px;
  color: rgb(235, 51, 35);
  margin-bottom: 10px;
}
body.page-template-contact .contact-form .validation_message {
  font-size: 14px;
  color: rgb(235, 51, 35);
  position: absolute;
  bottom: 25px;
  right: 15px;
}
body.page-template-contact .contact-form .gform_confirmation_message {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-contact .contact-form .gform_confirmation_message { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .contact-form .gform_confirmation_message { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-contact .contact-form .gform_body label {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgb(12, 11, 94);
  display: none;
}
@media (min-width: 700px) {
  body.page-template-contact .contact-form .gform_body label {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .contact-form .gform_body label {
    font-size: 16px;
  }
}
body.page-template-contact .contact-form .gform_body input, body.page-template-contact .contact-form .gform_body textarea {
  border: 3px solid rgb(12, 11, 94);
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 15px 15px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-contact .contact-form .gform_body input, body.page-template-contact .contact-form .gform_body textarea { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .contact-form .gform_body input, body.page-template-contact .contact-form .gform_body textarea { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-contact .contact-form .gform_body input::-webkit-input-placeholder, body.page-template-contact .contact-form .gform_body textarea::-webkit-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-contact .contact-form .gform_body input::-moz-placeholder, body.page-template-contact .contact-form .gform_body textarea::-moz-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-contact .contact-form .gform_body input:-ms-input-placeholder, body.page-template-contact .contact-form .gform_body textarea:-ms-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-contact .contact-form .gform_body input::-ms-input-placeholder, body.page-template-contact .contact-form .gform_body textarea::-ms-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-contact .contact-form .gform_body input::placeholder, body.page-template-contact .contact-form .gform_body textarea::placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-contact .contact-form .gform_footer {
  display: inline-block;
  background-image: url(../images/button_bgd_DarkBlue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-contact .contact-form .gform_footer * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-contact .contact-form .gform_footer input {
  border: 0;
  background-color: transparent;
  color: rgb(231, 229, 212);
  font-size: 14px;
  line-height: 1.2em;
  padding: 18px 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  body.page-template-contact .contact-form .gform_footer input { /* 17px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.5208);
    padding: 20px 35px;
  }
}
@media (min-width: 1920px) {
  body.page-template-contact .contact-form .gform_footer input { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 25px 50px;
  }
}
body.page-template-contact .contact-form .gform_footer:hover {
  background-image: url(../images/button_bgd_LightOrange.svg);
}
body.page-template-contact .contact-form .gform_footer:hover * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-contact .contact-form .gform_footer:hover input {
  color: rgb(12, 11, 94);
}

body.page-template-contact .container.inside {
  position: relative;
}
body.page-template-contact .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/contact/contact_top.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 160px;
  height: 110px;
  top: 30px;
  right: -60px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 700px) {
  body.page-template-contact .container.inside:before {
    width: 180px;
    height: 150px;
    top: 10px;
    right: 80px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.page-template-contact .container.inside:before {
    width: 230px;
    height: 200px;
    top: 10px;
    right: 140px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .container.inside:before {
    width: 280px;
    height: 250px;
    top: 10px;
    right: 170px;
  }
}
@media (min-width: 1400px) {
  body.page-template-contact .container.inside:before {
    width: 300px;
    height: 270px;
    top: 10px;
    right: 170px;
  }
}

body.page-template-team-page .site-main .container {
  margin: 0 auto 0 auto;
}
body.page-template-team-page header.entry-header h1.entry-title {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin: 0 auto 10px auto;
  max-width: 80%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 700px) {
  body.page-template-team-page header.entry-header h1.entry-title { /* 28px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.75rem + (1vw - 7.68px) * 1.5625);
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1920px) {
  body.page-template-team-page header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
    margin: 0 auto 30px auto;
  }
}
body.page-template-team-page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
body.page-template-team-page .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: calc(100% - 4px);
  margin: 2px;
  background-color: rgb(231, 229, 212);
  position: relative;
  /*&:not(.has-post-thumbnail) {
      transition:all 0.5s ease-in-out;
  }*/
}
body.page-template-team-page .list .item:before {
  content: "";
  background-color: rgb(12, 11, 94);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
}
body.page-template-team-page .list .item:after {
  content: "";
  background-color: rgb(231, 229, 212);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 480px) {
  body.page-template-team-page .list .item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 700px) {
  body.page-template-team-page .list .item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  body.page-template-team-page .list .item {
    width: calc(33.333% - 4px);
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page .list .item {
    width: calc(33.333% - 6px);
    margin: 3px;
  }
  body.page-template-team-page .list .item:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
}
@media (min-width: 1400px) {
  body.page-template-team-page .list .item {
    width: calc(25% - 6px);
  }
}
body.page-template-team-page .list .item .image {
  position: relative;
  z-index: 2;
  background-color: rgb(231, 229, 212);
  padding: 10px 10px 0 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-team-page .list .item .image {
    padding: 20px 20px 0 20px;
  }
}
body.page-template-team-page .list .item .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}
body.page-template-team-page .list .item .image img.wpsmartcrop-image {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: calc(100% - 20px);
  min-width: auto;
}
@media (min-width: 1024px) {
  body.page-template-team-page .list .item .image img.wpsmartcrop-image {
    width: calc(100% - 40px);
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
body.page-template-team-page .list .item .info {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  background-color: rgb(231, 229, 212);
  padding: 10px 10px 10px 10px;
  min-height: 150px;
}
@media (min-width: 700px) {
  body.page-template-team-page .list .item .info {
    min-height: 180px;
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page .list .item .info {
    padding: 20px 20px 20px 20px;
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  body.page-template-team-page .list .item .info {
    min-height: 200px;
  }
}
@media (min-width: 1400px) {
  body.page-template-team-page .list .item .info {
    min-height: 250px;
  }
}
body.page-template-team-page .list .item .info * {
  width: 100%;
}
body.page-template-team-page .list .item .info h2.title {
  font-size: 20px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.page-template-team-page .list .item .info h2.title {
    font-size: calc(20px + 8 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-team-page .list .item .info h2.title {
    font-size: 28px;
  }
}
body.page-template-team-page .list .item .info p.role {
  font-size: 15px;
  line-height: 1.4em;
  color: rgb(46, 102, 215);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.page-template-team-page .list .item .info p.role {
    font-size: calc(15px + 6 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-team-page .list .item .info p.role {
    font-size: 23px;
  }
}

body.page-template-team-page .container.inside {
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.page-template-team-page .container.inside {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-team-page .container.inside {
    padding-top: 225px;
  }
}
@media (min-width: 1400px) {
  body.page-template-team-page .container.inside {
    padding-top: 265px;
  }
}
body.page-template-team-page .container.inside .list {
  position: relative;
}
body.page-template-team-page .container.inside .list:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/team/team_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 170px;
  height: 140px;
  top: -180px;
  right: -60px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 700px) {
  body.page-template-team-page .container.inside .list:before {
    width: 160px;
    height: 200px;
    top: -180px;
    right: -60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page .container.inside .list:before {
    width: 190px;
    height: 240px;
    top: -220px;
    right: -48px;
  }
}
@media (min-width: 1200px) {
  body.page-template-team-page .container.inside .list:before {
    width: 250px;
    height: 320px;
    top: -290px;
    right: -62px;
  }
}
@media (min-width: 1400px) {
  body.page-template-team-page .container.inside .list:before {
    width: 280px;
    height: 360px;
    top: -330px;
    right: -70px;
  }
}
body.page-template-team-page .container.inside .list:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/team/team_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 170px;
  height: 140px;
  top: -128px;
  right: -58px;
}
@media (min-width: 700px) {
  body.page-template-team-page .container.inside .list:after {
    width: 140px;
    height: 180px;
    top: -165px;
    right: -35px;
  }
}
@media (min-width: 1024px) {
  body.page-template-team-page .container.inside .list:after {
    width: 190px;
    height: 240px;
    top: -220px;
    right: -48px;
  }
}
@media (min-width: 1200px) {
  body.page-template-team-page .container.inside .list:after {
    width: 250px;
    height: 320px;
    top: -290px;
    right: -62px;
  }
}
@media (min-width: 1400px) {
  body.page-template-team-page .container.inside .list:after {
    width: 280px;
    height: 360px;
    top: -330px;
    right: -70px;
  }
}
body.single-post .container.inside {
  position: relative;
}
body.single-post .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/mountains.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 270px;
  height: 210px;
  top: -80px;
  right: -200px;
}
@media (min-width: 700px) {
  body.single-post .container.inside:before {
    width: 290px;
    height: 230px;
    top: -80px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  body.single-post .container.inside:before {
    width: 290px;
    height: 230px;
    top: -80px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.single-post .container.inside:before {
    width: 300px;
    height: 240px;
    top: -70px;
    right: -60px;
  }
}
@media (min-width: 1400px) {
  body.single-post .container.inside:before {
    width: 300px;
    height: 240px;
    top: -70px;
    right: -60px;
  }
}
body.single-post .container.inside:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/blog/hearts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 180px;
  height: 140px;
  top: -20px;
  right: -70px;
}
@media (min-width: 700px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 180px;
    top: -30px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 180px;
    top: -30px;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 200px;
    top: -30px;
    right: -40px;
  }
}
@media (min-width: 1400px) {
  body.single-post .container.inside:after {
    width: 260px;
    height: 200px;
    top: -30px;
    right: -40px;
  }
}

body.page-template-idea-page .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid rgb(12, 11, 94);
  margin-top: -4px;
}
@media (min-width: 1024px) {
  body.page-template-idea-page .main-content {
    border: 6px solid rgb(12, 11, 94);
    margin-top: -6px;
  }
}
body.page-template-idea-page .main-content .left-column {
  width: 100%;
  border-bottom: 4px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  body.page-template-idea-page .main-content .left-column {
    width: 35%;
    border-bottom: 0;
    border-right: 6px solid rgb(12, 11, 94);
  }
}
body.page-template-idea-page .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-idea-page .main-content .right-column {
    width: 65%;
  }
}
body.page-template-idea-page .info {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.page-template-idea-page .info {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .info {
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 1400px) {
  body.page-template-idea-page .info {
    padding: 30px 30px 40px 30px;
  }
}
body.page-template-idea-page .info h1.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(12, 11, 94);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  body.page-template-idea-page .info h1.entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    max-width: 70%;
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .info h1.entry-title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .info h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.page-template-idea-page .entry-content {
  padding: 15px 15px 15px 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-idea-page .entry-content {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .entry-content {
    padding: 40px 30px 30px 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-idea-page .entry-content {
    padding: 40px 40px 40px 40px;
  }
}
body.page-template-idea-page .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-idea-page .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-idea-page .entry-content p a {
  color: rgb(231, 229, 212);
  text-decoration: underline;
}
body.page-template-idea-page .entry-content p a:hover {
  color: rgb(12, 11, 94);
  text-decoration: none;
}
body.page-template-idea-page .idea-form {
  padding: 15px 15px 0 15px;
  margin-bottom: 100px;
  border: 4px solid rgb(12, 11, 94);
  margin-top: -4px;
}
@media (min-width: 768px) {
  body.page-template-idea-page .idea-form {
    padding: 25px 25px 0 25px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .idea-form {
    padding: 30px 20px 0 20px;
    margin-bottom: 150px;
    border: 6px solid rgb(12, 11, 94);
    margin-top: -6px;
  }
}
@media (min-width: 1400px) {
  body.page-template-idea-page .idea-form {
    padding: 30px 30px 0 30px;
  }
}
body.page-template-idea-page .idea-form form {
  position: relative;
  text-align: center;
}
body.page-template-idea-page .idea-form .gform_heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.page-template-idea-page .idea-form .gform_heading span {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_heading span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_heading span {
    font-size: 16px;
  }
}
body.page-template-idea-page .idea-form li.gfield {
  position: relative;
  text-align: left;
}
body.page-template-idea-page .idea-form .validation_error {
  font-size: 14px;
  color: rgb(235, 51, 35);
  margin-bottom: 10px;
  text-align: left;
}
body.page-template-idea-page .idea-form .validation_message {
  font-size: 14px;
  color: rgb(235, 51, 35);
  position: absolute;
  bottom: 25px;
  right: 15px;
}
body.page-template-idea-page .idea-form .gform_confirmation_message {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_confirmation_message { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_confirmation_message { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.page-template-idea-page .idea-form .gform_body label {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgb(12, 11, 94);
  display: none;
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_body label {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_body label {
    font-size: 16px;
  }
}
body.page-template-idea-page .idea-form .gform_body .show-label label,
body.page-template-idea-page .idea-form .gform_body .show-label .gfield_required {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
  padding: 15px 0 0 0;
  letter-spacing: 0;
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_body .show-label label,
  body.page-template-idea-page .idea-form .gform_body .show-label .gfield_required { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_body .show-label label,
  body.page-template-idea-page .idea-form .gform_body .show-label .gfield_required { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 30px 0 0 0;
  }
}
body.page-template-idea-page .idea-form .gform_body .show-label .gfield_description {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_body .show-label .gfield_description { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(14px + 4 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_body .show-label .gfield_description { /* Prevent font scaling beyond this breakpoint */
    font-size: 18px;
  }
}
body.page-template-idea-page .idea-form .gform_body .show-label .gfield_description.validation_message {
  font-size: 14px;
  font-weight: 400;
  color: rgb(235, 51, 35);
  position: absolute;
  bottom: 25px;
  right: 15px;
}
body.page-template-idea-page .idea-form .gform_body input, body.page-template-idea-page .idea-form .gform_body textarea {
  border: 3px solid rgb(12, 11, 94);
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_body input, body.page-template-idea-page .idea-form .gform_body textarea { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_body input, body.page-template-idea-page .idea-form .gform_body textarea { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 30px 0 0 0;
  }
}
body.page-template-idea-page .idea-form .gform_body input::-webkit-input-placeholder, body.page-template-idea-page .idea-form .gform_body textarea::-webkit-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-idea-page .idea-form .gform_body input::-moz-placeholder, body.page-template-idea-page .idea-form .gform_body textarea::-moz-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-idea-page .idea-form .gform_body input:-ms-input-placeholder, body.page-template-idea-page .idea-form .gform_body textarea:-ms-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-idea-page .idea-form .gform_body input::-ms-input-placeholder, body.page-template-idea-page .idea-form .gform_body textarea::-ms-input-placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-idea-page .idea-form .gform_body input::placeholder, body.page-template-idea-page .idea-form .gform_body textarea::placeholder {
  color: rgb(12, 11, 94);
  opacity: 1;
}
body.page-template-idea-page .idea-form .gform_body input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
body.page-template-idea-page .idea-form .gform_body textarea {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
body.page-template-idea-page .idea-form .gform_footer {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  background-image: url(../images/button_bgd_DarkBlue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -80px;
  width: 150px;
}
@media (min-width: 768px) {
  body.page-template-idea-page .idea-form .gform_footer {
    bottom: -90px;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .idea-form .gform_footer {
    bottom: -110px;
    width: 220px;
  }
}
body.page-template-idea-page .idea-form .gform_footer * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-idea-page .idea-form .gform_footer input {
  border: 0;
  background-color: transparent;
  color: rgb(231, 229, 212);
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  padding: 18px 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  body.page-template-idea-page .idea-form .gform_footer input { /* 17px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.5208);
    padding: 20px 35px;
  }
}
@media (min-width: 1920px) {
  body.page-template-idea-page .idea-form .gform_footer input { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 25px 50px;
  }
}
body.page-template-idea-page .idea-form .gform_footer:hover {
  background-image: url(../images/button_bgd_Beige.svg);
}
body.page-template-idea-page .idea-form .gform_footer:hover * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-idea-page .idea-form .gform_footer:hover input {
  color: rgb(12, 11, 94);
}

body.page-template-idea-page .container.inside {
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.page-template-idea-page .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-idea-page .container.inside {
    padding-top: 200px;
  }
}
@media (min-width: 1400px) {
  body.page-template-idea-page .container.inside {
    padding-top: 230px;
  }
}
body.page-template-idea-page:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/idea/idea_top.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 150px;
  height: 140px;
  top: 30px;
  right: -60px;
}
@media (min-width: 700px) {
  body.page-template-idea-page:before {
    width: 220px;
    height: 210px;
    top: 10px;
    right: -10px;
  }
}
@media (min-width: 1024px) {
  body.page-template-idea-page:before {
    width: 220px;
    height: 210px;
    top: 10px;
    right: -10px;
  }
}
@media (min-width: 1200px) {
  body.page-template-idea-page:before {
    width: 260px;
    height: 250px;
    top: 10px;
    right: -10px;
  }
}
@media (min-width: 1400px) {
  body.page-template-idea-page:before {
    width: 300px;
    height: 290px;
    top: 10px;
    right: -10px;
  }
}

body.post-type-archive-action .site-main .container, body.post-type-archive-job .site-main .container {
  margin: 0 auto 0 auto;
}
body.post-type-archive-action header.entry-header, body.post-type-archive-job header.entry-header {
  position: relative;
  margin: 0 0 15px 0;
}
body.post-type-archive-action header.entry-header h1.entry-title, body.post-type-archive-job header.entry-header h1.entry-title {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(231, 229, 212);
  text-align: left;
  max-width: 80%;
}
@media (min-width: 700px) {
  body.post-type-archive-action header.entry-header h1.entry-title, body.post-type-archive-job header.entry-header h1.entry-title { /* 54px @ 768px increasing to 72px @ 1920px */
    font-size: calc(3.375rem + (1vw - 7.68px) * 1.5625);
    max-width: 70%;
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-action header.entry-header h1.entry-title, body.post-type-archive-job header.entry-header h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 72px;
  }
}
body.post-type-archive-action .list, body.post-type-archive-job .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
body.post-type-archive-action .list article, body.post-type-archive-job .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 4px solid rgb(231, 229, 212);
  margin: 0 0 30px 0;
  background-color: rgb(41, 179, 115);
  position: relative;
  /*&:not(.has-post-thumbnail) {
      transition:all 0.5s ease-in-out;
  }*/
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article, body.post-type-archive-job .list article {
    border: 6px solid rgb(231, 229, 212);
  }
}
body.post-type-archive-action .list article .left, body.post-type-archive-job .list article .left {
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 15px;
}
@media (min-width: 800px) {
  body.post-type-archive-action .list article .left, body.post-type-archive-job .list article .left {
    width: 45%;
    border-right: 4px solid rgb(231, 229, 212);
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .left, body.post-type-archive-job .list article .left {
    width: 35%;
    padding: 30px 30px 30px 30px;
    border-right: 6px solid rgb(231, 229, 212);
  }
}
body.post-type-archive-action .list article .left .info .entry-meta, body.post-type-archive-job .list article .left .info .entry-meta {
  font-size: 0;
  letter-spacing: 1px;
  color: rgb(231, 229, 212);
  font-weight: 700;
  margin-bottom: 15px;
}
body.post-type-archive-action .list article .left .info .entry-meta span, body.post-type-archive-job .list article .left .info .entry-meta span {
  font-size: 13px;
  font-weight: 700;
  display: inline;
}
@media (min-width: 768px) {
  body.post-type-archive-action .list article .left .info .entry-meta span, body.post-type-archive-job .list article .left .info .entry-meta span {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-action .list article .left .info .entry-meta span, body.post-type-archive-job .list article .left .info .entry-meta span {
    font-size: 16px;
  }
}
body.post-type-archive-action .list article .left .info h2.entry-title, body.post-type-archive-job .list article .left .info h2.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(231, 229, 212);
  font-weight: 700;
}
@media (min-width: 700px) {
  body.post-type-archive-action .list article .left .info h2.entry-title, body.post-type-archive-job .list article .left .info h2.entry-title { /* 25px @ 768px increasing to 46px @ 1920px */
    font-size: calc(1.5625rem + (1vw - 7.68px) * 1.8229);
  }
}
@media (min-width: 800px) {
  body.post-type-archive-action .list article .left .info h2.entry-title, body.post-type-archive-job .list article .left .info h2.entry-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-action .list article .left .info h2.entry-title, body.post-type-archive-job .list article .left .info h2.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.post-type-archive-action .list article .left .info h2.entry-title a, body.post-type-archive-job .list article .left .info h2.entry-title a {
  display: block;
}
body.post-type-archive-action .list article .left .info h2.entry-title a:hover, body.post-type-archive-job .list article .left .info h2.entry-title a:hover {
  text-decoration: underline;
}
body.post-type-archive-action .list article .right, body.post-type-archive-job .list article .right {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(41, 179, 115);
  padding: 0 15px 15px 15px;
  position: relative;
}
@media (min-width: 800px) {
  body.post-type-archive-action .list article .right, body.post-type-archive-job .list article .right {
    width: 55%;
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .right, body.post-type-archive-job .list article .right {
    width: 65%;
    padding: 30px 30px 30px 30px;
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-action .list article .right, body.post-type-archive-job .list article .right {
    min-height: 300px;
  }
}
body.post-type-archive-action .list article .right *, body.post-type-archive-job .list article .right * {
  width: 100%;
}
body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(231, 229, 212);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 800px) {
  body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc {
    min-height: 100px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc {
    min-height: 200px;
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-action .list article .right p.desc, body.post-type-archive-job .list article .right p.desc { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.post-type-archive-action .list article .right .entry-footer, body.post-type-archive-job .list article .right .entry-footer {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(12, 11, 94);
  font-weight: 700;
  pointer-events: none;
  margin-top: auto;
}
@media (min-width: 768px) {
  body.post-type-archive-action .list article .right .entry-footer, body.post-type-archive-job .list article .right .entry-footer {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .right .entry-footer, body.post-type-archive-job .list article .right .entry-footer {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-action .list article .right .entry-footer, body.post-type-archive-job .list article .right .entry-footer {
    font-size: 16px;
  }
}
body.post-type-archive-action .list article .right .entry-footer a, body.post-type-archive-job .list article .right .entry-footer a {
  color: rgb(231, 229, 212);
  border-bottom: 2px solid rgb(231, 229, 212);
  padding: 0 0 3px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
}
body.post-type-archive-action .list article .right .entry-footer a:hover, body.post-type-archive-job .list article .right .entry-footer a:hover {
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}
body.post-type-archive-action .list article .right .image, body.post-type-archive-job .list article .right .image {
  width: calc(100% + 30px);
  position: relative;
  margin: 15px -15px -15px -15px;
  overflow: hidden;
  border-top: 4px solid rgb(231, 229, 212);
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .right .image, body.post-type-archive-job .list article .right .image {
    width: calc(100% + 60px);
    margin: 30px -30px -30px -30px;
    border-top: 6px solid rgb(231, 229, 212);
  }
}
body.post-type-archive-action .list article .right .image:before, body.post-type-archive-job .list article .right .image:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media (min-width: 1024px) {
  body.post-type-archive-action .list article .right .image:before, body.post-type-archive-job .list article .right .image:before {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-action .list article .right .image:before, body.post-type-archive-job .list article .right .image:before {
    padding-top: 40%;
  }
}
body.post-type-archive-action .list article .right .image a.img, body.post-type-archive-job .list article .right .image a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.post-type-archive-action .list article .right .image img, body.post-type-archive-job .list article .right .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
body.post-type-archive-action .list article .right .image img:hover, body.post-type-archive-job .list article .right .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body.single-action .post-thumbnail, body.single-job .post-thumbnail {
  border: 4px solid rgb(231, 229, 212);
}
@media (min-width: 1024px) {
  body.single-action .post-thumbnail, body.single-job .post-thumbnail {
    border: 6px solid rgb(231, 229, 212);
  }
}
body.single-action .main-content, body.single-job .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid rgb(231, 229, 212);
  margin-top: -4px;
}
@media (min-width: 1024px) {
  body.single-action .main-content, body.single-job .main-content {
    border: 6px solid rgb(231, 229, 212);
    margin-top: -6px;
  }
}
body.single-action .main-content .left-column, body.single-job .main-content .left-column {
  width: 100%;
  border-bottom: 4px solid rgb(231, 229, 212);
}
@media (min-width: 1024px) {
  body.single-action .main-content .left-column, body.single-job .main-content .left-column {
    width: 35%;
    border-bottom: 0;
    border-right: 6px solid rgb(231, 229, 212);
  }
}
body.single-action .main-content .right-column, body.single-job .main-content .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-action .main-content .right-column, body.single-job .main-content .right-column {
    width: 65%;
  }
}
body.single-action .info, body.single-job .info {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.single-action .info, body.single-job .info {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.single-action .info, body.single-job .info {
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 1400px) {
  body.single-action .info, body.single-job .info {
    padding: 30px 30px 40px 30px;
  }
}
body.single-action .info h1.entry-title, body.single-job .info h1.entry-title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(231, 229, 212);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  body.single-action .info h1.entry-title, body.single-job .info h1.entry-title { /* 32px @ 768px increasing to 46px @ 1920px */
    font-size: calc(2rem + (1vw - 7.68px) * 1.2153);
  }
}
@media (min-width: 768px) {
  body.single-action .info h1.entry-title, body.single-job .info h1.entry-title {
    margin-bottom: 20px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  body.single-action .info h1.entry-title, body.single-job .info h1.entry-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body.single-action .info h1.entry-title, body.single-job .info h1.entry-title { /* Prevent font scaling beyond this breakpoint */
    font-size: 46px;
  }
}
body.single-action .info p.entry-date, body.single-job .info p.entry-date {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgb(231, 229, 212);
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-action .info p.entry-date, body.single-job .info p.entry-date {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body.single-action .info p.entry-date, body.single-job .info p.entry-date {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.single-action .info p.entry-date, body.single-job .info p.entry-date {
    font-size: 20px;
  }
}
body.single-action .entry-content, body.single-job .entry-content {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.single-action .entry-content, body.single-job .entry-content {
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  body.single-action .entry-content, body.single-job .entry-content {
    padding: 40px 30px 30px 30px;
  }
}
@media (min-width: 1400px) {
  body.single-action .entry-content, body.single-job .entry-content {
    padding: 40px 40px 40px 40px;
  }
}
body.single-action .entry-content p, body.single-job .entry-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(231, 229, 212);
  margin-bottom: 1.3em;
}
@media (min-width: 700px) {
  body.single-action .entry-content p, body.single-job .entry-content p { /* 19px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.3472);
  }
}
@media (min-width: 1920px) {
  body.single-action .entry-content p, body.single-job .entry-content p { /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
  }
}
body.single-action .entry-content p:last-child, body.single-job .entry-content p:last-child {
  margin: 0;
}
body.single-action .entry-content p a, body.single-job .entry-content p a {
  color: rgb(12, 11, 94);
  text-decoration: underline;
}
body.single-action .entry-content p a:hover, body.single-job .entry-content p a:hover {
  color: rgb(231, 229, 212);
  text-decoration: none;
}

body.post-type-archive-action .button-cell, body.post-type-archive-job .button-cell, body.single-action .button-cell, body.single-job .button-cell {
  padding-top: 30px;
}
body.post-type-archive-action .button-cell .more .bgd svg polygon, body.post-type-archive-job .button-cell .more .bgd svg polygon, body.single-action .button-cell .more .bgd svg polygon, body.single-job .button-cell .more .bgd svg polygon {
  fill: rgb(12, 11, 94) !important;
}
body.post-type-archive-action .button-cell .more:hover .bgd svg polygon, body.post-type-archive-job .button-cell .more:hover .bgd svg polygon, body.single-action .button-cell .more:hover .bgd svg polygon, body.single-job .button-cell .more:hover .bgd svg polygon {
  fill: rgb(231, 229, 212) !important;
}
body.post-type-archive-action .button-cell .more a, body.post-type-archive-job .button-cell .more a, body.single-action .button-cell .more a, body.single-job .button-cell .more a {
  color: rgb(231, 229, 212);
}
body.post-type-archive-action .button-cell .more a:hover, body.post-type-archive-job .button-cell .more a:hover, body.single-action .button-cell .more a:hover, body.single-job .button-cell .more a:hover {
  color: rgb(12, 11, 94);
}

body.post-type-archive-job .container.inside, body.post-type-archive-action .container.inside {
  padding-top: 130px;
}
@media (min-width: 700px) {
  body.post-type-archive-job .container.inside, body.post-type-archive-action .container.inside {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-job .container.inside, body.post-type-archive-action .container.inside {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-job .container.inside, body.post-type-archive-action .container.inside {
    padding-top: 225px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-job .container.inside, body.post-type-archive-action .container.inside {
    padding-top: 265px;
  }
}
body.post-type-archive-job .container.inside .list, body.post-type-archive-action .container.inside .list {
  position: relative;
}
body.post-type-archive-job .container.inside .list:before, body.post-type-archive-action .container.inside .list:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/jobs/jobs_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 210px;
  height: 160px;
  top: -140px;
  right: -102px;
}
@media (min-width: 700px) {
  body.post-type-archive-job .container.inside .list:before, body.post-type-archive-action .container.inside .list:before {
    width: 260px;
    height: 200px;
    top: -190px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-job .container.inside .list:before, body.post-type-archive-action .container.inside .list:before {
    width: 340px;
    height: 260px;
    top: -240px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-job .container.inside .list:before, body.post-type-archive-action .container.inside .list:before {
    width: 390px;
    height: 300px;
    top: -280px;
    right: -70px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-job .container.inside .list:before, body.post-type-archive-action .container.inside .list:before {
    width: 460px;
    height: 350px;
    top: -330px;
    right: -80px;
  }
}
body.post-type-archive-job .container.inside .list:after, body.post-type-archive-action .container.inside .list:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/jobs/jobs_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 210px;
  height: 160px;
  top: -250px;
  right: -190px;
}
@media (min-width: 700px) {
  body.post-type-archive-job .container.inside .list:after, body.post-type-archive-action .container.inside .list:after {
    width: 260px;
    height: 200px;
    top: -180px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-job .container.inside .list:after, body.post-type-archive-action .container.inside .list:after {
    width: 340px;
    height: 260px;
    top: -240px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-job .container.inside .list:after, body.post-type-archive-action .container.inside .list:after {
    width: 390px;
    height: 300px;
    top: -280px;
    right: -70px;
  }
}
@media (min-width: 1400px) {
  body.post-type-archive-job .container.inside .list:after, body.post-type-archive-action .container.inside .list:after {
    width: 460px;
    height: 350px;
    top: -330px;
    right: -80px;
  }
}
body.single-job .container.inside, body.single-action .container.inside {
  position: relative;
}
body.single-job .container.inside:before, body.single-action .container.inside:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/jobs/jobs_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  width: 210px;
  height: 160px;
  top: -25px;
  right: -82px;
}
@media (min-width: 700px) {
  body.single-job .container.inside:before, body.single-action .container.inside:before {
    width: 220px;
    height: 170px;
    top: -15px;
    right: -20px;
  }
}
@media (min-width: 1024px) {
  body.single-job .container.inside:before, body.single-action .container.inside:before {
    width: 260px;
    height: 200px;
    top: -25px;
    right: -20px;
  }
}
@media (min-width: 1200px) {
  body.single-job .container.inside:before, body.single-action .container.inside:before {
    width: 300px;
    height: 230px;
    top: -30px;
    right: -20px;
  }
}
@media (min-width: 1400px) {
  body.single-job .container.inside:before, body.single-action .container.inside:before {
    width: 300px;
    height: 230px;
    top: -30px;
    right: -20px;
  }
}
body.single-job .container.inside:after, body.single-action .container.inside:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/jobs/jobs_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  width: 210px;
  height: 160px;
  top: -90px;
  right: -110px;
}
@media (min-width: 700px) {
  body.single-job .container.inside:after, body.single-action .container.inside:after {
    width: 220px;
    height: 170px;
    top: -15px;
    right: -20px;
  }
}
@media (min-width: 1024px) {
  body.single-job .container.inside:after, body.single-action .container.inside:after {
    width: 260px;
    height: 200px;
    top: -25px;
    right: -20px;
  }
}
@media (min-width: 1200px) {
  body.single-job .container.inside:after, body.single-action .container.inside:after {
    width: 300px;
    height: 230px;
    top: -30px;
    right: -20px;
  }
}
@media (min-width: 1400px) {
  body.single-job .container.inside:after, body.single-action .container.inside:after {
    width: 300px;
    height: 230px;
    top: -30px;
    right: -20px;
  }
}

body.page-template-timeline article.timeline {
  height: calc(100vh + 100px);
  position: relative;
  min-height: 500px;
  cursor: move;
}
@media (min-width: 700px) {
  body.page-template-timeline article.timeline {
    height: calc(100vh + 100px);
    min-height: 768px;
  }
}
@media (min-width: 1024px) {
  body.page-template-timeline article.timeline {
    height: calc(100vh + 100px);
  }
}
body.page-template-timeline article.timeline .timeline_pointer {
  background-image: url("../images/timeline_hand.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 40px;
  width: 60px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 10px;
}
@media (min-width: 700px) {
  body.page-template-timeline article.timeline .timeline_pointer {
    width: 80px;
    height: 60px;
    bottom: 10px;
    background-size: 71px 57px;
  }
}
@media (min-width: 1024px) {
  body.page-template-timeline article.timeline .timeline_pointer {
    bottom: 50px;
  }
}

.timeline_inner {
  position: relative;
  height: 200px;
  width: 2776px;
  left: 50%;
  margin-left: -1388px;
  margin-top: -100px;
  top: 80%;
}
@media (min-width: 700px) {
  .timeline_inner {
    top: 75%;
  }
}
@media (min-width: 1024px) {
  .timeline_inner {
    top: 50%;
    margin-top: -100px;
  }
}
.timeline_inner .path {
  fill: none;
  stroke: rgb(28, 25, 168);
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.timeline_inner .dot {
  background-color: rgb(41, 179, 115);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  cursor: pointer;
}
.timeline_inner .dot:hover {
  background-color: rgb(28, 25, 168);
}
.timeline_inner .dot .text {
  margin: 15px 0 0 -75px;
  width: 160px;
  padding: 15px 0 0 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: rgb(28, 25, 168);
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 700px) {
  .timeline_inner .dot .text {
    font-size: calc(16px + 1 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  .timeline_inner .dot .text {
    font-size: 17px;
  }
}
.timeline_inner .dot.selected {
  background-color: rgb(28, 25, 168);
  width: 26px;
  height: 26px;
  top: -13px;
  left: -13px;
}
.timeline_inner .dot.selected .text {
  margin: 15px 0 0 -87px;
  width: 200px;
  padding: 25px 0 0 0;
  font-size: 19px;
}
@media (min-width: 700px) {
  .timeline_inner .dot.selected .text {
    font-size: calc(23px + 3 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  .timeline_inner .dot.selected .text {
    font-size: 26px;
  }
}
.timeline_inner .card {
  display: none;
  cursor: default;
  position: absolute;
  z-index: 100;
  width: 300px;
  height: 400px;
  top: -100%;
  left: 50%;
  margin-left: -150px;
  margin-top: -200px;
}
@media (min-width: 700px) {
  .timeline_inner .card {
    width: 500px;
    height: 250px;
    top: -100%;
    margin-left: -250px;
    margin-top: -350px;
  }
}
@media (min-width: 1024px) {
  .timeline_inner .card {
    width: 340px;
    height: 400px;
    top: 50%;
    right: 35%;
    left: auto;
    margin-left: auto;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .timeline_inner .card {
    width: 400px;
    height: 500px;
    right: 32%;
    margin-top: -250px;
  }
}
@media (min-width: 1400px) {
  .timeline_inner .card {
    right: 30%;
  }
}
.timeline_inner .card .cell {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border: 4px solid rgb(28, 25, 168);
}
@media (min-width: 1024px) {
  .timeline_inner .card .cell {
    border: 6px solid rgb(28, 25, 168);
  }
}
.timeline_inner .card .cell a.close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 0;
}
.timeline_inner .card .cell a.close:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("../images/timeline-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.timeline_inner .card .cell a.close:hover {
  opacity: 0.8;
}
.timeline_inner .card .cell .img {
  position: relative;
}
.timeline_inner .card .cell .img:after {
  content: "";
  padding-top: 50%;
  display: block;
  position: relative;
}
@media (min-width: 700px) {
  .timeline_inner .card .cell .img:after {
    padding-top: 60%;
  }
}
.timeline_inner .card .cell .img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.timeline_inner .card .cell .img a.no-img-link {
  cursor: default;
}
.timeline_inner .card .cell img {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
  z-index: 1;
  width: 100%;
}
.timeline_inner .card .cell img.wpsmartcrop-image {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}
.timeline_inner .card .cell .info {
  min-height: 150px;
  padding: 10px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 25, 168);
  position: relative;
  z-index: 2;
  position: relative;
}
@media (min-width: 700px) {
  .timeline_inner .card .cell .info {
    min-height: 150px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .timeline_inner .card .cell .info {
    min-height: 200px;
  }
}
.timeline_inner .card .cell .info .title {
  font-size: 18px;
  color: rgb(28, 25, 168);
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 700px) {
  .timeline_inner .card .cell .info .title {
    font-size: calc(22px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  .timeline_inner .card .cell .info .title {
    font-size: 24px;
  }
}
.timeline_inner .card .cell .info .title a {
  display: block;
}
.timeline_inner .card .cell .info .title a:hover {
  color: rgb(41, 179, 115);
}
.timeline_inner .card .cell .info .desc {
  font-size: 13px;
  color: rgb(28, 25, 168);
  line-height: 1.2em;
  font-weight: 400;
  margin: 10px 0 0 0;
}
@media (min-width: 700px) {
  .timeline_inner .card .cell .info .desc {
    font-size: calc(14px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  .timeline_inner .card .cell .info .desc {
    font-size: 16px;
  }
}
.timeline_inner .card .cell .info .desc a {
  font-weight: 700;
  text-decoration: underline;
}
.timeline_inner .card .cell .info .desc a:hover {
  text-decoration: none;
}
.timeline_inner .card .nav {
  margin: 10px 0 0 0;
  text-align: center;
  position: relative;
}
.timeline_inner .card .nav a.prev, .timeline_inner .card .nav a.next {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  font-size: 0;
}
@media (min-width: 700px) {
  .timeline_inner .card .nav a.prev, .timeline_inner .card .nav a.next {
    top: 3px;
  }
}
.timeline_inner .card .nav a.prev:before, .timeline_inner .card .nav a.next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("../images/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-position: right top;
}
.timeline_inner .card .nav a.prev:hover, .timeline_inner .card .nav a.next:hover {
  opacity: 0.8;
}
.timeline_inner .card .nav a.prev {
  left: 50px;
}
.timeline_inner .card .nav a.prev:before {
  left: 0;
  background-position: left top;
}
.timeline_inner .card .nav a.next {
  right: 50px;
}
.timeline_inner .card .nav a.next:before {
  right: 0;
  background-position: right top;
}
.timeline_inner .card .nav .date {
  font-size: 18px;
  color: rgb(28, 25, 168);
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 700px) {
  .timeline_inner .card .nav .date {
    font-size: calc(22px + 2 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 1400px) {
  .timeline_inner .card .nav .date {
    font-size: 24px;
  }
}

.map-wrapper {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.map-wrapper #routes {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.map-wrapper #zoom-controls {
  margin-top: 40px;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .map-wrapper #zoom-controls {
    margin-top: 50px;
    margin-right: 20px;
  }
}
.map-wrapper #zoomWrapper {
  width: 30px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-wrapper #zoomIn {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.map-wrapper #zoomOut {
  background-repeat: no-repeat;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30px;
  height: 30px;
}
.map-wrapper #zoomLine {
  width: 4px;
  height: 100px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.map-wrapper #compass {
  margin-right: 50px;
  margin-bottom: 50px;
  background: url("../images/icons/routes/compass.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 107px;
}
@media screen and (max-width: 767px) {
  .map-wrapper #compass {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
.map-wrapper .marker-label {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  width: auto;
  max-width: 80px;
  text-align: left;
  font-family: "basis-grotesque";
}
.map-wrapper input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}
.map-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.map-wrapper input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.map-wrapper input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.map-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -8px;
  height: 20px;
  width: 8px;
  background: url("../images/icons/routes/scroll_thumb.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
.map-wrapper input[type=range]::-moz-range-thumb {
  box-shadow: none;
  margin-top: -8px;
  border: none;
  height: 20px;
  width: 8px;
  background: url("../images/icons/routes/scroll_thumb.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.map-wrapper input[type=range]::-ms-thumb {
  box-shadow: none;
  margin-top: 0px;
  border: none;
  height: 20px;
  width: 8px;
  background: url("../images/icons/routes/scroll_thumb.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.map-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #13BCCD;
}
.map-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #13BCCD;
}
.map-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #13BCCD;
}
.map-wrapper input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.map-wrapper input[type=range]::-ms-fill-lower {
  background: #13BCCD;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.map-wrapper input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.map-wrapper input[type=range]::-ms-fill-upper {
  background: #13BCCD;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.map-wrapper input[type=range]:focus::-ms-fill-upper {
  background: #13BCCD;
}

.event-popup {
  position: absolute;
  top: 80px;
  right: 160px;
  width: 450px;
  height: auto;
  border: 6px solid #0c0b5e;
}
@media screen and (max-width: 767px) {
  .event-popup {
    left: 0;
    right: 0;
    top: 40px;
    height: auto;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-popup.orange {
  background-color: #e95b25;
  color: #0C0B5E;
}
.event-popup.orange button {
  background-color: #ffdd00;
}
.event-popup.orange button.close {
  background-color: #ECF8FE;
}
.event-popup.orange .rsNav.rsBullets .rsBullet:hover span {
  background-color: #ffdd00;
}
.event-popup.orange .rsNav.rsBullets .rsBullet.rsNavSelected span {
  background-color: #ffdd00;
}
.event-popup.yellow {
  background-color: #ffcc32;
  color: #0c0b5e;
}
.event-popup.yellow button {
  background-color: #e95b25;
  color: #ECF8FE;
}
.event-popup.yellow button.close {
  color: #0C0B5E;
  background-color: #ECF8FE;
}
.event-popup.yellow .rsNav.rsBullets .rsBullet:hover span {
  background-color: #e95b25;
}
.event-popup.yellow .rsNav.rsBullets .rsBullet.rsNavSelected span {
  background-color: #e95b25;
}
.event-popup .content {
  padding: 60px 30px 30px 30px;
}
.event-popup h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}
.event-popup p {
  font-size: 18px;
  line-height: 24px;
}
.event-popup .buttons {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.event-popup .buttons button {
  width: 175px;
  height: 46px;
  font-size: 18px;
  line-height: 21px;
  border: none;
}
.event-popup .slbCloseBtn {
  display: none;
}
.event-popup .rsImg {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.event-popup .image-gallery {
  width: 100% !important;
  height: 265px !important;
  position: relative;
}
.event-popup .rsNav.rsBullets {
  position: absolute;
  height: 12px;
  padding: 0;
  bottom: -32px;
  right: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.event-popup .rsNav.rsBullets .rsBullet {
  width: 30px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  cursor: pointer;
}
.event-popup .rsNav.rsBullets .rsBullet span {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -4px;
  margin-left: -4px;
}

@font-face {
  font-family: "basis-grotesque";
  src: url("../fonts/basis-grotesque-regular-pro.eot");
  src: url("../fonts/basis-grotesque-regular-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-regular-pro.woff2") format("woff2"), url("../fonts/basis-grotesque-regular-pro.woff") format("woff"), url("../fonts/basis-grotesque-regular-pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "basis-grotesque";
  src: url("../fonts/basis-grotesque-bold-pro.eot");
  src: url("../fonts/basis-grotesque-bold-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-bold-pro.woff2") format("woff2"), url("../fonts/basis-grotesque-bold-pro.woff") format("woff"), url("../fonts/basis-grotesque-bold-pro.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "basis-grotesque";
  font-weight: normal;
  position: relative;
  min-width: 280px;
  min-height: 100%;
  height: auto !important;
  overflow: hidden;
}

html {
  height: 100%;
}

button,
input,
textarea {
  font-family: "basis-grotesque";
}

a,
button,
input {
  outline: none;
}

.tooltipster-follower .tooltipster-box {
  background: transparent;
}
@media (max-width: 1024px) {
  .tooltipster-follower {
    display: none !important;
  }
}

article.container,
section.container {
  margin: 0 auto;
}

/*.container {
    padding:20px;max-width:1400px;
    @media (min-width: $break-sm) {
        padding:30px 76px 30px 76px;
    }
    @media (min-width: $break-xxlg) {
        padding:60px 94px 60px 94px;
    }
}*/
.pad-middle .container {
  padding: 20px 20px 20px 20px;
  max-width: 1400px;
}
@media (min-width: 700px) {
  .pad-middle .container {
    padding: 30px 86px 30px 86px;
  }
}
@media (min-width: 1024px) {
  .pad-middle .container {
    padding: 30px 86px 30px 86px;
  }
}
@media (min-width: 1200px) {
  .pad-middle .container {
    padding: 60px 114px 60px 114px;
  }
}
.pad-middle .container.inside {
  max-width: 1700px;
}

.pad-left .container {
  padding: 20px 20px 20px 20px;
  max-width: 1400px;
}
@media (min-width: 700px) {
  .pad-left .container {
    padding: 30px 30px 30px 86px;
  }
}
@media (min-width: 1024px) {
  .pad-left .container {
    padding: 30px 30px 30px 86px;
  }
}
@media (min-width: 1200px) {
  .pad-left .container {
    padding: 60px 50px 60px 114px;
  }
}
.pad-left .container.inside {
  max-width: 1700px;
}

.pad-right .container {
  padding: 20px 20px 20px 20px;
  max-width: 1400px;
}
@media (min-width: 700px) {
  .pad-right .container {
    padding: 30px 86px 30px 30px;
  }
}
@media (min-width: 1024px) {
  .pad-right .container {
    padding: 30px 86px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .pad-right .container {
    padding: 60px 114px 60px 50px;
  }
}
.pad-right .container.inside {
  max-width: 1700px;
}

.pad-middle > .container {
  padding: 130px 20px 20px 20px;
}
@media (min-width: 700px) {
  .pad-middle > .container {
    padding: 150px 86px 30px 86px;
  }
}
@media (min-width: 1024px) {
  .pad-middle > .container {
    padding: 150px 86px 30px 86px;
  }
}
@media (min-width: 1200px) {
  .pad-middle > .container {
    padding: 170px 114px 60px 114px;
  }
}

.pad-left > .container {
  padding: 130px 20px 20px 20px;
}
@media (min-width: 700px) {
  .pad-left > .container {
    padding: 150px 30px 30px 86px;
  }
}
@media (min-width: 1024px) {
  .pad-left > .container {
    padding: 150px 30px 30px 86px;
  }
}
@media (min-width: 1200px) {
  .pad-left > .container {
    padding: 170px 50px 60px 114px;
  }
}

.pad-right > .container {
  padding: 130px 20px 20px 20px;
}
@media (min-width: 700px) {
  .pad-right > .container {
    padding: 150px 86px 30px 30px;
  }
}
@media (min-width: 1024px) {
  .pad-right > .container {
    padding: 150px 86px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .pad-right > .container {
    padding: 170px 114px 60px 50px;
  }
}

.carousel * {
  visibility: hidden;
}

.carousel.slick-initialized * {
  visibility: visible;
}

ul.slick-dots {
  margin: 10px 0 0 0;
  height: 8px;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 11;
}
@media (min-width: 768px) {
  ul.slick-dots {
    margin: 20px 0 0 0;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  ul.slick-dots {
    margin: 30px 0 0 0;
    height: 15px;
  }
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
ul.slick-dots li button {
  width: 20px;
  height: 8px;
  margin: 0 4px;
  border: 0;
  background-color: transparent;
  position: relative;
  font-size: 0;
}
@media (min-width: 768px) {
  ul.slick-dots li button {
    height: 10px;
    margin: 0 6px;
  }
}
@media (min-width: 1024px) {
  ul.slick-dots li button {
    height: 15px;
    margin: 0 10px;
  }
}
ul.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
@media (min-width: 768px) {
  ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  ul.slick-dots li button:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
}
ul.slick-dots li button:hover:before {
  background-color: rgb(235, 51, 35);
}
ul.slick-dots li.slick-active button:before {
  background-color: rgb(235, 51, 35);
}

.slick-arrow {
  position: absolute;
  bottom: 0;
}
.button-cell {
  text-align: center;
  margin: 10px 0 20px 0;
}
@media (min-width: 700px) {
  .button-cell {
    margin: 30px 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .button-cell {
    margin: 50px 0 30px 0;
  }
}
@media (min-width: 1920px) {
  .button-cell {
    margin: 50px 0 30px 0;
  }
}
.button-cell .more {
  display: inline-block;
  position: relative;
}
.button-cell .more * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-cell .more .bgd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.button-cell .more .bgd svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.button-cell .more a {
  font-size: 14px;
  line-height: 1.2em;
  padding: 18px 35px;
  font-weight: bold;
  letter-spacing: 0.2px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .button-cell .more a {
    /* 17px @ 768px increasing to 23px @ 1920px */
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.5208);
    padding: 20px 35px;
  }
}
@media (min-width: 1920px) {
  .button-cell .more a {
    /* Prevent font scaling beyond this breakpoint */
    font-size: 23px;
    padding: 25px 50px;
  }
}
.button-cell .more a:hover {
  opacity: 0.8;
}

.post-thumbnail {
  margin-top: -4px;
  position: relative;
  height: 390px;
}
@media (min-width: 1024px) {
  .post-thumbnail {
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .post-thumbnail {
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .post-thumbnail {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .post-thumbnail {
    height: 600px;
  }
}
@media (min-width: 1500px) {
  .post-thumbnail {
    height: 768px;
  }
}

.post-map {
  margin-top: -4px;
  position: relative;
  height: 390px;
}
@media (min-width: 1024px) {
  .post-map {
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .post-map {
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .post-map {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .post-map {
    height: 600px;
  }
}
@media (min-width: 1500px) {
  .post-map {
    height: 768px;
  }
}

.infoBox {
  margin-left: -50px;
  background-image: url(../images/infobox-bgd.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.info-contents {
  width: 230px;
  color: rgb(255, 255, 255);
  padding: 1em 2.5em 1.5em 1.5em;
  font-size: 14px;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-contents .title {
  font-weight: 700;
  margin-bottom: 5px;
}
.info-contents .address {
  font-size: 12px;
  line-height: 1.3em;
}
.info-contents .address p {
  margin: 0;
  padding: 0;
}

img.wpsmartcrop-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  overflow: hidden;
}

.dropdown-cell .filter-dropdown span {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 768px) {
  .dropdown-cell .filter-dropdown span {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .dropdown-cell .filter-dropdown span {
    font-size: 16px;
  }
}
.dropdown-cell .filter-dropdown span.select2-selection--single {
  border-radius: 0;
  border: 2px solid rgb(12, 11, 94);
  background-color: transparent;
  height: auto;
}
.dropdown-cell .filter-dropdown span.select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 45px;
  top: 2px;
  right: 2px;
}
.dropdown-cell .filter-dropdown span.select2-selection--single .select2-selection__arrow b {
  border: 0;
  margin: 0;
  top: 0;
  right: 0;
  left: auto;
  width: 40px;
  height: 45px;
  background-image: url("../images/arrow-dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.dropdown-cell .filter-dropdown span.select2-selection--single[aria-expanded=true] {
  background-color: rgb(231, 229, 212);
}
.dropdown-cell .filter-dropdown span.select2-selection--single[aria-expanded=true] .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown-cell .filter-dropdown span.select2-selection__rendered {
  color: rgb(12, 11, 94);
  padding: 16px 40px 14px 15px;
  line-height: 1em;
}
.dropdown-cell .filter-dropdown:hover .select2-selection__rendered,
.dropdown-cell .filter-dropdown:hover .select2-selection__arrow {
  opacity: 0.8;
}

.select2-dropdown {
  border: 2px solid rgb(12, 11, 94);
  background-color: rgb(231, 229, 212);
  border-radius: 0;
}
.select2-dropdown .select2-results ul li {
  border-bottom: 2px solid rgb(12, 11, 94);
  padding: 16px 15px 14px 15px;
  background-color: rgb(231, 229, 212);
  color: rgb(12, 11, 94);
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: 700;
  color: rgb(12, 11, 94);
}
@media (min-width: 768px) {
  .select2-dropdown .select2-results ul li {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .select2-dropdown .select2-results ul li {
    font-size: 16px;
  }
}
.select2-dropdown .select2-results ul li:last-child {
  border: 0;
}
.select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: rgb(12, 11, 94);
  opacity: 0.8;
}
.select2-dropdown .select2-results ul li.select2-results__option[aria-selected=true] {
  background-color: rgb(12, 11, 94);
  color: rgb(231, 229, 212);
  opacity: 1;
}

p.edit-page-btn {
  position: fixed;
  width: 200px;
  top: 0;
  right: 0;
  z-index: 200;
  background-color: #000000;
}
p.edit-page-btn a {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 15px 20px 10px 20px;
  display: block;
  text-align: center;
}
p.edit-page-btn a:hover {
  opacity: 0.8;
}

header.site-header {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  /*@media (min-width: $break-sm) { 
      top:25px; 
  }*/
}
header.site-header .site-branding {
  position: fixed;
  z-index: 200;
  left: 50%;
  top: 15px;
  width: 140px;
  height: 70px;
  margin-left: -70px;
}
@media (min-width: 700px) {
  header.site-header .site-branding {
    width: 160px;
    height: 80px;
    margin-left: -80px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  header.site-header .site-branding {
    width: 200px;
    height: 100px;
    margin-left: -100px;
  }
}
header.site-header .site-branding .logo {
  height: 100%;
  background-image: url("../images/vamvakou-revival-logo.png");
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: 0 0;
}
@media (min-width: 700px) {
  header.site-header .site-branding .logo {
    background-size: 160px 160px;
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  header.site-header .site-branding .logo {
    background-size: 200px 200px;
    background-position: 0 0;
  }
}
header.site-header .site-branding .logo h1, header.site-header .site-branding .logo p, header.site-header .site-branding .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.site-header .site-branding .logo img {
  display: none;
}
header.site-header nav.main-navigation {
  height: 0;
  background-color: rgb(12, 11, 94);
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  overflow-y: scroll;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header.site-header nav.main-navigation button.menu-toggle {
  z-index: 200;
  outline: none;
  top: 60px;
  width: 30px;
  height: 23px;
  line-height: 23px;
  padding: 0;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  position: fixed;
  background-color: transparent;
}
header.site-header nav.main-navigation button.menu-toggle span {
  font-size: 0;
  position: relative;
  display: block;
  margin: auto;
}
header.site-header nav.main-navigation button.menu-toggle span:before, header.site-header nav.main-navigation button.menu-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
}
header.site-header nav.main-navigation button.menu-toggle span:before {
  top: -10px;
}
header.site-header nav.main-navigation button.menu-toggle span:after {
  top: 10px;
}
header.site-header nav.main-navigation button.menu-toggle span, header.site-header nav.main-navigation button.menu-toggle span:after, header.site-header nav.main-navigation button.menu-toggle span:before {
  width: 30px;
  height: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation button.menu-toggle {
    top: 75px;
    width: 38px;
    height: 28px;
    line-height: 28px;
  }
  header.site-header nav.main-navigation button.menu-toggle span, header.site-header nav.main-navigation button.menu-toggle span:after, header.site-header nav.main-navigation button.menu-toggle span:before {
    width: 38px;
    height: 4px;
  }
  header.site-header nav.main-navigation button.menu-toggle span:before {
    top: -14px;
  }
  header.site-header nav.main-navigation button.menu-toggle span:after {
    top: 14px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation button.menu-toggle {
    top: 90px;
  }
}
header.site-header nav.main-navigation .langs-btn {
  z-index: 200;
  top: 25px;
  width: 30px;
  height: 32px;
  position: fixed;
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation .langs-btn {
    top: 40px;
    width: 38px;
    height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .langs-btn {
    top: 55px;
  }
}
header.site-header nav.main-navigation .langs-btn > div {
  padding: 0;
  border: 0;
  background-color: transparent;
}
header.site-header nav.main-navigation .langs-btn > div ul.nav-menu li {
  display: block;
}
header.site-header nav.main-navigation .langs-btn > div ul.nav-menu li a {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 5px 10px 5px 0;
  text-align: left;
  background-color: transparent;
}
header.site-header nav.main-navigation .langs-btn > div ul.nav-menu li a span {
  font-weight: 700;
}
header.site-header nav.main-navigation .langs-btn > div ul.nav-menu li a:hover {
  opacity: 0.8;
}
header.site-header nav.main-navigation .langs-btn > div ul.nav-menu li.wpml-ls-current-language {
  display: none !important;
}
header.site-header nav.main-navigation .links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  left: 10px;
  bottom: 60px;
  width: 50px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .links {
    top: 65px;
    right: 0;
    left: auto;
    bottom: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .links {
    top: 80px;
  }
}
header.site-header nav.main-navigation .langs {
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
}
header.site-header nav.main-navigation .langs > div {
  border: 0;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .langs {
    margin: 0 10px 0 0;
  }
}
header.site-header nav.main-navigation .langs ul li a {
  padding: 8px 5px;
  margin: 0 0 10px 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .langs ul li a {
    margin: 0 10px 0 0;
  }
}
header.site-header nav.main-navigation .langs ul li a span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: rgb(255, 255, 255);
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation .langs ul li a span {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .langs ul li a span {
    font-size: 24px;
  }
}
header.site-header nav.main-navigation .langs ul li a:hover span {
  opacity: 0.8;
}
header.site-header nav.main-navigation .langs ul li.wpml-ls-current-language a span {
  color: rgb(248, 169, 141);
}
header.site-header nav.main-navigation .social {
  display: inline-block;
  vertical-align: top;
}
header.site-header nav.main-navigation .social a {
  font-size: 0;
  width: 50px;
  height: 40px;
  background-image: url("../images/social-icons.svg");
  background-repeat: no-repeat;
  display: block;
  margin: 0 0 20px 0;
  vertical-align: top;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .social a {
    width: 50px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
header.site-header nav.main-navigation .social a.facebook {
  background-position: 0 -5px;
}
header.site-header nav.main-navigation .social a.instagram {
  background-position: -50px -5px;
}
header.site-header nav.main-navigation .social a:hover.facebook {
  background-position: 0 -55px;
}
header.site-header nav.main-navigation .social a:hover.instagram {
  background-position: -50px -55px;
}
header.site-header nav.main-navigation .main_menu,
header.site-header nav.main-navigation .main_menu_small {
  display: none;
  opacity: 0;
}
header.site-header nav.main-navigation .links {
  display: none;
  opacity: 0;
}
header.site-header nav.main-navigation.toggled {
  height: 100vh;
}
header.site-header nav.main-navigation.toggled .main_menu,
header.site-header nav.main-navigation.toggled .main_menu_small {
  display: block;
  opacity: 1;
}
header.site-header nav.main-navigation.toggled button.menu-toggle span {
  -webkit-transition: background 0.11s 0s ease;
  transition: background 0.11s 0s ease;
  background: transparent !important;
}
header.site-header nav.main-navigation.toggled button.menu-toggle span:before, header.site-header nav.main-navigation.toggled button.menu-toggle span:after {
  top: 0; /*transition-delay:0s, 0.11s;*/
  -webkit-transition-duration: 0.11s, 0.11s;
          transition-duration: 0.11s, 0.11s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  background-color: rgb(255, 255, 255);
}
header.site-header nav.main-navigation.toggled button.menu-toggle span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.site-header nav.main-navigation.toggled button.menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.site-header nav.main-navigation.toggled .links {
  display: block;
  opacity: 1;
}
header.site-header nav.main-navigation.toggled .langs-btn {
  display: none;
}
header.site-header nav.main-navigation .main_menu {
  /*display:block;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  max-width: 210px;
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation .main_menu {
    padding-left: 5%;
    max-width: 300px;
    padding-top: 180px; /*width:35%;padding:0 5% 0 0;margin-top:150px;margin-bottom:100px;*/
  }
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu {
    width: 40%;
    padding: 0 5% 0 0;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu {
    width: 35%;
    margin-top: 250px;
    max-width: 450px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu {
  text-align: left;
  margin-top: -20px;
}
header.site-header nav.main-navigation .main_menu ul.menu li {
  padding: 10px 0 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li {
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li {
    padding: 10px 0 10px 0;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li a {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  padding: 10px 0 10px 40px;
  display: block;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li a {
    font-size: 32px;
    padding: 10px 0 10px 40px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li a {
    font-size: 42px;
    padding: 15px 0 15px 60px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li a:hover {
  text-decoration: underline;
}
header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  background-image: url("../images/menu-arrows.svg;");
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 25px;
  width: 20px;
  height: 20px;
  background-size: 40px 40px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children a:before {
    left: 0;
    top: 25px;
    width: 25px;
    height: 25px;
    background-size: 50px 50px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children a:before {
    top: 35px;
    width: 30px;
    height: 30px;
    background-size: 60px 60px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.current-menu-parent a:before {
  background-position: 0 -20px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.current-menu-parent a:before {
    background-position: 0 -25px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.current-menu-parent a:before {
    background-position: 0 -30px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened a:before {
  background-position: -20px -20px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened a:before {
    background-position: -25px -25px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened a:before {
    background-position: -30px -30px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened:not(.current-menu-parent) a:before {
  background-position: -20px 0;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened:not(.current-menu-parent) a:before {
    background-position: -25px 0;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li.menu-item-has-children.opened:not(.current-menu-parent) a:before {
    background-position: -30px 0;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li.current-menu-parent a {
  color: rgb(248, 169, 141);
}
header.site-header nav.main-navigation .main_menu ul.menu li.current-menu-item a {
  color: rgb(248, 169, 141);
  text-decoration: underline;
}
header.site-header nav.main-navigation .main_menu ul.menu li:last-child {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li:last-child {
    margin-bottom: 100px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu {
  display: none;
}
header.site-header nav.main-navigation .main_menu ul.menu li.selected ul.sub-menu {
  display: block;
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li {
  padding: 0;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li {
    padding: 0;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li:after {
  content: none;
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li a {
    font-size: 24px;
  }
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li a:before {
  content: none;
}
header.site-header nav.main-navigation .main_menu ul.menu li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
header.site-header nav.main-navigation .main_menu_small {
  /*display:block;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  max-width: 210px;
}
@media (min-width: 700px) {
  header.site-header nav.main-navigation .main_menu_small {
    padding-left: 5%;
    max-width: 300px; /*width:30%;padding:0 0 0 5%;border-left:1px solid $White;align-self:flex-start;margin-top:150px;margin-bottom:100px;*/
  }
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu_small {
    width: 25%;
    padding: 0 0 0 5%;
    border-left: 1px solid rgb(255, 255, 255);
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu_small {
    width: 30%;
    margin-top: 250px;
    max-width: 450px;
  }
}
header.site-header nav.main-navigation .main_menu_small ul.menu {
  text-align: left;
}
header.site-header nav.main-navigation .main_menu_small ul.menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
  display: block;
  padding: 10px 0 10px 40px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu_small ul.menu li a {
    font-size: 22px;
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 1200px) {
  header.site-header nav.main-navigation .main_menu_small ul.menu li a {
    font-size: 24px;
    padding: 16px 0 16px 0;
  }
}
header.site-header nav.main-navigation .main_menu_small ul.menu li a:hover {
  text-decoration: underline;
}
header.site-header nav.main-navigation .main_menu_small ul.menu li.current-menu-item a {
  color: rgb(248, 169, 141);
  text-decoration: underline;
}
header.site-header nav.main-navigation .main_menu_small ul.menu li:last-child {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  header.site-header nav.main-navigation .main_menu_small ul.menu li:last-child {
    margin-bottom: 0;
  }
}
header.site-header.scrolled .site-branding {
  width: 40px;
  left: 50px;
  margin-left: 0;
}
@media (min-width: 700px) {
  header.site-header.scrolled .site-branding {
    width: 45px;
    left: 120px;
  }
}
@media (min-width: 1200px) {
  header.site-header.scrolled .site-branding {
    width: 50px;
    left: 150px;
  }
}
header.site-header.scrolled .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  header.site-header.scrolled .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  header.site-header.scrolled .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle, body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle {
  left: 20px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle, body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle {
    left: 85px;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle, body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle {
    left: 115px;
  }
}
body.simple-beige-bgd header.site-header nav.main-navigation .langs-btn, body.simple-green-bgd header.site-header nav.main-navigation .langs-btn {
  left: 20px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header nav.main-navigation .langs-btn, body.simple-green-bgd header.site-header nav.main-navigation .langs-btn {
    left: 85px;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header nav.main-navigation .langs-btn, body.simple-green-bgd header.site-header nav.main-navigation .langs-btn {
    left: 115px;
  }
}
body.simple-beige-bgd header.site-header nav.main-navigation .links, body.simple-green-bgd header.site-header nav.main-navigation .links {
  right: auto;
  left: 15px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header nav.main-navigation .links, body.simple-green-bgd header.site-header nav.main-navigation .links {
    right: auto;
    left: 15px;
  }
}
@media (min-width: 1024px) {
  body.simple-beige-bgd header.site-header nav.main-navigation .links, body.simple-green-bgd header.site-header nav.main-navigation .links {
    right: 29px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header nav.main-navigation .links, body.simple-green-bgd header.site-header nav.main-navigation .links {
    right: 51px;
  }
}
body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle {
  left: 20px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle {
    left: 51px;
  }
}
body.simple-blue-bgd header.site-header nav.main-navigation .langs-btn {
  left: 20px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header nav.main-navigation .langs-btn {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header nav.main-navigation .langs-btn {
    left: 51px;
  }
}
body.simple-blue-bgd header.site-header nav.main-navigation .links {
  right: auto;
  left: 15px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header nav.main-navigation .links {
    right: auto;
    left: 15px;
  }
}
@media (min-width: 1024px) {
  body.simple-blue-bgd header.site-header nav.main-navigation .links {
    right: 29px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header nav.main-navigation .links {
    right: 51px;
  }
}

body.simple-beige-bgd header.site-header .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span, body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span:after, body.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(12, 11, 94);
}
body.simple-beige-bgd header.site-header .langs-btn > div ul.nav-menu li a {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span, body.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:after, body.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(12, 11, 94);
}
body.simple-beige-bgd header.site-header.scrolled .langs-btn > div ul.nav-menu li a {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd header.site-header .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  body.simple-green-bgd header.site-header .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  body.simple-green-bgd header.site-header .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle span, body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle span:after, body.simple-green-bgd header.site-header nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(12, 11, 94);
}
body.simple-green-bgd header.site-header .langs-btn > div ul.nav-menu li a {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd header.site-header.scrolled .site-branding .logo {
  background-position: 0 0;
}
@media (min-width: 700px) {
  body.simple-green-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  body.simple-green-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 0;
  }
}
body.simple-green-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle {
  color: rgb(255, 255, 255);
}
body.simple-green-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span, body.simple-green-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:after, body.simple-green-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(255, 255, 255);
}
body.simple-green-bgd header.site-header.scrolled .langs-btn > div ul.nav-menu li a {
  color: rgb(255, 255, 255);
}
body.simple-blue-bgd header.site-header .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle span, body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle span:after, body.simple-blue-bgd header.site-header nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(12, 11, 94);
}
body.simple-blue-bgd header.site-header .langs-btn > div ul.nav-menu li a {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd header.site-header.scrolled .site-branding {
  left: 50px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header.scrolled .site-branding {
    left: 64px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header.scrolled .site-branding {
    left: 86px;
  }
}
body.simple-blue-bgd header.site-header.scrolled .site-branding .logo {
  background-position: 0 0;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 0;
  }
}
body.simple-blue-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle {
  color: rgb(255, 255, 255);
}
body.simple-blue-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span, body.simple-blue-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:after, body.simple-blue-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(255, 255, 255);
}
body.simple-blue-bgd header.site-header.scrolled .langs-btn > div ul.nav-menu li a {
  color: rgb(255, 255, 255);
}
body.home.simple-beige-bgd header.site-header .site-branding .logo {
  background-position: 0 0;
}
@media (min-width: 700px) {
  body.home.simple-beige-bgd header.site-header .site-branding .logo {
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  body.home.simple-beige-bgd header.site-header .site-branding .logo {
    background-position: 0 0;
  }
}
body.home.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle {
  color: rgb(255, 255, 255);
}
body.home.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span, body.home.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span:after, body.home.simple-beige-bgd header.site-header nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(255, 255, 255);
}
body.home.simple-beige-bgd header.site-header .langs-btn > div ul.nav-menu li a {
  color: rgb(255, 255, 255);
}
body.home.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
  background-position: 0 -70px;
}
@media (min-width: 700px) {
  body.home.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 -80px;
  }
}
@media (min-width: 1200px) {
  body.home.simple-beige-bgd header.site-header.scrolled .site-branding .logo {
    background-position: 0 -100px;
  }
}
body.home.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle {
  color: rgb(12, 11, 94);
}
body.home.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span, body.home.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:after, body.home.simple-beige-bgd header.site-header.scrolled nav.main-navigation button.menu-toggle span:before {
  background-color: rgb(12, 11, 94);
}
body.home.simple-beige-bgd header.site-header.scrolled .langs-btn > div ul.nav-menu li a {
  color: rgb(12, 11, 94);
}

body.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span, body.simple-blue-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span, body.simple-green-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span {
  -webkit-transition: none;
  transition: none;
}
body.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:before, body.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:after, body.simple-blue-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:before, body.simple-blue-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:after, body.simple-green-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:before, body.simple-green-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:after, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:before, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled button.menu-toggle span:after {
  background-color: rgb(255, 255, 255);
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 15px;
  width: 140px;
  height: 70px;
  margin-left: -70px;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding {
    width: 160px;
    height: 80px;
    margin-left: -80px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding {
    width: 200px;
    height: 100px;
    margin-left: -100px;
  }
}
body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
  background-position: 0 0 !important;
}
@media (min-width: 700px) {
  body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
    background-position: 0 0 !important;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.simple-green-bgd header.site-header nav.main-navigation.toggled .site-branding .logo, body.home.simple-beige-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
    background-position: 0 0 !important;
  }
}

body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 15px;
  width: 140px;
  height: 70px;
  margin-left: -70px;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding {
    width: 160px;
    height: 80px;
    margin-left: -80px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding {
    width: 200px;
    height: 100px;
    margin-left: -100px;
  }
}
body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
  background-position: 0 0 !important;
}
@media (min-width: 700px) {
  body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
    background-position: 0 0 !important;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd header.site-header nav.main-navigation.toggled .site-branding .logo {
    background-position: 0 0 !important;
  }
}

footer.site-footer.pad-middle {
  background-color: rgb(12, 11, 94);
  opacity: 1;
  position: relative;
  z-index: 1;
  padding: 30px 0 20px 0;
}
@media (min-width: 700px) {
  footer.site-footer.pad-middle {
    padding: 40px 0 20px 0;
  }
}
@media (min-width: 1024px) {
  footer.site-footer.pad-middle {
    padding: 60px 0 20px 0;
  }
}
footer.site-footer.pad-middle.is-visible {
  opacity: 1;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .footer-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer-menu.container {
  padding: 30px 20px 0 20px;
}
@media (min-width: 700px) {
  .footer-menu.container {
    padding: 40px 86px 0 86px;
  }
}
@media (min-width: 1024px) {
  .footer-menu.container {
    padding: 60px 114px 0 114px;
  }
}
.footer-menu .column {
  width: 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 480px) {
  .footer-menu .column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-menu .column {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .footer-menu .column ul.menu {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer-menu .column ul.menu {
    padding: 0 30px 0 0;
  }
}
.footer-menu .column ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 480px) {
  .footer-menu .column ul.menu li {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer-menu .column ul.menu li {
    font-size: 18px;
  }
}
.footer-menu .column ul.menu li a {
  color: rgb(255, 255, 255);
  display: block;
  margin: 0 0 30px 0;
  pointer-events: none;
  padding: 0 10px 0 0;
  width: 50%;
}
@media (min-width: 480px) {
  .footer-menu .column ul.menu li a {
    width: 100%;
  }
}
.footer-menu .column ul.menu li a:hover {
  color: rgb(248, 169, 141);
  text-decoration: underline;
}
.footer-menu .column ul.menu li ul.sub-menu {
  width: 50%;
}
@media (min-width: 480px) {
  .footer-menu .column ul.menu li ul.sub-menu {
    width: 100%;
  }
}
.footer-menu .column ul.menu li ul.sub-menu li {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .footer-menu .column ul.menu li ul.sub-menu li {
    font-size: 16px;
  }
}
.footer-menu .column ul.menu li ul.sub-menu li a {
  margin: 0 0 5px 0;
  pointer-events: initial;
  width: auto;
  display: inline-block;
  padding: 0;
}
@media (min-width: 480px) {
  .footer-menu .column ul.menu li ul.sub-menu li a {
    margin: 0 0 10px 0;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .footer-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-info.container {
  padding-top: 0;
}
.footer-info .column {
  /*width:100%;*/
  margin: 0 0 20px 0;
}
@media (min-width: 480px) {
  .footer-info .column {
    /*width:50%;*/
    margin: 20px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .footer-info .column {
    /*width:33.333%;*/
    margin: 35px 0 20px 0;
  }
}
@media (min-width: 1024px) {
  .footer-info .column {
    /*width:25%;*/
  }
}
.footer-info .column.logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
@media (min-width: 768px) {
  .footer-info .column.logo {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .footer-info .column.logo {
    width: 25%;
  }
}
.footer-info .column.logo a {
  display: block;
  margin-top: -30px;
}
.footer-info .column.logo a:hover {
  opacity: 0.8;
}
.footer-info .column.contact {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-info .column.contact {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-info .column.contact {
    width: 25%;
  }
}
.footer-info .column.contact a {
  color: rgb(255, 255, 255);
  margin: 5px 0 5px 0;
  display: block;
}
.footer-info .column.contact a:hover {
  text-decoration: underline;
}
.footer-info .column.social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 480px) {
  .footer-info .column.social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .footer-info .column.social {
    width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1024px) {
  .footer-info .column.social {
    width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-info .column.social a {
  font-size: 0;
  width: 50px;
  height: 40px;
  background-image: url("../images/social-icons.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-info .column.social a.facebook {
  background-position: 0 -5px;
}
.footer-info .column.social a.instagram {
  background-position: -50px -5px;
}
.footer-info .column.social a:hover.facebook {
  background-position: 0 -55px;
}
.footer-info .column.social a:hover.instagram {
  background-position: -50px -55px;
}
.footer-info .column.newsletter {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-info .column.newsletter {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-info .column.newsletter {
    width: 25%;
  }
}
.footer-info .column.newsletter p.title {
  font-size: 24px;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
  margin: 0 auto 5px auto;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .footer-info .column.newsletter p.title {
    margin: 0 0 5px 0;
    max-width: 200px;
  }
}
.footer-info .column.newsletter #mc_embed_signup {
  max-width: 300px;
  margin: 0 auto 0 auto;
}
@media (min-width: 1024px) {
  .footer-info .column.newsletter #mc_embed_signup {
    margin: 0;
    max-width: 200px;
  }
}
.footer-info .column.newsletter .mc-field-group {
  position: relative;
  height: 35px;
}
.footer-info .column.newsletter input {
  background-color: transparent;
  padding: 9px;
  position: absolute;
}
.footer-info .column.newsletter input[type=email] {
  border: 1px solid rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(255, 255, 255);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-right: 40px;
  z-index: 1;
}
.footer-info .column.newsletter input[type=submit] {
  border: 0;
  width: 30px;
  height: 24px;
  cursor: pointer;
  font-size: 0;
  right: 10px;
  top: 6px;
  cursor: pointer;
  z-index: 2;
  background-image: url(../images/newsletter-arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer-info .column.newsletter input.mce_inline_error {
  border-color: rgb(235, 51, 35) !important;
}
.footer-info .column.newsletter div.mce_inline_error {
  margin: 0 !important;
  padding: 10px 0 0 0px !important;
  font-size: 12px;
  background-color: transparent !important;
  color: rgb(235, 51, 35) !important;
  font-weight: 400 !important;
  position: absolute;
  top: 30px;
}
.footer-info .column.newsletter #mce-success-response {
  color: rgb(41, 179, 115);
  font-size: 13px;
  margin-top: 5px;
}
.footer-info .column.newsletter #mce-error-response {
  color: rgb(235, 51, 35);
  font-size: 13px;
  margin-top: 18px;
}
.footer-info .column.newsletter #mce-error-response a {
  display: block;
  font-weight: 700;
}
.footer-info .column.sponsor111 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .footer-info .column.sponsor111 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-info .column.sponsor111 {
    width: 25%;
  }
}
.footer-info .column.sponsor111 a {
  display: block;
  max-width: 134px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer-info .column.sponsor111 a {
    margin: 0;
  }
}
.footer-info .column.sponsor111 a:hover {
  opacity: 0.8;
}
.footer-info .column.sponsor111 span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.footer-bottom {
  font-size: 13px;
  line-height: 2em;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-bottom {
    /*flex-wrap:nowrap;*/
  }
}
@media (min-width: 1024px) {
  .footer-bottom {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer-bottom.container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-bottom .column {
  padding: 0;
}
.footer-bottom .column a {
  color: rgb(255, 255, 255);
}
.footer-bottom .column a:hover {
  text-decoration: underline;
}
.footer-bottom .sponsor {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .footer-bottom .sponsor {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-bottom .sponsor {
    width: 50%;
  }
}
.footer-bottom .sponsor a {
  display: block;
  /*max-width:134px;*/
  max-width: 300px;
  margin: 0 auto 20px auto;
}
@media (min-width: 1024px) {
  .footer-bottom .sponsor a {
    margin: 0 20px 0 0;
    max-width: 500px;
  }
}
.footer-bottom .sponsor a:hover {
  opacity: 0.8;
}
.footer-bottom .sponsor a .short-view {
  display: block;
}
@media (min-width: 1024px) {
  .footer-bottom .sponsor a .short-view {
    display: none;
  }
}
.footer-bottom .sponsor a .long-view {
  display: none;
}
@media (min-width: 1024px) {
  .footer-bottom .sponsor a .long-view {
    display: block;
  }
}
.footer-bottom .sponsor span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-bottom .sponsor span {
    text-align: left;
  }
}
.footer-bottom .menu-credits {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-bottom .menu-credits {
    width: 50%;
  }
}
.footer-bottom .menu-credits .menu {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-bottom .menu-credits .menu {
    /*width:40%;text-align:left;*/
  }
}
@media (min-width: 1024px) {
  .footer-bottom .menu-credits .menu {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
  }
}
.footer-bottom .menu-credits .menu ul {
  font-size: 0;
}
.footer-bottom .menu-credits .menu ul li {
  font-size: 13px;
  display: inline-block;
}
.footer-bottom .menu-credits .menu ul li:after {
  content: "/";
  margin: 0 10px;
}
.footer-bottom .menu-credits .menu ul li:last-child:after {
  content: none;
}
.footer-bottom .menu-credits .credits {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin: 0 0 40px 0;
}
.footer-bottom .menu-credits .credits span {
  display: block;
  text-align: center;
}
.footer-bottom .menu-credits .credits span:after {
  content: none;
}
@media (min-width: 768px) {
  .footer-bottom .menu-credits .credits {
    /*width:60%;text-align:left;*/
  }
}
@media (min-width: 1024px) {
  .footer-bottom .menu-credits .credits {
    text-align: left;
    margin: 0 0 5px 0;
  }
  .footer-bottom .menu-credits .credits span {
    display: inline;
    text-align: left;
  }
  .footer-bottom .menu-credits .credits span:after {
    content: " — ";
  }
}

body {
  background-color: rgb(231, 229, 212);
}
body.simple-beige-bgd {
  background-color: rgb(231, 229, 212);
}
body.simple-blue-bgd {
  background-color: rgb(46, 102, 215);
}
body.simple-green-bgd {
  background-color: rgb(41, 179, 115);
}

body.home .colored-carousel header h2 {
  color: rgb(255, 255, 255);
}
body.home .colored-carousel header h2 a {
  color: rgb(255, 255, 255);
}

body.page-template-visit-page .colored-carousel header h2 {
  color: rgb(229, 229, 229);
}
body.page-template-visit-page .colored-carousel header h2 a {
  color: rgb(229, 229, 229);
}

body.simple-beige-bgd .main-column h1.entry-title {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .main-column .entry-content p {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .main-column .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd .main-column .entry-content p a:hover {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .subsection:nth-child(odd) .info h2.entry-title {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .subsection:nth-child(odd) .entry-content p {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .subsection:nth-child(odd) .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd .subsection:nth-child(odd) .entry-content p a:hover {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .subsection:nth-child(even) .info h2.entry-title {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd .subsection:nth-child(even) .entry-content p {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd .subsection:nth-child(even) .entry-content p a {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .subsection:nth-child(even) .entry-content p a:hover {
  color: rgb(12, 11, 94);
}
body.simple-beige-bgd .variable-width-slider p.caption {
  color: rgb(46, 102, 215);
}
body.simple-beige-bgd .variable-width-slider p.caption:before {
  background-color: rgb(231, 229, 212);
}
@media (min-width: 700px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left 0;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left 0;
  }
}
@media (min-width: 1400px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left 0;
  }
}
@media (min-width: 700px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right 0;
  }
}
@media (min-width: 1200px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right 0;
  }
}
@media (min-width: 1400px) {
  body.simple-beige-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right 0;
  }
}
body.simple-beige-bgd table.table {
  border-color: rgb(12, 11, 94);
}
body.simple-beige-bgd table.table thead, body.simple-beige-bgd table.table th, body.simple-beige-bgd table.table td {
  color: rgb(46, 102, 215);
  border-color: rgb(12, 11, 94);
}
body.simple-blue-bgd .main-column h1.entry-title {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .main-column .entry-content p {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .main-column .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd .main-column .entry-content p a:hover {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .subsection:nth-child(odd) .info h2.entry-title {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .subsection:nth-child(odd) .entry-content p {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .subsection:nth-child(odd) .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd .subsection:nth-child(odd) .entry-content p a:hover {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .subsection:nth-child(even) .info h2.entry-title {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd .subsection:nth-child(even) .entry-content p {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd .subsection:nth-child(even) .entry-content p a {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .subsection:nth-child(even) .entry-content p a:hover {
  color: rgb(12, 11, 94);
}
body.simple-blue-bgd .variable-width-slider p.caption {
  color: rgb(229, 229, 229);
}
body.simple-blue-bgd .variable-width-slider p.caption:before {
  background-color: rgb(46, 102, 215);
}
@media (min-width: 700px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -30px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -40px;
  }
}
@media (min-width: 1400px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -50px;
  }
}
@media (min-width: 700px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -30px;
  }
}
@media (min-width: 1200px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -40px;
  }
}
@media (min-width: 1400px) {
  body.simple-blue-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -50px;
  }
}
body.simple-blue-bgd table.table {
  border-color: rgb(12, 11, 94);
}
body.simple-blue-bgd table.table thead, body.simple-blue-bgd table.table th, body.simple-blue-bgd table.table td {
  color: rgb(229, 229, 229);
  border-color: rgb(12, 11, 94);
}
body.simple-green-bgd .main-column h1.entry-title {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .main-column .entry-content p {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .main-column .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd .main-column .entry-content p a:hover {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .subsection:nth-child(odd) .info h2.entry-title {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .subsection:nth-child(odd) .entry-content p {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .subsection:nth-child(odd) .entry-content p a {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd .subsection:nth-child(odd) .entry-content p a:hover {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .subsection:nth-child(even) .info h2.entry-title {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd .subsection:nth-child(even) .entry-content p {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd .subsection:nth-child(even) .entry-content p a {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .subsection:nth-child(even) .entry-content p a:hover {
  color: rgb(12, 11, 94);
}
body.simple-green-bgd .variable-width-slider p.caption {
  color: rgb(231, 229, 212);
}
body.simple-green-bgd .variable-width-slider p.caption:before {
  background-color: rgb(41, 179, 115);
}
@media (min-width: 700px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -60px;
  }
}
@media (min-width: 1200px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -80px;
  }
}
@media (min-width: 1400px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-prev {
    background-position: left -100px;
  }
}
@media (min-width: 700px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -60px;
  }
}
@media (min-width: 1200px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -80px;
  }
}
@media (min-width: 1400px) {
  body.simple-green-bgd .variable-width-slider .slick-arrow.slick-next {
    background-position: right -100px;
  }
}
body.simple-green-bgd table.table {
  border-color: rgb(12, 11, 94);
}
body.simple-green-bgd table.table thead, body.simple-green-bgd table.table th, body.simple-green-bgd table.table td {
  color: rgb(231, 229, 212);
  border-color: rgb(12, 11, 94);
}

.events-carousel {
  /* Εκθέσεις */
  /* Κινηματογράφος  deleted */
  /* Χορός  deleted */
  /* Εκπαιδευτικά */ /* Για παιδιά */
  /* Θέατρο deleted */ /* Δραστηριότητες βουνού */
  /* Μουσική */ /* Πολιτιστικά δρώμενα */
  /* Αθλητικά δρώμενα */ /* V.Lab */
  /* Φεστιβάλ */ /* Μάθηση/Διαλέξεις */
  /* Ποδηλασία */ /* Αθλητικά δρώμενα */
  /* Πεζοπορία deleted  */
  /* 4x4 deleted  */
}
.events-carousel .event-cat-1 .cat a {
  color: #FCD1A9;
}
.events-carousel .event-cat-1 h2 a {
  color: #FFFFFF;
}
.events-carousel .event-cat-1 .date {
  color: #FFFFFF;
}
.events-carousel .event-cat-1 .bgd polygon {
  fill: #662D90 !important;
}
.events-carousel .event-cat-2 .cat a {
  color: #FCD1A9;
}
.events-carousel .event-cat-2 h2 a {
  color: #FFFFFF;
}
.events-carousel .event-cat-2 .date {
  color: #FFFFFF;
}
.events-carousel .event-cat-2 .bgd polygon {
  fill: #F06531 !important;
}
.events-carousel .event-cat-3 .cat a {
  color: #FFFFFF;
}
.events-carousel .event-cat-3 h2 a {
  color: #0C0B5E;
}
.events-carousel .event-cat-3 .date {
  color: #0C0B5E;
}
.events-carousel .event-cat-3 .bgd polygon {
  fill: #E478A0 !important;
}
.events-carousel .event-cat-4 .cat a {
  color: #FFFFFF;
}
.events-carousel .event-cat-4 h2 a {
  color: #0C0B5E;
}
.events-carousel .event-cat-4 .date {
  color: #0C0B5E;
}
.events-carousel .event-cat-4 .bgd polygon {
  fill: #FFCA31 !important;
}
.events-carousel .event-cat-5 .cat a {
  color: #CFEF9E;
}
.events-carousel .event-cat-5 h2 a {
  color: #0C0B5E;
}
.events-carousel .event-cat-5 .date {
  color: #0C0B5E;
}
.events-carousel .event-cat-5 .bgd polygon {
  fill: #29B373 !important;
}
.events-carousel .event-cat-6 .cat a {
  color: #0C0B5E;
}
.events-carousel .event-cat-6 h2 a {
  color: #FFFFFF;
}
.events-carousel .event-cat-6 .date {
  color: #FFFFFF;
}
.events-carousel .event-cat-6 .bgd polygon {
  fill: #F8A98D !important;
}
.events-carousel .event-cat-7 .cat a {
  color: #FFFFFF;
}
.events-carousel .event-cat-7 h2 a {
  color: #0C0B5E;
}
.events-carousel .event-cat-7 .date {
  color: #0C0B5E;
}
.events-carousel .event-cat-7 .bgd polygon {
  fill: #2FADC1 !important;
}
.events-carousel .event-cat-8 .cat a {
  color: #FCD1A9;
}
.events-carousel .event-cat-8 h2 a {
  color: #FFFFFF;
}
.events-carousel .event-cat-8 .date {
  color: #FFFFFF;
}
.events-carousel .event-cat-8 .bgd polygon {
  fill: #DB3A30 !important;
}
.events-carousel .event-cat-9 .cat a {
  color: #0C0B5E;
}
.events-carousel .event-cat-9 h2 a {
  color: #2E66D7;
}
.events-carousel .event-cat-9 .date {
  color: #2E66D7;
}
.events-carousel .event-cat-9 .bgd polygon {
  fill: #FFFFFF !important;
}
.events-carousel .event-cat-10 .cat a {
  color: #0C0B5E;
}
.events-carousel .event-cat-10 h2 a {
  color: #2E66D7;
}
.events-carousel .event-cat-10 .date {
  color: #2E66D7;
}
.events-carousel .event-cat-10 .bgd polygon {
  fill: #FFFFFF !important;
}
.events-carousel .event-cat-11 .cat a {
  color: #0C0B5E;
}
.events-carousel .event-cat-11 h2 a {
  color: #2E66D7;
}
.events-carousel .event-cat-11 .date {
  color: #2E66D7;
}
.events-carousel .event-cat-11 .bgd polygon {
  fill: #FFFFFF !important;
}

.filters-row .filters .cat-tabs .cat.event-cat-1 svg {
  fill: #662D90 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-1 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-2 svg {
  fill: #F06531 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-2 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-3 svg {
  fill: #E478A0 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-3 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-4 svg {
  fill: #FFCA31 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-5 svg {
  fill: #29B373 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-5 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-6 svg {
  fill: #F8A98D !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-7 svg {
  fill: #2FADC1 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-7 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-8 svg {
  fill: #DB3A30 !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-8 label {
  color: rgb(229, 229, 229);
}
.filters-row .filters .cat-tabs .cat.event-cat-9 svg {
  fill: rgb(229, 229, 229) !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-9 label {
  color: rgb(46, 102, 215);
}
.filters-row .filters .cat-tabs .cat.event-cat-10 svg {
  fill: rgb(229, 229, 229) !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-10 label {
  color: rgb(46, 102, 215);
}
.filters-row .filters .cat-tabs .cat.event-cat-11 svg {
  fill: rgb(229, 229, 229) !important;
}
.filters-row .filters .cat-tabs .cat.event-cat-11 label {
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-1 {
  background-color: #662D90;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-1 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-2 {
  background-color: #F06531;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-2 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-3 {
  background-color: #E478A0;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-3 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-4 {
  background-color: #FFCA31;
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-5 {
  background-color: #29B373;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-5 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-6 {
  background-color: #F8A98D;
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-7 {
  background-color: #2FADC1;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-7 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-8 {
  background-color: #DB3A30;
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-8 span {
  color: rgb(229, 229, 229);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-9 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-9 span {
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-10 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-10 span {
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-11 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}
.filters-row .filters .select2-container .select2-selection__rendered li.select2-selection__choice.cat.event-cat-11 span {
  color: rgb(46, 102, 215);
}

body.events-list .select2-dropdown ul li.cat.event-cat-1 {
  background-color: #662D90;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-2 {
  background-color: #F06531;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-3 {
  background-color: #E478A0;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-4 {
  background-color: #FFCA31;
}
body.events-list .select2-dropdown ul li.cat.event-cat-5 {
  background-color: #29B373;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-6 {
  background-color: #F8A98D;
}
body.events-list .select2-dropdown ul li.cat.event-cat-7 {
  background-color: #2FADC1;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-8 {
  background-color: #DB3A30;
  color: rgb(229, 229, 229);
}
body.events-list .select2-dropdown ul li.cat.event-cat-9 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}
body.events-list .select2-dropdown ul li.cat.event-cat-10 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}
body.events-list .select2-dropdown ul li.cat.event-cat-11 {
  background-color: rgb(255, 255, 255);
  color: rgb(46, 102, 215);
}

body.single-tribe_events.event-cat-1 .info-cell .bgd polygon {
  fill: #662D90 !important;
}
body.single-tribe_events.event-cat-1 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-1 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-1 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-1 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-1 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-1 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-1.svg);
}
body.single-tribe_events.event-cat-2 .info-cell .bgd polygon {
  fill: #F06531 !important;
}
body.single-tribe_events.event-cat-2 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-2 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-2 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-2 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-2 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-3 .info-cell .bgd polygon {
  fill: #E478A0 !important;
}
body.single-tribe_events.event-cat-3 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-3 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-3 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-3 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-3 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-4 .info-cell .bgd polygon {
  fill: #FFCA31 !important;
}
body.single-tribe_events.event-cat-4 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-4 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-info {
  color: rgb(12, 11, 94);
}
body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-4 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(12, 11, 94) !important;
}
body.single-tribe_events.event-cat-4 .info-cell .book-btn a {
  color: rgb(12, 11, 94);
}
body.single-tribe_events.event-cat-4 .info-cell .book-btn a span.icon polygon {
  fill: rgb(12, 11, 94) !important;
}
body.single-tribe_events.event-cat-4 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-4.svg);
}
body.single-tribe_events.event-cat-5 .info-cell .bgd polygon {
  fill: #29B373 !important;
}
body.single-tribe_events.event-cat-5 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-5 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-5 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-5 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-5 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-5 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-5.svg);
}
body.single-tribe_events.event-cat-6 .info-cell .bgd polygon {
  fill: #F8A98D !important;
}
body.single-tribe_events.event-cat-6 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-6 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-info {
  color: rgb(12, 11, 94);
}
body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-6 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(12, 11, 94) !important;
}
body.single-tribe_events.event-cat-6 .info-cell .book-btn a {
  color: rgb(12, 11, 94);
}
body.single-tribe_events.event-cat-6 .info-cell .book-btn a span.icon polygon {
  fill: rgb(12, 11, 94) !important;
}
body.single-tribe_events.event-cat-6 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-6.svg);
}
body.single-tribe_events.event-cat-7 .info-cell .bgd polygon {
  fill: #2FADC1 !important;
}
body.single-tribe_events.event-cat-7 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-7 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-7 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-7 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-7 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-7 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-7.svg);
}
body.single-tribe_events.event-cat-8 .info-cell .bgd polygon {
  fill: #DB3A30 !important;
}
body.single-tribe_events.event-cat-8 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-8 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-info {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-8 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-8 .info-cell .book-btn a {
  color: rgb(229, 229, 229);
}
body.single-tribe_events.event-cat-8 .info-cell .book-btn a span.icon polygon {
  fill: rgb(229, 229, 229) !important;
}
body.single-tribe_events.event-cat-8 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-8.svg);
}
body.single-tribe_events.event-cat-9 .info-cell .bgd polygon {
  fill: rgb(255, 255, 255) !important;
}
body.single-tribe_events.event-cat-9 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-9 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-info {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-9 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(46, 102, 215) !important;
}
body.single-tribe_events.event-cat-9 .info-cell .book-btn a {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-9 .info-cell .book-btn a span.icon polygon {
  fill: rgb(46, 102, 215) !important;
}
body.single-tribe_events.event-cat-9 .event-cat-icon:before {
  background-image: url(../images/icons/events/event-cat-9.svg);
}
body.single-tribe_events.event-cat-10 .info-cell .bgd polygon {
  fill: rgb(255, 255, 255) !important;
}
body.single-tribe_events.event-cat-10 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-10 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-info {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-10 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(46, 102, 215) !important;
}
body.single-tribe_events.event-cat-10 .info-cell .book-btn a {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-10 .info-cell .book-btn a span.icon polygon {
  fill: rgb(46, 102, 215) !important;
}
body.single-tribe_events.event-cat-11 .info-cell .bgd polygon {
  fill: rgb(255, 255, 255) !important;
}
body.single-tribe_events.event-cat-11 .info-cell .entry-header .cat, body.single-tribe_events.event-cat-11 .info-cell .entry-header .cat a, body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-title, body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-dates, body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-venue, body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-info {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-dates span.icon path, body.single-tribe_events.event-cat-11 .info-cell .entry-header .entry-venue span.icon path {
  fill: rgb(46, 102, 215) !important;
}
body.single-tribe_events.event-cat-11 .info-cell .book-btn a {
  color: rgb(46, 102, 215);
}
body.single-tribe_events.event-cat-11 .info-cell .book-btn a span.icon polygon {
  fill: rgb(46, 102, 215) !important;
}
.event-item.event-cat-1 .image .date {
  background-color: #662D90;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-1 .info h3 a {
  color: #662D90;
}
.event-item.event-cat-2 .image .date {
  background-color: #F06531;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-2 .info h3 a {
  color: #F06531;
}
.event-item.event-cat-3 .image .date {
  background-color: #E478A0;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-3 .info h3 a {
  color: #E478A0;
}
.event-item.event-cat-4 .image .date {
  background-color: #FFCA31;
  color: rgb(28, 25, 168);
}
.event-item.event-cat-4 .info h3 a {
  color: #FFCA31;
}
.event-item.event-cat-5 .image .date {
  background-color: #29B373;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-5 .info h3 a {
  color: #29B373;
}
.event-item.event-cat-6 .image .date {
  background-color: #F8A98D;
  color: rgb(28, 25, 168);
}
.event-item.event-cat-6 .info h3 a {
  color: #F8A98D;
}
.event-item.event-cat-7 .image .date {
  background-color: #2FADC1;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-7 .info h3 a {
  color: #2FADC1;
}
.event-item.event-cat-8 .image .date {
  background-color: #DB3A30;
  color: rgb(229, 229, 229);
}
.event-item.event-cat-8 .info h3 a {
  color: #DB3A30;
}
.event-item.event-cat-9 .image .date {
  background-color: rgb(46, 102, 215);
  color: rgb(229, 229, 229);
}
.event-item.event-cat-9 .info h3 a {
  color: rgb(46, 102, 215);
}
.event-item.event-cat-10 .image .date {
  background-color: rgb(46, 102, 215);
  color: rgb(229, 229, 229);
}
.event-item.event-cat-10 .info h3 a {
  color: rgb(46, 102, 215);
}
.event-item.event-cat-11 .image .date {
  background-color: rgb(46, 102, 215);
  color: rgb(229, 229, 229);
}
.event-item.event-cat-11 .info h3 a {
  color: rgb(46, 102, 215);
}

.visit_btn {
  background-color: rgb(46, 102, 215);
  left: -100%;
}
.visit_btn.is-visible {
  left: 0;
  z-index: 12;
}
@media (min-width: 700px) {
  .visit_btn {
    left: 0;
  }
}

.live_btn {
  background-color: rgb(41, 179, 115);
  left: -50%;
}
.live_btn.is-visible {
  left: 50%;
  z-index: 11;
}
@media (min-width: 700px) {
  .live_btn {
    left: auto;
    right: 0;
  }
  .live_btn.is-visible {
    left: auto;
  }
}

.visit_btn,
.live_btn {
  position: fixed;
  top: auto;
  bottom: 0;
}
@media (min-width: 700px) {
  .visit_btn,
  .live_btn {
    top: 0;
  }
}
.visit_btn.button,
.live_btn.button {
  width: 50%;
  height: 45px;
  font-size: 18px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.visit_btn.button.is-visible,
.live_btn.button.is-visible {
  z-index: 100;
}
@media (min-width: 700px) {
  .visit_btn.button.is-visible,
  .live_btn.button.is-visible {
    pointer-events: none;
  }
}
@media (min-width: 700px) {
  .visit_btn.button,
  .live_btn.button {
    width: 56px;
    height: 100vh; /*top:-100vh;*/
    top: 0;
    bottom: 0;
    font-size: 23px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .visit_btn.button.is-visible,
  .live_btn.button.is-visible {
    width: 56px;
  }
}
@media (min-width: 1200px) {
  .visit_btn.button,
  .live_btn.button {
    width: 64px;
    font-size: 26px;
  }
  .visit_btn.button.is-visible,
  .live_btn.button.is-visible {
    width: 64px;
  }
}
.visit_btn.button a,
.live_btn.button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: rgb(12, 11, 94);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.visit_btn.button span,
.live_btn.button span {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 700;
}
@media (min-width: 700px) {
  .visit_btn.button span,
  .live_btn.button span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    height: 28px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .visit_btn.button span,
  .live_btn.button span {
    height: 32px;
  }
}
@media (min-width: 700px) {
  .visit_btn.button.btn-hover a,
  .live_btn.button.btn-hover a {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 700px) {
  .visit_btn.button {
    left: -56px;
  }
  .visit_btn.button.is-visible {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .visit_btn.button {
    left: -64px;
  }
  .visit_btn.button.is-visible {
    left: 0;
  }
}

@media (min-width: 700px) {
  .live_btn.button {
    right: -56px;
  }
  .live_btn.button.is-visible {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .live_btn.button {
    right: -64px;
  }
  .live_btn.button.is-visible {
    right: 0;
  }
}

body:not(.home) .live_btn,
body:not(.home) .visit_btn {
  display: none;
}
@media (min-width: 700px) {
  body:not(.home) .live_btn,
  body:not(.home) .visit_btn {
    display: block;
  }
}

body:not(.home) .visit_btn {
  /*display:block;*/
  z-index: 100;
}
@media (min-width: 700px) {
  body:not(.home) .visit_btn {
    pointer-events: none;
    left: 0;
  }
}

body:not(.home) .live_btn {
  /*display:block;*/
  z-index: 100;
}
@media (min-width: 700px) {
  body:not(.home) .live_btn {
    pointer-events: none;
    right: 0;
  }
}

body.home svg.menuBulge {
  opacity: 0 !important;
  visibility: hidden !important;
}
body.home svg.menuBulge.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

header.site-header .anim {
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: -200px;
}
header.site-header .leaf {
  width: 120px;
  height: 110px;
  left: -60px;
  background-size: 100% 100%;
  background-image: url("../images/icons/menu/leaf.svg");
  -webkit-transition: opacity 0.1s ease-in 0.5s;
  transition: opacity 0.1s ease-in 0.5s;
}
@media (min-width: 700px) {
  header.site-header .leaf {
    width: 140px;
    height: 130px;
    left: 20px;
  }
}
header.site-header .leaf.is-visible {
  opacity: 1;
  top: 30vh;
  -webkit-transition: opacity 0.1s ease-in 0.2s;
  transition: opacity 0.1s ease-in 0.2s;
}
@media (min-width: 700px) {
  header.site-header .leaf.is-visible {
    top: 40vh;
  }
}
header.site-header .eye {
  width: 120px;
  height: 70px;
  right: -30px;
  background-size: 100% 100%;
  background-image: url("../images/icons/menu/eye.svg");
  -webkit-transition: opacity 0.1s ease-in 0.5s;
  transition: opacity 0.1s ease-in 0.5s;
}
@media (min-width: 700px) {
  header.site-header .eye {
    width: 250px;
    height: 140px;
    right: 20px;
  }
}
header.site-header .eye.is-visible {
  opacity: 1;
  top: 80vh;
  -webkit-transition: opacity 0.1s ease-in 0.2s;
  transition: opacity 0.1s ease-in 0.2s;
}
@media (min-width: 700px) {
  header.site-header .eye.is-visible {
    top: 70vh;
  }
}

header.site-header .anim.leaf,
header.site-header .anim.eye {
  display: none;
}

header.site-header .toggled .anim.leaf,
header.site-header .toggled .anim.eye {
  display: block;
}

footer.site-footer .anim {
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
footer.site-footer .leaf {
  width: 90px;
  height: 90px;
  right: 10px;
  background-size: 100% 100%;
  opacity: 1;
  background-image: url("../images/icons/footer/leaf.svg");
  top: 100%;
}
@media (min-width: 700px) {
  footer.site-footer .leaf {
    width: 120px;
    height: 120px;
    right: 100px;
  }
}
@media (min-width: 1400px) {
  footer.site-footer .leaf {
    width: 120px;
    height: 120px;
    right: 140px;
  }
}
footer.site-footer .nuts {
  width: 200px;
  height: 200px;
  right: -110px;
  position: absolute;
  opacity: 1;
  top: 100%;
}
@media (min-width: 700px) {
  footer.site-footer .nuts {
    width: 250px;
    height: 250px;
    right: 60px;
  }
}
@media (min-width: 1024px) {
  footer.site-footer .nuts {
    width: 250px;
    height: 250px;
    right: 80px;
  }
}
@media (min-width: 1400px) {
  footer.site-footer .nuts {
    width: 250px;
    height: 250px;
    right: 80px;
  }
}
footer.site-footer .nuts div {
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  position: absolute;
}
footer.site-footer .nuts .nut_1 {
  background-image: url("../images/icons/footer/nut_1.svg");
  right: 100px;
}
footer.site-footer .nuts .nut_2 {
  background-image: url("../images/icons/footer/nut_2.svg");
  right: 10px;
}
footer.site-footer.is-visible .anim .anim_inner_1 {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
footer.site-footer.is-visible .anim .anim_inner_2 {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
footer.site-footer.is-visible .leaf {
  opacity: 1;
  top: -50px;
}
@media (min-width: 700px) {
  footer.site-footer.is-visible .leaf {
    top: -70px;
  }
}
@media (min-width: 1400px) {
  footer.site-footer.is-visible .leaf {
    top: 150px;
  }
}
footer.site-footer.is-visible .nuts {
  opacity: 1;
  top: 70%;
}
@media (min-width: 700px) {
  footer.site-footer.is-visible .nuts {
    top: 70%;
  }
}
@media (min-width: 1024px) {
  footer.site-footer.is-visible .nuts {
    top: 45%;
  }
}
@media (min-width: 1400px) {
  footer.site-footer.is-visible .nuts {
    top: 55%;
  }
}

table.table {
  border: 4px solid rgb(12, 11, 94);
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 1024px) {
  table.table {
    border: 6px solid rgb(12, 11, 94);
  }
}
table.table thead td, table.table th {
  font-size: 22px;
  padding: 10px;
  line-height: 1.3em;
  color: rgb(229, 229, 229);
  text-align: left;
}
@media (min-width: 700px) {
  table.table thead td, table.table th {
    font-size: calc(25px + 3 * (100vw - 768px) / 1152);
    padding: 20px;
  }
}
@media (min-width: 1920px) {
  table.table thead td, table.table th { /* Prevent font scaling beyond this breakpoint */
    font-size: 30px;
  }
}
table.table thead {
  border-bottom: 4px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  table.table thead {
    border-bottom: 6px solid rgb(12, 11, 94);
  }
}
table.table tbody tr:first-child td {
  border-top: 0;
}
table.table th.st-head-row-main {
  display: none;
}
table.table td {
  border-top: 2px solid rgb(12, 11, 94);
  border-bottom: 2px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  table.table td {
    border-top: 3px solid rgb(12, 11, 94);
    border-bottom: 3px solid rgb(12, 11, 94);
  }
}
table.table td {
  font-size: 16px;
  padding: 10px;
  color: rgb(229, 229, 229);
  line-height: 1.3em;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 700px) {
  table.table td {
    font-size: calc(18px + 4 * (100vw - 768px) / 1152);
    padding: 20px;
  }
}
@media (min-width: 1920px) {
  table.table td { /* Prevent font scaling beyond this breakpoint */
    font-size: 22px;
  }
}
table.table td a {
  text-decoration: underline;
}
table.table td a:hover {
  text-decoration: none;
}
table.table td strong, table.table td b {
  font-weight: 700;
}
table.table.large-only {
  border-top: 4px solid rgb(12, 11, 94);
  border-bottom: 4px solid rgb(12, 11, 94);
  display: none;
}
@media (min-width: 1024px) {
  table.table.large-only {
    border-top: 6px solid rgb(12, 11, 94);
    border-bottom: 6px solid rgb(12, 11, 94);
    display: table;
  }
}
table.table.small-only {
  border-top: 0;
  border-bottom: 4px solid rgb(12, 11, 94);
  display: table;
}
@media (min-width: 1024px) {
  table.table.small-only {
    border-top: 0;
    border-bottom: 6px solid rgb(12, 11, 94);
    display: none;
  }
}
table.table.small-only th {
  border-top: 2px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  table.table.small-only th {
    border-top: 3px solid rgb(12, 11, 94);
  }
}
table.table.small-only th.st-head-row {
  border-top: 4px solid rgb(12, 11, 94);
}
@media (min-width: 1024px) {
  table.table.small-only th.st-head-row {
    border-top: 6px solid rgb(12, 11, 94);
  }
}
table.table.small-only tr td.st-key,
table.table.small-only tr td.st-val {
  width: 50%;
}
table.table.small-only td {
  border-top: 2px solid rgb(12, 11, 94);
  border-bottom: 0;
}
@media (min-width: 1024px) {
  table.table.small-only td {
    border-top: 3px solid rgb(12, 11, 94);
    border-bottom: 0;
  }
}

.menuBulge {
  position: fixed;
  background-color: #ccc;
  z-index: 99;
  background-color: transparent;
}
@media (max-width: 700px) {
  .menuBulge {
    display: none !important;
  }
}
.menuBulge.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .menuBulge.desktop {
    display: block;
  }
}
.menuBulge.scrolled {
  display: none;
}
.menuBulge.mobile {
  display: block;
}
@media (min-width: 1200px) {
  .menuBulge.mobile {
    display: none;
  }
}
.menuBulge.left {
  left: 0px;
}
.menuBulge.left path {
  fill: #2e66d7;
}
.menuBulge.right {
  right: 0px;
}
.menuBulge.right path {
  fill: #29b373;
}
.menuBulge:hover {
  cursor: pointer;
}

.transition-to-page {
  position: fixed;
  height: 100%;
  width: 0;
  background-color: #2e66d7;
  top: 0;
  z-index: 201;
}
.transition-to-page.left {
  left: 0;
  background-color: #2e66d7;
}
.transition-to-page.right {
  right: 0;
  background-color: #29b373;
}

.transition-to-page-mobile {
  position: fixed;
  height: 45px;
  width: 50%;
  background-color: #2e66d7;
  bottom: 0;
  z-index: 201;
}
.transition-to-page-mobile.left {
  left: 0;
  background-color: #2e66d7;
}
.transition-to-page-mobile.right {
  right: 0;
  background-color: #29b373;
}

.content-area {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.content-area.reveal-content {
  opacity: 1;
}

.lg-backdrop {
  background-color: rgba(46, 102, 215, 0.95);
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(46, 102, 215, 0.5);
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(46, 102, 215, 0.5);
}

.lg-outer .lg-thumb-outer {
  background-color: rgb(46, 102, 215);
}

.lg-outer .lg-toogle-thumb {
  background-color: rgb(46, 102, 215);
}

.lg-outer .lg-thumb-item {
  border-color: rgb(46, 102, 215);
}

#lg-counter {
  color: rgb(229, 229, 229);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent;
  color: rgb(229, 229, 229);
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: rgb(12, 11, 94);
}

.lg-toolbar .lg-icon,
.lg-outer .lg-toogle-thumb {
  color: rgb(229, 229, 229);
}

.lg-toolbar .lg-icon:hover,
.lg-outer .lg-toogle-thumb:hover {
  color: rgb(12, 11, 94);
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-toogle-thumb {
  width: 40px;
  right: 0;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active {
  border-color: rgb(229, 229, 229);
}

.lg-outer .lg-thumb-item:hover {
  border-color: rgb(12, 11, 94);
}

.lg-sub-html {
  padding: 10px 50px;
}
@media (min-width: 700px) {
  .lg-sub-html {
    padding: 10px 20%;
  }
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 1.3em;
}

/* Then style the iframe to fit in the container div with full height and width */
.container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}