:root{
  font-size: 10px;
  background: #ededed;	
}

@media (min-width: 767px){
  :root{
     font-size: 12px; 	
  }
}

/* header */

body {background:#fff; font-family:"FlamaLight","Open Sans", arial, helvetica, sans-serif;}
a{color:#003d83; text-decoration:underline;}
a:hover{color:#2CBDC1 !important; text-decoration:none;}
a:active{color:#2CBDC1; text-decoration:underline;}
a:visited{color:inherit; text-decoration:underline;}
b, strong {
    font-weight: bolder;
    font-family: 'FlamaBlack';
}

header{
	margin: 0;
	padding: 0;
	/*background: #2dbec1; */
	/*background: -moz-linear-gradient(top, #2dbec1 0%, #27b4ba 100%, #22acb4 100%); */
	/*background: -webkit-linear-gradient(top, #2dbec1 0%,#27b4ba 100%,#22acb4 100%); */
	/*background: linear-gradient(to bottom, #2dbec1 0%,#27b4ba 100%,#22acb4 100%); */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbec1', endColorstr='#22acb4',GradientType=0 ); */
	position: fixed;
	width: 100%;
	z-index: 2;
  background: #fff
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .container {
    max-width: 100%;
  }
}

.clear {
    content: "";
    display: block;
    clear: both;
}

.logo{display:block;}
.logo img{display:block;}

p.bold { font-family: FlamaMedium }

/**/

.responsive-img{max-width:100%;}
.space-before-25p{padding-top:15px;}
.space-after-50p{padding-bottom:30px;}
.space-after-15m { margin-bottom: 15px; }
@media screen and (min-width: 768px) {
	.space-before-25p{padding-top:25px;}
	.space-after-50p{padding-bottom:50px;}
}

/* typography */
@font-face {
    font-family: 'FlamaMedium';
    src:url('../_fonts/Flama-Medium.eot#') format('eot'),
        url('../_fonts/Flama-Medium.woff') format('woff'),
        url('../_fonts/Flama-Medium.ttf') format('truetype'),
        url('../_fonts/Flama-Medium.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;
}	

@font-face {
    font-family: 'FlamaLight';
    src:url('../_fonts/Flama-Light.eot#') format('eot'),
        url('../_fonts/Flama-Light.woff') format('woff'),
        url('../_fonts/Flama-Light.ttf') format('truetype'),
        url('../_fonts/Flama-Light.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;
}	

@font-face {
    font-family: 'FlamaBlack';
    src: url('../_fonts/Flama-Black.eot');
    src: url('../_fonts/Flama-Black.woff') format('woff'),
        url('../_fonts/Flama-Black.ttf') format('truetype'),
        url('../_fonts/Flama-Black.svg#Flama-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FlamaCondensed';
    src: url('../_fonts/FlamaCondensed-Bold.eot');
    src: url('../_fonts/FlamaCondensed-Bold.woff') format('woff'),
        url('../_fonts/FlamaCondensed-Bold.ttf') format('truetype'),
        url('../_fonts/FlamaCondensed-Bold.svg#FlamaCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




h1 {
    font-family: FlamaMedium;
    font-size: 6.5em;
    line-height: 1em;
    color: #003C83;
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    letter-spacing: -1px;
}

p{
	font-size: 1.25rem;
    /*line-height: 1.75rem;*/
    margin: 0.75em 0;
}

p.intro, ul.intro li{
    font-family: FlamaLight;
    font-size: 1.5em;
    line-height: 1.15;
    color: #fff;
    text-align: left;
}
ul.intro {
	font-size: 1em;
	margin-left:0;
	padding-left:1.45em;
	list-style-type:disc;
	list-style-position:outside;
}
ul.intro li {margin-left:0; padding-left:0;}

.hline {display:block; margin:1em 0; background-color:#ccc; height:1px;}

.hline-blue{display:block; margin:2em 0; background-color:#003c83; height:1px;}

/* MainMenu */

ul.MainMenu{margin:0; padding:23px 0; list-style-type:none; text-align:right; font-size:1em; font-weight:bold;font-family: FlamaBlack; }
ul.MainMenu li{display:inline-block; padding:0.65em 1em; vertical-align:middle; position:relative; border-right: 1px solid; }
ul.MainMenu li:last-child { border: 0; margin-right: 0; padding-right: 0; }
ul.MainMenu li a{display:block; text-decoration:none; color:#003C83;}
ul.MainMenu li a:hover{text-decoration:none; color:#000;}
ul.MainMenu li a.current-page,
ul.MainMenu li a.current-page:hover{display:block; text-decoration:none; color:#fff;}
#desk-menu ul.MainMenu>li:before{content:"";border-left:1px solid #fff; height:1em; position:absolute; top:50%; left:-14px; margin-top:-0.5em;}
#desk-menu ul.MainMenu>li:first-child:before {display:none;}

#mob-menu ul.MainMenu {background-color:#2dbec1; background-color:rgba(45,190,193,0.9); text-align:center; padding:10px 0; font-size: 1.5em; border-bottom:1px solid #fff; height:100vh;}
#mob-menu ul.MainMenu li{display:block; margin:15px 0;}


#mob-menu .MainMenu{display:none;}
#desk-menu{display:block;}
.burger-click-region{display:block}
/*@media (min-width: 961px) {
  #mob-menu{display:none}
  #desk-menu{display:block}
}*/

.burger-menu {
	margin-top:10px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
#desk-menu { display: none; }

@media (min-width: 961px) {
  .burger-menu {display:none;}  
  #desk-menu { display: block; }
}

.burger-click-region {
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
  margin: 13px 0 0 0;
  padding: 0 13px;
  box-sizing: content-box;
}

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 2px solid #2cbdc1;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 4px;
}
.burger-menu-piece:nth-child(2) {
  top: 10px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.burger-menu-piece:nth-child(3) {
  top: 16px;
}
  
.active .burger-menu-piece:nth-child(1) {
  animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.active .burger-menu-piece:nth-child(3) {
  animation: burger-open-bot 400ms ease-out forwards;
}  
.closing .burger-menu-piece:nth-child(1) {
  animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  animation: burger-close-bot 400ms ease-out forwards;
}

@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 6px, 0);
  }
  100% {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
}

@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -6px, 0);
  }
  100% {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}

@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 6px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, -6px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* back to top */
.backTop {
  bottom: 90px;
  position: fixed;
  right: 15px;
  -webkit-transform: translateZ(0);
  z-index: 99;
  display: none;
}
.backTop a {
  background: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  font: 38px/46px FontAwesome;
  height: 51px;
  text-align: center;
  width: 51px;
  border: 2px solid #fff;
  box-shadow: 1px 2px 3px -1px #888888;
   color: #000;
}
.backTop a > span:before {
  content: "\f106";
}
.backTop a:hover {
  background: #fff;
  box-shadow: 2px 5px 8px -1px #888888;
  color: #000;
}


/* landing top */
.landing-top, .success-top {height:auto; width:100%; position:relative; z-index:auto; top:70px; margin-bottom: 15em; overflow: hidden;}
.success-top {background-color:#fff;}
/*.landing-top .roof-img {
    position: absolute;
    z-index: auto;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent url(../_images/bg.jpg) 50% 0% no-repeat;
    background-size: cover;
}*/


.placeholder-d { display: none; }
.placeholder-m { display: block; }

.landing-top { background: url(../_images/bg.jpg?v=2) no-repeat left center; background-size: cover; 
    display: flex;
    align-items: flex-start;
    padding-top: 9em;
    padding-bottom: 7em;
    flex-direction: column;
}

.landing-top::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: transparent;
    background: linear-gradient(0deg, rgb(0 0 0 / 65%) 0%, rgba(255, 255, 255, 0) 100%)
}
.landing-top.ty-page::before {
    height: 100%;
}
.landing-top.ty-page { width: 100%; background: url(../_images/bg.jpg) no-repeat center; background-size: cover; padding: 5em 0; box-sizing: content-box;}
.landing-top img { max-width: 100%; }
.landing-top { font-size: 0.65em; }
.landing-top .headline-container { position: relative; z-index: 1; width: 100%; text-align:center; }

.landing-top.ty-page .eprvakform_wrapper { margin-top: 3em; }

.landing-top h1 {
    /*position: absolute;*/
    /*top: 35px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    margin: 0;
    max-width: 29em;
    font-size: 3em;
    box-sizing: border-box;
    font-size: 4em;
    /* font-family: 'FlamaBlack'; */
    margin: 2em auto;
}
.landing-top h1.smaller {
  font-size: 3em;
}



.landing-top .headline * {
    text-align: center;
    color:  #fff;
    margin:  0;
}   
.landing-top .headline p {
    font-size: 2.35em;
    font-weight: bold;
    margin: 1em 0;
    text-transform: uppercase;
    font-family: 'FlamaMedium';
}
.landing-top .headline .headline-container {
    max-width: 101em;
    margin: 0 auto;
}

.landing-top .moreBelow { 
  font-size: 1.45em;
  width: 100%;
}
.landing-top .moreBelow span {
  font-size: 1.45em;
}
.landing-top .moreBelow p {
    font-weight: bold;
    color:  #fff;
    letter-spacing: 2px;
    font-family: 'FlamaMedium';
}



.landing-top.ty-page { min-height: auto; padding-bottom: 0; padding-top:0; font-size:2.85vw;}
.landing-top.ty-page .placeholder { display: none; }  
.separator {
    border-bottom: 2px solid #cdd4d8;
    max-width: 49em;
    margin: 4em auto;
}
.landing-top .ty-container { 
    width: 1200px; 
    max-width: 94%;
    position: relative; 
    left: 0; 
    top: 0; 
    right: 0; 
    margin: 0 auto; 
    height: 100%; 
    text-align: center; 
/*    padding: 0 3em 3em 3em;*/
}
.landing-top .ty-container .arrow-down-ty {
    display: none;
}
.landing-top .ty-logo { padding: 4em 0; }
.landing-top .ty-container .h2 { color: #fff; font-size: 3em; font-weight: bold; margin: 1em auto; font-family: 'FlamaBlack'; max-width: 18em; }
.landing-top .ty-container p,
.landing-top .ty-container a {
    color: #fff;
    font-size: 1.65em;
    max-width: 38em;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    /*text-decoration: none;*/
    display: block;
    line-height: 135%;
}
.landing-top .ty-container .boxes p {
/*        text-shadow: 0 0 7px #000;*/
}
.landing-top .ty-container a { margin-bottom: 1em; }
.landing-top .ty-container a:hover {
    text-decoration: underline;
}
.landing-top .ty-container p span {
    font-family: 'FlamaBlack';
}

.landing-top .headline h1, .landing-top .headline p { padding: 0 1rem; overflow: hidden; letter-spacing: 2px; }
.landing-top .headline h1 { padding-top: 1em }

.landing-top .ty-container .boxes {
    margin-top: 3em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    justify-items: center;
    margin-bottom: 2em;
    flex-direction: column;
}

.landing-top .ty-container .boxes .box {
    width: 100%;
    margin-bottom: 5em;
}
.landing-top .ty-container .boxes .box:last-child {
    margin: 0;
}
.landing-top .ty-container .boxes .box-icon {
    width: 8em;
    margin: 0 auto;
}
.landing-top .ty-container .boxes .box p {
    font-size: 1.85em;
    font-weight: bold;
    font-family: 'FlamaMedium'; 
    margin-bottom: 3em;
}

.landing-top .ty-container .box-content {
    position: relative;
    border: 1em solid #fff;
    padding: 2em;
    margin-top: 2em;
    background: rgb(63 24 18 / 47%);
}

.landing-top .ty-container .button {
    background-color: #2CBDC1;
    padding: 0.25em 0.5em;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0.45em;
}
.landing-top .ty-container .button:hover,
.landing-top .ty-container .button:active {
    opacity: 0.9;
    color: #fff !important;
    text-decoration: none;
}
.landing-top .ty-container .button.bottom {
    position: absolute;
    bottom: 1em;
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    width: fit-content;
}
.landing-top .campaign-logo {
    max-width: 32em;
    margin: 0 auto 2em auto;
    height: 31vh;
    min-height: 19em;
    max-height: 26em;
}
@media screen and (min-width: 768px) {
    .landing-top.ty-page { font-size:1em; }
    .landing-top .ty-container .arrow-down-ty { display: block; }
    .landing-top .ty-container .boxes { margin-top: 8em; }
    .landing-top, .success-top { margin-bottom: 70px; }
}
@media (min-width: 1000px) {
    .landing-top.ty-page { max-height: none;}
    .placeholder-d { display: block; }
    .placeholder-m { display: none; }
    .landing-top { background: url(../_images/bg.jpg) no-repeat left center; background-size: cover; font-size: 1em; min-height: 48em;
      height: 77vh; max-height: 60em; padding-bottom: 16em;
      /* min-height: 70vh;  */
    }
    .landing-top--end { padding-bottom: 9em; max-height: 52em; }
    .landing-top .moreBelow {  position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
    .landing-top.ty-page { min-height: 760px; height: auto;}
    .landing-top.ty-page { background: url(../_images/bg.jpg) no-repeat center; background-size: cover; }
    .landing-top .ty-logo { padding: 8em 0; }
    .landing-top .ty-container a { margin-bottom: 0.85em; }
    /* .landing-top .campaign-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 14rem;
        height: 27vh;
        max-height: 21.5em;
    } */
    .landing-top .campaign-logo img {
        max-height: 100%;
    }

    .landing-top .headline {
        padding: 0 1em;
        display: inline-block;
        margin: 0 auto;
    }
    .landing-top .headline h1, .landing-top .headline p { padding: 0; }
    .landing-top .ty-container .box-content { min-height: 25em; }
    .landing-top .ty-container .boxes { flex-direction: row; }
    .landing-top .ty-container .boxes .box { width: 52em; margin-right: 2em;}
    .landing-top .moreBelow p { font-size: 1.1em; }
}
@media (min-width: 1700px) {
    .landing-top h1 {
        font-size: 4em;
    }
}


/* footer */
footer {
    background: #EDEDED;
    margin-bottom: 0;
    padding: 1em 0;
    overflow: hidden;
}
footer .bottom .container {
    padding-top: 0px;
    /*border-top: 1px solid #003c83;*/
    margin-top: 3em;
    /*width: 80%;*/
    font-size: 1.15em;
    max-width: 1155px;
}
footer .bottom {
	color: #003C83;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 50px;
	font-weight: bold;
}  
footer .links a,
footer .secondary-links a {
    text-decoration: none;
    margin-right: 1em;
    margin-bottom: 0.25em;
}
footer .links a:last-child {
    margin-right: 0;
}
footer .secondary-links a {
    margin-right: 0;
}
footer .secondary-links {
    line-height: 125%;
}
footer .fb_iframe_widget iframe {
    width: auto !important;
    padding-left: 0 !important;
}
footer .fb_iframe_widget {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ft-social-icon {
	font-size: 30px;
	vertical-align: middle;
	color: #003d83;
	display: inline-block;
    /*margin-bottom: 0.45em;*/
}
.ft-social-icon:hover {
	color: #0099b8;
}

footer .social-links {
    text-align: right;
}

@media screen and (max-width: 768px) {
    footer .links { margin-bottom: 2em; }
    footer .links a {
        display: block;
        margin-bottom: 1em;
        margin-right: 0;
    }
    footer .fb_iframe_widget_fluid {
        display: block;
        width: 100%;
        margin: 0 !important;
        margin-top: 1em !important;
    }
    footer .social-links {
        text-align: left;
    }
}



/* modals */
.html-modal-open{
  overflow: hidden;
  height: 100%;
  margin: 0; 
}
/*.md-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
}*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.md-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.md-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2001;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/* Content styles */
.md-trigger{
	cursor: pointer;
}
.md-content {
  color: #4a6270;
  background-color: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding: 30px;
  max-width: 690px;
  min-width: 300px;
  text-align: center;
  overflow-y: hidden;
  box-sizing:border-box;
}
@media screen and(min-width:768px){
  .md-content {
    width: 600px; 
    margin: 30px auto;
  } 
}
.md-content > .modal-pin-wrapper {
	text-align: center;
	margin: 0;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
p.modal-title{
    color: #003d83;
    font-family: FlamaMedium;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: -1px;
    display: block;
}
p.label-p{
	font-weight: bold;
	text-align: left;
	font-size: 1.16666666em;
	line-height: 1.25;
	margin: 0.75em 0;
}
.md-container input{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.16666666em;
	line-height: 1.25;
    margin-bottom: 1em;
    border: 1px solid #bfbfbf;
}
.md-container select{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.16666666em;
	line-height: 1.25;
    margin-bottom: 1em;
    border: 1px solid #bfbfbf;
}
.md-container select option:first-child{
    color: #999;
}

label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	text-align: left;
	margin: 10px 0;
	font-size: 1.16666666em;
	margin-bottom: 15px;
}
/* radio custom */
/*.custom-checkbox { position: relative; }
input[type=radio] {position: absolute; right: 0; width: 1em; top: 0; opacity: 0; pointer-events: none;}
label.radio-label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	vertical-align: middle;
}
input[type=radio]:checked + label:before {
    content: "";
	background-color: #949494;
    text-align: center;
}
input[type=checkbox] {position: absolute; left: 0; width: 1em; top: 0; opacity: 0; pointer-events: none;}
label.checkbox-label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #4a6270;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
}*/

/* type submit */
input[type=submit] {
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #003c83;
    padding: 11px 12px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-style: normal;
    cursor: pointer;
    margin-top: 15px;
}
input[type=submit]:hover {
	background-color: #0099b8;
}

input[type=submit].disabled {
	background-color: #E8EBEC;
}

.errors{background-color:#d00; color:#fff; padding: 1em;}
.notification{background-color:#E8EBEC; color:#003c83; padding: 1em;}
.notification#check_email_notification{font-size: 1.125em; padding: 0.5em;
position:absolute; bottom:100%; left:15px; right:15px; height:auto; margin-bottom:-2em;}


#md-content-form .modal-title { margin: 0 0 0.5em 0;font-size:2.5em; line-height:1.15;}
.form-details p{font-size:1.16666666em; text-align:justify; margin: 0 0 0.75em 0; line-height:1.4;}
.fineprint p {font-size:1.0833333em; text-align:left; margin: 0 0 0.75em 0; line-height:1.4;}
.fineprint label {font-size:1.0833333em;}

/* modal-pin-wrapper */
@keyframes hover {
    50% {
        transform: translateY(-3px)
    }
    100% {
        transform: translateY(-6px)
    }
}
@keyframes hover-shadow {
    0% {
        transform: translateY(6px);
        opacity: .4
    }
    50% {
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        transform: translateY(6px);
        opacity: .4
    }
}
.hover-shadow {
    display: inline-block;
    position: relative;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;

    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}
.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: .3s;
    transition-property: transform opacity;
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}


/* cancel modal */
a.cancel-modal, a.blue-modal{
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 11px 12px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-style: normal;
    cursor: pointer;	
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
a.cancel-modal{
    color: #fff;
    background-color: #a5b1b8;
}
a.cancel-modal:hover{
	background-color: #bfbfbf;
	text-decoration: none;
}
a.blue-modal{
    color: #fff;
    background-color: #003c83;
}
a.blue-modal:hover{
	background-color: #0099b8;
	text-decoration: none;
}

/* arrow blue modal */
a.blue-arrow{
	position:relative;
    font-family: inherit;
    font-weight: 700;
    font-size: 1em;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #003c83;
    padding: 0.7em 2em 0.7em 0.7em;
    border: 0;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-style: normal;
    cursor: pointer;	
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
a.blue-arrow:hover{
	background-color: #0099b8;
	text-decoration: none;
}
a.blue-arrow span.fa{
	display: block;
	position: absolute; right:0.7em; top:50%; margin-top: -0.5em; line-height:1em;
}

/* Modal Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* map */
.landing-map{
	position: relative;
  overflow: hidden;
}
.pin-map{
	/*position: absolute;*/
	height: 100%;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pin-map-tooltip-close{font-size: 1.5em; line-height: 1em; color:#fff; font-weight:normal;}
#map{
	height: 400px;height: 70vh;
	width: 100%;
	/*margin: 0 10% 0 10%;*/
  margin: 0;
}
.touch #map {width:100%; margin:0;}

/* cancel modal */
a.pin-map-done{
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background-color: #FF0014;/*#e3699a*/
    padding: 1.25em 3em;
    border: 0;
    text-transform: uppercase;
    transition: all .2s ease;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
    position:absolute;
    bottom: 2em;
    left: 50%;
    min-width: 5em;
    /*margin-left: -5.5em;*/
    margin-left: -6.25em;
    display: block;
    z-index:auto;
}
@media screen and (min-height: 768px){
  a.pin-map-done{
    bottom: 15em;  
  } 
}
a.pin-map-done:hover{
	background-color: #a5b1b8;
	text-decoration: none;
}

.inputFieldStyled{
	display: block;	
	width: 100%;
	padding: 10px;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 15px;
	border: 1px solid #bfbfbf;
}

.moreBelow {
    font-size: 2em;
    cursor: pointer;
    text-align: center;
}

.scroll-down {
    position: relative;
/*    width: 5em;*/
    height: 4.8em;
    margin: 0 auto;
    background-size: cover;
    color: #003C83;
    transition: color 0.3s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0.4em 2.4em 0 1em;
    font-family: 'FlamaMedium';
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0.45em;
    animation:nudgeMouse 5s ease-out infinite;
}
.scroll-down:hover,
.scroll-down:focus {
  color: #fff;
}

@media screen and (min-width:960px){
  .scroll-down{display:block;}
}
@keyframes nudgeMouse{0%,30%,60%,90%{transform:translateY(0)}20%,50%,80%{transform:translateY(8px)}}

.close-m{
  color: #fff!important;
  background-color: #ff0000!important;
  display: inline-block!important;
  position: absolute!important;
  top: 20px!important;
  right: 20px!important;
  margin: 0!important;
  width: 35px!important;
  height: 35px!important;
  line-height: 35px!important;
  padding: 0!important;
  border-radius: 100%;
  font-weight: bold!important;
}
.close-m:hover{
  background-color: #a9a9a9!important; 
}


/* 31.03.2021 Embed form */
.campaign-intro {
  margin: 2em auto;
  max-width: 83em;
  margin-bottom: 3em;
}
.campaign-intro--end {
  max-width: 103em;
}
.campaign-intro h2 {
  color: #2CBDC1;
  font-size: 1.85714285714em;
  font-family: 'FlamaBlack';
}
.campaign-intro .bold {
  font-weight: bold;
  font-family: 'FlamaMedium';
}
.campaign-intro p {
    color: #003C83;
    font-size: 1.45714285714em;
    font-family: 'FlamaLight';
    font-weight: 600;
}
.campaign-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4em auto;
    max-width: 56.25em;
    gap: 1rem;
}
.campaign-buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 2em 2em;
    text-transform: uppercase;
    background-color: #1e4280;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 1.15em;
    line-height: 1.25em;
}

.campaign-winners-container a {
  color: #000;
  text-decoration: none;
}
.campaign-winners-container p {
  font-size: 1.75em;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
  margin-bottom: 2em;
}
.campaign-winners-container .separator {
  max-width: 60em;
}
.campaign-winners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.campaign-winners p {
  margin: 0 auto 0.25em auto;
}
.campaign-winners .campaign-winner-image {
  width: 100%;
  max-width: 30em;
  margin: 0 auto;
  margin-bottom: 3em;
}
.campaign-winners .campaign-winner {
  flex: 1 auto;
  text-align: center;
  margin: 1em auto;
  max-width: 100%;
}


@media screen and (min-width: 768px) {
    .campaign-intro h2 { font-size: 2.85714285714em;}
}


#eprvakform_wrapper_prizegame2021slo {
    max-width: 1000px;
    padding: 0 2em;
    margin: 0 auto;
    margin-bottom: 4em;
    padding-bottom: 2em;
    border-bottom: 1px dashed;
}

.eprvakform_wrapper { margin: 10px auto !important; }

#eprvakform_wrapper_prizegame2021slo .eprvakform-field-1,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-2,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-3,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-4,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-5 {
  width: 48%;
  display: inline-block;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-6,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-7 {
  display: inline-block;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-6 {
  width: 16%;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-7 {
  width: 30.5%;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-1,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-3,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-5,
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-6 {
  margin-right: 1%;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-field-8 > label:first-child {
  font-size: 1.45em;
  font-family: 'FlamaBlack';
}
#eprvakform_wrapper_prizegame2021slo #eprvakform_prizegame2021slo_kdaj_planirate__prekrivat {
  display: block;
  width: 100%;
}
#eprvakform_wrapper_prizegame2021slo .eprvakform-label {
  font-family: 'FlamaMedium';
  padding-left: 0;
}


#eprvakform_wrapper_prizegame2021slo .eprvakform-radiogrp-label {
  padding-right: 1.25em;
  margin-right: 2em;
}
#eprvakform_wrapper_prizegame2021slo input[type="radio"],
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  padding: 0;
  right: 0;
}
#eprvakform_wrapper_prizegame2021slo input[type="radio"]:before,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:before {
    content: '';
    margin-top: -4px;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 2px solid #003c83;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-left: -2px;
}
#eprvakform_wrapper_prizegame2021slo input[type="radio"]:after,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:after {
    content: '';
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
#eprvakform_wrapper_prizegame2021slo input[type="radio"]:checked:before,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:checked:before {
    background: #003c83;
    border-color: #003c83;
    box-shadow: inset 0px 0px 0 3px #fff;
}
#eprvakform_wrapper_prizegame2021slo input[type="radio"]:checked:after,
#eprvakform_wrapper_prizegame2021slo input[type="radio"]:hover:after,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:checked:after,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:hover:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 1px;
    left: 3px;
    right: 0;
    border-radius: 50%;
    background: #003c83;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"] {
   right: auto;
   left: 0;
    top: 45%;
    transform: translateY(-50%);
}
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:before,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:checked:after,
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:hover:after {
    border-radius: 0;
    transform: scale(0.8);

}
#eprvakform_wrapper_prizegame2021slo .eprvakform-checkboxgrp-label {
    padding-left: 2em;
    font-family: 'FlamaLight';
    font-weight: 600;
}
#eprvakform_wrapper_prizegame2021slo input[type="checkbox"]:before {
    transform: scale(0.8);
}

#eprvakform_wrapper_prizegame2021slo #eprvakform_input_prizegame2021slo_prijavi {
  margin-bottom: 1em;
}

#eprvakform_wrapper_prizegame2021slo .eprvakform-button-wrapper {
    text-align: center;
}

#eprvakform_wrapper_polandautumn2021 .eprvakform-row { text-align: left !important; }

@media screen and (max-width: 768px) {
    #eprvakform_wrapper_prizegame2021slo .eprvakform-row,
    #eprvakform_wrapper_prizegame2021slo .eprvakform-radiogrp-label {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }
    #eprvakform_wrapper_prizegame2021slo .eprvakform-radiogrp-label {
        width: 12em;
        display: block;
    }
    #eprvakform_wrapper_prizegame2021slo .eprvakform-field-6 {
        width: 31%;
        margin-right: 1%;
    }
    #eprvakform_wrapper_prizegame2021slo .eprvakform-field-7 {
        width: 66.5%;
    }
    #eprvakform_wrapper_polandautumn2021 .ema-inline-radio { display: block !important; margin-left: 0 !important; }
}
@media screen and (max-width: 468px) {
    #eprvakform_wrapper_prizegame2021slo .eprvakform-field-6,
    #eprvakform_wrapper_prizegame2021slo .eprvakform-field-7 {
        margin-right: 0;
        width: 100%;
    }
}
