/*
=========================================================================================================
Riology Custom CSS Document 
=========================================================================================================
*/
/* 
    Dk Blue #11346C
    Dk Blue rgb(17,52,108)

    Orange #FF8500
    Orange rgb(255,133,0)
*/

.parkinsans-bold {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.parkinsans-bolder {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.parkinsans-boldest {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #303030;
  background-color: #FFF;
}
.page-title {
    margin: 1em 0 .5em 0;
    color:#004767;
}
.page-sub-title {
    margin: 0 0 1.5em 0;
    color:#004767;
}
h1, h2, h3, h4, p {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
}

h1 {font-size: 4em}
h2 {font-size: 3em}
h3 {font-size: 2em}
h4 {font-size: 1.5em}

.bg-blue {
    background-color: #11346C;
    padding-top: 8em;
    padding-bottom: 8em;
}
.bg-blue h2, .bg-blue p {color: white;}

.bg-white {
    background-color: white;
}
.bg-orange {
    background-color: #FF8500; 
}
.bg-orange h1, .bg-orange h2 {
    color: white;
    font-size: 3em;
}
.bg-blue figure {
    margin-top: 8em;
    border-left: solid 6px #FF8500;
}
p {
    font-size:1.25em;
    color: #444444;
}
/* ===================================   Orbit Menu Fix ======================================= */
.sticky {
  z-index: 100;
}

.orbit {
  z-index: 0;
}

/* ===================================  1. Nav Link Color ======================================= */
#top-logo {
    height: 70px; 
}
#button-on-menu {
    margin-bottom: 1em;
}
#stretch-nav {
    background-color: #11346C;
}
ul.menu {
    background-color: #FFF;
}

li.menu-text a.logo-link {
	padding: 0;
	margin: 0;
}

.menu a {
    color: #11346C;
    background-color: none;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* =================================== a. Nav Hover Color ======================================= */
.menu a:hover {
    background-color: none; 
    color: #FF8500;	
}

.menu a:hover:not(.is-dropdown-submenu-item a, a.logo-link) {
  box-shadow: inset 0 -2px 0 0 #11346C;
}

/* =================================== Dropdown Menu background color ======================================= */
.menu .is-active {
    background-color: transparent;
}
.top-bar {z-index: 1;}
ul.menu li.menu-text {
    font-size: 1em;
    color: #11346C;
}
.title-bar {
    padding: 0.5rem;
    background-color: #11346C;
    color: #fefefe;
    align-items: center;
}

/* =================================== Dropdown Arrow Color & Active State Colors ======================================= */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #11346C transparent transparent;
}
.dropdown.menu > li.is-active > a {
  	background-color: transparent;
	border-color: #11346C transparent transparent;
  	color: #FF8500; 
  
}
/* =================================== Drilldown before and after Arrow Color & Active State Colors ======================================= */
.drilldown .is-drilldown-submenu-parent > a::after {
    right: .1rem;
    border-color: transparent transparent transparent #11346C;
}
.drilldown .js-drilldown-back > a::before {
    border-color: transparent #11346C transparent transparent;
}
/* ================================= Magellan Scroll ======================================= */

.overlay {
    display: flex;
    flex-direction: column;
	height: 100%; 
	width: 100%; 
	background-color: rgba(0,0,0,.6);
}

.sub-caption {
	color: white; 
	margin-top: auto;
	font-size: 5.5rem;
}
.sub-subcaption {
	color: white;
}
.down-arrow {
	margin-top: auto;
}
svg.down {
	fill: rgba(255, 255, 255, 0.5);
}


.dark-bg-title {
	color: #FFF;
}
.dark-bg-text p {
	
	color: #FFF;
 
	margin-top: 2rem;
}
.light-bg-text p {
	margin-top: 2rem;
}
.top-bar {
    background-color: #FFF; /* =================================== 3. Nav Bar Color ======================================= */
}
#stretch-header {
  background-color: #fffef2;
}

#stretch-row {
  background-color: #11346C;
}
/* =================================== Web Page Background Color ======================================= */

body {
  background-color: #FFF;  
}
/* ========================================= White Space ============================================ */
.white-space {
    height: 10em;
}

.white-space-lg {
    height: 20em;
}
/* =================================== Foundation 6 Card Styles ======================================= */
.card {
    color: #11346C;
    background-color: white;
    border-color: #E4EDF3;
}
.card-divider {
    text-align: center; 
    background-color: #11346C;
    color: #FFF;   
}
.card h4, .card h2 {   
    width: 100%
}

.card-section {background-color: #E4EDF3;}
.card-section a {margin: 0 auto;}


div.article-card {
    border-color: #11346C; 
    border-width: 1px;
}
.article-card {margin-bottom: 4em;}

.article-card .card-divider h2 {color: #F6F9FB;}
.article-card .card-section {background-color: #F5F5F5;}/* #E4EDF3; */

/* =========================================== table styles ========================================== */
table.pricing {
    width: 60%;
    margin: 1em auto 2em auto;
    border-collapse: collapse;
}
table.pricing td {
    background-color: white;
    font: bold;
    padding: 0;
}
tbody {border: 0;}
.separator {
    border-left: 1px solid #999;
}

table.pricing th {
    color: #03BFCB;
    padding: 0;
}


 
/* =================================== c. Image Wrap ======================================= */

.img-wrap {
    background-color: #11346C;  
    padding: 2px 2px 2px 2px;
}

#stretch-foot-top {
    padding-top: 4em;
    padding-bottom: 4em; 
}
#stretch-foot-bot {
    background-color: white;
    padding-top: 4em;
    padding-bottom: 4em;
    box-shadow: 0px -10px 10px rgba(75,75,75,.2);
}
footer {color: #fff;}

footer a {
  color: #FFFFEE;
}
footer a:hover {
  color: #FF8500;
}
 footer p {
    color: #11346C;
    font-size: 1em;
}

/* ========================================= background-row styles ========================================== */
#background-bar {
    background-color: #E4EDF3;
    padding-top: 2em;
    padding-bottom: 3em;
}
#background-bar .card-section {
    background-color: #fff;
}
#background-row {
    height: 25em;
    background-color: #E4EDF3;
    background: url(/media/x35pxxda/background-row-bg.jpg) top center no-repeat;
}
#background-row h1, #background-row h2, #background-row h3 {
  color: #004767;
}
#background-row p {
  color: #004767;
}
.overlay-promo {
    background-color: #FF8500;
    background-color: rgba(255,133,0,1);
    height: 25em;
    padding: 2em;
}

address, address a {
    font-size: .8em; 
    color: #11346C;
}
address a:hover {
    color: #FF8500;
}
.button {
    background-color: #FF8500;
    color:#FFF;
}
.button:hover {background-color: #E67800;}
.menu .button:hover {
    background-color: #E67800;
    color: #FFF;
}


.thumbnail {
    margin-bottom: 1rem;
    border: 2px solid #6EB252;
}

#Map {
    margin-top: 5em;
}
/* ========================================= Footer styles ========================================== */
#stretch-foot-bot address {
    text-align:  center;  
}

/* ========================================== FAQs styles =========================================== */

.accordion-title {
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    color: white;
    background-color: #004767;
}
.accordion-title:hover {
    background-color: #11346C;
    color: white;
}
.accordion-title:focus {
    background-color: #FF8500;
    color: white;
}
.accordion-title p {
    color: white;
}

.fas {color: #FF8500; font-size: 2.5em; padding-right: .5em; }
.fab {color: #FF8500; font-size: 2.5em; padding-right: .5em; }


/* ================================ Masonry Gallery  ================================= */
.grid {
    position: relative !important;
    display: block !important;
}
.grid-item {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.grid-item img {
    width: 100%;
    display: block;
    height: auto;
}

.grid::after {
    display: block;
    clear: both;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.grid-item img:hover {
  transform: scale(1.03);
}

/* ========================================= xy grid styles ========================================== */
.grid-vtop { margin-top: 6.25em;}
.grid-vbottom {margin-bottom: 6.25em;}

.far a:visited {color: white;}
#promo-bar {
    background-color: #11346C;
}

.rio-section-feature h2, .rio-section-feature h3, .rio-section-feature p {
    color: white;
}
.rio-section-orange h2, .rio-section-orange h3 {
    color: #ff8500;
}
.rio-section-orange p {
    color: white;
}
.rio-section-white h2, .rio-section-white h3, .rio-section-white p {
    color: white;
}
.ul-icons {
    color: white;
    list-style-type: none;
    margin-top: 2em;
}

.ul-icons li {
    display: flex; 
    align-items: center; /* display defaults to row and align-items places on cross axis */
}

/* 
=========================================================================================================

								Riology Framework default media queries 


=========================================================================================================
	Small devices: ≥480px 
=========================================================================================================
*/
@media screen and (min-width: 480px) {
    #button-on-menu {
        margin-bottom: 0;
    }
    #stretch-nav {
        background-color: #11346C;
    }
    #copyright {
        text-align:center;
        padding-bottom:2em;
    }
    .designer {
        text-align:center;
        padding-top:2em;
    }
    .relatedThumb {
        text-align:center;
    }
    .rio-content {
        padding-left: 1.5rem;
    }
	.rio-content-feature {
        padding-left: 3rem;
    }
    .rio-section-feature h2 {
        font-size: 4em;
    }
    .rio-section-feature h3 {
        font-size: 2em;     
    }
    .rio-section-orange h2 {
        font-size: 3em;     
    }
    .rio-section-orange h3 {
        font-size: 2em;
    }
    .grid-sizer, .grid-item {
        width: 50%;
    }
}
/* 
=========================================================================================================
  	Medium devices: ≥768px
========================================================================================================= 
*/
@media screen and (min-width: 768px) {
    .phone {
        margin-right: 3em;
    }
    #stretch-nav {
        background-color: white;
        height: 110px;
    }
    .reveal {
        padding: 2em 4em;
    } 
    .rio-content {
        padding-left: 1.5rem;
    }
    .rio-content-feature {
        padding-left: 3rem;
    }
    .rio-section-feature h2 {
        font-size: 4em;
    }
    .rio-section-feature h3 {
        font-size: 2em;     
    }
    .rio-section-orange h2 {
        font-size: 3em;     
    }
    .rio-section-orange h3 {
        font-size: 2em;
    }
    .caption-o {
        position: absolute;
        top: .5em;
        left: 3em; 
        width: 490px;
        padding: 1rem;
        color: #fefefe;
    }
    .caption-o h1 {
        font-size: 1.75em
    }
    span.permanent-marker-regular {
        color: #FF8500; 
        font-size: 1.5em;
    }
    .caption-o p {
        color: white;
        font-size: .8em;
    }
    .caption-o img {
        height: 50px
    }
    .caption-o .button {
        margin-top: 1em;
        font-size: .9rem;
    }
    .grid-sizer, .grid-item {
        width: 33.333%;
    }
}
/* 
=========================================================================================================
  	Large devices: ≥1024px
========================================================================================================= 
*/

@media screen and (min-width: 1024px) {
    .reveal {
        padding: 3em 5em;
    }
    .rio-content {
        padding: 3rem;
    }
    .caption-o {
        top: 1em;
        left: 6em; 
        width: 700px;
    }
    .caption-o h1 {
        font-size: 2.75em
    }
    span.permanent-marker-regular {
        font-size: 2em;
    }
    .caption-o p {
        font-size: 1em;
    }
    .caption-o img {
        height: 60px
    }
    .ul-icons {
        max-width: 3em;
    }
}
/* 
=========================================================================================================
  	Extra-large: ≥1200px
========================================================================================================= 
*/
@media screen and (min-width: 1200px) {
    
}
/* 
=========================================================================================================
  	Ultra-wide: ≥1440px
========================================================================================================= 
*/
@media screen and (min-width: 1440px) {
    .caption-o {
        top: 1.5em;
        left: 12.5em; 
        width: 800px;
    }
    .caption-o h1 {
        font-size: 3.75em
    }
    .caption-o p {
        font-size: 1.25em
    }
    .caption-o .button {
        margin-top: 1.25em;
        font-size: 1.25rem;
    }
    .caption-o img {
        height: 70px
    }
    span.permanent-marker-regular {
        font-size: 3em;
    }
    .ul-icons {
        max-width: 3em;
    }
    .grid-sizer, .grid-item {
        width: 25%;
    }
}
/* 
=========================================================================================================
  	4K and beyond: ≥1920px
========================================================================================================= 
*/
@media screen and (min-width: 1920px) {
    .caption-o {
        top: 3em;
        left: 20em; 
        width: 900px;
    } 
    .caption-o h1 {
        font-size: 5em
    }
    .caption-o p {
        font-size: 1.5em
    }
    .caption-o .button {
        margin-top: 2em;
        font-size: 1.5em;
    }
    span.permanent-marker-regular {
        font-size: 4em;
    }
    .ul-icons img {
        max-width: 3em;
    }
}


        