/*
    dark green:     #184234  24,66,52
    pale green:     #2F8265  47,130,101
    orange:         #E45F00  228,95,0
    bright orange:  #FF8500  255,133,0
    
    font-family: 'Merriweather', serif;
    font-family: 'Montserrat', sans-serif;
*/

/*#region keyframes*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*#endregion*/


/*#region general*/
.text-center {
    text-align:center
}
.padding-one {
    padding:1rem;
}
.text-dkGreen {
    color: #184234;
}

.double-line-orange {
    border-top: 1px solid #FF8500;
    border-bottom: 1px solid #FF8500;
    height: .5rem;
    min-width: 200px;
    margin: .25rem .75rem;
}

.inline {
    display: inline-block;
}
.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #184234;
    border-radius: 0.6em;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;   
}

    .btn:hover, .btn:focus {
        color: #E45F00 !important;
        outline: 0;
    }

.btnHover {
    color: #fff;
    letter-spacing: 3px;
    background-position: -50px;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    bottom: 1rem;
    border-color: #184234;
    background-image: -webkit-linear-gradient(45deg, #184234 50%, transparent 50%);
    background-image: linear-gradient(45deg, #184234 50%, transparent 50%);
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translatex(-50%);
}


    .btnHover:hover {
        background-position: 100%;
        color: #FFF;
        border-color: #184234;
    }
html, body {
    height: 100%;
}

a {
    color: #FF8500;
    transition: all .25s ease-in-out;
}

    a:hover, a:focus, a:active {
        color: #184234;
    }

.strong {
    font-weight: bold;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.text-center {
    text-align: center
}

.text-dkGreen {
    color: #184234;
}

.double-line-orange {
    border-top: 1px solid #FF8500;
    border-bottom: 1px solid #FF8500;
    height: .5rem;
    min-width: 200px;
    margin: .25rem .75rem;
}

.inline {
    display: inline-block;
}

.grid-container-wide {
    max-width: 90rem;
    padding-right: 0;
    padding-left: 0;
}

.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #184234;
    border-radius: 0.6em;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn:hover, .btn:focus {
        color: #fff;
        outline: 0;
    }

.btnHover {
    color: #fff;
    letter-spacing: 3px;
    background-position: -50px;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    width: 300px;
    display:block;
    padding:1rem .5rem;
}

    .btnHover:hover {
        background-position: 100%;
        color: #FFF;
        border-color: #184234;
    }

.bkgOrange {
    background-color: rgba(255,133,0, .75);
}

.bkgGreen {
    background-color: rgba(24,66,52, 0.75);
}

.bkgRed {
    background-color: rgba(178,45,0, 0.75);
}

.bkgBrown {
    background-color: rgba(83,71,65, 0.75);
}

.bkgBlue {
    background-color: rgba(94,171,207, 0.90);
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 400;
    color: #184234;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}


.h1, h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.h2, h2 {
    font-size: 1.25rem
}

.h3, h3 {
    font-size: 1.1875rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: 1.0625rem
}

.h6, h6 {
    font-size: 1rem
}

@media print,screen and (min-width:40em) {
    .h1, h1 {
        font-size: 3rem
    }

    .h2, h2 {
        font-size: 2.5rem
    }

    .h3, h3 {
        font-size: 1.9375rem
    }

    .h4, h4 {
        font-size: 1.5625rem
    }

    .h5, h5 {
        font-size: 1.25rem
    }

    .h6, h6 {
        font-size: 1rem
    }
}


/*#endregion*/

/*#region home nav adjustments*/
#top-row-logo-main-nav {
    background: transparent !important;
    text-align: right;
    border-bottom: none !important;
    position: relative;
    z-index: 100;
    height: 110px;
}
#main-nav a {
    font-size: 1.75rem !important;
    color: #FFF !important;
    padding-left:2rem;
    transition:all .25s ease-in-out
}
#main-nav a:hover {    
    color: #E45F00 !important;
}
#top-logo img {
    display:none;
}
#homeLogo {
    padding-top:5rem;
    padding-left:10%;
}
.scroll-top-outer {
    position: fixed !important;
    width: 100%;
}
#top-row-logo-main-nav.scroll-top-outer {
    background: #FFF !important;
    border-bottom: 1px solid #184234 !important;
}
    #top-row-logo-main-nav.scroll-top-outer a {
        color:#184234 !important;
    }
    #top-row-logo-main-nav.scroll-top-outer a:hover {
        color: #E45F00 !important;
    }
    /*#endregion*/
    /*#region hero image*/
    #hero-gradient {
        position: absolute;
        z-index: 20;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.25);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.90) 10%, rgba(255,255,255,0) 50%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.90) 10%,rgba(255,255,255,0) 50%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.90) 10%,rgba(255,255,255,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
    }

#hero-image {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;    
    overflow: hidden;
    border-bottom: 1px solid #184234;
    width:100%;    
}

#hero-image img {
    object-fit:cover;
    object-position:center center;
}

#hero-image {
    height: 100vh;
    position:relative;
}

.imageHolder {
    width: 100%;
    height: 100%;
    background: #3a4568;
}

.slide-container {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
}

    .slide-container video {
        width: 100%;
        position: absolute;
        z-index: 10;
    }

    .slide-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #homeimages_btnPrevious {
        position: absolute;
        bottom: 40%;
        left: 1rem;
        z-index: 200;
        font-size: 6rem;
        color: rgba(255,255,255,.8);
        transition: all .25s;
    }

    #homeimages_btnNext {
        position: absolute;
        bottom: 40%;
        right: 1rem;
        z-index: 200;
        font-size: 6rem;
        color: rgba(255,255,255,.8);
        transition: all .25s;
    }

    #homeimages_btnPrevious:hover, #homeimages_btnNext:hover {
        color: #E45F00;
    }

    #pauseplay {
        z-index: 250;
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        padding: 1rem;
        height: 50px;
        width: 50px;
    }

    #pauseplay i {
        font-size: 2rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    #pauseplay a {
        color: #222
    }

    #pauseplay a:hover {
        color: #FFF
    }

    .thetext {
        line-height: 1
    }

    .hero-center-container {
        background: transparent;
        z-index: 200;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: table;
        height: 90vh;
    }

    .hero-center-container-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .hero-center-container-inner > .hero-content {
        position: relative;
        text-align: center;
        width: 50%;
    }

        .hero-center-container-inner > .hero-content > .herotheButton {
            width: 600px;
            max-width: 100%;
            position: relative;
            margin: 1rem auto;
        }

    .hero-contentbox {
        position: absolute;
        z-index: 20
    }

    .hero-contentNoBox {
        background: !important;
        border-left-style: none !important;
        border-left-color: inherit !important;
        border-left-width: medium;
        border-right-style: none !important;
        border-right-color: inherit !important;
        border-right-width: medium;
        border-top-style: none !important;
        border-top-color: inherit !important;
        border-top-width: medium;
        border-bottom-style: none !important;
        border-bottom-color: inherit !important;
        border-bottom-width: medium;
    }

.hero-content {
    position: relative;
    top: -25px;
    background: transparent;
    z-index: 500;
    margin: auto;
    color: #FFF;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 60;
    max-width: 100%;
    -webkit-animation: fadeIn 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeIn 4s; /* Firefox < 16 */
    -ms-animation: fadeIn 4s; /* Internet Explorer */
    -o-animation: fadeIn 4s; /* Opera < 12.1 */
    animation: fadeIn 4s;
}

    .hero-contentbox-green, .hero-contentbox-gray {
        position: absolute;
        padding: 2rem;
        background: transparent;
        z-index: 500;
        width: auto;
        text-align: left;
        z-index: 60;
        max-width: 100%;
        border: 1px solid rgba(255,255,255,.4);
    }

    .hero-contentbox-gray {
        background: rgba(0,0,0,.35);
    }

    .hero-contentbox-green {
        background: rgba(163,206,75,.75);
    }

    .herotheButton {
        font-size: 1rem;
        color: #FFF;
        padding: .5rem;
        border: 2px solid #FFF;
        text-align: center;
        width: auto;
        transition: all .25s ease-in-out;
        cursor: pointer;
        text-transform: uppercase;
    }

    .herotheButton a {
        color: #FFF;
    }

    .herotheButton, .hero-contentbox-gray .herotheButton {
        background-color: #184234;
    }

    .herotheButton:hover {
        background: #E45F00;
    }

    .hero-contentTR {
        top: 12rem;
        right: 7.5rem;
    }

    .hero-contentBR {
        bottom: 5rem;
        right: 7.5rem;
    }

    .hero-contentTL {
        top: 12rem;
        left: 7.5rem;
    }

    .hero-contentBL {
        bottom: 5rem;
        left: 7.5rem;
    }

    .herotheTitle {
        color: #FFF;
        font-weight: 400;
        font-size: 1.75rem;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    .herotheTagLine {
        font-size: 3.5rem;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-top: -1rem;
    }

    .hero-center-container-inner .herotheTagLine {
        margin-top: 0;
    }
/*#endregion*/

/*#region Content Container*/
#contentContainer {
    padding: 4rem 2rem;
    background: #fff;   
    background-repeat: repeat-x;
    width: 100%;
}
.wysiwyg {
    clear: both;
    padding-top: .75rem;
    padding-bottom: .75rem;
    line-height: 1.75;
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
}
.wysiwyg p {
    line-height: 1.75
}
.wysiwyg-title {
    color: #386d58;
}
.wysiwyg .orange-text {
    color: #E45F00;
}

.wysiwyg a {
    color: #E45F00;
}
.wysiwyg a:hover {
    color: #184234;
}
.wysiwyg figcaption {
    font-size: .9rem;
    color: #386d58;
}
.wysiwyg .image, .wysiwyg img {
    padding-top: 0;
    margin: .5rem 1rem;
}
.wysiwyg h1 {
    font-size: 3.25em;
    line-height: 1.21052632em;
    margin-top: 0.30263158em;
    margin-bottom: 0.30263158em;
}
.wysiwyg h2 {
    font-size: 2.61111111em;
    line-height: 1.46808511em;
    margin-top: 0.4893617em;
    margin-bottom: 0.4893617em;
}
.wysiwyg h3 {
    font-size: 1.61111111em;
    line-height: 1.5862069em;
    margin-top: 0.79310345em;
    margin-bottom: 0em;
}
.wysiwyg h4 {
    font-size: 1.61111111em;
    line-height: 1.5862069em;
    margin-top: 0.79310345em;
    margin-bottom: 0em;
}

.wysiwyg ul, .wysiwyg ol {
    margin-left: 3rem;
    line-height: 2;
}

.wysiwyg .copybold {
    font-weight: bold;
}
    
/*#endregion*/

/*#region news*/
    #news-row {
        width: 100%;
        padding: 4rem 1rem;
        background: #e7e7e7;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 3px 3px 5px 6px #ccc;
    }

    #news-row a {
        color: #FF8500;
        text-decoration: underline !important;
        transition: all .25s ease-in-out;
    }

    #news-row a:hover, #news-row a:focus, #news-row a:active {
        color: #184234;
        text-decoration: none !important;
    }

#news-container-inner {
    padding: 1rem 1rem;
}

.holdMyCards {
    width: 100%;
    padding-top: 2rem;
}

.card {
    background: #FFF
}

.card-article-hover {
    box-shadow: 0px 0px 7px #444345;
    max-width: 400px;
    display: inline-block;
    margin: 1em 0;
    cursor: pointer;
    overflow: hidden;
    width:32%;
}
.middleCard {
    margin:1rem 2rem;
}
.card-article-imghold {
    height: 250px;
    overflow: hidden;
}

    .card-article-hover img {
        padding: 0 !important
    }

.article-image-container {
    height: 165px;
    overflow: hidden
}

.articleTitleDiv {
    height: 4.5rem;
    overflow: hidden;
}

.article-title-container {
    height: 155px;
}

.card-article-hover .card-section {
    width: 90%;
    background: #ffffff;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: -1rem;
    z-index: 2;
    text-align: left;
}

    .card-article-hover .card-section .article-subtext {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.85rem;
        color: #222222;
        text-align: center
    }

    .card-article-hover .card-section .article-title {
        font-weight: bold;
        font-size: 1.5rem;
        color: #636C76;
    }

    .card-article-hover .card-section .article-desc {
        font-size: 1rem;
        height: 150px;
        color: #444345;
    }

.card-article-hover .card-divider {
    background: #fff;
}

    .card-article-hover .card-divider .author {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2daebf;
    }

.card-article-hover .hover-border {
    height: 10px;
    background: #FF8500;
    width: 0;
    transition: width .25s ease-in-out;
}

.card-article-hover:hover .hover-border {
    height: 10px;
    width: 100%;
    transition: width 1s ease;
}

.card-article-hover .meta-data {
    text-transform: uppercase;
}



/*#endregion*/

/*#region sponsors*/
#sponsors-row-inner {
    padding:4rem;
}

.member-cards-container {
    padding-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.member-card {
    display: inline-block;
    border: 0;
    overflow: hidden;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    height: 150px;
    width: 300px;
    margin: .5rem;
    position: relative;
    background: #fff;
    cursor: pointer;
    box-shadow: 2px 10px 14px 0 rgba(34,34,34,.13),2px 27px 75px 0 rgba(34,34,34,.07);
}

.member-card-logo-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.member-card-logo {
    max-width: 90%;
    max-height: 100px;
    height: auto;
    width: auto;
}

.member-card-text {
    /* https://cssgradient.io/ */
    background: rgb(24,66,52);
    background: linear-gradient(90deg, rgba(24,66,52,1) 58%, rgba(228,95,0,1) 86%, rgba(255,133,0,1) 100%);
    color: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2rem;
    height: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: height .25s ease-in-out;
    padding: .5rem;
}

.member-card:hover .member-card-text {
    height: 100%;
    bottom: 0;
}

.member-card-text a {
    color: #fff;
}

.member-card-text .member-name {
    font-size: 1.15rem;
    font-weight: bold;
}

.member-cards-container .view-all {
    position: relative;
    margin: 0 auto;
}

#members-view-all {
    margin: 0 auto;
}

    #members-view-all a {
        color: #FF8500;
    }

    #members-view-all:hover a {
        color: #184234;
        text-decoration:none;
    }

    #members-view-all i {
        transition: all .25s ease-in-out;
    }

    #members-view-all:hover i {
        padding-left: 1rem;
    }

#investors-join {
    margin: 2rem auto;
}

    #investors-join .button {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.75rem;
        color: #FFF;
        font-weight: bold;
        letter-spacing: 0.1vw;
        margin-top: 1.75rem;
        width: 30rem;
        text-decoration: none;
        padding-left: 1rem;
        padding-right: 3rem;
        align-items: center;
        position: relative;
        border: 2px solid #FFF;
        background-color: #a3ce4b;
        transition: .2s all ease-in-out;
    }

        #investors-join .button:hover {
            background-color: #3a4568;
            color: #fff;
            border: 2px solid #FFF;
        }

        #investors-join .button::before {
            content: '';
            position: absolute;
            right: 1rem;
            width: 1.35rem;
            height: 1.35rem;
            transform: rotate(135deg);
            top: 1.5rem;
            border-top: 2px solid #FFF;
            border-left: 2px solid #FFF;
            margin: .5vh 0;
            transition: .2s all ease-in-out;
        }

        #investors-join .button::after {
            content: '';
            position: absolute;
            right: 1.85rem;
            width: 1.35rem;
            height: 1.35rem;
            top: 1.5rem;
            transform: rotate(135deg);
            border-top: 2px solid #FFF;
            border-left: 2px solid #FFF;
            margin: .5vh 0;
            transition: .2s all ease-in-out;
        }




/*#endregion*/

/*#region media breaks*/
@media(max-width:1680px) {
    #homeLogo {       
        padding-left: 5%;
        width: 325px;
    }
}
    @media(max-width:1460px) {
        #top-sub-main-nav-inner, #main-nav {           
            padding-right: 2rem;
        }
        #main-nav a {
            font-size: 1.5rem !important;
            padding-left: 1.5rem;                
        }
    }

    @media(max-width:1130px) {
        #homeLogo {
            padding-left: 2rem;
            width: 275px;
        }
        #main-nav a {
            font-size: 1.35rem !important;
            padding-left: 1rem;
        }

        #homeimages_btnPrevious, #homeimages_btnNext {
            font-size: 4.5rem;
            bottom: 42%;
        }
        .hero-content {            
            top: -3.5rem;
        }
        #call-to-action {
            padding: 4rem 1rem;            
        }
        .btnHover {
            bottom: 1rem;
            width: 85%;
        }
        .card-article-imghold {
            height: 150px;           
        }
        #sponsors-row-inner {
            padding: 4rem 2rem;
        }
    }

    /* switch to mobile navigation */
    @media (max-width:960px) {
        #hero-image {
            margin-top: 80px;
        }
        #call-to-action .card {           
            height: 300px;
        }
        #homeLogo {
            padding-top: 1rem;
        }
        #homeLogo {            
            /*display: none;*/
        }
        #top-logo img {
            /*display: block;*/
        }
    }

    @media (max-width:890px) {
        #call-to-action .card {
            height: 330px;
        }
        #sponsors-row-inner .double-line-orange {
            min-width:125px;
        }
    }

    @media(max-width:780px) {
        #call-to-action .padding-one {
            width:100% !important;
        }
        #call-to-action .card {
            height: 250px;
            padding:1rem 2rem;
        }
        .btnHover {
            bottom: 2rem;
            width: 300px;
        }
        #news-row {
            padding: 2rem 1rem;
        }
        #news-row h2, #sponsors-row-inner h2 {
            font-size:2.25rem;
        }
        #news-row .double-line-orange {
            min-width: 100px;
        }
        #sponsors-row-inner {
            padding: 4rem 1rem;
        }
        #sponsors-row-inner .double-line-orange {
            min-width: 40px;
        }
        .card-article-hover {
            width: 100%;
        }
        .card-article-imghold {
            height: 250px;
        }
        .middleCard {
            margin:1rem 0;
        }

    }

    @media(max-width:660px) {
        #homeLogo {
            display: none;
        }
        #top-logo img {
            display: block;
        }
        #hero-image {
            height: auto;
            background:#184234;
        }
        #hero-gradient {            
            background: rgba(0,0,0,0);            
        }
        .slide-container {
            height: 200px;
        }
        .hero-center-container {
            background: #184234;
            position: absolute;
            top: 200px;
            height: 200px;
        }
        #homeimages_btnPrevious, #homeimages_btnNext {
            font-size: 2rem;
            bottom: 2rem;
        }
        .slide-container {
            animation: fadeIn linear .25s;
            -webkit-animation: fadeIn linear .25s;
            -moz-animation: fadeIn linear .25s;
            -o-animation: fadeIn linear .25s;
            -ms-animation: fadeIn linear .25s;
        }
        .hero-content {
            padding-top: 1rem;
            top: 0;
            -webkit-animation: fadeIn .25s; /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadeIn .25s; /* Firefox < 16 */
            -ms-animation: fadeIn .25s; /* Internet Explorer */
            -o-animation: fadeIn .25s; /* Opera < 12.1 */
            animation: fadeIn .25s;
        }
        .hero-center-container-inner > .hero-content {
            text-align: left;
            width: 100%;
            margin: 0 auto;
            position: absolute;
            padding:3rem 2rem 2rem 2rem;
        }
        .hero-contentbox-gray {
            background: rgba(0,0,0,0);
            border:none;
        }
        .herotheTitle {           
            font-size: 1.15rem;
        }
        .herotheTagLine {
            font-size: 2.25rem;            
            margin-top: -.75rem;
        }
        #pauseplay a {
            color: #666;
        }
        #pauseplay i {
            font-size: 1.5rem;
            position: absolute;
            top: 3.45rem;
            left: 3rem;
        }
        #news-row h2, #sponsors-row-inner h2 {
            font-size: 1.75rem;
            position: relative;
            top: -.4rem;
        }

        #news-row .double-line-orange {
            min-width: 50px;
        }
        #sponsors-row-inner .double-line-orange {
            min-width: 25px;
        }
    }
    @media(max-width:450px) {
        .btnHover {
            bottom: 1rem;
            max-width:90%;
        }
        #call-to-action {
            padding: 4rem 0;
        }
        #call-to-action .card {
            padding: 1rem 1rem;
        }
        .card-article-imghold {
            height: 200px;
        }
       
    }
@media(max-width:350px) {
    #call-to-action .card {
        height: 275px;
    }
}
    /*#endregion*/