/*
    Theme Name: Custom Theme
    Description: Custom Theme
    Version: 1.4.2
    Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}
body {
    font: 300 20px/1.6 '1976Sans', sans-serif;
    color: #323232;
}

.wpcf7-spinner,
.acf-map1 .gmnoprint,
.acf-map .gm-style-cc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.lang-wrap li:last-child:after,
.footer .bottom ul li:last-child:after,
.pagination,
.c-share__input,
.social-wrap.share.inline .addtoany_list a img {
    display: none;
}

.block {
    display: block;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
a {
    color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #323232;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}

.link {
    font-size: 16px;
    font-weight: 400;
    color: #5009B0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.link:hover {
    color: #5009B0;
}

.link svg {
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 1px;
}

.link svg path {
    fill: #5009B0;
}

input:focus {
    outline: 0;
    border: 1px solid #323232;
}

b, strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
    font-weight: 600;
    color: #B3002D;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
    display: inline-block;
}

h1,
.h1 {
    font-size: 70px;
}

.title {
    font-family: '1976Condensed';
    font-size: 110px;
    font-weight: 700;
    line-height: 1.1;
    color: #B3002D;
    letter-spacing: 0.1px;
}

h2,
.h2 {
    font-size: 60px;
}

h3,
.h3 {
    font-size: 46px;
}

h4,
.h4 {
    font-size: 40px;
}

h5,
.h5 {
    font-size: 36px;
}

h6,
.h6 {
    font-size: 32px;
}

h7,
.h7 {
    font-size: 24px;
}

p {
    margin: 0 0 40px;
}

blockquote {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    margin: 90px 0;
}

.subtitle {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.subtitle.small {
    font-size: 24px;
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-1-5 {
    letter-spacing: 1.5px;
}

.word-spacing {
    word-spacing: 100vw;
}

.font-size-14,
.tribe-common .tribe-common-b3 {
    font-size: 14px;
    line-height: 1.4;
}

.font-size-15 {
    font-size: 15px;
    line-height: 1.4;
}

.font-size-16 {
    font-size: 16px;
    line-height: 1.4;
}

.font-size-18 {
    font-size: 18px;
    line-height: 1.4;
}

.font-size-20,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b2:disabled {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
    line-height: 1.2;
}

.font-size-28 {
    font-size: 28px;
    line-height: 1.4;
}

.font-size-32 {
    font-size: 32px;
    line-height: 1.2;
}

.font-size-34 {
    font-size: 34px;
    line-height: 1.5;
}

.font-size-36 {
    font-size: 36px;
    line-height: 1.2;
}

.font-size-40 {
    font-size: 40px;
    line-height: 1.3;
}

.font-size-90,
.title.font-size-90 {
    font-size: 90px;
}

.font-size-140 {
    font-size: 130px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-16 {
    line-height: 1.6;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.color-B3002D {
    color: #B3002D;
}

.color-1E1964 {
    color: #1E1964;
}

.color-5009B0 {
    color: #5009B0;
}

.color-E6CF01 {
    color: #E6CF01 !important;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.btn-box:last-child,
.has-ul ul:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

.overflow {
    overflow: hidden;
}

.left {
    float: left;
}

.has-svg svg {
    display: inline-block;
    vertical-align: top;
    margin: 7px 7px 0 0;
}

.has-svg.last svg {
    margin: 7px 0 0 7px;
}

.has-ul > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.has-ul > ul li {
    position: relative;
    padding-left: 35px;
    margin: 0 0 5px;
}


.has-ul > ul li::before {
    content: '';
    background: url('img/img-li.png') no-repeat scroll center center transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 7px;
}

.has-ul.white > ul li::before {
    background-image: url('img/img-li-white.png');
}

.right {
    float: right;
}

.anchor {
    position: relative;
    top: -200px;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 20px 20px 0;
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #FCFCF5;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 30px;
    background: #5009B0;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.btn .bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5009B0;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn:hover .bg {
    transform: scale3d(1.1,1.1,1);
}

.btn .bg::before,
.btn .bg::after {
    content: '';
    position: absolute;
    background: #000;
}

.btn .bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
}

.btn:hover .bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.btn:hover .bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}

.btn .bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #FCFCF5;
    position: relative;
    padding: 17px 25px;
}

.btn:hover {
    color: #FCFCF5;
    border-color: #5009B0;
    background-color: #5009B0;
}

.btn.small span {
    font-size: 14px;
    padding: 10px 15px;
}

.btn.fullwidth {
    width: 100%;
}

.btn.white {
    color: #323232;
    background: #E6E6E6;
}

.btn.white span {
    color: #323232;
}

.btn.white:hover,
.btn.white:hover span {
    color: #E6E6E6;
}

.btn.white .bg {
    background: #E6E6E6;
}

.btn.current .bg {
    background: #5009B0;
}

.btn.current span {
    color: #fff;
}

.btn-box {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    background: #B3002D;
    color: #fff;
    padding: 12px 40px 20px 30px;
    margin: 0 0 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.btn-box svg {
    position: absolute;
    right: 30px;
    top: 25px;
}

.social-wrap {
    font-size: 0;
}

.social-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.social-wrap a:last-child {
    margin: 0;
}

.social-wrap.grey svg path {
    fill: #323232 !important;
}

.social-wrap.with-form {
    margin-top: 15px;
}

.social-wrap.with-form a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 3px 0 0 50px;
    margin: 0 0 20px;
}

.social-wrap.with-form a svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}

.social-wrap.with-form a.twitter {
    padding-top: 1px;
    margin: 0 0 15px;
}

.social-wrap.with-form a.twitter svg {
    width: 30px;
    height: 30px;
    left: 2px;
}

.social-wrap.with-form a.youtube {
    padding-top: 5px;
}

.social-wrap.with-form a.youtube svg {
    width: 40px;
    height: 40px;
    left: -2px;
}

body .addtoany_list {
    display: block;
    width: 45px;
    position: absolute;
    top: 0;
    left: -55%;
}

body .addtoany_list a {
    padding: 0;
}

.social-wrap.share.inline {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.bottom .btn ~ .social-wrap.share.inline {
    margin-left: 40px;
    line-height: 36px;
}

.social-wrap.share.inline .addtoany_list {
    position: relative;
    left: 0;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5009B0;
}

.c-share__toggler svg {
    margin-left: 5px;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon {
    transition: 0s;
    width: 0;
    height: 0;
    color: #639eff;
}

.social-wrap.share.inline .addtoany_list {
    position: absolute;
    background: #fff;
    width: 170px;
    padding: 15px 15px 5px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    top: 35px;
    z-index: 9;
}

.social-wrap.share.inline .c-share__input:checked ~ .addtoany_list {
    opacity: 1;
    visibility: visible;
}

.social-wrap.share.inline .addtoany_list a {
    display: block;
    margin: 0 0 10px;
}

.social-wrap.share.inline .addtoany_list a::before {
    content: '';
    font-size: 16px;
}

.social-wrap.share.inline .addtoany_list a.a2a_button_facebook::before {
    content: 'Facebook';
}

.social-wrap.share.inline .addtoany_list a.a2a_button_linkedin::before {
    content: 'LinkedIn';
}

.social-wrap.share.inline .addtoany_list a.a2a_button_twitter::before {
    content: 'Twitter';
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
}

.sticky-sidebar {
    will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
    display: block;
    position: relative;
    background: #000;
    border-radius: 10px;
}

.img-wrap img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.img-wrap.normal,
.img-wrap.normal img {
    width: auto;
    background: none;
    border-radius: 0;
}

.img-wrap.fit {
    height: 100%;
}

.img-wrap.fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.thumbminmax{
		min-height:120px;
	max-height:120px;
	
}
.img-wrap.as-bgr {
    border-radius: 0;
    padding: 120px 0;
    min-height: 850px;
}

.img-wrap.as-bgr .bgr {
    background: none no-repeat scroll center center transparent;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-wrap.as-bgr p {
    line-height: 2;
    margin: 40px 0 5px;
}

.img-wrap.as-bgr p:first-child {
    margin-top: 0;
}

.img-wrap.round,
.img-wrap.round img {
    border-radius: 50%;
}

.img-wrap.float-top-right {
    position: absolute;
    right: -150px;
    top: -300px;
}

.img-wrap.float-bottom-left {
    position: absolute;
    left: -150px;
    bottom: -300px;
}

.img-wrap.size-210 {
    max-width: 210px;
}

.img-wrap.size-300 {
    max-width: 300px;
}

.img-wrap.size-370 {
    max-width: 370px;
}

.as-bgr {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    overflow: clip;
}

.img-top-120 {
    margin-top: -120px;
}

.img-top-160 {
    margin-top: -160px;
}

.img-top-250 {
    margin-top: -250px;
}

.video-wrap.normal,
.video-wrap.normal .mejs-container,
.video-wrap.normal .mejs-poster,
.video-wrap.normal iframe,
.video-wrap.normal video {
    border-radius: 10px;
}

.video-wrap.normal .mejs-container .mejs-controls {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-wrap.round {
    overflow: hidden;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
    z-index: 99;
}

.mejs-container .mejs-overlay-button,
.mejs-container.mejs-overlay:hover > .mejs-overlay-button {
    background-image: url('img/icon-play2.png');
    background-size: cover;
    background-position: 0 0 !important;
    width: 69px;
    height: 88px;
}

.video-wrap.round .mejs-container .mejs-controls {
    opacity: 0 !important;
}

.as-sep {
    border-bottom: 1px solid #453F9B;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.btn-menu {
    background: url('img/icon-open.png') no-repeat scroll center center transparent;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
}

.btn-menu {
    background-image: url('img/icon-close.png');
    background-size: 90%;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
	font-family:'1976Sans';
	src:	url('fonts/1976Sans-LightWEB.woff')format('woff'),
			url('fonts/1976Sans-LightWEB.woff2')format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family:'1976Sans';
	src:	url('fonts/1976Sans-RegularWEB.woff')format('woff'),
			url('fonts/1976Sans-RegularWEB.woff2')format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'1976Sans';
	src:	url('fonts/1976Sans-MediumWEB.woff')format('woff'),
			url('fonts/1976Sans-MediumWEB.woff2')format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family:'1976Sans';
	src:	url('fonts/1976Sans-SemiBoldWEB.woff')format('woff'),
			url('fonts/1976Sans-SemiBoldWEB.woff2')format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family:'1976Condensed';
	src:	url('fonts/1976Condensed-BoldWEB.woff')format('woff'),
			url('fonts/1976Condensed-BoldWEB.woff2')format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family:'1976Sans';
	src:	url('fonts/1976Sans-BoldWEB.woff')format('woff'),
			url('fonts/1976Sans-BoldWEB.woff2')format('woff2');
	font-weight: 700;
	font-style: normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    max-width: 1480px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.wrapper.size-1600 {
    max-width: 1640px;
}

.wrapper.size-1120 {
    max-width: 1160px;
}

.wrapper.size-1630 {
    max-width: 1630px;
}

.wrapper.size-1540 {
    max-width: 1580px;
}

.wrapper.size-1730 {
    max-width: 1730px;
}

.wrapper.fullwidth {
    max-width: 100%;
    padding: 0;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.header:hover {
    background: #B3002D;
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown ease-in-out 0.6s both;
    background: #B3002D;
}

.header.stuck .nav {
    height: 80px;
}

.header.stuck .nav > ul > li > a {
    line-height: 80px;
}

.header .logo img {
    max-height: 100px;
}

.header.stuck .logo img {
    max-height: 75px;
}

.header .nav {
    height: 100px;
}

.header .nav > ul,
.header .nav > ul > li,
.header .nav > ul > li > a {
    height: 100%;
}

.header .nav > ul > li > a {
    display: block;
    line-height: 100px;
    border-bottom: 4px solid transparent;
    transition: none;
}

.header .nav > ul > li:hover > a {
    border-color: #fff;
}

.active-search .header .nav {
    position: relative;
}

.header .wrapper {
    position: static;
}

.header-wrap {
    position: relative;
    height: 960px;
    background: #B3002D;
    z-index: 9;
}

.header-wrap.normal {
    background-image: url('img/bgr-circle.png');
    background-position: top left;
    background-size: contain;
}

.image-overlap {
    display: block;
    position: relative;
    margin: -310px auto 0;
    z-index: 9;
    text-align: center;
}

.image-overlap.short {
    margin: -300px auto 0;
}

.header-wrap.flex.with-image {
    align-items: stretch;
}

.header-wrap.with-image .caption {
    text-align: center;
    margin: 60px auto 0;
}

.header-wrap.with-image h1 {
    font-size: 60px;
}

.header-wrap.size-auto {
    height: auto;
}

.header-wrap.size-700 {
    height: 700px;
}

.header-wrap.size-1275 {
    height: 1275px;
}

.header-wrap.fullscreen {
    height: 100vh;
    height: calc(100vh - 130px);
}

.header-wrap .bgr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header-wrap.slider .caption {
    height: 100%;
    align-items: flex-end;
    justify-content: normal;
    text-align: left;
    padding: 100px 0 240px;
}

.header-wrap.slider .caption .wrapper {
    padding: 50px;
}

.header-wrap.slider {
    background: #000;
    padding: 0;
}

.header-wrap.slider video {
    object-fit: cover;
}

.bgr-wrap {
    width: 100%;
    margin-top: 600px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(7,5,37,1) 24%, rgba(17,13,73,1) 100%);
    background: none;
    position: relative;
    z-index: 9;
    padding-bottom: 250px;
}

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.nav a {
    font-size: 20px;
    font-weight: 400;
}

.nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, .95);
    padding: 30px 0 0;
    transition: all 0.3s ease 0s;
    max-height: 0;
}

.nav li:hover .sub-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.nav .sub-menu li {
    position: relative;
    margin: 0 5% 30px 0;
    padding: 0 0 35px;
    min-height: 135px;
}

.nav .sub-menu li.width-21 {
    margin-right: 4%;
}

.nav .sub-menu li .svg {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.nav .sub-menu li a:hover .svg {
    left: 10px;
}

.nav .sub-menu p {
    font-size: 14px;
    color: #323232;
}

.nav .sub-menu > .flex > li.width-21 p {
    font-size: 18px;
}

.nav .sub-menu a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #B3002D !important;
}

.nav .sub-menu a p {
    font-size: 16px;
    font-weight: 300;
}

.nav .sub-menu a > span {
    display: block;
    white-space: nowrap;
    margin: 0 0 5px;
}
.nav .sub-menu li ul li a{  font-size: 16px!important;font-weight: 300;}

.lang-wrap {
    font-size: 0;
}

.lang-wrap ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px;
}

.lang-wrap li {
    display: inline-block;
    vertical-align: top;
}

.lang-wrap li::after {
    content: '/';
    padding: 0 3px;
}

.lang-wrap li a,
.lang-wrap li::after {
    font-size: 18px;
    font-weight: 400;
}

.lang-wrap .current-lang a {
    text-decoration: underline;
}

.footer {
    background: url('img/bgr-footer.png') no-repeat scroll bottom left #b3002d;
    padding: 160px 0 20px;
    position: relative;
    z-index: 9;
}

.footer.with-cta {
    background-position: top left;
}

.footer.normal {
    background-image: url('img/bgr-footer-normal.png');
}

.footer .top .menu > li > a {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer .top .menu a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 2px;
}

.footer ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .sub-menu {
    margin: 0 0 25px;
}

.footer .bottom > div {
    font-size: 0;
}

.footer .bottom ul,
.footer .bottom ul li {
    display: inline-block;
    vertical-align: top;
}

.footer .bottom ul li::after {
    content: '/';
    padding: 0 12px;
}

.footer .bottom p,
.footer .bottom a,
.footer .bottom ul li::after {
    font-size: 14px;
    font-weight: 400;
}

.sticky-card {
    background: #fff;
    border-radius: 10px;
    position: sticky;
    bottom: 5%;
    -webkit-box-shadow: 10px 14px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 14px 14px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 14px 14px 0px rgba(0,0,0,0.15);
}

.sticky-card.is-1 {
    z-index: 3;
    bottom: 15%;
}

.sticky-card.is-2 {
    z-index: 2;
}

.sticky-card.is-3 {
    z-index: 1;
}

.sticky-card .width-57 {
    padding: 100px 150px 100px 70px;
}

.sticky-card img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.card {
    display: block;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    margin-right: 30px;
    cursor: pointer;
}

.card.mr-0 {
    margin-right: 0;
}

.card .width-65 {
    padding: 5px 15px 0;
}

.card svg {
    position: absolute;
    right: 15px;
    top: 35px;
}

.card svg.plus {
    top: auto;
    bottom: 10px;
}

.card.vertical {
    padding: 0;
    margin: 30px 0 0;
}

.card.vertical .img-wrap,
.card.vertical .img-wrap img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card.vertical .content {
    padding: 18px 28px 22px;
}

.rotating-words {
    position: relative;
    overflow: clip;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rotating-heading:first-child {
    transform: translateZ(0);
}

.rotating-heading {
    position: absolute;
    transform: translate(0, -120%);
}

.blur-text h1 {
    width: 100%;
}

.popup-wrap {
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1E1964;
    z-index: 99;
    overflow: auto;
    padding: 0 0 40px;
    transition: all 0.3s ease 0s;
}

.popup-wrap.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-wrap .bgr {
    height: 310px !important;
    position: relative !important;
    margin: 0 0 50px;
}

.popup-wrap .btn-close-popup,
.popup-wrap .btn-close-popup-normal {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.slick-slider {
    font-size: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: 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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -100px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    opacity: 1;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    border-radius: 0;
    width: 54px;
    height: 54px;
    background: none;
    transform: none;
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover,
.arrows-hidden:hover .slick-arrow {
    opacity: 1;
}

.arrows-hidden .slick-arrow {
    opacity: 0;
}

.slick-next {
    right: 0;
}

.slick-prev {
    right: 62px;
}

.arrows-center .slick-arrow {
    left: 50%;
    margin-left: 37px;
}

.arrows-center .slick-prev {
    margin-left: -37px;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #FCFCF5;
    outline: none;
    background: none;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active {
    border-color: #5F57CC;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    border-color: #5F57CC;
    background: #5F57CC;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.dots-inside .slick-dots {
    bottom: 70px;
}

.dots-inside.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-vertical.slick-slider {
    overflow: visible;
    padding: 0;
    margin: 0;
}

.slick-vertical.slick-slider .slick-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
    top: 50%;
    right: -70px;
    transform: translate(0, -50%);
}

.slick-vertical.slick-slider .slick-dots li {
    margin: 8px 0;
}

.carousel-normal,
.carousel-normal .slick-list,
.carousel-normal .slick-track,
.carousel-normal .slick-slide,
.carousel-normal .slick-slide > div,
.carousel-normal .slide,
.carousel-normal .slide .bgr {
    height: 100%;
}

.carousel-12 img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.carousel-12 .slide {
    display: flex !important;
}

.carousel-12 .slide > div {
    padding: 0 25px;
}

.carousel-12 .slide > div:nth-child(6),
.carousel-12 .slide > div:nth-child(7),
.carousel-12 .slide > div:nth-child(8),
.carousel-12 .slide > div:nth-child(9),
.carousel-12 .slide > div:nth-child(10),
.carousel-12 .slide > div:nth-child(11),
.carousel-12 .slide > div:nth-child(12) {
    width: auto;
}

.carousel-4 .slick-list {
    overflow: visible;
    width: 100%;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.carousel-4 .slick-slide {
    text-align: left;
    margin-right: 28px;
}

.carousel-history .flex {
    font-size: 20px;
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
}

.carousel-history .flex .title {
    line-height: 1;
}

.carousel-auto-slide .slick-slide,
.carousel-auto-slide-reverse .slick-slide {
    margin: 0 15px;
    vertical-align: middle;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn) {
    color: #fff;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex.column {
    flex-direction: column;
}

.flex .grow {
    flex-grow: 1;
}

.flex.center {
    align-items: center;
}

.flex.justify {
    justify-content: center;
}

.flex.bottom {
    align-items: flex-end;
}

.section {
    padding: 80px 0;
    position: relative;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.section.bgr-red {
    background-color: #990027;
}

.section.bgr-normal {
    background-size: auto;
}

.section > .bgr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    background-repeat: no-repeat;
}

.section > .bgr.top {
    top: 0;
    transform: translate(-50%, 0);
}

.section > .bgr.top-left {
    left: 0;
    top: 0;
    transform: none;
}

.section > .bgr.bottom {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
}

.section.bgr-cover > .bgr {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    transform: none;
    background-size: cover;
    background-position: center center;
}

.section.bgr-cover > .bgr.height-700 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
}

.section.bgr-cover > .bgr.height-1000 {
    position: fixed;
    opacity: 0.7;
    height: 100vh !important;
    background-position: center top;
    transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section.bgr-cover > .bgr.active {
    opacity: 0.15;
}

.section > .bgr.as-img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.acf-map {
    width: 100%;
    height: 240px;
}

.acf-map.fullwidth {
    height: 800px;
}

.gm-style .gm-style-iw-c {
    box-shadow: none;
    border: 1px solid #C3C3C3;
}

.gm-style .gm-style-iw-c .caption {
    padding: 25px 20px 10px;
}

.gm-style .gm-style-iw-chr {
    position: absolute;
    right: -5px;
    top: -5px;
}

.tabs ul.horizontal {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
}

.tabs ul.horizontal li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
    margin-bottom: -1px;
}

.tabs ul.horizontal li a:hover,
.tabs ul.horizontal li.active a {
    color: #053d95;
    border-color: #00a8ff;
}

.accordion {
    border-bottom: 1px solid #453F9B;
}

.accordion .title {
    font-family: '1976Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4 !important;
    color: #E6CF01;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    padding: 25px 50px 25px 0;
    border-top: 1px solid #453F9B;
}

.accordion .title span {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 27px;
}

.accordion .title span svg {
    width: 100%;
    height: 100%;
}

.accordion .title span svg path {
    transition: all 0.3s ease 0s;
}

.accordion .title span svg .plus,
.accordion .title.active span svg .minus {
    opacity: 1;
    visibility: visible;
}

.accordion .title span svg .minus,
.accordion .title.active span svg .plus {
    opacity: 0;
    visibility: hidden;
}

.accordion .items {
    padding: 0 100px 30px 0;
}

.accordion .link {
    display: block;
    margin: 15px 0 25px;
}

.accordion .link:last-child {
    margin-bottom: 0;
}

.accordion .link svg {
    margin: -5px 5px 0 0;
}

.accordion .link svg path {
    fill: #fff;
}

.accordion.with-links .title {
    font-size: 36px;
    text-transform: none;
    padding: 60px 80px 60px 0;
}

.accordion.with-links p {
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}

.accordion.with-links .title span {
    top: 65px;
}

.accordion.with-links .link {
    font-size: 20px;
    font-weight: 500;
}

.accordion.positions {
    border-bottom: 2px solid #C3C3C3;
}

.accordion.positions .title {
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0;
    color: #323232;
    border-top: 2px solid #C3C3C3;
    transition: all 0.3s ease 0s;
}

.accordion.positions .title.active {
    color: #B3002D;
}

.accordion.positions .title .subtitle {
    display: inline-block;
    vertical-align: initial;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 30px;
}

.accordion.positions .title .subtitle:last-child {
    margin-right: 0;
}

.accordion.positions .title .subtitle svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.accordion.positions .items h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.accordion.positions .items ul {
    margin: 0 0 40px;
    padding: 0 0 0 20px;
}

.accordion.positions .side {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 25px 30px;
}

.accordion.positions .side p {
    font-size: 22px;
}

.accordion.positions .side .subtitle {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 18px;
}

.accordion.positions .items {
    padding: 10px 0 30px 0;
}

.sidebar {
    position: sticky;
    top: 120px;
    padding-bottom: 30px;
}

.sidebar.not-sticky {
    position: relative;
    top: 0;
}

.widget {
    border-top: 1px dashed #C3C3C3;
    padding-top: 25px;
    margin-top: 35px;
}

.widget:last-child {
    border-bottom: 1px dashed #C3C3C3;
    padding-bottom: 25px;
}

.widget-links a {
    display: block;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
}

.widget-links a.active {
    font-weight: 600;
}

.widget-links a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 12px;
    background: none;
    transition: all 0.3s ease 0s;
}

.widget-links a.active::before {
    background: #CC0033;
}

.as-grid > div {
    background: none no-repeat scroll center center transparent;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 25px 25px;
    min-height: 515px;
    margin: 1.5% 0 0;
}

.as-grid > div.compact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 340px;
}

.as-grid > div.compact .font-size-20 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
}

.as-cards-wrap {
    display: grid;
    grid-auto-rows: max-content;
    position: relative;
}

.as-cards-wrap > div.as-cards {
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
    min-height: 380px;
    padding: 60px 30px 25px;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
    transform: rotate(-30deg);
}

.as-cards-wrap > div.as-cards:nth-child(1) {
    transform: rotate(4deg);
}

.as-cards-wrap > div.as-cards:nth-child(2) {
    transform: rotate(-4deg);
}

.as-cards-wrap > div.as-cards:nth-child(3) {
    transform: rotate(-12deg);
}

.as-cards-wrap > div.as-cards:nth-child(4) {
    transform: rotate(-20deg);
}

.as-cards-wrap > div.as-cards p {
    line-height: 1.5;
}

.as-timeline p {
    position: relative;
    color: #C3C3C3;
    text-align: center;
    padding: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.as-timeline .slick-current p,
.as-timeline .slick-slide:hover p {
    color: #B3002D;
}

.as-timeline p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    border-bottom: 2px dashed #C3C3C3;
}

.as-timeline p::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #C3C3C3;
    border-radius: 50%;
    margin: 15px 0 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease 0s;
}

.as-timeline .slick-current p::after,
.as-timeline .slick-slide:hover p::after {
    background-color: #B3002D;
}

.as-box {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 30px;
    min-height: 250px;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.category-nav {
    font-size: 0;
    margin: 0 0 50px;
}

.category-nav a {
    margin-right: 12px;
    margin-bottom: 12px;
}

.category-nav a:last-child {
    margin-right: 0;
}

.category-nav .btn.small span {
    padding: 10px 20px;
}

.bubbles {
    position: relative;
    min-height: 800px;
}

.bubbles img {
    clip-path: circle();
    position: absolute;
    transition: all 0.3s ease 0s;
}

.bubbles.small {
    min-height: 400px;
}

.bubbles-inline .bubbles {
    position: static;
    min-height: auto;
}

.timeline-svg {
    position: absolute;
    left: 50%;
    top: -160px;
    transform: translate(-50%, 0);
    margin-left: 80px;
    z-index: -1;
}

.timeline-svg circle {
    transition: all 0.3s ease 0s;
}

.timeline-svg .active:nth-last-child(1 of .active) {
    stroke-opacity: 0.4;
}

.timeline {
    margin-top: 140px;
}

.timeline .img-wrap {
    display: inline-block;
    position: relative;
}

.timeline .img-wrap .bubble {
    position: absolute;
    width: auto;
    border-radius: 0;
}

.timeline .order {
    order: 100;
    margin-bottom: 60px;
    position: relative;
}

.timeline .order-1 {
    order: 2;
    margin-top: -70px;
}

.timeline .order-2 {
    order: 1;
    text-align: right;
    margin-left: -60px;
}

.timeline .order-3 {
    order: 4;
    margin-top: -150px;
    margin-right: -60px;
}

.timeline .order-4 {
    order: 3;
    text-align: right;
}

.timeline .order-5 {
    order: 6;
    margin-top: -120px;
}

.timeline .order-6 {
    order: 5;
    text-align: right;
    margin-left: -45px;
}

.timeline .order-7 {
    order: 8;
    margin-top: -100px;
    margin-right: -60px;
}

.timeline .order-8 {
    order: 7;
    text-align: right;
}

.timeline .order-2 .bubble {
    left: -85px;
    bottom: 65px;
}

.timeline .order-3 .bubble {
    right: -105px;
    top: 80px;
}

.timeline .order-6 .bubble {
    left: -90px;
    bottom: 50px;
}

.timeline .order-7 .bubble {
    right: -60px;
    top: 90px;
}

.timeline .order-8 .bubble {
    right: -25px;
    bottom: 10px;
}

.chart-items p {
    position: relative;
    padding-left: 45px;
    margin: 0 0 25px;
}

.chart-items p span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 50%;
}

.chart-items.horizontal {
    max-width: 1180px;
    margin: 0 auto;
    column-count: 3;
}

.chart-items.horizontal p span {
    border-radius: 0;
}

.highcharts-container {
    margin: 0 auto;
}

.highcharts-tooltip path {
    fill: none !important;
}

.highcharts-label text {
    font-family: '1976Sans', sans-serif !important;
}

#horizontal-chart-container {
    margin: -70px auto 70px;
}

#horizontal-chart-container .highcharts-series {
    position: relative;
}

#horizontal-chart-container .highcharts-series::after {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    background: #000;
}

.filters {
    font-size: 0;
    text-align: center;
    margin: 40px auto 33px;
}

.filters .btn {
    margin: 0 6px 12px;
}

.filters .btn.mixitup-control-active .bg {
    background-color: #5009B0;
}

.filters .btn.mixitup-control-active span {
    color: #fff;
}

.filters.text-left .btn {
    margin: 0 12px 12px 0;
}

/*------------------------------------*\
    Events Calendar
\*------------------------------------*/

.tribe-events-event-meta::before,
.tribe-events-event-meta.primary br {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 40px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
    background: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: none;
    border: 2px solid #323232;
    color: #323232;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
    background: #5009B0;
    border-color: #5009B0;
    color: #fff;
}

#tribe-events-pg-template {
    max-width: 100%;
    padding: 0;
}

.tribe-events-event-meta.primary {
    font-family: '1976Sans', sans-serif;
    font-size: 20px;
    color: #323232;
    background: #F7F7F7;
    max-width: 940px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 40px 40px;
}

.tribe-events-event-meta.primary a,
.tribe-events-event-meta.primary a:visited {
    color: #323232;
}

.tribe-events-event-meta.primary .flex {
    border-bottom: 1px solid #C3C3C3;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.tribe-events-event-meta.primary .flex:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.tribe-events-event-meta a.link,
.tribe-events-event-meta a.link:visited {
    color: #5009B0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search,
.tribe-events-calendar-month,
.tribe-events-calendar-list,
.tribe-events-calendar-day {
    background-color: #fff;
}

/*
.tribe-events-event-meta::before,
.tribe-events-event-meta.primary br {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 40px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
    background: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: none;
    border: 2px solid #323232;
    color: #323232;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
    background: #5009B0;
    border-color: #5009B0;
    color: #fff;
}

#tribe-events-pg-template {
    max-width: 100%;
    padding: 0;
}

.tribe-events-event-meta.primary {
    font-family: '1976Sans', sans-serif;
    font-size: 20px;
    color: #323232;
    background: #F7F7F7;
    max-width: 940px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 40px 40px;
}

.tribe-events-event-meta.primary a,
.tribe-events-event-meta.primary a:visited {
    color: #323232;
}

.tribe-events-event-meta.primary .flex {
    border-bottom: 1px solid #C3C3C3;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.tribe-events-event-meta.primary .flex:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.tribe-events-event-meta a.link,
.tribe-events-event-meta a.link:visited {
    color: #5009B0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search,
.tribe-events-calendar-month,
.tribe-events-calendar-list,
.tribe-events-calendar-day {
    background-color: #fff;
}*/
/*
 2025-07-18 Month view CSS changes 

.tribe-events-calendar-month {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #f4f4f4 !important;
}

.tribe-events-calendar-month .tribe-events-calendar-month__day-cell,
.tribe-events-calendar-month .tribe-common-b3 {
    width: 14.2%;
}

.tribe-events-calendar-month .tribe-events-calendar-month__day-cell {
    border-right: 1px solid #f4f4f4;
    min-height: 168px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
*/
/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #323232;
    border: 1px solid #fff;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 54px;
    padding: 15px 25px;
    border-radius: 10px;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    border: 1px solid #fff;
}

.wpcf7-not-valid {
    color: #df0000;
    border-color: #df0000;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-textarea {
    resize: vertical;
    height: auto;
}

.submit-wrap {
    overflow: hidden;
}

.submit-wrap span {
    float: right;
    margin: 8px 0 0;
}

.wpcf7-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    border: 0;
    outline: 0;
}

.wpcf7 .flex p {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.wpcf7 p {
    font-size: 14px;
    margin: 0 0 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #df0000;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: 1px solid #b02c1b;
    text-align: center;
    margin: 20px 0;
    padding: 9px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df0000;
    background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00a651;
}

.wpcf7.normal,
.wpcf7.with-cta {
    margin: 0 0 50px;
}

.wpcf7.normal h1,
.wpcf7.with-cta h1 {
    font-size: 24px;
    line-height: 1.6;
}

.wpcf7.normal h1 {
    margin: 0 0 10px;
}

.wpcf7.normal p,
.wpcf7.with-cta p {
    font-size: 18px;
    font-weight: 400;
}

.wpcf7.with-form {
    text-align: center;
    max-width: 1025px;
    margin: 0 auto 220px;
}

.wpcf7.with-form h1,
.cta-wrap h1 {
    font-family: '1976Condensed';
    font-size: 90px;
    font-weight: 700;
    margin: 0;
}

.wpcf7.with-form p,
.cta-wrap p {
    font-size: 28px;
    font-weight: 400;
}

.cta-wrap {
    margin-bottom: 130px;
}

.cta-wrap p {
    margin: 0 0 30px;
}

.wpcf7.with-form .flex {
    justify-content: center;
    margin-top: 25px;
}

.wpcf7.with-form label {
    width: 100%;
    max-width: 445px;
    margin-right: 20px;
}

.wpcf7.with-form .btn {
    width: auto;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
}

.chosen-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 30px;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.chosen-container-single .chosen-single div b {
    width: 15px;
    height: 9px;
    background-position: -118px -270px;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    background-clip: padding-box;
    height: 185px;
    padding: 10px 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 15px 20px;
    list-style: none;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

form.search {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 92%;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.btn-search {
    line-height: 1;
    margin: 4px 0 0 10px;
}

.btn-search svg path {
    fill: #fff;
}

.active-search form.search .btn-search svg path {
    fill: #323232;
}

.active-search form.search {
    opacity: 1;
    visibility: visible;
}

.search-input,
.search-input:focus,
.search-input:active {
    border: 2px solid #323232;
    padding-left: 50px;
    padding-right: 50px;
}

.search-submit {
    background: none;
    border: 0;
    outline: 0;
    position: absolute;
    left: 20px;
    top: 17px;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
}

form.search .btn-search {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    margin: 0;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #A5A5A5;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #A5A5A5;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #A5A5A5;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #A5A5A5
}

:placeholder-shown { /* Standard one last! */
    opacity: 1;
    color: #A5A5A5;
}

/* Simplebar */

[data-simplebar] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 185px;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    background: #dfdfdf;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #808080;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

/* Tooltip */

.tooltip {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #55555a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px 0 0 4px;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.82);
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.jBox-container {
    background: #55555a;
    border-radius: 4px;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-content {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #55555a;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
    width: 30px;
    height: 12px;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-top::after {
    left: 5px;
    top: 6px;
}

.jBox-pointer-bottom::after {
    left: 5px;
    bottom: 7px;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/

.links-underline a {
    text-decoration: underline;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.z-index-9 { z-index: 9; }

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

.gap { justify-content: initial; }

.gap-1 { gap: 0 1.5%; }

.gap-22 { gap: 0 2%; }

.gap-2 { gap: 0 2.5%; }

.gap-3 { gap: 0 3%; }

.gap-4 { gap: 0 4%; }

.gap-5 { gap: 0 5%; }

.gap-6 { gap: 0 6%; }

.gap-7 { gap: 0 7%; }

.gap-8 { gap: 0 8%; }

.gap-9 { gap: 0 9%; }

.gap-1 .width-24 { width: 23.8%; }

.gap-2 .width-31 { width: 31.6%; }

.gap-3 .width-31 { width: 31.3%; }

.max-width-1160 { max-width: 1160px; }

.max-width-1140 { max-width: 1140px; }

.max-width-940 { max-width: 940px; }

.max-width-890 { max-width: 890px; }

.max-width-700 { max-width: 700px; }

.max-width-center { margin-left: auto; margin-right: auto; }

.min-height-250 { min-height: 250px; }

.min-height-540 { min-height: 540px; }

.min-height-1000 { min-height: 1000px; }

.height-38 { height: 38px; }

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-29 { width: 29%; }

.width-30 { width: 30%; }

.width-31 { width: 31%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-48 { width: 48%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-69-5 { width: 69.5%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

.mt-auto { margin-top: auto; }

.mt-0 { margin-top: 0; }

.mt-3 { margin-top: 3px; }

.mt-5 { margin-top: 5px; }

.mt-10 { margin-top: 10px; }

.mt-15 { margin-top: 15px; }

.mt-20 { margin-top: 20px; }

.mt-25 { margin-top: 25px; }

.mt-30 { margin-top: 30px; }

.mt-35 { margin-top: 35px; }

.mt-40 { margin-top: 40px; }

.mt-45 { margin-top: 45px; }

.mt-50 { margin-top: 50px; }

.mt-55 { margin-top: 55px; }

.mt-60 { margin-top: 60px; }

.mt-65 { margin-top: 65px; }

.mt-70 { margin-top: 70px; }

.mt-75 { margin-top: 75px; }

.mt-80 { margin-top: 80px; }

.mt-85 { margin-top: 85px; }

.mt-90 { margin-top: 90px; }

.mt-95 { margin-top: 95px; }

.mt-100 { margin-top: 100px; }

.mt-120 { margin-top: 120px; }

.mt-140 { margin-top: 140px; }

.mt-150 { margin-top: 150px; }

.mt-160 { margin-top: 160px; }

.mr-10 { margin-right: 10px; }

.mr-30 { margin-right: 30px; }

.mb-0 { margin-bottom: 0; }

.mb-2 { margin-bottom: 2px; }

.mb-5 { margin-bottom: 5px; }

.mb-10 { margin-bottom: 10px; }

.mb-15 { margin-bottom: 15px; }

.mb-20 { margin-bottom: 20px; }

.mb-25 { margin-bottom: 25px; }

.mb-30 { margin-bottom: 30px; }

.mb-35 { margin-bottom: 35px; }

.mb-40 { margin-bottom: 40px; }

.mb-45 { margin-bottom: 45px; }

.mb-50 { margin-bottom: 50px; }

.mb-55 { margin-bottom: 55px; }

.mb-60 { margin-bottom: 60px; }

.mb-65 { margin-bottom: 65px; }

.mb-70 { margin-bottom: 70px; }

.mb-75 { margin-bottom: 75px; }

.mb-80 { margin-bottom: 80px; }

.mb-85 { margin-bottom: 85px; }

.mb-90 { margin-bottom: 90px; }

.mb-95 { margin-bottom: 95px; }

.mb-100 { margin-bottom: 100px; }

.mb-200 { margin-bottom: 200px; }

.mb-500 { margin-bottom: 500px; }

.pl-80 { padding-left: 80px; }

.pr-15 { padding-right: 15px; }

.pt-0 { padding-top: 0; }

.pt-5 { padding-top: 5px; }

.pt-10 { padding-top: 10px; }

.pt-15 { padding-top: 15px; }

.pt-20 { padding-top: 20px; }

.pt-25 { padding-top: 25px; }

.pt-30 { padding-top: 30px; }

.pt-35 { padding-top: 35px; }

.pt-40 { padding-top: 40px; }

.pt-45 { padding-top: 45px; }

.pt-50 { padding-top: 50px; }

.pt-55 { padding-top: 55px; }

.pt-60 { padding-top: 60px; }

.pt-65 { padding-top: 65px; }

.pt-70 { padding-top: 70px; }

.pt-75 { padding-top: 75px; }

.pt-80 { padding-top: 80px; }

.pt-85 { padding-top: 85px; }

.pt-90 { padding-top: 90px; }

.pt-95 { padding-top: 95px; }

.pt-100 { padding-top: 100px; }

.pt-120 { padding-top: 120px; }

.pt-130 { padding-top: 130px; }

.pb-0 { padding-bottom: 0; }

.pb-5 { padding-bottom: 5px; }

.pb-10 { padding-bottom: 10px; }

.pb-15 { padding-bottom: 15px; }

.pb-20 { padding-bottom: 20px; }

.pb-25 { padding-bottom: 25px; }

.pb-30 { padding-bottom: 30px; }

.pb-35 { padding-bottom: 35px; }

.pb-40 { padding-bottom: 40px; }

.pb-45 { padding-bottom: 45px; }

.pb-50 { padding-bottom: 50px; }

.pb-55 { padding-bottom: 55px; }

.pb-60 { padding-bottom: 60px; }

.pb-65 { padding-bottom: 65px; }

.pb-70 { padding-bottom: 70px; }

.pb-75 { padding-bottom: 75px; }

.pb-80 { padding-bottom: 80px; }

.pb-85 { padding-bottom: 85px; }

.pb-90 { padding-bottom: 90px; }

.pb-95 { padding-bottom: 95px; }

.pb-100 { padding-bottom: 100px; }

.pb-120 { padding-bottom: 120px; }

.pb-130 { padding-bottom: 130px; }

.pb-150 { padding-bottom: 150px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-height: 900px) {
    .sticky-card,
    .sticky-card.is-1 {
        position: relative;
        bottom: auto;
        margin: 0 0 40px;
        transform: none !important;
    }
}

@media only screen and (max-width: 1740px) {
    .video-wrap.round {
        width: 600px;
        height: 600px;
        left: 20px;
    }

    .slick-vertical.slick-slider .slick-dots {
        right: 0;
    }

    .slick-vertical.slick-slider .slide > .flex {
        padding-right: 40px
    }
}

@media only screen and (max-width: 1600px) {
    .mobile-1600-width-52 {
        width: 52%;
    }
    
    .mobile-1600-width-45 {
        width: 45%;
    }
	
	.nav li {
        margin: 0 7px;
    }

}

@media only screen and (max-width: 1460px) {
    .nav li {
        margin: 0 7px;
    }

    .lang-wrap ul {
        margin: 0 0 0 20px;
    }

    .mobile-1440-width-20 {
        width: 20%;
    }

    .mobile-1440-width-55 {
        width: 55%;
    }

    .img-wrap.float-top-right {
        max-width: 60%;
        top: -100px;
    }

    .img-wrap.float-bottom-left {
        max-width: 60%;
        bottom: -100px;
    }
}

@media only screen and (max-width: 1240px) {
	
	.nav a {
    font-size: 17px;
    font-weight: 400;
}
    .sticky-card .flex {
        align-items: stretch;
    }

    .nav .sub-menu .gap > li {
        margin: 0 4% 15px 0;
        min-height: auto;
        width: 46%;
    }

    .timeline .order-2,
    .timeline .order-3,
    .timeline .order-6,
    .timeline .order-7 {
        margin-left: 0;
        margin-right: 0;
    }

    .video-wrap.round {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 1140px) {
    .nav li:hover .sub-menu,
    br,
    .mobile-1140-hidden,
    .header .nav .sub-menu li.mobile-1140-hidden,
    .header .nav .sub-menu li a.svg,
    .nav .sub-menu p {
        display: none;
    }
    
    .btn-menu,
    .header .menu-item-has-children > a > span.toggle {
        display: block;
    }

    .header .nav,
    .header.stuck .nav {
        height: 60px;
    }

    .header .btn span {
        padding: 14px 25px;
    }
        
    .header .logo {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 100%;
        height: auto;
        max-width: 180px;
        text-align: center;
        transform: none;
        z-index: 9;
        transform: translate(0, -50%);
    }

    .nav .btn-search {
        position: absolute;
        right: 205px;
        top: 15px;
    }

    .active-search .header .nav {
        position: static;
    }

    .active-search .header form.search {
        z-index: 9;
        width: 98%;
        left: 1%;
    }
	
    .nav .btn-menu {
        display: block;
        background: url('img/icon-open.png') no-repeat scroll center center transparent;
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 17px;
        cursor: pointer;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .nav.active .btn-menu {
        background-image: url('img/icon-close.png');
        background-size: 90%;
    }

    .nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 99;
        background: #B3002D;
        text-align: left;
    }

    .nav.active > ul {
        display: block;
    }
	
    .nav > ul > li {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: #B3002D;
        padding: 0;
        margin: 0;
        text-align: left;
        border-top: 1px solid #e5e5e5;
    }

    .header a > span.toggle {
        background: url('img/icon-plus.png') no-repeat scroll center center transparent;
        background-size: 30px;
        width: 60px;
        height: 54px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header a > span.toggle.active {
        background-image:  url('img/icon-minus.png');
    }

    .nav > ul > li > a {
        display: block;
        padding: 10px 20px;
        height: auto;
    }

    .header .nav > ul,
    .header .nav > ul > li,
    .header .nav > ul > li > a {
        height: auto;
    }

    .header .nav > ul > li > a,
    .header.stuck .nav > ul > li > a {
        line-height: 1.7;
        border-bottom: 0;
    }

    body.active-header .header {
        background: #B3002D;
    }
	
    .header .nav .sub-menu {
        position: relative;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: left;
        top: 0;
        visibility: visible;
        opacity: 1;
        background: none;
        max-height: 100%;
        transition: none;
    }

    .nav .sub-menu a > span {
        margin: 0;
    }

    .header .nav .sub-menu .wrapper {
        padding: 0;
    }

    .header .nav .sub-menu li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e5e5e5;
        min-height: auto;
        width: 100%;
    }

    .header .nav .sub-menu li a {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #fff !important;
        padding: 10px 40px;
        margin: 0;
    }

    .mobile-1140-width-18 {
        width: 18%;
    }

    .mobile-1140-width-20 {
        width: 20%;
    }

    .mobile-1140-width-55 {
        width: 55%;
    }

    .mobile-1140-width-78 {
        width: 78%;
    }

    .mobile-1140-width-100 {
        width: 100%;
    }

    .mobile-1140-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-1140-mb-30 {
        margin-bottom: 30px;
    }

    .mobile-1140-mt-60 {
        margin-top: 60px;
    }

    .flex.mobile-1140-justify-right {
        justify-content: right;
    }

    .mobile-1140-pr-50 {
        padding-right: 50px;
    }

    .mobile-1140-pl-0 {
        padding-left: 0;
    }

    .mobile-1140-pt-0 {
        padding-top: 0;
    }

    .mobile-1140-text-center {
        text-align: center;
    }

    .mobile-1140-text-left {
        text-align: left;
    }

    .mobile-1140-order-1 {
        order: 1;
    }

    .mobile-1140-order-2 {
        order: 2;
    }

    .font-size-140 {
        font-size: 100px;
    }

    .header-wrap.slider .caption .wrapper {
        padding: 40px 20px;
    }

    .img-top-120,
    .img-top-160,
    .img-top-250 {
        margin-top: 0;
    }

    .sticky-card,
    .sticky-card.is-1 {
        position: relative;
        bottom: auto;
        margin: 0 0 40px;
    }

    .sticky-card .width-57 {
        padding: 30px;
    }

    .video-wrap.round {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .video-wrap.round,
    .video-wrap.round .mejs-container,
    .video-wrap.round .mejs-poster,
    .video-wrap.round iframe,
    .video-wrap.round video {
        border-radius: 0;
    }

    .img-wrap.float-top-right,
    .img-wrap.float-bottom-left {
        max-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        left: auto;
    }

    .min-height-540 {
        min-height: auto;
    }
	
	.mobile-1140-bubbles .bubbles {
		min-height: auto;
	}
	
	.mobile-1140-bubbles img[style*="width: 750px;"] {
		width: 400px !important;
		top: 0 !important;
		position: relative;
	}
	
	.mobile-1140-bubbles img[style*="width: 270px;"],
	.mobile-1140-bubbles img[style*="width: 300px;"] {
		width: 200px !important;
	}
	
	.mobile-1140-bubbles img[style*="width: 230px;"] {
		width: 130px !important;
		top: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
    .mobile-1024-width-100 {
        width: 100%;
    }

    .mobile-1024-width-48 {
        width: 48%;
    }

    .gap-1 .mobile-1024-width-48 {
        width: 49.2%;
    }

    .gap-2 .mobile-1024-width-48 {
        width: 48.7%;
    }

    .mobile-1024-text-left {
        text-align: left;
    }

    .mobile-1024-mb-30 {
        margin-bottom: 30px;
    }

    .as-grid > div {
        min-height: 300px;
        padding: 25px;
    }

    .chart-items.horizontal {
        column-count: 2;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-960-width-100 {
        width: 100%;
    }

    .mobile-960-mb-30 {
        margin-bottom: 30px;
    }
	
	.subtitle {
    font-size: 22px;
    
}
}

@media only screen and (max-width: 800px) {
    .mobile-800-hidden,
    .mobile-800-bubbles img {
        display: none;
    }

    .section[style*="padding-top: 80px;"],
    .section[style*="padding-top: 110px;"],
    .section[style*="padding-top: 120px;"],
    .section[style*="padding-top: 130px;"],
    .section[style*="padding-top: 150px;"],
    .section[style*="padding-top: 160px;"],
    .section[style*="padding-top: 180px;"],
    .section[style*="padding-top: 240px;"],
    .section[style*="padding-top: 330px;"],
    .section[style*="padding-top: 340px;"],
    .section[style*="padding-top: 400px;"],
    .pt-130 {
        padding-top: 40px !important;
    }

    .section[style*="padding-bottom: 80px;"],
    .section[style*="padding-bottom: 100px;"],
    .section[style*="padding-bottom: 120px;"],
    .section[style*="padding-bottom: 130px;"],
    .section[style*="padding-bottom: 140px;"],
    .section[style*="padding-bottom: 150px;"],
    .section[style*="padding-bottom: 180px;"],
    .section[style*="padding-bottom: 200px;"],
    .section[style*="padding-bottom: 250px;"],
    .section[style*="padding-bottom: 400px;"],
    .pb-130,
    .pb-150 {
        padding-bottom: 40px !important;
    }

    .section-quote[style*="padding-top: 400px;"] {
        padding-top: 100px !important;
    }
    
    .section-quote[style*="padding-bottom: 400px;"] {
        padding-bottom: 100px !important;
    }

    .mobile-800-pt-100,
    .header-wrap.normal {
        padding-top: 100px !important;
    }
    

    .mobile-800-pt-40 {
        padding-top: 40px;
    }

    .mobile-800-pt-20 {
        padding-top: 20px;
    }
    
    .mobile-800-width-100,
    .gap-2 .mobile-1024-width-48 {
        width: 100%;
    }
    
    .mobile-800-width-48 {
        width: 48%;
    }

    .gap-2 .mobile-800-width-48 {
        width: 48.7%;
    }

    .mobile-800-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-800-mb-30 {
        margin-bottom: 30px;
    }
    
    .mobile-800-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-800-mt-0 {
        margin-top: 0;
    }
    
    .mobile-800-text-left {
        text-align: left;
    }

    .mobile-800-text-center {
        text-align: center;
    }

    .mobile-800-no-bgr {
        background-image: none !important;
    }

    h1,
    .h1,
    .title,
    .font-size-140,
    .wpcf7.with-form h1,
    .cta-wrap h1,
    .font-size-90,
    .title.font-size-90,
    .header-wrap.with-image h1 {
        font-size: 40px;
    }

    h3.blur-text {
        font-size: 22px;
    }
	 p.blur-text {
        font-size: 16px;
    }

    h2,
    .h2,
    .font-size-40 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    .single-post .header-wrap.with-image h1 {
        font-size: 30px;
    }

    span[style*="font-size: 40px"] {
        font-size: 28px !important;
    }

    .font-size-36,
    blockquote {
        font-size: 26px;
    }
.font-size-28 {
    font-size: 23px;
}
	
	.font-size-22 {
    font-size: 18px;
}
	p {
    margin: 0 0 20px;
}
	
	.subtitle.small {
    font-size: 20px;
    line-height: 26px;
}
	.btn-box{
		font-size: 18px;
	}
    .header-wrap.size-1275 {
        height: 800px;
    }

    .header-wrap.slider .caption {
        padding: 40px 0;
    }

    .tribe-events-event-meta.primary {
        padding: 20px;
    }

    .footer {
        background-position: top left;
        padding: 40px 0 20px;
    }

    .footer.normal {
        background-position: bottom left;
    }

    .wpcf7.with-form,
    .cta-wrap {
        margin-bottom: 60px;
    }

    .mb-500 {
        margin-bottom: 200px;
    }

    .wpcf7.with-form label {
        max-width: 100%;
        margin-right: 0;
    }

    .wpcf7.with-form .btn {
        width: 100%;
    }

    .carousel-12 .slide > div {
        width: 30% !important;
        margin-bottom: 30px;
    }

    .sticky-card img {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .header-wrap,
    .header-wrap.size-700 {
        height: auto;
        padding-top: 100px !important;
    }

    .header-wrap.slider {
        padding-top: 0px !important;
    }

    .header-wrap.with-image .caption {
        margin: 80px auto 40px;
    }

    .image-overlap,
    .image-overlap.short {
        margin: 0 auto;
    }

    .img-wrap.as-bgr {
        min-height: auto;
    }

    .min-height-1000 {
        min-height: 500px;
    }

    .card.vertical .content {
        padding: 18px 15px 22px;
    }

    .bgr-wrap {
        padding-bottom: 40px;
    }

    .popup-wrap .bgr {
        height: 150px !important;
    }

    .height-38 {
        height: auto;
    }

    body .addtoany_list {
        width: 100%;
        position: relative;
        left: -17px;
        top: 0;
        margin: 0 0 20px;
    }

    .popup-wrap .btn-close-popup,
    .popup-wrap .btn-close-popup-normal {
        top: 10px;
        right: 10px;
        width: 40px;
    }

    .timeline .order {
        margin-top: 0;
        text-align: left;
    }

    .timeline .img-wrap.size-300,
    .timeline .img-wrap.size-370,
    .timeline .img-wrap.size-210 {
        max-width: 300px;
    }

    .chart-items.horizontal {
        column-count: 1;
    }

    .as-grid > div.compact .font-size-20 {
        font-size: 40px;
    }

    .as-grid > div.compact .font-size-24,
    .as-grid > div.normal > div {
        font-size: 18px;
    }

    .accordion.positions .title .subtitle {
        margin-right: 10px;
    }

    .accordion.with-links .title {
        padding: 60px 10px 60px 0;
    }

    .accordion .items {
        padding: 0 10px 30px 0;
    }

    .accordion.with-links .title span {
        right: -10px;
    }

    .social-wrap a {
        margin-right: 10px;
    }

    .social-wrap a svg {
        width: 33px;
    }

    .social-wrap a.twitter svg {
        width: 28px;
    }

    .rotating-words {
        height: 40px;
    }

    .section-quote {
        position: relative;
    }

    .section-quote .wrapper {
        position: static;
    }

    .mobile-800-bubbles img:nth-child(1),
    .mobile-800-bubbles img:nth-child(2),
    .mobile-800-bubbles img:nth-child(3),
    .mobile-800-bubbles img:nth-child(4) {
        display: block;
        width: 100px !important;
    }

    .mobile-800-bubbles img:nth-child(1) {
        /*top: 5px !important;*/
		bottom:-30px!important;
    }

    .mobile-800-bubbles img:nth-child(2) {
        top: 10px !important;
        left: 1% !important;
    }

    .mobile-800-bubbles img:nth-child(3) {
        top: auto !important;
        left: 5% !important;
        bottom: 10px !important;
    }

    .mobile-800-bubbles img:nth-child(4) {
        top: auto !important;
        left: auto !important;
        right: 10px !important;
        bottom: 5px !important;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
    .mobile-640-hidden,
    #horizontal-chart-container svg > path {
        display: none;
    }

    .mobile-640-width-100,
    .gap-2 .mobile-640-width-100,
    .gap-3 .mobile-640-width-100 {
        width: 100%;
    }

    .mobile-640-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-640-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-640-font-size-18 {
        font-size: 18px;
    }

    .header .btn {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .columns-scroll .column {
        transform: none !important;
    }

    .btn-box svg {
        width: 25px;
        right: 10px;
        top: 13px;
    }

    .as-grid > div {
        padding: 15px;
    }

    #pie-chart-container svg {
        display: block;
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }

    #pie-chart-container .highcharts-container {
        width: 100% !important;
        height: 400px !important;
    }

    .nav .btn-search {
        right: 60px;
    }
	
	.min-height-250{min-height:50px;}
	.wpcf7.with-form p, .cta-wrap p {
    font-size: 17px;
}
	.cta-wrap h1 {font-size: 33px;}
}

@media only screen and (max-width: 480px) {
    .mobile-480-width-100 {
        width: 100%;
    }

    .carousel-12 .slide > div {
        width: 48% !important;
    }
}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr,img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}