/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e294f+0,23233d+100 */
.header-gradient-bg {
background: #2e294f; /* Old browsers */
background: -moz-linear-gradient(top,  #2e294f 0%, #23233d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2e294f 0%,#23233d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2e294f 0%,#23233d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e294f', endColorstr='#23233d',GradientType=0 ); /* IE6-9 */
}

#footer {
display: none;
}

a {
  color: #ffffff;
}
a: link {
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #FFE13C;
}
a:active {
  color: #FFE13C;
}


/*shrink*/

.shrink {
transition: all .2s ease-in-out;
}
.shrink:hover, .shrink:focus, .shrink:active {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}

/*shrink*/

/* Shutter Vertical */

.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s;
}
.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffe13c;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
/*-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}
.cookiePreferences:hover {
    text-decoration: underline
}

/* Shutter Vertical */

@media screen and (max-width: 2000px) {
    #g-154047127 {
       
    }
}