﻿.primary p {
    margin: 0 0 15px 0;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-extralightgrey {
    background: #f2f2f3;
}

.bg-lightgrey {
    background: #e2e2e2;
}

.bg-grey {
    background: #696969;
}

.bg-darkgrey {
    background: #1c1c1c;
}

.bg-black,
.bg-darkgrey,
.text-inverse {
    color: #fff;
}

.bg-black a,
.bg-darkgrey a,
.text-inverse a {
    color: #f2f2f3;
}

.bg-black a:hover,
.bg-darkgrey a:hover,
.text-inverse a:hover {
    color: #e2e2e2;
}

/* New font */

@font-face {
    font-family: "GucciSans Pro";
    src: url(../fonts/GucciSansPro-Light.dec1c4e4.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GucciSans Pro";
    src: url(../fonts/GucciSansPro-Book.3f934bcf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GucciSans Pro";
    src: url(../fonts/GucciSansPro-Medium.40f2ffbe.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GucciSans Pro";
    src: url(../fonts/GucciSansPro-Bold.a6efa8d0.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* New font end */



/* @font-face {
    font-family: "Bebas Neue";
    src: url(../fonts/bebasneue_bold-webfont.woff2) format("woff2"), url(../fonts/bebasneue_bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url(../fonts/bebasneue_regular-webfont.woff2) format("woff2"), url(../fonts/bebasneue_regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-RegularIt.woff2) format("woff2"), url(../fonts/ProximaNova-RegularIt.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-SemiboldIt.woff2) format("woff2"), url(../fonts/ProximaNova-SemiboldIt.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DIN Pro Condensed";
    src: url(../fonts/DINPro-CondensedBlack.woff2) format("woff2"), url(../fonts/DINPro-CondensedBlack.woff) format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
*/
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



.navbar {
    border-radius: 0;
}

.form.entry h2 {
    margin-top: 58px;
}

.form.entry .fancy-border {
    margin-bottom: 23px;
}

.form.entry .gform_wrapper {
    margin-top: 0;
    margin-bottom: 27px;
    font-display: swap;
}

.form .gform_wrapper .gform_heading,
.gform_wrapper form .gform_heading {
    margin: 0 0 16px;
}

.form .gform_wrapper h3.gform_title,
.gform_wrapper form h3.gform_title {
    font-size: 40px;
    margin: 0;
    padding: 0;
}

#input_11_4_container label,
.form .gform_wrapper .top_label .gfield_label,
.gform_wrapper form .top_label .gfield_label {
    display: none;
}

.form .gform_wrapper .show-label .gfield_label,
.gform_wrapper form .show-label .gfield_label {
    display: block;
}

.form .gform_wrapper ul.gform_fields,
.gform_wrapper form ul.gform_fields {
    font-size: 14px;
}

.form .gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper form ul.gform_fields li.gfield {
    margin: 0 0 27px;
}

.form .gform_wrapper ul.gform_fields li.gfield:last-child,
.gform_wrapper form ul.gform_fields li.gfield:last-child {
    margin-bottom: 23px;
}

@media (min-width: 642px) {

    .form .gform_wrapper ul.gform_fields li.half,
    .gform_wrapper form ul.gform_fields li.half {
        width: 50%;
        clear: none;
        float: left;
    }
}

.form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"],
.gform_wrapper form.gf_browser_chrome .gfield_radio li input[type="radio"] {
    margin-top: 1px;
}

.form .gform_wrapper input,
.form .gform_wrapper textarea,
.gform_wrapper form input,
.gform_wrapper form textarea {
    border: 1px solid #000 !important;
    padding: 15px 22px !important;
}

.form .gform_wrapper textarea,
.form .gform_wrapper textarea.large,
.gform_wrapper form textarea,
.gform_wrapper form textarea.large {
    height: 202px;
    width: 100% !important;
    background: #f7f7f7;
}

.form .gform_wrapper .chosen-container,
.gform_wrapper form .chosen-container {
    width: 100% !important;
}

@media (min-width: 642px) {

    .form .gform_wrapper .chosen-container.medium,
    .gform_wrapper form .chosen-container.medium {
        width: 75% !important;
    }
}

.form .gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper form .chosen-container-single .chosen-single {
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
}

.form .gform_wrapper .chosen-container-single .chosen-single div b,
.gform_wrapper form .chosen-container-single .chosen-single div b {
    background-position: 0 12px;
}

.form .gform_wrapper .chosen-container-single .chosen-search,
.gform_wrapper form .chosen-container-single .chosen-search {
    display: none;
}

.form .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b,
.gform_wrapper form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 12px;
}

.form .gform_wrapper .gform_footer,
.gform_wrapper form .gform_footer {
    margin: 0;
    padding: 0;
}

.form .gform_wrapper .gform_footer input.button,
.gform_wrapper form .gform_footer input.button {
    border: 1px solid #000;
    background: 0 0;
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 40px;
}

.form .gform_wrapper .gform_footer input.button:hover,
.gform_wrapper form .gform_footer input.button:hover {
    background: #000;
    color: #fff;
}

.gform_wrapper .gf-register .gfield_description {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    font-size: 1.2em;
    letter-spacing: 0;
    margin: 9px 0 1px 1px;
    padding: 0 !important;
}

.gform_wrapper .gf-register .gfield_contains_required .ginput_container:after {
    display: block;
    content: "* required";
    color: red;
    font-size: 0.8em;
}

.gform_wrapper form .gf_page_steps {
    padding-top: 2rem;
}

.form .gform_page .gform_next_button,
.form .gform_page .gform_previous_button,
.gform_wrapper .gform_page .gform_next_button,
.gform_wrapper .gform_page .gform_previous_button {
    padding: 6px 18px !important;
    font-size: 16px !important;
}

.form .gform_page .gform_next_button,
.form .gform_page button[type="submit"],
.gform_wrapper .gform_page .gform_next_button,
.gform_wrapper .gform_page button[type="submit"] {
    float: right;
}

.form .gform_wrapper .gfield_chainedselect select,
.form .gform_wrapper .ginput_container_address select,
.gform_wrapper form .gfield_chainedselect select,
.gform_wrapper form .ginput_container_address select,
.like-chosen {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    height: 40px;
    line-height: 40px;
}

.form .gform_wrapper .gfield_chainedselect select:focus,
.form .gform_wrapper .gfield_chainedselect select:hover,
.form .gform_wrapper .ginput_container_address select:focus,
.form .gform_wrapper .ginput_container_address select:hover,
.gform_wrapper form .gfield_chainedselect select:focus,
.gform_wrapper form .gfield_chainedselect select:hover,
.gform_wrapper form .ginput_container_address select:focus,
.gform_wrapper form .ginput_container_address select:hover,
.like-chosen:focus,
.like-chosen:hover {
    border: 1px solid #aaa;
}

.chosen-container-multi .search-field {
    display: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
    min-height: 2em;
}

.comment-form {
    margin-bottom: 100px;
}

.comment-form .required,
.comment-form label {
    display: none;
}

.comment-form input.text,
.comment-form textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 15px 22px;
    margin-bottom: 10px;
    font-size: 14px;
}

.comment-form #author {
    margin-right: 4%;
}

.comment-form input.text {
    float: left;
    width: 48%;
}

.comment-form .comment-notes {
    display: none;
}

.comment-form #comment {
    height: 202px;
}

.comment-form .btn {
    margin-top: 15px;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.form .gform_wrapper .gd_pick,
.gform_wrapper form .gd_pick {
    margin-top: 8px;
    background: #fff url(../images/google_drive.png) no-repeat 95% 50%;
    background-size: 18px;
    padding-right: 38px !important;
}

body .gd_pick__button-wrap {
    margin-bottom: 0 !important;
}

body .gd_pick__success input {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
}

.google-drive-upload {
    display: none;
}

body .dropbox-dropin-btn {
    font-family: "GucciSans Pro", sans-serif !important;
    border: 1px solid #000 !important;
    padding: 15px 22px !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    background: 0 0 !important;
}

body .dropbox-dropin-btn span {
    float: right;
    margin-left: 9px !important;
}

.gf-register.submitting .gform_footer {
    position: relative;
}

.gf-register.submitting .gform_footer:after {
    position: absolute;
    content: "";
    background: transparent url(../images/svg-loaders/ball-triangle.svg) no-repeat 0 0;
    background-size: contain;
    height: 35px;
    width: 35px;
    margin: 5px 17px;
}

.gform_ajax_spinner {
    width: 2.75rem;
    opacity: 0.35;
}

.blog-head {
    padding-top: 20px;
    padding-bottom: 50px;
}

.archive-head h1 span {
    font-size: 0.8em;
}

h2.post-title {
    font-family: "GucciSans Pro", sans-serif;
    text-transform: none;
    font-size: 20px;
    line-height: 1.2;
}

h2.post-title a {
    color: #000;
    text-decoration: none;
}

.preview .post-title {
    margin: 25px 0 16px;
    line-height: 1.25;
}

.post-row {
    margin-bottom: 61px;
}

.archive .post-row .post,
.search .post-row .post {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (min-width: 500px) {
    .post-row .col {
        float: left;
        width: 33.33333333%;
    }
}

.post-row .col:nth-child(3n + 1) {
    clear: left;
}

.post-row .post {
    margin-bottom: 20px;
}

@media (min-width: 500px) {
    .post-row .post {
        margin-bottom: 0;
    }
}

.post-row .head {
    margin-bottom: 39px;
}

.post-row .all-link {
    text-align: right;
}

.post-row .all-link a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0 0;
}

.navigation {
    margin-top: 30px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .navigation {
        font-size: 1em;
    }
}

.post-row #crown {
    margin: 100px auto;
}

.load-more {
    text-align: center;
}

.load-more #crown {
    margin: 0 auto;
}

.cat-description {
    margin-top: 300px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .cat-description {
        margin-top: 200px;
    }
}

@media (min-width: 768px) {
    .filters .col-2 {
        text-align: right;
    }
}

h1.post-title {
    font-size: 40px;
    margin: 0 0 10px;
}

.post-date {
    font-size: 14px;
    margin: 0 0 25px;
}

.post-date .fa,
.post-date a {
    color: #000;
}

.post-date .comments-link {
    margin: 0 10px;
}

.post-meta {
    font-size: 14px;
    color: #999;
}

.post-meta a {
    color: #999;
}

.post-nav {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 49px;
    padding-bottom: 8px;
}

.post-nav a {
    color: #606060;
}

.feat-img {
    margin: 0 0 22px;
}

.feat-img img {
    margin: 0;
}

.related {
    padding-top: 48px;
}

.related h2 {
    margin: 0 0 14px;
}

.related a {
    color: #000;
    text-decoration: none;
}

.related h3 {
    font: bold 14px "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 0 7px;
    line-height: 1.75;
}

.related .featured {
    margin-bottom: 8px;
}

.related .featured h3 {
    font-size: 18px;
    margin: 16px 0 10px;
    line-height: 1.4;
}

.related .post-date {
    color: #999;
}

.related p {
    font-size: 14px;
}

.comments-area {
    padding-top: 19px;
}

.comments-area h2,
.comments-area h3 {
    font-family: "GucciSans Pro", sans-serif;
    font-size: 24px;
    margin: 0 0 14px;
}

.comment-list {
    margin: 0 0 35px;
    padding: 0;
}

.comment-list li {
    list-style-type: none;
}

.comment-list .comment-body {
    border: 1px solid;
    padding: 24px 24px 13px;
    margin-bottom: 30px;
}

.comment-list .comment-author {
    float: left;
    width: 13%;
}

.comment-list .comment-content {
    float: left;
    width: 87%;
    font-size: 14px;
    color: #666;
    margin-top: -2px;
}

.comment-list .fn {
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    color: #000;
}

.comment-list .comment-meta {
    font-size: 12px;
    color: #999;
    margin: 0 0 9px;
    display: block;
}

.comment-list .comment-reply-link {
    font-size: 12px;
    color: #606060;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
}

.comment-list p {
    line-height: 2;
    margin: 0;
}

.comment-list .children {
    padding: 0 0 0 20px;
    margin: 0;
}

.comment-list .children .comment-body {
    position: relative;
}

.comment-list .children .comment-body:before {
    content: "";
    display: block;
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
}

.comment-list .children .comment-body:after {
    content: "";
    display: block;
    position: absolute;
    left: -21px;
    top: 24px;
    border-top: 1px solid;
    width: 15px;
}

.data-block {
    padding-bottom: 164px;
    padding-top: 100px;
}

.data-block .count {
    font: bold 364px/1.05 "GucciSans Pro", sans-serif;
    letter-spacing: -20px;
    margin-top: -64px;
    border-bottom: 1px solid #000;
}

.data-block .count span {
    height: 315px;
    overflow: hidden;
    display: block;
}

.data-block .data-slider {
    z-index: 12;
    margin: 0 30px;
}

.data-block .data-slider .auth {
    margin-bottom: 10px;
}

.data-block.symbol:after {
    display: none;
    bottom: 170px;
}

@media (min-width: 992px) {
    .data-block.symbol:after {
        display: block;
    }
}

.data-block h2 {
    margin: 0 0 18px;
    border-bottom: 1px solid #000;
}

.data-block p {
    line-height: 1.7;
}

.data-block .slick-next,
.data-block .slick-prev {
    color: #000;
}

.data-block .slick-next {
    right: -28px;
}

.data-block .slick-prev {
    left: -28px;
}

.quote-rotator {
    position: relative;
    border-top: 1px solid;
    margin-top: 5px;
    margin-bottom: 117px;
}

.quote-rotator:before {
    content: "“";
    display: inline-block;
    font: bold 293px "GucciSans Pro", sans-serif;
    position: absolute;
    left: -160px;
    top: 126px;
}

.quote-rotator:after {
    content: "";
    display: block;
    background: url(../images/quotes.png) no-repeat;
    width: 236px;
    height: 194px;
    position: absolute;
    bottom: -185px;
    right: -20px;
}

.quote-rotator blockquote {
    margin: 39px 0 0;
    padding: 0;
    border: none;
    font-size: 20px;
}

.quote-rotator blockquote strong {
    font-weight: 400;
    font-size: 30px;
}

.quote-rotator blockquote p {
    line-height: 1.8;
    margin: 0 0 20px;
}

.quote-rotator blockquote p:first-child {
    line-height: 1.2;
    margin: 0 0 31px;
}

.quote-rotator blockquote .author {
    font-weight: 600;
}

.quote-rotator .slick-dots {
    text-align: left;
    bottom: -47px;
}

.rotator-dots {
    margin-bottom: 60px;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    background: 0 0;
    border: none;
    padding: 0;
    margin: -12px 0 0 0;
    line-height: 1;
    z-index: 100;
    color: #fff;
}

@media (min-width: 1270px) {

    .slick-next,
    .slick-prev {
        color: #000;
    }
}

.slick-next .fa,
.slick-prev .fa {
    font-size: 24px;
}

.slick-next {
    right: 28px;
}

@media (min-width: 1270px) {
    .slick-next {
        right: -28px;
    }
}

.slick-prev {
    left: 28px;
}

@media (min-width: 1270px) {
    .slick-prev {
        left: -28px;
    }
}

.dot-slider {
    margin-bottom: 45px;
}

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

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li button {
    border: none;
    background: 0 0;
    text-indent: -9999px;
    font-size: 1%;
    display: block;
}

.slider {
    margin-bottom: 50px;
}

.banner-slider {
    margin-bottom: 100px;
}

.post-slider {
    margin-bottom: 102px;
}

.post-slider .preview .post-title {
    margin: 35px 0 24px;
    font-size: 30px;
}

.post-slider .slick-dots {
    bottom: -45px;
}

.post-slider .item:nth-child(odd) article {
    padding-right: 20px;
}

.post-slider .item:nth-child(even) article {
    padding-left: 20px;
}

.post-slider .slick-next,
.post-slider .slick-prev {
    top: 36.7%;
    color: #000;
}

.grid-slider .slick-next,
.grid-slider .slick-prev {
    top: 15%;
    color: #000;
}

.rotator-strip {
    background: #f2f2f3;
    padding-top: 61px;
    padding-bottom: 61px;
}

.rotator-strip blockquote {
    font-size: 24px;
    font-style: italic;
}

.rotator-strip blockquote p {
    line-height: 1.6;
}

.rotator-strip blockquote .author {
    font-size: 20px;
    font-style: normal;
    margin-top: 35px;
    line-height: 1.2;
}

.employee-stat-slider .stat-slider {
    background-color: #fff;
}

.stat-item .stat {
    font: bold 223px/1 "GucciSans Pro", sans-serif;
    display: block;
    margin: 0 0 -53px;
}

.stat-item .sym {
    font-size: 128px;
}

.stat-item .content {
    position: relative;
    z-index: 10;
    display: block;
    background: #fff;
    margin: 0 0 0 60px;
    padding: 20px;
    font-size: 24px;
}

body {
    color: #000;
    background: #fff;
    font-family: "GucciSans Pro", sans-serif;
    font-size: 20px;
}

.wrapper {
    overflow: hidden;
}

.container-fluid {
    max-width: 1219px;
    margin: 0 auto;
}

.container-fluid.skinny {
    max-width: 680px;
}

.container-full {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .site-header .container-full {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.container-medium {
    max-width: 980px;
}

h1 {
    font-size: 46px;
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

h2 {
    font-size: 40px;
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.head-border h2,
h2.border {
    position: relative;
    margin: 17px 0;
}

.head-border h2:after,
h2.border:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    position: relative;
    top: -12px;
}

.head-border h2 {
    overflow: hidden;
    line-height: 0.6 !important;
    padding: 10px 0 0;
}

.head-border h2:after {
    top: 0;
}

h2.border {
    margin: 0 0 30px;
}

h2.border:after {
    top: -9px;
}

.navbar-toggle {
    float: none;
    margin: 40px auto 0;
    display: block;
    width: 50px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle #target {
    display: block;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#crown,
#handle {
    width: 50px;
    height: 50px;
}

.nav-main {
    clear: right;
}

@media (min-width: 768px) {
    .nav-main {
        margin-right: -25px !important;
    }
}

.navbar>.container-fluid .navbar-brand {
    margin: 49px 0 20px 15px;
    width: 252px;
    height: 58px;
    display: block;
    padding: 0;
}

@media (min-width: 1200px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar>.container-fluid .navbar-brand img {
    width: 252px;
    height: 58px;
}

.navbar-default {
    min-height: 0;
    border: none;
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    background: 0 0;
    margin-bottom: 13px;
    text-align: left;
}

.home .navbar-default {
    background: rgba(0, 0, 0, 0.3);
}

.home .navbar-default .navbar-toggle {
    color: #fff;
}

.home .navbar-default svg path {
    stroke: #fff;
}

.navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
}

.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0;
}

.navbar-default .navbar-collapse {
    border: none;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 13px;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse {
        background: 0 0;
        margin-top: 0;
        text-align: left;
    }
}

.navbar-default .fa-angle-down {
    font-size: 16px;
}

.navbar-default .navbar-nav a {
    text-decoration: none;
}

.navbar-default .navbar-nav a:hover {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    color: #121c1f;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #696969;
}

.home .navbar-default .navbar-nav>li>a:focus,
.home .navbar-default .navbar-nav>li>a:hover {
    color: #e2e2e2;
}

@media (min-width: 768px) {

    .home .navbar-default .navbar-nav>li>a:focus,
    .home .navbar-default .navbar-nav>li>a:hover {
        color: #b2b2b2;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    background: 0 0;
    color: #696969;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px;
    color: #121c1f;
}

.home .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

@media (min-width: 768px) {
    .home .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #121c1f;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #696969;
}

.home .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #e2e2e2;
}

@media (min-width: 768px) {
    .home .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #696969;
    }
}

.navbar-default .dropdown-menu {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    left: 0;
    font-size: 18px;
    min-width: 100%;
}

@media (min-width: 768px) {
    .navbar-default .dropdown-menu {
        min-width: 180px;
        font-size: 16px;
        padding-top: 10px;
        text-align: left;
    }
}

.navbar-default .dropdown-menu a:hover,
.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:focus,
.navbar-default .dropdown-menu>.active>a:hover,
.navbar-default .dropdown-menu>li>a:focus {
    background: 0 0;
    color: #696969;
}

.navbar-default .dropdown-menu>li>a {
    white-space: normal;
}

.home .navbar-default .navbar-collapse {
    background: 0 0;
}

.home .navbar-nav>li>a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-default .quick-links {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {
    .navbar-default .quick-links {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .quick-links>li {
        margin: 0 0 0 12px;
    }
}

@media (min-width: 768px) {
    .navbar-default .quick-links>li>a {
        border: 1px solid;
        padding: 6px 22px;
        position: relative;
        background: 0 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        font-size: 18px;
    }

    .navbar-default .quick-links>li>a:after {
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .navbar-default .quick-links>li>a:hover:after {
        width: 100%;
    }
}

.navbar-default .quick-links>li>a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-default .quick-links>li>a:hover {
        background: 0 0;
        color: #fff;
        border: 1px solid #000;
    }
}

.site-footer {
    background: #1c1c1c;
    color: #fff;
    padding-top: 25px;
    text-align: center;
}

@media (min-width: 992px) {
    .site-footer {
        padding-top: 65px;
    }
}

.site-footer .col-1 {
    padding-top: 10px;
}

@media (min-width: 992px) {
    .site-footer .col-2 {
        text-align: right;
    }
}

.site-footer .copy {
    margin: 0;
    padding: 18px 0 15px;
    font-size: 12px;
    clear: right;
}

.site-footer .brand img {
    width: 247px;
    height: 34px;
}

.site-footer .widget {
    text-align: left;
}

.site-footer .widget a {
    color: #fff;
    text-decoration: none;
}

.site-footer .widget a:hover {
    color: #696969;
}

.site-footer .widgettitle {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.site-footer__widgets {
    margin: 0 0 100px;
}

.site-footer__widget {
    margin-right: 0;
    width: 100%;
    float: none;
}

.site-footer__widget div {
    font-size: 0.95em;
}

@media only screen and (min-width: 768px) {
    .site-footer__widget {
        margin-right: 6.25%;
        width: 16%;
        float: left;
    }
}

.site-footer__widget:last-child {
    margin-right: 0;
}

.site-footer__widget1 {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .site-footer__widget1 {
        width: 33%;
    }
}

.footer-nav {
    border-bottom: 1px solid #fff;
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin: 20px 0 0;
    padding: 0 0 16px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .footer-nav {
        float: right;
        margin: 0;
    }
}

.footer-nav li {
    display: block;
}

@media (min-width: 992px) {
    .footer-nav li {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .footer-nav li:first-child a {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .footer-nav li:last-child {
        position: relative;
        z-index: 100;
    }

    .footer-nav li:last-child a {
        border: 1px solid;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
    }

    .footer-nav li:last-child a:after {
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .footer-nav li:last-child a:hover:after {
        width: 100%;
    }

    .footer-nav li:last-child a:hover {
        opacity: 1;
        background: 0 0;
        color: #000;
        text-decoration: none;
    }
}

.footer-nav a {
    color: #fff;
    display: block;
    padding: 2px 15px;
}

.footer-nav a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.banner .navbar-default {
    position: relative;
    z-index: 11;
}

.banner .content {
    position: relative;
    z-index: 10;
    padding: 70px 15px 135px;
}

@media (min-width: 992px) {
    .banner .content {
        padding: 240px 0 315px;
    }
}

.banner h2 {
    position: relative;
    z-index: 100;
    font-size: 53px;
    margin: 0 0 34px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .banner h2 {
        font-size: 48px;
    }
}

.banner.home-banner h2 {
    color: #fff;
}

.banner.home-banner #crown-lg {
    position: absolute;
    right: -100px;
    z-index: 9;
    width: 264px;
    height: 289px;
    bottom: -100px;
    left: auto;
    top: auto;
}

@media (min-width: 992px) {
    .banner.home-banner #crown-lg {
        width: 529px;
        height: 578px;
        bottom: -150px;
        right: -150px;
    }
}

.banner.home-banner .bg {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
}

.banner .btn {
    margin: 0 2% 10px;
    padding: 8px 10px;
    font-family: "GucciSans Pro", sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    width: auto;
}

@media (min-width: 768px) {
    .banner .btn {
        font-size: 28px;
        width: 250px;
        margin: 0 23px 10px;
    }
}

.banner .btn:hover {
    background: #000;
    color: #fff;
}

.banner .bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/bridge.jpg) no-repeat;
    background-size: cover;
}

.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-banner {
    padding-top: 395px;
}

.page-banner img {
    display: none;
}

.page-banner h2 {
    color: #fff;
    font-size: 60px;
}

.banner-caption {
    padding-top: 117px;
    padding-bottom: 192px;
}

.banner-caption.double {
    padding-top: 160px;
    padding-bottom: 160px;
}

.banner-caption.empty {
    padding-top: 435px;
    padding-bottom: 0;
}

.banner-caption h1,
.banner-caption h2 {
    color: #fff;
    font-size: 60px;
    line-height: 0.95;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.banner-caption.alt {
    padding-top: 149px;
    padding-bottom: 155px;
}

.banner-caption.alt h2 {
    line-height: 1;
}

.banner-caption.bold {
    padding-top: 91px;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    .banner-caption.bold {
        padding-top: 191px;
        padding-bottom: 175px;
    }
}

.intro-wrap {
    position: relative;
}

.intro {
    padding-top: 96px;
    padding-bottom: 96px;
}

.intro img {
    margin: 7px 0 0;
}

.intro p {
    line-height: 1.7;
    margin: 0 0 20px;
}

.intro p em {
    font-style: normal;
    border-bottom: 1px solid silver;
}

.intro strong {
    font-size: 30px;
    display: inline-block;
}

.intro .action {
    margin: 57px 0 0;
    font: normal 45px "GucciSans Pro", sans-serif;
}

.intro .action strong {
    font-size: 1em;
    font-weight: 700;
    margin-right: 20px;
}

.intro h3 {
    font: normal 28px "GucciSans Pro", sans-serif;
    text-transform: none;
}

.intro.stack {
    padding-top: 84px;
    padding-bottom: 65px;
}

.intro.stack strong {
    line-height: 1.1;
}

.intro.stack p {
    margin: 0 0 30px;
    line-height: 1.5;
}

.intro.stack .btn {
    margin: 0 30px 10px 0;
}

.intro.stack h2,
h2.animated-heading {
    margin: 80px 0;
}

@media (max-width: 767px) {
    .intro.stack h2 {
        background: #000;
        color: #fff;
        padding: 5px;
        text-align: center;
    }
}

.intro.simple {
    padding-top: 96px;
    padding-bottom: 96px;
}

.intro.simple strong {
    line-height: 1.35;
}

.intro.simple p {
    margin: 0 0 23px;
}

.intro.culture {
    padding-top: 42px;
}

.intro.culture p {
    margin: 0 0 36px;
    line-height: 1.8;
}

.intro.culture p:first-child {
    margin: 0 0 25px;
}

.intro.culture .spacer h2 {
    margin: 114px 0 8px;
}

.intro.culture img {
    margin: 20px 0;
}

@media (min-width: 768px) {

    .intro.culture img,
    .premier-promise img.aligncenter {
        margin: 100px auto 40px;
    }
}

.intro.culture .fancy-border {
    margin-bottom: 30px;
}

.intro.culture .btn {
    margin: 0 30px 10px 0;
}

.intro.graphic {
    padding-top: 50px;
    padding-bottom: 14px;
}

.intro.graphic .content {
    padding-top: 87px;
}

.intro.graphic p {
    line-height: 2;
}

.intro.graphic strong {
    line-height: 1.5;
}

.intro.graphic p:first-child {
    padding-top: 10px;
}

.intro.graphic img {
    display: block;
    margin: 0 auto;
}

.intro.jobs strong {
    font-size: 1em;
    display: inline;
}

.intro.jobs .fancy-border {
    margin: 7px 0 33px;
}

.intro.jobs p {
    line-height: 1.5;
    margin: 0 0 29px;
}

.home .intro strong {
    margin-bottom: 20px;
}

.intro-alt {
    padding-top: 96px;
    padding-bottom: 96px;
}

.intro-alt strong {
    line-height: 1.15;
}

.intro-alt p {
    margin-bottom: 21px;
}

.intro-semi strong {
    font-weight: 600;
}

.intro-columns {
    padding-top: 65px;
    padding-bottom: 28px;
}

.intro-columns .fancy-border {
    margin: 0 0 13px;
}

.intro-columns h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.intro-columns ul {
    list-style-type: none;
    margin: 0 0 45px;
    padding: 0;
}

.intro-columns ul li {
    margin: 6px 0;
}

.intro-columns p {
    line-height: 1.5;
    margin: 0 0 15px;
}

.intro-columns .full {
    margin-top: 31px;
}

.intro-columns .full strong {
    line-height: 1.2;
    margin-bottom: 12px;
}

.intro-columns .full p {
    margin-bottom: 30px;
    line-height: 1.55;
}

.intro-columns .full em {
    font-weight: 600;
    border: none;
}

.intro-columns .action {
    padding-top: 39px;
    margin-bottom: 96px;
}

.intro-columns .action .btn {
    margin: 4px 0 0;
}

.intro-columns .apply {
    margin-top: 10px;
}

.intro-columns .content {
    margin-bottom: 68px;
}

.intro-split {
    padding-top: 91px;
    padding-bottom: 91px;
}

.intro-split h2 {
    margin: 0 0 26px;
}

.intro-split h3 {
    font-size: 26px;
    margin: 0 0 16px;
}

.intro-split p {
    line-height: 1.8;
    margin: 0 0 32px;
}

@media (min-width: 992px) {
    .intro-split .col-1 {
        padding-right: 20px;
    }
}

.intro-split .col-2 {
    margin-top: 70px;
}

@media (min-width: 768px) {
    .intro-split .col-2 {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .intro-split .col-2 {
        padding-left: 20px;
    }
}

.intro-split .intro-section {
    margin-bottom: 32px;
}

.stylized {
    position: relative;
    font: bold 140px/0.75 "GucciSans Pro", sans-serif;
    display: inline-block;
    left: -6px;
}

.stylized:after {
    content: "";
    display: block;
    border-bottom: 10px solid;
    margin: 14px 8px 20px;
}

.blog-landing .intro {
    padding-top: 85px;
    padding-bottom: 30px;
}

.blog-landing .intro h2 {
    margin-bottom: 13px;
}

.blog-landing .intro p {
    line-height: 1.5;
}

.stat-list {
    font-size: 30px;
    margin-top: 62px;
    margin-bottom: 14px;
}

.stat-list .stat {
    font: bold 200px "GucciSans Pro", sans-serif;
}

.stat-list ul {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
}

.stat-list ul li {
    margin: 3px 0;
}

.testimonials .count {
    font: bold 223px/0.8 "GucciSans Pro", sans-serif;
    letter-spacing: -20px;
}

@media (min-width: 768px) {
    .testimonials .count {
        line-height: 1.5;
    }
}

.testimonials blockquote {
    padding: 0;
    margin: 57px 0 0;
}

.testimonials p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 20px;
}

.testimonials .org {
    font-family: "GucciSans Pro", sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin: 30px 0 9px;
}

.testimonials .auth {
    font-size: 20px;
    line-height: 1.25;
    font-style: italic;
}

.testimonials .auth strong {
    font-weight: 600;
    display: block;
}

.full-graphic img {
    width: 100%;
}

.full-graphic.parallax {
    padding-top: 560px;
}

.home-awards,
.home-numbers {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

.home-numbers.parallax::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.8);
}

.home-awards h2,
.home-numbers h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 70px;
}

.full-graphic.parallax img {
    display: none;
}

.home-numbers.parallax img {
    display: inline-block;
    width: auto;
    height: auto;
}

.numbers-icon {
    line-height: 100px;
    margin-bottom: 20px;
}

.numbers-icon img {
    display: inline-block;
    vertical-align: middle;
}

.numbers-number {
    margin-bottom: 10px;
}

.home-awards {
    color: #000;
}

.home-awards h2 {
    color: #000;
}

.awards-logo {
    line-height: 190px;
}

.awards-logo img {
    display: inline-block;
    vertical-align: middle;
}

.premier-promise-quote {
    padding-top: 30px;
}

.banner-thumb {
    padding-top: 460px;
}

.banner-thumb img {
    display: none;
}

.shape-block {
    position: relative;
}

.shape {
    background: url(../images/symbol-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 101px;
    height: 138px;
    bottom: -51px;
}

@media (min-width: 992px) {
    .shape {
        width: 203px;
        height: 277px;
        bottom: -131px;
    }
}

.shape-2 {
    width: 257px;
    height: 418px;
    background: url(../images/symbol-3.png) no-repeat;
    position: absolute;
    right: 0;
    top: -111px;
    z-index: 10;
}

.shape-3 {
    background: url(../images/symbol-5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 138px;
    height: 171px;
    top: -111px;
}

@media (min-width: 768px) {
    .shape-3 {
        width: 277px;
        height: 342px;
        top: -111px;
    }
}

.shape-3.alt {
    top: -240px;
}

.shape-4 {
    background: url(../images/symbol-6.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 50px;
    width: 118px;
    height: 141px;
}

@media (min-width: 768px) {
    .shape-4 {
        width: 236px;
        height: 283px;
    }
}

.shape-4.alt {
    bottom: -85px;
}

.shape-4.bold {
    bottom: 30px;
}

.shape-5 {
    background: url(../images/symbol-8.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    top: auto;
    bottom: -101px;
    width: 144px;
    height: 149px;
}

@media (min-width: 992px) {
    .shape-5 {
        width: 289px;
        height: 299px;
        bottom: -131px;
    }
}

.shape-6 {
    background: url(../images/symbol-7.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: auto;
    bottom: -70px;
    width: 134px;
    height: 138px;
    display: none;
}

@media (min-width: 768px) {
    .shape-6 {
        display: block;
        width: 268px;
        height: 277px;
        bottom: -110px;
    }
}

.shape-7 {
    width: 319px;
    height: 809px;
    background: url(../images/symbol-9.png) no-repeat;
    top: auto;
    bottom: 100px;
    z-index: 50;
    display: none;
}

@media (min-width: 768px) {
    .shape-7 {
        display: block;
    }
}

.shape-8 {
    background: url(../images/symbol-7.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    top: auto;
    bottom: -28px;
    width: 134px;
    height: 138px;
    display: none;
}

@media (min-width: 768px) {
    .shape-8 {
        display: block;
    }
}

@media (min-width: 992px) {
    .shape-8 {
        width: 268px;
        height: 277px;
    }
}

.graphic-grid {
    padding-top: 18px;
}

.graphic-grid img {
    margin: 0;
}

.graphic-grid .col {
    float: left;
    width: 50%;
}

.graphic-grid .col-1 {
    width: 47%;
    padding-right: 10px;
}

.graphic-grid .col-2 {
    width: 53%;
}

.graphic-grid .col-2 img {
    padding: 0 15px 15px 0;
}

.bio-grid {
    margin-top: 40px;
    margin-bottom: 96px;
}

.bio-grid .fancy-border,
.bio-grid h1 {
    margin: 0 0 55px;
}

.bio-grid .row .fancy-border {
    margin: 0 0 55px;
}

.bio-card {
    margin-bottom: 27px;
}

@media (min-width: 450px) {
    .bio-card {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .bio-card {
        width: 33.33333333%;
    }
}

.bio-card h3 {
    font-size: 30px;
    margin: 10px 0 5px;
}

.bio-card h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.bio-card .thumb {
    position: relative;
}

.bio-card .thumb img {
    width: 100%;
}

.bio-card .thumb:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 3px 3px 49px 0 rgba(0, 0, 0, 0.35);
    box-shadow: inset 3px 3px 49px 0 rgba(0, 0, 0, 0.35);
}

.bio-card .thumb:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    background-image: url(../images/signs/aires.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    transition: all 0.2s;
}

.bio-card .thumb:hover:after {
    opacity: 1;
}

.bio-card .thumb.capricorn:after {
    background-image: url(../images/signs/capricorn.svg);
}

.bio-card .thumb.aquarius:after {
    background-image: url(../images/signs/aquarius.svg);
}

.bio-card .thumb.cancer:after {
    background-size: 35% auto;
    background-image: url(../images/signs/cancer.svg);
}

.bio-card .thumb.gemini:after {
    background-image: url(../images/signs/gemini.svg);
}

.bio-card .thumb.leo:after {
    background-image: url(../images/signs/leo.svg);
}

.bio-card .thumb.libra:after {
    background-image: url(../images/signs/libra.svg);
}

.bio-card .thumb.pisces:after {
    background-image: url(../images/signs/pisces.svg);
}

.bio-card .thumb.sagittarius:after {
    background-image: url(../images/signs/sagittarius.svg);
}

.bio-card .thumb.scorpio:after {
    background-image: url(../images/signs/scorpio.svg);
}

.bio-card .thumb.taurus:after {
    background-image: url(../images/signs/taurus.svg);
}

.bio-card .thumb.virgo:after {
    background-image: url(../images/signs/virgo.svg);
}

.social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-links.large {
    margin: 40px 0;
}

.social-links.large li {
    font-size: 30px;
}

.social-links li {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.jumplink {
    margin-bottom: 40px;
}

.jumplink .fa {
    font-size: 15px;
}

.awards {
    background: #f8f8f8;
    padding-top: 64px;
    padding-bottom: 65px;
}

.awards h2 {
    margin: 0 0 20px;
}

.awards ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.awards ul li {
    border-bottom: 1px solid;
    padding: 23px 0 18px;
}

.awards ul li:last-child {
    border: none;
}

.section.award-list {
    margin-bottom: 162px;
}

.section.award-list:last-child {
    margin-bottom: 125px;
}

.section.award-list h3 {
    font: bold 145px/0.75 "GucciSans Pro", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: none;
}

.section.award-list header {
    overflow: visible;
    border: none;
    margin: 0 0 38px;
    padding: 0;
}

.section.award-list header:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
}

@media (min-width: 768px) {
    .section.award-list header:after {
        width: 130%;
    }
}

.section.award-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.section.award-list ul li {
    margin: 14px 0;
}

.section.award-list img {
    margin-top: 5px;
}

.joblist {
    margin-top: 24px;
    padding-bottom: 60px;
}

.joblist .fancy-border {
    margin: 0 0 23px;
}

.table>thead>tr>th {
    font-size: 14px;
    font-weight: 600;
    border-bottom: none;
    padding: 4px 20px;
}

.table>thead>tr>th:first-child {
    padding-left: 0;
}

.table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #000;
    padding: 19px;
    line-height: 43px;
}

.table>tbody>tr>td:first-child {
    padding-left: 0;
}

.table>tbody>tr>td.role {
    font-size: 30px;
    font-weight: 600;
}

.table>tbody>tr:last-child>td {
    border: none;
}

.logo-grid {
    margin-top: 64px;
}

.logo-grid .row {
    margin-left: -5px;
    margin-right: -5px;
}

.logo-grid .col {
    padding: 0 5px;
}

.logo-grid .logo {
    position: relative;
    background: #f7f8f8;
    margin-bottom: 10px;
    padding: 10%;
}

@media (min-width: 768px) {
    .logo-grid .logo {
        padding: 35px 60px;
    }
}

.logo-grid .logo img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo-grid .logo .title {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.logo-grid .logo:hover .title {
    opacity: 1;
}

.logo-grid .logo h3 {
    font: 400 18px/1.3 "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cards {
    padding-bottom: 153px;
}

.cards:after {
    bottom: 100px;
}

.card {
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .card {
        margin-bottom: 0;
    }
}

.card h2 {
    color: #fff;
    margin: 0;
    padding: 128px 10px 102px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.card img {
    width: 100%;
}

.float-item {
    width: 320px;
    position: absolute;
    top: -95px;
    right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .float-item {
        top: -195px;
    }
}

.float-item .count {
    font: bold 323px/0.95 "GucciSans Pro", sans-serif;
    letter-spacing: -20px;
    margin: -9px 0 0 -11px;
}

.float-item .count span {
    height: 260px;
    overflow: hidden;
    display: block;
}

.float-item .content {
    border-top: 1px solid;
    padding-top: 27px;
}

.float-item h2 {
    margin: 0;
    font-size: 36px;
    float: left;
    width: 22%;
}

.float-item p {
    font-size: 15px;
    float: left;
    width: 57%;
    margin: 3px 0 0;
    line-height: 1.35;
}

.sections header {
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 88px;
}

.sections.services {
    padding-top: 25px;
    padding-bottom: 55px;
}

.sections.services header {
    margin-bottom: 104px;
}

.sections.people {
    padding-top: 147px;
}

.sections.people .section {
    margin-bottom: 205px;
}

.sections.people .section:last-child {
    margin-bottom: 100px;
}

.sections.people .section .count {
    padding-top: 5px;
}

.sections.people .section .count h3 {
    position: relative;
    top: -20px;
}

.section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 190px;
    }
}

.section:last-child {
    margin-bottom: 149px;
}

.section img {
    opacity: 1;
}

.section img:hover {
    opacity: 0.5;
}

.section h3 {
    border-bottom: 1px solid;
    padding: 5px 0 15px;
    margin: 0 0 35px;
}

.section h3 img {
    opacity: 1;
}

.section .fancy-border {
    margin-bottom: 35px;
}

.section p {
    line-height: 1.7;
    margin: 0 0 28px;
}

.section .count {
    overflow: hidden;
    line-height: 0.05;
    margin: 0 0 35px;
}

.section .count span {
    font: bold 90px/0.7 "GucciSans Pro", sans-serif;
    letter-spacing: -3px;
    overflow: hidden;
    display: inline-block;
    padding-right: 40px;
}

@media (min-width: 992px) {
    .section .count span {
        font-size: 94px;
    }
}

.section .count h3 {
    display: inline;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0.5;
    position: relative;
    top: -10px;
    font-size: 16px;
}

.section .content {
    padding-bottom: 20px;
}

.case-studies {
    padding-top: 21px;
}

.locations {
    margin-top: 91px;
}

.location {
    margin-bottom: 154px;
}

.location .fancy-border {
    margin: 0 0 20px;
}

.location p {
    line-height: 1.65;
    margin: 0 0 19px;
}

.location img {
    margin-top: 5px;
    margin-bottom: 15px;
}

.callout {
    padding-top: 117px;
    padding-bottom: 105px;
}

.callout h2 {
    margin: 0 0 21px;
}

.callout p {
    margin: 0 0 12px;
    line-height: 1.7;
}

.callout p strong {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.callout ul {
    margin: 0 0 25px 20px;
    padding: 0;
}

.callout:after {
    bottom: auto;
    top: -50px;
}

@media (min-width: 992px) {
    .callout:after {
        top: -150px;
    }
}

.callout-bg {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .callout-bg {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.crumbs {
    font-size: 14px;
    margin: 25px 0 16px;
}

.crumbs a {
    color: #000;
}

.timeline {
    padding-top: 53px;
    padding-bottom: 96px;
}

.timeline h2 {
    padding: 0 170px;
}

.timeline #arrow-holder,
.timeline .arrow {
    background: #fff url(../images/symbol-sm-2.png) no-repeat;
    width: 42px;
    height: 139px;
    position: absolute;
    top: 79px;
    z-index: 100;
    margin-left: -62px;
    margin-top: -39px;
}

.timeline #arrow-holder.stuck,
.timeline .arrow.stuck {
    position: fixed;
    top: 100vh;
    margin-top: -139px;
}

.timeline #arrow-holder.finished,
.timeline .arrow.finished {
    top: auto;
    bottom: -52px;
    margin-top: 0;
}

.timeline #arrow-holder {
    background: 0 0;
    margin-top: -39px;
}

.timeline .line {
    margin: 0 20px 0 40px;
    padding: 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .timeline .line {
        margin: 0 100px;
    }
}

.timeline .line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 41px;
    bottom: 87px;
    border-left: 1px solid;
}

.timeline .line #line-crown {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    background: url(../images/symbol-sm.png) no-repeat;
    width: 59px;
    height: 41px;
}

.timeline .intro {
    margin-top: 43px;
    padding-top: 2px;
    padding-bottom: 90px;
    padding-left: 20px;
}

.timeline .intro p {
    margin: 0 0 20px;
}

.timeline .item {
    position: relative;
    margin-bottom: 70px;
    padding-left: 20px;
}

.timeline .item .bullet {
    display: block;
    position: absolute;
    left: -41px;
    top: 21px;
    background: #fff;
    border-radius: 50%;
    width: 0;
    height: 0;
    z-index: 10;
    border: 1px solid #000;
}

.timeline .item #finishline,
.timeline .item #finishline-bot {
    display: block;
    background: 0 0;
    left: -61px;
    width: 40px;
    height: 1px;
    border-radius: 0;
    border: none;
    top: 133px;
}

.timeline .item #finishline-bot {
    top: 130px;
}

.timeline .item:last-child {
    margin-bottom: 0;
}

.timeline .item:last-child .bullet {
    display: none;
}

.timeline .item h3 {
    margin: 0 0 15px;
    padding: 0 0 14px;
    border-bottom: 1px solid;
}

.timeline .item p {
    line-height: 1.8;
}

.timeline .item img {
    margin: 17px 30px 0 0;
}

.contact-block {
    margin-top: 30px;
    margin-bottom: 58px;
}

.contact-block .gform_wrapper h3.gform_title {
    margin-bottom: 23px;
}

.contact-block .gform_wrapper h3.gform_title:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    position: relative;
    top: -8px;
}

.contact-block .gform_wrapper span.gform_description {
    margin-bottom: 28px;
}

.contact-block .gform_wrapper .gform_footer {
    float: left;
    width: auto;
}

.contact-block .perspective {
    float: right;
    position: relative;
    top: -4px;
}

.contact-block .social-links {
    clear: both;
    padding-top: 30px;
}

.split-block {
    padding-top: 91px;
}

.split-block .fancy-border {
    margin: 0 0 32px;
}

.split-block p {
    line-height: 1.5;
    margin: 0 0 30px;
}

/* .split-block h3 {
    font: 600 30px "Proxima Nova", sans-serif;
    text-transform: none;
    margin: 0 0 6px;
} */

.split-block h3 {
    font: 600 30px "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 0 6px;
}

.split-block .details {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .split-block .details {
        margin-top: 0;
    }
}

.split-block .details p {
    line-height: 1.7;
}

.split-block ol {
    list-style-type: none;
    margin: 0 0 55px;
    padding: 0;
}

.split-block ol li {
    margin: 12px 0;
}

.split-block h2 {
    margin-bottom: 15px;
}

.split-block img {
    margin-bottom: 20px;
    display: none;
}

@media (min-width: 768px) {
    .split-block img {
        display: inline;
    }
}

.instagram-feed {
    padding-top: 81px;
    padding-bottom: 71px;
}

.benefits section {
    margin-bottom: 100px;
}

.benefits section:last-child {
    margin-bottom: 0;
}

.benefits header {
    margin-bottom: 41px;
}

/* .benefits h3 {
    font: 600 30px "Proxima Nova", sans-serif;
    text-transform: none;
    margin: 0 0 11px;
} */

.benefits h3 {
    font: 600 30px "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 0 11px;
}

.benefits p {
    line-height: 1.7;
    margin: 0 0 16px;
}

.benefits ul {
    margin: 0 0 55px;
    padding: 0;
    text-transform: uppercase;
}

.benefits ul li {
    list-style-type: none;
    margin: 12px 0;
}

.instagram-feed {
    clear: both;
    overflow: hidden;
}

.instagram-feed #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 32% !important;
}

#sb_instagram {
    clear: both;
    overflow: hidden;
}

#sb_instagram #sbi_images {
    float: none !important;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group {
    margin-top: 78px;
    margin-bottom: 113px;
    background: 0 0;
}

.panel-default {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    background: 0 0;
}

.panel-default:last-child {
    border: none;
}

.panel-default>.panel-heading {
    background: 0 0;
    color: #000;
    border: none;
    padding: 20px 15px 30px;
}

.panel-default .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-default .panel-body {
    font-size: 24px;
    padding-top: 0;
}

.panel-default .panel-body a {
    color: #000;
    border-bottom: 1px solid #a7a7a7;
    text-decoration: none;
}

.panel-default .panel-body ul {
    list-style-type: none;
    margin: 0 0 22px;
    padding: 0;
}

.panel-default .panel-body ul li {
    margin: 15px 0;
}

.panel-default .collapse-content {
    padding: 15px 0;
    font-size: 0.75em;
}

.panel-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
}

.panel-title a {
    text-decoration: none;
}

.panel-title .fa {
    font-size: 24px;
    position: absolute;
    right: 0;
}

.panel-title .fa:before {
    content: "\f107";
}

.panel-title .collapsed .fa:before {
    content: "\f106";
}

.cta-block {
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.cta-block::-webkit-input-placeholder {
    color: #000;
}

.cta-block::-moz-placeholder {
    color: #000;
}

.cta-block:-ms-input-placeholder {
    color: #000;
}

.cta-block:-moz-placeholder {
    color: #000;
}

.cta-block .ginput_container_textarea::-webkit-input-placeholder {
    color: #fff;
}

.cta-block .ginput_container_textarea::-moz-placeholder {
    color: #fff;
}

.cta-block .ginput_container_textarea:-ms-input-placeholder {
    color: #fff;
}

.cta-block .ginput_container_textarea:-moz-placeholder {
    color: #fff;
}

.cta-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.cta-block .gform_wrapper input.medium,
.cta-block .gform_wrapper textarea.medium {
    border: none !important;
    padding: 13px 22px !important;
    width: 100% !important;
    color: #000;
}

.cta-block .gform_wrapper textarea.medium {
    height: 155px;
    color: #fff;
    background: rgba(3, 3, 3, 0.25);
}

.cta-block .gform_wrapper .gform_footer {
    text-align: right;
}

.cta-block .gform_wrapper .gform_footer .btn-primary {
    border: 1px solid #fff;
    color: #fff;
    z-index: 100;
}

.cta-block .gform_wrapper ul.gform_fields {
    font-size: 20px;
}

.cta-block .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 28px;
}

.cta-block .gform_wrapper ul.gform_fields li.gfield:last-child {
    margin-bottom: 13px;
}

.cta-block .btn-primary {
    border: 1px solid #fff;
    color: #fff;
    z-index: 100;
}

.cta {
    padding-top: 125px;
    padding-bottom: 125px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta h2 {
    font-family: "GucciSans Pro", sans-serif;
    font-size: 30px;
    text-transform: none;
    margin: 0 0 30px;
}

.cta .btn-primary {
    color: #fff;
    z-index: 100;
}

.cta .btn-primary:hover {
    border-color: #fff;
}

.premium-content .btn {
    position: relative;
    z-index: 100;
}

.premium-content .graphic {
    padding-left: 0;
}

.premium-content .graphic img {
    margin-bottom: 10px;
}

.search-form {
    position: relative;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .search-form {
        margin: 0;
    }
}

.search-form label {
    display: block;
}

.search-field {
    border: 1px solid #000;
    padding: 5px;
    font-weight: 400;
    padding-right: 30px;
    width: 100%;
    display: block;
}

.search-submit {
    background: 0 0;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}

.split-action {
    text-align: center;
    position: relative;
    color: #fff;
}

.split-action.alt {
    margin-bottom: 100px;
}

.split-action.alt h2 {
    position: static;
    top: auto;
    margin-bottom: 15px;
}

.split-action.alt p {
    margin-bottom: 25px;
}

.split-action.alt .content {
    position: relative;
    z-index: 10;
    padding: 200px 15px;
}

.split-action.alt .btn {
    margin: 0;
}

.split-action h2 {
    position: absolute;
    z-index: 10;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0 25px;
    top: 85px;
}

.split-action .btn {
    margin: 200px auto;
    padding: 15px 40px;
    color: #fff;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .split-action .btn {
        margin: 272px auto 230px;
    }
}

.split-action .btn:hover {
    color: #fff;
    border-color: #fff;
}

.split-action .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.split-action .bg:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.table {
    text-align: left;
}

.btn {
    font: bold 24px "GucciSans Pro", sans-serif;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    position: relative;
    background: 0 0;
    border: 1px solid;
    border-radius: 0;
    color: #000;
    padding: 9px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 18px;
    min-width: 210px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
    background: 0 0;
    color: #fff;
}

.btn-primary:after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-primary:active:after,
.btn-primary:focus:after,
.btn-primary:hover:after {
    width: 100%;
}

.btn-default {
    position: relative;
    background: 0 0;
    border: 1px solid;
    border-radius: 0;
    color: #000;
    padding: 9px 15px;
}

.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover {
    background: 0 0;
    color: #000;
    border-color: #000;
}

.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: 0 0;
    color: #000;
    border-color: #000;
}

.toggle-drop {
    margin: 0;
    padding: 10px;
    border-radius: 0;
}

.toggle-drop>li>a {
    font-weight: 700;
    font-size: 16px;
}

.toggle-drop>li>a:focus,
.toggle-drop>li>a:hover {
    background: 0 0;
    color: #696969;
}

.toggle-drop .children {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.toggle-drop .children a {
    padding: 3px 20px;
    line-height: 1.42857143;
    display: block;
}

.toggle-drop .children a:hover {
    background: 0 0;
    color: #696969;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

#loader #crown {
    position: absolute;
    top: 50%;
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.mobile #loader {
    display: none !important;
}

.loader {
    background: url(../images/symbol-sm.png) no-repeat;
    width: 59px;
    height: 41px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #696969;
    text-decoration: underline;
}

.shader {
    background: #f8f8f8;
    padding-top: 100px;
}

.shade {
    background: #f8f8f8;
    position: relative;
}

.shade blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 15px;
    border-left: 10px solid #e9e9e9;
    font-style: italic;
    font-size: 24px;
}

.shade .btn {
    position: relative;
    z-index: 100;
}

.pad-top {
    padding-top: 35px;
}

.pad-top.large {
    padding-top: 100px;
}

.pad-bot {
    padding-bottom: 100px;
}

.parallax {
    background: 0 0;
}

.border:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
}

.fancy-border {
    overflow: hidden;
}

.fancy-border.spacer {
    margin-bottom: 30px;
}

.fancy-border h2 {
    margin: 0 0 -9px;
}

.fancy-border h1,
.page-content .fancy-border h1.page-title {
    margin: 0 0 -13px;
}

blockquote {
    border: none;
}

.top-layer {
    position: relative;
    z-index: 10;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.entry h1.page-title {
    margin-bottom: 24px;
}

.entry p {
    line-height: 1.5;
    margin: 0 0 29px;
}



/* .entry h3 {
    font: 600 30px "Proxima Nova", sans-serif;
    text-transform: none;
    margin: 0 0 13px;
}

.single .entry h2 {
    font: 600 24px "Proxima Nova", sans-serif;
    text-transform: none;
    margin: 0 0 14px;
} */

.entry h3 {
    font: 600 30px "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 0 13px;
}

.single .entry h2 {
    font: 600 24px "GucciSans Pro", sans-serif;
    text-transform: none;
    margin: 0 0 14px;
}

.single .entry h3 {
    font-size: 30px;
}

.single .entry p:last-child {
    margin: 0 0 17px;
}

.entry.content-loose img {
    margin: 34px 0 23px;
}

.entry.content-loose ul {
    margin: 0 0 60px;
    text-transform: uppercase;
}

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

.content-block {
    margin-bottom: 60px;
}

.content-block .fancy-border {
    margin-bottom: 33px;
}

.content-block .btn {
    margin-top: 30px;
    margin-bottom: 80px;
}

.page-content {
    padding-top: 96px;
    padding-bottom: 96px;
}

.page-content h1.page-title {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .page-template-page-service .page-content h1.page-title {
        font-size: 40px;
        margin-bottom: -10px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-sm {
    font-size: 17px;
}

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

.alignnone {
    margin: 0 10px 10px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto;
    clear: both;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.wp-caption {
    margin-bottom: 1.15em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: 14px;
    color: #999;
}

.wp-caption .wp-caption-text {
    margin: 12px 0;
}

.entry ul,
.split-block ul {
    margin: 10px 20px 20px 20px;
    padding: 0;
}

.entry ul li,
.split-block ul li {
    margin: 2px 0;
    list-style-type: disc;
}

.entry ol,
.split-block ol {
    margin: 10px 20px 30px 30px;
    padding: 0;
}

.entry ol li,
.split-block ol li {
    margin: 10px 0;
    list-style-type: decimal-leading-zero;
}

.entry li>ol,
.entry li>ul,
.split-block li>ol,
.split-block li>ul {
    margin-bottom: 0;
    margin-left: 10px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: 700;
}

.panel-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: left;
}

.content-areas .ca {
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 9.5rem 0.625rem;
}

@media (min-width: 768px) {
    .content-areas .ca {
        padding: 10.5rem 2.5rem 13.5rem 2.5rem;
    }
}

.content-areas .content-areas .ca {
    padding-left: 0;
    padding-right: 0;
}

.content-areas .ca__overlay {
    z-index: 2;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.content-areas .ca__content {
    position: relative;
    z-index: 5;
}

.content-areas .ca.parallax {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-height: 35rem;
}

.content-areas .ca__title-border {
    margin-bottom: 3.5rem;
}

.cover__container {
    position: relative;
}

.cover__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rwd-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: filter 0.45s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwd-background--blurred {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    overflow: hidden;
}

.img--scroll .rwd-background {
    background-position: 100% 0;
    animation: animatedBackground 100s linear infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInGrow {
    0% {
        border: 1px solid #000;
        width: 0;
        height: 0;
        left: -41px;
    }

    100% {
        border: 1px solid #000;
        width: 40px;
        height: 40px;
        left: -61px;
    }
}

.fadeInGrow {
    animation-name: fadeInGrow;
    animation-duration: 1s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

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

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

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

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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;
    top: 0;
    left: 0;
    display: block;
}

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

.gray-bg,
.home-numbers,
.testimonials,
.whoweare-queer {
    background-color: #f2f2f3;
    padding-top: 96px;
    padding-bottom: 96px;
}

.section-padding {
    padding-top: 76px;
    padding-bottom: 76px;
}

.queer-content p {
    line-height: 1.7;
}

.about-values header,
.instagram-feed header,
.page-template-page-about .primary header,
.page-template-page-diversity .primary header,
.premier-promise header,
.premierpeople header {
    margin-bottom: 26px;
}

.about-values {
    background: url(../images/Values-BG.jpg) center center no-repeat;
    background-size: cover;
    padding: 96px 0;
}

.about-values h2 {
    margin: 0 0 26px 0;
}

.about-values p {
    margin: 0 0 20px 0;
    line-height: 1.7;
}

.values-heading {
    text-align: right;
}

.values-heading h1 {
    color: #fff;
    margin-top: 66px;
    line-height: 66px;
}

.values-list {
    overflow: hidden;
    height: 198px;
}

.values-list span {
    display: block;
    font-size: 40px;
    color: #fff;
    padding: 12px 0 4px 0;
    line-height: 1;
}

.values-list span:first-child {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.values-list span:nth-child(3) {
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.values-list span:nth-child(4) {
    color: rgba(255, 255, 255, 0.25);
}

.premierpeople-content .row {
    margin-bottom: 60px;
}

.premierpeople-content .row:last-child {
    margin-bottom: 0;
}

.premierpeople-container {
    text-align: center;
}

.premierpeople-container h3 {
    margin: 25px 0 16px 0;
}

.preview .post-title {
    min-height: 50px;
    font-size: 20px;
}

.logo-grid .logo a {
    display: block;
}

.logo-grid .logo a img {
    position: static;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display: inline-block;
    vertical-align: middle;
}

#ajna-banner {
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}

#ajna-banner img,
#ajna-banner p:last-child {
    margin-bottom: 0;
}

#ajna-intro {
    background-color: #f2f2f4;
    text-align: center;
}

#ajna-intro p {
    margin-bottom: 30px;
}

#ajna-intro p.intro-buttons {
    margin-bottom: 0;
}

#hire-form.modal {
    max-width: 800px;
}

#hire-form .gform_wrapper form .chosen-container-single .chosen-single,
#hire-form .gform_wrapper select {
    border: 1px solid #000 !important;
    border-radius: 0;
}

#ajna-form .btn-primary,
#ajna-intro a.btn-primary {
    width: 250px;
    background-color: transparent;
    color: #000;
    padding: 12px 30px;
    border: 1px solid #000;
}

#ajna-form .btn-primary {
    display: block;
    background-color: #fff;
    margin: auto;
    padding: 12px 30px;
}

#ajna-form .btn-primary:hover,
#ajna-intro a.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

#ajna-intro a.btn {
    margin-right: 30px;
}

#ajna-intro a.btn:last-child {
    margin-right: 0;
}

.ajna-content h1 {
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.ajna-content-bg {
    min-height: 600px;
}

#ajna-hiring {
    background-color: #ccdcf3;
}

#ajna-hiring .ajna-content-bg {
    min-height: 510px;
}

.ajna-content p {
    font-size: 26px;
    line-height: 1.6;
}

.ajna-content p:last-child {
    margin-bottom: 0;
}

.ajna-content .content-right {
    text-align: right;
}

#ajna-form {
    background-color: #000;
    text-align: center;
}

#ajna-form .gform_wrapper form .chosen-container-single .chosen-single,
#hire-form .gform_wrapper form .chosen-container-single .chosen-single,
#hire-form .gform_wrapper select {
    height: 52px;
    line-height: 52px;
}

#ajna-form .gform_wrapper li.gfield.gfield_error {
    background-color: #000;
    border-top: 1px solid #790000;
    border-bottom: 1px solid #790000;
}

.hot-job-container {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #000;
}

.hot-jobs .hot-job-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hot-job-location {
    font-size: 24px;
    font-style: italic;
}

@media only screen and (max-width: 1199px) {
    .navbar-right {
        float: left !important;
        margin-left: 60px;
        margin-right: 0;
    }

    .navbar-default .quick-links {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .navbar-default .quick-links>li {
        margin-left: 15px;
    }

    .navbar>.container-fluid .navbar-brand {
        margin-top: 35px;
        margin-bottom: 34px;
    }

    .ajna-content-bg {
        min-height: 700px;
    }

    #ajna-hiring .ajna-content-bg {
        min-height: 590px;
    }

    #ajna-access .ajna-content-bg {
        min-height: 740px;
    }
}

@media only screen and (max-width: 1139px) {
    .navbar-right {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1099px) {
    .navbar>.container-fluid .navbar-brand {
        width: 200px;
    }

    .navbar>.container-fluid .navbar-brand img {
        height: auto;
    }

    .navbar>.container-fluid .navbar-brand {
        margin-top: 40px;
        margin-bottom: 29px;
    }

    .ajna-content-bg {
        min-height: 820px;
    }

    #ajna-hiring .ajna-content-bg {
        min-height: 635px;
    }

    #ajna-access .ajna-content-bg {
        min-height: 845px;
    }
}

@media only screen and (max-width: 1039px) {
    .navbar-header {
        float: none;
    }

    .navbar-right {
        float: none !important;
        margin-left: 0;
    }

    .navbar-default .quick-links {
        margin-top: 0;
    }

    .ajna-header-content {
        padding: 0 15px;
    }

    #ajna-access .ajna-content-bg,
    #ajna-hiring .ajna-content-bg,
    .ajna-content-bg {
        min-height: 500px;
        background-position: center center !important;
    }

    .ajna-content {
        padding: 0 15px;
    }

    .ajna-content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .ajna-content,
    .ajna-content .content-right {
        text-align: center;
    }

    .ajna-content h1 br {
        display: none;
    }
}

@media only screen and (max-width: 799px) {
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .quick-links>li {
        margin-left: 0;
    }

    .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-numbers .col-sm-4 {
        margin-bottom: 40px;
    }

    .home-numbers .col-sm-4:last-child {
        margin-bottom: 0;
    }

    #ajna-access .ajna-content-bg,
    #ajna-hiring .ajna-content-bg,
    .ajna-content-bg {
        min-height: 400px;
    }

    .ajna-content h1 {
        font-size: 44px;
    }

    .ajna-content p {
        font-size: 20px;
    }

    #ajna-cta a.btn {
        display: block;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 639px) {
    #ajna-intro a.btn {
        display: block;
        margin: 0 auto 15px auto;
    }

    #ajna-intro a.btn:last-child {
        margin: 0 auto;
    }

    #ajna-access .ajna-content-bg,
    #ajna-hiring .ajna-content-bg,
    .ajna-content-bg {
        min-height: 300px;
    }

    #ajna-form .btn-primary {
        width: 100%;
    }

    .form .gform_wrapper input,
    .form .gform_wrapper textarea,
    .gform_wrapper form input,
    .gform_wrapper form textarea {
        padding: 10px 22px !important;
    }

    #ajna-form .btn-primary {
        padding: 10px 22px;
    }
}

@media only screen and (max-width: 479px) {
    .ajna-content h1 {
        font-size: 34px;
    }

    #ajna-cta-2 .gform_wrapper .gform_body {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #ajna-cta-2 .gform_wrapper .gform_footer {
        display: block;
        width: 100%;
    }

    #ajna-cta a.btn-primary,
    #ajna-cta-2 .btn-primary,
    #ajna-form .btn-primary {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .sc-disable-mobile {
        display: none !important;
    }

    .banner-video video {
        display: none;
    }

    .banner-video {
        background: url(../images/webp/mobile-home-banner.webp) no-repeat center center;
        background-size: cover;
    }
}

.sc-mobile-logo img {
    width: 50px;
    height: auto
}

.navbar-default .navbar-nav {
  margin-top: 17px;
}

@media all and (max-width: 768px) {
    .banner h2 {
        font-size: 40px;
    }
    .banner .btn {
        font-size: 18px;
        width: 120px;
    }
    .stylized {
        font: bold 110px/0.75 "GucciSans Pro", sans-serif;
    }
    .home-awards h2, .home-numbers h2 {
        font-size: 35px;
    }
    .cta-block h2 {
        font-size: 35px;
    }
    .banner-caption h1, .banner-caption h2 {
        font-size: 35px;
    }
    .intro strong {
        font-size: 26px;
    }
    h2 {
        font-size: 35px;
    }
    h1 {
        font-size: 40px;
    }
    .values-list span {
        font-size: 35px;
    }
    .navbar-default .navbar-nav {
        margin-top: 0px;
   }
}

.menu-footer-menu,
.site-footer .copy{
  text-align: center !important;
}
#menu-footer-menu{
  width: 100% !important;
  text-align: center;
  float: unset;
}
.footer-nav {
  font-size: 16px;
}
.site-footer__widgets {
  margin: 0 0 30px;
}
