﻿@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

.TweetLoader li {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}


.TweetLoader .user {
    display: none;
}



.TweetLoader .timePosted {
    margin-top: 20px;
    font-size: 0.75em;
    text-transform: uppercase;
    color: white;
    opacity: 0.5;
    bottom: 30px;
    position: absolute;
}

.TweetLoader .interact {
    bottom: 0px;
    position: absolute;
    padding-bottom: 0.625em;
    font-size: 0.875em;
    text-align: center;
    font-size: 0.75em;
    text-transform: uppercase;
    color: white;
}


    .TweetLoader .interact a {
        margin-right: 10px;
    }
/*.TweetLoader .interact a:after
    {
        content: "   >";
        /*border-width: 1rem 0px 1rem 1rem;
        border-style: solid;
        height: 0px;
        width: 0px;
        border-color: transparent;
        margin-left: 0.625em;
    }*/


.highlightshare-parent {
    position: relative;
}

.highlightshare {
    position: absolute;
    padding: 5px;
    /*background-color: #808080;*/
}

.webui-popover-content {
    background-color: #808080;
}

.highlight-tweet img {
    width: 30px;
}


.live-tile img, .list-tile img, .copy-tile img {
    margin-bottom: 10px;
}

.rc2014-home-feature-callout-title {
    margin-bottom: 1px;
}

.rc2014-home-feature-callout-link .arrow-right {
    border-color: transparent white;
    border-width: 0.5rem 0px 0.5rem 0.5rem;
}

@media only screen and (min-width:550px) {
    .rc2014-home-feature-callout-link .arrow-right {
        border-width: 0.65rem 0px 0.65rem 0.65rem;
    }
}

@media only screen and (min-width:50.063em) {
    .rc2014-home-feature-callout-link .arrow-right {
        border-width: 0.75rem 0px 0.75rem 0.75rem;
    }
}

@media only screen and (min-width:73.75em) {
    .rc2014-home-feature-callout-link .arrow-right {
        border-width: 1rem 0px 1rem 1rem;
    }
}

/*   MOBILE */
@media only screen and (max-width:50.063em) {
    /* MOBILE HEADER */
    nav.top-bar {
        height: 64px;
    }

    .title-area {
        text-align: initial
    }

    .title-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .title-logo img {
            height: 50px;
            width: auto;
        }
}


/*  MOBILE NAV */

.off-canvas-wrap .left-off-canvas-toggle > .hamburger {
    display: block;
}

.off-canvas-wrap.move-right .left-off-canvas-toggle > .hamburger {
    display: none;
}

.off-canvas-wrap .left-off-canvas-toggle > .close {
    display: none;
    box-shadow: none;
    height: auto;
    color: #999;
}

    .off-canvas-wrap .left-off-canvas-toggle > .close:before, .off-canvas-wrap .left-off-canvas-toggle > .close:after {
        position: absolute;
        left: 10px;
        top: 8px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #009900;
    }

    .off-canvas-wrap .left-off-canvas-toggle > .close:before {
        transform: rotate(45deg);
    }

    .off-canvas-wrap .left-off-canvas-toggle > .close:after {
        transform: rotate(-45deg);
    }


.off-canvas-wrap.move-right .left-off-canvas-toggle > .close {
    display: block;
}

.move-right > .inner-wrap {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.off-canvas-wrap .inner-wrap .left-off-canvas-menu {
    width: 100%;
    background: #009900;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,90,0,1) 50%, rgba(0,153,0,1) 100%);
    padding-top: 20px;
    height: 95vh;
}

    .off-canvas-wrap .inner-wrap .left-off-canvas-menu label {
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: none;
        background: transparent;
    }

        .off-canvas-wrap .inner-wrap .left-off-canvas-menu label a {
            font-size: 32px;
            border: none;
            color: #fff;
        }

    .off-canvas-wrap .inner-wrap .left-off-canvas-menu .email {
        padding: 20px 0;
    }

        .off-canvas-wrap .inner-wrap .left-off-canvas-menu .email a {
            font-size: 20px;
            font-weight: bold;
            color: #fff !important;
        }

    .off-canvas-wrap .inner-wrap .left-off-canvas-menu .menu-mobile-connect {
        text-align: center;
        position: absolute;
        bottom: 200px;
        width: 100%;
    }

    .off-canvas-wrap .inner-wrap .left-off-canvas-menu .menu-mobile-social > div {
        width: 32px;
        margin: 0 10px;
        display: inline-block;
        background-color: rgba(255,255,255,0.2);
        /*padding: 10px;*/
        border-radius: 5px;
    }

.move-right a.exit-off-canvas {
    display: none;
}

/* SECTION NAV */
.rc2014-section-menu ul {
    margin-bottom: 0;
}

    .rc2014-section-menu ul li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: white;
    }

    .rc2014-section-menu ul li.divider {
        border-bottom: 1px solid rgba(255,255,255,0.25);
        font-size: 0;
    }


@media only screen and (min-width:50.063em) {
    .move-right > .inner-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


body, p, a, h1, h2, h3, h4, .rc2014-section-feature h1, .rc2014-section-feature p, .rc2014-section-menu ul li a, .services .rc2014-section-menu ul li a:visited, .rc2014-section-menu ul li a:link, .rc-home-feature-callout, .rc-home-feature-callout:visited, .rc-home-feature-callout:hover, .rc-home-feature-callout:link, .top-bar-section ul li > a {
    font-family: 'Sen', "Calibri Light", Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.row {
    max-width: 1920px;
}

p {
    font-size: 1em;
}

.fancy-quote {
    border: 0px solid #fcba03;
    border-left: 10px solid #fcba03;
    padding: 0 20px;
    transition: all 0.5s;
    position: relative;
}

    .fancy-quote:before {
        content: ' ';
        background-color: #fcba03;
        opacity: 0.1;
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        margin-left: -20px;
        transition: all 0.5s;
    }


    .fancy-quote:hover:before {
        width: 100%;
    }

.rc2014-case-studies-list {
    max-width: 78.75em;
}

.rc2014-section-feature {
    height: 21.875em;
}

    .rc2014-section-feature p {
        line-height: 1.5em;
    }

    .rc2014-section-feature h1 {
        font-weight: bold;
    }


.rc2014-section-page-content h1 {
    font-size: 2.25em;
    font-weight: bold;
}

.rc2014-section-page-content h2 {
    font-size: 1.5em;
}

.rc2014-section-page-content h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    color: black;
}

.rc2014-section-page-content h4 {
    color: black;
    line-height: 1.5em;
}

@media only screen and (min-width: 40.063em) {
    .rc2014-section-feature h1, .rc2014-section-blue .rc2014-section-feature h1 {
        font-size: 3em;
    }
}

@media only screen and (min-width:800px) {
    .rc2014-section-feature h1, .rc2014-section-blue .rc2014-section-feature h1 {
        font-size: 4.5em;
    }

    p {
        font-size: 18px;
    }

    .rc2014-section-page-content h1 {
        font-size: 3em;
    }

    .rc2014-section-page-content h2 {
        font-size: 2em;
        font-weight: bold;
    }

    .rc2014-section-page-content h3 {
        font-size: 1.5em;
        line-height: 1.35em;
        font-weight: bold;
    }
}

@media only screen and (min-width:1020px) {
    p {
        font-size: 24px;
    }

    .rc2014-section-page-content h1 {
        font-size: 3.5em;
    }

    .rc2014-section-page-content h2 {
        font-size: 2.5em;
    }
}

.rc2014-home-feature-callout-title {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1px;
    border-left: 0px solid rgba(255,255,255,0);
    transition: all 0.5s;
}


.rc2014-home-feature-callout-link {
    font-size: 1.5em;
    line-height: 1;
}

a:hover.rc-home-feature-callout .rc2014-home-feature-callout-title {
    border-left: 10px solid #fcba03;
}

.rc2014-home-feature-callout-link .arrow-right {
    border-color: transparent white;
    border-width: 0.5rem 0px 0.5rem 0.5rem;
    transition: all 0.5s;
    position: relative;
    left: 0;
}

@media only print, only screen and (min-width: 640px) {
    .rc2014-section-feature p {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

a:hover.rc-home-feature-callout span.arrow-right {
    left: 5px;
}

.rc2014-live-tiles .tiles {
    width: 100%;
}

.tile-group.five-wide, .tile-strip.five-wide {
    width: 101em;
    margin: 0 auto;
}

.live-tile.content > div > div {
    padding: 1em;
}

.live-tile p {
    font-size: 1.5em;
}

.live-tile h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.85em;
}

.live-tile div.footer {
    padding-bottom: 1em;
}

.live-tile img, .list-tile img, .copy-tile img {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: 100% !important;
    height: auto !important;
}

.live-tile .footer img, .list-tile .footer img, .copy-tile .footer img {
    width: unset !important;
    height: unset !important;
}

.live-tile, .list-tile, .copy-tile, .tile-strip, .flip-list > li {
    width: 20em;
    height: 20em;
}

    .live-tile.two-wide, .list-tile.two-wide, .copy-tile.two-wide, .tile-strip.two-wide, .flip-list.two-wide > li {
        width: 40em;
    }

    .live-tile.two-tall, .list-tile.two-tall, .copy-tile.two-tall, .tile-strip.two-tall, .flip-list.two-tall > li {
        height: 40em;
    }


/** Top Menu **/
.top-bar-section > ul > .divider, .top-bar-section > ul > [role='separator'] {
    border: 0 !important;
}

@media only print, only screen and (min-width: 640px) {
    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.2em;
        line-height: 2.5em;
    }
}

@media only print, only screen and (min-width: 1000px) {
    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.35em;
        line-height: 2.5em;
    }
}


@media only print, only screen and (min-width: 73.75em) {
    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.5em;
        line-height: 3.75em;
    }
}

.top-bar-section > ul > li {
    width: unset;
}

    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        width: unset;
        background: none !important;
        padding: 0 1em;
        color: #009900 !important;
        text-transform: lowercase;
    }

    .top-bar-section > ul:first-child > li.active > a:not(.button), .top-bar-section > ul > li.active > a {
        background: none !important;
        font-weight: bold;
    }


    .top-bar-section > ul > li > a {
        position: relative;
    }

        .top-bar-section > ul > li > a:before {
            content: '';
            position: absolute;
            width: 0em;
            height: 2px;
            top: .5em;
            left: 1em;
            background-color: #009900;
            transition: all 0.5s;
        }

        .top-bar-section > ul > li > a:hover:before {
            width: 1em;
            left: calc(100% - 2em);
        }

    .top-bar-section > ul > li.active > a:after {
        content: '';
        position: absolute;
        width: 1em;
        height: 2px;
        top: .5em;
        left: calc(100% - 2em);
        background-color: #009900;
    }


@media only print, only screen and (min-width: 73.75em) {
    .top-bar-section > ul > li > a:before {
        top: 1em;
    }

    .top-bar-section > ul > li.active > a:after {
        top: 1em;
    }
}

@media only print, only screen and (min-width: 1600px) {
    .top-bar-section > ul > li > a:before {
        top: .5em;
    }

    .top-bar-section > ul > li.active > a:after {
        top: .5em;
    }
}

@media only print, only screen and (min-width: 1600px) {
    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.75em;
        line-height: 2.75em;
    }
}

/** Cookie Declation **/

#CybotCookiebotDialog {
    background-color: rgba(255,255,255,0.95);
}

/** hide the "under construction" from Cookiebot **/
form + div {
    display: none;
}
