


body:not(.home) .content-area h2 {
    text-transform: capitalize;
    font-weight: 900;
}
body:not(.home) .content-area h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-transform: capitalize;
    font-weight: 900;
}
body:not(.home) .content-area h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-transform: capitalize;
    font-weight: 900;
}
body:not(.home) .content-area h5 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-transform: capitalize;
    font-weight: 900;
}
body:not(.home) .content-area h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: capitalize;
    font-weight: 900;
}
.content-area div,
.content-area p,
.content-area ul,
.content-area ol {
    font-size: 20px;
    line-height: 1.8rem;
}
.content-area ul:not(.accordion) {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 27px;
}
.content-area ul:not(.accordion) li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    margin: 0 5px 0 -25px;
    color: #383838;
}
.content-wrapper:not(.blog) a:not(.button):not(.ryno-button-border) {
    color: #fa0000;
}
.content-wrapper:not(.blog) a:not(.button):not(.ryno-button-border):hover {
	color: #ae0000;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: 383838;
}
::selection {
    color: #fff; 
    background: #383838;
}
.text-shadow-box {
    background-color: #003A95;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #fa0000;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-light {
    background-color: #fa0000;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #003A95;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box ul:not(.accordion) li::before,
.text-shadow-box-light ul:not(.accordion) li::before {
  color: #fff;
}

.text-highlight {
    font-size: 1.333rem;
    text-align: center;
    margin: 1.111em auto;
    padding: 1em 2%;
    border-top: solid 2px #003A95;
    border-bottom: solid 2px #fa0000;
    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: #c3c3c3;
    color: #000;
    padding: 3px;
}
blockquote {
    border-left: 15px solid #003A95;
    background-color: #f7f7f7;
    padding: 1.5rem;
    color: #000;
}
blockquote p {
    color: #000;
    margin-bottom: 0;
}
ul.accordion {
    margin-left: 0;
}
.accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
    background-color: #e9e9e9;
}
.accordion .accordion-navigation, .accordion dd {
    margin-bottom: 16px !important;
}
.accordion-navigation > a + p {
    display: none;
}
.accordion-icon {
    float: right;
}
.accordion-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
}
.active .accordion-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
}
.ryno-table {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 100px repeat(3, 50px) repeat(6, 1fr);
    margin-bottom: 30px;
}
.ryno-table div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 10px;
}
.cell-01 {
    grid-column: 1 / 9;
    grid-row: 1 / 2;
    text-align: left;
}
.cell-02 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.cell-03 {
    grid-column: 3 / 9;
    grid-row: 2 / 3;
    text-align: left;
}
.cell-04 {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
}
.cell-05 {
    grid-column: 2 / 3;
    grid-row: 3 / 5;
}
.cell-06 {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
}
.cell-07 {
    grid-column: 5 / 7;
    grid-row: 3 / 4;
}
.cell-08 {
    grid-column: 7 / 9;
    grid-row: 3 / 4;
}
div.cell-55 {
    grid-column: 1 / 9;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.ryno-foundation-table {
    margin-bottom: 30px;
}
.ryno-foundation-table .row {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: -1px;
}
.ryno-foundation-table .medium-1.columns {
    border-right: 1px solid #000;
}
.ryno-foundation-table .small-12.columns {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header {
    padding: 0;
}
.header-region {
    padding: 1.4rem 0;
}
.header-tagline {
    color: #242424;
    font-size: 1rem;
    margin-top: 5px;
    font-style: italic;
}
.header-phone-number,
.header-phone-number a {
    color: #003a95;
    font-size: 1.9rem;
}
.header-phone-number .cool {
    color: #003a95;
}
.small-number {
    padding-right: 10px;
    font-size: 24px;
    line-height: 0.8;
}
.nav-bar.contain-to-grid, .top-bar {
    background-color: #242424;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background-color: #add7f8;
    color: #242424 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
    background-color: #2100ff !important;
}
.top-bar-section ul li > a:hover {
    color: #add7f8 !important;
}
#menu-main-menu > li.has-dropdown > a:hover:after {
    color: #add7f8 !important;
}
.home-prefix-box p {
     font-size: .8rem;
     line-height: 1rem;
}
.postscript-cities {
   background-color: #fff;
}
.postscript-cities h3 {
    font-size: 2.1rem;
    line-height: 1.2;
}
.service-area-tagline {
    font-size: 1.8rem;
    margin-top: 20px;
	text-transform: capitalize;
}
.postscript-two {
    z-index: 2;
}
.footer-top {
    text-align: center;
}
.footer-main {
    text-align: center;
}
.footer-logos {
    padding-bottom: 20px;
}
.footer-logos .medium-4:nth-of-type(2) {
    padding-top: 20px;
}
.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;
}
.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 {
    color: #003a95;
    font-size: 25px !important;
    font-weight: 900;
    margin-top: 12px;
    display: inline-block;
}
.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;
}
.radio-list {
	line-height: 1;
}
.radio-list .wpcf7-list-item {
    display: inline-block;
}
.radio-list .wpcf7-list-item input[type="radio"] {
    margin: 0;
}

@media screen and (min-width: 1025px) {
	.header {
		position: fixed;
        width: 100%;
        height: 225px;
        z-index: 3;
    }
    .nav-bar {
        height: 40px;
    }
	.spacer {
    	padding-top: 225px;
	}
	header.smaller {
		height: 190px;
    }
    .smaller .header-region {
        padding: 5px 0;
    }
	.smaller .header-logo img {
		max-width: 200px;
    }
    .smaller .header-phone-text {
        display: none;
    }
    .smaller .top-cta-btn {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .cta-text {
        height: 150px;
        padding: 50% 10px 0;
    }
    .home-prefix-box p {
        display: none;
    }
    .coupon-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .medium-4 ul,
    .medium-6 ul,
    .large-4 ul,
    .large-6 ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .top-cta-btn {
        width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .page-title h1 {
        font-size: 2.25rem;
        line-height: 1.2;
    }
    .content-wrapper h2, .content-wrapper h2 a {
        font-size: 2rem;
        line-height: 1.2;
    }
    .header {
        position: relative;
    }
    .top-cta-btn {
        width: 100%;
    }
    a.mobile-phone-icon {
        position: absolute;
        top: 3px;
        left: 15px;
        color: #fff;
        font-size: 25px;
        z-index: 4;
        text-transform: uppercase;
    }
    .top-bar .toggle-topbar.menu-icon {
        margin-top: -17px;
    }
    .top-bar .toggle-topbar.menu-icon a {
        font-size: 25px;
    }
    .top-bar-section li {
        border-bottom: 1px solid #383838;
    }
    .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 {
        font-size: 18px;
        padding: 9px 0 9px 15px !important;
        line-height: 2.375rem;
    }
    .top-bar.expanded .title-area {
        background: #242424;
    }
    .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 {
        right: 15px;
        top: 18%;
        font-size: 15px;
        pointer-events: none;
        position: absolute;
    }
    .header-tagline {
        margin-bottom: 20px;
    }
    .cta-bar {
        display: none;
    }
    #home_prefix {
        padding-bottom: 0;
    }
    .home-prefix-box.small-6 {
        width: calc(50% - 10px);
        margin: 5px;
        padding-left: 0;
        padding-right: 0;
        padding: 10px 0 15px;
    }
    .cta-title a {
        color: #242424;
    }
    .cta-text {
        padding: 0;
        height: auto;
        margin-top: auto;
        background: transparent;
    }
    .cta-button {
        display: none;
    }
    .home .content-wrapper {
        padding-top: 10px;
    }
    .postscript-two {
        background: #242424;
        background: -moz-linear-gradient(left, #242424 0%, #6d6d6d 100%);
        background: -webkit-linear-gradient(left, #242424 0%, #6d6d6d 100%);
        background: linear-gradient(to right, #242424 0%, #6d6d6d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#6d6d6d',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 #0034f8;
    }
    .footer-top .medium-4.columns:nth-of-type(2) {
        background-color: #0034f8;
    }
    .footer-top .medium-4.columns:nth-of-type(2) .footer-box h2.footer-box-header {
        color: #fff;
    }
    .footer-box h2.footer-box-header {
        color: #191919;
        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: #383838;
        font-size: 1.095rem;
        line-height: 1.55rem;
    }
    #footer-schema {
        color: #383838;
    }
    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,
    footer textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea {
        background-color: #cdcdcd;
        color: #383838;
        font-weight: normal;
        border: 0;
        font-size: 16px;
        padding-left: 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 {
        height: 43px !important;
        border-radius: 12px;
    }
    footer textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea {
        height: 103px;
        border-radius: 12px;
    }
    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,
    footer textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea::placeholder {
        color: #383838;
        font-size: 16px;
    }
    footer .wpcf7-submit {
        font-size: 24px;
        font-weight: 500;
        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-color: #fa0000;
        color: #fff !important;
    }
    footer .wpcf7-submit:hover {
        background-color: #ae0000;
    }
    .ryno-table div {
        padding: 0 2px;
        font-size: 12px;
        line-height: 1.2;
    }
    div.cell-55 {
        font-size: 11px;
        line-height: 1.2;
    }
    .ryno-foundation-table .row {
        display: initial;
        border: none;
    }
    .ryno-foundation-table .medium-1.columns {
        border-right: 0;
    }
    .ryno-foundation-table .small-12.columns {
        padding-top: 0;
    }
    .text-shadow-box,
    .text-shadow-box-light,
    .shadowbox {
        padding: 25px;
    }
    .text-shadow-box h2,
    .text-shadow-box-light h2,
    .shadowbox h2 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
}

.wpcf7 p {
    margin: 0 !important;
}