
/* EVERYTHING ELSE */

.grecaptcha-badge {display: none;}

.contestImg img {
    max-width: 250px;
}

@media only screen and (min-width: 577px) {
    .contestImg {
        max-width: 250px;
        margin-left: 70px;
        margin-top: 40px;
    }
}

h1 {
    font-size: 3.1rem;
    line-height: 3.6rem;
    font-weight: 900;
}
.content-area h2 {
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 2.4rem;
    font-weight: 900;
}
.content-area h3 {
    font-size: 1.8rem;
    text-transform: capitalize;
    line-height: 2.2rem;
    font-weight: 900;
}
.content-area h4 {
    font-size: 1.6rem;
    text-transform: capitalize;
    line-height: 2.1rem;
    font-weight: 900;
}
.content-area h5 {
    font-size: 1.4rem;
    text-transform: capitalize;
    line-height: 1.8rem;
    font-weight: 900;
}
.content-area h6 {
    font-size: 1.4rem;
    text-transform: capitalize;
    line-height: 1.8rem;
    font-weight: 900;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #283891;
}
::selection {
    color: #fff; 
    background: #283891;
}
.text-shadow-box {
    background-color: #283891;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #fbce38;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-light {
    background-color: #fbce38;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #283891;
    color: #283891;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-highlight {
    font-size: 1.333rem;
    text-align: center;
    margin: 1.111em auto;
    padding: 1em 2%;
    border-top: solid 2px #F15D60;
    border-bottom: solid 2px #F15D60;
    line-height: 1.4;
}
.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
    padding: 40px 40px 30px 40px;
    margin-bottom: 35px;
}
a > .shadowbox:hover {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.65);
}
mark {
    background: #fbce38;
    color: #383838;
    padding: 3px;
}
blockquote {
    border-left: 15px solid #fbce38;
    background-color: #f7f7f7;
    padding: 1.5rem;
    color: #000;
}
blockquote p {
    color: #383838;
    margin-bottom: 0;
}

.header-link a:link,
.header-link a:visited {
    padding: 5px 10px;
    background: #fbce38;
    background: -moz-linear-gradient(top, #fbce38 0%, #d3a610 100%);
    background: -webkit-linear-gradient(top, #fbce38 0%, #d3a610 100%);
    background: linear-gradient(to bottom, #fbce38 0%, #d3a610 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce38', endColorstr='#e7ba24',GradientType=0 );
    font-size: 15px;
    color: #081047 !important;
    border-color: #081047 !important;
}
.header-link a:hover,
.header-link a:focus,
.header-link a:active {
    background: #e7ba24;
    background: -moz-linear-gradient(top, #d3a610 0%, #fbce38 100%);
    background: -webkit-linear-gradient(top, #d3a610 0%,#fbce38 100%);
    background: linear-gradient(to bottom, #d3a610 0%,#fbce38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a610', endColorstr='#fbce38',GradientType=0 );
}
.top-cta-btn a {
    background: #fbce38;
    background: -moz-linear-gradient(top, #fbce38 0%, #d3a610 100%);
    background: -webkit-linear-gradient(top, #fbce38 0%, #d3a610 100%);
    background: linear-gradient(to bottom, #fbce38 0%, #d3a610 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce38', endColorstr='#e7ba24',GradientType=0 );
    border: 1px solid #fbce38;
    color: #081047;
}
.top-cta-btn a:hover {
    background: #e7ba24;
    background: -moz-linear-gradient(top, #d3a610 0%, #fbce38 100%);
    background: -webkit-linear-gradient(top, #d3a610 0%,#fbce38 100%);
    background: linear-gradient(to bottom, #d3a610 0%,#fbce38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a610', endColorstr='#fbce38',GradientType=0 );
}
.top-cta-title {
    color: #081047;
    font-weight: 900;
}
.header-phone-number {
    font-weight: 900;
}
.top-bar-section ul li > a:hover {
    color: #fde024 !important;
}
#menu-main-menu > li.has-dropdown > a:hover:after {
    color: #fde024 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
    background: #243e8d !important;
}
#financing-sticky-btn {
    position: fixed;
    top: 290px;
    right: 0;
    z-index: 4;
}
#financing-sticky-btn:hover {
    cursor: pointer;
}
.home-prefix-box p {
    font-size: 0.8rem;
    line-height: 1rem;
}
.cta-title {
    color: #283891;
}
.cta-text {
    border-radius: 6px;
    color: #fff;
    height: 200px;
    margin-top: -75px;
    padding: 33% 10px 0;
}
.cta-bar h2 {
    color: #fff;
}
.ps-two-widget p {
    font-size: 40px;
    text-align: center;
    color: #283891;
    font-style: italic;
    font-weight: bold;
}
.ps-two-widget p span {
    font-weight: 900;
}
footer select {
    height: 24px !important;
    color:#a8a8a8;
    font-style: italic;
    padding: 0 4px;
}
footer .padding-right {
    padding-right: 0;
}
#footer-contact {
    color:#fff;
    text-align:center;
}
#footer-phone {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
.sidebar-form {
    background-color: #fbce38;
    box-shadow: 0.5rem 0.5rem 0 #283891;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-form h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    color: #283891;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-form img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar-form input[type=submit] {
    font-family: 'Lato', sans-serif;
    background-color: #283891;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
    box-shadow: none;
}
.sidebar-form input[type=submit]:hover {
    background-color: #001069;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
.sidebar-form input.wpcf7-form-control.wpcf7-text::placeholder,
.sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #383838;
}
p.coupon-disclaimer {
    font-size: 11px !important;
    line-height: 14px !important;
    margin-top: 35px;
}
.coupon-text h3 {
    font-size: 38px !important;
    line-height: 38px;
    color: #283891;
}
.coupon-details {
    line-height: 1 !important;
    margin-top: 20px !important;
    font-size: 1.4rem !important;
    width: 100% !important;
}
.coupon-watcher + p {
    margin-top: 20px;
}
.coupon img {
    margin-top: 20px;
    width: 200px;
}
.coupon-phone {
    font-size: 25px !important;
    font-weight: 900;
    margin-top: 12px;
}
.blog-btn {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-btn .button.large {
    display: inline;
}
.single-post-h2 {
    font-size: 2.4rem !important;
    text-align: center;
    margin-bottom: 10px;
}
.single-post-h2 + .date {
    text-align: center;
    margin-bottom: 25px !important;
}
.page-template-contact-template .postscript-contact {
	display: none;
}

.rsa-homepage h2, .rsa-homepage .rsa-abc-template__icon, .rsa-homepage a {
	color: #fff;
}

.rsa-homepage a {
	border-bottom: 2px solid #fff;
}

.rsa-homepage .rsa-grid-template__city {
	font-size: 16px;
	line-height: 14px;
}

.rsa-homepage a:hover {
	border-bottom: 0;
}

.ryno-products-table {
    border: 1px solid #ddd;
}
.ryno-products-table .row {
    margin: 0!important;
}
.ryno-products-table .ryno-dark-row {
    background-color: #F9F9F9;
}
.ryno-products-table .row {
    padding-top: 13px;
}
.ryno-flex-center {
    min-height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .home h1, .home h2 {
        text-align: center;
    }
    .header-link {
        margin-right: 15px;
        margin-left: 15px;
    }
    #financing-sticky-btn img {
        width: 55px;
    }
    .cta-text {
        height: 150px;
        padding: 50% 10px 0;
    }
    .home-prefix-box p {
        display: none;
    }
    .postscript-cities {
        display: none;
    }
    .ps-two-widget p {
        font-size: 32px;
    }
    .ryno-list {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .top-bar-section > ul {
        justify-content: space-around;
    }
    .top-bar-section .has-dropdown>a::after {
        display: none;
    }
    h1, h2.blog-title {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .top-cta-btn {
        width: 50%;
        padding-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    h1, h2.blog-title {
        line-height: 3.1rem;
    }
    a:link.mobile-phone-icon {
        text-transform: uppercase;
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 3px;
        left: 15px;
        z-index: 1;
    }
    .top-bar .toggle-topbar.menu-icon a span {
        font-size: 20px;
    }
    .top-bar-section li {
        border-bottom: 1px solid #383838;
    }
    .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
        color: #283891 !important;
        font-weight: 500 !important;
    }
    .top-bar-section ul,
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background-color: #fff;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button),
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
    .top-bar-section .main-navigation li.active > a, .top-bar-section .main-navigation a:hover, .top-bar-section ul li:hover:not(.has-form) > a {
        color: #1b2665 !important;
        font-size: 18px;
        padding: 9px 0 9px 15px !important;
        line-height: 2.375rem;
    }
    .top-bar.expanded .title-area {
        background: #283891;
    }
    .top-bar.expanded .toggle-topbar a {
        color: #fff;
    }
    .top-bar.expanded .toggle-topbar a span:after {
        box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    }
    .top-bar-section .has-dropdown>a::after {
        color: #1b2665 !important;
        right: 15px;
        top: 18%;
        font-size: 15px;
        pointer-events: none;
        position: absolute;
    }
    #menu-main-menu > li.has-dropdown > a:hover:after {
        color: #1b2665 !important;
    }
    .home-prefix-box.small-6 {
        width: calc(50% - 10px);
        margin: 5px;
        padding-left: 0;
        padding-right: 0;
        padding: 20px 0;
    }
    .cta-title {
        font-size: 18px;
        margin-top: 15px;
    }
    .cta-text {
        padding: 0;
        height: auto;
        margin-top: auto;
        background: transparent;
    }
    .cta-button {
        display: none;
    }
    .cta-bar {
        display: none;
    }
    .postscript-two {
        background: #fde024;
        background: -moz-linear-gradient(left, #fde024 0%, #f3c11a 100%);
        background: -webkit-linear-gradient(left, #fde024 0%, #f3c11a 100%);
        background: linear-gradient(to right, #fde024 0%, #f3c11a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde024', endColorstr='#f3c11a',GradientType=1 );
    }
    .footer-box {
        background-color: transparent;
    }
    .footer-box-content {
        padding: 20px 0;
    }
    .footer-top {
        background-image: none;
        background-color: #fff;
        padding: 25px 0 0;
        border-bottom: 7px solid #283891;
    }
    .footer-top .medium-4.columns:nth-of-type(2) {
        background-color: #283891;
    }
    .footer-top .medium-4.columns:nth-of-type(2) .footer-box h2.footer-box-header {
        color: #fff;
    }
    .footer-box h2.footer-box-header {
        color: #283891;
        background: transparent;
        padding-top: 40px;
        font-size: 1.75rem;
    }
    .footer-box-content {
        background: transparent;
        color: #383838 !important;
        font-size: 1.095rem;
        line-height: 1.55rem;
        font-family: inherit;
    }
    .footer-top h2, .footer-top p, .footer-top a {
        color: #283891;
        font-size: 1.095rem;
        line-height: 1.55rem;
    }
    #footer-contact p {
        color: #383838;
    }
    footer .padding-right {
        padding-right: 15px;
    }
    footer input.wpcf7-form-control.wpcf7-text.cf-text,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
    footer select.wpcf7-form-control.wpcf7-select {
        background-color: #cdcdcd !important;
        color: #383838;
        font-weight: normal;
        border: 0;
        font-size: 16px;
        padding-left: 15px;
        border-radius: 12px;
    }
    footer input.wpcf7-form-control.wpcf7-text.cf-text,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
    footer select.wpcf7-form-control.wpcf7-select {
        height: 43px !important;
    }
    .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text {
        margin-bottom: 16px;
    }
    footer input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
    footer textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea::placeholder,
    footer input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
    footer input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
        color: #383838;
        font-size: 16px;
    }
    footer .wpcf7-submit {
        font-size: 24px;
        font-weight: 900;
        border: 0;
        margin-top: 25px;
        text-transform: uppercase;
        display: block;
        padding: 15px 50px !important;
        margin: 25px auto 0;
        border-radius: 12px;
        text-align: center;
        background: #fbce38;
        background: -moz-linear-gradient(top, #fbce38 0%, #d3a610 100%);
        background: -webkit-linear-gradient(top, #fbce38 0%, #d3a610 100%);
        background: linear-gradient(to bottom, #fbce38 0%, #d3a610 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce38', endColorstr='#e7ba24',GradientType=0 );
        color: #081047;
    }
    footer .wpcf7-submit:hover {
        background: #e7ba24;
        background: -moz-linear-gradient(top, #d3a610 0%, #fbce38 100%);
        background: -webkit-linear-gradient(top, #d3a610 0%,#fbce38 100%);
        background: linear-gradient(to bottom, #d3a610 0%,#fbce38 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a610', endColorstr='#fbce38',GradientType=0 );
        color: #081047;
        border: 0;
    }
    .ryno-video iframe {
        max-width: 100%;
    }
}