/* CSS Document */
@import url("https://use.typekit.net/qar2moj.css");
/*
@font-face {
    font-family: 'Road Rage';
    src: url('/fonts/road-rage/RoadRage.eot');
    src: url('/fonts/road-rage/RoadRage.eot?#iefix') format('embedded-opentype'),
        url('/fonts/road-rage/RoadRage.woff2') format('woff2'),
        url('/fonts/road-rage/RoadRage.woff') format('woff'),
        url('/fonts/road-rage/RoadRage.ttf') format('truetype'),
        url('/fonts/road-rage/RoadRage.svg#RoadRage') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
.road-rage {
	font-family: "Road Rage", Arial, Helvetica, sans-serif !important;
}
html, body {
    width:100vw;
}
body {
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100%;
}
.main-content {
    min-height: calc(100vh - 430px);
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px 30px 0px;
}
.main-content-minus {
    margin: -90px 0px 0px 0px;
}
.main-content > .color-1-bg:first-child {
    padding: 60px 0px 0px 0px;
}
a {
    color: #c8f238;
    text-decoration: none;
}
a:hover {
    color: #c8f238;
}
.light {
    font-weight: normal;
}
section {
    overlow-x: hidden;
    overlow-y: hidden;
    z-index: 0;
}
/*
.container-lg {
    max-width: 870px;
    width: 100%;
}
*/
.anton {
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.din-2014 {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;  
}
.pt-mono {
    font-family: pt-mono, monospace;
    font-weight: 400;
    font-style: normal;
}
.color-2-outline-2 {
    color: #c8f238 !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #001e26;
}
.color-2-outline-1 {
    color: #c8f238 !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #001e26;
}
.text-outline-2 {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
}
.text-outline-1 {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}
.white .text-outline-1,
.white .text-outline-2,
.color-1-bg .text-outline-1,
.color-1-bg .text-outline-2,
.transparent-bg .text-outline-1,
.transparent-bg .text-outline-2,
.btn-white-color-1:hover .text-outline-1,
.btn-white-color-1:hover .text-outline-2{
    -webkit-text-stroke-color: #ffffff !important;
}
.color-1 .text-outline-1,
.color-1 .text-outline-2,
.white-bg .text-outline-1,
.white-bg .text-outline-2,
.btn-color-1-white:hover .text-outline-1,
.btn-color-1-white:hover .text-outline-2 {
    -webkit-text-stroke-color: #001e26;
}
.color-2-bg .text-outline-1,
.color-2-bg .text-outline-2 {
    -webkit-text-stroke-color: #001e26;
}
.color-2 .text-outline-1,
.color-2 .text-outline-2 {
    -webkit-text-stroke-color: #c8f238 !important;
}
.color-3 .text-outline-1,
.color-3 .text-outline-2,
.color-3-bg .text-outline-1,
.color-3-bg .text-outline-2 {
    -webkit-text-stroke-color: #ffffff;
}

h1.din-2014,
h2.din-2014,
h3.din-2014,
h4.din-2014,
h5.din-2014,
h6.din-2014 {
    font-weight: 800;
}
ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.hide {
    display: none;
}
.uppercase {
    text-transform: uppercase;
}
.normalcase {
    text-transform: none;
}
.adaptive {
    height: auto;
    width: 100%;
}
.g-recaptcha {
    padding: 20px 0px 40px 0px;
}
.labels label {
    cursor: pointer;
}
[data-toggle="toggle"] {
	display: none;
}
.alpha-list-header {
  display: block;
  width: 100%;
  clear: both;
}
.alpha-list-thumbnail {
  cursor: pointer;
  width: 150px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.alpha-span {
  column-span: all; /* W3C */
  -webkit-column-span: all; /* Safari & Chrome */
  -moz-column-span: all; /* Firefox */
  -ms-column-span: all; /* Internet Explorer */
  -o-column-span: all; /* Opera */
}
@supports not (column-span: all) {
  .alpha-span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.alpha-list {
  position: relative;
  list-style: none;
  margin: 0px 0px 15px 0px;
  /*
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	*/
  column-gap: 15px;
  /*
	column-fill: auto;
	*/
}

.alpha-list label {
  color: #89969a;
  font: 15px/25px "din-2014";
}
.alpha-list label input {
  vertical-align: middle;
}
.alpha-list.alpha-list-1 {
  /*
	-moz-column-count: 1;
	-webkit-column-count: 1;
	*/
  column-count: 1;
}
.alpha-list.alpha-list-2 {
  /*
	-moz-column-count: 2;
	-webkit-column-count: 2;
	*/
  column-count: 2;
}
.alpha-list.alpha-list-3 {
  /*
	-moz-column-count: 3;
	-webkit-column-count: 3;
	*/
  column-count: 3;
}
.alpha-list.alpha-list-4 {
  /*
	-moz-column-count: 4;
	-webkit-column-count: 4;
	*/
  column-count: 4;
}
.alpha-list.alpha-list-5 {
  /*
	-moz-column-count: 5;
	-webkit-column-count: 5;
	*/
  column-count: 5;
}
.alpha-list.alpha-list-6 {
  /*
	-moz-column-count: 6;
	-webkit-column-count: 6;
	*/
  column-count: 6;
}
.alpha-list.alpha-list-7 {
  /*
	-moz-column-count: 7;
	-webkit-column-count: 7;
	*/
  column-count: 7;
}
.alpha-list.alpha-list-8 {
  /*
	-moz-column-count: 8;
	-webkit-column-count: 8;
	*/
  column-count: 8;
}
.alpha-list.alpha-list-9 {
  /*
	-moz-column-count: 9;
	-webkit-column-count: 9;
	*/
  column-count: 9;
}
.alpha-list.alpha-list-10 {
  /*
	-moz-column-count: 10;
	-webkit-column-count: 10;
	*/
  column-count: 10;
}
.alpha-list.alpha-list-11 {
  /*
	-moz-column-count: 11;
	-webkit-column-count: 11;
	*/
  column-count: 11;
}
.alpha-list.alpha-list-12 {
  /*
	-moz-column-count: 12;
	-webkit-column-count: 12;
	*/
  column-count: 12;
}
.alpha-list > .alpha-list-item {
  display: block;
  margin: 0 20px 5px 0;
}
.alpha-list > .alpha-list-item.hide {
  display: none;
}
.html-hash-tag {
    font-size: 120%;
}
.btn-color-1-white {
    background: #001e26;
    border: solid 2px #ffffff;
    box-shadow: 6px 6px 0 #ffffff;
    color: #ffffff !important;
    font-size: 18pt;
    padding: 15px 24px;
    position: relative;
    order: 1;
    outline: none;
}
.btn-color-1-white:hover {
    background: #ffffff;
    box-shadow: 0px 0px 0 #ffffff;
    color: #001e26 !important;
    left: 6px;
    top: 6px;
}
.btn-color-1-white::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-left: solid 6px #ffffff;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -6px;
}
.btn-color-1-white:hover::before {
    border: none;
}
.btn-color-1-white::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-top: solid 6px #ffffff;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -6px;
}
.btn-color-1-white:hover::after {
    border: none;
}
.btn-white-color-1 {
    background: #ffffff;
    border: solid 2px #001e26;
    box-shadow: 6px 6px 0 #001e26;
    color: #001e26 !important;
    font-size: 18pt;
    padding: 15px 24px;
    position: relative;
    order: 1;
    outline: none;
}
.btn-white-color-1:hover {
    background: #001e26;
    box-shadow: 0px 0px 0 #001e26;
    color: #ffffff !important;
    left: 6px;
    top: 6px;
}
.btn-white-color-1::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-left: solid 6px #001e26;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -6px;
}
.btn-white-color-1:hover::before {
    border: none;
}
.btn-white-color-1::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-top: solid 6px #001e26;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -6px;
}
.btn-white-color-1:hover::after {
    border: none;
}
.btn-white-color-2 {
    background: #c8f238;
    border: solid 2px #001e26;
    box-shadow: 6px 6px 0 #001e26;
    color: #001e26 !important;
    font-size: 18pt;
    padding: 15px 24px;
    position: relative;
    order: 1;
    outline: none;
}
.btn-white-color-2:hover {
    background: #c8f238;
    box-shadow: 0px 0px 0 #001e26;
    color: #001e26 !important;
    left: 6px;
    top: 6px;
}
.btn-white-color-2::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-left: solid 6px #001e26;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -6px;
}
.btn-white-color-2:hover::before {
    border: none;
}
.btn-white-color-2::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-top: solid 6px #001e26;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -6px;
}
.btn-white-color-2:hover::after {
    border: none;
}
/*
.white-glow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    -webkit-animation: whitePulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    animation: whitePulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
*/
.btn-large {
    font-size: 24pt;
    padding: 15px 20px 15px 15px;
    min-width: 100px;
}
.btn-small {
    font-size: 14pt;
    padding: 10px 18px;
    min-width: 100px;
}
@-webkit-keyframes whitePulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
}
@keyframes whitePulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
}
/*
.color-3-glow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(183, 250, 206, .7);
    box-shadow: 0 0 0 0 rgba(183, 250, 206, .7);
    -webkit-animation: lightcolor-1Pulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    animation: lightcolor-1Pulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
*/
@-webkit-keyframes lightcolor-1Pulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(183, 250, 206, 0);
        box-shadow: 0 0 0 30px rgba(183, 250, 206, 0)
    }
}
@keyframes lightcolor-1Pulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(183, 250, 206, 0);
        box-shadow: 0 0 0 30px rgba(183, 250, 206, 0)
    }
}
@-webkit-keyframes color-1Pulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(230, 224, 11, 0);
        box-shadow: 0 0 0 30px rgba(230, 224, 11, 0)
    }
}
@keyframes color-1Pulse {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(230, 224, 11, 0);
        box-shadow: 0 0 0 30px rgba(230, 224, 11, 0);
    }
}
.first {
    background-color: #e2c902;
}
.second {
    background-color: #b0b0b0;
}
.third {
    background-color: #8f5601;
}
.first td,
.second td,
.third td {
    color: #ffffff;
}
/*
@-webkit-keyframes lightcolor-1Pulse {
  0% {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 0 #c8f238
  }
  50% {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 16px #c8f238
  }
  to {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 0 #c8f238
  }
}
@-webkit-keyframes lightcolor-1Pulse--Hover {
  0% {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 0 #c8f238
  }
  50% {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 16px #c8f238
  }
  to {
    background-color: #c8f238;
    -webkit-box-shadow: 0 0 0 #c8f238
  }
}
.color-3-glow {
  -webkit-animation-name: lightcolor-1Pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite
}
.color-3-glow:active, .color-3-glow:focus, .color-3-glow:hover {
  -webkit-animation-name: lightcolor-1Pulse--Hover
}
*/

.edge-offset,
.white-top-edge,
.color-1-top-edge,
.color-2-top-edge,
.white-bottom-edge,
.color-1-bottom-edge,
.color-2-bottom-edge {
    position: relative;
}
.white-top-edge:before{
    background: linear-gradient(-135deg, #ffffff 25px, transparent 0), linear-gradient(135deg, #ffffff 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.white-bottom-edge:after{
    background: linear-gradient(-45deg, #ffffff 25px, transparent 0), linear-gradient(45deg, #ffffff 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.color-1-top-edge:before{
    background: linear-gradient(-135deg, #001e26 25px, transparent 0), linear-gradient(135deg, #001e26 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.color-1-bottom-edge:after{
    background: linear-gradient(-45deg, #001e26 25px, transparent 0), linear-gradient(45deg, #001e26 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
}
.color-2-top-edge:before{
    background: linear-gradient(-135deg, #c8f238 25px, transparent 0), linear-gradient(135deg, #c8f238 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.color-2-bottom-edge:after{
    background: linear-gradient(-45deg, #c8f238 25px, transparent 0), linear-gradient(45deg, #c8f238 25px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 50px 50px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.edge-offset:after{
    left: -25px;
    width: calc(100% + 25px);
}
.brackets {
    display: block;
    font-size: 90%;
    line-height: 1.2em;
}
.color-3 {
    color: #c8f238 !important;
}
.color-2 {
    color: #c8f238 !important;
}
.white {
    color: #ffffff !important;
}
.black {
    color: #000000 !important;
}
.red {
    color: #FF0000 !important;
}
.color-1 {
    color: #001e26 !important;
}
.color-3-bg {
    background-color: #c8f238; 
}
.color-2-bg {
    background-color: #c8f238;
}
.white-bg {
    background-color: #ffffff; 
}
.transparent-bg {
    background-color: transparent;
}
.color-1-bg {
    background-color: #001e26;
}
.pra-fill {
    fill: #c8f238;
}
.application .pra-fill {
    fill: #c8f238;
}
.application h3 {
    display: inline-block;
    font-size: 30pt;
    line-height: 1.0em;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
}
.pr-primary-fill {
    fill: #387636;
}
.pr-secondary-fill {
    fill: #63B558;
}
.pr-color-3 {
    margin: 0px 0px 20px 0px;
}
.pr-color-3 .pr-primary-fill, .pr-color-3 .pr-secondary-fill {
    fill: #c8f238;
}
.pr-white .pr-primary-fill, .pr-white .pr-secondary-fill {
    fill: #ffffff;
}
.bml-fill {
    fill: #c8f238;
}
.nav-pad  {
    padding: 90px 0px 0px 0px;
}
/*
.navbar {
    border-bottom: solid 1px #c8f238;
}
*/
.navbar-nav ul {
    margin: 0px 0px 0px 0px !important;
}
.color-1-bg .btn-text {
    color: #ffffff;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.color-3-bg .btn-text {
    color: #001e26;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.white-bg .btn-text {
    color: #001e26;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.transparent-bg .btn-text {
    color: #ffffff;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.color-1-bg .btn-text:hover, .btn-text.show {
    color: #c8f238; 
}
.color-3-bg .btn-text:hover, .btn-text.show {
    color: #c8f238; 
}
.white-bg .btn-text:hover, .btn-text.show {
    color: #c8f238; 
}
.transparent-bg .btn-text:hover, .btn-text.show {
    color: #c8f238; 
}
/*
.color-1-bg .btn-text.btn-box {
    border: solid 1px #ffffff;
    box-shadow: 5px 5px #ffffff;
    background-color: #c8f238;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 5px 5px #ffffff;
}
.color-1-bg .btn-text.btn-box:hover {
    color: #ffffff;
    box-shadow: 0px 0px #ffffff;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0px 0px #ffffff;
}
.color-1-bg .btn-text.btn-box {
    border: solid 1px #c8f238;
    box-shadow: 5px 5px #c8f238;
    background-color: #c8f238;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 5px 5px #c8f238;
}
.color-1-bg .btn-text.btn-box:hover {
    color: #ffffff;
    box-shadow: 0px 0px #c8f238;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0px 0px #ffffff;
}
.white-bg .btn-text.btn-box {
    border: solid 1px #c8f238;
    box-shadow: 5px 5px #c8f238;
    background-color: #c8f238;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 5px 5px #c8f238;
}
.white-bg .btn-text.btn-box:hover {
    color: #ffffff;
    box-shadow: 0px 0px #c8f238;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0px 0px #ffffff;
}
.transparent-bg .btn-text.btn-box {
    border: solid 1px #c8f238;
    box-shadow: 5px 5px #c8f238;
    background-color: #c8f238;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 5px 5px #c8f238;
}
.transparent-bg .btn-text.btn-box:hover {
    color: #ffffff;
    box-shadow: 0px 0px #c8f238;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0px 0px #ffffff;
}
*/

.btn-box {
    background: #c8f238;
    border: solid 1px #001e26;
    box-shadow: 3px 3px 0 #001e26;
    color: #001e26 !important;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    order: 1;
    outline: none;
}
.btn-box:hover {
    background-color: #c8f238;
    box-shadow: 0px 0px 0 #001e26;
    color: #001e26 !important;
    left: 3px;
    top:3px;
}
.btn-box::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 3px transparent;
    border-left: solid 3px #001e26;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -3px;
}
.btn-box:hover::before {
    border: none;
}
.btn-box::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 3px transparent;
    border-top: solid 3px #001e26;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -3px;
}
.btn-box:hover::after {
    border: none;
}
.navbar .nav-item {
    font-size: 12pt;
}
.navbar .nav-item i {
    font-size: 18pt;
}
.color-1-bg .navbar-brand .pra-fill {
    fill: #ffffff;
    max-width: 80px;
    width: 100%;
}
.color-1-bg .navbar-brand .pra-fill {
    fill: #ffffff;
    max-width: 80px;
    width: 100%;
}
.white-bg .navbar-brand .pra-fill {
    fill: #001e26;
    max-width: 80px;
    width: 100%;
}
.transparent-bg .navbar-brand .pra-fill {
    fill: #ffffff;
    max-width: 80px;
    width: 100%;
}
/*
.navbar-brand {
    height: 50px;
    width: 70px;
    position: relative;
    overflow: visible;
}
.navbar-brand svg {
    position: absolute;
    top: 5px;
    z-index: 1000;
}
*/
.navbar-brand.pra svg {
    max-width: 62px;
    width: 100%;
}
.nav-icon {
    border: none;
    background-color: transparent;
    cursor: pointer;
    height: 45px;
    margin: 20px 0px 0px 0px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 45px;
}
.transparent-bg .nav-icon span {
    background: #ffffff;
}
.white-bg .nav-icon span {
    background: #001e26;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 10px;
}

.nav-icon span:nth-child(4) {
  top: 20px;
}

.nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.dropdown-menu[data-bs-popper] {
/*    margin-top: 0px;*/
}
.dropdown-menu-margin.dropdown-menu[data-bs-popper] {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    top: 52px !important;
}
.color-1-bg .dropdown-menu {
    --bs-dropdown-color: #001e26;
    --bs-dropdown-bg: #001e26;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 0;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-color: #ffffff;
    --bs-dropdown-link-hover-color: #001e26;
    --bs-dropdown-link-hover-bg: #c8f238;
    --bs-dropdown-link-active-color: #001e26;
    --bs-dropdown-link-active-bg: #c8f238;
    --bs-dropdown-link-disabled-color: #001e26;
    --bs-dropdown-header-color: #c8f238;
/*
    border-left: solid 1px rgba(0, 73, 154, 0.15);
    border-right: solid 1px rgba(0, 73, 154, 0.15);
    border-bottom: solid 1px rgba(0, 73, 154, 0.15);
*/
}
/*
.white-bg .dropdown-menu li {
    border-top: solid 1px rgba(0, 73, 154, 0.15);
}
*/
.white-bg .dropdown-menu {
    --bs-dropdown-color: #001e26;
    --bs-dropdown-bg: #ffffff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 0;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-color: #001e26;
    --bs-dropdown-link-hover-color: #001e26;
    --bs-dropdown-link-hover-bg: #c8f238;
    --bs-dropdown-link-active-color: #001e26;
    --bs-dropdown-link-active-bg: #c8f238;
    --bs-dropdown-link-disabled-color: #001e26;
    --bs-dropdown-header-color: #c8f238;
/*
    border-left: solid 1px rgba(0, 73, 154, 0.15);
    border-right: solid 1px rgba(0, 73, 154, 0.15);
    border-bottom: solid 1px rgba(0, 73, 154, 0.15);
*/
}
.transparent-bg .dropdown-menu {
    --bs-dropdown-color: #001e26;
    --bs-dropdown-bg: transparent;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 0;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-color: #ffffff;
    --bs-dropdown-link-hover-color: #001e26;
    --bs-dropdown-link-hover-bg: #c8f238;
    --bs-dropdown-link-active-color: #001e26;
    --bs-dropdown-link-active-bg: #c8f238;
    --bs-dropdown-link-disabled-color: #001e26;
    --bs-dropdown-header-color: #c8f238;
/*
    border-left: solid 1px rgba(0, 73, 154, 0.15);
    border-right: solid 1px rgba(0, 73, 154, 0.15);
    border-bottom: solid 1px rgba(0, 73, 154, 0.15);
*/
}
/*
.white-bg .dropdown-menu li {
    border-top: solid 1px rgba(0, 73, 154, 0.15);
}
*/
.header-pad {
    padding: 50px 0px 50px 0px;
}
.jarallax {
    object-fit: cover;
}
.header-parallax {
    background-color: rgba(0, 30, 38, 1.0);
    background-image: url(/img/bg/2022.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.header-video {
/*    background-color: rgb(0, 73, 154, 0.75);*/
    background-image: linear-gradient(to bottom, rgba(0, 38, 38, 1.0), rgba(0, 38, 38, 0.75));
    height: 100%;
    position: relative;
}
.header-video-gradient {
/*    background-color: rgb(0, 73, 154, 0.75);*/
    background-image: linear-gradient(to bottom, rgba(200, 242, 56, 0), rgba(200, 242, 56, 0.25));
    bottom: 0px;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.parallax {
/*    background-color: rgb(0, 73, 154, 0.75);*/
    background-image: linear-gradient(to bottom, rgba(0, 38, 38, 1.0), rgba(0, 38, 38, 0.75));
    height: 100%;
    position: relative;
}
.parallax-gradient {
    background-image: linear-gradient(to bottom, rgba(200, 242, 56, 0), rgba(200, 242, 56, 0.25));
    bottom: 0px;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.header .pra-fill {
   fill: #ffffff; 
}
.header h1 {
    color: #c8f238;
    font-size: 57.5pt;
    line-height: 1.0em;
    margin: 0px 0px 50px 0px;
}
.header h2 {
    background-color: #ffffff;
    color: #c8f238;
    display: inline-block;
    font-size: 36pt;
    line-height: 1.0em;
    margin: -20px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
}
.header h2:first-child {
    margin: 20px 0px 0px 0px;
}
.large-copy {
    font-size: 50pt;
}
.large-copy sup {
    font-size: 50%;
    top: -28px;
}
.header h3 {
    display: inline-block;
    font-size: 55pt;
    line-height: 1.0em;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
}
.header h4 {
    display: inline-block;
    font-size: 40pt;
    line-height: 1.0em;
    margin: 40px 0px 30px 0px;
    padding: 15px 40px 15px 40px;
}
.header h5 {
    color: #001e26;
    display: inline-block;
    font-size: 30pt;
    line-height: 1.2em;
    margin: 25px 0px 20px 0px;
}
.header h6 {
    color: #001e26;
/*    display: inline-block;*/
    font-size: 20pt;
    line-height: 1.2em;
    margin: 25px 0px 20px 0px;
}
.header p {
    color: #ffffff;
    font-size: 13pt;
    line-height: 1.4em;
    margin: 0px 0px 20px 0px;
}
.header ul {
    list-style: none;
}
.header ul li {
    color: #ffffff;
    font-size: 13pt;
    line-height: 1.4em;
}
.header .arrows {
    position: relative;
}
.header .arrow-1 {
    height: auto;
    left: -120px;
    max-width: 120px;
    position: absolute;
    transform-origin: top left;
    top: 25px;
    width: 100%;
}
.header .arrow-2 {
    height: auto;
    left: -60px;
    max-width: 40px;
    position: absolute;
    transform-origin: left;
    top: 70px;
    width: 100%;
}
.header .arrow-3 {
    height: auto;
    left: -40px;
    max-width: 45px;
    position: absolute;
    transform-origin: bottom left;
    top:  105px;
    width: 100%;
}
.header .arrow-4 {
    height: auto;
    max-width: 33px;
    position: absolute;
    right: -30px;
    transform-origin: top right;
    top: 50px;
    width: 100%;
}
.header .arrow-5 {
    height: auto;    
    max-width: 78px;
    transform-origin: bottom right;
    right: -70px;
    position: absolute;
    top: 95px;
    width: 100%;
}
.arrowGrow1 {
    animation: arrowGrow1 0.5s ease-in-out infinite alternate;
    -webkit-animation: arrowGrow1 0.5s ease-in-out infinite alternate;
}
@keyframes arrowGrow1 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}
.arrowGrow2 {
    animation: arrowGrow2 0.5s ease-in-out infinite alternate;
    -webkit-animation: arrowGrow2 0.5s ease-in-out infinite alternate;
}
@keyframes arrowGrow2 {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}
.swing {
    animation: swing ease-in-out 0.5s infinite alternate;
     -webkit-animation: swing 0.5s ease-in-out infinite alternate;
    transform-origin: center 40px;
    float:left;
}
.swing svg {
    display: block;
}
 
@keyframes swing {
    0% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}
.header .pr-color-3 {
    margin: 40px 0px 0px 0px;
}
.page-content h1 {
    color: #ffffff;
    font-size: 40pt;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
}
.page-content h2 {
    color: #ffffff;
    font-size: 35pt;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
}
.page-content h3 {
    color: #ffffff;
    font-size: 30pt;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
}
.page-content h4 {
    color: #ffffff;
    font-size: 18pt;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
}
.page-content h4 strong {
    font-weight: bold;
}
.page-content h5 {
    color: #ffffff;
    font-size: 16pt;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0px 0px 20px 0px;
}
.page-content h5 strong {
    font-weight: bold;
}
.page-content p {
    font-family: din-2014, sans-serif;
    font-size: 14pt;
    line-height: 1.4em;
    margin: 0px 0px 20px 0px;
}
.page-content ul {
    margin: 0px 0px 15px 20px;
}
.page-content ul li {
    color: #000000;
    font-family: din-2014, sans-serif;
    font-size: 14pt;
    line-height: 1.4em;
    margin: 0px 0px 7px 0px;
}
.page-content ol {
    margin: 0px 0px 15px 20px;
}
.page-content ol li {
    color: #000000;
    font-family: din-2014, sans-serif;
    font-size: 14pt;
    line-height: 1.4em;
    margin: 0px 0px 7px 0px;
}
.page-content a {
    color: #c8f238;
}
.page-content a:hover {
    color: #c8f238;
}
.award-box {
    margin-top: 30px !important;
}
.award-box-bg {
    position: relative;
    background-color: #c8f238;
    padding-bottom: 100%;
    width: 100%;
}
.award-box-content {
    position: absolute;
    width: 100%;
}
.award-box-content h2 {
    color: #ffffff;
    font-size: 26pt;
    margin: 0px 20px 0px 20px;
    padding: 30px 0px 30px 0px;
}
.winner-box {
    margin-top: 30px !important;
}
.winner-box-bg {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}
.winner-box-content {
    height: 100%;
    position: absolute;
    width: 100%;
}
.winner-box-content h2 {
    color: #ffffff;
    font-size: 22pt;
    margin: 0px 20px 0px 20px;
    padding: 25px 0px 0px 0px;
}
.winner-box-content h3 {
    color: #c8f238;
    font-size: 16pt;
    font-weight: bold;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 10px 0px;
    text-transform: none;
}
.winner-box-content h4 {
    color: #c8f238;
    font-size: 14pt;
    margin: 0px 20px 0px 20px;
    padding: 10px 0px 0px 0px;
}
.winner-sponsor {
    bottom: 25px;
    position: absolute;
    width: 100%;
}
.winner-sponsor p {
    color: #ffffff;
    font-size: 11pt;
    margin: 0px 0px 8px 0px;
}
.winner-sponsor img {
    max-width: 150px;
    width: 100%;
}
.rotation-3 {
  transform-origin: center center;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
.rotation-minus-3 {
  transform-origin: center center;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}
.rotation-7 {
  transform-origin: center center;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
}
.rotation-minus-7 {
  transform-origin: center center;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
}
.minus-right {
    text-align: right;
    margin: -20px 180px 20px 0px;
}
.content-top {
    background-color: #001e26;
    padding: 0px 0px 0px 0px;
}
.content-top-parallax {
    background-color: rgba(200, 242, 56, 1.0);
    background-image: url(/img/bg/pra-2022-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 400px;
}
.content-top .arrow-1 {
    height: auto;
    left: -150px;
    max-width: 120px;
    position: absolute;
    transform-origin: top left;
    top: -20px;
    width: 100%;
    z-index: 10;
}
.content-top .arrow-2 {
    height: auto;
    left: -70px;
    max-width: 40px;
    position: absolute;
    transform-origin: left;
    top: 30px;
    width: 100%;
    z-index: 10;
}
.content-top .arrow-3 {
    height: auto;
    left: -60px;
    max-width: 45px;
    position: absolute;
    transform-origin: bottom left;
    top:  70px;
    width: 100%;
    z-index: 10;
}
.content-top .arrow-4 {
    height: auto;
    max-width: 78px;
    position: absolute;
    right: -100px;
    transform-origin: bottom right;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.content-top .arrow-5 {
    height: auto;    
    max-width: 33px;
    transform-origin: top right;
    right: -60px;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 10;
}
.content-top h1 {
    color: #c8f238;
    font-size: 50pt;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
}
.content-top h2 {
    color: #c8f238;
    font-size: 30pt;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
}
.content-top h1.position-relative,
.content-top h2.position-relative,
.content-top h3.position-relative,
.content-top h4.position-relative,
.content-top h5.position-relative,
.content-top h6.position-relative {
    display: inline-block;
}
.content-top h2 strong {
    color: #ffffff;
    font-weight: inherit;
}
.content-top h2 strong span {
    color: #001e26;
    font-weight: inherit;
}
.content-top h3 {
    background-color: #ffffff;
    color: #c8f238;
    display: inline-block;
    font-size: 40pt;
    line-height: 1.0em;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 20px 20px;
}
.content-top h4 {
    color: #c8f238;
    font-size: 16pt;
    line-height: 1.2em;
}
.content-top p {
    color: #ffffff;
    font-size: 14pt;
    line-height: 1.4em;
}
.content-bottom {
    background-color: #001e26;
    padding: 50px 0px 20px 0px;
}
.content-bottom h2 {
    color: #c8f238;
    font-size: 36pt;
    line-height: 1.2em;
    margin: 20px 0px 0px 0px;
}
.content-bottom h2 strong {
    color: #ffffff;
    font-weight: inherit;
}
.content-bottom h2 strong span {
    color: #001e26;
    font-weight: inherit;
}
.content-bottom h3 {
    background-color: #ffffff;
    color: #c8f238;
    display: inline-block;
    font-size: 40pt;
    line-height: 1.0em;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 20px 20px;
}
.content-bottom h4 {
    color: #c8f238;
    font-size: 16pt;
    line-height: 1.2em;
}
.content-bottom p {
    color: #c8f238;
    font-size: 13pt;
    line-height: 1.4em;
}
.host {
    margin: auto auto -106px auto;
    position: relative;
    z-index: 2;
}
.band {
    background-color: #ffffff;
    padding: 80px 0px 80px 0px;
    overflow: visible;
}
.band-columns {
    margin: -230px auto 10px auto;
    position: relative;
    z-index: 2;
}
.band-columns h3 {
    font-size: 20pt;
    line-height: 1.2em;
    margin: 10px 0px 10px 0px;
}
.band-columns img {
    border: solid 2px #001e26;
}
.band-columns p {
    color: #000000;
    font-size: 13pt;
    line-height: 1.4em;
    margin: 10px 0px 10px 0px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-section {
    padding: 0px 0px 0px 0px;
}
.form-section h2 {
    font-size: 26pt;
    line-height: 1.2em;
    margin: 30px 0px 20px 0px;
}
.form-section h3 {
    font-size: 22pt;
    line-height: 1.2em;
    margin: 10px 0px 10px 0px;
}
.form-section p {
    color: #000000;
    font-size: 13pt;
    line-height: 1.4em;
}
.form-response {
    display: none;
}
.form {
    margin: 0px 0px 0px 0px; 
}
.form label.plain {
    color: #c8f238;
    font-size: 18pt;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}
.form label sup {
    color: #c8f238;
}
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=text] {
    border: solid 2px #000000;
    border-radius: 0px;
    color: #000000;
    font-size: 18pt;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
}
.form textarea {
    border: solid 2px #000000;
    border-radius: 0px;
    color: #000000;
    font-size: 14pt;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
}
.logo-list {
    list-style: none;
    text-align: center;
    margin: 0px 0px 0px 0px !important;
}
.logo-list li {
    display: inline-block;
    padding: 20px 30px 20px 30px;
}
.logo-list li img {
    width: 100%;
}
.color-1-divider {
    border-top: 2px solid #001e26;
    width: 100%;
}
.alpha-list-header {
	display: block;
	width: 100%;
	clear: both;
}
.alpha-list-header h4 {
	color: #c8f238;;
	font-family: 'din-2014', Arial, Helvetica, sans-serif;
    font-size: 14pt;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
    text-align: left;
}
.alpha-list-header p {
	text-align: left;
    font-family: 'din-2014', Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 5px 0px;
}
.alpha-list-thumbnail {
	cursor: pointer;
    width: 150px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
label.checkbox-label {
    color: #000000;
	font-size: 11pt;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 33px;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}
.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #000000;
}
.checkbox-label:hover input ~ .checkbox {
    border: 2px solid #000000
}
.checkbox-label input:checked ~ .checkbox {
    background-color: #001e26;
    border: 2px solid #000000;
}
.checkbox:after {
    content: "";
    position: absolute;
    display: none
}
.checkbox-label input:checked ~ .checkbox:after {
    display: block
}
.checkbox-label .checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.label-light {
	font-weight: normal;
}
.form a {
    color: #c8f238;
}
.form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
    opacity:  0.5;
}
.form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
  opacity:  0.5;
}
.form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  0.5;
}
.form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
    opacity:  0.5;
}
.form .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
    opacity:  0.5;
}
.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #000000;
    opacity:  0.5;
}
.wb-form label.checkbox-label.halves {
  width: 30%;
  margin: 8px 5px;
}
.wb-form label.checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin: 10px 20px 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}
#nominationsuccess {
	display: none;
}
.nominationanonymouslycheckbox {
	background-color: transparent;
}
.nominationanonymouslycheckboxfade {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab-wrap {
	/*
    -webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
    */
	border-radius: 6px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    gap: 25px;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	/*
    background-color: #fff;
    */
	margin: 20px 0px 0px 0px;
	/*
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    */
}
.tab-wrap:hover {
    /*
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
    */
}
.nomination-categories {
	color: #c8f238;
	font-family: 'din-2014';
	font-size: 16px;
}
.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
/*
.tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
*/
.tab + label {
    background: #ffffff;
    border: solid 1px #001e26;
    box-shadow: 6px 6px 0 #001e26;
    color: #001e26;
	font-family: 'Anton', Arial, Helvetica, sans-serif;
	font-size: 24px;
    line-height: 1.2;
	cursor: pointer;
	display: block;
	text-decoration: none;
    -webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	  -ms-flex-positive: 3;
		  flex-grow: 3;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	text-align: center;
    position: relative;
    width: 100%;
	/*
    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	*/
	box-sizing: border-box;
	padding: 12px;
}
.tab + label:hover {
    box-shadow: 0px 0px 0 #001e26;
    color: #001e26 !important;
    left: 6px;
    top: 6px;
}
.tab + label::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-left: solid 6px #001e26;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -6px;
}
.tab + label::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-top: solid 6px #001e26;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -6px;
}
.tab + label:hover::before, .tab + label:hover::after {
    border: none;
}
.tab:checked + label {
    background-color: #001e26;
    border: solid 1px #001e26;
    box-shadow: 0px 0px 0 #001e26;
    color: #ffffff;
	cursor: default;
    left: 6px;
    top: 6px;
}
.tab:checked + label:hover {
    box-shadow: 0px 0px 0 #001e26;
    color: #ffffff !important;
    left: 6px;
    top: 6px;
}
.tab:checked + label::before {
    border: none;
}
.tab:checked + label::after {
    border: none;
}
.tab:checked + label:hover::before, .tab:checked + label:hover::after {
    border: none;
}
/*
.tab:checked + label {
    border: solid 1px #c8f238;
    color: #c8f238;
    box-shadow: 6px 6px 0 #c8f238;
	cursor: default;
}
.tab:checked + label:hover {
    box-shadow: 0px 0px 0 #c8f238;
    color: #c8f238 !important;
    left: 6px;
    top: 6px;
}
.tab:checked + label::before {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-left: solid 6px #c8f238;
    border-right-width: 0px;
    background: none;
    top: 0px;
    right: -6px;
}
.tab:checked + label::after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: solid 6px transparent;
    border-top: solid 6px #c8f238;
    border-bottom-width: 0px;
    background: none;
    left: 0;
    bottom: -6px;
}
.tab:checked + label:hover::before, .tab:checked + label:hover::after {
    border: none;
}
*/
@media (min-width:768px) {
		
	.tab + label {
		width:25%;
	}
}
.tab__content {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 0px;
	
}
.selectBox {
    position: relative;
}
.selectBox.dd {
    margin: 0px 0px 20px 0px;
}
.selectBox select {
    appearance: none;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, transparent 50%, #000000 0), linear-gradient(135deg, #000000, 50%, transparent 50%), linear-gradient(90deg, #000000, #000000);
    background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), calc(100% - 2em) .1em;
    background-size: 5px 5px, 5px 5px, 1px 3em;
    background-repeat: no-repeat;
    border: 2px solid #000000;
    color: #000000 !important;
    display: block;
    font-family: din-2014, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
}
.selectBox select option {
    font-size: 18pt;
}
.selectBox select option:disabled {
    color: #000000;
}
.multiselect, .subchecklist {
	display: none;
	width: 100%;
	position: relative;
}
.multiselect {
    margin: 0px 0px 20px 0px;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
}
#nomineedetails, #nomineeextra {
    display: none;
}
#nominationcategories {
    background-color: #ffffff;
    display: none;
    position: absolute;
    border-left: 1px #c8f238 solid;
	border-right: 1px #c8f238 solid;
	border-bottom: 1px #c8f238 solid;
    width: 100%;
	padding: 0px 0px 0px 0px;
    z-index: 1000;
}
.selectBox:hover {
	cursor: pointer;
}
.multiselect .nominationcheckbox label {
    color: #000000;
    display: block;
    position: relative;
    font-family: 'din-2014';
	font-size: 16px;
	line-height: 23px !important;
    padding: 16px 16px 16px 50px;
}
.checklist .nominationcheckbox label {
    color: #000000;
    position: relative;
    font-family: 'din-2014';
	font-size: 20px;
	line-height: 23px !important;
    padding: 16px 16px 16px 34px;
}

.nominationcheckbox label:hover{
    background-color: #ffffff;
	cursor: pointer;
}
/* The container */
.nominationcheckbox {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.nominationcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.multiselect .checkmark {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 25px;
    width: 25px;
    border: 2px #c8f238 solid;
}
.checklist .checkmark {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 25px;
    width: 25px;
    border: 2px #000000 solid;
}

/* On mouse-over, add a grey background color */
.nominationcheckbox:hover input ~ .checkmark {
    border: 2px #000000 solid;
}

/* When the checkbox is checked, add a color-1 background */
.nominationcheckbox input:checked ~ .checkmark {
    background-color: #001e26;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.nominationcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.nominationcheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.errortext {
    display: none;
    color: #c8f238 !important;
    width: 100%;
}
.errorinput {
	border: 2px solid #c8f238 !important;
}
.error-captcha {
    color: #c8f238 !important;
}
/* entire container, keeps perspective */
.coin-flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.coin-flip-container .coin-flipper.coin-flip-hover {
	transform: rotateY(180deg);
}
/* flip the pane when hovered */
/*
	.coin-flip-container.hover .coin-flipper {
		transform: rotateY(180deg);
	}
*/
.coin-front, .coin-back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.coin-flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.coin-front, .coin-back {
    border: solid 2px #c8f238;
    background-color: #c8f238;
	display: table;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	 -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden; /* again */
}
.coin-face-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	height: 100%;
	width: 100%;
}

/* .coin-face-content .sponsor{
	margin:20px 0px 20px 0px;

} */
.coin-face-content .logo {
	max-width: 201px;
	width:100%;
}

.coin-face-content .sub-text {
	color: #ffffff;
}
/* front pane, placed above back */
/* front pane, placed above back */
.coin-front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.coin-back {
	border: solid 2px #001e26;
    background-color: #ffffff;
	transform: rotateY(180deg);
	color: #c8f238;
}

.coin-back .coin-face-content .winner p {
    color: #c8f238;
	font-size: 22pt;
	padding-bottom: 15px;
	text-transform: uppercase;
	
}
.coin-back h2 {
	font-size: 71px;
}
.winner-header-logo {
	text-align: center;
}
.winner-header-logo img {
	max-width: 260px;
	width: 100%;
}
.winner-header-sponsor {
	text-align: center;
}
.winner-header-sponsor img {
	max-width: 260px;
	width: 100%;
}
.fancyh1 {
	font-size: 80px !important;
    margin: 0px 0px 0px 0px !important;
}
.fancy {
	margin: 0px auto 0px auto;
	font-size: 50px;
	max-width: 290px;
	width: 100%;
	position: relative;
}
.fancy span {
    color: #ffffff;
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 10px;
    border-top: 1px solid #ffffff;
    top: 36px;
    width: 70px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 110px 0 110px 0px;
  transition: all 1s;
  position: relative;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 106px;
  height: 3px;
  background: #fff;
}
/*
.timeline ol li:last-child {
  width: 180px;
}
*/

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #ffffff;
}

.timeline ol li:last-child:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #ffffff;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #c8f238;
}

.timeline ol li div {
  position: absolute;
  left: calc(50% - 33px);
  width: 185px;
  padding: 15px 15px 15px 15px;
  font-size: 1rem;
  white-space: normal;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
/*  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;*/
    bottom: -10px;
    transform: translateX(-50%);
    border: none;
    border-left: 2px solid #ffffff;
    height: 30px;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
/*  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;*/
     top: -10px;
    transform: translateX(-50%);
    border: none;
    border-left: 2px solid white;
    height: 30px;
}

.timeline h4 {
  display: block;
  font-size: 1.19rem;
  margin: 10px 0px 10px 0px;
  color: #c8f238;
}
.timeline h5 {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
.btn-white-color-2, .btn-white-color-1, .btn-color-1-white, .btn-large {
    font-size: 14pt;
    padding: 15px 20px 15px 15px;
    min-width: 100px;
}
    .btn-x-small {
    font-size: 12pt;
    padding: 10px 18px;
    min-width: 100%;
}
    .b-a-f-f-c {
        padding: 0px 0px 20px 0px;
    }
    .b-a-f-f-c div {
        display: inline-block;
        margin: 0px 0px 0px 0px;
    }
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
    
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:first-child:before,
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}
.admin-nav-list {
    list-style: none;
}
.admin-nav-list li {
    padding: 0px 0px 10px 0px;
}
.admin-nav-list li a {
    padding: 10px 0px 10px 0px;
}
.footer {
    background-color: #ffffff;
    padding: 0px 0px 50px 0px;
}
.footer-pad {
    padding: 60px 0px 50px 0px;
}

.footer-border {
    border-top: solid 2px #001e26;
    margin: 0px 0px 60px 0px;
    height: 50px;
    width: 100%;
/*
    background:  
    linear-gradient(135deg, white 36%, transparent 25%) -25px 0,
    linear-gradient(225deg, white 36%, transparent 25%) -25px 0,
    linear-gradient(315deg, white 36%, transparent 25%),
    linear-gradient(45deg, white 36%, transparent 25%);	
    background-size: 50px 50px;
    background-color: #001e26;
*/
}
.footer-container .pra-fill {
    fill: #001e26;
}
.footer-container .pra svg {
    width: 70%;
}
.footer-container .headline-sponsor img {
    width: 70%;
}
.footer-container .headline-sponsor p {
    font-size: 7pt;
}
.footer-container .financial-reporter svg {
    width: 70%;
}
.footer-container h4 {
    color: #000000;
    font-size: 12pt;
    font-weight: normal;
    line-height: 1.4em;
}
.footer-container h4 a {
    color: #000000;
}
.footer-container h4 a:hover {
    color: #c8f238;
}
.footer-container p {
    color: #001e26;
    font-size: 9pt;
    line-height: 1.3em;
}
.footer-container ul {
    list-style: none;
}
.footer-container ul li {
    display: inline-block;
}
.footer-container .footer-nav-list {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-container .footer-nav-list li {
    border-left: solid 1px #001e26;
    font-size: 11pt;
    line-height: 1em;
    padding: 0px 5px 0px 5px;
}
.footer-container .footer-nav-list li:first-child {
    border-left: none;
    padding: 0px 5px 0px 0px;
}
.footer-container .footer-nav-list li a {
    color: #001e26;
}
.footer-container .footer-nav-list li a:hover {
    color: #c8f238;
}
.footer-container .footer-sm-list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-container .footer-sm-list li a {
    border: 1px solid #001e26;
    border-radius: 50%;
    color: #001e26;
    font-size: 14px;
    line-height: 30px;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer-container .footer-sm-list li a:hover {
    background-color: #c8f238;
}
.footer-container .barcadia-media {
    text-align: center;
}
.footer-container .barcadia-media svg {
    max-width: 88px;
    width: 100%;
}
.countdown-clock {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 2.5rem
}
.countdown-clock span {
  display: inline-block;
  padding: 5px
}
.admin-tools a {
    margin: 0px 0px 0px 10px;
}
.contact-status {
    background-color: rgba(255,0,4,0.10);
}
.contact-status {
    background-color: rgba(255,0,4,0.10);
}
.contact-status-hide {
    display: none;
}
.contact-status-highlight {
    color: #FF0004;
}
.page-content ul.category-nav {
    list-style: none;
    margin: 0px 0px 15px 28px;
}
a.category-link {
    color: #c8f238;
}
a.category-link:hover {
    color: #c8f238;
}
a.category-selected {
    color: #001e26;
}
a.category-selected:hover {
    color: #c8f238;
}
.category-new {
    background-color: #ffffff;
    font-size: 20pt;
    padding: 3px 3px 3px 3px;
    right: -20px;
    top: -10px;
}
.app-new {
    display: inline;
    padding: 0px 10px 0px 0px;
}
.vote-section {
    min-height: 900px;
}
.vote-label {
    border: solid 1px #c8f238;
/*
    min-height: 100px;
    height: 100%;
*/
}
.vote-label label {
    cursor: pointer;
}
.vote-label i {
    cursor: pointer;
    font-size: 20pt;
}
.vote-label p,
.vote-label i {
    color: #c8f238;
}
.vote-label.expanded {
    border: solid 1px #c8f238;
}
.vote-label.expanded p,
.vote-label.expanded i {
    color: #c8f238;
}
.vote-input {
    display: block;
    font-size: 0;
    opacity: 0;
}
.modal-content {
    background-color: #ffffff;
    border-radius: 0;
}
.modal-trigger {
    cursor: pointer;
}
.modal-window {
    color: #000000;
    background-color: transparent;
    width: 95%
}
.modal-window .wrapper {
    padding: 15px
}
.modal-window .neon-close {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    width: 24px;
    height: 24px
}
.modal-window .neon-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.modal-window .neon-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.modal-window .neon-close:hover {
    text-decoration: none;
    color: #000000;
    cursor: pointer
}
.modal-window .neon-close:after, .modal-window .neon-close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 0;
    border: 1px solid #c8f238;
    border-radius: 2px;
    -webkit-transform-origin: center;
    transform-origin: center
}
.modal-window .neon-download {
    display: block;
    position: fixed;
    font-size: 20px;
    right: 40px;
    top: 0px;
    width: 24px;
    height: 24px
}
.modal-window .neon-download:hover {
    text-decoration: none;
    color: #c8f238;
    cursor: pointer
}
.modal-window .title {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 10px
}
.modal-window .logo {
    width: 210px;
    display: block;
    margin: 0 auto
}
.modal-window .half-frame {
    border-top: 1px solid #fffff;
    border-bottom: 1px solid #fffff;
    padding: 10px 0;
    margin-top: 20px
}
.modal-window .desc p {
    color: #fff;
    font-size: 16px
}
.modal-window .desc p:last-child {
    margin-bottom: 0
}
.modal-window .sponsor-details {
    text-align: center;
    margin: 20px 0 0
}
.modal-window .sponsor-details li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    border-right: 1px solid #fff
}
.modal-window .sponsor-details li:last-child {
    border-right: none
}
.modal-window .sponsor-details li a {
    color: #fff
}
.neon-arrow {
    display: block;
    position: fixed;
    top: 46%;
    width: 32px;
    height: 32px
}
.neon-arrow:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.neon-arrow:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.neon-arrow:hover {
    text-decoration: none;
    color: #000000;
    cursor: pointer
}
.neon-arrow:after, .neon-arrow:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    width: 32px;
    height: 0;
    border: 2px solid #c8f238;
    border-radius: 2px;
    -webkit-transform-origin: center;
    transform-origin: center
}
.neon-arrow.prev {
    left: -50px
}
.neon-arrow.prev:after {
    bottom: 22px
}
.neon-arrow.prev:before {
    top: 26px
}
.neon-arrow.next {
    right: -50px
}
.neon-arrow.next:after {
    bottom: 4px
}
.neon-arrow.next:before {
    top: 4px
}
@media screen and (max-width:1077px) {
    .modal-window .sponsor-details li {
        display: block;
        padding: 4px 10px;
        border-right: none
    }
}
.modal-window .sponsor-cate {
    font-size: 22px;
    color: #fff
}
.grid {
    max-width: 100%;
    margin: 0px auto 0px auto;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */
.grid-clear {
    font-size: 0;
    height: 0;
    clear: both;
}
.grid-sizer,
.grid-item {
    width: calc(33% - 20px);
    float: left;
}
.grid-item {
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 20px;
    min-height: 225px;
    transition: width 0.2s;
    z-index: 10;
}
.grid-gutter {
    height: 20px;
    width: 20px;
    float: left;
}

.grid-item-body {
    border: solid 2px #ffffff;
    min-height: 225px;
    height: 100%;
    width: 100%;
}
.grid-item pre {
    font-size: 12pt;
}
.expanded {
    width: calc(100% - 30px);
    z-index: 100;
}
.vote-instructions {
    border: solid 1px #c8f238;
    background-color: #c8f238;
}
.vote-instructions .grid-item-body {
    border: solid 2px #c8f238;
}
.vote-instructions ul li {
    color: #ffffff;
    font-size: 13pt;
}
.grid-item-left {
    float: left;
    max-width: 275px;
    width: 100%;
}
.grid-item-right {
    display: none;
    float: right;
    max-width: 585px;
    width: 100%;
}
.vote-glow p,
.vote-glow i {
    color: #001e26 !important;
}
.vote-glow {
    border: solid 1px #001e26 !important;
}
.vote-glow.expanded {
    border: solid 1px #001e26;
}
.vote-glow .grid-item-body {
    border: solid 2px #001e26;
    -webkit-box-shadow: 0 0 0 0 rgba(230, 224, 11, .7);
    box-shadow: 0 0 0 0 rgba(230, 224, 11, .7);
    -webkit-animation: color-1Pulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    animation: color-1Pulse 2.5s cubic-bezier(.66, 0, 0, 1) infinite;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vote-label img {
    max-width: 210px;
    width: 100%;
}
.vote-label .vote-greyscale {
    filter: grayscale(100%);
}
.vote-label:hover .vote-greyscale {
    filter: grayscale(0%);
}
.hr-gap {
    border-top: 2px solid #001e26;
    margin: 20px 0px 30px 0px;
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
    opacity: 1.0;
    width: 50px;
}
@media screen and (max-width: 428px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
        float: left;
    }
    .grid-item-left {
        max-width: 100% !important;
    }
    .expanded {
        width: 100%;
    }
}

.hide-response {
    display: none; 
}
.form-loader {
    display: none;
    border: 16px solid #c8f238; /* 3 Quarters */
    border-top: 16px solid #001e26; /* Quarter */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0px auto 0px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 810px) {
    .header h1 {
        font-size: 53pt;
    }
    .header h2 {
        font-size: 33pt;
    }
    .band-columns h3 {
        font-size: 18pt;
    }
    .band-columns p {
        font-size: 12pt;
    }
    .content-bottom h2 {
        margin: 0px 0px 0px 0px;
    }
}
@media screen and (max-width: 428px) {
    .header h1 {
        font-size: 42pt;
        margin: 0px 0px 20px 0px;
    }
    .header h2 {
        font-size: 15pt;
        margin: -10px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
    }
    .header h3 {
        font-size: 23pt;
    }
    .header h4 {
        font-size: 23pt;
        padding: 15px 15px 15px 15px;
    }
    .header h5 {
        font-size: 26pt;
    }
    .header .col-sm-3 {
        width: 33.333%;
    }
    .header .pr-color-3 svg {
        width: 75%;
    }
    .header .col-sm-8.arrows {
        width: 55%;
    }
    .band-columns h3 {
        font-size: 18pt;
    }
    .band-columns p {
        font-size: 12pt;
    }
    .content-top {
        text-align: center;
    }
    .content-top .text-end {
        text-align: center !important;
    }
    .content-top svg{
        width: 75%;
    }
    .content-top h3 {
        font-size: 24pt;
        text-align: center;
    }
    .content-top h4 {
        font-size: 11pt;
    }
    .content-bottom {
        text-align: center;
    }
    .content-bottom h2 {
        font-size: 28pt;
    }
    .content-bottom img {
        margin: 50px 0px 0px 0px;
    }
    .form-content h2 {
        font-size: 20pt;
    }
    .form-content p {
        font-size: 11pt;
    }
    .form input[type=email],
    .form input[type=tel],
    .form input[type=text] {
        font-size: 14pt;
    }
    .vote-section {
        min-height: none;
    }
    .alpha-list-header h4 {
        font-size: 13pt;
    }
    .alpha-list.alpha-list-3 {
        column-count: 1;
    }

    .footer-container .pra svg {
        width: 40%;
    }
    .footer-container .headline-sponsor img {
        width: 40%;
    }
    .footer-container .financial-reporter svg {
        width: 40%;
    }
    .footer-container h4 {
        text-align: center;
    }
    .footer-container p {
        text-align: center;
    }
    .footer-container ul {
        text-align: center;
    }
    .footer-container ul li {
        text-align: center;
    }
    .footer-container .logos {
        padding: 20px 20px 0px 20px;
    }
    .footer-container .logos .barcadia-media {
        display: inline;
        float: right;
        width: 15%;
    }
}