@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.section01{
    background: #e19247;
}
header {
    background: url(/images/mainBG2.png) no-repeat;
    background-size: cover;
    height: 600px;
}
.headerInner{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.headerBar{
    background: rgba(142, 1, 76, .75);
    grid-area: 1 / 1 / 2 / 2;
}
.headerBarContents{
    display: flex;
    justify-content: space-between;
    max-width: 875px;
    margin: 0 auto;
    padding: 20px;
}
.mobileHeader{
    display: none;
}
a.logoCenter {
    max-width: 420px;
    align-self: center;
    height: fit-content;
}
a.logoCenter img{
    width: 100%;
    margin-left: 16px;
}
.headerBtns {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.ctaBtn {
    background: #fff;
    color: #39827f;
    text-decoration: none;
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    padding: 25px 50px 20px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all .2s ease-out;
    cursor: pointer;
    box-shadow: 5px 10px 8px #390033;

}
.ctaBtn:hover{
    background: #39827f;
    color: #fff;
}
.ctaBtn.alternate{
    background: #1cbbb4;
    color: #fff;
    border: 2px solid #1cbbb4;
    width: fit-content;
}
.ctaBtn.alternate:hover{
    background: #fff;
    color: #1cbbb4;
}
.headerBtns .signInMsg {
    padding-top: 30px;
    font-family: 'AcuminProRegular';
    font-size: 20px;
}
.headerBtns .signInMsg a:hover {
    text-decoration: underline;
}
.headerBtns .signInMsg a {

    font-family: 'AcuminProBold';
    color: #3f4f57;
    text-decoration: none;

}
.headerBtns .serverUI {
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
    transition: all .2s ease-out;
}
.headerBtns .serverUI a {
    text-decoration: none;
}
.headerBtns .serverUI {
    font-family: 'AcuminProBold';
    text-align: center;
}
.headerBtns .serverUI .serverLink {
    margin-top: 3px;
    color: #fff;
}
.headerBtns .serverUI .serverLink a {
    color: #4089ae;
}
.headerBtns .serverUI a:hover {
    text-decoration: underline;
}
.logoCell {
    max-width: 50%;
    display: flex;
    align-content: center;
}
.loginCell {
    padding-right: 36px;
    min-width: 33%;
}
.joinCell {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    grid-area: 2 / 1 / 3 / 2;
}
.horseImg img {
    display: block;
    width: 100%;
}
.horseCallout {
    position: absolute;
    left: 75%;
    bottom: 50px;
    width: auto;
    white-space: nowrap;
}
h1 {
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    color: #202a2f;
    font-size: 52px;
    line-height: 1.1;
}
.horseCallout span{
    color: #202a2f;
    display: block;
    font-size: 26px;
    line-height: 1.3;
}
.horseCallout span b, .horseCallout span strong {
    font-family: 'AcuminProBold';
    text-transform: uppercase;
}
.horseCallout span i, .horseCallout span em {
    font-family: 'AcuminProItalic';
}
.tabs li.active .navButton {
    transform: scale(1.20);
}
.navButton {
    width: 172px;
    height: 172px;
    position: relative;
    text-align: center;
    transition: all .2s ease-out;
}
.tabs-content {
    background: #ebebeb;
}
.tabscontainer {
    margin-top: 25px;
}
.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.tabs li {
    margin: 0;
    text-align: center;
    float: left;
    position: relative;
}
.tabs li a{
    display: block;
    text-decoration: none;
}
.navButton_Breed{
    background: url(../images/btn_breed_default.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Breed:hover,
.tabs li.active .navButton_Breed{
    background: url(../images/btn_breed_hover.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Collect{
    background: url(../images/btn_collect_default.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Collect:hover,
.tabs li.active .navButton_Collect{
    background: url(../images/btn_collect_hover.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Show{
    background: url(../images/btn_show_default.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Show:hover,
.tabs li.active .navButton_Show{
    background: url(../images/btn_show_hover.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Love{
    background: url(../images/btn_love_default.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Love:hover,
.tabs li.active .navButton_Love{
    background: url(../images/btn_love_hover.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Join{
    background: url(../images/btn_join_default.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.navButton_Join:hover,
.tabs li.active .navButton_Join{
    background: url(../images/btn_join_hover.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
span.tabLabel {
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    color: #fff;
    padding: 15px 15px;
    display: block;
    font-size: 16px;
}
.tabs li.active span.tabLabel{
    color: #ffffff;
}
.tabs-content .tabs-panel {
    display: none;
}
.flextab{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tabs-content .tabs-panel .tab-title {
    display: none;
}
.tabs-content .tab-title {
    color: #0b8593;
}
.tabs-inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}
.tabs-content h2 {
    color: #202a2f;
    font-family: 'MyriadProRegular';
    font-size: 23px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 30px;
}
.tabs-content p{
    color: #202a2f;
    font-family: 'MyriadProRegular';
    font-size: 18px;
    line-height: 1.4;
}
.tabArrow{
    width: 0px;
    height: 0px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    top: 100%;
    z-index: 30;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.tabArrow:after{
    content: "";
    display: block;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #8abfa3;
    position: absolute;
    left: -60px;
    bottom: 6px;
}
.tabs li.active .tabArrow{
    display: block;
}
.tabLeft {
    width: 100%;
}
.tabLeft img{
    max-width: 100%;
}
.tabRight {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width:0%;
}
.tabs-panel .ctaBtn{
    display: block;
    margin-top: 80px;
}
.image-container {
    margin-bottom: 50px;
}
.image-container img{
    width:auto;
    max-width: 100%;
}
.tabRight p.callout {
    text-transform: uppercase;
    font-family: 'AcuminProMedium';
    font-size: 22px;
}
.tabRight p.callout span{
    font-family: 'AcuminProBlack';
    color: #39827f;
}
.tabRight p.callout strong{
    font-family: 'AcuminProUltraBlack';
}
section.section02 {
    background: #1cbbb4;
    padding: 100px 0;
    border-bottom: 16px solid #fff;
}
.sliderInner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.flexwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
span.name {
    display: block;
    float: left;
    font-family: 'MyriadProRegular';
    text-transform: uppercase;
    font-size:24px;
    line-height: 1.2;
    margin-top:50px;
    color: #fff;
}
.sliderInner {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.slide {
    padding: 0 100px;
    width: 100%;
    box-sizing: border-box;
}
.slideLeft {
    margin-right: 6%;
    width: 25%;
    min-width: 241px;
}
.slideLeft img{
    width: auto;
    max-width: 100%;
}
.slideRight {
    width: 75%;
}
.slideRight p{
    font-family: 'SegoePrint';
    color: #fff;
    font-size:28px;
    line-height: 1.9;
}
.slideRight .ctaBtn {
    clear: both;
    float: left;
    display: block;
    margin-top: 100px;
    color: #1cbbb4;
    border: 2px solid #fff;
}
.slideRight .ctaBtn:hover{
    color: #fff;
    background: none;
}
.slick-arrow{
    background: url(../images/slideArrow.png) no-repeat;
    background-size: 30px 53px;
    width:30px;
    height: 53px;
    min-width:30px;
    min-height: 53px;
    border: none;
    cursor: pointer;
}
.slick-arrow:focus, .slick-arrow:hover{
    opacity: .8;
    outline: none;
}
button.slick-next.slick-arrow{
    transform: rotate(180deg);
}
section.section03 {
    background: #c8b897;
    color: #86391b;
    padding: 20px 0 40px;
}
.timerInner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.section03 h2 {
    font-family: 'Helvetica-Bold';;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1;
}
#timer {
    font-size: 100px;
    text-shadow: 1px 1px 3px #746c5b;
    letter-spacing: 2px;
    font-family: 'Montserrat-Thin';
    margin-top: 15px;
    line-height: 1;
}
#timer span {
    position: relative;
}
#timer span:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-family: 'Montserrat-Bold';
    font-size: 12px;
}
.days:after{
    content: "DAY";
}
.hours:after{
    content: "HRS";
}
.minutes:after{
    content: "MIN";
}
.seconds:after{
    content: "SEC";
}
footer {
    background: #c8b897;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
footer .innerWrap {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}
.footerFlex {
    border-top: 4px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.footerCenter a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 0px;
    line-height: 1;
}
.footerCenter a:hover {
    border-bottom: 1px solid #ffffff;
}
.footerCenter span {
    padding: 0 10px;
    color: #ffffff;
}
.footerRight {
    font-size: 16px;
    color: #ffffff;
}
.footerLeft a {
    display: inline-block;
    margin-right: 30px;
}
.footerLeft a img{
    max-width: 25px;
}

/*Either Modal*/
.anyModal {
    display: none;
    position: relative;
    z-index: 500;
}
.anyModal.modalOpen{
    display: block;
}
.modalOuter {
    position: fixed;
    z-index: 500;
    background: rgba(32, 42, 47, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: auto;
}
.modalBox {
    padding: 30px 40px 30px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 970px;
}
.modalLeft {
    margin-right: 30px;
    width: 48%;
}
.modalRight {
    width: 52%;
}
.modalLeft img {
    width: auto;
    max-width: 100%;
}
@font-face{font-family:FontAwesomeSolid;font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:FontAwesomeSolid;font-weight:900}

.fa, .fas {
    font-family: FontAwesomeSolid;
    font-weight: 900;
}
.fa-times:before {
    content: "\f00d";
}
.modalClose{
    background: #1cbbb4;
    color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    right: -50px;
    transform: rotate(45deg);
    border: none;
    cursor: pointer;
    transition: color .2s ease-out;
    outline: none;
}
.modalClose:hover{
    color: #202a2f;
}
.modalClose span.fa {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 41px;
    transform: rotate(-45deg);
}
.modalInner {
    display: -webkit-flex;
    display: flex;
}
. {
    margin-top:20px;
}

.anyModal h2 {
    font-family: 'AcuminProBold';
    font-size: 33px;
    line-height: 1;
    color: #202a2f;
    padding-bottom: 20px;
    border-bottom: 1px solid #87bea1;
    margin-bottom: 25px;
}
.anyModal h3 {
    font-family: 'AcuminProBold';
    font-size: 18px;
    color: #202a2f;
    line-height: 1.3;
    margin-bottom: 30px;
}
.anyModal h3 a{
    font-family: 'AcuminProRegular';
    text-decoration: none;
    color: #39827f;
}
.anyModal h3 a:hover{
    text-decoration: underline;
}
.anyModal p{
    font-family: 'AcuminProRegular';
    color: #131313;
    font-size: 16px;
    line-height: 1.5;
}
.anyModal p span{
    font-family: 'AcuminProBold';
    color: #39827f;
}

.anyModal .entryForm input {
    display: block;
    width: 100%;
    font-family: 'AcuminProRegular';
    font-size: 14px;
    color: #484848;
    padding: 15px 20px 10px 20px;
    margin: 10px 0 4px 0;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    outline: none;
    transition:all 0.3s ease-out;
}
.anyModal .entryForm input:focus{
    border: 1px solid #1cbbb4;
}
.anyModal .entryForm input[type="submit"] {
    float: left;
    display: block;
    width: auto;
    background: #1cbbb4;
    color: #fff;
    border: 2px solid #1cbbb4;
    text-decoration: none;
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding: 25px 50px 20px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all .3s ease-out;
    cursor: pointer;
    margin-top: 10px;
}
.anyModal .entryForm input[type="submit"]:hover{
    background: #fff;
    color: #1cbbb4;
}
.anyModal .entryForm input.error{
    border-color: red;
    background: #FDD;

}
.anyModal .entryForm .error_info{
    font-family: 'AcuminProBold';
    font-size: 12px;
    margin-left: 21px;
    color: #ec5151;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.anyModal .bulkEmailOptIn {
    font-family: 'AcuminProRegular';
    padding-left: 6px;
    font-size: 13px;
    color: #6f8785;
}

.anyModal .bulkEmailOptIn input {
    width: auto;
    display: inline;
    margin-right: 3px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}



@media screen and (max-width:1600px){
    h1{
        font-size: 3.2vw;
    }
    .horseCallout span{
        font-size:1.6vw;
    }
}
@media screen and (max-width:1080px){
    .modalBox {
        max-width: 90%;
        box-sizing: border-box;
    }
}
@media screen and (max-width:1000px){
    header {
        background-position-x: 15%;
    }
    .navButton {
        width: 130px;
        height: 130px;
    }
    .navButton img{
        width:100px;
    }
    span.tabLabel{

    }
    .tabArrow{
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #fff;
    }
    .tabArrow:after {
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #8abfa3;
        left: -50px;
        bottom: 4px;
    }
    .tabs-content h2{
        font-size: 32px;
    }
    .tabs-content p{
        font-size:24px;
    }
    .ctaBtn{

    }
    .tabRight p.callout{
        font-size: 17px;
    }
    .slideRight p{
        font-size: 22px;
    }
    .slide {
        padding: 0 50px;
    }
    span.name{
        font-size: 20px;
        margin-top: 30px;
    }
    .slideRight .ctaBtn{
        margin-top:60px;
    }
    .slick-arrow {
        background-size: 25px 44px;
        width: 25px;
        height: 44px;
        min-width: 25px;
        min-height: 44px;
    }
    section.section02{
        padding: 80px 0;
    }
    section.section03{
        padding: 80px 0 20px;
    }
    .section03 h2{
        font-size: 32px;
    }
    #timer{
        font-size: 80px;
    }
    .tabRight{
        max-width: 250px;
    }
    .headerBtns .signInMsg{
        font-size: 16px;
        padding-top: 20px;
    }
    .headerBtns .serverUI {
        margin-top: 20px;
    }
    .headerBtns .serverUI .serverLink {
        font-size: 10px;
    }
    .headerBarContents{
        padding: 15px 20px;
    }
    a.logoCenter img {
        margin-left: 0;
    }
    .loginCell{
        padding: 0;
    }
}
@media screen and (max-width:920px){
    h1 {
        font-size: 2.6vw;
    }
    .horseCallout span {
        font-size: 14px;
    }

}
@media screen and (max-width:850px){
    .slideLeft{
        min-width: 200px;
    }
}
@media screen and (max-width:768px){
    a.logoCenter {
        max-width: 250px;
        float: left;
    }
    .mheaderBody {
        margin: 50px auto 20px;
    }
    h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .horseImg {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }
    .horseImg img {
        display: block;
        width: 90%;
    }
    .horseCallout{
        left: 65%;
    }
}
@media screen and (max-width:700px){
    .flextab,
    .flexwrap{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .tabLeft, .tabRight, .slideLeft, .slideRight{
        width:100%;
        text-align: center;
    }
    .tabs-panel .ctaBtn{
        float: none;
        margin-top: 40px;
    }
    .tabRight{
        max-width: 220px;
        margin: 60px auto 0;
    }
    .slideLeft{
        max-width: 220px;
        margin: 0 auto 30px;
        min-width: 0;
    }
    .navButton {
        width: 85px;
        height: 85px;
    }
    .navButton img{
        width:70px;
    }
    span.tabLabel{

    }
    .tabArrow{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #fff;
        top: 52px;
    }
    .tabArrow:after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #8abfa3;
        left: -30px;
        bottom: 2px;
    }
    span.tabLabel{
        font-size: 8px;
    }
    .tabs-inner{
        padding: 40px 15px;
    }
    .tabs-content h2 {
        font-size: 26px;
    }
    .tabs-content p {
        font-size: 20px;
    }
    section.section02 {
        padding: 40px 0;
    }
    span.name {
        float: none;
    }
    .slideRight .ctaBtn {
        float: none;
    }
    .section03 h2{
        font-size: 26px;
    }
    section.section03 {
        padding: 60px 0 80px;
    }
    #timer {
        font-size: 55px;
    }
    #timer span:after{
        font-size: 10px;
    }
    .slideRight p {
        font-size: 20px;
    }
    span.name {
        font-size: 18px;
    }
    .horseCallout span {
        font-size: 12px;
    }
    footer .innerWrap, .timerInner {
        padding: 0 15px;
    }
}
@media screen and (max-width:650px){

    .modalLeft{
        display: none;
    }
    .modalRight {
        width: 100%;
    }
    .footerFlex {
        display: block;
        overflow: hidden;
    }
    .footerLeft {
        overflow: hidden;
        float: left;
    }
    .footerLeft a {
        margin-right: 15px;
    }
    .footerRight {
        float: right;
        clear: both;
        font-size: 13px;
    }
    .footerCenter {
        float: right;
    }
    .footerCenter a {
        font-size: 15px;
    }
    .footerCenter span {
        padding: 0 5px;
    }
    .entryForm input[type="submit"]{
        width: 100%;
        padding: 20px 50px 16px 50px;
    }
}
@media screen and (max-width:550px){
    .slide {
        padding: 0 25px;
    }
    .sliderInner{
        padding: 0 10px;
    }
    .slick-arrow {
        background-size: 15px 26px;
        width: 15px;
        height: 26px;
        min-width: 15px;
        min-height: 26px;
    }
    .slideRight p {
        font-size: 18px;
    }
    span.name {
        font-size: 16px;
    }
    .section03 h2{
        font-size: 20px;
    }
    #timer {
        font-size: 45px;
    }
    #timer span:after{
        font-size: 8px;
    }
    section.section03 {
        padding: 40px 0 60px;
    }
    section.section02{
        border-bottom: 8px solid #fff;
    }
    .horseCallout {
        position: relative;
        left: 0;
        right: 0;
        display: block;
        clear: both;
        bottom: auto;
        width: 180px;
        margin: 0 auto;
    }
    .horseImg img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .horseImg {
        width: 80%;
        text-align: center;
        max-width: none;
        margin: 0 auto;
        position: relative;
    }
    .anyModal  h2{
        font-size:26px;
    }
    .anyModal h3{
        font-size: 16px;
    }
    .anyModal p{
        font-size:14px;
    }
    .entryForm input[type="submit"]{
        font-size: 16px;
    }
}
@media screen and (max-width:530px){
    a.logoCenter {
        max-width: 200px;
    }
    .headerBtns .ctaBtn {

    }
    .headerBtns .signInMsg {
        padding-top: 15px;
    }
    .headerBtns .signInMsg {
        padding-top: 15px;
    }
    .ctaBtn {

    }
    .headerBtns .serverUI {
        font-size: 9px
    }
    .headerBtns .serverUI .serverLink {
        font-size: 9px;
        margin-top: 0px;
    }


}
@media screen and (max-width:480px){
    .horseCallout {
        position: relative;
        left: 0;
        right: 0;
        display: block;
        clear: both;
        bottom: auto;
        width: 180px;
        margin: 0 auto;
    }
    .horseImg img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .horseImg {
        width: 80%;
        text-align: center;
        max-width: none;
        margin: 0 auto;
        position: relative;
    }
    .navButton {
        width: 65px;
        height: 65px;
    }
    span.tabLabel {
        font-size: 8px;
        padding: 15px 10px;
    }
    .navButton img {
        width: 50px;
    }
    h1 {
        font-size: 26px;
    }
    .tabs-content h2 {
        font-size: 24px;
    }
    .tabs-content p {
        font-size: 18px;
    }
    .tabRight {
        max-width: 200px;
        margin: 30px auto 0;
    }
    .tabRight p.callout {
        font-size: 16px;
    }
    .slideRight p {
        font-size: 16px;
    }
    span.name {
        font-size: 14px;
    }
    section.section02 {
        padding: 30px 0;
    }
    section.section02 {
        padding: 30px 0;
    }
    section.section02 {
        padding: 30px 0;
    }
    #timer span:after{
        font-size: 8px;
    }
    .entryForm input[type="submit"] {
        font-size: 14px;
    }
}
@media screen and (max-width:440px){
    h1 {
        font-size: 22px;
    }
    a.logoCenter {
        max-width: 150px;
    }
}
@media screen and (max-width:400px){
    .section03 h2 {
        font-size: 16px;
    }
    .headerBtns .signInMsg {
        font-size: 14px;
    }
    #timer {
        font-size: 35px;
    }
    .footerLeft a {
        margin-right: 10px;
    }
    .footerCenter a, .footerRight {
        font-size: 12px;
    }
    h1 {
        font-size: 22px;
    }
    .ctaBtn {

    }
    .slideRight p {
        font-size: 14px;
    }
    .tabs-content h2 {
        font-size: 20px;
    }
    .tabs-content p {
        font-size: 16px;
    }
    .tabs-content h2{
        margin-bottom: 20px;
    }
    .anyModal h2 {
        font-size: 22px;
    }
    .anyModal h3 {
        font-size: 13px;
    }
    .anyModal p {
        font-size: 12px;
    }
    .anyModal{
        padding: 30px 30px 20px 20px;
    }
    .entryForm input{
        font-size: 13px;
    }
    .tabArrow{
        top: 60px;
    }

}
@media screen and (max-width:360px){
    .headerBtns .signInMsg {
        font-size: 13px;
    }
    .navButton {
        width: 56px;
        height: 56px;
    }
    .navButton img {
        width: 42px;
    }
    footer .innerWrap, .timerInner{
        padding: 0 15px;
    }
}

.wikilink {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 0px;
    line-height: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}
.pinterestIcon {
    filter: invert(100%) contrast(42);
}