html, body {margin: 0px; padding: 0px; border: none;}
body {background: #ffffff; font-family: acumin-pro, sans-serif;  font-style: normal;}
div.buffer {margin: 0 auto; max-width: 1080px; background-color: white;}
div.header {margin: 0 auto; max-width: 1080px; border: 0px;  background-color: lightgrey; padding: 10px 10px; overflow:hidden;}
div.page {margin: 0 auto; max-width: 1040px; border: 0px;  background-color: white; padding: 10px 10px; overflow:hidden;}
h1 {color: #aa4444; font-family: acumin-pro-extra-condensed, sans-serif;  font-style: normal;  font-weight: 800; font-size: 50px; margin-bottom: 25px; margin-top: 0px;}
h2 {color: #ffffff; font-family: acumin-pro-extra-condensed, sans-serif;  font-style: normal;  font-weight: 800; font-size: 18px; text-align: center; margin-top: 0;}
h3 {font-family: acumin-pro-extra-condensed, sans-serif;  font-style: normal;  font-weight: 800;  text-align: center;}
h4 {font-family: acumin-pro-extra-condensed, sans-serif;  font-style: normal;  font-weight: 800;  text-align: center;  font-size:31px; color: #aa4444;}
p, label {color:  #ffffff; font-family: "din-2014",sans-serif;  font-style: normal; margin: 1rem auto 0 0;}
a {color: #f2f2f2; text-decoration: underline; cursor: pointer; font-family: acumin-pro, sans-serif;  font-style: normal;  font-weight: 700;}
footer {margin-top: 0; font-family: "din-2014",sans-serif;}
.blue {
    color: #2a4996;
}
#blue-section #submit-wrapper {
    width: 70%;
    text-align: center;
    padding: 1rem auto 0 auto;
}
#blue-section #submit-wrapper #story-form-submit {
    width: 300px;
    height: 55px;
    background-color: #ffffff;
    /* color: #2a4996; */
    color: #000000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 800;
    margin: 1.5rem auto 1.5rem auto;
    padding-bottom: 4rem!important;
    font-size: 36px;
    border: none;
}
#row7 {
    display: none!important;
}
@media (min-width: 1600px) {
    nav.main-nav {
        width: 100%;
        height: 450px;
        background: url("../images/YGW_header_desktop.jpg") no-repeat;
        background-position-x: center;
        -webkit-background-size:contain!important;
        background-size:contain!important;
        padding-top: 0.75rem;
    }
}

nav.main-nav#main-header {
    text-align: center;
}
#main-header #main-nav-link-wrapper {
    max-width: 100%;
}

nav.main-nav {
    width: 100%;
    height: 450px;
    background: url("../images/YGW_header_desktop.jpg") no-repeat;
    background-position-x: center;
    -webkit-background-size:cover;
    background-size:cover;
    padding-top: 0.75rem;
}

#video-wrapper {
    width: 95%;
    max-width: 1040px;
    height: auto;
    margin: 3rem auto 3rem auto;
    text-align: center;
    position: relative;
    top: 0;
}
#story-form {
    width: 65%;
    display: inline-block;
}

#page-wrapper {
    width: 100%;
    height: auto;
    background-color: transparent;
}
.main-content-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
#header-wrapper {
    height: 150px;
    max-height: 150px;
    border: thin solid white;
    position: relative!important;
}
#center-wrapper {
    width: auto;
    height: auto;
    border: 2px solid white;
    text-align: center;
    background-color: #ffffff;
}
.topic-button-row:first-of-type {
    margin-top: 1rem!important;
}
.topic-button-row {
    margin: 1rem auto 1rem auto;
}
.topic-button-row:last-of-type {
    margin-bottom: 4rem;
}
.rollover-button-wrapper {
    width: 300px;
    overflow: hidden;
    display: inline-block;
}
.rollover-button-wrapper .base {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    float: left;
}
.rollover-button-wrapper .rollover {
    position: relative;
    top: -113px;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    margin-bottom: -113px;
}
#logo-wrapper-link {
    position: initial;
    top: 0;
    left: 0;
    float: left;
}
.content-wrapper {
    margin: auto auto auto 3rem!important;
}
.main-content-wrapper h4 {
    width: 35%;
    position: absolute;
    margin: 1.75rem auto auto auto;
    left: 400px;
    top: 0;
    z-index: 1;
}
#main-section-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 2.5rem 0 1rem 0;
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(242,242,242,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#main-section {
    width: 1040px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: transparent;
    /*
    border: 2px solid white;
    */
}
#main-section #main-nav {
    width: 48px;
    height: 100%;
    background-color: #aa4444;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100000;
    display: inline-block;
    float: right;
}
#main-section #hamburger img{
    width: 65%;
    height: auto;
    margin-top: 0.5rem;
    cursor: pointer;
}
#nav-items {
    display: none;
}
#nav-items a {
    display: block;
    text-decoration: none;
    text-align: left;
    margin: 0.5rem auto 0.75rem 0.75rem;
    font-size: 18px;
    border-bottom: thin solid white;
    width: 100%;
    clear: both;
}
.sub-nav-column a {
    text-decoration: none;
    text-align: left;
    margin: 0 auto 0.05rem 0.75rem!important;
    font-size: 18px;
    width: 100%!important;
    border: none!important;
    font-weight: normal!important;
}
#nav-close {
    width: 1rem;
    color: white;
    float: right;
    margin: 0rem 0.75rem -1rem 1rem;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.nav-column {
    display: inline-block;
    vertical-align: top;
    float: left;
}
#nav-items .nav-column.nav-left {
    max-width: 160px;
    margin-right: 2rem;
}
#main-section h1 {
    width: 70%;
    text-align: center;
    margin: 2rem auto 1.5rem 2rem;
    font-size: 50px;
}

#main-section .container p {
    width: 100%;
    text-align: left;
    margin: auto auto;
    font-size: 15px;
    line-height: 23px;
}

#main-section p {
    width: 40%;
    text-align: left;
    margin: auto auto auto 2.25rem;
    font-size: 15px;
    line-height: 23px;
}

#blue-section-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
    background-color: #2a4996;
    border-bottom: 2px solid white;
}
#blue-section {
    width: 1040px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 2.5rem;
    text-align: left;
    background: url("../images/ho_home03_EducationPhoto.jpg") no-repeat;
    border: none;
    background-position: right;
    -webkit-background-size:cover;
    background-size:cover;
}
#story-form-left-wrapper .story-form-label, #story-form-right-wrapper .story-form-label {
    display: block;
}
#blue-section input.story-form-field {
    width: 310px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    margin: 0.2rem 0 0.2rem 0;
}
#blue-section textarea.story-form-field {
    width: 310px;
    height: 605px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    margin: 0.2rem 0 0.2rem 0;
}

#blue-section form .form-section-wrapper {
    display: inline-block;
    width: 310px;
}
#blue-section form #story-form-left-wrapper {
    float: left;
}
#blue-section form #story-form-right-wrapper {
    float: right;
}
#blue-section form #story-form-bottom-wrapper {
    clear: both;
    width: 110%;
    height:auto;
    text-align: left;
    padding-top: 1rem;
    overflow: auto;
}
#blue-section form #story-form-bottom-wrapper #submit-wrapper {
    width: 100%;
    text-align: center;
    padding: 1rem auto 0 auto;
}
#blue-section form #story-form-bottom-wrapper #submit-wrapper #story-form-submit {
    width: 300px;
    height: 55px;
    background-color: #ffffff;
    /* color: #2a4996; */
    color: #000000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 800;
    margin: 1.5rem auto 1.5rem auto;
    padding-bottom: 4rem!important;
    font-size: 36px;
    border: none;
}
#blue-section form #story-form-bottom-wrapper label {
    float: left;
    overflow: auto;
}
#blue-section h2, #partners-section h2 {
    width: 70%;
    text-align: left;
    margin: auto auto auto 0;
    font-size: 36px;
}

#blue-section p {
    width: 70%;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1.5rem;
}

#partners-section-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
    background-color: #aa4444;
    border-bottom: 2px solid white;
}
#partners-section {
    width: 1040px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 2.5rem;
    text-align: center;
    border: none;
    background-position: right;
    -webkit-background-size:cover;
    background-size:cover;
}

#partners-section .image-wrapper {
    width: 1000px;
    text-align: center;
    margin: auto auto 1rem auto;
    font-size: 15px;
    line-height: 23px;
    display: block;
}

#partners-section .image-wrapper img {
    width: 120px;
    height: 69.3px;
    text-align: center;
    margin: auto auto;
    display: inline-block;
}

#partners-section .container p {
    width: 100%;
    text-align: left;
    margin: auto auto;
    font-size: 15px;
    line-height: 23px;
}

#partners-section p {
    width: 70%;
    text-align: left;
    margin: auto auto;
    font-size: 15px;
    line-height: 23px;
}

.item.home-item {
    text-align: left;
    margin-top: 20px;
    margin-left: 5rem;
}

.item {
    margin-top: 7.5px;
}
.footer-wrapper {
    width: 100%;
    background-color: #cccccc;
}
footer {
    width: 1040px;
    height: 50px;
    background-color: #cccccc;
    color: #005b7f;
    margin: auto auto;
    padding: 1rem 0 1rem 0;
}
#footer-logo {
    vertical-align: top;
}
.footer-link {
    color: #005b7f;
    text-decoration: none;
}

#genius_back_page {
    margin-top: 50px!important;
}

#players-sub-mobile {
    margin-top: 1.25rem;
    display: none;
}
#players-sub-mobile .players-sub-nav-link {
    text-align: left;
}
#players-sub-mobile {
    column-count: 2;
    display: none;
}

.youtube-container-16x9 {
    padding-bottom: 56.25%;
}

.youtube-container {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    left: -85px;
}


@media (max-width: 900px) {
    nav.main-nav#main-header {
        text-align: center;
    }
    #main-header #main-nav-link-wrapper {
        max-width: 100%;
    }

    nav.main-nav {
        width: 100%;
        height: 450px;
        background: url("../images/YGW_header_desktop.jpg") no-repeat;
        background-position-x: center;
        -webkit-background-size:cover;
        background-size:cover;
        padding-top: 0.75rem;
    }

    #logo {
        /*left: -12.5rem!important;*/
    }
    #video-wrapper {
        width: 80%;
        height: auto;
        margin: 3rem auto 0rem auto;
        text-align: center;
        position: relative;
        top: -4rem;

    }
    #story-form {
        width: 65%;
        display: inline-block;
    }
    .main-content-wrapper h4 {
        width: 61%;
        position: relative;
        top: 0px;
        left: 10%;
    }
    #page-wrapper {
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .main-content-wrapper {
        position: relative;
        z-index: 1;
        margin-bottom: 1rem!important;
    }
    .content-wrapper {
        margin: auto auto auto 3rem!important;
    }
    #main-section-wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        padding: 2.5rem 0 2.5rem 0;
        background: rgb(242,242,242); /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, rgba(242,242,242,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    #main-section {
        width: 100%;
        height: 150px;
        margin: 0 auto 0 auto;
        text-align: center;
        background-color: transparent;
    }
    #main-section #main-nav {
        width: 48px;
        height: 100%;
        background-color: #aa4444;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100000;
        display: inline-block;
        float: right;
    }
    #main-section #hamburger img{
        width: 65%;
        height: auto;
        margin-top: 0.5rem;
        cursor: pointer;
    }
    #nav-items {
        display: none;
    }
    #nav-items a {
        display: block;
        text-decoration: none;
        text-align: left;
        margin: 0.5rem auto 1rem 0.75rem;
        font-size: 18px;
        border-bottom: thin solid white;
        width: 80%;
        clear: both;
    }
    #nav-close {
        width: 1rem;
        color: white;
        float: right;
        margin: 1rem 0.75rem -1rem 1rem;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
    }
    #main-section h1 {
        width: 70%;
        text-align: center;
        margin: 2rem auto 1.5rem auto;
        font-size: 50px;
    }

    #main-section .container p {
        width: 100%;
        text-align: left;
        margin: auto auto;
        font-size: 15px;
        line-height: 23px;
    }

    #main-section p {
        width: 70%;
        text-align: left;
        margin: auto auto;
        font-size: 15px;
        line-height: 23px;
    }

    #blue-section-wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        padding: 0 0 0 0;
        background-color: #2a4996;
        border-bottom: 2px solid white;
    }
    #blue-section {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding-top: 2.5rem;
        text-align: left;
        background: url("../images/ho_home03_EducationPhoto.jpg") no-repeat;
        border: none;
        background-position: right;
        -webkit-background-size:cover;
        background-size:cover;
    }
    #story-form-left-wrapper .story-form-label, #story-form-right-wrapper .story-form-label {
        display: block;
    }
    #blue-section input.story-form-field {
        width: 310px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
    }
    #blue-section textarea.story-form-field {
        width: 310px;
        height: 605px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
    }

    #blue-section form .form-section-wrapper {
        display: inline-block;
        width: 310px;
    }
    #blue-section form #story-form-left-wrapper {
        float: left;
    }
    #blue-section form #story-form-right-wrapper {
        float: left;
    }
    #blue-section form #story-form-bottom-wrapper {
        clear: both;
        width: 110%;
        height:auto;
        text-align: left;
        padding-top: 1rem;
        overflow: auto;
    }
    #blue-section form #story-form-bottom-wrapper #submit-wrapper {
        width: 100%;
        text-align: center;
        padding: 1rem auto 0 auto;
    }
    #blue-section form #story-form-bottom-wrapper #submit-wrapper #story-form-submit {
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        /* color: #2a4996; */
        color: #000000;
        font-family: acumin-pro-extra-condensed, sans-serif;
        font-style: normal;
        font-weight: 800;
        margin: 1.5rem auto 1.5rem auto;
        padding-bottom: 4rem!important;
        font-size: 36px;
        border: none;
    }
    #blue-section form #story-form-bottom-wrapper label {
        float: left;
        overflow: auto;
    }
    #blue-section h2, #partners-section h2 {
        width: 70%;
        text-align: left;
        margin: auto auto auto 0;
        font-size: 50px;
    }

    #blue-section p {
        width: 70%;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 1.5rem;
    }

    #partners-section-wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        padding: 0 0 0 0;
        background-color: #aa4444;
        border-bottom: 2px solid white;
    }
    #partners-section {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding-top: 2.5rem;
        text-align: center;
        border: none;
        background-position: right;
        -webkit-background-size:cover;
        background-size:cover;
    }

    #partners-section .image-wrapper {
        width: 100%;
        text-align: center;
        margin: auto auto 1rem auto;
        font-size: 15px;
        line-height: 23px;
        display: block;
    }

    #partners-section .image-wrapper img {
        width: 23%;
        height: auto;
        text-align: center;
        margin: auto auto;
        display: inline-block;
    }

    #partners-section .container p {
        width: 100%;
        text-align: left;
        margin: auto auto;
        font-size: 15px;
        line-height: 23px;
    }

    #partners-section p {
        width: 70%;
        text-align: left;
        margin: auto auto;
        font-size: 15px;
        line-height: 23px;
    }

    .item.home-item {
        text-align: left;
        margin-top: 20px;
        margin-left: 5rem;
    }

    .item {
        margin-top: 7.5px;
    }
    .footer-wrapper {
        width: 100%;
        height:auto;
        overflow: auto;
        background-color: #cccccc;
    }
    footer {
        width: 100%;
        height: 50px;
        background-color: #cccccc;
        color: #005b7f;
        margin: auto auto;
        padding: 1rem 0 1rem 0;
    }
    #footer-logo {
        vertical-align: top;
    }
    .footer-link {
        color: #005b7f;
        text-decoration: none;
    }

    #genius_back_page {
        margin-top: 50px!important;
    }

    #players-sub-mobile {
        margin-top: 1.25rem;
        display: none;
    }
    #players-sub-mobile .players-sub-nav-link {
        text-align: left;
    }
    #players-sub-mobile {
        column-count: 2;
        display: none;
    }

    .youtube-container-16x9 {
        padding-bottom: 56.25%;
    }

    .youtube-container {
        position: relative;
        height: 0;
        margin-bottom: 20px;
        left: -85px;
    }
}

@media (min-width: 640px) and (max-width: 899px){
    nav.main-nav {
        width: 100%;
        height: auto!important;
        background: url(../images/YGW_header_mobile.jpg) no-repeat;
        background-position-x: center;
        padding-top: 0.75rem;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #main-header #main-nav-link-wrapper {
        max-width: 90%;
        margin: auto;
    }
    .main-nav a.main-nav-link {
        padding-bottom: 0.2rem;
        color: #FFFFFF;
        font-size: 18px;
        text-decoration: none;
        margin: 1rem 1rem 1rem 1rem;
    }

    #main-nav-link-wrapper {
        max-width: 90%;
        margin: 100px auto auto auto;
        text-align: center;
    }

    .main-nav a.main-nav-link.active {
        border-bottom: none;
        cursor: auto;
    }

    #main-section.home-foreground form p input, #main-section.home-foreground form p textarea {
        width: 100%;
        display: inline-block!important;
    }

}

@media (min-width: 374px) and (max-width: 639px) {
    #header-wrapper {
        height: 350px;
        max-height: 350px;
        border: thin solid white;
    }
    #logo-wrapper-link {
        position: initial;
        top: 0;
        left: 0;
        float: none;
    }
    nav.main-nav {
        width: 100%;
        height: auto!important;
        background: url(../images/YGW_header_mobile.jpg) no-repeat;
        background-position-x: center;
        padding-top: 0.75rem;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #main-header #main-nav-link-wrapper {
        max-width: 45%;
        margin: auto;
    }
    .main-nav a.main-nav-link {
        padding-bottom: 0.2rem;
        color: #FFFFFF;
        font-size: 18px;
        text-decoration: none;
        margin: 1rem 1rem 1rem 1rem;
    }

    #main-nav-link-wrapper {
        max-width: 45%;
        margin: 100px auto auto auto;
        text-align: center;
    }

    .main-nav a.main-nav-link.active {
        border-bottom: none;
        cursor: auto;
    }
    #main-section.home-foreground form p input, #main-section.home-foreground form p textarea {
        width: 100%;
        display: inline-block!important;
    }

    .main-content-wrapper h4 {
        position: initial;
        margin: auto auto 5rem auto;
        padding: 0 0 0 0;
        clear: both;
    }
    #logo {
        position: initial!important;
        margin: 2rem auto 1rem auto;
    }
    #video-wrapper {
        width: 70%;
        height: auto;
        margin: 8rem auto 0rem auto;
        text-align: center;
        position: relative;
        top: -4rem;
    }
    #main-section {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        background-color: transparent;
    }
}
@media (max-width: 374px) {
    #header-wrapper {
        height: 350px;
        max-height: 350px;
        border: thin solid white;
    }

    .youtube-container iframe {
    width: 100%;
}
    nav.main-nav {
        width: 100%;
        min-height: 150px!important;
        height: auto!important;
        background: url(../images/YGW_header_mobile.jpg) no-repeat;
        background-position-x: center;
        padding-top: 0.75rem;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    #main-section.home-foreground form p input, #main-section.home-foreground form p textarea {
        width: 100%;
        display: inline-block!important;
    }
    #video-wrapper div iframe {
        width: 100%;
        height: 97px;
    }
    .main-content-wrapper h4 {
        width: 60%;
        position: initial;
        margin: auto auto 5rem auto;
    }
    #logo {
        position: initial!important;
        margin: 2rem auto 1rem auto;
    }
    #video-wrapper {
        width: 70%;
        height: auto;
        margin: 8rem auto 0rem auto;
        text-align: center;
        position: relative;
        top: -4rem;
    }
    #main-section {
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        background-color: transparent;
    }
    #blue-section input.story-form-field {
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
    }
    #story-form-left-wrapper .story-form-label, #story-form-right-wrapper .story-form-label {
        display: block;
        width: 100%;
    }
    #blue-section textarea.story-form-field {
        width: 100%;
        height: 605px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
    }
    #blue-section form #story-form-bottom-wrapper #submit-wrapper #story-form-submit {
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        /* color: #2a4996; */
        color: #000000;
        font-family: acumin-pro-extra-condensed, sans-serif;
        font-style: normal;
        font-weight: 800;
        margin: 1.5rem auto 1.5rem auto;
        padding-bottom: 0.5rem!important;
        font-size: 25px;
        border: none;
    }
    #blue-section form #story-form-left-wrapper {
        float: left;
        width: 100%;
    }
    #blue-section form #story-form-right-wrapper {
        float: left;
        width: 100%;
    }
    #partners-section .image-wrapper img {
        width: 60%;
        height: auto;
        text-align: center;
        margin: auto auto;
        display: block;
    }
}
