@charset "UTF-8";

@font-face{
font-family:'Roboto';src:local("Roboto"),url(/assets/fonts/roboto.woff2) format("woff2"),url(/assets/fonts/roboto.woff) format("woff");font-display:swap;}

@font-face{font-family:'Roboto Black';src:local("Roboto-Black"),url(/assets/fonts/roboto-black.woff2) format("woff2"),url(/assets/fonts/roboto-black.woff) format("woff");font-display:swap;}

@font-face{font-family:'Roboto Bold';src:local("Roboto-Bold"),url(/assets/fonts/roboto-bold.woff2) format("woff2"),url(/assets/fonts/roboto-bold.woff) format("woff");font-display:swap;}

@font-face{font-family:'Roboto Italic';src:local("Roboto-Italic"),url(/assets/fonts/roboto-italic.woff2) format("woff2"),url(/assets/fonts/roboto-italic.woff) format("woff");font-display:swap;}

@font-face{font-family:'Roboto Black Italic';src:local("Roboto-Black-Italic"),url(/assets/fonts/roboto-blackitalic.woff2) format("woff2"),url(/assets/fonts/roboto-blackitalic.woff2) format("woff");font-display:swap;}

@font-face{font-family:'Roboto Slab';src:local("RobotoSlab-Bold"),url(/assets/fonts/robotoslab-bold.woff2) format("woff2"),url(/assets/fonts/robotoslab-bold.woff) format("woff");font-display:swap;}

/*

## Table of Contents

* 01 - General
* 02 - Typography
* 03 - Navbar
* 04 - Content
* 05 - Sections
* 06 - Lity Lightbox
* 07 - Social Media Icons

*/

/** 01 - General *********************************************************************************/

body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1em;
  color: black;
  background-color: white;
  background-position: center;
  background-attachment: fixed;
  animation: fadeIn 1s;
  overflow: hidden;
}
#preloader{position:fixed;left:0;top:0;z-index:100000;width:100%;height:100%;overflow:visible;background:#fff}
.spinner{position:absolute;left:0;right:0;top:45%;width:100px;height:100px;margin-left:auto;margin-right:auto;z-index:1001;}
.circle-1{width:100px;height:100px;margin:0 auto;background:#e6007e;border-radius:100%;-webkit-animation:pulse-1 1s infinite ease-in-out;animation:pulse-1 1s infinite ease-in-out}
.circle-2{width:100px;height:100px;margin:-100px 0 auto;background:#e6007e;border-radius:100%;-webkit-animation:pulse-2 1.5s infinite ease-in-out;animation:pulse-2 1.5s infinite ease-in-out}
@-webkit-keyframes pulse-1{0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}
@keyframes pulse-1{0%{-webkit-transform:scale(0);transform:scale(0)}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-webkit-keyframes pulse-2{0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}
@keyframes pulse-2{0%{-webkit-transform:scale(0);transform:scale(0)}
100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}
}
a {
  color: black;
  cursor: pointer;
  text-decoration: none;
    -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover,
a:focus,
a:active {
   color: #e6007e;
}

.button, 
.button {
	background-color: white;
	border-color: #e6007e;
	color: #e6007e;
}
.button.is-hovered, 
.button:hover {
    background-color:#e6007e;
    border-color: #e6007e;
    color: white;
}
.button.is-info.is-outlined {
    background-color: transparent;
    border-color: #004a7f;
    color: #004a7f;
}
.button.is-info.is-outlined.is-focused, 
.button.is-info.is-outlined.is-hovered, 
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover {
    background-color: #004a7f;
    border-color: #004a7f;
    color: #fff;
}

main {
  min-height: calc(100vh - 10rem);
}

footer .footer {
}
#footer {
  background: #004a7f;
}

header.top + main {
  margin-top: 92px;
}

.footer.content figure:not(:last-child) {
  margin-bottom: .5rem;
}

.footer .copyright {
  margin-top: 1rem;
}

.footer .footer-nav-element {
  font-weight: 400;
  margin-left: 1rem;
}

.footer-nav {
    padding: .55rem 0;
    background: #f4f5f6;
}

.footer-nav .footer-nav-element {
	margin: 0;
}

@media (min-width: 769px) { 
.footer-nav .footer-nav-element {
	margin: 0 0 0 25px;
}
	}

.cui-button {
font-weight: 900;
text-transform: uppercase;
color: white;
z-index: 10000;
outline: none;
border: none;
position: fixed;
height: 65px;
width: 240px;
bottom: 10px;
right: 45px;
display: flex;
align-items: center;
justify-content: center;
text-align: right;
background: rgba(0,0,0,0.5);
}

.pa {
	padding: 2rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 1024px) { 
.container {
    max-width: 1024px;
}
}

.honeypot {
    position: absolute;
    left: -9999px;
}


/**! 02. Typography *********************************************************************************/

.title {
	color: white;
}

h3 {
  font-family: 'Roboto Black', serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.25;
}
h3.title {
	font-family: 'Roboto Black', serif;
    color: white;
    font-weight: 400;
    line-height: 1.25;
}
.tag:not(body) {
    font-family: 'Roboto Black', sans-serif;
	font-weight: 400;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
	border: 1px solid #e6007e;
    color:  #e6007e;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}
strong {
	font-family: 'Roboto Black', sans-serif;
    font-weight: 400;
}
.st {
   margin-top: 1rem;
}
.is-cap {
   text-transform: uppercase;
   font-weight: 900;
}
.is-slab {
   font-family: 'Roboto Slab', serif;
}
.is-black-italic {
   font-family: 'Roboto Black Italic', sans-serif;
   text-transform: uppercase;
}
.has-text-weight-bold {
    font-family: 'Roboto Black', sans-serif;
    font-weight: 400 !important;
}
.hero.is-primary .title {
	font-family: 'Roboto Black', serif;
    color: #fff;
	font-weight: 400;
}
.is-size-8 {
    font-size: .85rem !important;
}

.is-color-magenta {
	color: #e6007e;
}

.has-background-trk {
	background: #41ead4; 
}

/**! 03. Navbar *************************************************************************************/

.navbar.topnav {
  background: #004a7f;
  min-height: 40px;
}
nav.navbar.metanav {
    background: #e6007e;
    min-height: 40px;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 40px;
    flex-direction: column;
}
.navbar.topnav > .container {
    align-items: stretch;
    display: flex;
    min-height: 40px;
    width: 100%;
}
.navbar.topnav .navbar-item {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 0.9375rem;
  letter-spacing: .3px;
  white-space: nowrap;
  text-transform: none;
  padding: .2rem .75rem;
  border-bottom: 4px solid transparent;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar.metanav .navbar-item {
    color: white;
    font-family: 'Roboto Black', sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: .3px;
    white-space: nowrap;
    text-transform: none;
    padding: 1rem 1.2rem .8rem 1.2rem;
    border-bottom: 4px solid transparent;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.navbar.navbar-shadow {
	border-top: 1px solid #000;
}

.navbar,
.navbar-shadow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  background: white;
}

.navbar-brand figure {
  line-height: 0;
}

.navbar-item,
.navbar-link {
  color: black;
  font-family: 'Roboto Black', sans-serif;
  font-size: 0.8375rem;
  font-weight: 400;
  letter-spacing: .3px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-bottom: 4px solid transparent;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-mobile .navbar-item,
.navbar-link {
	padding: 1.25rem .75rem;
}
.navbar-mobile h2 {
	color: #e6007e;
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
  background-color: unset;
  color: #222;
  border-bottom: 4px solid #e6007e;
}
.navbar-brand a.navbar-item.is-active,
.navbar-brand a.navbar-item:hover {
  border-bottom: 4px solid transparent;
}

.navbar-shadow .navbar-item,
.navbar-shadow .navbar-link {
  color: #e6007e;
  padding: .5rem 0;
  margin: 0 .75rem;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-shadow .navbar-link.is-active,
.navbar-shadow .navbar-link:hover,
.navbar-shadow a.navbar-item.is-active,
.navbar-shadow a.navbar-item:hover,
a.navbar-item:focus,
a.navbar-item:active {
  background-color: unset;
  color: #e6007e;
}

.navbar .logo {
  display: inline-block;
  width: 250px;
  height: 65px;
  background-size: cover;
}
.navbar-shadow .logo {
	filter: brightness(0) invert(1);
}
.navbar .nav-icon {
    display: inline-block;
    width: 22px;
    height: 16px;
	margin-left: .2rem;
    background-size: cover;
}
.nav-icon svg:hover, 
.nav-icon svg:active, 
.nav-icon svg:focus {
  fill: #e6007e;
}
.navbar-burger {
    color: #e6007e;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
	margin-top: .75rem;
}
.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 3px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color,opacity,transform;
    transition-timing-function: ease-out;
    width: 16px;
}
.navbar-burger:hover {
    background-color: #e6007e;
	color: white;
}
.navbar-menu.is-active {
    display: block;
	text-align: center;
	padding-bottom: 2rem;
}
.navbar-shadow .navbar-menu.is-active {
    background: black;
}

.social-links {
	padding: .2rem .75rem;
}

ul.social-buttons {
    display: flex;
    justify-content: space-between;
    width: 95%;
}

.social-buttons li {
	display: inline-block;
	padding: .2rem .75rem;
}
.social-buttons a {
	color: white;
}

@media screen and (min-width: 1024px) {
	
 .navbar-burger {
    display: none;
}
  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #222;
  }
.navbar-shadow .navbar-item,
.navbar-shadow .navbar-link {
  color: white;
}
}
@media screen and (min-width: 1408px) {
	
.container {
    max-width: 1280px;
}
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: unset;
  border-radius: unset;
  border-right: unset;
  border-top: unset;
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  height: unset;
  margin-top: unset;
  pointer-events: unset;
  position: absolute;
  -webkit-transform: unset;
  transform: unset;
  -webkit-transform-origin: unset;
  transform-origin: unset;
  width: unset;
  top: 30%;
  right: 0;
}

.navbar-dropdown {
  background-color: #fff;
  border-radius: 0;
  border: none;
}

.navbar-item.has-dropdown > .navbar-link:not(.is-arrowless) {
  padding-right: 1.25em;
}

.navbar-link {
  margin: 0;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: unset;
}

object {
	pointer-events: none;
}
@supports (position: sticky) or (position: -webkit-sticky) {
      .jsSticky {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
      }
}

/**! 04. Content *********************************************************************************/

.content a {
  position: relative;
  font-weight: 900;
  z-index: 1;
  display: inline;
  color: #e6007e;
}

.content h2 {
  padding-bottom: .5em;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.content figure img {
  box-shadow: 0 16px 16px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05);
}

.title:not(.is-spaced)+.subtitle {
  margin-top: unset;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: .75rem;
}

/**! 05. Sections *********************************************************************************/

.section {
  padding: 4rem 0;
}

.section:first-of-type {
  padding: 0;
}

.section:last-of-type {
  padding-bottom: 0;
}

.cover,
.module-latest-articles-section .cover {
	  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cover:hover,
.module-latest-articles-section .cover:hover {
}

.section.module-cta-banner-section,
.section.module-hero-teaser-carousel-section {
  padding: 0;
}

/**! 06. Lity Lightbox ****************************************************************************/

.lity-content img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pulse {
	position: relative;
	display: block;
	background: #e6007e;
	border-radius: 50%;
	height: 63px;
	width: 63px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
	padding: 1.25rem;
	z-index:10;
	background-repeat: no-repeat;
	background-position: 1.115rem center;
	background-size: 2rem;
}
@media (min-width: 769px) { 
	.pulse { 
    height: 93px;
	width: 93px;
	padding: 1.75rem;
	background-position: 2.115rem center;
}
}
.play-button {
	position: relative;
	display: inline-block;
	background: #e6007e;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	z-index:10;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: .7rem;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


/**! 07. Social Media Icons ***********************************************************************/

.footer {
  background: #004a7f;
  padding: 2rem 1.5rem 3rem;
}
.columns.footer,
.columns.footer-nav {
	margin: 0;
}

.footer h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: white;
	margin: 0 0 1rem 0;
}

ul.socialmedia {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(145px,1fr));
    grid-gap: 15px 0;
    max-width: 435px;
}
.socialmedia em {
	font-style: normal;
	padding-left: .6rem;
}

.socialmedia a {
  color: white;
  margin: 1rem;
}

.footer-nav-element {
	display: block;
	padding: .85rem 0;
}

.newsletter .input {
    border-color: #fff;
    width: calc(100% - 10px);
    max-width: 189px;
    margin: 0 10px 0 0;
    max-height: 44px;
	height: 2.8em;
	border-radius: 0;
}

@media (min-width: 769px) { 
	.newsletter .input {
    max-width: 290px;
}
}

.newsletter input[type="submit"] {
	color: #fff;
    background: #004a7f;
    border-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 11px;
    font-size: 1rem;
    border: 2px solid;
	border-radius: 0;
	transition: all .3s !important;
	-webkit-appearance: none;
}
.newsletter .submit:hover, 
.newsletter .submit:active, 
.newsletter submit:focus {
    color: #fff;
    background: #e6007e;
    border-color: #e6007e;
}

@media screen and (min-width: 1024px) {
.footer-nav-element {
	display: inline-block;
	padding: .85rem 0;
}
}

a:hover i.fa-facebook {
  color: #e6007e;
}

a:hover i.fa-twitter {
  color: #e6007e;
}

a:hover i.fa-pinterest {
  color: #e6007e8;
}

a:hover i.fa-google {
  color: #e6007e;
}

a:hover i.fa-instagram {
  color: #e6007e;
}

a:hover i.fa-dropbox {
  color: #e6007e;
}

a:hover i.fa-tumblr {
  color: #e6007e;
}

a:hover i.fa-yahoo {
  color: #e6007e;
}

a:hover i.fa-vimeo {
  color: #e6007e;
}

a:hover i.fa-github {
  color: #e6007e;
}

a:hover i.fa-linkedin {
  color: #e6007e;
}

a:hover i.fa-youtube {
  color: #e6007e;
}
