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

    Orange #FF8500;
    Orange rgb(255,133,0)
    DK Orange #E77800;

    BG-color: #101820;
*/

/* ===================================================== Site Base Styles ==================================================== */
.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:#101820;
  background-color: #FFF;
}
h1, h2, h3, h4, p {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
}

h1 {font-size: 2.5em}
h2 {font-size: 3em}
h3 {font-size: 2em}
h4 {font-size: 1.25em}
p {font-size: 1em;}
.pg-text-large {
	font-size: 1.75em;
}

/* --------------------------------------------------- Page Heading styles ------------------------------------------------- */

.rio-section-feature h2 {
    color: white;
    font-size: 3.5em;
}

.rio-section-feature h3 {
    color: #1D60C4;
    font-size: 1.5em;
}

.rio-section-feature p {
    color: white;
}
.rio-section-feature {background: url("/media/elsp1csv/background-corner-circles-01.svg") top right no-repeat; background-size: 50%;}
/* ------------------------------------------------------ Special Styling -------------------------------------------------- */
.bg-blue figure {
    padding-top: 6em;
    height: 100%;
}
.bg-orange h2 {
    font-size: 3em; 
} 
/* ---------------------------------------------- Page Background and Heading Colors ------------------------------------------- */
.bg-blue {
    background-color: #11346C;
    color: white;
}
.bg-blue h3 {
    color: #FF8500;
}
.bg-black{
    background-color: #101820;
    color: white;
}

.bg-black h3 {
    color: #1D60C4;    
}
.bg-lt-black {
    background-color: #182531;
    color: white;
}
.bg-lt-black h3 {
    color: #1D60C4;
}
.bg-white {
    background-color: white;
    color: #000;
}
.bg-white h3 {
    color: #11346C;
}
.bg-off-white {
    background-color: #F8F8F8;
}
.bg-orange {
    background-color: #FF8500;
    color: white;
}
.orange-title {
    color: #FF8500;
}

#stretch-row {
   background-color: transparent;
}

/* ------------------------------------------ xy grid margin-padding-spacer styles ----------------------------------------- */
.rio-padding-xs {padding: 3em 0}
.rio-padding-sm {padding: 6em 0}
.rio-padding {padding: 9em 0}
.rio-padding-lg {padding: 12em 0}
.rio-padding-xl {padding: 15em 0}
.rio-padding-xxl {padding: 18em 0}

.rio-margin-xs {margin: 3em 0}
.rio-margin-sm {margin: 6em 0}
.rio-margin {margin: 9em 0}
.rio-margin-lg {margin: 12em 0 }
.rio-margin-xl {margin: 15em 0}
.rio-margin-xxl {margin: 18em 0}

.rio-spacer-white {
    background-color: #FFF;
    height: 6em;
}
.rio-spacer-offwhite {
    background-color: #F8F8F8;
    height: 6em;
}
.rio-spacer-black {
    background-color: #101820;
    height: 6em;
    padding: 0;
    margin: 0;
}
.rio-spacer-blue {
    background-color: #11346C;
    height: 6em;
}


/* ---------------------------------------------------- Button Styles ------------------------------------------------------ */
.button {
    font-size: 1em;
    font-weight: bold;
    background-color: #E77800;
    color:#FFF;
}
.button:hover {background-color: #E67800;}

/* ====================================================   Orbit Menu Fix =================================================== */
.sticky {
  z-index: 100;
}

.orbit {
  z-index: 0;
}

/* ==================================================  Navigation Styles =================================================== */
.menu .button:hover {
    background-color: #E67800;
    color: #FFF;
}
.top-bar {
    background-color: #FFF; 
}
#top-logo {
    height: 70px; 
}
#button-on-menu {
    margin-top: 2em;  
}
.is-drilldown {padding-bottom: 1.5em;}
#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;
}
li a {
	font-size: 1em;
}
/* --------------------------------------------- Remove Underline on dropdown parent --------------------------------------- */
.menu a:hover {
    color: #E77800;
    text-decoration: solid underline #1D60C4 2px;
    text-underline-offset: 12px; /* This creates space between text and underline */
}
.is-dropdown-submenu-parent > a:hover {
    text-decoration: none;
}
#stretch-foot-bot .menu li a:hover {
  background-color: none;
  color: #E77800;
}
.foot-menu li a:hover {
  box-shadow: inset 0 -2px 0 0 #0E326E;
}

/* ------------------------------------------- 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.75rem;
    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;
  	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;
}
.vertical li a {
    display: inline-block;
}

/* ================================================= Hero Magellan Scroll ================================================ */
.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);
}
.light-bg-text p {
	margin-top: 2rem;
}

/* 
============================================================================================================================= 
Page Body Styles
============================================================================================================================= 
*/


/* ================================================= 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;}

/* ================================================== Foundation Callout Styles -- Portfolio  Partials ======================================================= */
.portfolio {
	height: 100%;
}
.cw-img {
	height: 70%;
}
.cw-title {
	height: 20%;
}
.portfolio .callout-footer {
	height: 10%;
}
.cw-logo {
	max-width: 40%;
}
/* ================================================== Foundation Card Styles -- Pricing Packages Partials ======================================================= */

.rioPackage h2, .rioPackage h3 {
	text-align: center;
}
.rioPackage h2 {
	font-size: 1.5em;
}
.rioPackage h3 {
	font-size: 2em;
	font-weight: bold;
}
.rioPackage i, .rioPackage li {
	font-size: 1em;
}
.rioPackage .card {
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #c4c4c4;
    border-radius: 12px;
	height: 100%;
}
.rioPackage a.button {
	display: flex;
	justify-content: center;
}
.scrollable {
	height: 50%;
	max-height: 400px;
	overflow: auto;
	position: relative;
}
.scrollable:hover {
  cursor: grabber;
}
.scrollable #icon1 {
	position: absolute;
	bottom: 2px;
	right: 20px;
}
.scrollable #icon2 {
	position: absolute;
	bottom: 2px;
	right: 40px;
}
.grabber-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 360px;
}
/* ================================================== 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;
}

/* ==================================================== 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;
	font-weight: bold;
    line-height: 1.5;
    color: white;
    background-color: #11346C;
}
.accordion-title:hover {
    background-color: #182531;
    color: white;
}
.accordion-title:focus {
    background-color: #FF8500;
    color: white;
}
.accordion-title p {
    color: white;
	font-size: 1.5rem;
}
.fas {color: #FF8500; font-size: 1.5em; padding-right: .5em; }
.fab {color: #FF8500; font-size: 1.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);
}

/* ===================================== background image see-through Promo Bar row styles ========================================= */
.overlay {
    padding: 1rem;
	height: 100%; 
	width: 100%; 
	background-color: rgb(17,52,108, .9);
}

/* ===================================================== Subhero styles ================================================== */
.sub-hero-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,.6);
}
.sub-hero-overlay2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0);
}

#promo-bar {
    background-color: transparent;
}
/* ====================================================  Row 4 Column Styles ====================================================== */
.column-stat {
	dispaly: block;	
	font-size: 3em;
	color: #1D60C4;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3); 
}
.column-caption {
	display: block;
	font-size: 1.5em;
	line-height: .5em;
}
/* =========== Contact Page ========== */
.businessData h2 {
	font-size: 2em;
}
.businessData span {
	 float: left; 
	padding-top: .2em;
}
.businessData ul {
	list-style-type: none;
	display: inline-block;
	margin-left: 0;
}
.businessData i {
	font-size: 1.2em;
	margin-right: .3em;
}
.fa-door-open {
} 
.fa-door-closed {	
}
/* ====================================================  Image Wrap ====================================================== */
.img-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.img-wrap {
    background-color: #11346C;  
    padding: 2px 2px 2px 2px;
}
.thumbnail {
    margin-bottom: 1rem;
    border: 1px solid #11346C;
}
#Map {
    margin-top: 5em;
}
.galleryItem:hover {
    cursor: pointer;  
}

/* ====================================================  Lightbox ====================================================== */
.galleryModal .galleryContainer {
  width: 70%;
  height: 70%;
}
/* 
============================================================================================================================ 
Page Footer Styles
============================================================================================================================ 
*/


#stretch-foot-bot address {
    text-align:  center;  
}
#footer-logo {margin-top: 2em;}
#stretch-foot-top {
    padding-top: 4em;
    padding-bottom: 4em; 
}
#stretch-foot-bot {
    background-color: white;
    padding-top: 4em;
    padding-bottom: 4em;
}
footer {color: #fff;}

footer a {
  color: #FFFFEE;
}
footer a:hover {
  color: #FF8500;
}
 footer p {
    color: #11346C;
    font-size: 1em;
}
address, address a {
    font-size: .8em; 
    color: #11346C;
}
address a:hover {
    color: #FF8500;
}
.far a:visited {color: white;}

#circles { width: 70%}

#home-video {
    margin-top: 4em;
}
.ul-icons {
	list-style-type: none;
    margin-top: 2em;
}
.bg-blue .ul-icons {
    color: white;    
}
.ul-icons li {
    display: flex; 
    align-items: center; /* display defaults to row and align-items places on cross axis */
}
#copyright {
    margin-top: 3em;
}

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

								Riology Framework default media queries 

==========================================================================================================================
	Small devices: ≥440px 
==========================================================================================================================
*/

@media screen and (min-width: 440px) {
    .fas {color: #FF8500; font-size: 2em; padding-right: .5em; }
    .fab {color: #FF8500; font-size: 2em; padding-right: .5em; }
    #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%;
    }
    .bg-orange h2 {
       color: white;
        font-size: 3em; 
    }  
}

/* 
==========================================================================================================================
  	Medium devices: ≥640px
========================================================================================================================== 
*/
@media screen and (min-width: 640px) {
    .bg-blue figure {
        padding-top: 8em;
        border-left: solid 6px #FF8500;
    }
    .phone {
        margin-right: 3em;
    }
    
    .white-space {
    height: 10em;
    }
    .white-space-lg {
        height: 20em;
    }
    .reveal {
        padding: 2em 4em;
    } 
    h1.dark-bg-title {
        font-size: 3.5rem;
    }
    h2.dark-bg-title {
        font-size: 2.5rem;
    }
    .dark-bg-text p {
        font-size: 1.5rem;
    }
    .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: 33.333%;
    }
    .bg-orange h2 {
    	color: white;
    	font-size: 4em; 
    } 
	.galleryModal .galleryContainer {
  		width: 80%;
  		height: 80%;
	}
}

/* 
==========================================================================================================================
  	Large devices: ≥1024px
========================================================================================================================== 
*/

@media screen and (min-width: 1024px) {
	li a {
		font-size: .68em;
	}
    #button-on-menu {
        margin-top: 0;  
    }
    #copyright {
        margin-top: 0;
    }
    .rio-section-feature {
		background: url("/media/elsp1csv/background-corner-circles-01.svg") top right no-repeat; 
		background-size: 25%;}
    .reveal {
        padding: 3em 5em;
    }
    .rio-content {
        padding: 3rem;
    }
	
    /* ------------------------------------------ Hero Text Styles ---------------------------------------------------- */
   .caption-o {
        position: absolute;
        top: .5em;
        left: 3em; 
        width: 525px;
        padding: 1rem;
        color: #fefefe;
    }
    .caption-o h1 {
        font-size: 2em
    }
    span.permanent-marker-regular {
        color: #FF8500; 
        font-size: 1.6em;
    }
    .caption-o p {
        color: white;
        font-size: .9em;
    }
    .caption-o img {
        height: 30px
    }
    .caption-o .button {
        margin-top: 1em;
        font-size: .9rem;
    }
     h1.dark-bg-title {
        font-size: 4rem;
    }
    h2.dark-bg-title {
        font-size: 3rem;
    }
    .dark-bg-text p {
        font-size: 2rem;
    }
	
}

/* 
==========================================================================================================================
  	Extra-large: ≥1200px
========================================================================================================================== 
*/
@media screen and (min-width: 1200px) {
	li a {
	font-size: .85em;
	}
    .bg-orange h2 {
       color: white;
        font-size: 5em; 
    }  
}

/* 
==========================================================================================================================
  	Ultra-wide: ≥1440px
========================================================================================================================== 
*/
@media screen and (min-width: 1440px) {
	li a {
	font-size: 1em;
	}
    .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;
    }
    .grid-sizer, .grid-item {
        width: 25%;
    }
    .bg-orange h2 {
       color: white;
        font-size: 6em; 
    }  
}

/* 
==========================================================================================================================
  	4K+ : ≥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;
    }
    .bg-orange h2 {
       color: white;
        font-size: 6em; 
    }  
}


        