.pageWrapper {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
}
img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
h1, h2, h3, h4, h5 {
    font-weight: 600;
}
h1 {
    font-size: 3.9rem;
    line-height: 5.4rem;
}
.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}
.clearFix:after {
    clear: both;
}
.txt-center {
    text-align: center;
}
#mainContent {
    position: relative;
    height: 100%;
    background: #000;
}
.skipNavigation a {
    background: #000;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    padding: 10px;
    left: 5px;
    top: 5px;
}
.skipNavigation a:focus {
    z-index: 11;
}
.megamenu-container .constrainedContent,
.constrainedContent {
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
header.secondary {
    margin-bottom: 50px;
}
.button {
    padding: 11px 21px 6px 26px;
    background: #FFC82E;
    -webkit-box-shadow: 0px 4px 0px rgba(219,162,0,1);
    -moz-box-shadow: 0px 4px 0px rgba(219,162,0,1);
    box-shadow: 0px 4px 0px rgba(219,162,0,1);
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none !important;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: .24rem;
    font-weight: 600;
    margin: 4px 0 4px;
    cursor: pointer;
}
.button:focus,
.button:hover {
    -webkit-box-shadow: 0px 2px 0px rgba(219,162,0,1);
    -moz-box-shadow: 0px 2px 0px rgba(219,162,0,1);
    box-shadow: 0px 2px 0px rgba(219,162,0,1);
    margin-top: 6px;
    margin-bottom: 2px;
    text-decoration: none;
}

.logo {
    width: 75px;
}
.banner .logo {
    float: left;
}
.logo a {
    font-size: 0;
    color: transparent;
    display: block;
}
.banner {
    position: absolute;
    padding-top: 10px;
    top: 0;
    width: 100%;
    z-index: 3;
}

.page-content ul li{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 15px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 300;
}
.page-content.medium-content ul li{
    font-size: 2.4rem;
    margin-left: 18px;
    line-height: 3.6rem;
}
.page-content ul li:before {
    content: '\0203A';
    position: absolute;
    vertical-align: middle;
    left: -15px;
    top: -1px;
    font-size: 1.1rem;
    line-height: 2.4rem;
}
.page-content.medium-content ul li:before {
    left: -18px;
    font-size: 1.7rem;
    line-height: 3.6rem;
}
.whats-next {
    padding: 93px 0 120px;
    background: #fff;
}
.content-section {
    z-index: 2;
    position: relative;
}
.content-section h2 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 6rem;
    margin-bottom: 50px;
}
a.link-arrow.white-arrow:after,
.event-box .event-box-content .learn-more:after,
a.link-arrow:after,
.home-news .news-item .learn-more:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
a.link-arrow:after,
.home-news .news-item .learn-more:after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(/images/graphics/arrow-right-blk.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
}

a.link-arrow.white-arrow:after,
.event-box .event-box-content .learn-more:after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(/images/graphics/arrow-right-wht.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
}
a.link-arrow:hover:after,
a.link-arrow:focus:after,
a.link-arrow.white-arrow:hover:after,
a.link-arrow.white-arrow:focus:after,
.home-news .news-item a:hover .learn-more:after,
.home-news .news-item a:focus .learn-more:after,
.event-box a:hover .event-box-content .learn-more:after,
.event-box a:focus .event-box-content .learn-more:after {
    margin-left: 26px;
}
footer {
    width: 100%;
    background: #000;
    position: relative;
    z-index: 1;
    padding: 30px 0 40px;
}
footer a:hover,
footer a:focus {
    text-decoration: underline;
}
footer ul.logo-contact {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
footer ul.logo-contact li {
    display: inline-block;
    margin-bottom: 0;
}
footer ul.logo-contact li:nth-of-type(2) {
    margin: 0 4.2%;
}
footer ul.logo-contact li:first-of-type,
footer ul.logo-contact li:last-of-type {
    padding-top: 15px;
    width: 33%;
}
footer ul.logo-contact li:first-of-type {
    text-align: right;
}
footer ul.logo-contact li h2 {
    color: #d71362;
    text-transform: uppercase;
}
footer ul.logo-contact li a{
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
footer ul.logo-contact li .logo a {
    font-size: 0;
}
ul.social-media {
    margin: auto;
    font-size: 0;
    list-style-type: none;
}
.banner ul.social-media {
    position: absolute;
    right: 45px;
}
footer ul.social-media {
    text-align: center;
}
footer ul.social-media {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.social-media li {
    display: inline-block;
    margin-bottom: 0;
}
.banner ul.social-media li:not(:last-of-type) {
    margin-right: 5px;
}
ul.social-media li a {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: block;
}
ul.social-media li.twitter a {
    background: url(/images/graphics/twitter.svg) center no-repeat;
    background-size: 15px 15px;
}
ul.social-media li.facebook a {
    background: url(/images/graphics/facebook.svg) center no-repeat;
    background-size: 15px 15px;
}
ul.social-media li.instagram a {
    background: url(/images/graphics/instagram.svg) center no-repeat;
    background-size: 15px 15px;
}
.banner ul.social-media li.instagram a,
.banner ul.social-media li.facebook a,
.banner ul.social-media li.twitter a {
    background-color: #333333;
}
form fieldset {
    border: none;
}
form .form-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
form .form-row .form-col {
    width: 100%;
    position: relative;
}
form .form-row textarea,
form .form-row select,
form .form-row input {
    margin-bottom: 25px;
}
form button[type="submit"] {
    background: #666666;
    color: #fff;
    text-transform: uppercase;
    padding: 17px;
    min-width: 120px;
}
form button[type="submit"]:hover,
form button[type="submit"]:focus {
    background: #434343;
}
.freeform-column-content-align-center {
    text-align: center;
}
.freeform-form-has-errors,
.errors.freeform-errors {
    color: red;
}
.errors.freeform-errors {
    position: absolute;
    bottom: 10px;
}
.ratioWrapper:before {
    content: "";
    display: block;
    float: left;
    min-width: 100%;
    padding-top: 100%;
    width: 100%;
}
sup {
    line-height: 0;
}
/** Label (the real one, above the field) */
.floating-label {
    position: relative;
    margin-bottom: 25px;
}
.floating-label label {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    font-size: 1.2rem !important;
    font-weight: bold;
    transition: top .2s ease-in-out;
    text-transform: uppercase;
}
.floating-label.is-floating label {
    top: -17px;
}
.floating-label.has-focus label {
    color: #000;
}
/** Pseudo-placeholder */
.floating-label .pseudo-placeholder {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: auto;
    z-index: 3;
    font-size: 1.2rem;
    text-transform: uppercase;
    pointer-events: none;
    transition: opacity .1s ease-in-out;
}
.floating-label.is-floating .pseudo-placeholder {
    opacity: 0;
}
/** Text input */
.floating-label textarea,
.floating-label input {
    position: relative;
    z-index: 2;
}