@charset "UTF-8";

/*
Theme Name: range2022
Version: 1.1
*/

/***************
Fonts

TT Hoves Regular: font-family: TTHoves-Regular;
TT Hoves Medium: font-family: TTHoves-Medium;
TT Hoves DemiBold: font-family: TTHoves-DemiBold;

TT Runs Medium: font-family: TTRuns-Medium;
TT Runs Medium Italic: font-family: TTRuns-MediumItalic;
TT Runs DemiBold: font-family: TTRuns-DemiBold;
TT Runs DemiBold Italic: font-family: TTRuns-DemiBoldItalic;
***************/

/***************
Colors

Blue: #001E31, rgba(0, 30, 49, 1.0)
Light Blue: #0091C7, rgba(0, 145, 199, 1.0)
Orange: #F37021, rgba(243, 112, 33, 1.0)
Yellow: #F1B51C, rgba(241, 181, 28, 1.0)
Gray: #939598, rgba(167, 169, 172, 1.0)
Light Gray: #BCBEC0, rgba(188, 190, 192, 1.0)
Dark Gray: #737578
***************/

body {
    color: #737578;
    background: #001E31;
    font-family: TTHoves-Regular, sans-serif;
    font-variant-ligatures: none;
}

h1 {
    color: #ffffff;
    font-family: TTRuns-Medium, sans-serif;
    font-size: 2.5rem;
    /* text-shadow: 0 5px 8px rgba(0 ,0, 0, 0.5); */
}

h2 {
    color: #001E31;
    font-family: TTRuns-Medium, sans-serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
h3 {
    color: #F37021;
    font-family: TTRuns-Medium, sans-serif;
}
h3 em {
    color: #001E31;
    font-size: 16px !important;
}

h4 { color: #001E31; }

@media (min-width: 768px) {
    h1 {
        font-size: 3.375rem;
    }
}

@media (min-width: 1024px) {
    h2 {
        margin-bottom: 0;
    }
}

@media(min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

/*Post Image Alignment*/
@media (min-width: 768px) {
    img.alignright { float: right; margin: 0 0 1em 1em; }
    img.alignleft { float: left; margin: 0 1em 1em 0; }
    img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
    .alignright { float: right; }
    .alignleft { float: left; }
    .aligncenter { display: block; margin-left: auto; margin-right: auto; }
}

/***************
Links
***************/
a {
    color: #0091C7;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #001E31;
    text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
    color: #939598;
    text-decoration: none;
}

.footer-menu a {
    font-family: TTHoves-Medium, sans-serif;
    font-size: 0.75rem;
    color: #F37021;
}

.footer-menu .my-account-btn a {
    font-family: TTHoves-Medium, sans-serif;
    font-size: 0.75rem;
    color: #0091C7;
}

.footer-menu a {
    text-transform: uppercase;
}

/***************
Buttons
***************/
button {
    font-variant-ligatures: none;
    transition: all .2s ease-in-out;
}

.btn-primary,
.btn-secondary,
.btn-primary-border {
    border-radius: 0;
    font-family: TTHoves-Medium, sans-serif;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary-border:not(:disabled):not(.disabled):active,
.btn-primary-border:not(:disabled):not(.disabled):focus,
.btn-primary-border:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 49, 0.25);
}

.btn-primary,
.btn-primary-border {
    border: 2px solid #F37021;
    color: #001E31;
}

.btn-primary {
    background-color: #F37021;
    color: #fff;
}

.btn-primary-border {
    background-color: transparent;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    border: 2px solid #939598;
    background: #939598;
    color: #FFFFFF;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus,
.btn-primary-border:not(:disabled):not(.disabled):active {
    border: 2px solid #F37021;
    background: #F37021;
    color: #ffffff;
}

.btn-secondary {
    border: 2px solid #F1B51C;
    color: #ffffff;
    background: rgba(0,0,0,0.3);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    border: 2px solid #F1B51C;
    background: #F1B51C;
    color: #ffffff;
}

.btn-sm {
    padding: 0.5rem 1rem;
}

.pricing-form .btn.pricing-btn {
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 0;
    border: 2px solid #F37021;
    padding: 0.5rem 1rem 0.5rem 1.1rem;
    width: 138px;
    font-family: TTHoves-Medium, sans-serif;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1rem;
}

.pricing-form .btn.pricing-btn.active {
    background-color: #F37021;
}

@media ( max-width: 374.97px ) {
	.pricing-form .btn.availability-btn {
		letter-spacing: 0;
		max-width: 138px;
		word-break: break-all;
	}
}

.to-top-btn {
    visibility: hidden;
    position: fixed;
    right: 1rem;
    bottom: 10rem;
    cursor: pointer;
    z-index: 500;
}

.to-select-location-btn .fa-angle-up::before,
.to-top-btn .fa-angle-up::before {
    color: #ffffff;
}

.app-download-btns {
    display: flex;
    flex-wrap: wrap;
}

.app-download-btns a {
    margin-right: 1rem;
}

.career-download-btn {
    margin-bottom: 1rem;
}

/***************
Social Icons
***************/

.social-icons a {
    color: #ffffff;
}

.social-icons a:hover {
    color: #BCBEC0;
}

.facebook-circle {
    color: #F1B51C;
}

.twitter-circle {
    color: #F37021;
}

.youtube-circle {
    color: #0091C7;
}

.outer-menu-utility-menu-container .social-icons {
	font-size: 0.75rem;
	z-index: 1000;
	margin-left: 0.25rem;
}

.show .outer-menu-utility-menu-container .social-icons {
	margin-bottom: 1rem;
}

.show .outer-menu-utility-menu-container .social-icons a {
	color: #001E31;
}

/***************
Borders
***************/
.gradient-right {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
}

.gradient-left {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgba(241, 181, 28, 1.0), rgba(243, 112, 33, 1.0), rgba(0, 145, 199, 1.0));
}

.border-gradient-top {
    border-top: 5px solid;
    border-image-slice: 1;
}

.border-gradient-bottom {
    border-bottom: 5px solid;
    border-image-slice: 1;
}

.border-gradient-logo-right {
    border-image-source: linear-gradient(to right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
}

.border-gradient-logo-left {
    border-image-source: linear-gradient(to right, rgba(241, 181, 28, 1.0), rgba(243, 112, 33, 1.0), rgba(0, 145, 199, 1.0));
}

.border-solid-dark {
    border: 1px solid #001E31;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/***************
Lists
***************/

ul {
    padding-left: 15px;
    list-style: none;
}

/* 
ul li,
ol li {
    font-family: TTRuns-MediumItalic, sans-serif;
}
 */

ul li::before {
    content: "\2022";
    color: #F1B51C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*No Bullet List*/
ul.no-bullets {
    padding-left: 0;
}

ul.no-bullets li::before {
    content: none;
}

/* Nested Lists */
ul.nested-list {
    padding-left: 25px;
}

/* 
ul.nested-list li {
    font-family: TTRuns-DemiBold, sans-serif;
}
 */

ul.nested-list li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
}

#secondary.widget-area ul li::before {
    width: 0.75em;
}

/*Job Posting Lists*/
.single-jobs ul li {
    font-family: TTHoves-Regular, sans-serif;
}

/***************
Responsive YouTube Embeds
***************/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 1rem;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/***************
Accordions
***************/
.accordion .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion .accordion-item:not(:first-child) { 
	border-top: 2px dotted #BCBEC0;
}

.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* .accordion .accordion-item:first-child .accordion-header,
.accordion .accordion-item:first-child .accordion-header button.accordion-button {
    padding-top: 0;
} */

.accordion .accordion-header {
    background-color: transparent;
    border-bottom: none;
}

.accordion .accordion-header button.accordion-button {
    background-color: transparent;
    color: #0091C7;
}

.accordion .accordion-header button.accordion-button.collapse {
    color: #001E31;
}

/* .accordion .accordion-header,
.accordion .accordion-header button.accordion-button,
.accordion .accordion-item-body {
    padding-left: 0;
} */

.accordion .btn {
    color: #0091C7;
}

.accordion .btn-link:hover,
.accordion .btn-link:active,
.accordion .btn-link:focus {
    color: #001E31;
    text-decoration: none;
    box-shadow: none;
}

/***************
Modals
***************/
.modal-link {
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.modal-link:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.modal-link:hover:after {
    opacity: 1;
}

.modal-header,
.modal-footer {
    color: #001E31;
}

.modal-header {
    border-bottom: 2px dotted #F1B51C;
}

.modal-footer {
    border-top: 2px dotted #F1B51C;
}

.modal-footer {
    height: 63px;
}

/***************
Alternating Sections
***************/
.alternating-sections .section {
    background: linear-gradient(to bottom, #fff, rgba(188, 190, 192, 0.25));
    padding-top: 10rem;
    margin-bottom: -5rem;
}

.alternating-sections .section:first-child {
    padding-top: 3rem;
}

.alternating-sections .section.single-column {
    margin-bottom: 0;
    padding-bottom: 3rem;
}

/***************
Navigation
***************/
/*Announcement Bar Carousel*/
.announcement-bar-carousel .item {
     background: linear-gradient(to right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
     color: #fff;
     text-align: center;
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
 }

.announcement-bar-carousel .item.item-urgent {
    background: #F37021;
    color: #fff;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.announcement-bar-carousel .announcement-content {
    display: inline-block;
    margin-right: 0.5rem;
}

.announcement-bar-carousel .announcement-content p {
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.announcement-bar-carousel a span {
    color: #fff;
}

.announcement-bar-carousel a span:hover {
    color: #0091C7;
}

/*Navbars*/
.primary-nav {
    background: #fff;
}

.primary-nav .navbar-brand {
    max-width: 200px;
}

.primary-nav .navbar-toggler {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'TTHoves-Medium', 'sans-serif';
    letter-spacing: 2px;
    color: #001E31;
    font-size: 1rem;
    text-transform: uppercase;
}

#menu-primary-menu.navbar-nav li.menu-item {
	font-family: TTRuns-Medium;
	font-size: 0.9rem;
}


@media (min-width: 992px) {
    .primary-nav {
        background: #fff url("/wp-content/themes/range2022/assets/images/backgrounds/primary_nav_bkgd.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
    }

    .outer-menu-utility-menu-container {
        display: flex;
        align-items: center;
        background: url('/wp-content/themes/range2022/assets/images/backgrounds/menu_bkgd_cap.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

    .outer-menu-utility-menu-container:after {
        content: "";
        background-color: #001E31;
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 56px;
        z-index: 1;
    }

    .menu-utility-menu-container {
        position: relative;
        z-index: 100;
        padding-right: 1rem;
    }

    #menu-utility-menu {
        padding-left: 5rem;
    }

    .menu-utility-menu-container .navbar-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-light .menu-utility-menu-container .navbar-nav .nav-link {
        color: #F1B51C;
        font-size: 0.875rem;
    }

    .menu-primary-menu-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav .menu-item a {
        display: inline;
    }

    .navbar-nav .menu-item:not(:last-child):after {
        content: '\2022';
        color: #F37021;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #menu-primary-menu.navbar-nav .menu-item {
        display: flex;
        align-items: center;
    }

    #menu-primary-menu.navbar-nav .menu-item:not(:last-child):after {
        content: url("/wp-content/themes/range2022/assets/images/borders/yellow-dots-rule-vertical-45.png");
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #menu-primary-menu.navbar-nav .menu-item .dropdown-menu .menu-item:not(:last-child):after {
        content: none;
    }
}

@media (min-width: 1200px) {
    .primary-nav .navbar-brand {
        max-width: 100%;
    }
}

/*Search Form*/
.nav-search-icon {
    position: relative;
    z-index: 200;
}

.nav-search-icon .fa-stack {
    font-size: 0.75rem;
}

a.nav-search-icon .icon {
    color: #fff;
}

a.nav-search-icon:hover .fa-circle,
a.nav-search-icon:active .fa-circle,
a.nav-search-icon:focus .fa-circle {
    color: #0091C7;
}

a.nav-search-icon:hover .icon {
    color: #0091C7;
}

#nav-search {
    display: inline-block;
    border: 2px solid #F1B51C;
    border-radius: 0;
    padding: 3px 20px;
    /*-moz-transform: skewX(45deg);*/
    /*-webkit-transform: skewX(45deg);*/
    /*-o-transform: skewX(45deg);*/
    /*-ms-transform: skewX(45deg);*/
    /*transform: skewX(45deg);*/
}
#nav-search input {
    border:0;
    box-shadow: none;
    background-color: transparent;
    color: #BCBEC0;
    font-size: 0.75rem;
    /*-moz-transform: skewX(-45deg);*/
    /*-webkit-transform: skewX(-45deg);*/
    /*-o-transform: skewX(-45deg);*/
    /*-ms-transform: skewX(-45deg);*/
    /*transform: skewX(-45deg);*/
    outline: none;
    width: 140px;
}

@media (min-width: 992px) {
    .nav-search {
        position: relative;
    }

    .nav-search-form {
        display: none;
        margin: 0;
        position: absolute;
        top: 27px;
        right: 0;
        padding: 1rem;
        width: 250px;
        background-color: #001E31;
        box-shadow: 0 8px 8px rgba(0,0,0,0.3);
        border-top: 1px solid #fff;
        z-index: 200;
    }

    .nav-search-form.show {
        display: flex;
    }

    #nav-search {
        margin: auto;
    }
}


/***************
Homepage
***************/
.billboard {
    display: flex;
    align-items: center;
    height: 500px;
}

p.billboard-content {
	font-family: TTRuns-DemiBold;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #fff;
	/* color: #001E31; */
}

.billboard-mobile {
    background: linear-gradient(to bottom right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
}

/* Pricing Form Widget */

.pricing-form-container {
	background-color: #001E31;
	/* color: #fff; */
	padding: 2rem 2rem 0 2rem;
	margin-top: -4rem;
	margin-bottom: 2rem;
}

.pricing-form-container .form-heading-yellow {
	color: #F1B51C;
	text-transform: uppercase;
	letter-spacing: .1rem;
}

@media ( max-width: 600px ) {
	.pricing-form-container .form-group {
		margin-bottom: 1rem;	
	}
	.billboard h1 {
		font-size: 2rem;
	}
}


/* Home Content Section */

.home-content {
	background: url('/wp-content/themes/range2022/assets/images/backgrounds/home_content_bkgd.png') no-repeat top center;
	background-size: cover;																																																																																					;
	min-height: 320px;
	padding: 2rem;
	margin-bottom: -5rem;
}

.home-content h1 {
	color: #0091C7;
	font-size: 2rem;
}

.home-content-box {
	background-color: #fff;
	padding: 1.5rem;
	color: #939598;
	/* min-height: 360px; */
	margin-bottom: 1rem;
}

.home-content-box h2 {
	color: #001E31;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.5rem;
	margin: 1rem 0;
}

@media (max-width: 1399px) {
	.home-content h1 {
		font-size: 1.75rem;
	}
}

@media (max-width: 374.97px) {
	.home-content h1 {
		font-size: 1.25rem;
	}
}

/* Offers Slider */

.offers-slider {
	background: url('/wp-content/themes/range2022/assets/images/backgrounds/home_carousel_bkgd.png') no-repeat top right;
	background-size: cover;																																																																								;
	min-height: 320px;
	padding: 4rem 2rem 2rem 2rem;
	color: #fff;
}

.offers-slider h1 {
	color: #F1B51C;
	font-size: 1.75rem;
    padding-left: 2px;
}

p.offer-content {
	font-family: TTRuns-DemiBold;
	text-transform: uppercase;
	color: #fff;
}

@media (min-width: 768px) {
	.offers-slider h1 {
		color: #F1B51C;
		font-size: 2.25rem;
        padding-left: 2px;
	}
}

/* Reviews slider */

.reviews-slider {
	background: linear-gradient(to right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
	min-height: 240px;
	padding: 2rem;
	color: #fff;
}
.reviews-slider button {
    margin-top: 20px;
    margin-bottom: -15px;
}

/***************
Interior
***************/
#content {
    background-color: #fff;
}

/* Interior Hero */
.hero-mobile .interior-hero,
.interior-hero.default {
    background: linear-gradient(to bottom right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
}

.interior-hero {
    height: 375px;
}

.interior-hero p {
    color: #F3F3F3;
    /* text-shadow: 0 5px 8px rgba(0 ,0, 0, 0.5); */
}

.hero-mobile p,
.hero-desktop p {
	font-family: TTRuns-DemiBold;
    color: #001E31;
    text-transform: uppercase;
}

/*Interior Header*/
.interior-header {
    background: linear-gradient(to bottom right, rgba(0, 145, 199, 1.0), rgba(243, 112, 33, 1.0), rgba(241, 181, 28, 1.0));
    margin-bottom: 3rem;
	height: 375px;
}


/*Residential-Business Pricing*/

#iv-pricing {
	text-align: center;
}

#iv-pricing h2 {
	font-size: 2.5rem;
	color: #0091C7;
}

#iv-pricing h3 {
	font-size: 2rem;
	font-family: TTRuns-Medium, sans-serif;
	color: #F37021;
	margin-bottom: 1.25rem;
}

#iv-pricing h4 {
	font-family: TTRuns-Medium, sans-serif;
	color: #F37021;
}

#iv-pricing h3 em {
	text-transform: none;
	font-size: 1.2rem;
}

#iv-pricing .card {
	background-color: #fff;
	width: 165px;
	padding: 1.5rem 1rem;
	border-radius: 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.05);
	margin: 0.5rem 0.5rem 1.5rem 0.5rem;
}

#iv-pricing .card p {
	margin-bottom: 0;
}

#iv-pricing .card p.level {
	font-family: TTRuns-Medium, sans-serif;
	margin-bottom: 0;
	color: #000;
}

#iv-pricing .card p.cost {
	font-size: 2.5rem;
	color: #0091C7;
	margin-bottom: 0;
}

#iv-pricing .card p.cost small,
#iv-pricing .card p.cost span {
	font-size: 0.8rem;
	display: block;
	margin-top: -0.75rem;
}

#iv-pricing .iv-disclaimer {
	font-size: 0.8rem;
}

/*About - Values*/

.value-card {
	padding: 1rem;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 1.0), rgba(255, 255, 255, 1.0));
	margin-bottom: 1rem;
	/* border: 2px solid #fff; */
}

.value-card h4 {
	font-family: TTRuns-Medium, sans-serif;
}

@media ( max-width: 600px ) {
	.value-card .value-icon {
		margin-bottom: 1rem;
	}
	.value-card .value-text {
		text-align: center;
	}
}

/***************
Resource Library
***************/

.resource-search {
	padding: 1rem;
	/* background-color: #f3f3f3; */
	background: linear-gradient(to bottom, rgba(243, 243, 243, 1.0), rgba(255, 255, 255, 1.0));
}

.all-resources {
    position: relative;
    z-index: 50;
}

.all-resources .resource {
    position: relative;
}

.all-resources .resources-cat {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(50%) sepia(1) hue-rotate(166deg) saturate(97.5%) brightness(80%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.all-resources .resources-cat:hover,
.all-resources h2:hover + .resources-cat {
    filter: none;
}

.all-resources h2 {
    color: #ffffff;
    font-size: 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    text-shadow: 0 5px 8px rgba(0 ,0, 0, 0.5);
    cursor: pointer;
    text-align: center;
}

@media (min-width: 1600px) {
    .all-resources .resources-cat {
        height: 300px;
    }
    .all-resources h2 { font-size: 1.75rem; }
}



/***************
Blog
***************/
.blog article:not(:first-child),
.archive article:not(:first-child) {
    border-top: 1px dotted #BCBEC0;
    padding-top: 1rem;
}

.entry-meta {
    font-family: TTHoves-Medium, sans-serif;
    margin-bottom: 0.5rem;
}

/*Single Post*/
.single-post strong {
    font-family: TTHoves-DemiBold, sans-serif;
}

.single-post .featured-image {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Post Navigation*/
.navigation.posts-navigation,
.navigation.post-navigation {
    border-top: 1px solid #BCBEC0;
}

.navigation.posts-navigation .nav-links,
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-previous,
.navigation.posts-navigation .nav-next,
.navigation.post-navigation .nav-next {
    flex-basis: 100%;
}

.navigation.posts-navigation .nav-next,
.navigation.post-navigation .nav-next {
    text-align: right;
}

/* .navigation.posts-navigation .nav-previous::before,
.navigation.post-navigation .nav-previous::before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f100';
    font-weight: 900;
    padding-right: 0.5rem;
} */

/* .navigation.posts-navigation .nav-next::after,
.navigation.post-navigation .nav-next::after {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f101';
    font-weight: 900;
    padding-left: 0.5rem;
} */

.entry-footer {
    margin-bottom: 1rem;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
}

.entry-footer .cat-links i,
.entry-footer .tags-links i {
    padding-right: 0.5rem;
}

/*Sidebar*/
#secondary {
    margin-top: 1rem;
}

#secondary .widget-title {
    font-size: 1.25rem;
}

#secondary .widget_search {
    padding-bottom: 1rem;
}

#secondary .widget_search label span,
#secondary .widget_archive label {
    display: none;
}

.search .page-content .search-form {
    display: none;
}

.widget_archive a {
    padding-left: 6px;
}

#secondary .widget_search .search-field,
#archives-dropdown-2,
#resourceSearchForm .search-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #939598;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #939598;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#resourceSearchForm .search-input {
    display: inline-block;
    width: initial;
    height: 41px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#resourceSearchForm .resource-search h3 {
	text-align: center;
}

#archives-dropdown-2 {
    margin-bottom: 1rem;
}

#secondary .widget_search .search-submit {
    border-radius: 0;
    font-family: TTHoves-Medium, sans-serif;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 2px solid #F37021;
    background-color: #F37021;
    color: #001E31;
}

#secondary .widget_search .search-submit:hover,
#secondary .widget_search .search-submit:active,
#secondary .widget_search .search-submit:focus {
    border-radius: 0;
    border: 2px solid #939598;
    background: #939598;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .search .page-content .search-form {
        display: block;
    }

    #secondary {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    #secondary .widget_search .search-field,
    #archives-dropdown-2 {
        width: 15rem;
    }
}

/***************
Footer
***************/

.interior-spacer { padding-top: 6rem; }

/* Pre-footer */
.pre-footer {
    background: #ffffff url("/wp-content/themes/range2022/assets/images/backgrounds/content_bkgd.png") no-repeat top right;
    background-size: cover;
    padding: 3rem 0;

    /*This will affect all pages, not just pages with alternating sections. May need to find a better solution*/
	/* padding-top: 10rem; */
}

.pre-footer .connected-banner {
    background-image: url("/wp-content/themes/range2022/assets/images/backgrounds/connected_banner.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 3rem 0;
}

.pre-footer .connected-text {
    font-family: TTHoves-Medium, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.75rem;
    padding: 1.5rem 0;
    margin-left: 0.75rem;
}

.pre-footer .location-contacts {
    text-transform: uppercase;
}

.pre-footer .location-contacts .contact {
    margin-top: 1rem;
}

.pre-footer .location-contacts .contact .contact-info p:last-child {
    margin-bottom: 0;
}

.pre-footer .location-contacts .color-dot-border {
    margin: 1rem 0;
}

.pre-footer .location-contacts .location,
.pre-footer .location-contacts .support .title {
    font-family: TTRuns-DemiBold, sans-serif;
    color: #001E31;
}

.pre-footer .location-contacts .address,
.pre-footer .location-contacts .support .support-link {
    color: #F37021;
    font-size: 0.875rem;
}

.pre-footer .location-contacts .phone a {
    font-size: 0.875rem;
}

.pre-footer .location-contacts .phone a {
    display: block;
}

@media (min-width: 768px) {
    .pre-footer .connected-banner {
        background-position: top left;
    }
    .pre-footer .location-contacts .contact {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .pre-footer .location-contacts .contact .contact-info {
        margin-left: auto;
        margin-right: auto;
    }

    .pre-footer .location-contacts .contact:not(:last-child):after {
        content: url("/wp-content/themes/range2022/assets/images/borders/yellow-dots-rule-vertical-192.png");
    }

    .pre-footer h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .pre-footer .location-contacts .contact .contact-info {
        padding-top: 1rem;
    }
}

/*Page Links*/
footer .page-links {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

footer .page-links .title {
    text-transform: uppercase;
    font-family: TTRuns-DemiBold, sans-serif;
    font-size: 1rem;
}

footer .page-links ul {
    padding: 0;
}

footer .page-links ul li::before {
    content: none;
}

footer .page-links ul li a {
    color: #ffffff;
    font-family: TTHoves-Regular, sans-serif;
    font-variant-ligatures: none;
    font-size: 0.875rem;
    padding: 0.3rem 0;
    line-height: 1.25rem;
}

footer .page-links ul li a:hover,
footer .page-links ul li a:active,
footer .page-links ul li a:focus {
    color: #0091C7;
}
footer .link-section a {
    color: white;
}
footer .link-section a:hover {
    color: #0091C7;
}
footer .page-links .link-section {
    padding-left: 1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    footer .page-links .link-section {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    footer .page-links .link-section {
        padding-left: 2rem;
    }
}

/* Footer */
footer.main-footer {
    background-color: #001E31;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 1.5rem 0 5rem 0;
}

footer .footer-menu {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0.5rem;
    list-style: none;
}

footer .footer-menu li a {
    padding: 0.5rem;
    display: inline;
}

footer .copyright {
    padding-left: 0.5rem;
}

footer .social-icons {
    margin-top: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
    footer .footer-menu {
        flex-direction: row;
    }

    footer .social-icons {
        margin-top: 0;
        text-align: end;
    }
}

@media (min-width: 1024px) {
    footer .footer-menu li {
        display: inline;
    }

    footer .footer-menu li:not(:last-child):after {
        content: '\2022';
        display: inline;
        font-size: .75rem;
        color: #0091C7;
    }
}
.app-btns {
    display: flex;
    align-items: center;
}
.app-btns a button {
    margin-right: 10px;
}
.app-btns a img {
    height: 25px;
}

#account-easy-as-123 .steps {
    margin: 1rem 0 1rem -15px;
}

#account-easy-as-123 .step,
.step {
    background: linear-gradient(to bottom, #FFFFFF, rgba(247, 247, 247, 1.0));
    height: 100%;
    padding: 1rem;
}

#account-easy-as-123 .step p {
    margin-bottom: 0;
}

#account-easy-as-123 .step.step-one h2 span,
#account-easy-as-123 .step.step-two h2 span,
#account-easy-as-123 .step.step-three h2 span,
.step.step-one h2 span,
.step.step-two h2 span,
.step.step-three h2 span {
    border-radius: 50%;
    padding: 0.5rem;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

#account-easy-as-123 .step.step-one h2,
.step.step-one h2 {
    color: #F1B51C
}

#account-easy-as-123 .step.step-one h2 span,
.step.step-one h2 span {
    border: 2px solid #F1B51C;
}

#account-easy-as-123 .step.step-two h2,
.step.step-two h2 {
    color: #F37021
}

#account-easy-as-123 .step.step-two h2 span,
.step.step-two h2 span {
    border: 2px solid #F37021;
}

#account-easy-as-123 .step.step-three h2,
.step.step-three h2 {
    color: #0091C7;
}

#account-easy-as-123 .step .step-three h2 span,
.step.step-three h2 span {
    border: 2px solid #0091C7;
}

#account-easy-as-123 .step .action {
    color: #001E31;
    padding-bottom: 0.5rem;
    display: inline-block;
}

#account-easy-as-123 .step .action .action-title {
    text-transform: uppercase;
}
.page-title {
    padding-bottom: 20px;
}

span.wpcf7-list-item { display: block; }

/* Give Thanks Page */

.thanks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: .5rem;
}

@media (max-width: 1200px) {
    .thanks-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .thanks-grid {
        grid-template-columns: 1fr;
    }
}

.card-business a {
    display: grid;
    isolation: isolate;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-business a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(37, 69, 113, 55%);
    z-index: -1;
    transition: background-color .2s linear;
}

.card-business a:hover::after {
    background-color: rgba(1,1,1, .15);
}
.card-business a > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.card-business a > h3 {
    color: white;
    font-size: 1rem;
    display: block;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0px 0px 8px rgba(1,1,1, .85);
}

.card-business a > img {
    z-index: -1;
    filter: grayscale(1);
    transition: filter .2s linear;
}

.card-business a:hover > img {
    filter: grayscale(0);
}

.lip-billboard .name {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    color: white;
    font-size: 1.2rem;
    text-shadow: 0 0 5px rgba(1,1,1, .8);
}