/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*================HEADER STYLES=========================*/
.navbar-toggler{
    border: 0;
    padding-left: 6px;
}

.bg-primary{
    background-color: #006697!important;
}

header{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #006697!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    padding-left: 10px;
    padding-right: 10px;
}

.navPhone{
    color: #ffffff;
    font-weight: bold;
    font-size: 0.95rem;
}

.navPhone:active, .navPhone:hover, .navPhone:focus{
    color: #b3d4fc;
}

.dropdown-menu{
    background-color: #006697;
    border: 0;
}

.dropdown-item{
    color: white;
}

.navbar-brand{
    width: 100px;
}

@media (min-width: 992px) {
    .navbar-brand{
        width: 150px;
    }
}

/*====================INDEX STYLES=======================*/
.indexCards .card{
    text-align: center;
    margin-bottom: 10px;
    overflow-y: hidden;
    min-height: 386px;
}

.indexCards .card-body{
    padding:6px;
}

.indexCards .card-text{
    font-size: 0.9em;
    text-align: left;
    color: white;
    background-color: rgba(0,0,0,0.75);
    padding: 5px;
    width: 100%;
    height: 60%;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.retailerCard:hover .card-text{
    visibility: visible;
    top: 54%;
}

.distributorCard:hover .card-text{
    visibility: visible;
    top: 49%;
}

.manufacturingCard:hover .card-text{
    visibility: visible;
    top: 45%;
}

.digitalCard:hover .card-text{
    visibility: visible;
    top: 49%;
}

.indexCards .card-title{
    margin-top: 1px;
    color: black;
    font-weight: 800;
}

.homeHeader{
    text-align: center;
    margin-bottom: 1rem;
}

.indexCards a:hover{
    text-decoration: none;
}

.indexCards .card-footer{
    border: 0;
}

.learn-more{
    color: white;
    padding-left: 45px;
    padding-right: 45px;
}

.retailerCard{
    background-image: url("../img/retailer.jpg");
    background-size: cover;
}

.distributorCard{
    background-image: url("../img/warehouse.jpg");
    background-size: cover;
}

.manufacturingCard{
    background-image: url("../img/manufacturing.jpg");
    background-size: cover;
}

.digitalCard{
    background-image: url("../img/digital.jpg");
    background-size: cover;
}

.contactRow{
    /*margin-top: 20px;*/
    padding-top: 10px;
    padding-bottom: 20px;
}

.contactContainer{
    background-image: url("../img/contact-form-bg.jpg");
    background-size: cover;
    background-position: center;
}

.contact-header{
    text-align: center;
    color: white;
    font-weight: bold;
}

.contactRow textarea{
    min-height: 145px;
}

.latestNews{
    margin-top: 3em;
    margin-bottom: 1em;
}

.newsHeader{
    color: #006697;
    font-weight: 700;
}

.newsHeader:after{
    content: "";
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: .5em;
    z-index: -1;
    border-bottom: 4px solid #C2C2C2;
    margin-left: 225px;
}

/*========================BECOME A PARTNER STYLES==================*/
.pageContentHeader {
    color: #006697;
    text-align: center;
    font-weight: 800;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0 auto;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    max-width: 500px;
}

.ravenPartnerCol {
    line-height: 1.5;
    margin-top: 2.5%;
}

.compareHeader h2{
    font-weight: 700;
    color: #006697;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
}

.ravenPartnerCol h2 {
    font-weight: 700;
    color: #006697;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
}

.ravenPartnerCol h3 {
    color: #006697;
    font-weight: 700;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.ravenPartnerCol p {
    font-family: 'Helvetica Regular', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
}

.ravenPartnerCol img {
    padding-top: 15px;
}

.compareHeader{
    margin-left: 15px;
}

.partnerIconLastRow{
    padding-bottom: 3rem;
}

.ravenPartnerReasonCol {
    line-height: 1.5;
    margin-top: 2.5%;
}

.ravenPartnerReasonCol h3 {
    color: #006697;
    font-weight: 700;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.ravenPartnerReasonCol li {
    font-family: 'Helvetica Regular', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #006697;
}

.partnerFormRow{
    background-image: url("../img/become-partner-bg.jpg");
    background-size: cover;
    background-position: center;
    padding:2.5rem 0 2.5rem 0;
    color: white;
}

.partnerFormRow h2{
    font-weight: 700;
    text-align: center;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
}

#becomeAPartnerForm{
    max-width: 750px;
    margin: 0 auto;
    padding-top: 25px;
}

#becomeAPartnerForm p{
    color: red;
    font-size: 0.9rem;
}

.form-group label{
    font-size: 0.75rem;
    font-weight: bold;
}

.partnerRow {
    padding-top: 25px;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
}

.partnerReasonRow {
    margin-bottom: 5rem;
    background-color: #eeeeee;
}

.partnerIconRow {
    margin-bottom: 2rem;
    background-color: #ffffff;
}

.partnerFormInput{
    margin-bottom: 10px;
}

.btn-custom{
    background: #006697;
}

.partnerLabel{
    color: #000000;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ravenPartnerFormCol{
    color: #565656;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-bottom: 45px;
}

.ravenPartnerFormCol h2{
    font-weight: 700;
    color: #006697;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
}
.ravenPartnerFormCol p{
    color: #000000;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.form-group.required label:after {
    content:"*";
    /*color: #7C0A02;*/
    /*color: #FF2B3D;*/
    color: #FF0800;
    font-size: 1.25rem;
}

/*==================Digital Services Styles====================*/

.iconBackground{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #006697;
    margin: 0 auto;
}

.iconBackground i{
    color: #ffffff;
    margin-top: 15px;
}

.digitalServicesCards .card{
    text-align: center;
    margin-bottom: 10px;
}

.digitalServicesCards .card-body{
    padding:15px;
}

.digitalServicesCards .card-text{
    font-size: 0.9em;
    text-align: left;
}

.digitalServicesCards .card-title{
    margin-top: 12px;
    color: #006697;
}

.digitalServicesCards a{
    color: black;
}

.digitalServicesCards a:hover{
    text-decoration: none;
}

.digitalFormRow{
    padding-bottom:2rem;
    padding-top: 2rem;
    background-image: url("../img/digital-bg.jpg");
    background-size: cover;
    background-position: center;
}

.digitalFormRow h2{
    font-weight: 700;
    color: white;
    font-family: 'Helvetica Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
}

.digitalFormRow textarea{
    min-height: 80px;
}

.digitalFormRow label{
    color: white;
}

.reqFields{
    display: inline-block;
    padding: 2px;
    color: #FF0800;
}

.webExpertise .card{
    border: 0;
}

.webExpertise img{
    padding-bottom: 10px;
}

.webExpertise h3{
    color: #006697;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 0;
}

.webExpertise{
    padding-bottom: 2em;
    margin-bottom: 0;
    /*border-bottom: solid 7px #C9C5C4;*/
}

.digitalCompare{
    padding: 2.5em;
    background-color: #E9E9E9;
}

.digitalCompare h3{
    color: #006697;
    margin-bottom: 15px;
}

.digitalDesignBackground{
    background-image: url("../img/design.jpg");
    background-size: cover;
}

.digitalDevBackground{
    background-image: url("../img/development.jpg");
    background-size: cover;
}

.digitalDataBackground{
    background-image: url("../img/data.jpg");
    background-size: cover;
}
.digitalMarketingBackground{
    background-image: url("../img/marketing.jpg");
    background-size: cover;
}

.digitalBackground{
    min-height: 200px;
}

.digitalCompare img{

}

@media (min-width: 768px) {
    .digitalCardText{
        min-height: 313px;
    }
}

@media (min-width: 992px) {
    .digitalCardText{
        min-height: 228px;
    }
}

@media (min-width: 1200px) {
    .digitalCardText{
        min-height: 378px;
    }
}

.iconBackground2{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #006697;
    margin: 0 auto;
    margin-top: 25%;
}

.iconBackground2 i{
    color: #ffffff;
    margin-top: 15px;
}

.form-check-label{
    font-size: 0.9rem!important;
}

.form-check-input{
    width: 16px;
    height: 16px;
}

.ourWork h3{
    color: #006697;
    margin-top: 25px;
    margin-bottom: 15px;
}

/*=================ABOUT US STYLES======================*/
.ravenTimelineContainer {
    background: #dddddd;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ravenTimelineContainer ol, .ravenTimelineContainer ul{
    list-style-type: none;
}

.aboutUsHeader{
    font-size: 24px;
    text-align: center;
    color: #006697;
    font-weight: 800;
}

.aboutUs{
    padding-bottom: 25px;
}

.rta-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.rta-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.rta-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.rta-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.rta-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.rta-horizontal-timeline .events-wrapper::after, .rta-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.rta-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #ddd, rgba(221, 221, 221, 0));
    background-image: linear-gradient(to right, #ddd, rgba(221, 221, 221, 0));
}
.rta-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #ddd, rgba(221, 221, 221, 0));
    background-image: linear-gradient(to left, #ddd, rgba(221, 221, 221, 0));
}
.rta-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #333;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.rta-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #006697;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.rta-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 0.9rem;
    padding-bottom: 15px;
    color: #333;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.rta-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #333;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.rta-horizontal-timeline .events a:hover, .rta-horizontal-timeline .events a:focus {
    text-decoration: none;
}

.no-touch .rta-horizontal-timeline .events a:hover::after {
    background-color: #006697;
    border-color: #006697;
}
.rta-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.rta-horizontal-timeline .events a.selected::after {
    background-color: #006697;
    border-color: #006697;
}
.rta-horizontal-timeline .events a.older-event::after {
    border-color: #006697;
}
@media only screen and (min-width: 1100px) {
    .rta-horizontal-timeline {
        margin: 2em auto;
    }
    .rta-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.rta-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
}
.rta-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/ic_arrow_forward_black_24px.svg') no-repeat 0 0;
}
.rta-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.rta-timeline-navigation a.next {
    right: 0;
}
.no-touch .rta-timeline-navigation a:hover {
    border-color: #006697;
}
.rta-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.rta-timeline-navigation a.inactive::after {
    background-position: 0 -32px;
}
.no-touch .rta-timeline-navigation a.inactive:hover {
    border-color: #333;
}

.rta-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.rta-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.rta-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.rta-horizontal-timeline .events-content li.enter-right, .rta-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: rta-enter-right;
    -moz-animation-name: rta-enter-right;
    animation-name: rta-enter-right;
}
.rta-horizontal-timeline .events-content li.enter-left, .rta-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: rta-enter-left;
    -moz-animation-name: rta-enter-left;
    animation-name: rta-enter-left;
}
.rta-horizontal-timeline .events-content li.leave-right, .rta-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.rta-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}

.rta-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.rta-horizontal-timeline .events-content em::before {
    content: '- ';
}
.rta-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .rta-horizontal-timeline .events-content em {
        font-size: 2rem;
    }
    .rta-horizontal-timeline .events-content p {
        font-size: 1.5rem;
    }
}

/*================CAREERS STYLES===========================*/
.careers h1, .careers h3{
    text-align: center;
    color: #006697;
}

.careers{
    padding-bottom: 25px;
}

.resumeForm .form-group{
    margin-bottom: 6px;
}

.careerImages{
    padding-top: 7%;
}

.careers .card{
    font-size: 0.9rem;
}

/*===================DIVISION PAGES STYLES======================*/

.divisions{
    margin-bottom: 25px;
}

.divisions ul{
    list-style-type: none;
    padding: 0;
}

.divisions .card{
    margin-bottom: 10px;
}

.divisions .card-title{
    font-weight: bold;
    text-align: center;
    color: #006697;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.divisions img{
    margin: 10px auto 10px auto;
    display: block;
}

.divisions h2{
    text-align: center;
    /*color: #006697;*/
    font-weight: bold;
    padding-bottom: 12px;
}

#retailMap{
    width: 330px;
    height: 400px;
    background-color: grey;
}

#cltwMap, #rblMap{
    width: 285px;
    height: 300px;
    background-color: grey;
}

@media (min-width: 411px) {
    #cltwMap, #rblMap{
        width: 340px;
    }
    #retailMap{
        width: 382px;
    }
}

@media (min-width: 580px) {
    #cltwMap, #rblMap{
        width: 470px;
    }
    #retailMap{
        width: 510px;
        height: 500px;
    }
}

@media (min-width: 768px) {
    #cltwMap, #rblMap{
        width: 290px;
    }
    #retailMap{
        width: 690px;
    }
}

@media (min-width: 992px) {
    #cltwMap, #rblMap{
        width: 410px;
    }
    #retailMap{
        width: 930px;
    }
}

@media (min-width: 1200px) {
    #cltwMap, #rblMap{
        width: 500px;
    }
    #retailMap{
        width: 1110px;
        height: 500px;
    }
}

/*===================Gallery========================= */
.lightboxgallery-gallery {
    display: block;
    margin: 40px -10px;
}
.lightboxgallery-gallery-item {
    cursor: zoom-in;
    display: block;
    float: left;
    width: 20%;
}

.imagegallery-container h3{
    margin:0;
    text-align: center;
    color: #006697;
    font-weight: 500;
}

@media only screen and (max-width : 767px) {
    .lightboxgallery-gallery-item {
        width: 33.3333%;
    }
}

@media only screen and (max-width : 479px) {
    .lightboxgallery-gallery-item {
        width: 50%;
    }
}

.lightboxgallery-gallery-item img {
    width: 100%;
}

.lightboxgallery-gallery-item > div {
    position: relative;
    margin: 10px;
}

.lightboxgallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover > div:after {
    opacity: 1;
}

.lightboxgallery-gallery-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
    opacity: 1;
}

.lightboxgallery-gallery-item-title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}
/*==================PARSLEY VALIDATION STYLES==================*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 4px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #721c24;
    background-color: white;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}
/*=================FOOTER STYLES======================*/
.rtaFooterWrapper{
    padding:25px;
}

.rtaFooterWrapper, .rtaFooterWrapperMobile{
    background: #333333;
    color: #ffffff;
}

.rtaFooterWrapper a, .rtaFooterWrapperMobile a{
    color: #ffffff;
}

.rtaFooterWrapperMobile .card-body, .rtaFooterWrapperMobile .card-header{
    background: #333333;
    color: #ffffff;
}

.rtaFooterWrapperMobile .card{
    border: 0;
}

.rtaFooterWrapperMobile .card-header{
    padding-bottom: 0;
    border: 0;
}

.rtaFooterWrapperMobile .collapsed{
    border-bottom: #484848 2px solid;
}

.rtaFooterWrapperMobile .card-body{
    padding-top: 2px;
    border-bottom: #484848 2px solid;
}

.rtaFooterWrapperMobile .card-body a{
    font-size: 0.9em;
}

.rtaFooterWrapperMobile .btn-link, .rtaFooterWrapperMobile .btn-link{
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding-left: 0;
    font-size: 1em;
    font-weight: bold;
}

.btn-link:active, .btn-link:focus, .btn-link:visited{
    color: #ffffff;
}

.copyright{
    /*color: #7D7D7D;*/
    color: #ffffff;
    font-size: 11px;
    padding-top: 35px;
}

.network-header{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 7px;
    font-weight: 700;
}

#rtaNetworkCarousel{
    background-color: #ececec;
    padding-bottom: 15px;
}

.carousel-control-prev i, .carousel-control-next i{
    color: black!important;
}

/*=====================Animation Delays-----------------------------*/
.scrollAnimationLeft, .scrollAnimationRight{
    animation-delay: 0.5s!important;
    -moz-animation-delay: 0.5s!important;
    -webkit-animation-delay: 0.5s!important;
}

.cardAnimation2{
    animation-delay: 0.25s!important;
    -moz-animation-delay: 0.25s!important;
    -webkit-animation-delay: 0.25s!important;
}
.cardAnimation1{
    animation-delay: 0.75s!important;
    -moz-animation-delay: 0.75s!important;
    -webkit-animation-delay: 0.75s!important;
}
.cardAnimation3{
    animation-delay: 1.25s!important;
    -moz-animation-delay: 1.25s!important;
    -webkit-animation-delay: 1.25s!important;
}
.cardAnimation4{
    animation-delay: 1.75s!important;
    -moz-animation-delay: 1.75s!important;
    -webkit-animation-delay: 1.75s!important;
}

/*======================= Grow Animation ====================== */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr:hover > .hvr-grow,
.hvr:focus > .hvr-grow,
.hvr:active > .hvr-grow {
    transform: scale(1.1);
}

/*============MEDIA QUERIES=============*/
@media (min-width: 768px) {
    .indexCards .card{
        min-height: 386px;
    }
    .digitalServicesCards .card{
        min-height: 386px;
    }

    .logoCarouselImageContainer{
        padding: 0 30px !important;
        min-height: 100px;
        max-height: 100px;
    }

    .logoCarouselImageContainer img{
        width: 275px;
        height: 100px;
    }

    .carousel-control-next, .carousel-control-prev{
        width: 25px;
        height: 150px;
    }

    .pageContentHeader {
        font-size: 30px;
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .indexCards .card{
        min-height: 316px;
    }
    .digitalServicesCards .card{
        min-height: 316px;
    }

    .logoCarouselImageContainer{
        padding: 0 85px !important;
    }

    .navPhone{
        font-size: 1.3rem;
    }
    .pageContentHeader {
        font-size: 40px;
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .indexCards .card{
        min-height: 472px;
    }
    .digitalServicesCards .card{
        min-height: 472px;
    }

    .logoCarouselImageContainer{
        padding: 0 30px !important;
    }

    .logoCarouselImageContainer img{
        width: 225px;
        height: 100px;
    }

    .carousel-control-next, .carousel-control-prev{
        width: 25px;
        height: 100px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*BOOTSTRAP 5 COLUMN CSS*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}