@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css');
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic|Open+Sans:300italic,400italic,700italic,700,300,400);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
    color: #47586E;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color:#47586E;
}
h2 {   color:#47586E;}
mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: url(../overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient("startColorstr=#00FFFFFF "," false ");
}

.row-r img {
    max-width: 100%;
}

.col {
    display: inline-block;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -4px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-2-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5,
.col-1-6, .col-2-6, .col-3-6, .col-4-6, .col-5-6 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -4px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    display: block;
    width: 100%;
    margin-right: 0;
}

.col-1-2, .col-2-4, .col-3-6 {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .col-1-2, .col-2-4, .col-3-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-1-2, .offset-2-4, .offset-3-6 {
    margin-left: 50%;
}

.col-1-3, .col-2-6 {
    width: 33.33333%;
}

@media screen and (max-width: 959px) {
    .col-1-3, .col-2-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        height: auto !important;
    }

        .col-1-3:first-child, .col-2-6:first-child {
            display: inline-block;
            zoom: 1;
            *display: inline;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
            padding-left: 15px;
            padding-right: 15px;
            margin-right: -4px;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            width: 100%;
            margin-right: 0;
        }
}

@media screen and (max-width: 959px) and screen and (max-width: 600px) {
    .col-1-3, .col-2-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .col-1-3, .col-2-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-1-3, .offset-2-6 {
    margin-left: 33.33333%;
}

.col-2-3, .col-4-6 {
    width: 66.66667%;
}

@media screen and (max-width: 959px) {
    .col-2-3, .col-4-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-2-3, .offset-4-6 {
    margin-left: 66.66667%;
}

.col-1-4 {
    width: 25%;
}

@media screen and (max-width: 959px) {
    .col-1-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }
}

@media screen and (max-width: 959px) and screen and (max-width: 600px) {
    .col-1-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 959px) and screen and (max-width: 600px) {
    .col-1-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 959px) and screen and (max-width: 959px) {
    .col-1-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .col-1-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-1-4 {
    margin-left: 25%;
}

.col-2-4 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -4px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .col-2-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 959px) {
    .col-2-4 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-2-4 {
    margin-left: 50%;
}

.col-3-4 {
    width: 75%;
}

.offset-3-4 {
    margin-left: 75%;
}

.col-1-5 {
    width: 20%;
}

.offset-1-5 {
    margin-left: 20%;
}

.col-2-5 {
    width: 40%;
}

.offset-2-5 {
    margin-left: 40%;
}

.col-3-5 {
    width: 60%;
}

.offset-3-5 {
    margin-left: 60%;
}

.col-4-5 {
    width: 80%;
}

.offset-4-5 {
    margin-left: 80%;
}

.col-1-6 {
    width: 16.66667%;
}

@media screen and (max-width: 480px) {
    .col-1-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-1-6 {
    margin-left: 16.66667%;
}

.col-3-6 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -4px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .col-3-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .col-3-6 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.offset-5-6 {
    margin-left: 50%;
}

.col-5-6 {
    width: 83.33333%;
}

.offset-5-6 {
    margin-left: 83.33333%;
}

html {
    font-size: 16px;
}

body {
    background-color: #fff;
    display: block;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Lato',Arial,"Helvetica Neue",Helvetica,sans-serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

a {
    color: inherit;
}

blockquote, q {
    quotes: none;
}

::selection {
    background-color: #fdfd9c;
}

#printOnlyMessage {
    display: none;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.width-container {
    zoom: 1;
    max-width: 1279px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .width-container:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .width-container:before {
        content: '';
        display: block;
        zoom: 1;
    }

@media only screen and (max-width: 460px) {
    .width-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.cards {
    position: relative;
}

    .cards section {
        padding: 3em 0;
    }

    .cards h2 {
        font-size: 2em;
    }

.form-line {
    position: relative;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    font-weight: 700;
    color: #9d312f;
    position: absolute;
    bottom: 4px;
    left: 20px;
    font-size: 12px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-underline-blue:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 16%,#47586E 16%);
    background: -webkit-gradient(linear,left top,right top,color-stop(16%,#fff),color-stop(16%,#47586E));
    background: -webkit-linear-gradient(left,#fff 16%,#47586E 16%);
    background: -o-linear-gradient(left,#fff 16%,#47586E 16%);
    background: -ms-linear-gradient(left,#fff 16%,#47586E 16%);
    background: linear-gradient(to right,#fff 16%,#47586E 16%);
}

a.btn, a:visited.btn, a:focus.btn, button.btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px 12px;
    margin: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.25em;
    color: #fff;
    text-decoration: none;
    background: #47586E;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (max-width: 460px) {
    a.btn, a:visited.btn, a:focus.btn, button.btn {
        font-size: 14px;
    }
}

a.btn:hover, a:visited.btn:hover, a:focus.btn:hover, button.btn:hover {
    background: #579DA0;
}

a.btn-small, a:visited.btn-small, a:focus.btn-small, button.btn-small {
    font-size: 14px;
    padding: 5px 7px;
}

a.btn-lg, a:visited.btn-lg, a:focus.btn-lg, button.btn-lg {
    padding: 20px 30px;
}

a.btn-light-blue, a:visited.btn-light-blue, a:focus.btn-light-blue, button.btn-light-blue {
    background-color: #579DA0;
}

    a.btn-light-blue:hover, a:visited.btn-light-blue:hover, a:focus.btn-light-blue:hover, button.btn-light-blue:hover {
        background: #47586E;
    }

a.btn-dark-blue, a:visited.btn-dark-blue, a:focus.btn-dark-blue, button.btn-dark-blue {
    background-color: #47586E;
}

    a.btn-dark-blue:hover, a:visited.btn-dark-blue:hover, a:focus.btn-dark-blue:hover, button.btn-dark-blue:hover {
        background: #579DA0;
    }

a.btn-purple, a:visited.btn-purple, a:focus.btn-purple, button.btn-purple {
    background-color: #579DA0;
}

    a.btn-purple:hover, a:visited.btn-purple:hover, a:focus.btn-purple:hover, button.btn-purple:hover {
        background: #a74787;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .clearfix:before {
        content: '';
        display: block;
        zoom: 1;
    }

.before, .after {
    content: "";
    display: block;
    position: absolute;
}

.expand {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
}

#header {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #fff;
    zoom: 1;
}

    #header:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    #header:before {
        content: '';
        display: block;
        zoom: 1;
    }

    #header a {
        text-decoration: none;
    }

    #header .btn .fa {
        display: inline-block;
        padding-right: 10px;
    }

    #header.headerfixed {
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
        box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    }

.logo-wrapper {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
    padding: 30px 0;
}

@media only screen and (max-width: 1070px) {
    .logo-wrapper {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
}

.logo {
    margin: 0;
    padding: 0;
    color:#47586E;
      font-size:28px;
}

@media only screen and (max-width: 1070px) {
    .logo {
        display: inline-block;
    }
}

.logo a {
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 567px;
    height: 55px;
  color:#47586E;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .logo a {
        font-size:28px;
        color:#47586E
    }
}

@media screen and (max-width: 630px) {
    .logo a {
        width: 285px;
        height: 27px;
    }
}

.button-wrapper {
    text-align: right;
    padding: 37px 0 0;
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

@media only screen and (max-width: 1070px) {
    .button-wrapper {
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .button-wrapper .btn + .btn {
        margin-top: 10px;
    }
}

.header-link-col {
    position: relative;
    text-align: right;
    margin: 10px 0;
}

    .header-link-col .tel-wrapper .tel {
        cursor: default;
        font-size: 28px;
        text-decoration: none;
        color: #47586E;
    }

        .header-link-col .tel-wrapper .tel:hover {
            text-decoration: none;
        }

.navigation {
    clear: both;
    margin: 0;
    padding: 0;
}

    .navigation.fluid-nav {
        position: relative;
    }

        .navigation.fluid-nav #menu-wrapper {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

        .navigation.fluid-nav #nav {
            margin: 0;
            padding: 0;
            margin-left: -9999px;
            margin-right: -9999px;
            padding-left: 9999px;
            padding-right: 9999px;
            background-color: #47586E;
        }

            .navigation.fluid-nav #nav > li {
                display: table-cell;
                width: auto;
                vertical-align: middle;
            }

                .navigation.fluid-nav #nav > li#menu6:hover:after {
                    display: none;
                }

                .navigation.fluid-nav #nav > li#menu6 .nav-inner a {
                    padding: 16px 10px 16px 35px;
                    font-size: 13px;
                    background-color: #47586E;
                    -ms-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    .navigation.fluid-nav #nav > li#menu6 .nav-inner a:before {
                        content: "";
                        display: block;
                        position: absolute;
                        content: "\f144";
                        font-family: 'FontAwesome';
                        top: 50%;
                        margin-top: -10px;
                        left: 10px;
                        font-size: 20px;
                    }

                .navigation.fluid-nav #nav > li .nav-inner > a {
                    display: table-cell;
                    width: 1000px;
                    vertical-align: middle;
                    padding: 15px 0;
                    text-align: left;
                    line-height: 1;
                    height: auto;
                    background-color: #47586E;
                    color: #fff;
                    font-size: 16px;
                    text-transform: none;
                }

#menu-wrapper {
    display: block;
    float: none;
    width: 100%;
}

@media screen and (max-width: 900px) {
    #menu-wrapper {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 900px) {
    #menu-wrapper #menu #nav {
        border-top-width: 6px !important;
        border-bottom: 6px solid #47586E !important;
    }
}

#menu-wrapper #menu #nav li ul {
    background: #47586E !important;
}

#menu #menu-icon {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    #menu #menu-icon:before {
        content: "";
        display: block;
        position: absolute;
        content: "\f0c9";
        top: 50%;
        left: 10px;
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 1em;
        margin-top: -0.5em;
        color: #fff;
        text-indent: 0px;
    }

    #menu #menu-icon.active:before {
        content: "\f00d";
    }

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    zoom: 1;
}

    #nav:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    #nav:before {
        content: '';
        display: block;
        zoom: 1;
    }

    #nav > li {
        position: relative;
        margin: 0 0 0 -4px;
        padding: 0 5px;
        display: inline-block;
    }

        #nav > li:first-child {
            margin-left: 0;
        }

        #nav > li .nav-inner {
            position: relative;
        }

        #nav > li a {
            display: block;
            width: auto;
            margin: 0;
            padding: 10px 0px;
            font-size: 16px;
            line-height: 1.25em;
            text-decoration: none;
            font: 400 14px/1.25em 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
            text-transform: uppercase;
            -webkit-transition: all 300ms;
            -moz-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

        #nav > li:hover .nav-inner > a {
            background: none;
        }

        #nav > li:hover ul {
            display: block;
        }

        #nav > li:hover:after {
            content: "";
            display: block;
            position: absolute;
            height: 8px;
            width: 30%;
            background-color: #47586E;
            left: 5px;
            bottom: 0;
        }

        #nav > li ul {
            display: none;
            position: absolute;
            text-align: left;
            top: 100%;
            left: 0;
            width: 230px;
            margin: 0;
            padding: 0;
            background: lightgray;
            border-bottom: 6px solid #587CB1;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            z-index: 10;
        }

@media only screen and (max-width: 1260px) {
    #nav > li ul {
        top: 52px;
    }
}

#nav > li ul li {
    display: block;
    width: auto;
    margin: 0;
    padding: 3px;
    text-align: left;
    border-top: 1px dotted gray;
    background-color: #587CB1;
}

    #nav > li ul li:first-child {
        border-top: none;
    }

    #nav > li ul li:hover > a {
        background: #47586E !important;
        color: #fafafa;
    }

    #nav > li ul li a {
        padding-left: 10px !important;
        background-color: #587CB1 !important;
        color: #fafafa !important;
    }

#nav li#menu6 {
    position: relative;
    right: -5px;
}

.menubr {
    display: none;
}

.program-icon {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 2px solid white;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

    .program-icon.program-icon-core {
        background-color: #1a1919;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .program-icon.program-icon-utility {
        background-color: #47586E;
    }

    .program-icon.program-icon-municipal {
        background-color: #9d312f;
    }

    .program-icon.program-icon-corp {
        background-color: #579DA0;
    }

    .program-icon.program-icon-education {
        background-color: #c15234;
    }

    .program-icon.program-icon-more {
        background-color: #587CB1;
    }

    .program-icon.program-icon-healthcare {
        background-color: #396a6d;
    }

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: auto;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

.bx-slider {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.flash-gallery-wrapper {
    z-index: 1;
    position: relative;
}

.flash-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .flash-gallery .slide {
        position: absolute;
        top: 0;
        left: 0;
    }

        .flash-gallery .slide:first-child {
            position: relative;
            z-index: 100;
        }

        .flash-gallery .slide img {
            width: 100%;
            opacity: .5;
        }

@media screen and (max-width: 1300px) {
    .flash-gallery .slide img {
        width: 1300px;
        max-width: 1300px;
        position: relative;
        left: 50%;
        margin-left: -650px;
    }
}

.flash-gallery .title {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    line-height: 1.5em;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_13 .flash-gallery .title {
    top: 30%;
}

@media screen and (max-width: 850px) {
    .page_13 .flash-gallery .title {
        top: 50%;
    }
}

.flash-gallery .title h2 {
    font-size: 55px;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .flash-gallery .title h2 {
        font-size: 48px;
    }
}

.flash-gallery .title h3 {
    display: block;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.25;
    width: 55%;
    margin: 20px auto 0;
    color: #434343;
}

@media screen and (max-width: 815px) {
    .flash-gallery .title h3 {
        width: 100%;
        padding: 0 20px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    .flash-gallery .title h3 {
        font-weight: normal;
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .flash-gallery .title h3 {
        font-weight: normal;
        font-size: 18px;
    }
}

.page_13 .flash-gallery .title h2 {
    display: inline-block;
}

.page_13 .flash-gallery .title:before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: 25px;
    width: 103px;
    height: 103px;
    background-image: url('images/icon-core.png');
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .page_13 .flash-gallery .title:before {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

@media screen and (max-width: 425px) {
    .page_13 .flash-gallery .title:before {
        display: block;
        margin: 0 auto;
    }
}

.page_27 .flash-gallery .title h2, .page_47 .flash-gallery .title h2, .page_48 .flash-gallery .title h2, .page_40 .flash-gallery .title h2,
.page_117 .flash-gallery .title h2 {
    font-size: 47px;
    font-weight: 400;
}

@media screen and (max-width: 700px) {
    .page_27 .flash-gallery .title h2, .page_47 .flash-gallery .title h2, .page_48 .flash-gallery .title h2, .page_40 .flash-gallery .title h2,
    .page_117 .flash-gallery .title h2 {
        font-size: 36px;
    }
}

.page_27 .flash-gallery .title:before,
.page_47 .flash-gallery .title:before,
.page_48 .flash-gallery .title:before, .page_40 .flash-gallery .title:before,
.page_117 .flash-gallery .title:before {
    content: "";
    display: inline-block;
    width: 215px;
    border: 10px solid #fff;
    border-radius: 25px;
    padding: 53px 10px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    .page_27 .flash-gallery .title:before, .page_47 .flash-gallery .title:before,
    .page_48 .flash-gallery .title:before, .page_40 .flash-gallery .title:before,
    .page_117 .flash-gallery .title:before {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.page_27 .flash-gallery .title .core-link, .page_47 .flash-gallery .title .core-link,
.page_48 .flash-gallery .title .core-link, .page_40 .flash-gallery .title .core-link,
.page_117 .flash-gallery .title .core-link {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('/images/icon-core.png');
    background-size: cover;
    position: absolute;
    left: calc(50% - 20px);
    top: -13px;
    margin-left: -110px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .page_27 .flash-gallery .title .core-link,
    .page_47 .flash-gallery .title .core-link,
    .page_48 .flash-gallery .title .core-link, .page_40 .flash-gallery .title .core-link,
    .page_117 .flash-gallery .title .core-link {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

@media screen and (max-width: 700px) {
    .page_27 .flash-gallery .title .core-link, .page_47 .flash-gallery .title .core-link,
    .page_48 .flash-gallery .title .core-link, .page_40 .flash-gallery .title .core-link,
    .page_117 .flash-gallery .title .core-link {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -o-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        top: 0;
        margin-left: -90px;
    }
}

.page_27 .flash-gallery .title:before {
    content: "utility";
    background-color: #47586E;
}

.page_47 .flash-gallery .title:before {
    content: "municipal";
    background-color: #9d312f;
}

.page_48 .flash-gallery .title:before {
    content: "Corp.";
    background-color: #579DA0;
}

.page_40 .flash-gallery .title:before {
    content: "H/R";
    background-color: #c15234;
}

.page_117 .flash-gallery .title:before {
    content: "Support";
    background-color: #396a6d;
    font-size: 27px;
}

.prefooter {
    padding: 4em 0;
    background-color: #587CB1;
    color: #fff;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 1030px) {
    .prefooter .width-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.prefooter .columns {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    padding-right: 40px;
    position: relative;
    vertical-align: top;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .prefooter .columns:last-child {
        padding-right: 0;
    }

@media only screen and (max-width: 1160px) {
    .prefooter .columns.col1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .prefooter .columns.col2, .prefooter .columns.col3 {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .prefooter .columns.col2, .prefooter .columns.col3 {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

.prefooter h2 {
    font-size: 45px;
    position: relative;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 0;
}

    .prefooter h2:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        margin-top: 10px;
        background: #fff;
        background: -moz-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -webkit-gradient(linear,left top,right top,color-stop(16%,#fff),color-stop(16%,#47586E));
        background: -webkit-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -o-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -ms-linear-gradient(left,#fff 16%,#47586E 16%);
        background: linear-gradient(to right,#fff 16%,#47586E 16%);
    }

    .prefooter h2 strong {
        font-weight: 700;
    }

@media only screen and (max-width: 1130px) {
    .prefooter h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1030px) {
    .prefooter h2 {
        font-size: 36px;
    }
}

.prefooter .secondary-header {
    margin-bottom: 25px;
    font-size: 30px;
    position: relative;
    font-weight: 300;
}

    .prefooter .secondary-header:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        margin-top: 10px;
        background: #fff;
        background: -moz-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -webkit-gradient(linear,left top,right top,color-stop(16%,#fff),color-stop(16%,#47586E));
        background: -webkit-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -o-linear-gradient(left,#fff 16%,#47586E 16%);
        background: -ms-linear-gradient(left,#fff 16%,#47586E 16%);
        background: linear-gradient(to right,#fff 16%,#47586E 16%);
    }

    .prefooter .secondary-header strong {
        font-weight: 700;
    }

@media only screen and (max-width: 1160px) {
    .prefooter .secondary-header {
        font-size: 45px;
        margin: 0;
    }
}

@media only screen and (max-width: 1130px) {
    .prefooter .secondary-header {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1030px) {
    .prefooter .secondary-header {
        font-size: 36px;
    }
}

.prefooter h3 strong {
    font-weight: 700;
}

.prefooter .hot-topics .latest-item:before {
    content: "\f06d";
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 50px;
    top: 15px;
    left: 7px;
    text-shadow: 0 3px 0 rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1160px) {
    .prefooter .hot-topics {
        width: 50%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        padding-right: 40px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 750px) {
    .prefooter .hot-topics {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1160px) {
    .prefooter .newsletter {
        width: 50%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
}

@media only screen and (max-width: 750px) {
    .prefooter .newsletter {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.prefooter .latest-item {
    margin-bottom: 3em;
    position: relative;
}

    .prefooter .latest-item:before {
        content: "\f15c";
        position: absolute;
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 50px;
        top: 15px;
        left: 7px;
        text-shadow: 0 3px 0 rgba(0,0,0,0.3);
    }

    .prefooter .latest-item h3 {
        padding-left: 80px;
        font-size: 18px;
        margin-bottom: 10px;
    }

        .prefooter .latest-item h3 a {
            text-decoration: none;
        }

    .prefooter .latest-item p {
        padding-left: 80px;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .prefooter .latest-item .latest-item-meta {
        text-align: right;
    }

        .prefooter .latest-item .latest-item-meta a {
            padding: 0;
            background-color: transparent;
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            box-shadow: none;
        }

            .prefooter .latest-item .latest-item-meta a:after {
                content: " >";
            }

@media only screen and (max-width: 750px) {
    .prefooter .recent-posts .latest-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1160px) {
    .prefooter .recent-posts .latest-item + .latest-item {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 750px) {
    .prefooter .recent-posts .latest-item + .latest-item {
        margin-left: 0;
    }
}

.prefooter .tel-wrapper {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: left;
}

    .prefooter .tel-wrapper .tel {
        text-decoration: none;
        font-size: 27px;
        font-weight: 300;
    }

.prefooter .form-line {
    width: 100%;
}

    .prefooter .form-line:after {
        position: absolute;
        right: 10px;
        top: 16px;
        color: #d0d0d0;
        font-family: 'FontAwesome';
        font-size: 18px;
    }

    .prefooter .form-line.form-line-name:after {
        content: "\f007";
    }

    .prefooter .form-line.form-line-company:after {
        content: "\f0f7";
    }

    .prefooter .form-line input, .prefooter .form-line textarea {
        width: 100%;
        padding: 15px 20px;
        border-radius: 3px;
        border: none;
        margin-bottom: 10px;
        color: #434343;
        font-size: 18px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .prefooter .form-line.form-line-half {
        width: 49%;
        display: inline-block;
        margin-right: -4px;
    }

        .prefooter .form-line.form-line-half + .form-line-half {
            margin-left: 2%;
        }

@media screen and (max-width: 500px) {
    .prefooter .form-line.form-line-half + .form-line-half {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .prefooter .form-line.form-line-half {
        width: 100%;
    }
}

.prefooter .form-line.form-line-btn-wrapper {
    zoom: 1;
}

    .prefooter .form-line.form-line-btn-wrapper:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .prefooter .form-line.form-line-btn-wrapper:before {
        content: '';
        display: block;
        zoom: 1;
    }

    .prefooter .form-line.form-line-btn-wrapper .btn {
        float: right;
        text-transform: uppercase;
    }

.prefooter .newsletter-form .form-line-email {
    display: inline-block;
    width: 65%;
    margin-right: -4px;
}

    .prefooter .newsletter-form .form-line-email input[type="email"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.prefooter .newsletter-form .form-line-btn-wrapper {
    display: inline-block;
    width: 35%;
    margin-right: -4px;
}

    .prefooter .newsletter-form .form-line-btn-wrapper .btn {
        width: 100%;
        background-color: #9d312f;
        float: none;
        padding: 18px 20px 17px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        box-shadow: none;
    }

        .prefooter .newsletter-form .form-line-btn-wrapper .btn:hover {
            background-color: #c43d3b;
        }

.prefooter .parsley-errors-list {
    bottom: -2px;
}

#footer {
    margin: 0;
    padding: 0;
    background: #fff;
}

    #footer .width-container {
        zoom: 1;
    }

        #footer .width-container:after {
            content: '';
            display: table;
            clear: both;
            zoom: 1;
            visibility: hidden;
            height: 0;
        }

        #footer .width-container:before {
            content: '';
            display: block;
            zoom: 1;
        }

    #footer .copyright-wrapper {
        text-align: left;
        color: #fff;
        padding: 25px 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
        width: 33.33%;
        font-size: 14px;
    }

        #footer .copyright-wrapper p {
            margin: 0;
            color: rgba(0,0,0,0.25);
            line-height: 1.25;
        }

@media only screen and (max-width: 750px) {
    #footer .copyright-wrapper {
        float: none;
        width: 100%;
        text-align: center;
    }
}

#footer .social-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 33.33%;
    padding: 25px 0;
}

    #footer .social-wrapper .social-networks li a {
        width: 43px;
        height: 43px;
    }

@media only screen and (max-width: 750px) {
    #footer .social-wrapper {
        float: none;
        width: 100%;
        text-align: center;
    }
}

#footer .beanslive-logo-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 33.33%;
    padding: 25px 0;
    color:rgba(0,0,0,0.25);
}

    #footer .beanslive-logo-wrapper .beanslive-logo {
        margin: 0;
        padding: 0;
        font-size: 0em;
        line-height: 0em;
        text-align: right;
        color:rgba(0,0,0,0.25);
    }

@media only screen and (max-width: 750px) {
    #footer .beanslive-logo-wrapper .beanslive-logo {
        display: inline-block;
    }
}

#footer .beanslive-logo-wrapper .beanslive-logo a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    color:rgba(0,0,0,0.25);
    opacity: .5;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #footer .beanslive-logo-wrapper .beanslive-logo a {
    }
}

#footer .beanslive-logo-wrapper .beanslive-logo a:hover {
    opacity: .75;
}

#footer .beanslive-logo-wrapper .bbb-logo {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 0em;
    line-height: 0em;
    text-align: right;
}

@media only screen and (max-width: 750px) {
    #footer .beanslive-logo-wrapper .bbb-logo {
        display: inline-block;
    }
}

#footer .beanslive-logo-wrapper .bbb-logo a {
    display: inline-block;
    width: 120px;
    height: 46px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url('images/bbb-logo-horizontal.png');
    background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #footer .beanslive-logo-wrapper .bbb-logo a {
    }
}

@media only screen and (max-width: 750px) {
    #footer .beanslive-logo-wrapper {
        float: none;
        width: 100%;
        text-align: center;
    }

        #footer .beanslive-logo-wrapper .bbb-logo {
            text-align: center;
            display: block;
        }
}

#footer .latest-item img {
    display: none !important;
}

.social-networks {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .social-networks li {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        margin-right: -4px;
    }

        .social-networks li a {
            background-image: url('images/social-sprite.png');
            background-size: 301px 43px;
            background-repeat: no-repeat;
            display: block;
            width: 43px;
            height: 43px;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .social-networks li a {
        background-image: url('images/social-sprite@2x.png');
        background-size: 301px 43px;
    }
}

.social-networks li a.facebook {
    background-position: 0px 0px;
}

.social-networks li a.twitter {
    background-position: -43px 0px;
}

.social-networks li a.google-plus {
    background-position: -86px 0px;
}

.social-networks li a.youtube {
    background-position: -129px 0px;
}

.social-networks li a.linkedin {
    background-position: -172px 0px;
}

.social-networks li a.pinterest {
    background-position: -215px 0px;
}

.social-networks li:last-child {
    margin-right: 0;
}

#simpleform {
    background: lightgray;
    padding: 20px;
}

    #simpleform p {
        overflow: hidden;
        margin: 0 0 10px 0;
    }

    #simpleform input[type="text"], #simpleform input[type="password"], #simpleform input[type="tel"], #simpleform input[type="email"],
    #simpleform textarea {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: white;
        border: 0;
        color: #888;
        display: inline-block;
        font: 18px/1.25em 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
        margin: 0;
        padding: 18px;
        width: 100%;
    }

    #simpleform textarea {
        height: 6em;
    }

.LV_validation_message {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    background: #aaa;
    border-radius: 0 0 3px 3px;
    border: 1px solid transparent;
    color: white;
    display: block;
    font-size: 12px;
    padding: 5px;
    position: relative;
    text-shadow: 0 -1px 0 #666;
    width: 100%;
    margin: -3px 0 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .LV_validation_message.LV_invalid {
        background: #b94a48;
    }

    .LV_validation_message.LV_valid {
        background: #468847;
    }

.blogsite .main-content-wrapper .content .section-title {
    padding: 10px 25px 0;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #587CB1;
    position: relative;
}

    .blogsite .main-content-wrapper .content .section-title:after {
        content: "";
        display: block;
        position: absolute;
        height: 155px;
        width: 193px;
        right: 25px;
        top: -42px;
        background-image: url('images/small-matrix.png');
        background-size: cover;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .blogsite .main-content-wrapper .content .section-title:after {
        background-image: url('images/small-matrix@2x.png');
        background-size: cover;
    }
}

@media only screen and (max-width: 940px) {
    .blogsite .main-content-wrapper .content .section-title:after {
        display: none;
    }
}

.blogsite .main-content-wrapper .content .title-hidden {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 454px;
    height: 62px;
    background-image: url('images/thecomplianceinsider.png');
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    .blogsite .main-content-wrapper .content .title-hidden {
        background-image: url('images/thecomplianceinsider@2x.png');
        background-size: cover;
    }
}

@media only screen and (max-width: 900px) {
    .blogsite .main-content-wrapper .content .title-hidden {
        width: 274px;
        height: 37px;
    }
}

.blogsite .main-content-wrapper .content .returnhomeblog, .blogsite .main-content-wrapper .content .continuelink {
    float: right;
    display: inline-block;
    padding: 7px 10px;
    margin: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-decoration: none;
    background: #47586E;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    .blogsite .main-content-wrapper .content .returnhomeblog:hover, .blogsite .main-content-wrapper .content .continuelink:hover {
        background: #587CB1;
    }

.blogsite .main-content-wrapper .content h1 {
    padding: 20px 0;
    color: #579DA0;
    font-size: 38px;
}

.blogsite .main-content-wrapper .content h2 {
    font-size: 32px;
    marign-bottom: 10px;
    margin-top: 0;
}

    .blogsite .main-content-wrapper .content h2 a {
        color: #579DA0;
        text-decoration: none;
    }

        .blogsite .main-content-wrapper .content h2 a:hover {
            color: #587CB1;
        }

.blogsite .main-content-wrapper .content .post {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #587CB1;
    zoom: 1;
}

    .blogsite .main-content-wrapper .content .post:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .blogsite .main-content-wrapper .content .post:before {
        content: '';
        display: block;
        zoom: 1;
    }

    .blogsite .main-content-wrapper .content .post:nth-last-of-type(1) {
        border-bottom: none;
    }

    .blogsite .main-content-wrapper .content .post .postthumb {
        float: left;
        margin-right: 20px;
    }

    .blogsite .main-content-wrapper .content .post .page-title {
        padding: 20px 0;
        color: #579DA0;
        font-size: 38px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #587CB1;
    }

    .blogsite .main-content-wrapper .content .post .postmetadata {
        margin: 20px 0;
        padding: 10px;
        border: 4px solid #47586E;
        background: #f2f2f2;
    }

        .blogsite .main-content-wrapper .content .post .postmetadata a {
            text-decoration: none;
            font-weight: 700;
            color: #47586E;
        }

.blogsite .main-content-wrapper .blog-navigation .page-numbers {
    display: inline-block;
    padding: 5px 12px;
    border: solid 1px #d0d0d0;
    color: #9d9d9d;
    font-weight: 400;
}

    .blogsite .main-content-wrapper .blog-navigation .page-numbers.current,
    .blogsite .main-content-wrapper .blog-navigation .page-numbers.dots {
        border-color: #d0d0d0;
    }

    .blogsite .main-content-wrapper .blog-navigation .page-numbers.current {
        background-color: #587CB1;
        color: #fff;
    }

.blogsite .main-content-wrapper .blog-navigation a {
    text-decoration: none;
}

    .blogsite .main-content-wrapper .blog-navigation a:hover {
        background-color: #cfcfcf;
        color: #fff;
    }

.blogsite .main-content-wrapper .search-results .search-results-wrapper {
    width: 68%;
    float: left;
    padding: 20px 0;
    margin-right: 2%;
}

    .blogsite .main-content-wrapper .search-results .search-results-wrapper a {
        text-decoration: none;
        font-weight: 700;
        color: #47586E;
    }

@media screen and (max-width: 900px) {
    .blogsite .main-content-wrapper .search-results .search-results-wrapper {
        width: 100%;
    }
}

.blogsite .main-content-wrapper .search-results .pagetitle {
    padding: 20px 0;
    margin: 0;
    color: #579DA0;
    font-size: 38px;
    font-weight: 300;
}

.blogsite .main-content-wrapper .search-results .post {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    background-color: #f6f6f6;
}

    .blogsite .main-content-wrapper .search-results .post h3 {
        margin: 0;
    }

    .blogsite .main-content-wrapper .search-results .post .postmetadata {
        margin: 0;
        font-size: 12px;
    }

        .blogsite .main-content-wrapper .search-results .post .postmetadata span {
            display: block;
            line-height: 1.5;
        }

    .blogsite .main-content-wrapper .search-results .post:last-child {
        margin-bottom: 0;
    }

    .blogsite .main-content-wrapper .search-results .post small {
        font-size: 12px;
        text-transform: uppercase;
        color: #434343;
        font-weight: 700;
    }

.blogsite .main-content-wrapper .search-results .navigation .alignleft {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    text-align: left;
}

.blogsite .main-content-wrapper .search-results .navigation .alignright {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    text-align: right;
}

.blogsite .main-content-wrapper .search-results .navigation a {
    padding: 5px 12px;
    border: solid 1px #d0d0d0;
    color: #9d9d9d;
    font-weight: 400;
    text-decoration: none;
}

    .blogsite .main-content-wrapper .search-results .navigation a:hover {
        background-color: #cfcfcf;
        color: #fff;
    }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav,
.fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('images/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('images/fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

.main-content-wrapper {
    padding: 0;
    zoom: 1;
}

    .main-content-wrapper:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .main-content-wrapper:before {
        content: '';
        display: block;
        zoom: 1;
    }

.page_1 .main-content-wrapper {
    border-top: none;
}

.main-content-wrapper .page-title {
    font-size: 28px;
    line-height: 1.25em;
    margin: 0;
    padding: 20px;
}

.main-content-wrapper .content {
    width: 66%;
    float: left;
    padding: 3em 0;
    margin-right: 4%;
}

    .main-content-wrapper .content h2 {
        color: #101010;
        font-size: 2.5em;
        line-height: 1.25em;
    }

    .main-content-wrapper .content img {
        max-width: 100%;
        border: 4px solid #587CB1;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .main-content-wrapper .content img[style*="float: left"], .main-content-wrapper .content img[style*="float:left"] {
            float: left !important;
            margin: 0 1em 1em 0 !important;
        }

        .main-content-wrapper .content img[style*="float: right"], .main-content-wrapper .content img[style*="float:right"] {
            float: right !important;
            margin: 0 0 1em 1em !important;
        }

        .main-content-wrapper .content img.no-border {
            border: none;
        }

    .main-content-wrapper .content ol, .main-content-wrapper .content ul {
        padding-left: 40px;
    }

        .main-content-wrapper .content ol li, .main-content-wrapper .content ul li {
            margin-bottom: 1em;
        }

    .main-content-wrapper .content education {
        display: block;
        height: 1px;
        width: 100%;
        margin: 20px 0;
        padding: 0;
        clear: both;
        border: none;
        background: #47586E;
    }

.main-content-wrapper .sidebar {
    width: 30%;
    float: left;
    padding: 3em 0 0;
}

    .main-content-wrapper .sidebar .sidebar-buttons .btn {
        width: 100%;
        text-align: center;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-content-wrapper .sidebar .sidebar-blog .title-link {
        text-decoration: none;
    }

    .main-content-wrapper .sidebar .sidebar-reviews .title-link {
        text-decoration: none;
    }

    .main-content-wrapper .sidebar .sidebar-section {
        margin-bottom: 40px;
    }

        .main-content-wrapper .sidebar .sidebar-section .sidebar-title {
            color: #47586E;
            font-size: 32px;
            line-height: 1.25em;
            font-weight: 300;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #587CB1;
        }

        .main-content-wrapper .sidebar .sidebar-section .sidebar-button {
            display: block;
            width: 70%;
            margin: 0 auto;
            position: relative;
            left: 7px;
            border: none;
            border-radius: 3px;
            box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
            font-size: 16px;
            line-height: 1.25em;
            text-align: center;
            font-weight: 300;
            color: #fff;
            background: #587CB1;
            -webkit-transition: all 300ms;
            -moz-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

            .main-content-wrapper .sidebar .sidebar-section .sidebar-button:hover {
                background: #47586E;
            }

            .main-content-wrapper .sidebar .sidebar-section .sidebar-button a {
                text-decoration: none;
                padding: 4px 20px 9px 20px;
                display: inline-block;
            }

                .main-content-wrapper .sidebar .sidebar-section .sidebar-button a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 73px;
                    height: 73px;
                    top: -11px;
                    left: -38px;
                    background-image: url('images/icon-core.png');
                    background-size: cover;
                }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (minan-device-pixel-ratio: 1.5) {
    .main-content-wrapper .sidebar .sidebar-section .sidebar-button a:before {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper {
    width: 100%;
    margin-top: 50px;
    position: relative;
    text-align: center;
}

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        left: 85px;
        height: 39px;
        width: 39px;
        background-image: url('images/quote.png');
        background-size: 39px 39px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image-wrapper:before {
        background-image: url('images/quote@2x.png');
        background-size: 39px 39px;
    }
}

@media screen and (max-width: 768px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image-wrapper:before {
        display: none;
    }
}

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image {
    display: inline-block;
    max-width: 30%;
    margin-right: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
    background-color: #47586E;
    border-radius: 10%;
    position: relative;
    vertical-align: top;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.healthcare {
        box-shadow: 0 0 0 5px #396a6d,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #396a6d;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.utility {
        box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #47586E;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.corporate {
        box-shadow: 0 0 0 5px #579DA0,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #579DA0;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.municipal {
        box-shadow: 0 0 0 5px #9d312f,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #9d312f;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.education {
        box-shadow: 0 0 0 5px #c15234,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #c15234;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image.more {
        box-shadow: 0 0 0 5px #587CB1,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #587CB1;
    }

@media only screen and (max-width: 700px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-image {
        display: block;
        max-width: 50%;
        margin: 0 auto 30px;
    }
}

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-content {
    display: inline-block;
    vertical-align: top;
    color: #47586E;
}

@media only screen and (max-width: 700px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-content {
        width: 100%;
        margin-bottom: 40px;
    }
}

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-content p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 700px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-content {
        text-align: center;
        padding: 0 20px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header {
    font-size: 32px;
    margin: 0;
}

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.healthcare {
        color: #396a6d;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.utility {
        color: #47586E;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.corporate {
        color: #579DA0;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.municipal {
        color: #9d312f;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.education {
        color: #c15234;
    }

    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-header.more {
        color: #587CB1;
    }

.main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-name {
    color: #47586E;
    margin-top: 0;
    font-weight: 700;
    text-align: right;
}

@media only screen and (max-width: 430px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper .testimonial-name {
        text-align: center;
    }
}

@media only screen and (max-width: 1145px) {
    .main-content-wrapper .sidebar .sidebar-section .testimonial-wrapper {
        width: 100%;
    }
}

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .latest-item p {
    display: inline;
}

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .latest-item .latest-item-meta {
    display: inline;
}

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section h3 {
    margin: 10px 0;
    border-top: 1px solid #aaa;
    padding-top: 10px;
    color: #47586E;
}

    .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section h3 a {
        text-decoration: none;
    }

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .content-snippet {
    font-size: 14px;
    color: #767676;
}

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .btn {
    color: #47586E;
    background-color: transparent;
    padding: 0;
    padding-left: 5px;
    font-size: 14px;
    box-shadow: none;
    text-transform: lowercase;
    font-weight: 700;
}

.main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper {
    margin-top: 50px;
    position: relative;
}

    .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper .image-holder {
        width: 100%;
        border-radius: 5px;
    }

    .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper .meta {
        position: absolute;
        bottom: 0;
        left: -5px;
        font-size: 0;
        color: #fff;
    }

        .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper .meta > * {
            padding: 10px;
            display: inline-block;
            line-height: 1;
            font-size: 12px;
        }

        .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper .meta .meta-date {
            background-color: #47586E;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .main-content-wrapper .sidebar .sidebar-section.blog-sidebar-section .image-wrapper .meta .meta-category {
            background-color: #579DA0;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

@media only screen and (max-width: 900px) {
    .main-content-wrapper .content {
        width: 58%;
    }

    .main-content-wrapper .sidebar {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .main-content-wrapper .page-title {
        font-size: 36px;
    }

    .main-content-wrapper .content {
        width: 100%;
    }

    .main-content-wrapper .sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .main-content-wrapper .page-title {
        font-size: 28px;
        text-align: center;
    }
}

.layout-bio {
    padding: 3em 0;
}

    .layout-bio h2 {
        margin: 0 20px 20px 0;
        text-align: center;
        font-size: 80px;
        font-weight: 400;
        color: #579DA0;
    }

@media screen and (max-width: 460px) {
    .layout-bio h2 {
        font-size: 50px;
    }
}

.layout-bio p {
    margin: 0;
}

.layout-bio .sub-header {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 80%;
    text-align: center;
}

@media screen and (max-width: 460px) {
    .layout-bio .sub-header {
        max-width: 100%;
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 0;
    }
}

.layout-bio .bio-wrapper {
    list-style: none;
    padding: 0;
}

    .layout-bio .bio-wrapper .bio-block {
        width: 31%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }

        .layout-bio .bio-wrapper .bio-block + .bio-block {
            padding-left: 2.5%;
        }

@media screen and (max-width: 1120px) {
    .layout-bio .bio-wrapper .bio-block + .bio-block {
        padding-left: 0;
    }
}

.layout-bio .bio-wrapper .bio-block.clicked .bio-description {
    height: auto;
    overflow: inherit;
}

.layout-bio .bio-wrapper .bio-block.clicked .bio-button:before {
    display: none;
}

.layout-bio .bio-wrapper .bio-block.clicked .bio-button span:before {
    content: " Less";
}

.layout-bio .bio-wrapper .bio-block .bio-image {
    z-index: 2;
    height: 150px;
    width: 175px;
    margin-left: 20px;
    border-radius: 25px;
    position: relative;
    top: 40px;
    box-shadow: 0 0 5px rgba(26,25,25,0.5);
}

@media screen and (max-width: 1120px) {
    .layout-bio .bio-wrapper .bio-block .bio-image {
        top: 115px;
    }
}

@media screen and (max-width: 600px) {
    .layout-bio .bio-wrapper .bio-block .bio-image {
        top: 40px;
    }
}

.layout-bio .bio-wrapper .bio-block .bio-content {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px rgba(26,25,25,0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.layout-bio .bio-wrapper .bio-block .bio-header {
    background-color: #47586E;
    color: #fff;
    padding: 30px 20px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

@media screen and (max-width: 1120px) {
    .layout-bio .bio-wrapper .bio-block .bio-header {
        padding-left: 215px;
    }
}

@media screen and (max-width: 600px) {
    .layout-bio .bio-wrapper .bio-block .bio-header {
        padding-left: 20px;
    }
}

.layout-bio .bio-wrapper .bio-block .bio-header h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.layout-bio .bio-wrapper .bio-block .bio-header p {
    font-size: 14px;
}

.layout-bio .bio-wrapper .bio-block .bio-description {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 170px;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1120px) {
    .layout-bio .bio-wrapper .bio-block .bio-description {
        padding: 20px;
        height: auto;
    }
}

.layout-bio .bio-wrapper .bio-block .bio-description p {
    overflow: hidden;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-bio .bio-wrapper .bio-block .bio-button {
    display: none;
    text-align: center;
    position: relative;
    top: 20px;
}

    .layout-bio .bio-wrapper .bio-block .bio-button.active {
        display: block;
    }

    .layout-bio .bio-wrapper .bio-block .bio-button span:before {
        content: " More";
    }

    .layout-bio .bio-wrapper .bio-block .bio-button:before {
        content: "";
        display: block;
        position: absolute;
        top: -51px;
        height: 178%;
        width: 100%;
        z-index: 0;
        background: rgba(255,255,255,0.25);
        background: -moz-linear-gradient(top,rgba(255,255,255,0.25) 0%,#fff 50%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.25)),color-stop(50%,#fff));
        background: -webkit-linear-gradient(top,rgba(255,255,255,0.25) 0%,#fff 50%);
        background: -o-linear-gradient(top,rgba(255,255,255,0.25) 0%,#fff 50%);
        background: -ms-linear-gradient(top,rgba(255,255,255,0.25) 0%,#fff 50%);
        background: linear-gradient(to bottom,rgba(255,255,255,0.25) 0%,#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    }

@media screen and (max-width: 1120px) {
    .layout-bio .bio-wrapper .bio-block {
        width: 100%;
    }
}

.cards section.layout-cycle {
    padding-top: 4em;
}

.layout-cycle {
    background-color: #fff;
    text-align: center;
    color: #47586E;
    font-size: 18px;
    position: relative;
}

    .layout-cycle .cycle-graphic {
        float: left;
        width: 50%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media screen and (max-width: 960px) {
    .layout-cycle .cycle-graphic {
        float: none;
        width: auto;
        display: inline-block;
        height: 490px;
        margin-top: -50px;
        margin-bottom: -35px;
    }
}

@media screen and (max-width: 500px) {
    .layout-cycle .cycle-graphic {
        width: 300px;
        height: 450px;
        margin-top: -110px;
    }
}

.layout-cycle .cycle-wrapper {
    width: 438px;
    height: 439px;
    position: relative;
    margin: 10%;
}

@media screen and (max-width: 1150px) {
    .layout-cycle .cycle-wrapper {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .layout-cycle .cycle-wrapper {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

@media screen and (max-width: 500px) {
    .layout-cycle .cycle-wrapper {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        margin-left: -70px;
    }
}

.layout-cycle .cycle-wrapper.active .cycle-wheel, .layout-cycle .cycle-wrapper.active .cycle-text,
.layout-cycle .cycle-wrapper.active .cycle-highlight {
    opacity: 1.0;
    -webkit-transform: scale(1) translate(0,0);
    -moz-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
}

.layout-cycle .cycle-wheel {
    width: 438px;
    height: 439px;
    background-image: url('images/cycle-blue-slices.png');
    background-size: 438px 439px;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-wheel {
        background-image: url('images/cycle-blue-slices@2x.png');
        background-size: 438px 439px;
    }
}

.layout-cycle .cycle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -172px;
    margin-left: -172px;
    width: 344px;
    height: 345px;
    background-image: url('images/cycle-text5.png');
    background-size: cover;
    z-index: 15;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-text {
        background-image: url('images/cycle-text5@2x.png');
        background-size: cover;
    }
}

.layout-cycle .cycle-highlight {
    position: absolute;
    top: -44px;
    left: 37px;
    z-index: 10;
    height: 265px;
    width: 364px;
    background-image: url('images/cycle-green-slice.png');
    background-size: 364px 265px;
    opacity: 0;
    -webkit-transform: scale(0) translate(0,265px);
    -moz-transform: scale(0) translate(0,265px);
    -o-transform: scale(0) translate(0,265px);
    -ms-transform: scale(0) translate(0,265px);
    transform: scale(0) translate(0,265px);
    -webkit-transition: 500ms 700ms;
    -moz-transition: 500ms 700ms;
    -o-transition: 500ms 700ms;
    transition: 500ms 700ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-highlight {
        background-image: url('images/cycle-green-slice@2x.png');
        background-size: 364px 265px;
    }
}

.layout-cycle .cycle-highlight .cycle-icon {
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 500ms 500ms;
    -moz-transition: 500ms 500ms;
    -o-transition: 500ms 500ms;
    transition: 500ms 500ms;
}

    .layout-cycle .cycle-highlight .cycle-icon.assess {
        height: 41px;
        width: 45px;
        margin-left: -22.5px;
        background-image: url('images/icon-assess.png');
        background-size: 45px 41px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-highlight .cycle-icon.assess {
        background-image: url('images/icon-assess@2x.png');
        background-size: 45px 41px;
    }
}

.layout-cycle .cycle-highlight .cycle-icon.assess.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 200ms 0;
    -moz-transition: 200ms 0;
    -o-transition: 200ms 0;
    transition: 200ms 0;
}

.layout-cycle .cycle-highlight .cycle-icon.create {
    height: 51px;
    width: 48px;
    margin-left: -24px;
    margin-top: -8px;
    background-image: url('images/icon-create3.png');
    background-size: 48px 51px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-highlight .cycle-icon.create {
        background-image: url('images/icon-create3@2x.png');
        background-size: 48px 51px;
    }
}

.layout-cycle .cycle-highlight .cycle-icon.create.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 200ms 0;
    -moz-transition: 200ms 0;
    -o-transition: 200ms 0;
    transition: 200ms 0;
}

.layout-cycle .cycle-highlight .cycle-icon.implement {
    height: 41px;
    width: 45px;
    margin-left: -22.5px;
    background-image: url('images/icon-implement.png');
    background-size: 45px 41px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-highlight .cycle-icon.implement {
        background-image: url('images/icon-implement@2x.png');
        background-size: 45px 41px;
    }
}

.layout-cycle .cycle-highlight .cycle-icon.implement.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 200ms 0;
    -moz-transition: 200ms 0;
    -o-transition: 200ms 0;
    transition: 200ms 0;
}

.layout-cycle .cycle-highlight .cycle-icon.maintain {
    height: 41px;
    width: 45px;
    margin-left: -22.5px;
    background-image: url('images/icon-maintain.png');
    background-size: 45px 41px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-highlight .cycle-icon.maintain {
        background-image: url('images/icon-maintain@2x.png');
        background-size: 45px 41px;
    }
}

.layout-cycle .cycle-highlight .cycle-icon.maintain.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 200ms 0;
    -moz-transition: 200ms 0;
    -o-transition: 200ms 0;
    transition: 200ms 0;
}

.layout-cycle .cycle-list {
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

    .layout-cycle .cycle-list a {
        position: absolute;
        width: 50%;
        height: 50%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -99999px;
        overflow: hidden;
    }

        .layout-cycle .cycle-list a.link1 {
            top: 0;
            left: 0;
        }

        .layout-cycle .cycle-list a.link2 {
            top: 0;
            left: 50%;
        }

        .layout-cycle .cycle-list a.link3 {
            top: 50%;
            left: 50%;
        }

        .layout-cycle .cycle-list a.link4 {
            top: 50%;
            left: 0%;
        }

.layout-cycle .cycle-center {
    width: 207px;
    height: 207px;
    background-color: #47586E;
    border-radius: 50%;
    box-shadow: 0 5px 0 rgba(26,25,25,0.1);
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 20;
}

    .layout-cycle .cycle-center:before {
        content: "";
        display: block;
        position: absolute;
        height: 62px;
        width: 78px;
        background-image: url('images/icon-support.png');
        background-size: 78px 62px;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .cycle-center:before {
        background-image: url('images/icon-support@2x.png');
        background-size: 78px 62px;
    }
}

.layout-cycle .cycle-center:after {
    content: "Support";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.layout-cycle .header {
    font-size: 42px;
    color: #47586E;
    font-weight: 300;
    line-height: 1.25em;
}

    .layout-cycle .header strong {
        font-weight: 700;
        color: #47586E;
    }

@media only screen and (max-width: 960px) {
    .layout-cycle .header {
        font-size: 32px;
    }
}

.layout-cycle .cycle-content {
    position: relative;
    float: left;
    margin-right: 2%;
    width: 48%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
    .layout-cycle .cycle-content {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
}

.layout-cycle .slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: translate3d(-60px,0,0);
    -moz-transform: translate3d(-60px,0,0);
    -o-transform: translate3d(-60px,0,0);
    -ms-transform: translate3d(-60px,0,0);
    transform: translate3d(-60px,0,0);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .layout-cycle .slide-wrapper:first-child {
        position: relative;
    }

    .layout-cycle .slide-wrapper.active {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .layout-cycle .slide-wrapper .title {
        margin-top: 0;
        color: #47586E;
        font-size: 32px;
        font-weight: 300;
        text-align: left;
    }

        .layout-cycle .slide-wrapper .title strong {
            font-weight: 700;
        }

@media only screen and (max-width: 960px) {
    .layout-cycle .slide-wrapper .title {
        font-size: 26px;
        text-align: center;
    }
}

.layout-cycle .slide-wrapper .image {
    border: 6px solid rgba(26,25,25,0.1);
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
    .layout-cycle .slide-wrapper .image {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .layout-cycle .slide-wrapper .image {
        width: 100%;
    }
}

.layout-cycle .slide-wrapper .caption {
    text-align: left;
}

.layout-cycle .slide-wrapper .info-text {
    text-align: left;
    margin-left: 38px;
    position: relative;
}

    .layout-cycle .slide-wrapper .info-text:before {
        content: "";
        display: block;
        position: absolute;
        left: -38px;
        top: 0;
        height: 23px;
        width: 28px;
        background-image: url('images/icon-support-dark.png');
        background-size: 28px 23px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cycle .slide-wrapper .info-text:before {
        background-image: url('images/icon-support-dark@2x.png');
        background-size: 28px 23px;
    }
}

.layout-consultation-page {
    padding: 3em 0;
    color: #434343;
    font-size: 18px;
}

    .layout-consultation-page .section-title {
        margin: 0;
        padding-bottom: .5em;
        margin-bottom: .75em;
        border-bottom: 1px solid #d0d0d0;
        color: #579DA0;
        font-weight: 700;
    }

    .layout-consultation-page .checkbox-group {
        display: inline-block;
        margin-right: -4px;
        width: 60%;
        vertical-align: top;
        -moz-column-width: 30%;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -moz-column-rule-color: #fff;
        -moz-column-rule-style: none;
        -moz-column-rule-width: 0;
        -webkit-column-width: 30%;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        -webkit-column-rule-color: #fff;
        -webkit-column-rule-style: none;
        -webkit-column-rule-width: 0;
        column-width: 30%;
        column-count: 2;
        column-gap: 30px;
        column-rule-color: #fff;
        column-rule-style: none;
        column-rule-width: 0;
    }

@media screen and (max-width: 855px) {
    .layout-consultation-page .checkbox-group {
        width: 100%;
    }
}

@media screen and (max-width: 515px) {
    .layout-consultation-page .checkbox-group {
        -moz-column-width: 250px;
        -moz-column-count: 0;
        -moz-column-gap: 50px;
        -moz-column-rule-color: #eee;
        -moz-column-rule-style: solid;
        -moz-column-rule-width: 1px;
        -webkit-column-width: 250px;
        -webkit-column-count: 0;
        -webkit-column-gap: 50px;
        -webkit-column-rule-color: #eee;
        -webkit-column-rule-style: solid;
        -webkit-column-rule-width: 1px;
        column-width: 250px;
        column-count: 0;
        column-gap: 50px;
        column-rule-color: #eee;
        column-rule-style: solid;
        column-rule-width: 1px;
    }
}

.layout-consultation-page .checkbox-group .form-line-inner {
    margin-top: 20px;
    zoom: 1;
}

    .layout-consultation-page .checkbox-group .form-line-inner:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .layout-consultation-page .checkbox-group .form-line-inner:before {
        content: '';
        display: block;
        zoom: 1;
    }

    .layout-consultation-page .checkbox-group .form-line-inner:first-child {
        margin-top: 0;
    }

    .layout-consultation-page .checkbox-group .form-line-inner input {
        float: left;
    }

        .layout-consultation-page .checkbox-group .form-line-inner input + label {
            padding-left: 25px;
            display: block;
            position: relative;
            top: -6px;
        }

.layout-consultation-page .input-group {
    display: inline-block;
    padding-left: 30px;
    margin-right: -4px;
    width: 40%;
    vertical-align: top;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 855px) {
    .layout-consultation-page .input-group {
        width: 100%;
        padding-left: 0;
    }
}

.layout-consultation-page .input-group input, .layout-consultation-page .input-group textarea {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    padding: 12px 10px;
    box-shadow: none;
    font-size: 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-categories .search {
    position: relative;
}

.search-categories label {
    display: none;
}

.search-categories .search-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background-color: #B9B997;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-categories .search-button-wrapper {
    position: absolute;
    right: 7px;
    bottom: 8px;
}

    .search-categories .search-button-wrapper .search-button {
        font-family: 'FontAwesome';
        background-color: transparent;
        border: 0;
        outline: none;
        color: #d0d0d0;
    }

section.layout-cta-bar {
    padding: 1em 0;
}

.layout-cta-bar {
    background-color: #434343;
    position: relative;
}

    .layout-cta-bar .core-container {
        height: 100px;
        width: 100px;
        background-image: url('images/icon-core.png');
        background-size: cover;
        display: inline-block;
        margin-right: 50px;
        vertical-align: top;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-cta-bar .core-container {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

@media screen and (max-width: 865px) {
    .layout-cta-bar .core-container {
        margin-right: 25px;
    }
}

@media screen and (max-width: 700px) {
    .layout-cta-bar .core-container {
        position: absolute;
        top: 15px;
        left: 15px;
    }
}

@media screen and (max-width: 550px) {
    .layout-cta-bar .core-container {
        position: static;
        display: block;
        margin: 0 auto 10px;
    }
}

.layout-cta-bar .cta-content {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

@media screen and (max-width: 760px) {
    .layout-cta-bar .cta-content {
        width: 80%;
    }
}

@media screen and (max-width: 700px) {
    .layout-cta-bar .cta-content {
        width: 100%;
        padding-left: 120px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 550px) {
    .layout-cta-bar .cta-content {
        padding-left: inherit;
    }
}

.layout-cta-bar .cta-content p {
    margin: 20px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
}

@media screen and (max-width: 865px) {
    .layout-cta-bar .cta-content p {
        font-size: 22px;
    }
}

.layout-cta-bar .btn-wrapper {
    display: inline-block;
    width: 30%;
    margin: 25px 0;
    vertical-align: top;
    text-align: right;
}

@media screen and (max-width: 845px) {
    .layout-cta-bar .btn-wrapper .btn {
        padding: 10px 15px;
        top: 25px;
    }
}

@media screen and (max-width: 760px) {
    .layout-cta-bar .btn-wrapper .btn {
        top: 0;
    }
}

@media screen and (max-width: 760px) {
    .layout-cta-bar .btn-wrapper {
        width: 100%;
        text-align: center;
    }
}

.layout-content-left-right {
    position: relative;
    background: #fff;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .layout-content-left-right {
        padding: 3em 0;
    }
}

.layout-content-left-right.program-top {
    padding-top: 6rem;
}

@media screen and (max-width: 768px) {
    .layout-content-left-right.program-top {
        padding: 3em 0;
    }
}

.layout-content-left-right .image-col {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1150px) {
    .layout-content-left-right .image-col {
        width: 50%;
        margin-left: -40px;
    }
}

@media screen and (max-width: 768px) {
    .layout-content-left-right .image-col {
        position: static;
        height: auto;
        width: 100%;
        margin-left: auto;
        text-align: center;
    }
}

.layout-content-left-right .image-col:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    right: 0;
    background: transparent;
    background: -webkit-linear-gradient(left,transparent 0%,#fff 100%);
    background: -moz-linear-gradient(left,transparent 0%,#fff 100%);
    background: -ms-linear-gradient(left,transparent 0%,#fff 100%);
    background: -o-linear-gradient(left,transparent 0%,#fff 100%);
    background: linear-gradient(left,transparent 0%,#fff 100%);
}

@media screen and (max-width: 1150px) {
    .layout-content-left-right .image-col:after {
        display: none;
    }
}

.layout-content-left-right .image-col img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 1150px) {
    .layout-content-left-right .image-col img {
        min-height: inherit;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
}

@media screen and (max-width: 768px) {
    .layout-content-left-right .image-col img {
        position: static;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.layout-content-left-right .content-col {
    z-index: 2;
    position: relative;
    width: 50%;
    margin-left: 50%;
    text-align:center;
}

@media screen and (max-width: 768px) {
    .layout-content-left-right .content-col {
        width: 100%;
        margin-left: 0;
        position: static;
    }
}

.layout-content-left-right .content-col .section-title {
    position: relative;
    padding-bottom: .5em;
    margin: 0;
    margin-bottom: .75em;
    border-bottom: 1px solid #d0d0d0;
    color: #47586E;
    font-weight: 300;
}

    .layout-content-left-right .content-col .section-title strong {
        font-weight: 700;
    }

.layout-content-left-right .content-col .plus-logo-header {
    font-size: 65px;
}

.layout-content-left-right .content-col .plus-logo {
    display: inline-block;
    height: 47px;
    width: 183px;
    background-image: url('images/plus-program.png');
    background-size: cover;
    position: relative;
    top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    .layout-content-left-right .content-col .plus-logo {
        background-image: url('images/plus-program@2x.png');
        background-size: cover;
    }
}

.layout-content-left-right .content-col.no-image {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .layout-content-left-right .content-col.no-image {
        width: 100%;
    }
}

.layout-content-left-right .content-col .content-holder {
    color: #434343;
}

    .layout-content-left-right .content-col .content-holder h1, .layout-content-left-right .content-col .content-holder h2,
    .layout-content-left-right .content-col .content-holder h3, .layout-content-left-right .content-col .content-holder h4,
    .layout-content-left-right .content-col .content-holder h5, .layout-content-left-right .content-col .content-holder h6 {
        position: relative;
        padding-bottom: .5em;
        margin: 0;
        margin-bottom: .75em;
        border-bottom: 1px solid #587CB1;
        color: #47586E;
        font-weight: 300;
    }

        .layout-content-left-right .content-col .content-holder h1 strong, .layout-content-left-right .content-col .content-holder h2 strong,
        .layout-content-left-right .content-col .content-holder h3 strong, .layout-content-left-right .content-col .content-holder h4 strong,
        .layout-content-left-right .content-col .content-holder h5 strong, .layout-content-left-right .content-col .content-holder h6 strong {
            font-weight: 700;
        }

    .layout-content-left-right .content-col .content-holder blockquote {
        position: relative;
        background: #fff;
        padding: 20px;
        margin: 1em 0;
        width: 500px;
        max-width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .layout-content-left-right .content-col .content-holder blockquote:before {
            content: "";
            display: block;
            position: absolute;
            left: -17px;
            top: 17px;
            border: 10px solid #434343;
            background-color: #9d312f;
            width: 35px;
            height: 35px;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
            box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
        }

        .layout-content-left-right .content-col .content-holder blockquote:after {
            content: "";
            display: block;
            position: absolute;
            top: 100%;
            right: 16px;
            border: 16px solid transparent;
            border-top: 16px solid #fff;
            border-right: 16px solid #fff;
        }

        .layout-content-left-right .content-col .content-holder blockquote h1:first-child,
        .layout-content-left-right .content-col .content-holder blockquote h2:first-child,
        .layout-content-left-right .content-col .content-holder blockquote h3:first-child,
        .layout-content-left-right .content-col .content-holder blockquote h4:first-child,
        .layout-content-left-right .content-col .content-holder blockquote h5:first-child,
        .layout-content-left-right .content-col .content-holder blockquote h6:first-child {
            background: #434343;
            color: #fff;
            padding: 20px 20px 20px 30px;
            margin: -20px -20px 20px;
        }

    .layout-content-left-right .content-col .content-holder ul {
        list-style: none;
        padding: 0;
        padding-left: 20px;
    }

        .layout-content-left-right .content-col .content-holder ul li:before {
            content: "\f111";
            position: relative;
            margin-right: 10px;
            margin-left: -15px;
            font-family: 'FontAwesome';
            color: #579DA0;
            font-size: 6px;
            vertical-align: top;
        }

.layout-content-left-right .content-col .fa-calendar {
    padding-right: 20px;
}

.layout-content-left-right .content-col .fa-angle-right {
    padding-left: 20px;
}

.layout-content-left-right:nth-of-type(even) {
    background: #fff;
}

    .layout-content-left-right:nth-of-type(even) .image-col {
        left: auto;
        right: 0;
    }

        .layout-content-left-right:nth-of-type(even) .image-col:after {
            right: auto;
            left: 0;
            background: transparent;
            background: -webkit-linear-gradient(left,white 0%,transparent 100%);
            background: -moz-linear-gradient(left,white 0%,transparent 100%);
            background: -ms-linear-gradient(left,white 0%,transparent 100%);
            background: -o-linear-gradient(left,white 0%,transparent 100%);
            background: linear-gradient(left,white 0%,transparent 100%);
        }

@media screen and (max-width: 768px) {
    .layout-content-left-right:nth-of-type(even) .image-col:after {
        background: none;
    }
}

@media screen and (max-width: 1150px) {
    .layout-content-left-right:nth-of-type(even) .image-col {
        margin-right: -40px;
    }
}

@media screen and (max-width: 767px) {
    .layout-content-left-right:nth-of-type(even) .image-col {
        margin-right: auto;
    }
}

.layout-content-left-right:nth-of-type(even) .content-col {
    margin-left: 0;
}

    .layout-content-left-right:nth-of-type(even) .content-col.no-image {
        float: right;
    }

    .layout-content-left-right:nth-of-type(even) .content-col .content-holder blockquote {
        background: #d0d0d0;
    }

        .layout-content-left-right:nth-of-type(even) .content-col .content-holder blockquote:after {
            border-top-color: #d0d0d0;
            border-right-color: #d0d0d0;
        }

.layout-faq {
    position: relative;
    padding: 0;
}

@media screen and (max-width: 560px) {
    .layout-faq .width-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.layout-faq .section-title {
    color: #579DA0;
    font-size: 32px;
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #587CB1;
}

.layout-faq .faq-block.active .faq-toggle:after {
    content: "\f107";
}

.layout-faq .faq-block.active .answer {
    display: block;
}

.layout-faq .faq-block .question {
    padding: 15px;
    padding-right: 55px;
    margin-left: 40px;
    margin-bottom: 0;
    border-radius: 3px;
    background-color: #f0f0f0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    position: relative;
    cursor: pointer;
    color: #579DA0;
}

    .layout-faq .faq-block .question:after {
        content: "Q";
        padding: 5px 11px 9px 11px;
        border-radius: 10px;
        box-sizing: border-box;
        background-color: #579DA0;
        color: #fff;
        position: absolute;
        display: inline-block;
        left: -45px;
        top: 0;
        font-size: 34px;
    }

@media screen and (max-width: 465px) {
    .layout-faq .faq-block .question {
        font-size: 19px;
    }
}

@media screen and (max-width: 360px) {
    .layout-faq .faq-block .question {
        font-size: 16px;
    }
}

.layout-faq .faq-block .faq-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

    .layout-faq .faq-block .faq-toggle:after {
        content: "\f105";
        display: inline-block;
        color: rgba(131,56,106,0.3);
        font-size: 36px;
        font-family: 'FontAwesome';
        padding: 5px 9px;
        border-radius: 50%;
        text-align: center;
        line-height: 1;
    }

.layout-faq .faq-block .answer {
    display: none;
    padding: 0 20px 0 55px;
    border-top: 0;
    margin-top: 0;
    position: relative;
    top: -2px;
}

    .layout-faq .faq-block .answer:before {
        content: "A";
        padding: 12px 13px 12px 12px;
        border-radius: 10px;
        box-sizing: border-box;
        background-color: #587CB1;
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        position: absolute;
        display: inline-block;
        left: -5px;
        top: 0;
    }

@media screen and (max-width: 500px) {
    .layout-faq .faq-block .answer {
        padding: 15px 25px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 360px) {
    .layout-faq .faq-block .answer {
        font-size: 14px;
    }
}

.layout-logo-grid .section-title {
    position: relative;
    color: #579DA0;
    text-align: center;
    font-size: 48px;
    line-height: 1.25em;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

    .layout-logo-grid .section-title:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -100px;
        width: 200px;
        height: 4px;
        background: #47586E;
    }

.layout-logo-grid .logo-grid {
    text-align: center;
}

    .layout-logo-grid .logo-grid .logo-block {
        width: 25%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
        margin-bottom: 20px;
        padding: 20px;
        text-align: center;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media screen and (max-width: 1130px) {
    .layout-logo-grid .logo-grid .logo-block {
        width: 25%;
    }
}

@media screen and (max-width: 870px) {
    .layout-logo-grid .logo-grid .logo-block {
        width: 33.33%;
    }
}

@media screen and (max-width: 420px) {
    .layout-logo-grid .logo-grid .logo-block {
        width: 100%;
    }
}

.layout-logo-grid .logo-grid .logo-block img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.layout-three-columns {
    background-color: #eaf5fd;
    counter-reset: count;
}

    .layout-three-columns .section-title {
        margin-bottom: 40px;
        font-weight: 300;
        font-size: 40px;
        color:#47586E;
    }

        .layout-three-columns .section-title strong {
            font-weight: 700;
        }

    .layout-three-columns .column-block {
        display: inline-block;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4px;
        margin-bottom: 20px;
        vertical-align: top;
        position: relative;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media screen and (max-width: 1000px) {
    .layout-three-columns .column-block {
        width: 33.33%;
    }
}

@media screen and (max-width: 800px) {
    .layout-three-columns .column-block {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.layout-three-columns .column-block:before {
    display: none;
    content: counter(count,decimal);
    counter-increment: count;
    padding: 16px 15px;
    border: 8px solid white;
    border-radius: 19px;
    background-color: #579DA0;
    position: absolute;
    color: #fff;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    top: -20px;
    left: 25px;
    font-size: 40px;
    font-weight: 700;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block:before {
        top: -40px;
        left: 10px;
    }
}

.layout-three-columns .column-block .image-wrapper {
    position: relative;
    font-size: 0px;
    line-height: 0em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .layout-three-columns .column-block .image-wrapper {
        display: inline-block;
        width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block .image-wrapper {
        width: 300px;
        display: inline-block;
    }
}

.layout-three-columns .column-block .image-wrapper img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .layout-three-columns .column-block .content-wrapper {
        width: 70%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block .content-wrapper {
        width: 100%;
        display: block;
        margin-right: 0;
        padding-left: 0;
    }
}

.layout-three-columns .column-block h3 {
    margin-bottom: 5px;
    color:#47586E;
}

@media screen and (max-width: 800px) {
    .layout-three-columns .column-block h3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block h3 {
        margin-top: 15px;
    }
}

.layout-three-columns .column-block p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
    color: #434343;
}

@media screen and (max-width: 700px) {
    .layout-three-columns .column-block p {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    section.layout-hero {
        padding-top: 1em;
    }
}

.layout-hero {
    text-align: center;
    padding-bottom: 10em !important;
    overflow: hidden;
    position: relative;
}

    .layout-hero .blur-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: cover;
        opacity: .5;
    }

    .layout-hero h2 {
        font-size: 62px;
        font-weight: 400;
        margin: 0;
        position: relative;
    }

        .layout-hero h2:before {
            content: "";
            display: inline-block;
            position: relative;
            margin-right: 20px;
            top: 25px;
            width: 103px;
            height: 103px;
            background-image: url('images/icon-core.png');
            background-size: cover;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-hero h2:before {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

@media only screen and (max-width: 805px) {
    .layout-hero h2:before {
        top: 33px;
    }
}

@media only screen and (max-width: 400px) {
    .layout-hero h2:before {
        height: 75px;
        width: 75px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 805px) {
    .layout-hero h2 {
        font-size: 45px;
        margin-bottom: 50px;
    }
}

.layout-hero p {
    max-width: 790px;
    padding: 0 25px;
    margin: 20px auto;
    font-size: 34px;
    color: #434343;
    font-weight: 300;
    line-height: 1.25;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 805px) {
    .layout-hero p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 715px) {
    .layout-hero p {
        font-size: 20px;
        font-weight: normal;
    }
}

.layout-hero .hero-inner-content {
    min-height: 300px;
    opacity: 0;
    display: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    .layout-hero .hero-inner-content.default {
        opacity: 1;
        display: block;
    }

        .layout-hero .hero-inner-content.default.hidden {
            opacity: 0;
            display: none;
        }

        .layout-hero .hero-inner-content.default h2 {
            width: auto;
        }

    .layout-hero .hero-inner-content.highlighted {
        opacity: 1;
        display: block;
    }

    .layout-hero .hero-inner-content h2 {
        width: 215px;
        display: inline-block;
        color: #fff;
    }

    .layout-hero .hero-inner-content.default h2 {
        color: #1a1919;
    }

@media screen and (max-width: 400px) {
    .layout-hero .hero-inner-content.default h2 {
        font-size: 34px;
    }
}

.layout-hero .hero-inner-content .core-link {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('images/icon-core.png');
    background-size: cover;
    position: absolute;
    left: -30px;
    top: -30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-hero .hero-inner-content .core-link {
        background-image: url('images/icon-core@2x.png');
        background-size: cover;
    }
}

@media screen and (max-width: 660px) {
    .layout-hero .hero-inner-content .core-link {
        width: 50px;
        height: 50px;
    }
}

.layout-hero .hero-inner-content.healthcare h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #396a6d;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.healthcare h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.healthcare h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.healthcare h2:before {
    display: none;
}

.layout-hero .hero-inner-content.utility h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #47586E;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.utility h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.utility h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.utility h2:before {
    display: none;
}

.layout-hero .hero-inner-content.corporate h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #579DA0;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.corporate h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.corporate h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.corporate h2:before {
    display: none;
}

.layout-hero .hero-inner-content.municipal h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9d312f;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.municipal h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.municipal h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.municipal h2:before {
    display: none;
}

.layout-hero .hero-inner-content.education h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c15234;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.education h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.education h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.education h2:before {
    display: none;
}

.layout-hero .hero-inner-content.more h2 {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #587CB1;
}

@media screen and (max-width: 1025px) {
    .layout-hero .hero-inner-content.more h2 {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .layout-hero .hero-inner-content.more h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-hero .hero-inner-content.more h2:before {
    display: none;
}

.core-base {
    min-width: 140px;
    font-weight: 300;
    padding: 45px 10px;
    font-size: 36px;
    border: 10px solid #fff;
    border-radius: 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1025px) {
    .core-base {
        border: 8px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .core-base {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.layout-testimonial {
    position: relative;
    z-index: 0;
    text-align: center;
}

    .layout-testimonial .width-container {
        padding-left: 70px;
    }

@media only screen and (max-width: 700px) {
    .layout-testimonial .width-container {
        padding: 0 1em;
    }
}

.layout-testimonial .section-title {
    font-size: 40px;
    color: #47586E;
    margin-bottom: 50px;
}

    .layout-testimonial .section-title p {
        margin: 0;
        line-height: 1.25;
        font-weight: 300;
    }

.layout-testimonial .testimonial-image-wrapper {
    position: relative;
}

    .layout-testimonial .testimonial-image-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: -35px;
        height: 39px;
        width: 39px;
        background-image: url('images/quote.png');
        background-size: 39px 39px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    .layout-testimonial .testimonial-image-wrapper:before {
        background-image: url('images/quote@2x.png');
        background-size: 39px 39px;
    }
}

@media screen and (max-width: 700px) {
    .layout-testimonial .testimonial-image-wrapper:before {
        display: none;
    }
}

.layout-testimonial .testimonial-wrapper {
    margin-bottom: 50px;
    width: 55%;
    position: relative;
    text-align: left;
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .layout-testimonial .testimonial-wrapper.active {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .layout-testimonial .testimonial-wrapper .testimonial-image {
        display: inline-block;
        max-width: 23%;
        margin-right: 20px;
        margin-bottom: 80px;
        box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #47586E;
        border-radius: 20%;
        position: relative;
        vertical-align: top;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .layout-testimonial .testimonial-wrapper .testimonial-image.healthcare {
            box-shadow: 0 0 0 5px #396a6d,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #396a6d;
        }

        .layout-testimonial .testimonial-wrapper .testimonial-image.utility {
            box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #47586E;
        }

        .layout-testimonial .testimonial-wrapper .testimonial-image.corporate {
            box-shadow: 0 0 0 5px #579DA0,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #579DA0;
        }

        .layout-testimonial .testimonial-wrapper .testimonial-image.municipal {
            box-shadow: 0 0 0 5px #9d312f,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #9d312f;
        }

        .layout-testimonial .testimonial-wrapper .testimonial-image.education {
            box-shadow: 0 0 0 10px #c15234,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #c15234;
        }

        .layout-testimonial .testimonial-wrapper .testimonial-image.more {
            box-shadow: 0 0 0 5px #587CB1,-10px 10px 0 5px rgba(0,0,0,0.1);
            background-color: #587CB1;
        }

@media only screen and (max-width: 700px) {
    .layout-testimonial .testimonial-wrapper .testimonial-image {
        display: block;
        max-width: 50%;
        margin: 0 auto 30px;
    }
}

.layout-testimonial .testimonial-wrapper .testimonial-content {
    display: inline-block;
    width: 73%;
    vertical-align: top;
    color: #47586E;
}

@media only screen and (max-width: 700px) {
    .layout-testimonial .testimonial-wrapper .testimonial-content {
        width: 100%;
        margin-bottom: 40px;
    }
}

.layout-testimonial .testimonial-wrapper .testimonial-content p {
    margin-bottom: 5px;
}

@media only screen and (max-width: 700px) {
    .layout-testimonial .testimonial-wrapper .testimonial-content {
        text-align: center;
        padding: 0 20px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.layout-testimonial .testimonial-wrapper .testimonial-header {
    font-size: 32px;
    margin: 0;
}

    .layout-testimonial .testimonial-wrapper .testimonial-header.healthcare {
        color: #396a6d;
    }

    .layout-testimonial .testimonial-wrapper .testimonial-header.utility {
        color: #47586E;
    }

    .layout-testimonial .testimonial-wrapper .testimonial-header.corporate {
        color: #579DA0;
    }

    .layout-testimonial .testimonial-wrapper .testimonial-header.municipal {
        color: #9d312f;
    }

    .layout-testimonial .testimonial-wrapper .testimonial-header.education {
        color: #c15234;
    }

    .layout-testimonial .testimonial-wrapper .testimonial-header.more {
        color: #587CB1;
    }

.layout-testimonial .testimonial-wrapper .testimonial-name {
    color: #47586E;
    margin-top: 0;
    font-weight: 700;
    text-align: right;
}

@media only screen and (max-width: 430px) {
    .layout-testimonial .testimonial-wrapper .testimonial-name {
        text-align: center;
    }
}

.layout-testimonial .testimonial-wrapper:nth-child(2n+1) {
    margin-left: 34%;
}

@media only screen and (max-width: 1145px) {
    .layout-testimonial .testimonial-wrapper:nth-child(2n+1) {
        margin-left: 0;
    }
}

.layout-testimonial .testimonial-wrapper:nth-child(3n+1) {
    margin-left: 8%;
}

@media only screen and (max-width: 1145px) {
    .layout-testimonial .testimonial-wrapper:nth-child(3n+1) {
        margin-left: 0;
    }
}

.layout-testimonial .testimonial-wrapper:nth-child(4n+1) {
    margin-left: 42%;
}

@media only screen and (max-width: 1145px) {
    .layout-testimonial .testimonial-wrapper:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1145px) {
    .layout-testimonial .testimonial-wrapper {
        width: 100%;
    }
}

.layout-testimonial .testimonial-link-wrapper {
    text-align: right;
}

    .layout-testimonial .testimonial-link-wrapper .testimonial-link {
        font-size: 12px;
        font-weight: 700;
    }

.layout-testimonials-page {
    zoom: 1;
    margin: 0 auto;
    padding: 3em 30px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .layout-testimonials-page:after {
        content: '';
        display: table;
        clear: both;
        zoom: 1;
        visibility: hidden;
        height: 0;
    }

    .layout-testimonials-page:before {
        content: '';
        display: block;
        zoom: 1;
    }

@media only screen and (max-width: 460px) {
    .layout-testimonials-page {
        padding: 1em 10px;
    }
}

.layout-testimonials-page .dyn-col.dyn-num-2 {
    float: left;
    width: 50%;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .layout-testimonials-page .dyn-col.dyn-num-2 {
        width: 100%;
        padding: 0;
    }
}

.layout-testimonials-page .dyn-col.dyn-num-3 {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1030px) {
    .layout-testimonials-page .dyn-col.dyn-num-3 {
        width: 50%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .layout-testimonials-page .dyn-col.dyn-num-3 {
        width: 100%;
        padding: 0;
    }
}

.layout-testimonials-page .testimonial-wrapper {
    margin-bottom: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
}

.layout-testimonials-page .testimonial-image-wrapper {
    position: relative;
    display: inline-block;
}

    .layout-testimonials-page .testimonial-image-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: -35px;
        height: 39px;
        width: 39px;
        background-image: url('images/quote.png');
        background-size: 39px 39px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .layout-testimonials-page .testimonial-image-wrapper:before {
        background-image: url('images/quote@2x.png');
        background-size: 39px 39px;
    }
}

@media screen and (max-width: 767px) {
    .layout-testimonials-page .testimonial-image-wrapper:before {
        display: none;
    }
}

.layout-testimonials-page .testimonial-image {
    display: inline-block;
    margin-bottom: 40px;
    box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
    background-color: #47586E;
    border-radius: 20%;
    position: relative;
    vertical-align: top;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .layout-testimonials-page .testimonial-image.healthcare {
        box-shadow: 0 0 0 5px #396a6d,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #396a6d;
    }

    .layout-testimonials-page .testimonial-image.utility {
        box-shadow: 0 0 0 5px #47586E,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #47586E;
    }

    .layout-testimonials-page .testimonial-image.corporate {
        box-shadow: 0 0 0 10px #579DA0,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #579DA0;
    }

    .layout-testimonials-page .testimonial-image.municipal {
        box-shadow: 0 0 0 5px #9d312f,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #9d312f;
    }

    .layout-testimonials-page .testimonial-image.education {
        box-shadow: 0 0 0 5px #c15234,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #c15234;
    }

    .layout-testimonials-page .testimonial-image.more {
        box-shadow: 0 0 0 5px #587CB1,-10px 10px 0 5px rgba(0,0,0,0.1);
        background-color: #587CB1;
    }

@media only screen and (max-width: 700px) {
    .layout-testimonials-page .testimonial-image {
        display: block;
        max-width: 50%;
        margin: 0 auto 30px;
    }
}

.layout-testimonials-page .testimonial-header {
    font-size: 32px;
    margin: 0;
}

    .layout-testimonials-page .testimonial-header.healthcare {
        color: #396a6d;
    }

    .layout-testimonials-page .testimonial-header.utility {
        color: #47586E;
    }

    .layout-testimonials-page .testimonial-header.corporate {
        color: #579DA0;
    }

    .layout-testimonials-page .testimonial-header.municipal {
        color: #9d312f;
    }

    .layout-testimonials-page .testimonial-header.education {
        color: #c15234;
    }

    .layout-testimonials-page .testimonial-header.more {
        color: #587CB1;
    }

.layout-testimonials-page .testimonial-content {
    padding: 30px;
}

.layout-testimonials-page .testimonial-name {
    color: #47586E;
    margin-top: 0;
    font-weight: 700;
    text-align: right;
}

@media only screen and (max-width: 430px) {
    .layout-testimonials-page .testimonial-name {
        text-align: center;
    }
}

.program-graphic {
    position: absolute;
    z-index: 2;
    top: -100px;
    left: 50%;
    margin-left: -527px;
    width: 1054px;
}

@media screen and (max-width: 1054px) {
    .program-graphic {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

@media screen and (max-width: 850px) {
    .program-graphic {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 544px;
        margin-left: -304px;
        top: -120px;
    }

    .subpage .program-graphic {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .program-graphic {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

@media screen and (max-width: 360px) {
    .program-graphic {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        margin-left: -290px;
    }
}

.program-graphic ul {
    margin: 0;
    padding: 0;
}

.program-graphic li {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 0 12px #fff;
    border-radius: 17px;
    text-align: center;
    margin-left: 48px;
    opacity: 0;
    -webkit-transform: translate(-60px,0,0);
    -moz-transform: translate(-60px,0,0);
    -o-transform: translate(-60px,0,0);
    -ms-transform: translate(-60px,0,0);
    transform: translate(-60px,0,0);
}

@media screen and (max-width: 850px) {
    .program-graphic li {
        margin-bottom: 16px;
    }
}

.program-graphic li:after {
    content: "";
    display: block;
    position: absolute;
    height: 45px;
    width: 29px;
    left: -40px;
    top: 50%;
    margin-top: -22px;
    background-image: url('images/services-curve.png');
    background-size: 29px 45px;
    opacity: 0;
    -webkit-transition: opacity 500ms 2800ms;
    -moz-transition: opacity 500ms 2800ms;
    -o-transition: opacity 500ms 2800ms;
    transition: opacity 500ms 2800ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    .program-graphic li:after {
        background-image: url('images/services-curve@2x.png');
        background-size: 29px 45px;
    }
}

.program-graphic li:before {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: rgba(26,25,25,0.1);
    border-radius: 28px;
    left: -19px;
    top: -5px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 500ms 2800ms;
    -moz-transition: opacity 500ms 2800ms;
    -o-transition: opacity 500ms 2800ms;
    transition: opacity 500ms 2800ms;
}

.program-graphic li.active {
    opacity: 1.0;
    -webkit-transform: translate(0,0,0);
    -moz-transform: translate(0,0,0);
    -o-transform: translate(0,0,0);
    -ms-transform: translate(0,0,0);
    transform: translate(0,0,0);
}

    .program-graphic li.active:after {
        opacity: 1;
    }

    .program-graphic li.active:before {
        opacity: 1;
    }

.program-graphic li:first-child {
    margin-left: 20px;
}

    .program-graphic li:first-child:after {
        display: none;
    }

.program-graphic li a {
    color: #fff;
    text-decoration: none;
}

.program-graphic li .box-inner {
    display: inline-block;
    border-radius: 17px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    z-index: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (max-width: 850px) {
    .program-graphic li .box-inner {
        font-size: 18px !important;
        padding: 30px 10px !important;
        width: 100px !important;
        font-weight: bold;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.program-graphic li.healthcare {
    -webkit-transition: opacity 200ms 0ms;
    -moz-transition: opacity 200ms 0ms;
    -o-transition: opacity 200ms 0ms;
    transition: opacity 200ms 0ms;
}

    .program-graphic li.healthcare .box-inner {
        padding: 30px 10px;
        background-color: #396a6d;
        font-size: 22px;
    }

        .program-graphic li.healthcare .box-inner:hover {
            background-color: #27494c;
        }

.program-graphic li.utility {
    -webkit-transition: opacity 200ms 400ms;
    -moz-transition: opacity 200ms 400ms;
    -o-transition: opacity 200ms 400ms;
    transition: opacity 200ms 400ms;
}

    .program-graphic li.utility:after {
        top: 60%;
    }

    .program-graphic li.utility .box-inner {
        padding: 44px 12px;
        background-color: #47586E;
        font-size: 26px;
    }

        .program-graphic li.utility .box-inner:hover {
            background-color: #122C4B;
        }

.program-graphic li.corporate {
    -webkit-transition: opacity 400ms 800ms;
    -moz-transition: opacity 400ms 800ms;
    -o-transition: opacity 400ms 800ms;
    transition: opacity 400ms 800ms;
}

    .program-graphic li.corporate:after {
        top: 70%;
    }

    .program-graphic li.corporate .box-inner {
        padding: 30px 10px;
        background-color: #579DA0;
        font-size: 22px;
    }

        .program-graphic li.corporate .box-inner:hover {
            background-color: #47586E;
        }

.program-graphic li.municipal {
    top: 20px;
    -webkit-transition: opacity 600ms 1200ms;
    -moz-transition: opacity 600ms 1200ms;
    -o-transition: opacity 600ms 1200ms;
    transition: opacity 600ms 1200ms;
}

@media screen and (max-width: 850px) {
    .program-graphic li.municipal {
        top: 0;
        margin-left: 112px;
    }
}

.program-graphic li.municipal:after {
    top: 30%;
}

@media screen and (max-width: 850px) {
    .program-graphic li.municipal:after {
        display: none;
    }
}

.program-graphic li.municipal .box-inner {
    padding: 35px 13px;
    background-color: #9d312f;
    font-size: 22px;
}

    .program-graphic li.municipal .box-inner:hover {
        background-color: #762523;
    }

.program-graphic li.education {
    -webkit-transition: opacity 800ms 1600ms;
    -moz-transition: opacity 800ms 1600ms;
    -o-transition: opacity 800ms 1600ms;
    transition: opacity 800ms 1600ms;
}

    .program-graphic li.education:after {
        top: 65%;
    }

    .program-graphic li.education .box-inner {
        padding: 34px 13px;
        background-color: #c15234;
        font-size: 24px;
    }

        .program-graphic li.education .box-inner:hover {
            background-color: #994129;
        }

.program-graphic li.more {
    -webkit-transition: opacity 1000ms 2000ms;
    -moz-transition: opacity 1000ms 2000ms;
    -o-transition: opacity 1000ms 2000ms;
    transition: opacity 1000ms 2000ms;
}

    .program-graphic li.more:after {
        top: 45%;
    }

    .program-graphic li.more .box-inner {
        padding: 23px 12px;
        background-color: #587CB1;
        font-size: 22px;
    }

        .program-graphic li.more .box-inner:hover {
            background-color: #47586E;
        }
