﻿/* ==========================================================================
   Box Sizing Reset
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Normalize.css v3.0.2 | MIT License | git.io/normalize
   ========================================================================== */
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, menu, 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-color: transparent;
}

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;
}

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;
}

/* ==========================================================================
   jQuery UI Components - v1.11.4
   ========================================================================== */

/* UI Helper Classes */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* UI Accordion */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

/* UI Datepicker */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL Support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* UI Menu */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/* UI Select Menu */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==========================================================================
   Slick Slider Styles
   ========================================================================== */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat;
}

/* Slick Font */
@font-face {
    font-family: "slick";
    src: url("/assets/fonts/slick/slick.eot");
    src: url("/assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
         url("/assets/fonts/slick/slick.woff") format("woff"),
         url("/assets/fonts/slick/slick.ttf") format("truetype"),
         url("/assets/fonts/slick/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Slick Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, 
.slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, 
.slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-slider {
    margin-bottom: 30px;
}

/* Slick Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

/* ==========================================================================
   Magnific Popup Styles
   ========================================================================== */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* Mobile Optimizations */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* ==========================================================================
   Selectric Plugin Styles
   ========================================================================== */
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}

.selectric-items li:hover {
    background: #F0F0F0;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/* ==========================================================================
   Base Typography & Layout
   ========================================================================== */
body {
    background-color: #fff;
    color: #373737;
    font-family: "canada-type-gibson", "Gibson", "gibson", "brandon-grotesque", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-rendering: optimizeLegibility;
    font-weight: 600;
}

h1 {
    font-family: "canada-type-gibson", "Gibson", "gibson", "brandon-grotesque", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

h2 {
    font-family: "canada-type-gibson", "Gibson", "gibson", "brandon-grotesque", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

h3 {
    font-family: "canada-type-gibson", "Gibson", "gibson", "brandon-grotesque", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin-bottom: 20px;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 0 0 2.5em;
    font-size: 18px;
    font-weight: 500;
}

a {
    color: #658aa1;
    text-decoration: none;
    transition: color .1s linear;
}

a:active, a:focus {
    outline: none;
}

hr {
    background-image: url(../svg/border-background.svg);
    border: 0;
    height: 3px;
    margin: 54px 0;
}

.no-svg hr {
    background-image: url(../images/border-background.png);
}

img {
    height: auto;
    margin: 0;
    max-width: 100%;
}

blockquote {
    color: #5d5d5d;
    margin: 1.5em 0;
    padding-left: .75em;
}

cite {
    color: #777;
    font-style: italic;
}

cite:before {
    content: '\2014 \00A0';
}

strong, b {
    font-weight: 600;
}

/* Code Styling */
code, kbd, pre, samp {
    font-family: 'Source Code Pro', 'Menlo', 'Monaco', 'Consolas', 'Courier New', monospace;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
    color: white;
    font-size: 90%;
    padding: 2px 4px;
}

kbd kbd {
    box-shadow: none;
    font-size: 100%;
    padding: 0;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}

main {
    outline: none;
}

/* Typography Utilities */
.small {
    font-size: 14px;
    line-height: 22px;
}

.large {
    font-size: 18px;
    line-height: 26px;
}

.general-content {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px;
}

a.no-border {
    border: 0 !important;
}

.caption {
    font-style: italic;
    color: #959595;
    font-size: 16px;
    margin-top: 16px;
}

.full-width-image {
    width: 100%;
    margin-bottom: 48px;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

legend {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

label.required:after {
    content: '*';
}

label small {
    color: #636363;
    padding-left: 5px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    color: #555;
    display: block;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

.form-control::-webkit-input-placeholder { color: #959595; }
.form-control::-moz-placeholder { color: #959595; }
.form-control:-moz-placeholder { color: #959595; }
.form-control:-ms-input-placeholder { color: #959595; }

.form-control:focus {
    border-color: #1ab5f1;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(26,181,241,0.6);
    outline: 0;
}

.is-submitted .form-control:invalid,
.is-submitted .form-control:required:invalid {
    border-color: #b03535;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #d45252;
    outline: 0;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

textarea {
    height: 248px;
    resize: vertical;
}

textarea.form-control {
    height: auto;
}

[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='radio'], [type='checkbox'] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

[type='file'], [type='range'] {
    display: block;
    width: 100%;
}

[multiple], [size] {
    height: auto;
}

[type='file']:focus, [type='radio']:focus, [type='checkbox']:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

select {
    max-width: 100%;
    width: auto;
}

button, [type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

button:active, button:focus, [type='submit']:active, [type='submit']:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    position: relative;
}

.radio label, .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
}

.radio [type='radio'], .radio-inline [type='radio'],
.checkbox [type='checkbox'], .checkbox-inline [type='checkbox'] {
    margin-left: -20px;
    margin-top: 4px \9;
    position: absolute;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}

[type='radio'][disabled], [type='checkbox'][disabled],
[type='radio'].disabled, [type='checkbox'].disabled,
[disabled] [type='radio'], [disabled] [type='checkbox'] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled,
[disabled] .radio-inline, [disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label,
[disabled] .radio label, [disabled] .checkbox label {
    cursor: not-allowed;
}

/* Form Layout */
.ff_composer .unit.size1of2 {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .ff_composer .unit.size1of2 {
        width: 50%;
    }
}

.ff_composer .unit.size1of3 {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .ff_composer .unit.size1of3 {
        width: 33.33333%;
    }
}

.ff_composer .unit.size2of3 {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .ff_composer .unit.size2of3 {
        width: 66.66666%;
    }
}

.ff_composer .unit.size1of4 {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .ff_composer .unit.size1of4 {
        width: 25%;
    }
}

.ff_composer .unit.size3of4 {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .ff_composer .unit.size3of4 {
        width: 75%;
    }
}

/* ==========================================================================
   Table Styles
   ========================================================================== */
table {
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #cdcdcd;
    font-weight: bold;
    padding: .75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #f3f3f3;
    padding: .75em 0;
}

tr, td, th {
    vertical-align: middle;
}

/* ==========================================================================
   List Styles
   ========================================================================== */
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin-bottom: .75em;
}

dl dt {
    font-weight: bold;
    margin-top: .75em;
}

dl dd {
    margin: 0;
}

/* ==========================================================================
   Header Components
   ========================================================================== */


/* Logo */
.logo {
    transition: all 200ms ease-in-out;
    color: #383838;
    left: 20px;
    letter-spacing: 1.5px;
    line-height: 47px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 8;
}

@media screen and (min-width: 40em) {
    .logo {
        top: -18px;
        left: 20px;
    }
}

.logo:hover, .logo:focus {
    opacity: 1;
}

.home .logo {
    color: white;
}

@media screen and (min-width: 54.375em) {
    .logo img {
        width: 280px;
        top: 14px;
        position: relative;
    }
}

.logo--dark {
    display: none;
}

@media screen and (min-width: 54.375em) {
    .logo--dark {
        display: block;
    }
}

.logo--white {
    display: block;
    width: 161px;
    margin-top: -2px;
}

@media screen and (min-width: 54.375em) {
    .logo--white {
        display: none;
    }
}

.menu-open .logo--dark {
    display: block;
    width: 161px;
    margin-top: 10px;
}

.menu-open .logo--white {
    display: none;
}

/* Navigation Controller */
.controller--nav {
    transition: all 200ms ease-in-out;
    color: #383838;
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 8px;
    width: 86px;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 800;
    font-size: 14px;
    line-height: 48px;
}

.home .controller--nav {
    color: white;
}

.controller__menu {
    background-color: #383838;
    border-radius: 3px;
    display: block;
    height: 3px;
    right: 0;
    position: absolute;
    text-indent: -999em;
    top: 21px;
    width: 24px;
}

.controller__menu:before, .controller__menu:after {
    background-color: #383838;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    transition: top .1s ease-in-out .2s, transform .1s ease-in-out;
    width: 24px;
}

.home .controller__menu:before, .home .controller__menu:after {
    background-color: white;
}

.controller__menu:before {
    top: -7px;
}

.controller__menu:after {
    top: 7px;
}

.home .controller__menu {
    background-color: white;
}

.menu-open .controller__menu {
    background-color: transparent;
}

.menu-open .controller__menu:before {
    top: 0;
    transform: rotate(45deg);
    transition: transform .1s ease-in-out .2s, top .1s ease-in-out;
}

.menu-open .controller__menu:after {
    top: 0;
    transform: rotate(-45deg);
    transition: transform .1s ease-in-out .2s, top .1s ease-in-out;
}

.home .menu-open .controller__menu {
    background-color: transparent;
}

.menu-open .menu-text {
    margin-left: -4px;
}

/* ==========================================================================
   Footer Components
   ========================================================================== */
.global-footer {
    background: #252525;
    font-size: 14px;
    font-weight: 500;
    padding: 48px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 54.375em) {
    .global-footer {
        text-align: left;
    }
}

.global-footer h4 {
    color: white;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 36px 0 24px;
    font-size: 16px;
    text-transform: uppercase;
}

.global-footer a {
    color: white;
}

.footer__nav ul {
    margin-bottom: 24px;
}

.footer__nav .footer__nav--lead {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 6px;
    display: inline-block;
    font-size: 18px;
}

.footer__nav .footer__nav--sub {
    font-weight: 400;
    font-size: 16px;
}

.footer__nav .footer__nav--sub:hover, .footer__nav .footer__nav--sub:focus {
    border-bottom: 1px solid white;
}

.footer__nav__col {
    width: 100%;
}

@media screen and (min-width: 54.375em) {
    .footer__nav__col {
        float: left;
        width: 45%;
    }
}

.footer__contact {
    color: white;
    font-size: 15px;
}

@media screen and (min-width: 54.375em) {
    .footer__contact {
        margin: -4px auto 0;
    }
}

@media screen and (min-width: 54.375em) {
    .footer__col {
        float: left;
        margin: 0;
        width: 24%;
        margin-right: 1%;
    }
}

.footer__social {
    margin-top: 36px;
}

.footer__social ul {
    width: 142px;
    margin: 0 auto;
}

.footer__social ul:after {
    clear: both;
    content: '';
    display: table;
}

.footer__social ul li {
    display: inline-block;
}

.footer__social ul li a {
    transition: all 200ms ease-in-out;
    height: 40px;
    width: 40px;
    background: red;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 4px 24px 0;
}

.footer__social ul li a:hover, .footer__social ul li a:focus {
    opacity: .65;
}

@media screen and (min-width: 54.375em) {
    .footer__social ul {
        margin: 0;
    }
}

.footer__social i {
    color: white;
    font-size: 24px;
    line-height: 40px;
}

.footer__contact .footer__social-icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 4px;
    background: white;
    border-radius: 3px;
}

.footer__contact .footer__social-icon i {
    color: #575757;
    margin: 7px;
}

.footer__contact p {
    margin-bottom: 14px;
}

.footer__contact .fa {
    font-size: 20px;
    margin: 6px 18px 12px 0;
    display: block;
}

@media screen and (min-width: 54.375em) {
    .footer__contact .fa {
        float: left;
    }
}

.copy {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

/* ==========================================================================
   Navigation Components
   ========================================================================== */
/* ==========================================================================
   New Navigation Styles
   ========================================================================== */

/* Secondary Navigation Bar (Top Dark Bar) */
.secondary-nav-bar {
    background: #2c2c2c;
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.secondary-nav ul li {
    margin-left: 30px;
}

.secondary-nav ul li:first-child {
    margin-left: 0;
}

.secondary-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.secondary-nav ul li a:hover {
    color: #3382CE;
}

.secondary-nav ul li a.cta-button {
    background: #3382CE;
    color: #ffffff;
    padding: 12px 16px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.secondary-nav ul li a.cta-button:hover {
    background: #2868a6;
    color: #ffffff;
}

/* Main Header */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 21px 0;
    position: relative;
}

.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.hero-header .main-header {
    position: absolute;
    width: 100%;
    background: none;
    border: none;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 32px;
    width: auto;
}

/* Primary Navigation */
.primary-nav {
    display: flex;
    align-items: center;
    margin-left: auto; /* This forces the nav to the right */
}

.primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Right-align the nav items */
}

.primary-nav ul li {
    margin-left: 40px;
}

.primary-nav ul li:first-child {
    margin-left: 0;
}

.primary-nav ul li a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: color 0.2s ease;
    position: relative;
}

.primary-nav ul li a:hover {
    color: #3382CE;
}

.primary-nav ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #3382CE;
    transition: all 0.2s ease;
    transform: translateX(-50%);
}

.primary-nav ul li a:hover:after {
    width: 100%;
}

.hero-header .primary-nav ul li a {
    color: white;
}

.hero-header .primary-nav ul li a:hover {
    color: white;
}

.hero-header .primary-nav ul li a:after {
    background-color: white;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333333;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hero-header .mobile-menu-toggle span {
    background: white;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-content {
    padding: 20px;
}

.mobile-primary-nav,
.mobile-secondary-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-primary-nav {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mobile-primary-nav li,
.mobile-secondary-nav li {
    margin: 15px 0;
}

.mobile-primary-nav li a,
.mobile-secondary-nav li a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.mobile-secondary-nav li a.cta-button {
    background: #3382CE;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 4px;
    text-align: center;
    border: none;
    margin-top: 10px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .secondary-nav-bar {
        display: none;
    }
    
    .primary-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        right: 20px;
        top: -9px;
    }
}

@media screen and (max-width: 640px) {
    .main-header .container {
        padding: 0 15px;
    }
    
    .logo img {
        height: 40px;
    }
}

/* Hide old navigation elements */
.global-header,
.global-nav,
.menu-toggle,
.controller--nav {
    display: none !important;
}

/* Adjust container max-width to match design */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Make sure the new header is positioned correctly */
.main-header {
    position: relative;
    z-index: 100;
}

/* Utility class for when mobile menu is open */
.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open .mobile-nav {
    display: block;
}
/* ==========================================================================
   Layout Components
   ========================================================================== */
.container, .container--padded, .content {
    padding: 0 20px;
    position: relative;
}

.container:after, .container--padded:after, .content:after {
    clear: both;
    content: '';
    display: table;
}

@media screen and (min-width: 75em) {
    .container, .container--padded, .content {
        margin: 0 auto;
        max-width: 1320px;
    }
}

.body {
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.static-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.static-background img {
    width: 100%;
}

.content {
    margin: 0 auto;
    max-width: 892px;
    padding: 20px 10px;
}

.content h2, .content h3 {
    color: #252525;
}

.content p {
    color: #373737;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 30px;
}

.content p a {
    color: #3382CE;
    font-weight: 600;
}

.content h2 {
    font-size: 46px;
}

.content h3 {
    font-size: 36px;
    font-weight: 600;
}

.content h4 {
    font-size: 16px;
    font-weight: 600;
}

.content .lead {
    font-size: 27px;
    line-height: 37px;
    color: #252525;
}

.content ul {
    margin: 0 0 40px 40px;
    width: 80%;
}

.content ul:after {
    clear: both;
    content: '';
    display: table;
}

.content ul li {
    list-style-type: disc;
    margin: 12px 0;
}

@media screen and (min-width: 54.375em) {
    .content .col2 li {
        width: 50%;
        float: left;
        margin: 4px 0;
    }
}

.content--contact {
    max-width: 960px;
}

.content--big {
    max-width: 1420px;
}

.content__left, .content__right {
    width: 100%;
    float: none;
}

@media screen and (min-width: 54.375em) {
    .content__left, .content__right {
        float: left;
    }
}

@media screen and (min-width: 54.375em) {
    .content__left {
        width: 61%;
        float: left;
    }
}

@media screen and (min-width: 54.375em) {
    .content__right {
        width: 30%;
        margin-left: 7%;
        float: left;
    }
}

.breadcrumbs {
    color: #888888;
    margin-top: 32px;
}

.breadcrumbs a {
    color: #888888;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ==========================================================================
   Component Lists & Icons
   ========================================================================== */
.list-with-icons:after {
    clear: both;
    content: '';
    display: table;
}

.list-with-icons .list-with-icons__icon {
    width: 60px;
    float: left;
    margin: 0 16px 40px 0;
}

.list-with-icons .list-with-icons__content p {
    line-height: 18px;
}

.services-paragraph {
    font-size: 25px;
}

@media screen and (min-width: 54.375em) {
    .cart-image {
        margin-top: -42px;
    }
}

.resources:after {
    clear: both;
    content: '';
    display: table;
}

.resources .resources__icon {
    width: 240px;
    float: left;
    margin: 0 16px 40px 0;
}

.resources .resources__content {
    float: left;
    max-width: 400px;
}

.resources .resources__content p {
    line-height: 24px;
}

/* ==========================================================================
   Custom Video/Interactive Components
   ========================================================================== */

/* Transparency Section */
.transparency {
    background: #000;
    position: relative;
    z-index: 2;
    height: 720px;
    width: 100%;
    overflow: hidden;
}

.transparency video {
    width: 100%;
    opacity: .6;
}

@media screen and (min-width: 54.375em) {
    .transparency .transparency-container {
        top: 39%;
        width: 642px;
        overflow: hidden;
        height: 62px;
        left: 40px;
        display: block;
        position: relative;
        animation-name: transparency-header;
        animation-duration: 1.5s;
    }
}

@keyframes transparency-header {
    from { width: 0; }
    to { width: 642px; }
}

.transparency h2 {
    color: white;
    position: relative;
    font-size: 48px;
    display: block;
    width: 700px;
}

.transparency ul {
    position: absolute;
    top: 300px;
    right: 0px;
    width: 500px;
    z-index: 7;
}

.transparency ul li a {
    position: absolute;
    transition: all 1.5s ease;
    font-size: 30px;
    color: white;
    font-weight: 600;
    transition: all 200ms ease-in-out;
    text-align: right;
}

.transparency ul li a .menu-image {
    position: absolute;
    width: 0px;
    overflow: hidden;
    height: 200px;
    z-index: -1;
    left: -160px;
    top: -24px;
    transition: all 200ms ease-in-out;
}

.transparency ul li a .menu-image img {
    max-width: 300px;
}

.transparency ul li a:hover .menu-image, .transparency ul li a:focus .menu-image {
    width: 300px;
}

/* Menu Animations */
@keyframes menu1 {
    0% { opacity: 0; transform: rotate(20deg); top: -200px; left: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; transform: rotate(20deg); top: -200px; left: 0; }
    100% { transform: rotate(20deg); top: -200px; left: 0; }
}

@keyframes menu2 {
    0% { opacity: 0; transform: rotate(20deg); top: -200px; left: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; transform: rotate(20deg); top: -200px; left: 0; }
    100% { transform: rotate(10deg); top: -100px; left: -85px; }
}

@keyframes menu3 {
    0% { opacity: 0; transform: rotate(20deg); top: -200px; left: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; transform: rotate(20deg); top: -200px; left: 0; }
    100% { transform: rotate(0deg); top: -0px; left: -70px; }
}

@keyframes menu4 {
    0% { opacity: 0; transform: rotate(20deg); top: -200px; left: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; transform: rotate(20deg); top: -200px; left: 0; }
    100% { transform: rotate(-10deg); top: 100px; left: -55px; }
}

@keyframes menu5 {
    0% { opacity: 0; transform: rotate(20deg); top: -200px; left: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; transform: rotate(20deg); top: -200px; left: 0; }
    100% { transform: rotate(-20deg); top: 200px; left: -40px; }
}

.transparency .menu1 {
    animation-name: menu1;
    animation-duration: 2s;
    transform: rotate(20deg);
    top: -200px;
}

.transparency .menu2 {
    transform: rotate(10deg);
    top: -100px;
    left: -85px;
    animation-name: menu2;
    animation-duration: 2s;
}

.transparency .menu3 {
    transform: rotate(0deg);
    left: -70px;
    animation-name: menu3;
    animation-duration: 2s;
}

.transparency .menu4 {
    transform: rotate(-10deg);
    top: 100px;
    left: -55px;
    animation-name: menu4;
    animation-duration: 2s;
}

.transparency .menu5 {
    transform: rotate(-20deg);
    top: 200px;
    left: -40px;
    animation-name: menu5;
    animation-duration: 2s;
}

/* ==========================================================================
   Popup/Modal Components
   ========================================================================== */

/* Pricing Popout */
.pricing-popout-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 6;
}

.pricing-open .pricing-popout-bg {
    display: block;
}

.pricing-popout {
    position: fixed;
    right: -50%;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 10;
    background: white;
    overflow: scroll;
    transition: all 200ms ease-in-out;
}

.pricing-open .pricing-popout {
    right: 0%;
}

.pricing-popout .row {
    padding: 30px;
}

/* Operations Popout */
.ops-popout-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 6;
}

.ops-open .ops-popout-bg {
    display: block;
}

.ops-popout {
    position: fixed;
    right: -50%;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 10;
    background: white;
    overflow: scroll;
    transition: all 200ms ease-in-out;
}

.ops-open .ops-popout {
    right: 0%;
}

.ops-popout .row {
    padding: 30px;
}

/* Popout Close Button */
.popout-close {
    text-transform: uppercase;
    color: white;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 40%;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.popout-close span {
    display: block;
    position: relative;
}

.popout-close span:before {
    height: 3px;
    width: 15px;
    border-radius: 2px;
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    left: 76px;
    top: 23px;
    background: white;
}

.popout-close span:after {
    height: 3px;
    width: 15px;
    border-radius: 2px;
    transform: rotate(-45deg);
    display: block;
    content: '';
    position: absolute;
    left: 76px;
    top: 23px;
    background: white;
}

/* ==========================================================================
   Leadership Component
   ========================================================================== */
.leadership:after {
    clear: both;
    content: '';
    display: table;
}

.leadership h5 {
    color: #575757;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-size: 14px;
    margin-top: 30px;
}

.leadership .leadership__single h4 {
    font-size: 27px;
    margin-top: 10px;
}

.leadership .leadership__single h5 {
    margin: 0;
}

@media screen and (min-width: 54.375em) {
    .leadership .leadership__single {
        float: left;
        width: 24%;
        margin-right: 1%;
    }
}

.leadership .leadership__single .leadership__single__image {
    position: relative;
}

.leadership .leadership__single .leadership__single__image img {
    position: relative;
    bottom: 0;
    z-index: 2;
}

.leadership .leadership__single .leadership__single__background {
    transition: all 200ms ease-in-out;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
}

.leadership .leadership__single .leadership__single__image--red .leadership__single__background {
    background: #C60000;
}

.leadership .leadership__single .leadership__single__image--pink .leadership__single__background {
    background: #FE2A49;
}

.leadership .leadership__single .leadership__single__image--lb .leadership__single__background {
    background: #86cfeb;
}

.leadership .leadership__single .leadership__single__image--blue .leadership__single__background {
    background: #3382CE;
}

.leadership .leadership__single:hover .leadership__single__background,
.leadership .leadership__single:focus .leadership__single__background {
    height: 80%;
}

/* ==========================================================================
   Call-to-Action Components
   ========================================================================== */
.connect {
    background: #2ea167;
    color: white;
    padding: 24px 32px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 54.375em) {
    .connect {
        padding: 54px 0;
    }
}

.connect h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 27px;
}

@media screen and (min-width: 54.375em) {
    .connect h3 {
        font-size: 39px;
    }
}

@media screen and (min-width: 54.375em) {
    .connect a {
        margin-top: 13px;
    }
}

.connect p {
    font-size: 18px;
    line-height: 25px;
    max-width: 764px;
    margin: -8px auto 6px;
    padding: 12px 0;
}

/* ==========================================================================
   Content Layouts
   ========================================================================== */
.content--with-image {
    max-width: 1080px;
}

@media screen and (min-width: 54.375em) {
    .content--with-image .content__image {
        width: 40%;
        float: left;
    }
}

@media screen and (min-width: 54.375em) {
    .content--with-image .content__text {
        width: 55%;
        float: left;
        margin-left: 5%;
    }
}

/* Contact Form */
@media screen and (min-width: 54.375em) {
    .contact {
        margin-top: 54px;
    }
}

.contact input, .contact textarea {
    border: 0;
    text-indent: 12px;
    width: 100%;
}

.contact input {
    height: 48px;
    margin-bottom: 20px;
    background: #eaeaea;
}

/* ==========================================================================
   Hero Sections
   ========================================================================== */
.hero {
    background: black;
    height: 172px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: cover;
}

@media screen and (min-width: 30em) {
    .hero {
        height: 284px;
    }
}

@media screen and (min-width: 40em) {
    .hero {
        height: 450px;
    }
}

.hero h1 {
    font-size: 32px;
}

@media screen and (min-width: 54.375em) {
    .hero h1 {
        font-size: 48px;
    }
}

.hero__content {
    color: white;
    position: relative;
    text-align: left;
    z-index: 4;
    top: 46%;
}

.hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/* Hero Home Variant */
.hero--home {
    background: url("../images/peach-gold-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 30em) {
    .hero--home {
        height: 484px;
    }
}

@media screen and (min-width: 40em) {
    .hero--home {
        height: 560px;
    }
}

.hero--home .hero__content {
    position: absolute;
    text-align: center;
    top: 19%;
    width: 100%;
    padding: 0 20px;
}

.hero--home .hero__content h1 {
    margin-top: 42px;
}

@media screen and (min-width: 54.375em) {
    .hero--home .hero__content h1 {
        margin-top: 104px;
    }
}

.hero--home .hero__content p {
    font-size: 23px;
    font-weight: 500;
    display: none;
    line-height: 33px;
    color: white;
    max-width: 848px;
    margin: 20px auto;
}

@media screen and (min-width: 54.375em) {
    .hero--home .hero__content p {
        display: block;
    }
}

.hero--home .hero__content a {
    margin-top: 21px;
}

/* Hero Listing Variant */
.hero--listing .hero__content {
    top: 40%;
}

.hero--listing p {
    max-width: 942px;
    font-size: 21px;
    line-height: 33px;
    margin: 0 auto;
}

/* Hero Sub Variant */
.hero--sub {
    max-height: 274px;
}

@media screen and (min-width: 54.375em) {
    .hero--sub {
        max-height: 460px;
    }
}

.hero--sub .hero__content {
    color: white;
    position: relative;
    text-align: center;
    top: 50%;
    margin-top: -96px;
    z-index: 4;
}

.hero--sub h1 {
    font-size: 54px;
    letter-spacing: 5.8px;
}

.hero--sub h1 span {
    color: #f4bb1a;
}

.hero--sub p {
    max-width: 800px;
    font-size: 21px;
    font-weight: 500;
    margin: 0 auto;
}

.hero--sub img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .70;
    width: 100%;
    z-index: 1;
}

/* Hero No Image Variant */
.hero--no-image {
    background: #262626;
    height: 220px;
}

@media screen and (min-width: 54.375em) {
    .hero--no-image {
        height: 420px;
    }
}

.hero--no-image h1 {
    font-size: 36px;
    letter-spacing: 0px;
    margin-top: 120px;
}

@media screen and (min-width: 54.375em) {
    .hero--no-image h1 {
        font-size: 54px;
        margin-top: 224px;
    }
}

.hero--no-image p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    max-width: 720px;
    margin: 12px auto;
}

/* Video Component */
.video {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
}

/* ==========================================================================
   Modal Components
   ========================================================================== */
.overlay {
    background: rgba(0,0,0,0.75);
    display: none;
    left: 0;
    height: 100%;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.modal-open {
    display: block;
}

.modal {
    background: white;
    margin: 50px auto 24px;
    width: 90%;
}

.modal img {
    width: 100%;
}

.modal p {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 54.375em) {
    .modal {
        width: 80%;
    }
}

.modal__content {
    padding: 24px 36px;
}

.modal__title {
    font-weight: 700;
}

.modal-close {
    color: white;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    z-index: 11;
}

.modal__contact {
    margin-top: 24px;
    width: 100%;
}

/* ==========================================================================
   Card Components
   ========================================================================== */
.card {
    transition: all 200ms ease-in-out;
    color: white;
    display: block;
    position: relative;
    padding: 10px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 54.375em) {
    .card {
        width: 25%;
        float: left;
        height: 418px;
    }
}

.card span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.card h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 12px 0 8px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.card img {
    margin: 20px 0 6px;
}

.card--1 {
    background: #ee9429;
}

.card--1:hover, .card--1:focus {
    background: #eb8813;
}

@media screen and (min-width: 54.375em) {
    .card--1 {
        margin-left: 0px;
    }
}

.card--2 {
    background: #479e76;
}

.card--2:hover, .card--2:focus {
    background: #3f8c69;
}

.card--3 {
    background: #3266cc;
}

.card--3:hover, .card--3:focus {
    background: #2d5cb8;
}

.card--4 {
    background: #4d1ec5;
}

.card--4:hover, .card--4:focus {
    background: #441baf;
}

/* ==========================================================================
   Row/Section Components
   ========================================================================== */
.row:after {
    clear: both;
    content: '';
    display: table;
}

.row--grey {
    background: #fafafa;
}

.row--full {
    padding: 36px 0;
}

.row--blue {
    color: white;
    background: #3382CE;
}

@media screen and (min-width: 54.375em) {
    .row--blue {
        padding-top: 36px;
    }
}

.row--blue p, .row--blue h2, .row--blue h3, .row--blue li {
    color: white;
}

.row--blue .button--nina:hover, .row--blue .button--nina:focus {
    background: white;
    color: #3382CE;
}

.row--blue .button--nina:hover span, .row--blue .button--nina:focus span {
    color: #3382CE;
}

.row--pink {
    color: white;
    background: #FE2A49;
}

.row--pink p, .row--pink h2, .row--pink h3, .row--pink li {
    color: white;
}

.row--pink .button--nina:hover, .row--pink .button--nina:focus {
    background: white;
    color: #FE2A49;
}

.row--pink .button--nina:hover span, .row--pink .button--nina:focus span {
    color: #FE2A49;
}

.row--connect {
    text-align: center;
    padding: 36px 0;
}

.row--black {
    background: #212121;
    padding: 54px 0;
}

.row--black h2, .row--black h3, .row--black p {
    color: white;
}

.row--black h2 {
    font-size: 36px;
    padding: 24px 0 32px;
}

.row--dark {
    background: #262626;
    color: white;
    text-align: center;
}

.row--dark h2 {
    font-size: 32px;
    margin-top: 32px;
    letter-spacing: -1px;
}

@media screen and (min-width: 54.375em) {
    .row--dark h2 {
        font-size: 65px;
    }
}

.row--dark p {
    font-size: 18px;
    max-width: 748px;
    margin: 0 auto 42px;
}

.row--dark span {
    display: inline-block;
    font-size: 11px;
    margin: 64px 0 84px;
}

.row--testimonials {
    background: #686868;
}

/* Testimonial Component */
.testimonial {
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 54.375em) {
    .testimonial .testimonial__left, .testimonial .testimonial__right {
        width: 50%;
        float: left;
    }
}

.testimonial .testimonial__left {
    padding: 20px;
    background: #575757;
    color: white;
}

@media screen and (min-width: 54.375em) {
    .testimonial .testimonial__left {
        padding: 80px 72px;
    }
}

.testimonial .testimonial__left p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
}

@media screen and (min-width: 54.375em) {
    .testimonial .testimonial__left p {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}

.testimonial .testimonial__left h3 {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

@media screen and (min-width: 54.375em) {
    .testimonial .testimonial__left h3 {
        font-size: 45px;
    }
}

.testimonial .testimonial__left span {
    font-size: 14px;
    letter-spacing: 4.5px;
    color: white;
    text-transform: uppercase;
}

@media screen and (min-width: 54.375em) {
    .testimonial .testimonial__left span {
        font-size: 17px;
    }
}

.testimonial .testimonial__right {
    position: absolute;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Quick Links Row */
.row--quick-links {
    color: white;
}

.row--quick-links a {
    display: block;
    position: relative;
    height: 320px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 54.375em) {
    .row--quick-links a {
        width: 33.33333333%;
        height: 420px;
        float: left;
    }
}

.row--quick-links a p {
    position: absolute;
    bottom: 24px;
    color: white;
    z-index: 3;
    font-size: 39px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    left: 32px;
}

/* Location Row */
.row--location {
    background: url("../images/columbus.jpg");
    color: white;
    padding: 60px 0 32px;
    background-size: cover;
}

@media screen and (min-width: 54.375em) {
    .row--location {
        padding: 140px 0 82px;
    }
}

.row--location h2 {
    font-size: 42px;
    letter-spacing: -1px;
}

.row--location p {
    font-size: 18px;
}

.row--dark-left {
    background: #b19e5e;
    color: white;
    padding: 64px 0;
}

.row--dark-left h2 {
    font-size: 42px;
    letter-spacing: -1px;
}

.row--dark-left p {
    font-size: 18px;
}

/* ==========================================================================
   Listing Component
   ========================================================================== */
.listing {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 48px 0 32px;
}

@media screen and (min-width: 54.375em) {
    .listing {
        padding: 100px 0 72px;
    }
}

.listing h2 {
    color: white;
    font-size: 27px;
}

@media screen and (min-width: 54.375em) {
    .listing h2 {
        font-size: 50px;
    }
}

.listing p {
    color: white;
    font-size: 16px;
    line-height: 24px;
    max-width: 720px;
}

@media screen and (min-width: 54.375em) {
    .listing p {
        font-size: 27px;
        line-height: 39px;
    }
}

@media screen and (min-width: 54.375em) {
    .listing .button {
        position: absolute;
        top: 40%;
        right: 0;
    }
}

/* ==========================================================================
   Section Heading Component
   ========================================================================== */
.section-heading {
    width: 100%;
    border-top: 1px solid #797979;
    color: #797979;
    position: relative;
    text-align: center;
}

.section-heading i, .section-heading p {
    background: #f8f8f8;
    display: inline-block;
    margin: -28px 0 30px;
    padding: 20px;
    position: relative;
    top: -11px;
}

.section-heading p {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    top: -13px;
}

/* ==========================================================================
   Button Components
   ========================================================================== */
.button {
    transition: all 200ms ease-in-out;
    background: #3382CE;
    color: white;
    display: inline-block;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 2.4px;
    height: 44px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    width: 248px;
    border-radius: 24px;
}

.button:hover, .button:focus {
    background: #2868a6;
}

.button--space {
    margin-bottom: 16px;
}

.button--small {
    width: 136px;
}

.button--outline {
    background: none;
    border: 2px solid white;
    position: relative;
    top: 2px;
}

.button--outline:hover, .button--outline:focus {
    background: rgba(255,255,255,0.4);
    cursor: pointer;
}

.button--center {
    display: block;
    margin: 30px auto;
}

@media screen and (min-width: 54.375em) {
    .button--big {
        width: 460px;
        height: 132px;
        line-height: 132px;
        font-size: 20px;
        letter-spacing: 4px;
        font-weight: 800;
        margin: 0 auto 40px;
    }
}

/* Animated Button (Nina Effect) */
.button--nina {
    overflow: hidden;
}

.button--nina span {
    color: #3d4249;
}

.button--nina > span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    color: white;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina::before {
    content: attr(data-text);
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--nina:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--nina:hover > span:nth-child(1) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s; }
.button--nina:hover > span:nth-child(2) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s; }
.button--nina:hover > span:nth-child(3) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s; }
.button--nina:hover > span:nth-child(4) { -webkit-transition-delay: 0.18s; transition-delay: 0.18s; }
.button--nina:hover > span:nth-child(5) { -webkit-transition-delay: 0.225s; transition-delay: 0.225s; }
.button--nina:hover > span:nth-child(6) { -webkit-transition-delay: 0.27s; transition-delay: 0.27s; }
.button--nina:hover > span:nth-child(7) { -webkit-transition-delay: 0.315s; transition-delay: 0.315s; }
.button--nina:hover > span:nth-child(8) { -webkit-transition-delay: 0.36s; transition-delay: 0.36s; }
.button--nina:hover > span:nth-child(9) { -webkit-transition-delay: 0.405s; transition-delay: 0.405s; }
.button--nina:hover > span:nth-child(10) { -webkit-transition-delay: 0.45s; transition-delay: 0.45s; }
.button--nina:hover > span:nth-child(11) { -webkit-transition-delay: 0.495s; transition-delay: 0.495s; }
.button--nina:hover > span:nth-child(12) { -webkit-transition-delay: 0.54s; transition-delay: 0.54s; }
.button--nina:hover > span:nth-child(13) { -webkit-transition-delay: 0.585s; transition-delay: 0.585s; }
.button--nina:hover > span:nth-child(14) { -webkit-transition-delay: 0.63s; transition-delay: 0.63s; }
.button--nina:hover > span:nth-child(15) { -webkit-transition-delay: 0.675s; transition-delay: 0.675s; }
.button--nina:hover > span:nth-child(16) { -webkit-transition-delay: 0.72s; transition-delay: 0.72s; }
.button--nina:hover > span:nth-child(17) { -webkit-transition-delay: 0.765s; transition-delay: 0.765s; }
.button--nina:hover > span:nth-child(18) { -webkit-transition-delay: 0.81s; transition-delay: 0.81s; }
.button--nina:hover > span:nth-child(19) { -webkit-transition-delay: 0.855s; transition-delay: 0.855s; }
.button--nina:hover > span:nth-child(20) { -webkit-transition-delay: 0.90s; transition-delay: 0.90s; }
.button--nina:hover > span:nth-child(21) { -webkit-transition-delay: 0.945s; transition-delay: 0.945s; }
.button--nina:hover > span:nth-child(22) { -webkit-transition-delay: 0.99s; transition-delay: 0.99s; }
.button--nina:hover > span:nth-child(23) { -webkit-transition-delay: 1.035s; transition-delay: 1.035s; }
.button--nina:hover > span:nth-child(24) { -webkit-transition-delay: 1.08s; transition-delay: 1.08s; }
.button--nina:hover > span:nth-child(25) { -webkit-transition-delay: 1.125s; transition-delay: 1.125s; }
.button--nina:hover > span:nth-child(26) { -webkit-transition-delay: 1.17s; transition-delay: 1.17s; }
.button--nina:hover > span:nth-child(27) { -webkit-transition-delay: 1.215s; transition-delay: 1.215s; }

.small-button {
    display: block;
    width: 130px;
    height: 32px;
    background: #3382CE;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    margin: 0 auto;
}

/* ==========================================================================
   Debug/Development Styles
   ========================================================================== */
body:before {
    display: none !important;
    background: rgba(255,0,0,0.5);
    bottom: 0;
    color: white;
    content: 'XXS';
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: fixed;
    z-index: 100;
}

@media screen and (min-width: 20em) {
    body:before { content: 'XS'; }
}

@media screen and (min-width: 30em) {
    body:before { content: 'S'; }
}

@media screen and (min-width: 40em) {
    body:before { content: 'M'; }
}

@media screen and (min-width: 54.375em) {
    body:before { content: 'L'; }
}

@media screen and (min-width: 75em) {
    body:before { content: 'XL'; }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    
    a, a:visited {
        text-decoration: underline;
    }
    
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr, img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: .5cm;
    }
    
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2, h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Home Page
   ========================================================================== */

/* Hero Video Section */
.hero-video-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.video--home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video--home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

.hero-content {
    max-width: 60%;
    color: white;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    line-height: 1.4;
}


/* Services Section */
.services-section {
    padding: 80px 0;
    background: white;
}

.services-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #333;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.service-card {
    text-align: center;
    padding: 30px 20px;
}

.service-icon {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card:nth-child(1) .service-icon { background: #E54250; }
.service-card:nth-child(2) .service-icon { background: #373737; }
.service-card:nth-child(3) .service-icon { background: #B84F96; }
.service-card:nth-child(4) .service-icon { background: #4C7FC6; }

.service-icon img {
    width: 120px;
    height: 120px;
    filter: brightness(0) invert(1);
}

.service-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666;
}

.service-button {
    display: inline-block;
    padding: 10px 20px;
    background: #3382CE;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.service-button:hover {
    background: #2868a6;
}

.transparency-section {
    padding: 80px 0 120px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    position: relative;
    overflow: hidden;
}

.transparency-section--services {
    background: linear-gradient(135deg, #D34F55 0%, #D34F55 100%);
}
.transparency-section--evs {
    background: linear-gradient(135deg, #96CDE8 0%, #96CDE8 100%);
}
.transparency-section--customized {
    background: linear-gradient(135deg, #BC4F98 0%, #BC4F98 100%);
}




/* Abstract Floating Triangles */
.floating-triangle {
    position: absolute;
    opacity: 0.33;
    pointer-events: none;
    z-index: 1;
}

.triangle-1 {
    width: 0;
    height: 0;
    border-left: 18vw solid transparent;
    border-right: 25vw solid transparent;
    border-bottom: 35vw solid white;
    top: -15%;
    left: -10%;
    transform: rotate(25deg);
}

.triangle-2 {
    width: 0;
    height: 0;
    border-left: 22vw solid transparent;
    border-right: 15vw solid transparent;
    border-bottom: 28vw solid white;
    top: 20%;
    right: -15%;
    transform: rotate(-45deg);
}

.triangle-3 {
    width: 0;
    height: 0;
    border-left: 20vw solid transparent;
    border-right: 20vw solid transparent;
    border-bottom: 32vw solid white;
    top: -5%;
    right: 15%;
    transform: rotate(60deg);
}

.triangle-4 {
    width: 0;
    height: 0;
    border-left: 16vw solid transparent;
    border-right: 26vw solid transparent;
    border-bottom: 30vw solid white;
    top: 60%;
    left: -8%;
    transform: rotate(-15deg);
}

.triangle-5 {
    width: 0;
    height: 0;
    border-left: 24vw solid transparent;
    border-right: 18vw solid transparent;
    border-bottom: 25vw solid white;
    top: -10%;
    left: 40%;
    transform: rotate(90deg);
}

.triangle-6 {
    width: 0;
    height: 0;
    border-left: 19vw solid transparent;
    border-right: 21vw solid transparent;
    border-bottom: 34vw solid white;
    top: 45%;
    right: 20%;
    transform: rotate(-60deg);
}

/* Additional triangle variants for section variety */
.triangle-7 {
    width: 0;
    height: 0;
    border-left: 23vw solid transparent;
    border-right: 17vw solid transparent;
    border-bottom: 29vw solid white;
    top: 15%;
    left: 25%;
    transform: rotate(110deg);
}

.triangle-8 {
    width: 0;
    height: 0;
    border-left: 21vw solid transparent;
    border-right: 19vw solid transparent;
    border-bottom: 27vw solid white;
    top: 70%;
    right: 30%;
    transform: rotate(-25deg);
}

.transparency-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    min-height: 400px;
    z-index: 2;
}

.transparency-visual {
    flex: 1;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}

.transparency-visual video {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.transparency-content {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-left: -80px; /* Create overlap */
    max-width: 500px;
}

.transparency-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2;
}

.transparency-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.transparency-button {
    display: inline-block;
    padding: 15px 30px;
    background: #3382CE;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.transparency-button:hover {
    background: #2868a6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(51, 130, 206, 0.3);
}

.transparency-wrapper--flipped .transparency-content {
    margin-right: -80px;
    margin-left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .transparency-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .transparency-content {
        margin-left: 0;
        margin-top: -40px; /* Create vertical overlap on mobile */
        max-width: 100%;
        padding: 30px;
    }
    
    .transparency-content h2 {
        font-size: 2rem;
    }
    
    .transparency-visual video {
        height: 280px;
    }
    
    /* Scale down triangles for mobile but keep them prominent */
    .triangle-1 {
        border-left: 12vw solid transparent;
        border-right: 16vw solid transparent;
        border-bottom: 22vw solid white;
    }
    
    .triangle-2 {
        border-left: 14vw solid transparent;
        border-right: 10vw solid transparent;
        border-bottom: 18vw solid white;
    }
    
    .triangle-3 {
        border-left: 13vw solid transparent;
        border-right: 13vw solid transparent;
        border-bottom: 20vw solid white;
    }
    
    .triangle-4 {
        border-left: 11vw solid transparent;
        border-right: 17vw solid transparent;
        border-bottom: 19vw solid white;
    }
    
    .triangle-5 {
        border-left: 15vw solid transparent;
        border-right: 12vw solid transparent;
        border-bottom: 16vw solid white;
    }
    
    .triangle-6 {
        border-left: 12vw solid transparent;
        border-right: 14vw solid transparent;
        border-bottom: 21vw solid white;
    }

    .triangle-7 {
        border-left: 15vw solid transparent;
        border-right: 11vw solid transparent;
        border-bottom: 18vw solid white;
    }

    .triangle-8 {
        border-left: 13vw solid transparent;
        border-right: 12vw solid transparent;
        border-bottom: 17vw solid white;
    }
}

@media (max-width: 480px) {
    .transparency-section {
        padding: 60px 0 100px;
    }
    
    .transparency-content {
        padding: 25px;
    }
    
    .transparency-content h2 {
        font-size: 1.8rem;
    }
    
    .transparency-visual video {
        height: 240px;
        border-radius: 12px;
    }
    
    .transparency-content {
        border-radius: 15px;
    }
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.blog-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: #333;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.blog-content {
    padding: 20px;
}

.blog-category {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}

.blog-content p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
}

.blog-button {
    display: inline-block;
    padding: 8px 16px;
    background: #3382CE;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.blog-button:hover {
    background: #2868a6;
}

.blog-cta {
    text-align: center;
}

.blog-all-button {
    display: inline-block;
    background: #3382CE;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.blog-all-button:hover {
    background: #2868a6;
}

/* Partnership CTA Section */
.partnership-cta-section {
    padding: 80px 0;
    background: #fe2a49;
    color: white;
    text-align: center;
}

.partnership-cta-section h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.partnership-cta-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.partnership-button {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.partnership-button:hover {
    background: white;
    color: #fe2a49;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        max-width: 90%;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .transparency-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes float {
    from {
        transform: translateY(0px) rotate(var(--initial-rotation, 0deg));
    }
    to {
        transform: translateY(-10px) rotate(calc(var(--initial-rotation, 0deg) + 5deg));
    }
}

.triangle-1 { --initial-rotation: 25deg; }
.triangle-2 { --initial-rotation: -45deg; }
.triangle-3 { --initial-rotation: 60deg; }
.triangle-4 { --initial-rotation: -15deg; }
.triangle-5 { --initial-rotation: 90deg; }
.triangle-6 { --initial-rotation: -60deg; }
.triangle-7 { --initial-rotation: 110deg; }
.triangle-8 { --initial-rotation: -25deg; }

/* ==========================================================================
   Custom Site-Specific Styles
   ========================================================================== */

/* Override debug styles */
body:before {
    display: none !important;
}

/* Home page specific styles */
.home-body {
    background: #000;
    overflow: hidden;
}

.video--home video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

/* Big Navigation Component */
.big-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.button--header {
    position: absolute !important;
    top: 17px !important;
    right: 140px !important;
}

.big-nav__button {
    height: calc(100% - 80px);
    width: 20%;
    border-right: 1px solid rgba(255,255,255,.7);
    position: absolute;
    transition: background .15s ease-in-out;
    bottom: 0;
}

.big-nav__button--1 { left: 0; }
.big-nav__button--2 { left: 20%; }
.big-nav__button--3 { left: 40%; }
.big-nav__button--4 { left: 60%; }
.big-nav__button--5 { left: 80%; border: 0; }

.big-nav__button--1:hover { 
    background: #FE2A49; 
    border-right: 1px solid #FE2A49; 
}

.big-nav__button--2:hover { 
    background: #3382CE; 
    border-right: 1px solid #3382CE; 
}

.big-nav__button--3:hover { 
    background: #86cfeb; 
    border-right: 1px solid #86cfeb; 
}

.big-nav__button--4:hover { 
    background: #cb459b; 
    border-right: 1px solid #cb459b; 
}

.big-nav__button--5:hover { 
    background: #C60000; 
}

.big-nav__button p {
    font-size: 60px;
    bottom: 0px;
    position: absolute;
    width: 430px;
    height: 170px;
    color: white;
    font-weight: 600;
    padding: 20px;
    line-height: 72px;
    letter-spacing: .5px;
    transform: rotate(-90deg);
    left: -62px;
}

/* COVID Bar */
.covid-bar {
    width: 100%;
    position: relative;
    height: 52px;
    top: 100%;
    left: 0;
    margin-top: -52px;
    background: #575757;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: background .2s ease-in-out;
}

.covid-bar:hover {
    background: #494949;
}

.covid-bar a {
    display: block;
    color: white;
    font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 52px;
}

/* Resource Styles */
.content .resource ul {
    margin: 0 0 10px 40px;
}

.content .resource ul li {
    margin: 12px 46px 0 0;
    word-break: break-all;
}

.row--blue .content {
    max-width: 1080px;
}

.row--blue .content ul {
    width: 95%;
}

.row--blue .resource {
    background: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.row--blue .resource a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.row--blue .content .lead {
    color: white;
}

.resource {
    background: #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Blog Content */
.content__blog {
    max-width: 1200px;
}

.post-box {
    /*width: 29%;*/
    margin: 40px 2%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    height: 360px;
    position: relative;
}

.post-box__image {
    background-size: cover;
    background-position: 50%;
    height: 120px;
    width: 100%;
}

.post-box__content {
    padding: 12px 20px 20px;
}

.post-box__content span {
    color: #888888;
    font-size: 12px;
    font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.post-box__content h4 {
    font-size: 21px;
    line-height: 27px;
}

.post-box__content a {
    display: block;
    width: 130px;
    height: 32px;
    background: #3382CE;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -65px;
}

.mobile-buttons-header {
    display: none;
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */

/* Large screens */
@media screen and (max-width: 1200px) {
    .big-nav__button p {
        padding: 0;
        font-size: 57px;
        bottom: -20px;
        width: 210%;
        line-height: 72px;
        right: -100px;
    }
    
    .button--header {
        display: none;
    }
}

/* Medium screens */
@media screen and (max-width: 870px) {
    .content {
        overflow: hidden;
    }
    
    .mobile-buttons-header {
        display: block;
    }
    
    .mobile-buttons-header .button--outline {
        border-radius: 24px;
        border: 2px solid #373737;
    }
}

/* Mobile screens */
@media screen and (max-width: 640px) {
    .logo {
        top: 32px;
        width: 190px;
    }
    
    .big-nav__button {
        height: calc(20% - 16px);
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.7);
        border-right: 0;
        position: absolute;
        transition: background .15s ease-in-out;
        bottom: 0;
        left: 0;
    }
    
    .big-nav__button p {
        transform: none;
        width: 75%;
        padding: 0;
        position: initial;
        font-size: 47px;
        line-height: 53px;
        margin-top: 15px;
        margin-left: 20px;
    }
    
    .big-nav__button--1 { top: 80px; }
    .big-nav__button--2 { top: calc(20% + 64px); }
    .big-nav__button--3 { top: calc(40% + 48px); }
    .big-nav__button--4 { top: calc(60% + 32px); }
    .big-nav__button--5 { top: calc(80% + 16px); border: 0; }
    
    .post-box {
        width: 100%;
        margin: 40px auto;
        float: none;
    }
}

/* Height-based media queries */
@media screen and (max-height: 696px) { 
    .global-nav__primary__column {
        margin-top: 12px;
    }
    
    .global-nav__primary ul {
        margin: 28px 64px;
    }
}

@media screen and (max-height: 480px) {
    .global-nav__primary ul .global-nav__primary--sub {
        display: none;
    }
}

/* Hide specific elements */
#comments {
    display: none !important;
}

.footer {
    display: none !important;
}