@charset "utf-8"; /* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

#video {
    text-align: center;
    padding: 2% 5%;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}

a.share-floating-bar-pinterest {
    display: none !important;
}

.right {
    width: 45%;
    float: right;
    margin: 0px 3%;
}

.logo {
    width: 190px;
    margin: 20px;
}

.centvid {
    padding: 30px 15%;
}

.card-body {
    display: none;
}

.tweet {
    padding: 31px;
    margin-bottom: 40px;
    font-size: 150%;
    font-weight: 300;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 40px;
}

img {
    width: 100%;
}

#hero-plus-header {
    display: block;
    font-family: 'Open Sans', sans-serif;
}

li {
    padding-bottom: 20px;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    font-family: 'Open Sans', sans-serif;
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #515151;
}

strong {
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background: #107bb2;
    /* #EE7623; */
    color: #fff;
    padding-bottom: 60px;
}

#txt {
    padding: 2% 16%;
    line-height: 185%;
    font-size: 110%;
}

#txt-gr {
    background: #515151;
    color: #fff;
    padding: 2% 16%;
    line-height: 185%;
    font-size: 110%;
}

#txt-gr a, #txt-gr a:visited, #txt-gr a:hover {
    color: #fcc42a;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.05)!important;
    border-radius: 0.25rem;
    margin-bottom: 40px;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.hero {
    max-width: 100%;
}

#txt a {
    color: #107bb2;
    /* #fcc42a!important; */
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fcc42a!important;
}

.ctab, .ctab:visited {
    display: inline-block;
    background: #fcc42a;
    text-align: center;
    font-weight: bold;
    margin: 30px;
    text-decoration: none!important;
    color: #fff!important;
    padding: 20px;
    font-size: 22px;
    border-radius: 4px;
    transition: background-color 0.35s ease;
    transition: box-shadow 0.35s ease;
    width: 350px;
    max-width: 100%;
}

.ctab:hover {
    background-color: #EE7623;
    color: #fff!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: background-color 0.35s ease;
}

.link {
    font-size: 300%;
    color: #fff;
    transition: color 0.35s ease;
    text-decoration: none;
    display: block;
}

.link:hover {
    font-size: 300%;
    color: #003468;
    text-transform: none;
    text-decoration: none;
    transition: color 0.35s ease;
}

.soc, .soc:visited, .soc:hover {
    color: #ffffff !important;
    padding: 5px;
    margin: 12px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease;
}

.play-overlay {
    position: absolute;
    color: #000;
    background-color: rgba(0,0,0,0.0);
    font-size: 5em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

a {
    color: #cc42a!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #cc42a!important;
}

h1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #515151;
}

h2 {
    text-align: center;
    font-size: 1.7rem;
    margin: 0px 0px 40px;
    font-style: italic;
}

h3 {
    text-align: left;
    font-size: 1.53rem;
    font-weight: 700;
    margin: 30px 0px 40px;
    color: #515151;
}

@media only screen and (max-width: 768px) {
    #video {
        padding:0;
    }

    .right {
        width: 100%;
        float: right;
        margin-bottom: 2%;
    }

    .ctab, .ctab:visited {
        background: #515151;
        text-align: center;
        margin: 0px;
        text-decoration: none!important;
        color: #fff;
        padding: 9px;
        font-size: 14px;
        border-radius: 4px;
        transition: background-color 0.35s ease;
        transition: box-shadow 0.35s ease;
        width: 100%;
        max-width: 100%;
    }

    .logo {
        margin: 10px auto;
        display: block;
        width: 130px;
    }

    .eastlogo {
        margin: 8px 5px;
        width: 204px;
        display: inline-block;
    }

    .tweet {
        width: 100%;
    }

    .col-lg-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #txt {
        padding: 2% 5%;
        font-size: 105%;
    }

    #txt-gr {
        background: #515151;
        color: #fff;
        padding: 2% 5%;
        font-size: 105%;
        line-height: 185%;
        font-size: 110%;
    }

    .centvid {
        padding: 30px 5%;
    }

    .tweet {
        padding: 11px;
        margin-bottom: 40px;
        font-size: 120%;
        font-weight: 300;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
        /* margin: 40px; */
    }

    h1 {
        font-size: 1.7em;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}