
@import 'https://fonts.googleapis.com/css?family=Raleway';

html,
body {
    margin: 0;
    padding: 0;
}

.section {
    width: 100%;
}


/* Files*/


/*Sections */
.section .containerhome {
    padding: 30px 0 50px 0;
}

.section.bg {
    background: #f7f7f7;
}

/*Slider*/

.section .slider,
.section .footer {
    background: #333;
}

.slidercontent {
    text-align: center;
}

.hero {
    font-family: 'Roboto Slab', sans-serif;
    color: white;
    font-weight: normal;
    letter-spacing: 1px;
}

h1.hero {
    font-size: 54px;
}

h2.hero {
    font-size: 30px;
    margin-bottom: 60px;
}

h1.hero:after {
    content: "";
    width: 300px;
    position: relative;
    border-bottom: 1px solid #aaa;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.call {
    color: white;
    display: block;
    margin-bottom: 20px;
}

    .call span {
        display: inline;
        border: 1px solid white;
        padding: 8px 13px;
        font-size: 20px;
        transition: background 0.15s linear;
    }

        .call span:hover {
            background: rgba(255, 255, 255, 0.1);
            cursor: pointer;
        }

/* 
  Columns 
*/

.col {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

    .col.four {
        width: 23%;
        margin: 0 1%;
    }

    .col.three {
        width: 31.3%;
        margin: 0 1%;
    }

    .col.two {
        width: 40%;
        margin: 0 2.5%;
        padding: 0 2.5%;
    }

    .col.extrapad {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .col.extrapad:hover {
            color: #0088BF;
            box-shadow: 0 4px 10px 0 rgba(0, 136, 191, 0.5), 0 4px 20px 0 rgba(0, 136, 191, 0.59);
        }

    .col .service,
    .col .feature {
        font-size: 21px;
        font-weight: 300;
        font-family: 'Roboto Slab', sans-serif;
    }

        .col .service:after {
            content: "";
            width: 50px;
            position: relative;
            border-bottom: 1px solid #eee;
            display: block;
            text-align: center;
            margin: auto;
            margin-top: 15px;
        }

    .col .feature {
        font-size: 19px;
    }

    .col h1.side,
    .col p.side,
    .col span.side:first-of-type {
        margin-left: 50px;
        text-align: left;
    }

    .col .icon {
        border-radius: 50%;
        height: 85px;
        width: 85px;
        line-height: 85px;
        text-align: center;
        margin: 0 auto;
        transition: background 0.25s linear, color 0.25s linear;
    }

        .col .icon.side {
            position: absolute;
            padding: 0;
            margin: 0;
            top: -15px;
            height: 50px;
            width: 50px;
        }

    .col:hover > .icon {
        background: #0088BF;
        color: white;
    }

        .col:hover > .icon.side {
            background: initial;
            color: initial;
        }

.responsivegroup {
    display: none;
}

/*
  Column specifics
*/

.col p,
.col h1 {
    padding: 0 1%;
    text-align: center;
}

.group.margin {
    margin-bottom: 20px;
}

.col .imgholder {
    height: 300px;
    width: 100%;
}

.col.bg {
    background: #FFF;
}

.col.pointer {
    cursor: pointer;
}

.col.bg:hover .imgholder {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.09);
}

.col span.feature {
    font-size: 20px;
}

/*
  Text
*/

.containerhome > h1:not(.hero) {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900;
}

.containerhome > h1:after {
    content: "";
    width: 30px;
    position: relative;
    border-bottom: 1px solid #aaa;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
/*
h2 {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
*/
.left,
.left > h1,
.left > p {
    text-align: left;
}

.reset {
    text-align: left !important;
}

    .reset:after {
        display: none !important;
    }

/* 
  Slider with Content
*/

.white h1,
.white h2,
.white p,
.white div,
.white a {
    color: #fff;
}

/*
  Responsive
*/

.group:after {
    content: "";
    display: table;
    clear: both;
}

@media all and (max-width: 768px) {
    .containerhome {
        width: 95%;
    }

    .col.four {
        width: 48%;
        margin: 1%;
    }

    .col.three {
        display: block;
        width: 95%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    .header {
        height: auto;
        background: #eee;
    }

    #logo {
        position: initial;
        float: none;
        display: block;
        transform: none;
        margin: 10px auto 0 auto;
    }

    .responsivegroup {
        display: block;
    }

        .responsivegroup:after {
            content: "";
            display: table;
            clear: both;
        }
}

@media all and (min-width: 768px) {
    .containerhome {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    .containerhome {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    .containerhome {
        width: 1170px;
    }
}

@media all and (max-width:450px) {

    .col,
    .col.four,
    .col.three,
    .col.two {
        display: block;
        width: 95%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

        .col.extrapad {
            padding: 1%;
            margin-bottom: 10px;
        }

    .group {
        display: none;
    }
}

html,
body {
    margin: 0px;
}

h1 {
    color: #101D42;
}

.wave-container {
    position: relative;
    background: #f4f4f4;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

/*Slideshow*/
.slideshow,
.slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.clr {
    clear: both;
}

/* Controls Background Transition*/
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    /* 36s for 6 seconds, intervals, 12 seconds intervals 72 etc..*/
    -webkit-animation: imageAnimation 72s linear infinite -5s;
    -moz-animation: imageAnimation 72s linear infinite -5s;
    -o-animation: imageAnimation 72s linear infinite -5s;
    -ms-animation: imageAnimation 72s linear infinite -5s;
    animation: imageAnimation 72s linear infinite -5s;
}

.slideshow li div h3 {
    font-family: "helvetica neue", helvetica;
    text-transform: uppercase;
    font-size: 80px;
    padding: 0;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}

.slideshow li:nth-child(1) span {
    background-image: url('assets/img/la/20120731_HahnEchoPark_1_a_0079.jpg');
}

.slideshow li:nth-child(2) span {
    background-image: url('assets/img/la/48040005007_1fc3992b3b_o.jpg');
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.slideshow li:nth-child(3) span {
    background-image: url('assets/img/la/wetland.jpg');
    -webkit-animation-delay: 17s;
    -moz-animation-delay: 17s;
    -o-animation-delay: 17s;
    -ms-animation-delay: 17s;
    animation-delay: 17s;
}

.slideshow li:nth-child(4) span {
    background-image: url('assets/img/la/20120815_TujungaWash_1_b_1256.jpg');
    -webkit-animation-delay: 29s;
    -moz-animation-delay: 29s;
    -o-animation-delay: 29s;
    -ms-animation-delay: 29s;
    animation-delay: 29s;
}

.slideshow li:nth-child(5) span {
    background-image: url('assets/img/la/26228199088_f8efb20676_o.jpg');
    -webkit-animation-delay: 41s;
    -moz-animation-delay: 41s;
    -o-animation-delay: 41s;
    -ms-animation-delay: 41s;
    animation-delay: 41s;
}

.slideshow li:nth-child(6) span {
    background-image: url('assets/img/la/20181024-PW-Dewall-140.jpg');
    -webkit-animation-delay: 53s;
    -moz-animation-delay: 53s;
    -o-animation-delay: 53s;
    -ms-animation-delay: 53s;
    animation-delay: 53s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-transform: scale(1.025);
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(1.05);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.025);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    25% {
        opacity: 0;
        -moz-transform: scale(1.05);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-transform: scale(1.025);
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    25% {
        opacity: 0;
        -o-transform: scale(1.05);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-transform: scale(1.025);
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }

    25% {
        opacity: 0;
        -ms-transform: scale(1.05);
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.025);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.05);
    }

    25% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 0
    }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -moz-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -o-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -o-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    8% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .slideshow li div h3 {
        font-size: 100px
    }
}

@media screen and (max-width: 600px) {
    .slideshow li div h3 {
        font-size: 50px
    }
}

/*Modal*/
#main-modal .modal-nav li.menu-item > a {
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 1.5rem;
    font-size: 1.25rem;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

html {
    font-family: 'Open Sans', 'San Francisco', 'Segoe UI', 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

/* body padding-bottom to allow for fixed navbar - add height of navbar to push images/text below navbar */

body {
    padding-top: 0px;
    background-color: #fff;
    height: 100%;
}

/* adjusts in-page links to display below the fixed navbar */
:target:before {
    content: "";
    display: block;
    height: 70px;
    /* fixed header height*/
    margin: -70px 0 0;
    /* negative fixed header height */
}

.lead {
    font-size: 1.20rem;
    font-weight: 300;
    text-align: left;
}

/* Font styling ----------------------------- */
/*
h1,
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
*/
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

p {
    font-family: 'Open Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
    color: #3F3F3F;
    font-weight: 400;
}

li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.display-1,
.display-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.tdCenter {
    text-align: center;
}

.display-3,
.display-4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

/* FA icon color class for Font Awesome 5 icons */
.fa-sm {
    color: darkgray;
}

/* theme color tweaks > add class to items to change bg color ----------------------------- */

.bg-dkblue {
    background-color: #215086;
}

.bg-dkgry {
    background-color: #282828;
}

.bg-ltgry {
    background-color: #eeeeee;
    background-image: url(../img/noise-bg.jpg);
    background-repeat: repeat;
}

.bg-blue {
    background-color: #2A69AE;
}

.bg-ltaqua {
    background-color: #658EAA;
}

.bg-none {
    background: transparent;
}

/* Button color tweaks > add class to btn to change color ---------------------------- */
.btn-blue {
    color: #fff;
    background-color: #2A69AE;
}

    .btn-blue:hover,
    .btn-blue:active {
        color: #fff;
        background-color: #215086;
    }

/* Navbar scroll color shift class ------------------- */
.fixed-top.scrolled {
    background-color: white !important;
    transition: background-color 200ms linear;
}

/* Custom text selection color classes -------------------------- */
::selection {
    background: #658EAA;
    /* WebKit/Blink Browsers */
    color: #fff;
}

/* Home page/ splash page styling / page header styling --------------------- */

.cover-lg {
    background-image: url(../img/gallery/la/4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 16em;
}


.cover-md {
    background-image: url(../img/gw-1.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-public {
    background-image: url(../img/public-outreach-meeting-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-board {
    background-image: url(../img/stakeholder-meeting-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-group {
    background-image: url(../img/people-group-overlay-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-binders {
    background-image: url(../img/resources-binder-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-contact {
    background-image: url(../img/contact-us-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-no-img {
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}


/* Card column responsiveness ---------------------------- */

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/* text responsiveness ------------ */

@media only screen and (max-width: 576px) {

    .display-1,
    .display-2 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 3em;
    }

    .display-3,
    .display-4 {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 1.8em;
        text-shadow: none;
    }

    h3 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.4em;
    }

    p.lead {
        font-size: 1em;
    }
}

/* Text Effects ----------------------------- */

.text-shadow {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.retroshd {
    color: #fff;
    letter-spacing: .05em;
    text-shadow: 4px 4px 0px #3e3e3e;
}

    .retroshd:hover {
        text-decoration: none;
    }

@media only screen and (max-width: 576px) {
    .retroshd {
        text-shadow: none;
    }
}

/* Fluid Gallery classes for lightbox image gallery ---------------- */

.fluid-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.fluid-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.fluid-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(60, 60, 60, 0.7);
    content: '';
    transition: 0.4s;
}

.fluid-gallery .lightbox:hover:after,
.fluid-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: white !important;
}

div.containerhome {
    /*font-family: Raleway;*/
    margin: 0 auto;
    text-align: center;
}

.cardTitle {
    text-decoration: none;
    font: 20px Raleway;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

    .cardTitle:hover {
        color: #ff9a02 !important;
    }

/* Top and Bottom borders go out */
div.topBotomBordersOut a:before,
div.topBotomBordersOut a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersOut a:before {
    top: 0px;
    transform: translateY(10px);
}

div.topBotomBordersOut a:after {
    bottom: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersOut a:hover:before,
div.topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

/* Top and Bottom borders come in */
div.topBotomBordersIn a:before,
div.topBotomBordersIn a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before {
    top: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersIn a:after {
    bottom: 0px;
    transform: translateY(10px);
}

div.topBotomBordersIn a:hover:before,
div.topBotomBordersIn a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

/* Top border go down and Left border appears */
div.topLeftBorders a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 0px;
    background: #FFF;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

div.topLeftBorders a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

div.topLeftBorders a:hover:before {
    height: 100%;
}

div.topLeftBorders a:hover:after {
    opacity: 0;
    top: 100%;
}

/* Circle behind */
div.circleBehind a:before,
div.circleBehind a:after {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #0277bd;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

div.circleBehind a:after {
    border-width: 2px;
    transition: all 0.4s;
}

div.circleBehind a:hover:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circleBehind a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

/* Brackets go out */
div.brackets a:before,
div.brackets a:after {
    position: absolute;
    opacity: 0;
    font-size: 35px;
    top: 0px;
    transition: all 0.3s;
}

div.brackets a:before {
    content: '(';
    left: 0px;
    transform: translateX(10px);
}

div.brackets a:after {
    content: ')';
    right: 0px;
    transform: translateX(-10px);
}

div.brackets a:hover:before,
div.brackets a:hover:after {
    opacity: 1;
    transform: translateX(0px);
}


/* Border from Y to X  */
div.borderYtoX a:before,
div.borderYtoX a:after {
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

div.borderYtoX a:before {
    left: 0px;
    top: 0px;
}

div.borderYtoX a:after {
    right: 0px;
    bottom: 0px;
}

div.borderYtoX a:hover:before,
div.borderYtoX a:hover:after {
    opacity: 1;
    height: 2px;
    width: 100%;
}

/* Border X get width  */
div.borderXwidth a:before,
div.borderXwidth a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

div.borderXwidth a:before {
    left: 0px;
    top: 0px;
}

div.borderXwidth a:after {
    right: 0px;
    bottom: 0px;
}

div.borderXwidth a:hover:before,
div.borderXwidth a:hover:after {
    opacity: 1;
    width: 100%;
}

/* Pull down  */
div.pullDown a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullDown a:hover:before {
    height: 100%;
}

/* Pull up  */
div.pullUp a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullUp a:hover:before {
    height: 100%;
}

/* Pull right  */
div.pullRight a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRight a:hover:before {
    width: 100%;
}

/* Pull left  */
div.pullLeft a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullLeft a:hover:before {
    width: 100%;
}

/* Pull up and down  */
div.pullUpDown a:before,
div.pullUpDown a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullUpDown a:before {
    top: 0px;
}

div.pullUpDown a:after {
    bottom: 0px;
}

div.pullUpDown a:hover:before,
div.pullUpDown a:hover:after {
    height: 100%;
}

/* Pull right and left  */
div.pullRightLeft a:before,
div.pullRightLeft a:after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRightLeft a:before {
    left: 0px;
}

div.pullRightLeft a:after {
    right: 0px;
}

div.pullRightLeft a:hover:before,
div.pullRightLeft a:hover:after {
    width: 100%;
}

/* Highlight text out  */
div.highlightTextOut a {
    color: rgba(255, 255, 255, 0.3);
}

    div.highlightTextOut a:before,
    div.highlightTextIn a:before {
        position: absolute;
        color: #FFF;
        top: 0px;
        left: 0px;
        padding: 10px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(0.8);
        opacity: 0;
    }

    div.highlightTextOut a:hover:before,
    div.highlightTextIn a:hover:before {
        transform: scale(1);
        opacity: 1;
    }

/* Highlight text in  */
div.highlightTextIn a {
    color: rgba(0, 0, 0, 0.4);
}

    div.highlightTextIn a:before {
        transform: scale(1.2);
    }

.cld-button {
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 22px;
    padding: 7px 15px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 25px;
}


    .cld-button:hover,
    .cld-button:active {
        color: #094F7B;
    }

/* Slideshow*/

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 45%;
}

.orange {
    color: #ff9a02;
}

    .orange:hover {
        color: #cc7a00;
    }


/* Adjustments for hero image slideshow in home page */
@media screen and (max-width: 992px) {
    #slideshowContainer {
        height: calc(35% - 72px) !important;
        margin-top: 2.5rem;
    }

    .slideshow {
        height: 35% !important;
        top: 2.5rem;
    }
}