﻿/****** GENERAL ******/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.ui-widget {
    font-family: inherit; /* overrides the jquery ui */
}

.rc2014-main-content {
    min-height: 31.25em;
}

label {
    font-size: 1rem;
}

.no-gutters {
    padding: 0 0;
    margin: 0 0;
}

hr.dashed {
    border-style: dashed;
}

blockquote {
    border-left: none;
    display: inline-block;
    margin: 1.5em 0;
}

.live-tile blockquote {
    color: white;
    ;
    margin: 0 0;
    padding: 20px 0;
}

    .live-tile blockquote div.open, .live-tile blockquote div.close {
        color: white;
    }

form {
    margin-bottom: 0;
}

textarea {
    height: 6rem;
    font-size: 1em;
}

blockquote p {
    margin: 0 0;
    padding: 0 0;
}

blockquote div.open, blockquote div.close {
    font-size: 4.5em;
    opacity: 0.35;
    margin: 0 0;
    padding: 0 0;
    line-height: 0;
    color: #090;
}

blockquote div.close {
    margin-top: 0.5em;
    float: right;
}

.shade {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000065', endColorstr='#00000065',GradientType=0 ); /* IE6-9 */
}

.upper {
    text-transform: uppercase;
}

/*** FORMS *****/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background-color: #e8e8e8;
}

.rc2014-section-page-content .button, .rc2014-section-page-content .button:hover {
    color: white !important;
    text-decoration: none;
}

.button {
    background-color: #090;
    color: white;
}

    button.disabled, button[disabled], .button.disabled, .button[disabled], button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover {
        background-color: #ccc;
    }

    .button:hover {
        background-color: #004d00;
        color: white;
        text-decoration: none;
    }

    .button.soft {
        background-color: #e7e7e7;
        color: #999 !important;
    }

        .button.soft:hover {
            background-color: #f0f0f0;
            color: #999 !important;
            text-decoration: none;
        }

    .button.wait::after {
        content: " ";
        background-image: url(Images/loading.gif);
        width: 24px;
        height: 24px;
        position: absolute;
        margin-left: 10px;
    }

.rc2014-section-yellow .button:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #b38700;
    color: white !important;
}

.rc2014-section-yellow .button:hover:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #594300;
    color: white !important;
    text-decoration: none !important;
}

.rc2014-section-blue .button:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #0045B3;
    color: white !important;
}

.rc2014-section-blue .button:hover:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #002359;
    color: white !important;
    text-decoration: none !important;
}

.rc2014-section-purple .button:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #9c00b3;
    color: white !important;
}

.rc2014-section-purple .button:hover:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #430059;
    color: white !important;
    text-decoration: none !important;
}

.rc2014-section-red .button:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #B31E00;
    color: white !important;
}

.rc2014-section-red .button:hover:not(.alert):not(.success):not(.disabled):not(.secondary) {
    background-color: #731300;
    color: white !important;
    text-decoration: none !important;
}

/****** COLORS ******/
.white {
    color: white !important;
}

.black {
    color: black !important;
}


.silver {
    color: #999 !important;
}

/**** CONTENT BLOCKS *****/
h1 + *, h2 + *, p + * {
    margin-top: 1em;
}


/***  OFFERINGS *****/
.rc2014-offerings {
    margin-top: 2.5em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-bottom: 0.625em;
}

    .rc2014-offerings > div > div {
        text-align: center;
        margin: 0 0.625em;
        background-color: white;
    }

    .rc2014-offerings .rc-flip-item-front h4 {
        margin-bottom: 25px;
        line-height: 1em;
        color: #666 !important;
    }

    .rc2014-offerings .rc-flip-item-front {
        border: 1px solid #ccc;
        padding-top: 4px;
    }

    .rc2014-offerings .rc-flip-item-back {
        padding: 0.5em;
    }

        .rc2014-offerings .rc-flip-item-back h3 {
            font-size: 0.875em;
            font-family: "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;
            padding-bottom: 0.625em;
            font-weight: bold;
            text-align: center;
        }

        .rc2014-offerings .rc-flip-item-back p, .rc2014-offerings .rc-flip-item-back a {
            text-align: left;
            font-size: 0.75em;
            line-height: 1.35em;
            margin-top: 0;
            margin-bottom: 0;
            font-family: "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;
        }

        .rc2014-offerings .rc-flip-item-back a {
            font-size: 1em;
        }

    .rc2014-offerings .rc-flip-item-item1 .rc-flip-item-back {
        background-color: #009900;
    }

    .rc2014-offerings .rc-flip-item-item2 .rc-flip-item-back {
        background-color: #0045B3;
    }

    .rc2014-offerings .rc-flip-item-item3 .rc-flip-item-back {
        background-color: #9C00B3;
    }

    .rc2014-offerings .rc-flip-item-item4 .rc-flip-item-back {
        background-color: #1BA1E2;
    }

    .rc2014-offerings .rc-flip-item-back a, .rc2014-offerings .rc-flip-item-back a:hover, .rc2014-offerings .rc-flip-item-back a:link, .rc2014-offerings .rc-flip-item-back a:visited {
        color: white;
    }

        .rc2014-offerings .rc-flip-item-back a:hover {
            text-decoration: underline;
            cursor: pointer;
        }



@media only screen {
}

@media only screen and (min-width:40.063em) {
    .rc2014-offerings .rc-flip-item-back h3 {
        font-size: 1.2em;
        font-weight: normal;
    }

    .rc2014-offerings .rc-flip-item-back p, .rc2014-offerings .rc-flip-item-back a {
        font-size: 0.875em;
    }
}

@media only screen and (min-width:50.063em) {
    .rc2014-offerings .rc-flip-item-back h3 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width:73.75em) {
}


/******VERTICAL CENTER *****/

.vertical-center {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

    .vertical-center .block {
        display: table-cell;
        vertical-align: middle;
    }

    .vertical-center .content, .vertical-center .content > * {
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }


/***** LEFT NAV  (mobile) *****/
.rc2014-mobile-nav {
}

    .rc2014-mobile-nav .has-sub {
    }

        .rc2014-mobile-nav .has-sub ul {
            list-style: none;
            margin-left: 0;
            display: none;
        }

            .rc2014-mobile-nav .has-sub ul li a, ul.off-canvas-list li a {
                padding: 0.3rem 0.9375rem;
                font-size: 0.875em;
            }

        .rc2014-mobile-nav .has-sub.expanded ul {
            display: block;
        }

/**** SEARCH   *****/
.rc2014-search-icn, .rc2014-search-submit {
    background: url(Images/search_icn.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    border: none;
    padding: 0 0;
}

.rc2014-search {
    margin: 5px 5px;
}

    .rc2014-search .rc2014-search-submit {
        position: absolute;
        top: 12px;
        right: -8px;
    }


/****** HOME FEATURE ******/
.rc-home-feature {
    height: 100%;
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #090;
    /*max-width: 100% !important; */
}

    .rc-home-feature > img {
        display: none;
    }

.rc-home-feature-callout, .rc-home-feature-callout:visited, .rc-home-feature-callout:hover, .rc-home-feature-callout:link {
    /* width: 100%; */
    color: white;
    font-family: "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;
    /* padding: 1.25em 1.25em; */
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica; */
    z-index: 80;
}

.rc-home-feature .rc-home-feature-markers {
    display: none;
}

.rc2014-home-feature-callout-title {
    background-color: #009900;
    padding: 1.25rem 1.25rem;
    /*font-size: 1.75em;
    line-height: 1.15em; */
    font-size: 2em;
    line-height: 0.9em;
}

.rc2014-home-feature-callout-link {
    background-color: #009900;
    padding: 1.25rem 1.25rem;
    font-size: 1em;
    line-height: 1em;
    display: table;
}

    .rc2014-home-feature-callout-link div {
        display: table-cell;
        vertical-align: middle;
    }


span.arrow-right {
    border-color: transparent #090;
    border-style: solid;
    border-width: 1rem 0px 1rem 1rem;
    height: 0px;
    width: 0px;
    display: inline-block;
    /* margin-top: 0.625em; */
    margin-left: 0.625em;
}

span.arrow-right-medium {
    border-color: transparent #090;
    border-style: solid;
    border-width: 0.75rem 0px 0.75rem 0.75rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-right-small {
    border-color: transparent #090;
    border-style: solid;
    border-width: 0.45rem 0px 0.45rem 0.45rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-right-smaller {
    border-color: transparent #090;
    border-style: solid;
    border-width: 0.35rem 0px 0.35rem 0.35rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}


span.arrow-left-smaller {
    border-color: transparent #090;
    border-style: solid;
    border-width: 0.35rem 0.35rem 0.35rem 0px;
    height: 0px;
    width: 0px;
    display: inline-block;
}


span.arrow-down {
    border-color: #090 transparent;
    border-style: solid;
    border-width: 1rem 1rem 0em 1rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-down-medium {
    border-color: #090 transparent;
    border-style: solid;
    border-width: 0.75rem 0.75rem 0rem 0.75rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-down-small {
    border-color: #090 transparent;
    border-style: solid;
    border-width: 0.45rem 0.45rem 0rem 0.45rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-down-smaller {
    border-color: #090 transparent;
    border-style: solid;
    border-width: 0.35rem 0.35rem 0rem 0.35rem;
    height: 0px;
    width: 0px;
    display: inline-block;
}

span.arrow-right.black, span.arrow-right-medium.black, span.arrow-right-small.black, span.arrow-right-smaller.black {
    border-color: transparent black;
}

span.arrow-right.white, span.arrow-right-medium.white, span.arrow-right-small.white, span.arrow-right-smaller.white {
    border-color: transparent white;
}


span.arrow-down.black, span.arrow-down-medium.black, span.arrow-down-small.black, span.arrow-down-smaller.black {
    border-color: black transparent;
}

span.arrow-down.white, span.arrow-down-medium.white, span.arrow-down-small.white, span.arrow-down-smaller.white {
    border-color: white transparent;
}


/******* LIVE TILES ******/
.panorama {
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: manipulation;
    -ms-scroll-chaining: none;
    width: 100%;
}

.rc2014-live-tiles {
    text-align: center;
    margin-top: 1.15em;
    margin-bottom: 1.15em;
}


    .rc2014-live-tiles .tiles {
        width: 78.75em;
    }

    .rc2014-live-tiles .float-right {
        float: right;
        margin-right: 0;
    }

.tile-group.five-wide, .tile-strip.five-wide {
    width: 100%;
}

.live-tile, .list-tile, .copy-tile, .tile-strip, .flip-list > li {
    height: 15em;
    width: 15em;
    margin: 0 5px 5px 0;
}

    .live-tile.two-wide, .list-tile.two-wide, .copy-tile.two-wide, .tile-strip.two-wide, .flip-list.two-wide > li {
        width: 30.3125em;
    }

    .live-tile.two-tall, .list-tile.two-tall, .copy-tile.two-tall, .tile-strip.two-tall, .flip-list.two-tall > li {
        height: 30.3125em;
    }

.fourTiles .fourTiles2 img, .fourTiles img.fourTiles2, .fourTiles .fourTiles2 a, .fourTiles .tile-2 img, .fourTiles .tile-2 a {
    background-position: -7.5em 0;
}

.fourTiles .fourTiles3 img, .fourTiles img.fourTiles3, .fourTiles .fourTiles3 a, .fourTiles .tile-3 img, .fourTiles .tile-3 a {
    background-position: 0 -7.5em;
}

.fourTiles .fourTiles4 img, .fourTiles img.fourTiles4, .fourTiles .fourTiles4 a, .fourTiles .tile-4 img, .fourTiles .tile-4 a {
    background-position: -7.5em -7.5em;
}

.live-tile.cms-tiles {
    border: 1px solid #ccc;
}

.live-tile p, .list-tile p, .copy-tile p, .live-tile .face, .list-tile .face, .copy-tile .face {
    line-height: 1.35em;
}


.live-tile h5, .live-tile p, .live-tile h4, .live-tile h3, .live-tile h2, .live-tile h1 {
    color: white;
    padding: 0 0;
    line-height: 1.15em;
    font-family: 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;
}

.live-tile, .live-tile p, .live-tile h5, .live-tile h4, .live-tile h3, .live-tile h2, .live-tile h1 {
    text-align: left;
}

    .live-tile a, .live-tile a:link, .live-tile a:visited {
        text-decoration: none;
    }

    .live-tile.post h5 {
        font-weight: normal;
        padding: 0.625em 0.625em;
    }

    .live-tile.hover div.hover-overlap {
        display: none;
    }

    .live-tile.hover.hover-on div.hover-overlap {
        display: block;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804eaa20', endColorstr='#804eaa20',GradientType=0 ); /* IE6-9 */
        display: table;
    }

        .live-tile.hover.hover-on div.hover-overlap span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .live-tile.hover.hover-on div.hover-overlap p {
            display: inline-block;
        }


    .live-tile.content > div > div {
        padding: 0.625em 0.625em;
        height: 100%;
    }

    .live-tile.twitter > div > div {
    }

    .live-tile.case-study p, .live-tile.case-study h2, .live-tile.case-study h1 {
        text-align: center;
    }

    .live-tile h1 {
        font-size: 1.5em;
        font-family: "Calibri Bold", 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;
        font-weight: bold;
    }

    .live-tile h2 {
        font-size: 1.5em;
        font-weight: normal;
        margin-bottom: 0.85em;
    }

    .live-tile p {
        font-size: 1.125em;
    }

    .live-tile div.footer {
        bottom: 0px;
        position: absolute;
        padding-bottom: 0.625em;
    }

    .live-tile.latest-news div p {
        padding: 0 0;
    }

    .live-tile div.footer p {
        font-size: 0.875em;
    }

        .live-tile div.footer p.section a {
            font-size: 0.75em;
            /* color: #DC988A; */
            color: white;
            opacity: 0.5;
            text-transform: uppercase;
            font-weight: bold;
        }

    .live-tile.solution > div {
        text-align: center;
    }

    .live-tile.solution h5 {
        font-weight: bold;
    }

    .live-tile.solution img {
        text-align: center;
        margin-bottom: 1.25em;
    }

.rc2014-live-tiles .rc2014-green > div {
    background-color: #090;
}

.rc2014-live-tiles .rc2014-green.hover.hover-on > div, .rc2014-live-tiles .hover.hover-on .rc2014-green > div {
    background-color: #004d00;
}

.rc2014-live-tiles .rc2014-yellow > div {
    background-color: #b38700;
}

.rc2014-live-tiles .rc2014-yellow.hover.hover-on > div, .rc2014-live-tiles .hover.hover-on .rc2014-yellow > div {
    background-color: #594300;
}

.rc2014-live-tiles .rc2014-purple > div {
    background-color: #9c00b3;
}

.rc2014-live-tiles .rc2014-purple.hover.hover-on > div, .rc2014-live-tiles .hover.hover-on .rc2014-purple > div {
    background-color: #4e0059;
}

.rc2014-live-tiles .rc2014-red > div {
    background-color: #B31E00;
}

.rc2014-live-tiles .rc2014-red.hover.hover-on > div, .rc2014-live-tiles .hover.hover-on .rc2014-red > div {
    background-color: #731300;
}

.rc2014-live-tiles .rc2014-blue > div {
    background-color: #0045B3;
}

.rc2014-live-tiles .rc2014-blue.hover.hover-on > div, .rc2014-live-tiles .hover.hover-on .rc2014-blue > div {
    background-color: #002359;
}

.live-tile > div > div {
    height: 100%;
}

.live-tile.quote > div > div {
    padding-top: 20px;
}

.live-tile.testimonial > div > div {
    padding-top: 20px;
}

@media only screen and (min-width:50.063em) {

    /****** HOME FEATURE ******/
    .rc-home-feature-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .rc-home-feature-image-container {
    }


    .rc-home-feature div.rc-home-feature-markers {
        display: block;
        z-index: 81;
    }

    .rc-home-feature-content {
        /* max-width: 78.75em;
        max-height: 31.25em;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;*/
    }

    .rc-home-feature-callout {
        width: 35.25em; /*50%; */
        position: absolute;
        bottom: 0;
        right: 0;
        /* transform: rotate(-7deg) translateY(10px);
        -webkit-transform: rotate(-7deg) translateY(10px);
        -moz-transform: rotate(-7deg) translateY(10px);
        -ms-transform: rotate(-7deg) translateY(10px); 
        -o-transform: rotate(-7deg) translateY(10px); */
    }

    .rc2014-home-feature-callout-title {
        background: -moz-linear-gradient(top, rgba(0,153,0,0.75) 0%, rgba(0,153,0,0.75) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,0,0.75)), color-stop(100%,rgba(0,153,0,0.75))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990075', endColorstr='#00990075',GradientType=0 ); /* IE6-9 */
        margin-bottom: 1px;
    }

    .rc2014-home-feature-callout-link {
        background: -moz-linear-gradient(top, rgba(0,153,0,0.75) 0%, rgba(0,153,0,0.75) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,0,0.75)), color-stop(100%,rgba(0,153,0,0.75))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990075', endColorstr='#00990075',GradientType=0 ); /* IE6-9 */
    }
}

@media only print, only screen and (min-width:50.063em) {

    /*** SEARCH ****/
    .rc2014-search {
        position: relative;
        right: 0px;
        overflow: hidden;
        width: 2.5em;
        height: 40px;
    }

        .rc2014-search .rc2014-search-exit {
            display: none;
        }

        .rc2014-search .rc2014-search-input {
            position: absolute;
            right: 0px;
            top: 22px;
            display: none;
            width: 100%;
        }

        .rc2014-search.expanded {
            overflow: visible;
        }

        .rc2014-search .rc2014-search-block {
            width: 40px;
            -webkit-transition: width 0.6s;
            -moz-transition: width 0.6s;
            -ms-transition: width 0.6s;
            transition: width 0.6s;
            -webkit-backface-visibility: hidden;
        }

        .rc2014-search .rc2014-search-block {
            position: absolute;
            right: 0px;
            top: -20px;
            display: block;
            background-color: #fff;
            height: 65px;
        }

        .rc2014-search.expanded .rc2014-search-exit {
            display: block;
            position: absolute;
            border: 1px solid #ccc;
            width: 16px;
            height: 16px;
            color: #fff;
            padding: 0 0;
            margin: 0 0;
            text-align: center;
            line-height: 0.7em;
            top: 6px;
            right: 0px;
            background-color: #ccc;
            font-size: 0.9em;
        }

        .rc2014-search.expanded .rc2014-search-input {
            display: block;
        }


        .rc2014-search.expanded .rc2014-search-icn {
            display: none;
        }


        .rc2014-search .rc2014-search-icn, .rc2014-search .rc2014-search-submit {
            position: absolute;
            top: 31px;
            right: -17px;
        }

    /***  FEATURE CALLOUTS *****/
    .rc-home-feature-callout {
        width: 45%;
        position: absolute;
        top: 30%;
        left: 50%;
        bottom: auto;
        right: auto;
    }

    .rc2014-home-feature-callout-title {
        background: -moz-linear-gradient(top, rgba(0,153,0,0.75) 0%, rgba(0,153,0,0.75) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,0,0.75)), color-stop(100%,rgba(0,153,0,0.75))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990075', endColorstr='#00990075',GradientType=0 ); /* IE6-9 */
    }

    .rc2014-home-feature-callout-link {
        background: -moz-linear-gradient(top, rgba(0,153,0,0.75) 0%, rgba(0,153,0,0.75) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,0,0.75)), color-stop(100%,rgba(0,153,0,0.75))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,153,0,0.75) 0%,rgba(0,153,0,0.75) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990075', endColorstr='#00990075',GradientType=0 ); /* IE6-9 */
    }
}

/****** FOUNDATION ******/

/* rc specific */
.rc2014-top-bar {
    border-bottom: 1px solid green;
    background-color: white;
}

    .rc2014-top-bar.shadow-grey {
        -moz-box-shadow: 0px 2px 10px 1px #666;
        -webkit-box-shadow: 0px 2px 10px 1px #666;
        box-shadow: 0px 2px 10px 1px #666;
    }

footer div p {
    font-size: 0.7em;
    color: white;
    line-height: 1.5em;
    margin-bottom: 0em;
}

footer div.rc2014-footer-sub a, footer div.rc2014-footer-sub a:hover, footer div.rc2014-footer-sub a:link, footer div.rc2014-footer-sub a:visited {
    color: white;
    text-decoration: underline;
}

/* overrides */
body {
    font-family: 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;
}

h1, h2, dt {
    font-family: "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;
    margin-bottom: 0.5em;
}

h3, h4, h5, h6, a, p {
    font-family: 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;
    /*margin-bottom: 0;*/
}

    a:hover, a:focus {
        color: #009900;
    }

.rc2014-home-partners .panel {
    /*background-color: #CACACA;
    border: 1px solid #CACACA;
    margin-bottom: 0;*/
}

footer, footer.row {
    background-color: #959595;
    padding: 0.9375rem 0.9375rem;
}

.off-canvas-wrap .inner-wrap {
    margin-top: 65px;
}

.top-bar .title-area {
    float: none;
}

.top-bar.rc2014-mobile-nav {
    display: block;
}

.top-bar.rc2014-main-nav {
    display: none;
}

.top-bar-section ul li > a {
    font-family: Calibri,"Gill Sans","Gill Sans MT",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
}

    a.menu-icon span {
        position: absolute;
        display: block;
        width: 1.5rem;
        height: 0;
        left: 0;
        top: 0;
        -webkit-box-shadow: 0 10px 0 1px #009900, 0 16px 0 1px #009900, 0 22px 0 1px #009900, 0 28px 0 1px #009900;
        box-shadow: 0 10px 0 1px #009900, 0 16px 0 1px #009900, 0 22px 0 1px #009900, 0 28px 0 1px #009900;
    }

    a.menu-icon:hover span {
        -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3, 0 28px 0 1px #b3b3b3;
        box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3, 0 28px 0 1px #b3b3b3;
    }


nav.top-bar {
    background-color: white;
    height: 105px;
}

/*nav a.menu-icon span {
    width: auto;
}*/

.title-area {
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
}

    .title-area > div {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

        .title-area > div.divider {
            border-right: solid 1px #ccc;
            display: inline-block;
            height: 65px;
            margin-left: 5px;
            margin-right: 5px;
            opacity: 0
        }

.f-dropdown li:hover {
    background-color: white;
}

aside.right-off-canvas-menu, aside.left-off-canvas-menu {
    overflow: hidden;
}

.move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
    top: auto;
    bottom: auto;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

@media only print, only screen {

    .rc2014-home-partners img {
        /* max-width: none; */
    }

    .rc2014-home-partners {
        background-color: #CACACA;
        padding-bottom: 1.4375em;
    }

        .rc2014-home-partners h2 {
            font-size: 1.5em;
            line-height: 1.8em;
        }

    .small-6 {
        margin-bottom: 0.75em;
    }

    footer .row.rc2014-footer-main {
        display: none;
    }

    footer .row.rc2014-footer-sub {
        position: relative;
    }

        footer .row.rc2014-footer-sub div:last-child {
            position: absolute;
            top: 0;
        }
}

@media only screen and (min-width:40.063em) {

    .rc2014-home-feature-callout-title {
        padding-bottom: 1.25rem;
        font-size: 3.4375em;
        line-height: 0.9em;
    }

    .rc2014-home-feature-callout-link {
        font-size: 1.5em;
        line-height: 1em;
        padding-top: 1.25rem;
    }

    .rc2014-home-partners img {
        max-width: 100%;
    }

    footer .rc2014-footer-links {
        text-align: center;
    }

        footer .rc2014-footer-links ul {
            display: inline-block;
            margin-bottom: 0;
        }

            footer .rc2014-footer-links ul li {
                margin-left: 0.75em;
            }

                footer .rc2014-footer-links ul li.divider {
                    border-right: 1px solid white;
                    height: 1em;
                    margin-top: 0.125em;
                }

                footer .rc2014-footer-links ul li a, footer .rc2014-footer-links ul li a:link, footer .rc2014-footer-links ul li a:visited {
                    color: white;
                    font-size: 0.8em;
                    font-weight: bold;
                }

                    footer .rc2014-footer-links ul li a:hover {
                        text-decoration: underline;
                    }


    footer .row.rc2014-footer-sub div + div {
        text-align: center;
    }

    footer .row.rc2014-footer-sub div:last-child {
        position: relative;
        margin-top: -1.875em;
    }

    .top-bar.rc2014-mobile-nav {
        display: block;
    }

    .top-bar.rc2014-main-nav {
        display: none;
    }

    .top-bar-section .has-form {
        background: none;
        padding: 0 0;
        height: auto;
    }

    nav.top-bar {
        background-color: white;
        height: 105px;
    }

    /*nav a.menu-icon span {
        width: auto;
    }*/


    footer .row:first-child {
        display: block;
    }

    .title-area {
        height: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        text-align: center;
    }

        .title-area > div {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
        }

            .title-area > div.divider {
                border-right: solid 1px #ccc;
                display: inline-block;
                height: 65px;
                margin-left: 10px;
                margin-right: 10px;
            }
}

@media only screen and (min-width:50.063em) {

    /* rc specific */
    .rc-home-feature-callout {
        width: 35.25em; /*  44.762%;  45%; */
        position: absolute;
        bottom: 5%;
        right: 2%;
        top: auto;
        left: auto;
    }

    /* overrides */
    .rc2014-home-feature-callout-title {
        padding-bottom: 1.25rem;
        font-size: 3.4375em;
        line-height: 0.9em;
    }

    .rc2014-home-feature-callout-link {
        font-size: 1.5em;
        line-height: 1em;
    }

    .off-canvas-wrap .inner-wrap {
        margin-top: 68px;
    }

    .top-bar.rc2014-mobile-nav {
        display: none;
    }

    .top-bar.rc2014-main-nav {
        display: block;
        overflow: hidden;
    }

    .top-bar .title-area {
        float: left;
    }

    nav.top-bar img {
        width: auto;
        max-height: 100%;
    }

    nav.top-bar {
        height: 66px;
        padding-top: 10px;
        padding-left: 4px;
        background: white;
    }

    .top-bar-section ul li {
        margin-top: 0px;
        width: 7.1875em;
        /* display: table; */
    }

    .top-bar-section ul {
        background: white;
    }

    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        background: white;
        color: #666;
        font-weight: normal;
        padding-top: 0px;
        /* display: table-cell; */
        text-align: center;
    }


        .top-bar-section > ul:first-child > li > a:not(.button):hover, .top-bar-section > ul > li > a:hover {
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        }

    .top-bar-section > ul > li:last-child > a {
        padding-left: 5px;
        padding-right: 0px;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role='separator'] {
        border-right: solid 1px #ccc;
    }

    .top-bar-section .has-dropdown {
        padding-right: 0;
    }

    .top-bar-section .dropdown {
        background-color: white;
        padding: 1em 1em;
        width: 18.75em;
    }

    .top-bar-section > ul:first-child > li.active > a:not(.button), .top-bar-section > ul > li.active > a {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 40%, #f0f0f0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }


        .top-bar-section > ul:first-child > li.active > a:not(.button):hover, .top-bar-section > ul > li.active > a:hover {
            background: #fff;
            color: #666;
        }

    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.05em;  
    }

    .top-bar-section .has-dropdown > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-bar-section .dropdown li a {
        background-color: transparent;
        color: #666;
        padding-left: 0;
    }

        .top-bar-section .dropdown li a:hover {
            background-color: white;
            color: #aaa;
        }
}

@media only print, only screen and (min-width:73.75em) {
    /* rc specific */
    .rc-home-feature > img {
        /*max-width: none;
        margin-left: -8.125em; */
    }

    .rc2014-home-feature-callout-title {
        padding-bottom: 1.25rem;
        font-size: 3.4375em;
        line-height: 0.9em;
    }

    .rc2014-home-feature-callout-link {
        font-size: 1.5em;
        line-height: 1em;
    }


        .rc2014-home-feature-callout-link .arrow-right {
            border-color: transparent white;
        }

    .rc2014-search {
        position: relative;
        right: 0px;
        top: 10px;
        overflow: hidden;
        width: 2.5em;
        height: 40px;
    }

        .rc2014-search .rc2014-search-block {
            position: absolute;
            top: -15px;
            display: block;
            background-color: #fff;
            height: 81px;
        }

        .rc2014-search .rc2014-search-icn, .rc2014-search .rc2014-search-submit {
            position: absolute;
            top: 31px;
        }

        .rc2014-search.expanded .rc2014-search-exit, .rc2014-search.expanded .rc2014-search-input {
        }

    /* overrides */
    .off-canvas-wrap .inner-wrap {
        margin-top: 105px;
    }

    .row {
        /* max-width: 80.625em; */
        max-width: 78.75em;
        /*padding: 0 0.625em;*/
    }

    .columns, .column {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .top-bar .title-area {
        float: left;
    }

    nav.top-bar {
        height: 102px;
        background: white;
        padding-top: 14px;
    }

        nav.top-bar img {
            max-width: none;
            max-height: none;
        }

    .top-bar-section ul li {
        width: 9.3125em;
        /* width: 9.37em; */
    }

    .top-bar-section > ul:first-child > li > a:not(.button), .top-bar-section > ul > li > a, .rc2014-search {
        font-size: 1.125em;
        padding-top: 1em;
        padding-bottom: 1em;
        letter-spacing: 0.4px;
    }

    .top-bar-section > ul:first-child > li:last-child > a {
        padding-left: 18px;
        padding-right: 0px;
    }

    .top-bar-section > ul:first-child > .divider, .top-bar-section > ul > [role='separator'] {
        border-right: solid 1px #ccc;
        height: 81px;
    }
}

/**** SECTION PAGES *****/
.rc2014-section-menu {
    background-color: #004d00;
}

.rc2014-section-feature {
    background-color: #090;
}

.rc2014-section-page-content .colored, .rc2014-section-page-content h1, .rc2014-section-page-content h2, .rc2014-section-page-content h3, .rc2014-section-page-content h4, .rc2014-section-page-content dt, .rc2014-section-page-content a, .rc2014-section-page-content:link, .rc2014-section-page-content a:visited {
    color: #090;
}

.rc2014-section-page-content hr.colored {
    border-color: #090;
}

.rc2014-section-page-content .colored-border {
    border-color: #090;
}

.rc2014-section-page-content .colored-bg {
    background-color: #090;
}

.rc2014-section-page-content .dark-text {
    color: #004d00;
}

.rc2014-section-page-content .dark-border {
    border-color: #004d00;
}

.rc2014-section-page-content .dark-bg {
    background-color: #004d00;
}

.rc2014-section-page-content .light-text {
    color: #61c261;
}

.rc2014-section-page-content .light-border {
    border-color: #61c261;
}

.rc2014-section-page-content .light-bg {
    background-color: #61c261;
}


.rc2014-section-page-content .arrow-right, .rc2014-section-page-content .arrow-right-small, .rc2014-section-page-content .arrow-right-smaller {
    border-color: transparent #090;
}

.rc2014-section-feature > div, .rc2014-section-feature > div > div {
    height: 100%;
}


.rc2014-section-feature h1, .rc2014-section-feature p {
    font-family: "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;
    color: white;
    text-align: center;
}

.rc2014-section-feature h1 {
    font-size: 2em;
    line-height: 1em;
}

.rc2014-section-feature p {
    font-size: 1.15em;
    line-height: 1em;
    width: 90%;
    margin-bottom: 0;
}

.rc2014-section-feature {
    height: 15.625em;
    margin-bottom: 1px;
    position: relative;
}

    .rc2014-section-feature.large {
    }


        .rc2014-section-feature.large .rc2014-section-feature-content {
            height: 100%;
            background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.5)), color-stop(100%,rgba(0,0,0,.5))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990075', endColorstr='#00990075',GradientType=0 ); /* IE6-9 */
        }

    .rc2014-section-feature .rc2014-section-feature-content-overlay {
        display: none;
    }

        .rc2014-section-feature .rc2014-section-feature-content-overlay p, .rc2014-section-feature .rc2014-section-feature-content-overlay li, .rc2014-section-feature .rc2014-section-feature-content-overlay dd, .rc2014-section-feature .rc2014-section-feature-content-overlay a {
            font-size: 0.875em;
            color: white;
        }

            .rc2014-section-feature .rc2014-section-feature-content-overlay a:hover {
                text-decoration: underline;
            }

.rc2014-section-page-content {
    margin-top: 1px;
    border-top: 1px solid #090;
    padding-top: 18px;
}

    .rc2014-section-page-content.no-top-border {
        border-top: 0px;
    }

    .rc2014-section-page-content .row {
        position: relative;
    }

    .rc2014-section-page-content .no-gutters {
        padding: 0 0;
        margin: 0 0;
    }

    .rc2014-section-page-content h1, .rc2014-section-page-content h2, .rc2014-section-page-content h3, .rc2014-section-page-content h4 {
        line-height: 1em;
    }

    .rc2014-section-page-content p + p, .rc2014-section-page-content p + h1, .rc2014-section-page-content p + h2, .rc2014-section-page-content p + h3, .rc2014-section-page-content p + h4 {
        margin-top: 1.25em;
    }

    .rc2014-section-page-content a:hover, .rc2014-section-page-content a.hover {
        text-decoration: underline;
        color: #004d00;
    }

    .rc2014-section-page-content h1 {
        font-size: 2em;
        margin-bottom: 0.45em;
    }

    .rc2014-section-page-content h2 {
        font-size: 1.5em;
    }

    .rc2014-section-page-content h3 {
        font-size: 1.125em;
    }

    .rc2014-section-page-content h4 {
        font-size: 1em;
        font-weight: bold;
    }

    .rc2014-section-page-content h5 {
        font-size: 1em;
        font-weight: bold;
    }


    .rc2014-section-page-content dt {
        font-size: 1.5em;
        font-weight: normal;
    }

    .rc2014-section-page-content article {
        margin-bottom: 1.25em;
        margin-top: 0.5625em;
        padding-bottom: 1.25em;
        border-bottom: 1px solid #ccc;
    }

        .rc2014-section-page-content article:not(:last-child) {
            border-right: 1px solid #ccc;
        }

        .rc2014-section-page-content article + aside {
            padding-left: 9px;
            padding-top: 10px;
            /* border-left: 1px solid #ccc; */
            margin-bottom: 1.25em;
        }

    .rc2014-section-page-content aside:first-child {
        padding-right: 9px;
        padding-top: 10px;
        border-right: 1px solid #ccc;
        margin-bottom: 1.25em;
    }

    .rc2014-section-page-content aside > * + dl {
        margin-top: 1.375em;
    }

    .rc2014-section-page-content aside dd {
        font-size: 0.875em;
        line-height: 1.25em;
        margin-bottom: 1rem;
    }

    .rc2014-section-page-content aside h2 + p {
        margin-top: 0;
    }



.rc2014-case-studies-list .rc-flip-item .content {
    padding: 0 0;
}

@media only screen {
}

@media only screen and (min-width:40.063em) {
    .rc2014-section-blue .rc2014-section-feature h1 {
        font-size: 3em;
    }
}

@media only screen and (min-width:50.063em) {
    .rc2014-section-feature h1 {
        font-size: 3em;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .rc2014-section-menu {
        height: 3.75em;
        display: block;
    }

        .rc2014-section-menu > div {
            height: 100%;
        }

        .rc2014-section-menu ul {
            text-align: center;
            width: 100%;
            height: 100%;
            margin-bottom: 0;
            margin-left: 0;
        }

            .rc2014-section-menu ul li {
                display: inline-block;
            }

                .rc2014-section-menu ul li a, .services .rc2014-section-menu ul li a:visited, .rc2014-section-menu ul li a:link {
                    font-family: "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;
                    font-size: 1.125em;
                    line-height: 1em;
                    color: white;
                    letter-spacing: 0.45px;
                }

                    .rc2014-section-menu ul li a:hover {
                        text-decoration: underline;
                    }

                .rc2014-section-menu ul li.divider {
                    background-color: white;
                    opacity: 0.35;
                    margin: 0 17px;
                    height: 15px;
                    width: 1px;
                    position: relative;
                    top: 3px;
                }


                .rc2014-section-menu ul li.active a {
                    font-weight: bold;
                }

    .rc2014-section-page-content article.large-6 {
        width: 49.2064%;
    }

    .rc2014-section-page-content article.large-9 {
        width: 74.6032%;
    }

    .rc2014-section-page-content aside.large-3 {
        width: 25.3969%;
    }

    .rc2014-section-page-content article {
        border-bottom: none;
    }

    .rc2014-section-feature.large {
        height: 36.5625em;
    }

        .rc2014-section-feature.large .rc2014-section-feature-content {
            padding: 2em 0;
            height: auto;
        }

    .rc2014-section-feature .rc2014-section-feature-content-overlay {
        position: absolute;
        left: 50%;
        bottom: 0;
        text-align: left;
        color: white;
        max-width: 50%;
        display: block;
    }
}

@media only print, only screen and (min-width:73.75em) {

    .rc2014-section-feature p {
        font-size: 1.5em;
        line-height: 1.2em;
        /* width: 56.25rem; */
        width: 75%;
    }
}

/***** SERVICES (blue) ****/

.rc2014-section-blue .colored, .rc2014-section-blue .rc2014-section-page-content h1, .rc2014-section-blue .rc2014-section-page-content h2, .rc2014-section-blue .rc2014-section-page-content h3, .rc2014-section-blue .rc2014-section-page-content h4, .rc2014-section-blue .rc2014-section-page-content dt, .rc2014-section-blue .rc2014-section-page-content a, .rc2014-section-blue .rc2014-section-page-content:link, .rc2014-section-blue .rc2014-section-page-content a:visited {
    color: #0045b3;
}

    .rc2014-section-blue .rc2014-section-page-content a:hover, .rc2014-section-blue .rc2014-section-page-content a.hover {
        color: #002359;
    }

.rc2014-section-blue hr.colored {
    border-color: #0045b3;
}

.rc2014-section-blue .colored-border {
    border-color: #0045b3;
}

.rc2014-section-blue .colored-bg {
    background-color: #0045b3;
}

.rc2014-section-blue .dark-text {
    color: #002359;
}

.rc2014-section-blue .dark-border {
    border-color: #002359;
}

.rc2014-section-blue .dark-bg {
    background-color: #002359;
}

.rc2014-section-blue .light-text {
    color: #6187c2;
}

.rc2014-section-blue .light-border {
    border-color: #6187c2;
}

.rc2014-section-blue .light-bg {
    background-color: #6187c2;
}

.rc2014-section-blue .arrow-right, .rc2014-section-blue .arrow-right-medium, .rc2014-section-blue .arrow-right-small, .rc2014-section-blue .arrow-right-smaller {
    border-color: transparent #0045B3;
}

.rc2014-section-blue .arrow-down, .rc2014-section-blue .arrow-down-medium, .rc2014-section-blue .arrow-down-small, .rc2014-section-blue .arrow-down-smaller {
    border-color: #0045B3 transparent;
}

.rc2014-section-blue .rc2014-top-bar {
    border-bottom-color: #0045b3;
}

.rc2014-section-blue .rc2014-section-feature {
    background-color: #0045b3;
}

.rc2014-section-blue .rc2014-section-page-content {
    border-top-color: #0045b3;
}

.rc2014-section-blue .rc2014-section-menu {
    background-color: #002359;
}

.rc2014-section-blue .rc2014-section-page-content article {
    border-bottom-color: #0045b3;
}

.rc2014-section-blue blockquote div.open, .rc2014-section-blue blockquote div.close {
    color: #0045b3;
}

/***** CASE STUDIES (purple) ****/
.rc2014-section-purple .colored, .rc2014-section-purple .rc2014-section-page-content h1, .rc2014-section-purple .rc2014-section-page-content h2, .rc2014-section-purple .rc2014-section-page-content h3, .rc2014-section-purple .rc2014-section-page-content h4, .rc2014-section-purple .rc2014-section-page-content dt, .rc2014-section-purple .rc2014-section-page-content a, .rc2014-section-purple .rc2014-section-page-content:link, .rc2014-section-purple .rc2014-section-page-content a:visited {
    color: #9c00b3;
}

    .rc2014-section-purple .rc2014-section-page-content a:hover, .rc2014-section-blue .rc2014-section-page-content a.hover {
        color: #4e0059;
    }

.rc2014-section-purple hr.colored {
    border-color: #9c00b3;
}

.rc2014-section-purple .colored-border {
    border-color: #9c00b3;
}

.rc2014-section-purple .colored-bg {
    background-color: #9c00b3;
}

.rc2014-section-purple .dark-text {
    color: #430059;
}

.rc2014-section-purple .dark-border {
    border-color: #430059;
}

.rc2014-section-purple .dark-bg {
    background-color: #430059;
}

.rc2014-section-purple .light-text {
    color: #b661c2;
}

.rc2014-section-purple .light-border {
    border-color: #b661c2;
}

.rc2014-section-purple .light-bg {
    background-color: #b661c2;
}

.rc2014-section-purple .arrow-right, .rc2014-section-purple .arrow-right-medium, .rc2014-section-purple .arrow-right-small, .rc2014-section-purple .arrow-right-smaller {
    border-color: transparent #9c00b3;
}

.rc2014-section-purple .arrow-down, .rc2014-section-purple .arrow-down-medium, .rc2014-section-purple .arrow-down-small, .rc2014-section-purple .arrow-down-smaller {
    border-color: #9c00b3 transparent;
}

.rc2014-section-purple blockquote div.open, .rc2014-section-purple blockquote div.close {
    color: #9c00b3;
}

.rc2014-section-purple .rc2014-top-bar {
    border-bottom-color: #9c00b3;
}

.rc2014-section-purple .rc2014-section-feature {
    background-color: #9c00b3;
}

.rc2014-section-purple .rc2014-section-page-content {
    border-top-color: #9c00b3;
}

.rc2014-section-purple .rc2014-section-feature > div > div {
    background-position: top center;
}

.rc2014-section-purple .rc2014-section-menu {
    background-color: #4e0059;
}

.rc2014-section-purple .rc2014-case-studies-list {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    text-align: center;
}

    .rc2014-section-purple .rc2014-case-studies-list .columns {
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-filter > div {
        background-color: #D9D9D9;
        padding: 1em 1em;
        height: 100%;
    }

    .rc2014-section-purple .rc2014-case-studies-list .columns {
        padding: 0.625em 0.625em;
        margin-bottom: 0;
    }

.rc2014-section-purple .rc2014-case-studies-list {
    line-height: 1em;
    font-size: 1em;
    text-align: left;
}

    .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-teaser > div {
        background-color: #9c00b3;
        padding: 1% 3%;
        height: 100%;
        color: white;
    }

.rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h1, .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser p, .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h2, .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h3 {
    color: white;
    line-height: 1.25em;
}

.rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h1 {
    font-size: 2em;
    margin-bottom: 0.1em;
}

.rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser p {
    font-size: 1em;
    font-family: "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;
}

.ui-dropdownchecklist, .ui-dropdownchecklist * {
    font-size: 1em;
    font-family: "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;
}

.rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist, .rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-selector {
    width: 100%;
}

    .rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-selector {
        height: auto;
        padding: 0.45em 0.45em 0.3em 0.45em;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        border: 1px solid #aaa;
    }

.rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist-selector-wrapper span.arrow-down-small {
    position: absolute;
    right: 16px;
    top: 13px;
    border-color: #666 transparent;
}

.rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-item, .rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-group {
    padding: 0.4em 0.325em;
    margin-top: -1px;
    background: none;
}

    .rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-item:hover {
        background-color: #e7e7e7;
        border: 1px solid transparent;
    }

.rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-group {
    background-color: #eee;
    font-style: normal;
    text-align: center;
    color: #666;
}

.rc2014-section-purple .rc2014-case-studies-list .ui-dropdownchecklist .ui-dropdownchecklist-item input {
    margin: 0 0;
}

.rc2014-section-purple .rc2014-case-studies-list .rc-flip-item {
    cursor: pointer;
    text-align: center;
}

    .rc2014-section-purple .rc2014-case-studies-list .rc-flip-item .rc-flip-item-back {
        cursor: pointer;
        background-color: white;
        height: 100%;
        color: #333;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc-flip-item.last {
        float: left !important;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc-flip-item.exclude {
        /* display: none; */
        background-color: white;
        opacity: 0.5;
        display: block;
    }


.rc2014-section-purple .rc2014-section-page-content article {
    border-bottom-color: #9c00b3;
}

@media only screen {
}

@media only screen and (min-width:40.063em) {
    .rc2014-section-purple .rc2014-case-studies-list p {
        line-height: 1em;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-filter select, .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-filter input[type=button] {
        margin: 0 0;
        padding: 0.125em 0.125em;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc-flip-item.last {
        margin-left: inherit;
        float: right !important;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc-flip-item.exclude {
        background-color: white;
        opacity: 0.5;
        display: block;
    }
}

@media only screen and (min-width:50.063em) {

    .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-filter {
        float: right;
    }

    .rc2014-section-purple .rc2014-case-studies-list p {
        line-height: 1.25em;
        font-size: 0.95em;
        margin-bottom: 0;
    }

    .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h1 {
        font-size: 2.25em;
        margin-bottom: 0em;
    }
}

@media only print, only screen and (min-width:73.75em) {
    .rc2014-section-purple .rc2014-case-studies-list p {
        line-height: 1.3em;
        font-size: 1.125em;
    }

    .rc2014-section-purple .rc2014-case-studies-list .rc2014-case-studies-teaser > div {
        padding: 1.5em 1.5em;
    }

    .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser h1 {
        font-size: 3.4375em;
        margin-bottom: 0.1em;
    }

    .rc2014-section-purple .rc2014-section-page-content .rc2014-case-studies-teaser p {
        font-size: 1.125em;
    }
}

/***** CONTACT US (yellow) ****/

.rc2014-section-yellow .colored, .rc2014-section-yellow .rc2014-section-page-content h1, .rc2014-section-yellow .rc2014-section-page-content h2, .rc2014-section-yellow .rc2014-section-page-content h3, .rc2014-section-yellow .rc2014-section-page-content h4, .rc2014-section-yellow .rc2014-section-page-content dt, .rc2014-section-yellow .rc2014-section-page-content a, .rc2014-section-yellow .rc2014-section-page-content:link, .rc2014-section-yellow .rc2014-section-page-content a:visited {
    color: #b38700;
}

    .rc2014-section-yellow .rc2014-section-page-content a:hover, .rc2014-section-yellow .rc2014-section-page-content a.hover {
        color: #594300;
    }

.rc2014-section-yellow hr.colored {
    border-color: #b38700;
}

.rc2014-section-yellow .colored-border {
    border-color: #b38700;
}

.rc2014-section-yellow .colored-bg {
    background-color: #b38700;
}

.rc2014-section-yellow .dark-text {
    color: #594300;
}

.rc2014-section-yellow .dark-border {
    border-color: #594300;
}

.rc2014-section-yellow .dark-bg {
    background-color: #594300;
}

.rc2014-section-yellow .light-text {
    color: #c2ab61;
}

.rc2014-section-yellow .light-border {
    border-color: #c2ab61;
}

.rc2014-section-yellow .light-bg {
    background-color: #c2ab61;
}

.rc2014-section-yellow .arrow-right, .rc2014-section-yellow .arrow-right-medium, .rc2014-section-yellow .arrow-right-small, .rc2014-section-yellow .arrow-right-smaller {
    border-color: transparent #b38700;
}

.rc2014-section-yellow .arrow-down, .rc2014-section-yellow .arrow-down-medium, .rc2014-section-yellow .arrow-down-small, .rc2014-section-yellow .arrow-down-smaller {
    border-color: #b38700 transparent;
}

.rc2014-section-yellow .rc2014-top-bar {
    border-bottom-color: #b38700;
}

.rc2014-section-yellow .rc2014-section-feature {
    background-color: #b38700;
}

.rc2014-section-yellow .rc2014-section-page-content {
    border-top-color: #b38700;
}

.rc2014-section-yellow .rc2014-section-menu {
    background-color: #594300;
}

.rc2014-section-yellow .rc2014-section-page-content article {
    border-bottom-color: #b38700;
}

.rc2014-section-yellow blockquote div.open, .rc2014-section-yellow blockquote div.close {
    color: #b38700;
}


/***** UNASSIGNED (red) ****/

.rc2014-section-red .colored, .rc2014-section-red .rc2014-section-page-content h1, .rc2014-section-red .rc2014-section-page-content h2, .rc2014-section-red .rc2014-section-page-content h3, .rc2014-section-red .rc2014-section-page-content h4, .rc2014-section-red .rc2014-section-page-content dt, .rc2014-section-red .rc2014-section-page-content a, .rc2014-section-red .rc2014-section-page-content:link, .rc2014-section-red .rc2014-section-page-content a:visited {
    color: #b31e00;
}

    .rc2014-section-red .rc2014-section-page-content a:hover, .rc2014-section-red .rc2014-section-page-content a.hover {
        color: #731300;
    }

.rc2014-section-red hr.colored {
    border-color: #b31e00;
}

.rc2014-section-red .colored-border {
    border-color: #b31e00;
}

.rc2014-section-red .colored-bg {
    background-color: #b31e00;
}

.rc2014-section-red .dark-text {
    color: #731300;
}

.rc2014-section-red .dark-border {
    border-color: #731300;
}

.rc2014-section-red .dark-bg {
    background-color: #731300;
}

.rc2014-section-red .light-text {
    color: #c27161;
}

.rc2014-section-red .light-border {
    border-color: #c27161;
}

.rc2014-section-red .light-bg {
    background-color: #c27161;
}

.rc2014-section-red .arrow-right, .rc2014-section-red .arrow-right-medium, .rc2014-section-red .arrow-right-small, .rc2014-section-red .arrow-right-smaller {
    border-color: transparent #b31e00;
}

.rc2014-section-red .arrow-down, .rc2014-section-red .arrow-down-medium, .rc2014-section-red .arrow-down-small, .rc2014-section-red .arrow-down-smaller {
    border-color: #b31e00 transparent;
}

.rc2014-section-red .rc2014-top-bar {
    border-bottom-color: #b31e00;
}

.rc2014-section-red .rc2014-section-feature {
    background-color: #b31e00;
}

.rc2014-section-red .rc2014-section-page-content {
    border-top-color: #b31e00;
}

.rc2014-section-red .rc2014-section-menu {
    background-color: #731300;
}

.rc2014-section-red .rc2014-section-page-content article {
    border-bottom-color: #b31e00;
}

.rc2014-section-red blockquote div.open, .rc2014-section-red blockquote div.close {
    color: #b31e00;
}


/***** NEWS ARTICLE ******/

.rc2014-news-article h1.rc2014-news-article-headline {
    margin-bottom: 0px;
}

.rc2014-news-article p.rc2014-news-article-info {
    font-size: 1.125em;
}

.rc2014-news-social-icons {
    margin-bottom: 6em;
}

    .rc2014-news-social-icons > div {
        width: 22.4138%;
        height: auto;
        background-color: #e8e8e8;
        margin-right: 3.4483%;
        margin-bottom: 3.4483%;
        float: left;
        text-align: center;
    }

    .rc2014-news-social-icons div:last-child {
        margin-right: 0;
    }

    .rc2014-news-social-icons div.twitter:hover, .rc2014-news-social-icons div.twitter.hover {
        background-color: #55ACEE;
    }

    .rc2014-news-social-icons div.linkedin:hover, .rc2014-news-social-icons div.linkedin.hover {
        background-color: #1B5480;
    }

    .rc2014-news-social-icons div.facebook:hover, .rc2014-news-social-icons div.facebook.hover {
        background-color: #3C5A98;
    }

    .rc2014-news-social-icons div.rss:hover, .rc2014-news-social-icons div.rss.hover {
        background-color: #FE9900;
    }


/***** CAREERS *****/
.rc2014-career-apply {
    background-color: #e8e8e8;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}



/***** SITECORE FORMS *****/
.scfForm .scfValidationSummary {
    display: none;
}

.scfForm .scfTitleBorder {
    display: none;
}

.scfForm .scfSingleLineTextBorder, .scfForm .scfEmailBorder, .scfForm .scfTelephoneBorder, .scfForm scfMultipleLineTextBorder, .scfForm .scfCheckBoxListBorder {
    position: relative;
    display: block;
    clear: both;
}


.scfForm .scfRequired {
    display: none;
}

.scfForm .scfValidatorRequired {
    display: inline-block;
    font-size: 0.75em;
    color: #b31e00;
    margin-right: 0.5em;
    float: right;
}

.scfForm .scfCheckBoxListBorder .scfCheckBoxListLabel {
    margin-bottom: 1em;
    display: block;
}

.scfForm .scfSubmitButtonBorder input[type="submit"] {
    width: 9.6875em;
    height: 1.875em;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0;
    padding: 0 0;
    border: 1px none #666;
    background-color: #090;
    color: white;
}

.scfForm .scfCaptchaLimitGeneralPanel table {
    border: none;
}

.scfForm .scfCaptchTop .scfCaptchaLabel {
    float: left;
    width: 40%;
    text-align: right;
}

.scfForm .scfCaptchTop .scfCaptchaGeneralPanel {
    width: 60%;
    float: left;
}

.scfForm fieldset {
    border: none;
}

.scfForm .scfCheckBoxListGeneralPanel table {
    border: none;
}

    .scfForm .scfCheckBoxListGeneralPanel table tr:nth-of-type(even) {
        background: none;
    }




.rc2014-section-yellow .scfForm .scfSubmitButtonBorder input[type="submit"] {
    background-color: #b38700;
}

.rc2014-section-blue .scfForm .scfSubmitButtonBorder input[type="submit"] {
    background-color: #0045B3;
}

.rc2014-section-purple .scfForm .scfSubmitButtonBorder input[type="submit"] {
    background-color: #9c00b3;
}

.rc2014-section-red .scfForm .scfSubmitButtonBorder input[type="submit"] {
    background-color: #B31E00;
}

.scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel input[type='checkbox'] {
    width: 1.875em;
    height: 1.875em;
    border: 1px solid #ccc;
    background-color: white;
}


.scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel label {
    float: none;
    text-align: left;
    vertical-align: super;
    width: auto;
}

.scfForm input[type="text"] {
    height: 1.9em;
    font-size: 1em;
}

.scfForm .rc2014-error {
    border: 1px solid #B31E00;
}

@media only screen {
}

@media only screen and (min-width:40.063em) {
}

@media only screen and (min-width:50.063em) {
    .scfForm label, .scfForm .scfCheckBoxListBorder .scfCheckBoxListLabel {
        float: left;
        width: 40%;
        text-align: right;
        padding-right: 1.25em;
        margin-top: 0.5em;
    }

        .scfForm label + div, .scfForm .scfCheckBoxListGeneralPanel {
            width: 60%;
            float: left;
        }

    .scfForm .scfSubmitButtonBorder {
        width: 60%;
        float: right;
        margin-bottom: 2em;
    }


    .scfForm .scfValidatorRequired {
        float: none;
    }
}

@media only print, only screen and (min-width:73.75em) {
}


/******* BLOG *******/
.row .row.blog-list-item {
    margin-bottom: 1.25em;
}

.blog-author + p {
    clear: both;
}

.blog-author-thumb {
    margin-bottom: 1em;
    margin-right: 1em;
    float: left;
}

.rc2014-section-blog-author .blog-author > strong {
    display: none;
}

/**** SEARCH RESULTS *******/
.rc2014-search-results-list .row {
}

    .rc2014-search-results-list .row:first-child {
        margin-bottom: 1.25em;
    }

.rc2014-search-results-list .rc2014-search-info {
    background-color: #e8e8e8;
    padding: 0.625em 0.625em;
    font-size: 0.875em;
}


.rc2014-search-results-list .row .columns p:first-child {
    margin-bottom: 0;
}

.rc2014-search-results-list .row .columns p + p {
    margin-top: 0;
}



@media only screen and (min-width:40.063em) {
    .rc-home-feature {
        max-height: 502px;
    }

    .rc-home-feature-image {
        max-width: none;
        margin-left: -20.625em;
    }
}


/***********/


@media only screen {
}

@media only screen and (min-width:40.063em) {
}

@media only screen and (min-width:50.063em) {
}

@media only screen and (min-width:73.75em) {
}
