﻿@charset "UTF-8";

@font-face {
    font-family: Proxima-Nova-Thin;
    src: url("assets/fonts/proximanova-thin.eot");
    src: url("assets/fonts/proximanova-thind41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-thin.woff") format("woff"), url("assets/fonts/proximanova-thin.ttf") format("truetype"), url("assets/fonts/proximanova-thin.html#Proxima-Nova-Thin") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Proxima-Nova-Light;
    src: url("assets/fonts/proximanova-light.eot");
    src: url("assets/fonts/proximanova-lightd41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-light.woff") format("woff"), url("assets/fonts/proximanova-light.ttf") format("truetype"), url("assets/fonts/proximanova-light.svg#Proxima-Nova-Light") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Proxima-Nova-Regular;
    src: url("assets/fonts/proximanova-regular.eot");
    src: url("assets/fonts/proximanova-regulard41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-regular.woff") format("woff"), url("assets/fonts/proximanova-regular.ttf") format("truetype"), url("assets/fonts/proximanova-regular.svg#Proxima-Nova-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Proxima-Nova-Semibold;
    src: url("assets/fonts/proximanova-semibold.eot");
    src: url("assets/fonts/proximanova-semiboldd41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-semibold.woff") format("woff"), url("assets/fonts/proximanova-semibold.ttf") format("truetype"), url("assets/fonts/proximanova-semibold.svg#Proxima-Nova-Semibold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Proxima-Nova-Bold;
    src: url("assets/fonts/proximanova-bold.eot");
    src: url("assets/fonts/proximanova-boldd41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-bold.woff") format("woff"), url("assets/fonts/proximanova-bold.ttf") format("truetype"), url("assets/fonts/proximanova-bold.svg#Proxima-Nova-Bold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Proxima-Nova-Black;
    src: url("assets/fonts/proximanova-black.eot");
    src: url("assets/fonts/proximanova-blackd41dd41d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proximanova-black.woff") format("woff"), url("assets/fonts/proximanova-black.ttf") format("truetype"), url("assets/fonts/proximanova-black.svg#Proxima-Nova-Black") format("svg");
    font-weight: normal;
    font-style: normal
}

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

* {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: none
}

.blog-articles .posted-on:after {
    content: '';
    display: block;
    clear: both
}

.contact-banner .title-holder .contact-title, .gform_footer .gform_ajax_spinner, .ginput_container_select:after, .slick-arrow, .tabs-section .next, .tabs-section .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tabs-section .navigation .tab-nav li:after, .timeline .timeline-row:after, .timeline .timeline-row li:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.award-list .item img, .banner-caption, .circular-list-view .list-row .icon img, .flex-wrap.dash-column .flex .icon img, .grid-view .icon img, .logo-list .item img, .portfolio .portfolio-cover .hover-icon, .portfolio .portfolio-cover .hover-icon .fa, .quiz-form .gform_page .gform_page_footer .gform_ajax_spinner, .scroll-to-element .heading [class*=col-] a .arrow .fa, .scroll-to-element .heading [class*=col-] a .arrow .fa:before, .section.static-banner .container, .single-content-dash-column .icon img, .single-content-with-framework-listing .icon-wrap .icons img, .slick-arrow:before, .tabs-section .next .fa, .tabs-section .prev .fa, .video-banner .content-overlay, .video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bg-cover:after, .img-cover:after, .overlay, .portfolio .content, .scroll-to-element .heading [class*=col-] a .arrow, .video-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.blog-articles .posted-on .date, .single-blog .post-on, .widget.widget_popular_entries ul li .date {
    color: #bab9be;
    font-size: 13px
}

.circular-list-view .list-row .icon, .flex-wrap.dash-column .flex .icon, .single-content-dash-column .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #edf1f2;
    position: relative;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.pa-0 {
    padding: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ma-0 {
    margin: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.screen-reader-text {
    display: none !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.full-width {
    width: 100% !important;
    padding: 0
}

    .full-width .row {
        margin: 0
    }

.mini-container {
    max-width: 800px;
    margin: auto;
    padding: 0 15px
}

.bg-dark, .bg-grey, .bottom-gutter {
    background-color: #edf1f2
}

    .bg-grey.section, .section.bg-dark, .section.bottom-gutter {
        padding-bottom: 40px
    }

@media (min-width:768px) {
    .bg-grey.section, .section.bg-dark, .section.bottom-gutter {
        padding-bottom: 80px
    }
}

.bg-dark {
    background-color: #2a2a3a;
    color: #FFF
}

    .bg-dark .read-more {
        color: #FFF
    }

.section {
    padding: 40px 0 0;
    clear: both
}

@media (min-width:768px) {
    .section {
        padding: 80px 0 0
    }
}

@media (min-width:768px) {
    .bottom-gutter {
        background-color: transparent
    }
}

.margin-bottom {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .margin-bottom {
        margin-bottom: 80px
    }
}

.overlay {
    position: fixed;
    z-index: 100;
    visibility: hidden
}

.bg-cover, .img-cover, .simply-cover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.bg-cover, .img-cover {
    color: #FFF;
    position: relative;
    z-index: 1
}

    .bg-cover:after, .img-cover:after {
        background: #2a2a3a;
        background: rgba(42, 42, 58, 0.9);
        content: "";
        z-index: -1
    }

.social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #017abc;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
}

    .social-links li a:hover {
        background: #0ea7fb;
    }

.share-link {
    overflow: hidden;
    margin-bottom: 50px
}

    .share-link ul {
        margin: 0;
        padding: 0
    }

    .share-link li {
        list-style: none;
        margin: 0 10px 0 0;
        text-indent: 0;
        width: auto;
        float: left;
        font-size: 16px
    }

        .share-link li.first {
            margin-top: 4px
        }

        .share-link li.social__hidden {
            display: none
        }

        .share-link li .button--social .fa {
            border-radius: 32px;
            height: 32px;
            line-height: 32px;
            padding: 0;
            text-align: center;
            width: 32px;
            color: #FFF;
            font-size: 16px
        }

        .share-link li .button--social.button-twitter > .fa {
            background: #55acee
        }

        .share-link li .button--social.button-facebook > .fa {
            background: #3b5998
        }

        .share-link li .button--social.button-linkedin > .fa {
            background: #007bb6
        }

        .share-link li .button--social.button-pinterest > .fa {
            background: #be000f
        }

.list-check {
    list-style: none
}

    .list-check li {
        position: relative;
        padding-left: 0
    }

        .list-check li:before {
            content: '';
            display: inline-block;
            vertical-align: top;
            position: absolute;
            top: 10px;
            left: -24px;
            background: url("assets/images/list-check.html") no-repeat;
            width: 15px;
            height: 11px
        }

/*! Bootstrap v3.3.7 (http://getbootstrap.com) Copyright 2011-2017 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=46c0f6e4407579f4f350182ccaac196e) Config saved to config.json and https://gist.github.com/46c0f6e4407579f4f350182ccaac196e */
/*! Bootstrap v3.3.7 (http://getbootstrap.com) Copyright 2011-2016 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

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

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret, .dropup > .gform_button > .caret, .gform_button > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

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

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

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.flex-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .flex-wrap .flex {
        padding: 0 10px;
        text-align: center;
        width: calc(100% * (1/4));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        line-height: 1.5;
        font-size: 16px
    }

@media (max-width:991px) {
    .flex-wrap .flex {
        width: calc(100% * (1/3))
    }
}

@media (max-width:767px) {
    .flex-wrap .flex {
        width: calc(100% * (1/4))
    }
}

@media (max-width:639px) {
    .flex-wrap .flex {
        width: calc(100% * (1/3))
    }
}

@media (max-width:379px) {
    .flex-wrap .flex {
        width: calc(100% * (1/2))
    }
}

.flex-wrap .flex img {
    max-height: 40px
}

.flex-wrap .flex h6 {
    font-size: 18px
}

.flex-wrap.dash-column {
    margin-top: 30px;
    width: 100%
}

    .flex-wrap.dash-column .flex {
        position: relative;
        margin-bottom: 30px;
        width: calc(100% * (1/5))
    }

@media (max-width:767px) {
    .flex-wrap.dash-column .flex {
        width: calc(100% * (1/2))
    }
}

.flex-wrap.dash-column .flex:after {
    content: '';
    position: absolute;
    right: -8%;
    top: 50px;
    height: 1px;
    width: 15%;
    background: #edf1f2;
    display: block
}

.flex-wrap.dash-column .flex:last-of-type:after {
    display: none
}

@media (max-width:767px) {
    .flex-wrap.dash-column .flex:nth-child(2n):after {
        display: none
    }
}

@media (max-width:639px) {
    .flex-wrap.dash-column .flex:nth-child(2n+2):after {
        display: none
    }
}

.flex-wrap.dash-column .flex .icon {
    margin: 0 auto 15px;
    display: block
}

.flex-wrap.dash-column .flex .title {
    width: 120px;
    margin: auto
}

@media (min-width:768px) {
    .flex-wrap.dash-column .flex:nth-child(5n):after {
        display: none
    }
}

.bg-dark .dash-column .flex:after, .bg-grey .dash-column .flex:after, .bottom-gutter .dash-column .flex:after {
    background: #7c7c7c
}

.bg-dark .dash-column .flex .icon, .bg-grey .dash-column .flex .icon, .bottom-gutter .dash-column .flex .icon {
    background: #FFF
}

.site-header {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
    z-index: 99;
    font-size: 16px
}

    .site-header .container:after, .site-header .container:before {
        display: none
    }

@media (max-width:991px) {
    .site-header .container {
        width: 100%
    }
}

.site-header .site-branding {
    float: left;
    margin: 11px 0 0
}

    .site-header .site-branding a {
        display: block
    }

    .site-header .site-branding img {;
        width: 185px
    }

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF
}

.site-header .enquire-btn {
    display: none
}

@media (min-width:640px) {
    .site-header .enquire-btn {
        display: block;
        background: #2a2a3a;
        text-decoration: none;
        padding: 10px 25px;
        margin-top: 13px;
        text-transform: uppercase;
        color: #FFF;
        font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px
    }

        .site-header .enquire-btn:hover {
            background: #4a4a66
        }
}

.site-header .call {
    display: inline-block;
    text-decoration: none;
    padding-top: 24px
}

@media (min-width:768px) {
    .site-header .call {
        padding-left: 10px
    }
}

@media (min-width:992px) {
    .site-header .call {
        padding-left: 25px
    }
}

@media (min-width:640px) {
    .site-header .call {
        padding-right: 25px
    }
}

.site-header .call .fa {
    margin-right: 4px;
    vertical-align: middle
}

.site-header .call:hover {
    color: #4a4a66
}

.site-header.second-header .talk-consultant {
    display: inline-block;
    padding-top: 24px
}

@media (max-width:639px) {
    .site-header.second-header .talk-consultant {
        display: none
    }
}

@media (max-width:991px) {
    .site-header.second-header .nav-wrap {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .site-header.second-header .call {
        padding-left: 10px
    }
}

.site-header.second-header .site-branding img {
    width: auto;
    height: auto
}

.two-layer-header {
    height: auto
}

@media (max-width:767px) {
    .two-layer-header {
        border-bottom: none
    }
}

.two-layer-header .container {
    max-width: 1800px;
    width: 100%
}

.two-layer-header .header-top {
    background: #2a2a3a
}

    .two-layer-header .header-top:after, .two-layer-header .header-top:before {
        content: '';
        display: block
    }

    .two-layer-header .header-top:after {
        clear: both
    }

.two-layer-header .nav-wrap {
    padding-right: 0
}

@media (max-width:767px) {
    .two-layer-header .site-branding {
        position: absolute;
        top: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0
    }
}

@media (max-width:767px) {
    .two-layer-header .site-branding img {
        width: 40px;
        height: 40px
    }
}

.two-layer-header .main-navigation {
    float: left;
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%
}

    .two-layer-header .main-navigation ul {
        text-align: center
    }

        .two-layer-header .main-navigation ul li {
            float: none;
            display: inline-block;
            vertical-align: top
        }

@media (max-width:1199px) {
    .two-layer-header .main-navigation ul li {
        width: 100%
    }
}

@media (max-width:1199px) {
    .two-layer-header .main-navigation ul li + li {
        border-top: 1px solid #f9f9f9
    }
}

@media (max-width:1199px) {
    .two-layer-header .main-navigation ul li a {
        padding: 24px 10px 22px;
        color: #2a2a3a
    }
}

.two-layer-header .main-navigation ul li a:hover {
    background: #f9f9f9;
    color: #2a2a3a
}

.two-layer-header .main-navigation .hamburger-menu {
    display: none
}

@media (max-width:767px) {
    .two-layer-header .main-navigation .hamburger-menu {
        display: block;
        position: absolute;
        top: -27px;
        left: 15px;
        text-indent: 0;
        overflow: visible
    }
}

.two-layer-header .main-navigation .hamburger-menu:after, .two-layer-header .main-navigation .hamburger-menu:before, .two-layer-header .main-navigation .hamburger-menu span {
    background: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.two-layer-header .main-navigation .hamburger-menu b {
    display: block;
    color: white;
    text-transform: uppercase;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease
}

.two-layer-header .main-navigation .nav-close {
    display: none
}

@media (max-width:991px) {
    .two-layer-header .main-navigation .off-canvas {
        display: block;
        position: static;
        padding-top: 0;
        background: white;
        width: 100%
    }
}

@media (max-width:767px) {
    .two-layer-header .main-navigation .off-canvas {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
        -o-transition: visibility 0.3s ease, opacity 0.3s ease;
        transition: visibility 0.3s ease, opacity 0.3s ease;
        height: calc(100vh - 58px)
    }
}

.two-layer-header .enquire-btn {
    display: inline-block;
    vertical-align: top;
    background: #fed008
}

@media (max-width:991px) {
    .two-layer-header .enquire-btn {
        margin-bottom: 13px
    }
}

@media (max-width:767px) {
    .two-layer-header .enquire-btn {
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 14px
    }
}

@media (max-width:639px) {
    .two-layer-header .enquire-btn {
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
        margin: 14px 0
    }
}

.two-layer-header .enquire-btn + .enquire-btn {
    margin-left: 10px
}

.two-layer-header .enquire-btn:hover {
    background: #4a4a66
}

.two-layer-header .header-bottom {
    height: 70px;
    background: white
}

@media (max-width:767px) {
    .two-layer-header .header-bottom {
        height: auto
    }
}

.two-layer-header .header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

    .two-layer-header .header-bottom.sticky .enquire-btn, .two-layer-header .header-bottom.sticky .site-branding {
        visibility: visible;
        opacity: 1
    }

@media (max-width:991px) {
    .two-layer-header .header-bottom.sticky .enquire-btn, .two-layer-header .header-bottom.sticky .site-branding {
        visibility: hidden;
        opacity: 0
    }
}

.two-layer-header .header-bottom .site-branding {
    float: left;
    width: 48px;
    height: 48px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .two-layer-header .header-bottom .site-branding {
        display: none
    }
}

.two-layer-header .header-bottom .enquire-btn {
    position: relative;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease
}

@media (max-width:767px) {
    .two-layer-header .header-bottom .nav-wrap {
        display: none
    }
}

.two-layer-header .show-mobile {
    display: none
}

@media (max-width:991px) {
    .two-layer-header .show-mobile {
        display: block
    }
}

@media (max-width:991px) {
    .two-layer-header .hide-mobile {
        display: none
    }
}

body {
    padding-top: 70px
}

    body.body-layer {
        padding-top: 0
    }

        body.body-layer.nav-active {
            margin: 0
        }

            body.body-layer.nav-active .overlay {
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
                pointer-events: none !important
            }

                body.body-layer.nav-active .overlay.active {
                    background: white;
                    width: 100%
                }

            body.body-layer.nav-active .site-header {
                margin: 0;
                z-index: 999
            }

            body.body-layer.nav-active .two-layer-header .main-navigation .off-canvas {
                visibility: visible;
                opacity: 1
            }

            body.body-layer.nav-active .two-layer-header .main-navigation .hamburger-menu span {
                opacity: 0
            }

            body.body-layer.nav-active .two-layer-header .main-navigation .hamburger-menu:before {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 8px
            }

            body.body-layer.nav-active .two-layer-header .main-navigation .hamburger-menu:after {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 8px
            }

            body.body-layer.nav-active .two-layer-header .main-navigation .hamburger-menu b {
                visibility: hidden;
                opacity: 0
            }

    body.admin-bar .is-sticky {
        top: 32px
    }

@media (max-width:767px) {
    body.admin-bar .two-layer-header .main-navigation .off-canvas {
        height: calc(100vh - 105px)
    }
}

footer .left-footer, footer .right-footer {
    overflow: hidden;
    padding: 75px 20px
}

@media (min-width:1200px) {
    footer .left-footer, footer .right-footer {
        padding-left: 40px;
        padding-right: 40px
    }
}

footer .main-footer {
    overflow: hidden;
    font-size: 14px
}

footer .upper-row {
    margin-bottom: 50px;
    min-height: 17px
}

footer .left-footer {
    background: #017abc;
}
footer .left-footer a{
    color: #fff;
}

@media (min-width:992px) {
    footer .left-footer {
        float: left;
        width: 30%
    }
}

@media (min-width:768px) {
    footer .left-footer {
        padding-bottom: 30px
    }
}

footer .left-footer [class*=col-] {
    padding-right: 0
}

footer .left-footer img {
    max-height: 50px
}

footer .right-footer {
    background: #2a2a3a;
    color: #FFF
}

@media (min-width:992px) {
    footer .right-footer {
        float: right;
        width: 70%
    }
}

footer .right-footer a {
    color: #FFF;
    text-decoration: none
}

    footer .right-footer a span[class*=icon-] {
        color: #fed008;
        margin-right: 4px;
        vertical-align: middle
    }

    footer .right-footer a:hover {
        color: #fed008
    }

@media (max-width:767px) {
    footer .right-footer .heading-text.left-align {
        text-align: left
    }
}

footer .right-footer .digital-agency {
    line-height: 2;
    margin-left: 15px;
    color: #fed008
}

    footer .right-footer .digital-agency:hover {
        text-decoration: underline
    }

@media (max-width:767px) {
    footer .right-footer .col-sm-4 {
        margin-bottom: 50px
    }

        footer .right-footer .col-sm-4:last-child {
            margin-bottom: 0
        }
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    footer ul li {
        margin-bottom: 15px
    }

        footer ul li a {
            text-decoration: none
        }

            footer ul li a:hover {
                text-decoration: underline
            }

footer .heading-text:after {
    width: 12px;
    height: 1px;
    background-color: #fed008
}

footer p {
    margin-bottom: 15px
}

@media (min-width:768px) {
    footer .map-link {
        margin-top: 50px
    }
}

footer .secondary-footer {
    padding: 40px 15px;
    font-size: 13px
}

    footer .secondary-footer li a {
        text-decoration: none
    }

        footer .secondary-footer li a:hover {
            text-decoration: underline
        }

@media (min-width:640px) {
    footer .secondary-footer .copyright > p {
        margin-bottom: 0
    }
}

@media (max-width:639px) {
    footer .secondary-footer .copyright span {
        display: block
    }
}

footer .secondary-footer .policies li {
    margin-bottom: 0;
    border-right: 1px solid #2a2a3a;
    padding-right: 10px;
    line-height: 1
}

    footer .secondary-footer .policies li:last-child {
        padding-right: 0;
        border: none
    }

.footer-3 .main-footer {
    background: #2a2a3a;
    color: #FFF;
    padding: 60px 0 50px
}

@media (max-width:767px) {
    .footer-3 .main-footer {
        padding-bottom: 20px
    }
}

.footer-3 a:hover {
    text-decoration: underline
}

@media (min-width:1200px) {
    .footer-3 .col-sm-4 {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .footer-3 .col-sm-4 {
        overflow: hidden
    }
}

.footer-3 .col-sm-4 .heading-text {
    float: left;
    margin-right: 20px;
    font-size: 16px
}

@media (min-width:1200px) {
    .footer-3 .col-sm-4 .heading-text {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .footer-3 .col-sm-4 .heading-text {
        width: 80px;
        text-align: left
    }
}

@media (max-width:1199px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar .widget_text h2 {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    font-weight: bold
}

.widget:not(.widget_search) {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #FFF;
    margin-bottom: 25px;
    padding: 20px
}

.widget:not(.widget_popular_entries) ul {
    margin: 0;
    padding: 0
}

    .widget:not(.widget_popular_entries) ul li {
        list-style: outside none none;
        margin: 0 0 15px;
        padding-left: 20px;
        position: relative
    }

        .widget:not(.widget_popular_entries) ul li:last-child {
            margin-bottom: 0
        }

        .widget:not(.widget_popular_entries) ul li:before {
            content: '\f054';
            font-family: fontAwesome;
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 11px
        }

        .widget:not(.widget_popular_entries) ul li a {
            text-decoration: none
        }

            .widget:not(.widget_popular_entries) ul li a:hover {
                text-decoration: underline
            }

.widget .block.gform_button, .widget .btn.block {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    letter-spacing: 0
}

.widget .widget-title {
    font-size: 24px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

.widget.widget_popular_entries ul {
    margin: 0;
    padding: 0
}

    .widget.widget_popular_entries ul li {
        margin-bottom: 20px;
        overflow: hidden
    }

        .widget.widget_popular_entries ul li img {
            float: left;
            width: 65px;
            height: auto
        }

        .widget.widget_popular_entries ul li .poptitle {
            margin-left: 80px;
            line-height: 1.4
        }

        .widget.widget_popular_entries ul li .date {
            margin-top: 5px
        }

#text-2, #text-3 {
    background: #2a2a3a;
    color: #FFF;
    text-align: center
}

    #text-2 h2, #text-3 h2 {
        padding-bottom: 15px;
        position: relative
    }

        #text-2 h2:after, #text-3 h2:after {
            background: #686c74;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 44px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

#text-2 {
    background-color: #edf1f2;
    color: #2a2a3a;
    text-align: left
}

    #text-2 h2:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

.search-blog, .search-form {
    margin-bottom: 25px;
    position: relative
}

    .search-blog input[type=search], .search-form input[type=search] {
        background: #ffffff none repeat scroll 0 0;
        border: medium none;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #2a2a3a;
        height: 44px;
        padding: 0 44px 0 22px;
        width: 100%
    }

    .search-blog .submit, .search-form .submit {
        background: #fed008;
        border: none;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px
    }

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

[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

.icon-adjustments, .icon-alarmclock, .icon-anchor, .icon-aperture, .icon-attachment, .icon-bargraph, .icon-basket, .icon-beaker, .icon-bike, .icon-book-open, .icon-briefcase, .icon-browser, .icon-calendar, .icon-camera, .icon-caution, .icon-chat, .icon-circle-compass, .icon-clipboard, .icon-clock, .icon-cloud, .icon-compass, .icon-desktop, .icon-dial, .icon-document, .icon-documents, .icon-download, .icon-dribbble, .icon-edit, .icon-envelope, .icon-expand, .icon-facebook, .icon-flag, .icon-focus, .icon-gears, .icon-genius, .icon-gift, .icon-global, .icon-globe, .icon-googleplus, .icon-grid, .icon-happy, .icon-hazardous, .icon-heart, .icon-hotairballoon, .icon-hourglass, .icon-key, .icon-laptop, .icon-layers, .icon-lifesaver, .icon-lightbulb, .icon-linegraph, .icon-linkedin, .icon-lock, .icon-magnifying-glass, .icon-map, .icon-map-pin, .icon-megaphone, .icon-mic, .icon-mobile, .icon-newspaper, .icon-notebook, .icon-paintbrush, .icon-paperclip, .icon-pencil, .icon-phone, .icon-picture, .icon-pictures, .icon-piechart, .icon-presentation, .icon-pricetags, .icon-printer, .icon-profile-female, .icon-profile-male, .icon-puzzle, .icon-quote, .icon-recycle, .icon-refresh, .icon-ribbon, .icon-rss, .icon-sad, .icon-scissors, .icon-scope, .icon-search, .icon-shield, .icon-speedometer, .icon-strategy, .icon-streetsign, .icon-tablet, .icon-target, .icon-telescope, .icon-toolbox, .icon-tools, .icon-tools-2, .icon-trophy, .icon-tumblr, .icon-twitter, .icon-upload, .icon-video, .icon-wallet, .icon-wine {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

    .icon-mobile:before {
        content: "\e000"
    }

    .icon-laptop:before {
        content: "\e001"
    }

    .icon-desktop:before {
        content: "\e002"
    }

    .icon-tablet:before {
        content: "\e003"
    }

    .icon-phone:before {
        content: "\e004"
    }

    .icon-document:before {
        content: "\e005"
    }

    .icon-documents:before {
        content: "\e006"
    }

    .icon-search:before {
        content: "\e007"
    }

    .icon-clipboard:before {
        content: "\e008"
    }

    .icon-newspaper:before {
        content: "\e009"
    }

    .icon-notebook:before {
        content: "\e00a"
    }

    .icon-book-open:before {
        content: "\e00b"
    }

    .icon-browser:before {
        content: "\e00c"
    }

    .icon-calendar:before {
        content: "\e00d"
    }

    .icon-presentation:before {
        content: "\e00e"
    }

    .icon-picture:before {
        content: "\e00f"
    }

    .icon-pictures:before {
        content: "\e010"
    }

    .icon-video:before {
        content: "\e011"
    }

    .icon-camera:before {
        content: "\e012"
    }

    .icon-printer:before {
        content: "\e013"
    }

    .icon-toolbox:before {
        content: "\e014"
    }

    .icon-briefcase:before {
        content: "\e015"
    }

    .icon-wallet:before {
        content: "\e016"
    }

    .icon-gift:before {
        content: "\e017"
    }

    .icon-bargraph:before {
        content: "\e018"
    }

    .icon-grid:before {
        content: "\e019"
    }

    .icon-expand:before {
        content: "\e01a"
    }

    .icon-focus:before {
        content: "\e01b"
    }

    .icon-edit:before {
        content: "\e01c"
    }

    .icon-adjustments:before {
        content: "\e01d"
    }

    .icon-ribbon:before {
        content: "\e01e"
    }

    .icon-hourglass:before {
        content: "\e01f"
    }

    .icon-lock:before {
        content: "\e020"
    }

    .icon-megaphone:before {
        content: "\e021"
    }

    .icon-shield:before {
        content: "\e022"
    }

    .icon-trophy:before {
        content: "\e023"
    }

    .icon-flag:before {
        content: "\e024"
    }

    .icon-map:before {
        content: "\e025"
    }

    .icon-puzzle:before {
        content: "\e026"
    }

    .icon-basket:before {
        content: "\e027"
    }

    .icon-envelope:before {
        content: "\e028"
    }

    .icon-streetsign:before {
        content: "\e029"
    }

    .icon-telescope:before {
        content: "\e02a"
    }

    .icon-gears:before {
        content: "\e02b"
    }

    .icon-key:before {
        content: "\e02c"
    }

    .icon-paperclip:before {
        content: "\e02d"
    }

    .icon-attachment:before {
        content: "\e02e"
    }

    .icon-pricetags:before {
        content: "\e02f"
    }

    .icon-lightbulb:before {
        content: "\e030"
    }

    .icon-layers:before {
        content: "\e031"
    }

    .icon-pencil:before {
        content: "\e032"
    }

    .icon-tools:before {
        content: "\e033"
    }

    .icon-tools-2:before {
        content: "\e034"
    }

    .icon-scissors:before {
        content: "\e035"
    }

    .icon-paintbrush:before {
        content: "\e036"
    }

    .icon-magnifying-glass:before {
        content: "\e037"
    }

    .icon-circle-compass:before {
        content: "\e038"
    }

    .icon-linegraph:before {
        content: "\e039"
    }

    .icon-mic:before {
        content: "\e03a"
    }

    .icon-strategy:before {
        content: "\e03b"
    }

    .icon-beaker:before {
        content: "\e03c"
    }

    .icon-caution:before {
        content: "\e03d"
    }

    .icon-recycle:before {
        content: "\e03e"
    }

    .icon-anchor:before {
        content: "\e03f"
    }

    .icon-profile-male:before {
        content: "\e040"
    }

    .icon-profile-female:before {
        content: "\e041"
    }

    .icon-bike:before {
        content: "\e042"
    }

    .icon-wine:before {
        content: "\e043"
    }

    .icon-hotairballoon:before {
        content: "\e044"
    }

    .icon-globe:before {
        content: "\e045"
    }

    .icon-genius:before {
        content: "\e046"
    }

    .icon-map-pin:before {
        content: "\e047"
    }

    .icon-dial:before {
        content: "\e048"
    }

    .icon-chat:before {
        content: "\e049"
    }

    .icon-heart:before {
        content: "\e04a"
    }

    .icon-cloud:before {
        content: "\e04b"
    }

    .icon-upload:before {
        content: "\e04c"
    }

    .icon-download:before {
        content: "\e04d"
    }

    .icon-target:before {
        content: "\e04e"
    }

    .icon-hazardous:before {
        content: "\e04f"
    }

    .icon-piechart:before {
        content: "\e050"
    }

    .icon-speedometer:before {
        content: "\e051"
    }

    .icon-global:before {
        content: "\e052"
    }

    .icon-compass:before {
        content: "\e053"
    }

    .icon-lifesaver:before {
        content: "\e054"
    }

    .icon-clock:before {
        content: "\e055"
    }

    .icon-aperture:before {
        content: "\e056"
    }

    .icon-quote:before {
        content: "\e057"
    }

    .icon-scope:before {
        content: "\e058"
    }

    .icon-alarmclock:before {
        content: "\e059"
    }

    .icon-refresh:before {
        content: "\e05a"
    }

    .icon-happy:before {
        content: "\e05b"
    }

    .icon-sad:before {
        content: "\e05c"
    }

    .icon-facebook:before {
        content: "\e05d"
    }

    .icon-twitter:before {
        content: "\e05e"
    }

    .icon-googleplus:before {
        content: "\e05f"
    }

    .icon-rss:before {
        content: "\e060"
    }

    .icon-tumblr:before {
        content: "\e061"
    }

    .icon-linkedin:before {
        content: "\e062"
    }

    .icon-dribbble:before {
        content: "\e063"
    }

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face {
    font-family: 'FontAwesome';
    src: url("assets/fonts/fontawesome-webfont3e6e3e6e.eot?v=4.7.0");
    src: url("assets/fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont3e6e3e6e.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont3e6e3e6e.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont3e6e3e6e.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont3e6e3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

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

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

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

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

    .slick-list:focus {
        outline: none
    }

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

.slick-slider .slick-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;
    left: 0;
    top: 0;
    display: block
}

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

    .slick-track:after {
        clear: both
    }

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

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

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

.slick-slide img {
    display: block
}

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

.home-banner {
    overflow: hidden
}

.banner-caption {
    width: 100%;
    padding: 0 15px
}

    .banner-caption h2 {
        font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
        font-size: 80px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin: 0 0 15px
    }

@media (max-width:767px) {
    .banner-caption h2 {
        font-size: 38px
    }
}

@media (max-width:639px) {
    .banner-caption h2 {
        font-size: 28px
    }
}

.banner-caption em {
    margin: 0;
    font-size: 18px;
    letter-spacing: 3px;
    font-style: normal
}

@media (max-width:767px) {
    .banner-caption em {
        font-size: 16px
    }
}

@media (max-width:639px) {
    .banner-caption em {
        font-size: 13px
    }
}

.banner-caption pre {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 15px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    white-space: normal
}

@media (max-width:639px) {
    .banner-caption pre {
        font-size: 13px
    }
}

.nav-wrap {
    margin-bottom: -1px
}

@media (max-width:991px) {
    .nav-wrap {
        padding-right: 60px
    }
}

.main-navigation {
    float: right;
    display: block
}

@media (min-width:1200px) {
    .main-navigation {
        padding-right: 100px
    }
}

.main-navigation ul {
    margin: 0;
    padding: 0
}

    .main-navigation ul li {
        list-style: none;
        position: relative;
        cursor: pointer
    }

@media (min-width:992px) {
    .main-navigation ul li {
        float: left
    }
}

.main-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 12px 15px
}

@media (min-width:992px) {
    .main-navigation ul li a {
        padding: 24px 20px 22px;
        color: #2a2a3a
    }
}

.main-navigation ul li .sub-menu {
    display: none
}

@media (min-width:992px) {
    .main-navigation ul li .sub-menu {
        display: block;
        background: #FFF;
        left: 0;
        opacity: 1;
        overflow: hidden;
        position: absolute;
        width: 200px;
        height: 0;
        margin: 0;
        padding: 0
    }
}

@media (min-width:992px) {
    .main-navigation ul li .sub-menu li {
        display: block;
        float: none
    }
}

.main-navigation ul li .sub-menu li a {
    text-indent: 15px
}

@media (min-width:992px) {
    .main-navigation ul li .sub-menu li a {
        padding: 12px 20px;
        text-indent: 0
    }
}

.main-navigation ul li:hover .sub-menu {
    height: auto;
    opacity: 1;
    top: 70px;
    z-index: 99
}

@media (min-width:992px) {
    .main-navigation ul li:hover .sub-menu {
        -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px;
        -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px;
        -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px;
        -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px;
        -o-box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px;
        box-shadow: rgba(0, 0, 0, 0.05) 0 13px 42px 11px
    }
}

.main-navigation ul li:hover > a {
    background: #161b1f
}

@media (min-width:992px) {
    .main-navigation ul li:hover > a {
        background: #f9f9f9
    }
}

@media (min-width:992px) {
    .main-navigation ul li.menu-item-has-children {
        position: relative
    }
}

@media (min-width:992px) {
    .main-navigation ul li.menu-item-has-children:after {
        content: '\f107';
        position: absolute;
        top: 24px;
        right: 10px;
        font-family: fontAwesome
    }
}

@media (min-width:992px) {
    .main-navigation ul li.menu-item-has-children:after {
        right: 15px
    }
}

.main-navigation ul li.menu-item-has-children a {
    padding-right: 25px
}

@media (min-width:992px) {
    .main-navigation ul li.menu-item-has-children a {
        padding-right: 35px
    }
}

.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a {
    background: #161b1f
}

@media (min-width:992px) {
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a {
        background: #f9f9f9
    }
}

@media (max-width:991px) {
    .main-navigation .off-canvas {
        position: fixed;
        top: 0;
        right: -270px;
        bottom: 0;
        overflow-y: scroll;
        width: 271px;
        padding: 80px 0 0;
        z-index: 99;
        -webkit-transition: right 0.3s ease-in-out;
        -moz-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
        background: #2a2a3a
    }
}

.main-navigation .nav-close {
    display: none
}

@media (max-width:991px) {
    .main-navigation .nav-close {
        position: absolute;
        z-index: 99;
        top: 20px;
        right: 20px;
        display: block;
        width: 25px;
        height: 25px;
        font-size: 0
    }

        .main-navigation .nav-close:after, .main-navigation .nav-close:before {
            position: absolute;
            top: 0;
            right: 11px;
            width: 2px;
            height: 25px;
            content: "";
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fff
        }

        .main-navigation .nav-close:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }
}

@media (max-width:991px) {
    .main-navigation .hamburger-menu {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 25px;
        display: block;
        overflow: hidden;
        width: 20px;
        height: 20px;
        text-indent: -9999px
    }

        .main-navigation .hamburger-menu:after, .main-navigation .hamburger-menu:before, .main-navigation .hamburger-menu span {
            position: absolute;
            top: 8px;
            right: 0;
            left: 0;
            height: 2px;
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            -o-transition: background 0.3s ease-in-out;
            -ms-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
            background: #023457
        }

        .main-navigation .hamburger-menu:after, .main-navigation .hamburger-menu:before {
            top: 14px;
            content: ''
        }

        .main-navigation .hamburger-menu:after {
            top: 2px
        }

    .main-navigation .down-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        z-index: 1
    }

        .main-navigation .down-arrow:before {
            content: ' ';
            width: 8px;
            height: 2px;
            display: block;
            background: #FFF;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .main-navigation .down-arrow:after {
            content: ' ';
            width: 8px;
            height: 2px;
            display: block;
            background: #FFF;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

    .main-navigation .collapse .down-arrow:before {
        right: 20px;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .main-navigation .collapse .down-arrow:after {
        right: 15px;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

body {
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out
}

    body .site-header {
        -webkit-transition: margin 0.3s ease-in-out;
        -moz-transition: margin 0.3s ease-in-out;
        -o-transition: margin 0.3s ease-in-out;
        -ms-transition: margin 0.3s ease-in-out;
        transition: margin 0.3s ease-in-out
    }

    body.nav-active {
        overflow: hidden;
        min-width: 320px;
        margin: 0 270px 0 -270px
    }

        body.nav-active .site-header {
            -webkit-transition: margin 0.3s ease-in-out;
            -moz-transition: margin 0.3s ease-in-out;
            -o-transition: margin 0.3s ease-in-out;
            -ms-transition: margin 0.3s ease-in-out;
            transition: margin 0.3s ease-in-out;
            margin: 0 270px 0 -270px
        }

        body.nav-active #site-navigation .off-canvas {
            right: 0;
            text-align: left
        }

        body.nav-active .overlay {
            right: 271px;
            visibility: visible;
            -webkit-transition: right 0.3s ease-in-out;
            -moz-transition: right 0.3s ease-in-out;
            -o-transition: right 0.3s ease-in-out;
            -ms-transition: right 0.3s ease-in-out;
            transition: right 0.3s ease-in-out;
            cursor: pointer
        }

            body.nav-active .overlay.active {
                background: rgba(0, 0, 0, 0.75)
            }

.page-title {
    background-color: #2a2a3a;
    color: #FFF
}

    .page-title ul {
        overflow: hidden
    }

        .page-title ul li {
            list-style: square;
            float: left;
            width: 25%;
            text-align: left;
            font-size: 15px;
            padding-right: 25px
        }

@media (max-width:1199px) {
    .page-title ul li {
        width: 33.33%
    }
}

@media (max-width:991px) {
    .page-title ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .page-title ul li {
        width: 100%
    }
}

footer .heading-text {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    font-weight: 600
}

body {
    font-size: 20px;
    color: #2a2a3a
}

@media (max-width:767px) {
    body {
        font-size: 16px
    }
}

body {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    font-family: 'Proxima-Nova-Thin', arial, sans-serif;
    font-weight: normal;
    line-height: 1.4
}

.h1, h1 {
    font-size: 45px
}

@media (max-width:767px) {
    .h1, h1 {
        font-size: 35px
    }
}

.h2, h2 {
    font-size: 40px
}

@media (max-width:767px) {
    .h2, h2 {
        font-size: 30px
    }
}

.h3, h3 {
    font-size: 30px
}

@media (max-width:767px) {
    .h3, h3 {
        font-size: 26px
    }
}

.h4, h4 {
    font-size: 28px
}

@media (max-width:767px) {
    .h4, h4 {
        font-size: 24px
    }
}

.h5, h5 {
    font-size: 24px
}

@media (max-width:767px) {
    .h5, h5 {
        font-size: 20px
    }
}

.h6, h6 {
    font-size: 20px
}

@media (max-width:767px) {
    .h6, h6 {
        font-size: 18px
    }
}

b, strong {
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
    font-weight: normal
}

article, blockquote, form, ol, p, table, ul {
    margin-bottom: 30px;
    margin-top: 0
}

    article:last-child, blockquote:last-child, form:last-child, ol:last-child, p:last-child, table:last-child, ul:last-child {
        margin-bottom: 0
    }

p {
    line-height: 1.5
}

    p:empty {
        display: none !important
    }

.list-inline {
    list-style: none;
    letter-spacing: -4px
}

    .list-inline li {
        display: inline-block;
        margin-right: 10px;
        letter-spacing: 0
    }

        .list-inline li:last-child {
            margin-right: 0
        }

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

li:last-child {
    margin-bottom: 0 !important
}

ul.bullet-arrow {
    padding-left: 0
}

    ul.bullet-arrow li {
        list-style: none;
        padding-left: 25px;
        margin-bottom: 15px;
        line-height: 1.5;
        position: relative
    }

        ul.bullet-arrow li:after {
            content: '\f054';
            position: absolute;
            left: 0;
            top: 3px;
            font-family: 'fontAwesome';
            font-size: 16px
        }

a {
    color: #2a2a3a;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

img {
    max-width: 100%;
    vertical-align: top
}

a.link {
    text-decoration: none
}

    a.link:hover {
        text-decoration: underline
    }

.site {
    overflow: hidden
}

.section-heading {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .section-heading {
        margin-bottom: 40px
    }
}

.section-heading h1:not(.heading-text), .section-heading h2:not(.heading-text), .section-heading h3:not(.heading-text), .section-heading h4:not(.heading-text), .section-heading h5:not(.heading-text), .section-heading h6:not(.heading-text) {
    margin-bottom: 0
}

.heading-text {
    margin-bottom: 50px;
    position: relative
}

    .heading-text:after {
        content: '';
        display: block;
        width: 25px;
        height: 3px;
        background-color: #7c7c7c;
        bottom: -15px;
        margin: auto;
        position: relative
    }

    .heading-text.left-align {
        text-align: left
    }

        .heading-text.left-align:after {
            position: absolute;
            left: 0
        }

@media (max-width:767px) {
    .heading-text.left-align {
        text-align: center
    }
}

.scroll-to-element .section {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .scroll-to-element .section {
        padding-bottom: 80px
    }
}

.scroll-to-element .heading {
    border-top: 1px solid #edf1f2;
    border-bottom: 1px solid #edf1f2;
    text-align: center
}

    .scroll-to-element .heading ul {
        padding: 0
    }

@media (min-width:768px) {
    .scroll-to-element .heading ul {
        margin: 0
    }
}

.scroll-to-element .heading [class*=col-] {
    float: none;
    padding: 0;
    margin: 0 0 0 -4px
}

@media (max-width:767px) {
    .scroll-to-element .heading [class*=col-] {
        display: block
    }
}

.scroll-to-element .heading [class*=col-] a {
    display: block;
    padding: 30px 20px;
    position: relative
}

@media (min-width:768px) {
    .scroll-to-element .heading [class*=col-] a {
        border-right: 1px solid #edf1f2
    }
}

.scroll-to-element .heading [class*=col-] a .arrow {
    opacity: 0;
    content: '';
    background: #edf1f2
}

    .scroll-to-element .heading [class*=col-] a .arrow .fa {
        border: 1px solid #7c7c7c;
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

@media (min-width:640px) {
    .scroll-to-element .heading [class*=col-] a .arrow .fa:before {
        margin-top: -3px
    }
}

.scroll-to-element .heading [class*=col-] a:hover .arrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media (min-width:768px) {
    .scroll-to-element .heading [class*=col-]:first-child a {
        border-left: 1px solid #edf1f2
    }
}

.scroll-to-element .heading h3 {
    margin-bottom: 10px
}

.scroll-to-element .heading p {
    font-size: 14px
}

.btn, .gform_button {
    padding: 20px 15px;
    min-width: 300px;
    font-size: 13px;
    border: none;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Proxima-Nova-Bold', arial, sans-serif
}

@media (max-width:639px) {
    .btn, .gform_button {
        min-width: 100%
    }
}

.btn-primary {
    color: #fff;
    background: #017abc;
}

    .btn-primary i {
        margin-right: 8px;
        vertical-align: top
    }

    .btn-primary:hover {
        text-decoration: none;
        background: #5fd1c8;
    }

    .btn-primary.alt, .gform_button {
        color: #FFF;
        background: #2a2a3a
    }

        .btn-primary.alt:hover, .gform_button:hover {
            background: #4a4a66
        }

.read-more {
    border-bottom: 4px solid #edf1f2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.bg-dark .read-more, .bg-grey .read-more, .bottom-gutter .read-more {
    border-color: #bab9be
}

.read-more:hover {
    text-decoration: none;
    border-bottom: none
}

.btn-outline {
    border-radius: 100px;
    display: block;
    font-size: 14px;
    background: transparent;
    border: 1px solid #edf1f2;
    padding: 5px 20px
}

    .btn-outline:hover {
        border-color: #161b1f;
        text-decoration: none
    }

@media (max-width:767px) {
    .hi-hc-block-default {
        background-image: none !important
    }
}

.hi-hc-block-default h2 {
    margin-bottom: 60px
}

.hi-hc-block-default .feature-image {
    display: none
}

@media (max-width:767px) {
    .hi-hc-block-default .feature-image {
        display: block
    }
}

@media (max-width:767px) {
    .img-column {
        margin-bottom: 50px;
        width: 100%;
        text-align: center
    }
}

.hi-hc-block .second-description {
    margin-top: 40px
}

.single-content-dash-column {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .single-content-dash-column {
        margin-bottom: 0
    }
}

.single-content-dash-column .icon {
    margin-bottom: 15px
}

    .single-content-dash-column .icon:after {
        content: '';
        position: absolute;
        right: -120px;
        top: 50px;
        height: 1px;
        width: 60px;
        background: #7c7c7c;
        display: block
    }

@media (max-width:767px) {
    .single-content-dash-column .icon:after {
        display: none
    }
}

@media (min-width:640px) {
    .single-content-dash-column [class*=col-] {
        padding-left: 30px;
        padding-right: 30px;
        float: none;
        display: inline-block;
        margin-left: -4px;
        vertical-align: top
    }
}

@media (max-width:767px) {
    .single-content-dash-column [class*=col-] {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .single-content-dash-column [class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

.single-content-dash-column [class*=col-]:last-of-type .icon:after {
    display: none
}

.transparent-list-view {
    margin-top: 50px
}

    .transparent-list-view .icon {
        float: left;
        width: 50px;
        height: 50px
    }

@media (min-width:640px) {
    .transparent-list-view .icon {
        width: 80px;
        height: 80px
    }
}

.transparent-list-view .icon img {
    display: block;
    margin-top: 10px;
    max-height: 50px;
    max-width: 60px
}

.transparent-list-view .list-content {
    margin-left: 60px;
    font-size: 16px
}

@media (min-width:640px) {
    .transparent-list-view .list-content {
        margin-left: 90px
    }
}

.circular-list-view {
    margin-top: 50px
}

    .circular-list-view .list-row {
        padding-bottom: 60px;
        position: relative;
        overflow: hidden
    }

        .circular-list-view .list-row .icon {
            float: left
        }

            .circular-list-view .list-row .icon:after {
                content: '';
                width: 1px;
                height: 20px;
                background: #bab9be;
                position: absolute;
                left: 50px;
                bottom: -35px
            }

            .circular-list-view .list-row .icon img {
                max-height: 40px
            }

        .circular-list-view .list-row .list-content {
            margin-left: 120px
        }

@media (min-width:768px) {
    .circular-list-view .list-row .list-content {
        padding-top: 15px
    }
}

@media (min-width:640px) {
    .circular-list-view .list-row .list-content {
        padding-top: 0px
    }
}

.circular-list-view .list-row .list-content h4 {
    margin-bottom: 15px
}

.circular-list-view .list-row .list-content p:last-child {
    margin-bottom: 0
}

.circular-list-view .list-row:last-child {
    padding-bottom: 0
}

    .circular-list-view .list-row:last-child .icon:after {
        display: none
    }

.bg-dark .circular-list-view .list-row .icon, .bg-grey .circular-list-view .list-row .icon, .bottom-gutter .circular-list-view .list-row .icon {
    background: #FFF
}

.grid-view {
    margin-top: 50px;
    text-align: center
}

    .grid-view .icon {
        margin-bottom: 15px;
        position: relative;
        min-height: 40px
    }

        .grid-view .icon img {
            max-height: 40px
        }

    .grid-view h6 {
        font-size: 16px
    }

section.grid-view {
    margin-top: 0
}

section.hi-hc-block + .grid-view {
    padding-top: 0
}

.hi-hc-block.bg-dark + .hi-hc-block.bg-dark, .hi-hc-block.bg-dark + .hi-hc-block.bg-grey, .hi-hc-block.bg-dark + .hi-hc-block.bottom-gutter, .hi-hc-block.bg-grey + .hi-hc-block.bg-dark, .hi-hc-block.bg-grey + .hi-hc-block.bg-grey, .hi-hc-block.bg-grey + .hi-hc-block.bottom-gutter, .hi-hc-block.bottom-gutter + .hi-hc-block.bg-dark, .hi-hc-block.bottom-gutter + .hi-hc-block.bg-grey, .hi-hc-block.bottom-gutter + .hi-hc-block.bottom-gutter {
    padding-top: 0
}

.slide-item .img-holder {
    padding: 10px
}

    .slide-item .img-holder img {
        max-width: 100%
    }

.slick-dots {
    text-align: center;
    padding: 0;
    display: none !important
}

    .slick-dots li {
        list-style: none;
        display: inline-block;
        margin: 0 3px
    }

        .slick-dots li button {
            display: block;
            text-indent: -9999px;
            width: 8px;
            height: 8px;
            padding: 0;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #fed008;
            border: none
        }

        .slick-dots li.slick-active button {
            background-color: #7c7c7c
        }

.slick-arrow {
    z-index: 9;
    display: block;
    width: 42px;
    height: 42px;
    background-color: transparent;
    color: #017abc;
    font-size: 0;
    border: 1px solid #bab9be;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

    .slick-arrow.slick-prev {
        left: 0
    }

    .slick-arrow.slick-next {
        right: 0
    }

    .slick-arrow:before {
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 1
    }

.slick-prev:before {
    content: "\f053";
    position: absolute;
    top: 20px;
    left: 18px
}

.slick-next:before {
    content: "\f054";
    position: absolute;
    top: 20px;
    left: 21px
}

.slick-next.slick-arrow.slick-disabled, .slick-prev.slick-arrow.slick-disabled {
    display: none !important
}

@media (min-width:768px) {
    .carousel, .single-slide {
        padding: 0 50px
    }
}

.single-slide.with-dots, .with-dots.carousel {
    padding: 0
}

    .single-slide.with-dots .slick-arrow, .with-dots.carousel .slick-arrow {
        display: none !important
    }

    .single-slide.with-dots .slick-dots, .with-dots.carousel .slick-dots {
        display: block !important
    }

@media (min-width:768px) {
    .carousel {
        padding: 0 50px
    }
}

.video-banner {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

    .video-banner:after {
        content: '';
        background: rgba(0, 0, 0, 0.4)
    }

    .video-banner video {
        min-width: 100%;
        min-height: 100%
    }

@media (max-width:1024px) {
    .video-banner video {
        display: none
    }
}

.video-banner .content-overlay {
    color: #FFF;
    text-align: center;
    z-index: 9
}

@media (max-width:1024px) {
    .video-banner .content-overlay {
        width: 100%;
        padding: 0 40px
    }
}

.video-banner .content-overlay h2 {
    font-family: 'Proxima-Nova-Bold', arial, sans-serif;
    line-height: 70px;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .video-banner .content-overlay h2 {
        font-size: 54px
    }
}

@media (min-width:992px) {
    .video-banner .content-overlay p {
        font-size: 24px
    }
}

.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .logo-list .item {
        padding: 0 30px;
        text-align: center;
        position: relative;
        height: 150px;
        max-width: 220px;
        display: inline-block
    }

@media (max-width:1199px) {
    .logo-list .item {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 183px
    }
}

@media (max-width:991px) {
    .logo-list .item {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .logo-list .item {
        max-width: none;
        width: 48%;
        text-align: center
    }
}

.logo-list .item img {
    position: relative;
    max-height: 100px
}

@media (max-width:767px) {
    .logo-list .item img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        max-width: 180px
    }
}

@media (max-width:639px) {
    .logo-list .item img {
        max-width: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.column-layout .section-heading {
    margin-bottom: 80px
}

.column-layout [class*=col-] {
    margin-bottom: 50px
}

@media (min-width:768px) {
    .column-layout .col-sm-6:nth-child(n+1) {
        margin-bottom: 0
    }

    .column-layout .col-sm-4:nth-child(n+4) {
        margin-bottom: 0
    }

    .column-layout .col-sm-3:nth-child(n+5) {
        margin-bottom: 0
    }
}

.column-layout .icon {
    display: inline-block;
    margin-bottom: 35px;
    position: relative
}

    .column-layout .icon img {
        max-height: 100px
    }

.column-layout h3 {
    margin-bottom: 0
}

.page-template-blog .page-title .container {
    max-width: 760px
}

.has-sidebar .primary-content {
    float: left;
    margin-right: 3%;
    width: 100%
}

@media (min-width:1200px) {
    .has-sidebar .primary-content {
        max-width: 73%
    }
}

.has-sidebar .sidebar {
    float: left;
    width: 100%
}

@media (min-width:1200px) {
    .has-sidebar .sidebar {
        max-width: 24%
    }
}

.blog-articles {
    background: #fcfdfd;
    font-size: 16px
}

    .blog-articles .text-editor a {
        color: #168eea
    }

        .blog-articles .text-editor a:hover {
            color: #2a2a3a
        }

    .blog-articles .container {
        padding: 0
    }

@media (max-width:1199px) {
    .blog-articles .container {
        max-width: 90%
    }
}

.blog-articles .article {
    background: #FFF;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(50% - 10px)
}

@media (max-width:767px) {
    .blog-articles .article {
        width: 100%
    }
}

.blog-articles .article:nth-of-type(2n) {
    margin-right: 0
}

.blog-articles li {
    line-height: 1.5
}

.blog-articles .post {
    margin-bottom: 20px;
    padding-bottom: 60px;
    height: 100%;
    min-height: 100%;
    position: relative
}

    .blog-articles .post .entry-title {
        font-size: 24px;
        font-family: 'Proxima-Nova-Regular', arial, sans-serif
    }

    .blog-articles .post img {
        height: auto
    }

.blog-articles .entry-image {
    height: 300px;
    display: block
}

    .blog-articles .entry-image.bg-cover:after, .blog-articles .entry-image.img-cover:after {
        display: none
    }

.blog-articles .posted-on {
    font-size: 13px;
    margin-bottom: 30px
}

    .blog-articles .posted-on .categories {
        float: left;
        text-transform: uppercase;
        width: 75%
    }

    .blog-articles .posted-on .date {
        float: left;
        text-align: right;
        width: 25%
    }

.blog-articles .entry-header a {
    text-decoration: none
}

    .blog-articles .entry-header a:hover {
        color: #4a4a66
    }

.blog-articles .entry-content {
    padding: 20px
}

.blog-articles .entry-footer {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%
}

.blog-articles img.avatar {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 48px;
    width: 48px
}

.blog-articles .byline {
    font-size: 14px
}

    .blog-articles .byline .author-avatar {
        border-radius: 50%;
        color: #2a2a3a;
        float: left;
        line-height: 32px
    }

        .blog-articles .byline .author-avatar img.avatar {
            margin: 0 5px 0 0;
            width: 32px;
            height: 32px
        }

.single-blog .post .entry-header h1 {
    font-size: 40px
}

.single-blog .text-editor h2, .single-blog .text-editor h3 {
    font-size: 24px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

.single-blog .blog-articles .byline {
    font-size: 16px
}

.single-blog .article {
    width: 100%
}

.single-blog .post {
    padding: 20px
}

.single-blog .posted-by {
    clear: both;
    margin-bottom: 35px;
    overflow: hidden
}

.single-blog .avatar {
    float: left;
    line-height: 32px
}

.single-blog .author-name {
    margin-left: 70px
}

.single-blog .post-on {
    display: block;
    font-size: 14px;
    margin-top: 8px
}

.single-blog .single-entry-image {
    margin-bottom: 30px
}

@media (max-width:639px) {
    .single-blog .author-bio {
        text-align: center
    }
}

.single-blog .author-bio .avatar {
    width: 80px;
    height: 80px
}

@media (max-width:639px) {
    .single-blog .author-bio .avatar {
        float: none;
        margin: 0 auto 30px;
        display: block
    }
}

@media (max-width:639px) {
    .single-blog .author-bio .more-athr {
        text-align: center
    }
}

.single-blog .author-bio .more-athr a {
    text-decoration: underline
}

    .single-blog .author-bio .more-athr a:hover {
        text-decoration: none
    }

@media (min-width:640px) {
    .single-blog .author-bio .author-bio-description {
        margin-left: 110px
    }
}

.single-blog .author-bio .author-bio-description h3 {
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

body.author .page-title {
    display: none
}

.page-template-blog .page-title h1 {
    font-size: 54px
}

.navigation.pagination a, .navigation.pagination span {
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

    .navigation.pagination a:hover {
        background: #fed008;
        border-color: #ecc001
    }

.navigation.pagination .page-numbers {
    border: 1px solid #bab9be;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px
}

    .navigation.pagination .page-numbers.current {
        color: #c9c9c9
    }

    .navigation.pagination .page-numbers.next {
        border: 0;
        background: transparent;
        color: #2a2a3a;
        float: right;
        font-size: 14px;
        margin: 0
    }

        .navigation.pagination .page-numbers.next .fa {
            margin-left: 3px;
            vertical-align: middle
        }

        .navigation.pagination .page-numbers.next:hover {
            background: #fed008
        }

.career .job-row .container {
    border-bottom: 1px solid #edf1f2;
    padding: 50px 0
}

.career .job-row:hover {
    background: #fed008
}

.career .job-row:last-child .container {
    border-bottom: none
}

.career h2 {
    margin-bottom: 0;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

    .career h2 a {
        display: block
    }

.single-job .page-title h1 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .counter .col-xs-6 {
        margin-bottom: 50px
    }
}

.counter .col-xs-6:nth-child(n+3) {
    margin-bottom: 0
}

@media (min-width:640px) {
    .counter .count-number {
        display: table
    }
}

@media (max-width:639px) {
    .counter .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:640px) {
    .counter .icon-wrap {
        display: table-cell;
        vertical-align: top;
        padding-right: 20px
    }
}

.counter .icon-wrap .icon {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    max-width: none
}

.counter .number {
    color: #bab9be
}

    .counter .number .h2 {
        font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
        margin-bottom: 0;
        line-height: 1;
        font-size: 35px
    }

@media (min-width:992px) {
    .counter .number .h2 {
        font-size: 56px;
        letter-spacing: 5px
    }
}

.counter .count-title {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

@media (max-width:991px) {
    .counter .count-title {
        font-size: 14px
    }
}

.counter-type-two .counter-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .counter-type-two .counter-grid .item {
        border-bottom: 1px solid #7c7c7c;
        border-right: 1px solid #7c7c7c;
        padding: 30px;
        text-align: center;
        width: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:768px) {
    .counter-type-two .counter-grid .item:nth-child(3n) {
        border-right: 0
    }

    .counter-type-two .counter-grid .item:nth-child(n+4) {
        border-bottom: 0
    }
}

@media (max-width:767px) {
    .counter-type-two .counter-grid .item {
        padding: 20px
    }

        .counter-type-two .counter-grid .item:nth-child(2n) {
            border-right: 0
        }

        .counter-type-two .counter-grid .item:nth-child(n+5) {
            border-bottom: 0
        }
}

@media (max-width:767px) {
    .counter-type-two .counter-grid .item {
        width: 50%
    }
}

.counter-type-two .counter-grid .item .h2 {
    font-size: 80px;
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1
}

@media (max-width:639px) {
    .counter-type-two .counter-grid .item .h2 {
        font-size: 40px
    }
}

.counter-type-two .counter-grid .item .count-title {
    text-transform: uppercase
}

@media (min-width:640px) {
    .counter-type-two .counter-grid .item .count-title {
        letter-spacing: 5px
    }
}

.timeline .heading-text {
    margin-bottom: 80px
}

.timeline .timeline-row {
    position: relative;
    float: left;
    width: 100%
}

    .timeline .timeline-row li {
        float: left;
        width: 100%;
        position: relative
    }

@media (max-width:639px) {
    .timeline .timeline-row li {
        padding-top: 10px;
        padding-bottom: 70px
    }
}

.timeline .timeline-row li .step {
    text-align: center;
    width: 42.5%
}

@media (max-width:639px) {
    .timeline .timeline-row li .step {
        width: 100%
    }
}

.timeline .timeline-row li .step .number {
    position: relative;
    font-size: 24px;
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif
}

@media (max-width:639px) {
    .timeline .timeline-row li .step .number {
        position: absolute;
        top: 10px;
        left: 75px
    }
}

.timeline .timeline-row li .step .number:after {
    content: '';
    position: absolute;
    top: 17px;
    right: -20px;
    height: 1px;
    width: 15px;
    background: #bab9be;
    z-index: 0
}

@media (max-width:639px) {
    .timeline .timeline-row li .step .number:after {
        display: none
    }
}

.timeline .timeline-row li .step p:last-child {
    margin-bottom: 0
}

@media (max-width:639px) {
    .timeline .timeline-row li .step .description {
        margin-left: 110px;
        text-align: left
    }
}

.timeline .timeline-row li:nth-child(odd) .step {
    float: left
}

@media (min-width:640px) {
    .timeline .timeline-row li:nth-child(odd) .step {
        text-align: right
    }
}

.timeline .timeline-row li:nth-child(2n) .step {
    float: right
}

@media (min-width:640px) {
    .timeline .timeline-row li:nth-child(2n) .step {
        text-align: left
    }
}

.timeline .timeline-row li:nth-child(2n) .step .number:after {
    right: auto;
    left: -20px
}

.timeline .timeline-row li:before {
    content: '';
    top: -12px;
    height: 59px;
    width: 59px;
    background: url(assets/images/timeline-bullet.png) no-repeat;
    z-index: 1
}

@media (max-width:639px) {
    .timeline .timeline-row li:before {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:639px) {
    .timeline .timeline-row li:after {
        content: '';
        bottom: 20px;
        position: absolute;
        left: 28px;
        height: 30px;
        width: 1px;
        background-color: #bab9be;
        z-index: 1
    }
}

.timeline .timeline-row li:last-child {
    padding-bottom: 0
}

    .timeline .timeline-row li:last-child:after {
        display: none
    }

.timeline .timeline-row:after {
    content: '';
    top: 0;
    height: 100%;
    width: 1px;
    background: #bab9be;
    z-index: 0
}

@media (max-width:639px) {
    .timeline .timeline-row:after {
        display: none
    }
}

.timeline .btn-action {
    margin-top: 50px
}

.timeline.bg-dark .timeline-row li:before, .timeline.bg-grey .timeline-row li:before, .timeline.bottom-gutter .timeline-row li:before {
    background: url(assets/images/timeline-bullet-grey.png) no-repeat
}

.testimonial .item {
    font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
    font-style: italic;
    padding: 0 15px
}

@media (min-width:1200px) {
    .testimonial .item {
        padding: 0 100px
    }
}

.testimonial .item p {
    line-height: 1.7
}

.testimonial .name {
    margin-bottom: 0;
    color: #bab9be;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    font-style: normal
}

@media (max-width:639px) {
    .testimonial .name {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:639px) {
    .testimonial .slick-arrow {
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.section-form {
    background-color: #edf1f2
}

.gform_button_select_files {
    z-index: 0 !important
}

.gform_fields {
    list-style: none;
    margin: -15px 0 0;
    padding: 0
}

    .gform_fields li {
        margin-top: 15px;
        position: relative
    }

        .gform_fields li label {
            position: absolute;
            font-size: 16px;
            left: 10px;
            top: 50%;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s
        }

        .gform_fields li .moxie-shim {
            z-index: 1 !important
        }

        .gform_fields li.gform_hidden {
            margin-top: 0;
            padding: 0
        }

        .gform_fields li.clicked label {
            top: 10px;
            font-size: 12px;
            color: #aaa
        }

        .gform_fields li.details label {
            top: 30px
        }

        .gform_fields li.details.clicked label {
            top: 10px
        }

@media (min-width:640px) {
    .gform_validation_error li.gfield {
        padding-bottom: 20px;
        position: relative
    }
}

.gform_validation_error li.gfield .validation_message {
    text-align: left;
    margin-top: 10px
}

@media (min-width:640px) {
    .gform_validation_error li.gfield .validation_message {
        position: absolute;
        bottom: 0
    }
}

.validation_error {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 30px;
    padding: 20px 0;
    margin-right: 15px
}

.gform_heading {
    display: none
}

.gform_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
}

.half-width {
    display: inline-block;
    margin-right: 15px;
    width: calc(50% - 15px)
}

@media (max-width:639px) {
    .half-width {
        width: 100%;
        margin-right: 0
    }
}

.half-width:after {
    clear: both;
    content: "";
    display: block
}

.full-width, .gfield.details {
    margin-right: 15px
}

@media (max-width:639px) {
    .full-width, .gfield.details {
        margin-right: 0
    }
}

.full-width {
    width: calc(100% - 15px) !important
}

@media (max-width:639px) {
    .full-width {
        width: 100% !important
    }
}

.gform_button_select_files, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 10px;
    background: #FFF;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

.gform_drop_instructions {
    display: none
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #2a2a3a;
    opacity: 1
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    color: #2a2a3a;
    opacity: 1
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #2a2a3a;
    opacity: 1
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, textarea:-moz-placeholder {
    color: #2a2a3a;
    opacity: 1
}

.ginput_container_select {
    position: relative
}

    .ginput_container_select:after {
        content: '';
        display: block;
        width: 10px;
        height: 6px;
        background: url("assets/images/down-arrow.png") no-repeat 0 0;
        right: 15px;
        pointer-events: none
    }

    .ginput_container_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        word-break: normal;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1.9
    }

@media (max-width:767px) {
    .ginput_container_select select {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.ginput_container_select select option {
    padding: 5px 10px;
    font-size: 14px
}

.gform_footer {
    margin-top: 35px;
    text-align: center;
    position: relative
}

    .gform_footer .gform_ajax_spinner {
        position: absolute;
        margin-left: 20px
    }

.gform_wrapper textarea.large {
    height: 125px
}

.gform_button {
    border: none;
    margin: 0
}

.validation_error, .validation_message {
    color: #f82900;
    font-size: 13px
}

.gform_validation_container {
    display: none
}

.button-yellow_wrapper .button {
    background: #fed008;
    color: #2a2a3a
}

.section.static-banner {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #edf1f2;
    position: relative;
    background-size: inherit
}

@media (max-width:1699px) {
    .section.static-banner {
        background-size: 50%
    }
}

@media (min-width:1200px) {
    .section.static-banner {
        min-height: 620px
    }
}

@media (max-width:991px) {
    .section.static-banner {
        background-image: none !important;
        text-align: center
    }
}

@media (max-width:1199px) {
    .section.static-banner .container {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width:992px) {
    .section.static-banner .content {
        max-width: 50%;
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .section.static-banner .content {
        max-width: 600px
    }
}

.section.static-banner .feature-image {
    margin-top: 80px
}

@media (min-width:992px) {
    .section.static-banner .feature-image {
        display: none
    }
}

.section.static-banner .heading-text p {
    margin-bottom: 0
}

@media (max-width:991px) {
    .section.static-banner .heading-text:after {
        position: relative;
        margin: 0px auto
    }
}

hr {
    margin: 0
}

.portfolio .container {
    padding-left: 0;
    padding-right: 0
}

.portfolio [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.portfolio .portfolio-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width:1200px) {
    .portfolio .portfolio-cover:hover .content {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1
    }

    .portfolio .portfolio-cover:hover .hover-icon {
        margin-top: 0
    }
}

.portfolio .portfolio-cover .hover-icon {
    background: #FFF;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fed008;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

    .portfolio .portfolio-cover .hover-icon:hover {
        background: #fed008;
        color: #FFF
    }

.portfolio .aspect-ratio {
    display: block;
    position: relative;
    padding-top: 75%
}

.portfolio .content {
    text-align: center;
    font-size: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.portfolio .excerpt {
    text-align: center;
    padding: 30px 15px 0;
    font-size: 16px
}

@media (max-width:767px) {
    .portfolio .excerpt {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .portfolio .excerpt {
        padding: 40px 50px
    }
}

.portfolio .excerpt .excerpt-content {
    margin-bottom: 20px
}

.portfolio .excerpt .category-link {
    display: block
}

.portfolio .excerpt .project-title {
    margin-bottom: 0
}

.portfolio .project-title {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    text-transform: uppercase
}

    .portfolio .project-title a:hover {
        color: #fed008
    }

.portfolio.showcase .excerpt {
    padding: 40px 0 30px
}

.portfolio.showcase .project-title {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    text-transform: uppercase
}

.portfolio.showcase .category-link {
    margin-bottom: 0
}

    .portfolio.showcase .category-link a {
        font-size: 11px;
        letter-spacing: 1px;
        color: #2a2a3a;
        text-transform: uppercase
    }

        .portfolio.showcase .category-link a:hover {
            text-decoration: underline
        }

.filter {
    margin-bottom: 0;
    padding: 0;
    text-align: center
}

@media (max-width:767px) {
    .filter {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:480px) {
    .filter {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:440px) {
    .filter {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:379px) {
    .filter {
        padding-left: 15px;
        padding-right: 15px
    }
}

.filter li {
    display: inline-block;
    margin-bottom: 5px
}

    .filter li span {
        border-radius: 3px;
        display: inline-block;
        cursor: pointer;
        padding: 7px 15px;
        font-size: 16px;
        color: #7c7c7c;
        border: 1px solid #7c7c7c
    }

        .filter li span.active, .filter li span.is-check.active, .filter li span:hover {
            border-color: #161b1f;
            color: #161b1f
        }

.portfolio-grid {
    margin-top: 50px
}

    .portfolio-grid .element-item {
        width: 33.33%;
        padding: 5px
    }

@media (max-width:991px) {
    .portfolio-grid .element-item {
        width: 50%
    }
}

@media (max-width:639px) {
    .portfolio-grid .element-item {
        width: 100%
    }
}

.single-portfolio .single-content .app-store {
    display: inline-block;
    margin-right: 6px
}

    .single-portfolio .single-content .app-store:last-child {
        margin-right: 0
    }

    .single-portfolio .single-content .app-store img {
        max-width: 124px;
        height: auto
    }

.award-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .award-list .item {
        padding: 0 30px;
        text-align: center;
        position: relative;
        height: 150px;
        max-width: 220px;
        display: inline-block
    }

@media (max-width:1199px) {
    .award-list .item {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 183px
    }
}

@media (max-width:991px) {
    .award-list .item {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .award-list .item {
        max-width: none;
        width: 48%;
        text-align: center;
        height: 100px
    }
}

.award-list .item img {
    position: relative;
    max-height: 100px
}

@media (max-width:767px) {
    .award-list .item img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        max-width: 180px
    }
}

@media (max-width:639px) {
    .award-list .item img {
        max-width: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.tabs-section {
    position: relative;
    background-image: url(assets/images/wave.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #f7f7f7;
    background-size: cover
}

    .tabs-section .carousels-wrap {
        position: relative;
        padding-bottom: 50px
    }

    .tabs-section .jcarousel {
        overflow: hidden;
        position: relative
    }

        .tabs-section .jcarousel > ul {
            width: 20000em;
            position: relative;
            list-style: none;
            margin: 0;
            padding: 0
        }

            .tabs-section .jcarousel > ul .tab-description {
                float: left
            }

    .tabs-section .navigation {
        position: relative;
        margin-bottom: 50px
    }

@media (max-width:991px) {
    .tabs-section .navigation {
        padding: 0 50px
    }
}

@media (min-width:992px) {
    .tabs-section .navigation .tab-nav {
        width: auto;
        left: 0 !important
    }
}

.tabs-section .navigation .tab-nav li {
    vertical-align: top;
    position: relative;
    font-size: 18px;
    display: inline-block;
    padding: 0 10px 25px;
    width: 220px;
    cursor: pointer;
    float: none;
    margin-left: -10px;
    font-family: 'Proxima-Nova-Light', arial, sans-serif;
    color: #bab9be
}

@media (max-width:1199px) {
    .tabs-section .navigation .tab-nav li {
        width: 180px
    }
}

@media (max-width:991px) {
    .tabs-section .navigation .tab-nav li {
        margin-left: 0
    }
}

.tabs-section .navigation .tab-nav li:after {
    content: '';
    width: 60px;
    height: 3px;
    bottom: 0;
    background: #bab9be
}

.tabs-section .navigation .tab-nav li.active, .tabs-section .navigation .tab-nav li:hover {
    color: #2a2a3a
}

    .tabs-section .navigation .tab-nav li.active:after, .tabs-section .navigation .tab-nav li:hover:after {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
        background: #fed008
    }

    .tabs-section .navigation .tab-nav li.active .icon, .tabs-section .navigation .tab-nav li:hover .icon {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: 1
    }

        .tabs-section .navigation .tab-nav li.active .icon img, .tabs-section .navigation .tab-nav li:hover .icon img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

.tabs-section .navigation .tab-nav li:hover {
    color: #161b1f
}

.tabs-section .navigation .tab-nav li .icon {
    display: block;
    margin-bottom: 15px
}

    .tabs-section .navigation .tab-nav li .icon img {
        max-height: 60px;
        margin: auto;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

.tabs-section .navigation .tab-nav:after {
    content: '';
    clear: both;
    display: block
}

.tabs-section .navigation .next, .tabs-section .navigation .prev {
    display: none
}

.tabs-section .carousel-stage > ul {
    overflow: hidden
}

.tabs-section .tab-description {
    position: relative
}

@media (min-width:640px) {
    .tabs-section .tab-description {
        padding: 0 50px
    }
}

@media (max-width:1199px) {
    .tabs-section .tab-description .image-side {
        margin-bottom: 50px
    }
}

.tabs-section .tab-description .btn-wrap {
    text-align: center;
    margin-top: 50px
}

.tabs-section .next, .tabs-section .prev {
    width: 42px;
    height: 42px;
    display: block;
    background: #FFF;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bab9be;
    left: 0;
    top: 30px;
    z-index: 1
}

@media (max-width:991px) {
    .tabs-section .prev-2.next, .tabs-section .prev.prev-2 {
        top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .tabs-section .prev-2.next, .tabs-section .prev.prev-2 {
        top: auto;
        bottom: -10px
    }
}

.tabs-section .next:hover, .tabs-section .prev:hover {
    background: #fed008;
    border-color: #ecc001
}

    .tabs-section .next:hover .fa, .tabs-section .prev:hover .fa {
        color: #FFF
    }

.tabs-section .next .fa, .tabs-section .prev .fa {
    font-size: 14px;
    color: #fed008;
    margin-left: -1px
}

.tabs-section .next {
    right: 0;
    left: auto
}

    .tabs-section .next .fa {
        margin-left: 1px
    }

@media (max-width:991px) {
    .tabs-section .next.next-2 {
        top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .tabs-section .next.next-2 {
        top: auto;
        bottom: -10px
    }
}

ul.tabs-accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:767px) {
    ul.tabs-accordion {
        margin-bottom: 35px
    }
}

ul.tabs-accordion li {
    padding: 20px 5px;
    font-size: 18px;
    border-bottom: 1px solid #edf1f2;
    cursor: pointer
}

    ul.tabs-accordion li.active {
        background-color: #fed008
    }

.career {
    padding-bottom: 80px
}

@media (max-width:767px) {
    .career {
        padding-bottom: 0
    }
}

.career-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:767px) {
    .career-sidebar ul {
        margin-bottom: 35px
    }
}

.career-sidebar ul li {
    padding: 20px 5px;
    font-size: 18px;
    border-bottom: 1px solid #edf1f2;
    cursor: pointer
}

    .career-sidebar ul li.active {
        background-color: #fed008
    }

.tab_content {
    display: none
}

@media (max-width:767px) {
    .tab_content {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .tab_container {
        padding-left: 50px
    }
}

.tab_drawer_heading {
    display: none
}

@media (max-width:767px) {
    .tab_drawer_heading {
        padding: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        cursor: pointer;
        background: #edf1f2;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

.tab_drawer_heading.d_active {
    margin-bottom: 30px;
    background: #fed008
}

@media (max-width:991px) {
    #page .subscribe .label-text {
        text-align: center;
        padding-bottom: 30px
    }
}

#page .subscribe .subscribe-module--form {
    position: relative
}

@media (min-width:379px) {
    #page .subscribe .subscribe-module--form .gform_body {
        padding-right: 160px
    }
}

#page .subscribe .subscribe-module--form .gform_footer {
    margin-top: 10px
}

@media (min-width:379px) {
    #page .subscribe .subscribe-module--form .gform_footer {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0
    }
}

#page .subscribe .subscribe-module--form .gform_footer .gform_button {
    border-radius: 6px
}

@media (min-width:379px) {
    #page .subscribe .subscribe-module--form .gform_footer .gform_button {
        min-width: 140px
    }
}

#page .subscribe .subscribe-module--form .validation_error {
    display: none
}

.single-content ul {
    text-align: left
}

.single-content p:last-child {
    margin-bottom: 30px
}

.single-content-with-framework-listing .icon-wrap {
    max-width: 690px;
    margin: 50px auto 35px
}

    .single-content-with-framework-listing .icon-wrap .icons {
        background: #FFF;
        width: 333px;
        height: 112px;
        border: 1px solid #e1eaec;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        position: relative;
        margin: 0 0 15px 15px
    }

        .single-content-with-framework-listing .icon-wrap .icons:nth-child(odd) {
            margin-left: 0
        }

@media (max-width:767px) {
    .single-content-with-framework-listing .icon-wrap .icons {
        width: 100%;
        margin-left: 0
    }
}

.img-cover {
    height: 550px
}

    .img-cover:after {
        display: none
    }

.both-content .col {
    padding: 50px 30px
}

@media (min-width:992px) {
    .both-content .col {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .both-content .col {
        padding: 100px 100px
    }
}

.contact-banner {
    font-size: 16px
}

    .contact-banner a {
        color: #FFF
    }

    .contact-banner .title-holder {
        position: relative
    }

        .contact-banner .title-holder .contact-title {
            font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
            text-transform: uppercase;
            text-align: right;
            padding-right: 100px;
            font-size: 60px;
            margin-bottom: 0;
            line-height: 1.2
        }

@media (max-width:991px) {
    .contact-banner .title-holder .contact-title {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .contact-banner .title-holder .contact-title {
        font-size: 35px
    }
}

.contact-banner .address-list {
    margin-bottom: 50px;
    padding: 0 0 20px;
    position: relative
}

@media (max-width:639px) {
    .contact-banner .address-list {
        width: 100%;
        text-align: center
    }
}

.contact-banner .address-list .h3 {
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif
}

.contact-banner .address-list p {
    margin-bottom: 15px
}

.contact-banner .address-list .map-link .fa {
    margin-right: 5px
}

.contact-banner .address-list .map-link:hover {
    color: #fed008
}

.contact-banner .address-list:after {
    content: '';
    background: #fed008;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px
}

@media (max-width:767px) {
    .contact-banner .address-list:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-price-table {
    background: #edf1f2;
    text-align: center
}

    .section-price-table .package-wrap {
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden
    }

    .section-price-table .package {
        text-align: center;
        float: none;
        display: inline-block;
        margin-left: -4px;
        vertical-align: top
    }

@media (max-width:991px) {
    .section-price-table .package {
        margin-bottom: 50px;
        width: 100%
    }

        .section-price-table .package:last-child {
            margin-bottom: 0
        }
}

.section-price-table .package .price-label {
    background: #2a2a3a;
    color: #FFF;
    padding: 10px 0
}

.section-price-table .package .price-per-month {
    color: #FFF;
    padding: 40px 0
}

    .section-price-table .package .price-per-month .h2 {
        margin-bottom: 0
    }

.section-price-table .package:first-child .link, .section-price-table .package:first-child .price-per-month {
    background: #4997cf
}

.section-price-table .package:nth-child(2) .link, .section-price-table .package:nth-child(2) .price-per-month {
    background: #30a09c
}

.section-price-table .package:nth-child(3) .link, .section-price-table .package:nth-child(3) .price-per-month {
    background: #9a5b77
}

.section-price-table .package li {
    border-bottom: 1px solid #edf1f2;
    padding: 10px;
    background: #FFF
}

    .section-price-table .package li:last-child {
        border-bottom: none
    }

.section-price-table .package .link {
    display: block;
    color: #FFF;
    padding: 10px 0
}

    .section-price-table .package .link:hover {
        text-decoration: none;
        opacity: 0.7
    }

.team-members .team-heads img {
    display: block;
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .team-members .team-heads img {
        max-width: 265px;
        max-height: 265px
    }
}

.team-members .team-heads [class*=col-] {
    margin-bottom: 30px
}

@media (max-width:379px) {
    .team-members .team-heads .col-xs-6 {
        width: 100%
    }
}

.team-members .rest-of-team [class*=col-] {
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .team-members .rest-of-team img {
        max-width: 165px;
        max-height: 200px
    }
}

.error-404 h1, .thank-you h1 {
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
    font-size: 70px
}

@media (max-width:767px) {
    .error-404, .thank-you {
        text-align: center
    }
}

@media (max-width:767px) {
    .error-404 .col-sm-5, .thank-you .col-sm-5 {
        margin-bottom: 50px
    }
}

.error-404 a, .thank-you a {
    text-decoration: underline
}

    .error-404 a:hover, .thank-you a:hover {
        text-decoration: none
    }

@media print {
    * {
        background: #fff !important;
        color: #000 !important
    }

    .site-header, img {
        display: none
    }

    a[href]:after {
        content: none !important
    }

    .hi-hc-block .col-sm-6, .scroll-to-element .col-sm-6 {
        width: 100%
    }

    .portfolio .aspect-ratio {
        padding-top: 0
    }

    .testimonial {
        border: 1px solid #000
    }

        .testimonial .slick-arrow {
            display: none
        }
}

.page-template-quiz {
    padding-top: 0;
    overflow: hidden
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-template-quiz {
        height: 100%;
        width: 100%;
        position: fixed
    }
}

@media only screen and (max-device-width:767px) {
    .page-template-quiz {
        height: 100%;
        width: 100%;
        position: fixed
    }
}

.quiz-banner {
    padding: 90px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto
}

@media (min-width:768px) {
    .quiz-banner {
        height: 100vh
    }
}

@media (max-width:767px) {
    .quiz-banner {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.quiz-banner .quiz-logo {
    margin-bottom: 75px
}

@media (max-width:767px) {
    .quiz-banner .quiz-logo {
        margin-bottom: 40px
    }
}

.quiz-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:991px) {
    .quiz-banner .content {
        width: 100%
    }
}

@media (max-width:767px) {
    .quiz-banner .content {
        width: 100%;
        height: 100vh;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.quiz-banner h1 {
    color: #FFF;
    max-width: 725px;
    font-size: 60px;
    font-family: 'Brandon-Black', arial, sans-serif;
    margin: 0 auto 55px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2
}

@media (max-width:767px) {
    .quiz-banner h1 {
        font-size: 30px
    }
}

.quiz-banner .quiz-button {
    color: #fed008;
    text-transform: uppercase;
    border: 1px solid #fed008;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
    letter-spacing: 2px;
    padding: 20px 70px 20px 35px;
    background: url(assets/images/arrow.png) no-repeat right 38px center;
    display: inline-block;
    border-radius: 3px
}

.quiz-banner .quiz-result-button {
    font-size: 30px;
    border-top: 4px solid #fed008;
    border-bottom: 4px solid #fed008;
    text-transform: uppercase;
    color: #fed008;
    padding: 10px 0
}

.quiz-form {
    background: #fed008 url(assets/images/eb-watermark.html) no-repeat left bottom;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 99;
    left: 0;
    height: 100%;
    opacity: 0;
    overflow: auto
}

    .quiz-form.active {
        top: 0%;
        opacity: 1;
        -webkit-transition: top 0.3s;
        -o-transition: top 0.3s;
        transition: top 0.3s
    }

    .quiz-form .gform_wrapper {
        max-width: 100%
    }

    .quiz-form .container {
        max-width: 960px
    }

@media (max-width:1199px) {
    .quiz-form .container {
        max-width: 80%
    }
}

@media (max-width:767px) {
    .quiz-form .container {
        max-width: 100%
    }
}

.quiz-form .seperator {
    width: 10px;
    height: 59px;
    margin: 37px auto 40px
}

@media (max-width:767px) {
    .quiz-form .seperator {
        height: 0;
        margin-bottom: 0
    }
}

.quiz-form .validation_error {
    text-align: center;
    background: #f82900;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    padding: 5px 10px
}

.quiz-form .validation_message {
    color: #f82900;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic
}

.quiz-form .gf_progressbar_wrapper, .quiz-form .gform_heading {
    display: none
}

.quiz-form .gform_page {
    background: #FFF;
    padding: 65px 75px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10%
}

@media (max-width:1199px) {
    .quiz-form .gform_page {
        padding: 35px 45px
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page {
        padding: 15px
    }
}

.quiz-form .gform_page ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.quiz-form .gform_page .gfield_label {
    font-size: 42px;
    font-family: 'Proxima-Nova-Thin', arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto
}

@media (max-width:1199px) {
    .quiz-form .gform_page .gfield_label {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page .gfield_label {
        font-size: 20px
    }
}

.quiz-form .gform_page .gfield_label .number {
    font-size: 115px;
    font-family: 'Brandon-Black', arial, sans-serif;
    float: left;
    margin-top: -5px;
    line-height: 1;
    margin-right: 30px
}

@media (max-width:1199px) {
    .quiz-form .gform_page .gfield_label .number {
        font-size: 75px
    }
}

@media (max-width:991px) {
    .quiz-form .gform_page .gfield_label .number {
        font-size: 40px;
        margin-top: 2px
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page .gfield_label .number {
        font-size: 55px;
        margin-right: 20px;
        margin-top: -5px
    }
}

.quiz-form .gform_page .gfield_label .gfield_required {
    display: none
}

.quiz-form .gform_page .gfield_radio li {
    background: #edf1f2;
    margin-bottom: 2px;
    border-radius: 4px
}

@media (max-width:767px) {
    .quiz-form .gform_page .gfield_radio li {
        padding-left: 10px;
        padding-right: 10px
    }
}

.quiz-form .gform_page .gfield_radio li label {
    font-size: 18px;
    padding: 15px 30px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto
}

@media (max-width:1199px) {
    .quiz-form .gform_page .gfield_radio li label {
        font-size: 16px
    }
}

.quiz-form .gform_page .gfield_radio li input[type=radio] {
    margin-right: 20px;
    display: inline-block
}

.quiz-form .gform_page .gfield_radio li.active {
    background: #2a2a3a;
    position: relative
}

    .quiz-form .gform_page .gfield_radio li.active label {
        color: #FFF
    }

    .quiz-form .gform_page .gfield_radio li.active [type=radio]:checked + label:after, .quiz-form .gform_page .gfield_radio li.active [type=radio]:not(:checked) + label:after {
        background: #2a2a3a
    }

    .quiz-form .gform_page .gfield_radio li.active:after {
        content: '';
        display: block;
        background: url(assets/images/tick.png) 0 0 no-repeat;
        width: 21px;
        height: 17px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px
    }

@media (max-width:767px) {
    .quiz-form .gform_page .gfield_radio li.active:after {
        display: none
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page .gform_page_footer {
        text-align: center;
        margin-top: 15px
    }
}

.quiz-form .gform_page .gform_page_footer .gform_next_button, .quiz-form .gform_page .gform_page_footer .gform_previous_button {
    width: 70px;
    height: 70px;
    display: block;
    background: url(assets/images/quiz-arrow-right.png) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -130px
}

@media (max-width:1199px) {
    .quiz-form .gform_page .gform_page_footer .gform_next_button, .quiz-form .gform_page .gform_page_footer .gform_previous_button {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        right: -70px
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page .gform_page_footer .gform_next_button, .quiz-form .gform_page .gform_page_footer .gform_previous_button {
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        display: inline-block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.quiz-form .gform_page .gform_page_footer .gform_previous_button {
    background-image: url(assets/images/quiz-arrow-left.png);
    right: auto;
    left: -130px
}

@media (max-width:1199px) {
    .quiz-form .gform_page .gform_page_footer .gform_previous_button {
        left: -70px
    }
}

@media (max-width:767px) {
    .quiz-form .gform_page .gform_page_footer .gform_previous_button {
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        display: inline-block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.quiz-form .gform_page .gform_page_footer .gform_ajax_spinner {
    position: absolute
}

.quiz-form .gform_page [type=radio]:checked, .quiz-form .gform_page [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .quiz-form .gform_page [type=radio]:checked + label, .quiz-form .gform_page [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 67px;
        cursor: pointer;
        line-height: 20px;
        display: block;
        color: #666
    }

        .quiz-form .gform_page [type=radio]:checked + label:before, .quiz-form .gform_page [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 28px;
            top: 15px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff
        }

        .quiz-form .gform_page [type=radio]:checked + label:after, .quiz-form .gform_page [type=radio]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #FFF;
            position: absolute;
            top: 18px;
            left: 31px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease
        }

        .quiz-form .gform_page [type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0)
        }

        .quiz-form .gform_page [type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

.quiz-form .secondary-footer img {
    display: inline-block;
    margin-bottom: 30px
}

.page-template-quiz-result .quiz-banner, .page-template-review-thankyou .quiz-banner {
    height: auto
}

.page-template-quiz-result .quiz-form, .page-template-review-thankyou .quiz-form {
    opacity: 1;
    position: static;
    height: auto
}

    .page-template-quiz-result .quiz-form .gform_page, .page-template-review-thankyou .quiz-form .gform_page {
        margin: 50px 0 0
    }

    .page-template-quiz-result .quiz-form .single-col .description, .page-template-review-thankyou .quiz-form .single-col .description {
        margin-bottom: 40px
    }

    .page-template-quiz-result .quiz-form .two-col, .page-template-review-thankyou .quiz-form .two-col {
        overflow: hidden
    }

        .page-template-quiz-result .quiz-form .two-col .description, .page-template-review-thankyou .quiz-form .two-col .description {
            float: left;
            width: 60%
        }

@media (max-width:767px) {
    .page-template-quiz-result .quiz-form .two-col .description, .page-template-review-thankyou .quiz-form .two-col .description {
        width: 100%;
        margin-bottom: 30px
    }
}

.page-template-quiz-result .quiz-form .two-col .image, .page-template-review-thankyou .quiz-form .two-col .image {
    float: left;
    width: 40%
}

@media (max-width:767px) {
    .page-template-quiz-result .quiz-form .two-col .image, .page-template-review-thankyou .quiz-form .two-col .image {
        width: 100%;
        text-align: center
    }
}

.page-template-quiz-result .quiz-form .result, .page-template-review-thankyou .quiz-form .result {
    background: #FFF;
    padding: 65px 75px;
    border-radius: 4px;
    position: relative
}

@media (max-width:767px) {
    .page-template-quiz-result .quiz-form .result, .page-template-review-thankyou .quiz-form .result {
        padding: 30px
    }
}

.page-template-quiz-result .quiz-form .result h2, .page-template-review-thankyou .quiz-form .result h2 {
    font-family: 'Brandon-Black', arial, sans-serif;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1
}

@media (max-width:639px) {
    .page-template-quiz-result .quiz-form .result h2, .page-template-review-thankyou .quiz-form .result h2 {
        font-size: 30px
    }
}

.page-template-quiz-result .quiz-form .result h4, .page-template-review-thankyou .quiz-form .result h4 {
    font-size: 42px
}

@media (max-width:639px) {
    .page-template-quiz-result .quiz-form .result h4, .page-template-review-thankyou .quiz-form .result h4 {
        font-size: 24px
    }
}

.quiz-form .last-step-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: auto;
    background: #2a2a3a;
    background: rgba(42, 42, 58, 0.98);
    text-align: center
}

    .quiz-form .last-step-wrap li {
        margin-top: 15px;
        position: relative
    }

        .quiz-form .last-step-wrap li .gfield_label {
            font-size: 18px;
            position: absolute;
            left: 10px;
            top: 50%;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s
        }

        .quiz-form .last-step-wrap li.gform_hidden {
            margin-top: 0;
            padding: 0
        }

        .quiz-form .last-step-wrap li.clicked label {
            top: 10px;
            font-size: 12px;
            color: #aaa
        }

        .quiz-form .last-step-wrap li.details label {
            top: 30px
        }

        .quiz-form .last-step-wrap li.details.clicked label {
            top: 10px
        }

    .quiz-form .last-step-wrap .text-wrap {
        margin-bottom: 50px
    }

    .quiz-form .last-step-wrap .gform_fields li {
        margin-bottom: 10px
    }

    .quiz-form .last-step-wrap .gform_page_fields, .quiz-form .last-step-wrap .gform_page_footer {
        max-width: 500px;
        margin: auto;
        background: white;
        padding: 45px 80px 20px;
        border-radius: 6px 6px 0 0;
        position: relative
    }

@media (max-width:767px) {
    .quiz-form .last-step-wrap .gform_page_fields, .quiz-form .last-step-wrap .gform_page_footer {
        padding: 20px
    }
}

.quiz-form .last-step-wrap .gform_page_fields .fa-times, .quiz-form .last-step-wrap .gform_page_footer .fa-times {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    cursor: pointer
}

.quiz-form .last-step-wrap .gform_page_fields .logo, .quiz-form .last-step-wrap .gform_page_footer .logo {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px
}

.quiz-form .last-step-wrap .gform_page_fields .gfield_required, .quiz-form .last-step-wrap .gform_page_fields .number, .quiz-form .last-step-wrap .gform_page_footer .gfield_required, .quiz-form .last-step-wrap .gform_page_footer .number {
    display: none
}

.quiz-form .last-step-wrap .gform_page_footer {
    padding-top: 0;
    padding-bottom: 80px;
    border-radius: 0 0 6px 6px;
    margin-top: -1px
}

@media (max-width:767px) {
    .quiz-form .last-step-wrap .gform_page_footer {
        padding-bottom: 40px
    }
}

.quiz-form .last-step-wrap .gform_page_footer input[type=submit] {
    background: #fed008;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
    border: none;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    letter-spacing: 2px
}

.quiz-form .last-step-wrap .gform_previous_button {
    display: none !important
}

.quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .quiz-form textarea::-webkit-input-placeholder {
    color: #2a2a3a;
    opacity: 1
}

.quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .quiz-form textarea::-moz-placeholder {
    color: #c3cdda;
    opacity: 1
}

.quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .quiz-form textarea:-ms-input-placeholder {
    color: #c3cdda;
    opacity: 1
}

.quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, .quiz-form textarea:-moz-placeholder {
    color: #c3cdda;
    opacity: 1
}

.quiz-form .gform_button_select_files, .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .quiz-form select, .quiz-form textarea {
    padding: 15px 10px;
    background: #FFF;
    border: 1px solid #c3cdda;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    color: #445671
}

    .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
        border-color: #576e91;
        color: #445671
    }

        .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:-moz-placeholder, .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:-ms-input-placeholder, .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-moz-placeholder, .quiz-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-webkit-input-placeholder {
            opacity: 1
        }

.quiz-result .buttons {
    text-align: center
}

    .quiz-result .buttons .btn, .quiz-result .buttons .gform_button {
        min-width: 200px;
        margin-right: 10px
    }

        .quiz-result .buttons .btn:last-child, .quiz-result .buttons .gform_button:last-child {
            margin-right: 0
        }

@media (max-width:639px) {
    .quiz-result .buttons .btn, .quiz-result .buttons .gform_button {
        margin-right: 0;
        margin-bottom: 10px
    }
}

#gform_page_31_10 .logo {
    max-width: 60px;
    margin: 0 auto 25px
}

#gform_page_31_10 .text-wrap {
    text-align: center;
    margin-bottom: 75px
}

#gform_page_31_10 .gfield_label .number {
    display: none
}

.custom-next-button {
    overflow: hidden
}

    .custom-next-button .btn, .custom-next-button .gform_button {
        min-width: 120px;
        padding-top: 12px;
        padding-bottom: 12px;
        float: right;
        margin-top: 15px
    }

.digital-partners .partners-logo {
    max-width: 900px;
    margin: auto
}

    .digital-partners .partners-logo img {
        vertical-align: middle;
        margin: 50px 28px 0 0
    }

@media (max-width:639px) {
    .digital-partners .partners-logo img {
        margin-right: 15px;
        max-width: 125px
    }
}

.page-template-mobile-landing-page .bg-cover:after, .page-template-mobile-landing-page .img-cover:after {
    background: transparent
}

.sbwc {
    color: #FFF;
    text-align: center
}

    .sbwc .heading-text {
        font-size: 63px;
        line-height: 64px
    }

        .sbwc .heading-text:after {
            background-color: #FFF
        }

@media (max-width:767px) {
    .sbwc .heading-text {
        font-size: 40px;
        line-height: 1
    }
}

.sbwc .sbwc-counter {
    overflow: hidden;
    margin: 42px auto;
    max-width: 600px
}

    .sbwc .sbwc-counter .col-sm-3 {
        padding: 0
    }

@media (max-width:767px) {
    .sbwc .sbwc-counter .count-number {
        margin-bottom: 20px
    }
}

.sbwc .sbwc-counter .count-number .count-title {
    display: block;
    font-size: 14px;
    font-family: 'Proxima-Nova-Light', arial, sans-serif
}

.sbwc .sbwc-counter .count-number .icon-wrap {
    margin-bottom: 15px
}

    .sbwc .sbwc-counter .count-number .icon-wrap .icon {
        height: 48px
    }

.sbwc .sbwc-counter .count-number .h2 {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    font-size: 45px
}

.sbwc .btn-primary {
    border-radius: 0;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

.scwci .content-with-image .left-col, .scwci .content-with-image .right-col {
    float: left;
    max-width: 320px
}

@media (max-width:991px) {
    .scwci .content-with-image .left-col, .scwci .content-with-image .right-col {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .scwci .content-with-image .left-col, .scwci .content-with-image .right-col {
        float: none;
        max-width: 300px;
        margin: auto
    }
}

.scwci .content-with-image .left-col .content, .scwci .content-with-image .right-col .content {
    overflow: hidden;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .scwci .content-with-image .left-col .content, .scwci .content-with-image .right-col .content {
        text-align: center
    }
}

.scwci .content-with-image .left-col .content .description, .scwci .content-with-image .right-col .content .description {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin-right: 20px;
    font-size: 15px
}

@media (max-width:991px) {
    .scwci .content-with-image .left-col .content .description, .scwci .content-with-image .right-col .content .description {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%
    }
}

@media (max-width:767px) {
    .scwci .content-with-image .left-col .content .description, .scwci .content-with-image .right-col .content .description {
        display: block
    }
}

.scwci .content-with-image .left-col .content img, .scwci .content-with-image .right-col .content img {
    display: inline-block;
    width: 30px;
    height: 40px
}

.scwci .content-with-image .center-image {
    float: left;
    max-width: 470px
}

@media (max-width:1199px) {
    .scwci .content-with-image .center-image {
        max-width: 300px
    }
}

@media (max-width:767px) {
    .scwci .content-with-image .center-image {
        float: none;
        text-align: center;
        margin: auto
    }
}

.scwci .content-with-image .right-col {
    float: right
}

@media (max-width:767px) {
    .scwci .content-with-image .right-col {
        float: none;
        max-width: 300px;
        margin: auto
    }
}

.scwci .content-with-image .right-col .description {
    margin-left: 20px;
    margin-right: 0 !important
}

@media (max-width:991px) {
    .scwci .content-with-image .right-col .description {
        margin-left: 0
    }
}

.scwci .content-with-image .right-col img {
    float: left
}

@media (max-width:991px) {
    .scwci .content-with-image .right-col img {
        float: none
    }
}

.static-banner-flexible {
    background-repeat: no-repeat
}

    .static-banner-flexible.left-position {
        background-position: left center;
        background-size: cover
    }

        .static-banner-flexible.left-position .content {
            float: right
        }

    .static-banner-flexible.right-position {
        background-position: right center;
        background-size: cover
    }

    .static-banner-flexible .content {
        max-width: 550px
    }

.section-gallery {
    padding-top: 0
}

    .section-gallery img {
        max-width: none;
        width: 100%
    }

    .section-gallery .row {
        margin: 0
    }

    .section-gallery .col {
        float: left
    }

@media (max-width:639px) {
    .section-gallery .col {
        float: none
    }
}

.section-gallery .full-image .col {
    float: none;
    width: 100%
}

.section-gallery .two-cols .col {
    width: 50%
}

@media (max-width:639px) {
    .section-gallery .two-cols .col {
        width: 100%
    }
}

.section-gallery .two-cols .col.align-right {
    float: right
}

@media (max-width:639px) {
    .section-gallery .two-cols .col.align-right {
        float: none
    }
}

.section-gallery .three-cols .col {
    width: 33.33%
}

@media (max-width:639px) {
    .section-gallery .three-cols .col {
        width: 100%
    }
}

.section-gallery .inner-col {
    float: left;
    width: 50%
}

@media (max-width:639px) {
    .section-gallery .inner-col {
        width: 100%
    }
}

.chart-block {
    padding: 40px 0
}

.maxicharts_reports-wrap {
    margin: 0 auto 25px !important
}

.payment-block {
    background: #f9f9f9;
    padding: 80px 0
}

@media (max-width:767px) {
    .payment-block {
        padding: 40px 0
    }
}

.payment-block .ginput_full {
    position: relative;
    display: block;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .payment-block .ginput_full {
        margin-bottom: 20px
    }
}

.payment-block .ginput_card_expiration_container {
    display: block;
    position: relative
}

    .payment-block .ginput_card_expiration_container:after {
        content: "";
        display: block;
        clear: both
    }

.payment-block .ginput_cardinfo_left {
    margin-bottom: 25px;
    display: block
}

@media (max-width:767px) {
    .payment-block .ginput_cardinfo_left {
        margin-bottom: 20px
    }
}

.payment-block .ginput_cardinfo_left .ginput_card_expiration {
    float: left;
    width: 48%
}

    .payment-block .ginput_cardinfo_left .ginput_card_expiration + .ginput_card_expiration {
        margin-left: 4%
    }

.payment-block .ginput_cardinfo_right {
    margin-bottom: 25px;
    display: block
}

@media (max-width:767px) {
    .payment-block .ginput_cardinfo_right {
        margin-bottom: 20px
    }
}

.payment-block .ginput_card_security_code_icon {
    position: absolute;
    right: 0
}

.payment-block .gfield_creditcard_warning_message {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px
}

div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(assets/images/gf-creditcard-icons.html);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.page-template-payment form label {
    pointer-events: none !important;
    display: none
}

.page-template-mobile-landing-page {
    padding-top: 0
}

    .page-template-mobile-landing-page .site-header {
        background: none;
        border: none;
        position: absolute
    }

        .page-template-mobile-landing-page .site-header .call {
            color: #FFF
        }

@media (max-width:991px) {
    .page-template-mobile-landing-page .site-header .call {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .page-template-mobile-landing-page .site-header .nav-wrap {
        padding-right: 0
    }
}

.page-template-mobile-landing-page .sbwc {
    padding-top: 170px
}

.page-template-mobile-landing-page .gform_body li {
    color: #2a2a3a
}

.page-template-mobile-landing-page #page .gform_button, .page-template-mobile-landing-page .btn, .page-template-mobile-landing-page .gform_button {
    border-radius: 0;
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

.page-template-mobile-landing-page #page .gform_button {
    color: #534313
}

.page-template-mobile-landing-page #page .section-form {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-template-mobile-landing-page #page .gform_button {
    background: #fed008
}

.page-template-mobile-landing-page .eb-seperator {
    margin-top: -103px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .page-template-mobile-landing-page .eb-seperator {
        margin-top: -50px
    }
}

.page-template-mobile-landing-page .tabs-section .heading-text {
    margin-bottom: 20px
}

    .page-template-mobile-landing-page .tabs-section .heading-text:after {
        display: none
    }

    .page-template-mobile-landing-page .tabs-section .heading-text + h3 {
        color: #f9be12;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Proxima-Nova-Regular', arial, sans-serif
    }

@media (max-width:767px) {
    .page-template-mobile-landing-page .tabs-section .carousels-wrap .carousel-stage .tab-description .image-side {
        display: none
    }
}

.page-template-mobile-landing-page .hi-hc-block .list-content {
    margin-left: 60px
}

    .page-template-mobile-landing-page .hi-hc-block .list-content h4 {
        font-family: 'Proxima-Nova-Semibold', arial, sans-serif;
        font-size: 15px;
        margin-bottom: 6px
    }

.page-template-mobile-landing-page .hi-hc-block .transparent-list-view .icon {
    width: 50px
}

    .page-template-mobile-landing-page .hi-hc-block .transparent-list-view .icon img {
        margin-top: 0
    }

@media (max-width:767px) {
    .page-template-mobile-landing-page .logo-list .item:nth-child(n+7) {
        display: none
    }
}

.page-template-ebook-2 .site-branding {
    margin-top: 14px
}

    .page-template-ebook-2 .site-branding img {
        width: auto;
        height: auto
    }

@media (max-width:767px) {
    .page-template-ebook-2 .nav-wrap {
        padding-right: 0
    }
}

.page-template-ebook-2 .hi-hc-block-default h2 {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    color: #FFF;
    text-align: center
}

.page-template-ebook-2 .hi-hc-block-default .gform_button {
    background: #fed008 !important;
    color: #534313 !important
}

@media (min-width:768px) {
    .page-template-ebook-2 .img-column + .col-sm-6 {
        padding-right: 100px;
        padding-left: 60px
    }
}

.page-template-ebook-2 .column-layout .heading-text {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

    .page-template-ebook-2 .column-layout .heading-text:after {
        display: none
    }

.page-template-ebook-2 .column-layout .section-heading + .text-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .page-template-ebook-2 .column-layout .section-heading + .text-center .column {
        padding: 0 10px;
        text-align: center;
        width: calc(100% * (1/3));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        line-height: 1.5;
        font-size: 16px
    }

@media (max-width:991px) {
    .page-template-ebook-2 .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/3))
    }
}

@media (max-width:767px) {
    .page-template-ebook-2 .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/3))
    }
}

@media (max-width:639px) {
    .page-template-ebook-2 .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/2))
    }
}

@media (max-width:379px) {
    .page-template-ebook-2 .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/2))
    }
}

@media (min-width:768px) {
    .page-template-ebook-2 .column-layout [class*=col-] {
        margin-bottom: 120px
    }
}

.page-template-ebook-2 .column-layout h3 {
    font-size: 24px;
    font-family: 'Proxima-Nova-Light', arial, sans-serif
}

@media (max-width:639px) {
    .page-template-ebook-2 .column-layout h3 {
        font-size: 18px
    }
}

.page-template-ebook-2 .column-layout .icon {
    display: block;
    margin-bottom: 30px
}

    .page-template-ebook-2 .column-layout .icon img {
        max-height: 80px
    }

@media (max-width:639px) {
    .page-template-ebook-2 .column-layout .icon img {
        max-height: 40px
    }
}

.page-template-ebook-2 #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-template-ebook-2 #page select, .page-template-ebook-2 #page textarea, .page-template-ebook-2 .gform_button_select_files {
    padding-left: 20px !important;
    border-radius: 0 !important
}

.page-template-ebook-2 .single-content {
    margin-top: 296px
}

@media (max-width:379px) {
    .page-template-ebook-2 .single-content {
        margin-top: 230px
    }
}

.page-template-ebook-2 .single-content .img-wrap {
    margin-top: -345px;
    margin-bottom: 65px
}

@media (max-width:379px) {
    .page-template-ebook-2 .single-content .img-wrap {
        margin-top: -250px
    }
}

.page-template-ebook-2 .single-content .heading-text {
    font-family: 'Proxima-Nova-Thin', arial, sans-serif
}

    .page-template-ebook-2 .single-content .heading-text:after {
        display: none
    }

.page-template-ebook-2 .site-footer .mini-container {
    max-width: 886px
}

.page-template-ebook-2 .site-footer .secondary-footer {
    padding-top: 56px;
    padding-right: 0;
    padding-left: 0
}

@media (max-width:767px) {
    .page-template-ebook-2 .site-footer .secondary-footer {
        padding-left: 15px;
        padding-right: 15px
    }
}

.page-template-ebook-2 .site-footer .secondary-footer .copyright {
    color: #676768
}

.page-template-ebook-2 .site-footer .secondary-footer .policies li {
    border-color: #676768
}

.page-template-ebook-2 .site-footer .secondary-footer .policies a {
    color: #676768
}

.page-template-ebook-2 .site-footer .disclaimer {
    color: #676768
}

.page-template-ebook-2 .site-footer .footer-logo {
    margin-bottom: 43px
}

.page-template-website-ebook .site-branding {
    margin-top: 14px
}

    .page-template-website-ebook .site-branding img {
        width: auto;
        height: auto
    }

@media (max-width:767px) {
    .page-template-website-ebook .nav-wrap {
        padding-right: 0
    }
}

.page-template-website-ebook .hi-hc-block-default h2 {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif;
    color: #FFF;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.page-template-website-ebook .hi-hc-block-default .gform_button {
    background: #fed008 !important;
    color: #534313 !important
}

.page-template-website-ebook .img-column {
    text-align: left
}

@media (min-width:768px) {
    .page-template-website-ebook .img-column + .col-sm-6 {
        padding-right: 100px
    }
}

.page-template-website-ebook .column-layout .heading-text {
    font-family: 'Proxima-Nova-Regular', arial, sans-serif
}

    .page-template-website-ebook .column-layout .heading-text:after {
        display: none
    }

@media (min-width:768px) {
    .page-template-website-ebook .column-layout [class*=col-] {
        margin-bottom: 85px
    }
}

.page-template-website-ebook .column-layout .icon {
    display: block;
    margin-bottom: 20px
}

    .page-template-website-ebook .column-layout .icon img {
        max-height: 80px
    }

.page-template-website-ebook .column-layout .section-heading + .text-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .page-template-website-ebook .column-layout .section-heading + .text-center .column {
        padding: 0 10px;
        text-align: center;
        width: calc(100% * (1/4));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        line-height: 1.5;
        font-size: 16px
    }

@media (max-width:991px) {
    .page-template-website-ebook .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/3))
    }
}

@media (max-width:767px) {
    .page-template-website-ebook .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/4))
    }
}

@media (max-width:639px) {
    .page-template-website-ebook .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/3))
    }
}

@media (max-width:379px) {
    .page-template-website-ebook .column-layout .section-heading + .text-center .column {
        width: calc(100% * (1/2))
    }
}

.page-template-website-ebook .column-layout .section-heading + .text-center .column img {
    max-height: 75px
}

@media (max-width:639px) {
    .page-template-website-ebook .column-layout .section-heading + .text-center .column img {
        max-height: 40px
    }
}

.page-template-website-ebook .column-layout .section-heading + .text-center .column h6 {
    font-size: 18px
}

.page-template-website-ebook .column-layout h3 {
    font-size: 24px;
    font-family: 'Proxima-Nova-Light', arial, sans-serif
}

@media (max-width:639px) {
    .page-template-website-ebook .column-layout h3 {
        font-size: 18px
    }
}

.page-template-website-ebook #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-template-website-ebook #page select, .page-template-website-ebook #page textarea, .page-template-website-ebook .gform_button_select_files {
    padding-left: 20px !important;
    border-radius: 0 !important
}

.page-template-website-ebook .single-content {
    margin-top: 360px
}

@media (max-width:379px) {
    .page-template-website-ebook .single-content {
        margin-top: 230px
    }
}

.page-template-website-ebook .single-content .img-wrap {
    margin-top: -413px;
    margin-bottom: 30px
}

@media (max-width:379px) {
    .page-template-website-ebook .single-content .img-wrap {
        margin-top: -250px
    }
}

.page-template-website-ebook .single-content .heading-text {
    font-family: 'Proxima-Nova-Thin', arial, sans-serif;
    margin-bottom: 25px
}

    .page-template-website-ebook .single-content .heading-text:after {
        display: none
    }

.page-template-website-ebook .site-footer .mini-container {
    max-width: 886px
}

.page-template-website-ebook .site-footer .secondary-footer {
    padding-top: 56px;
    padding-right: 0;
    padding-left: 0
}

@media (max-width:767px) {
    .page-template-website-ebook .site-footer .secondary-footer {
        padding-left: 15px;
        padding-right: 15px
    }
}

.page-template-website-ebook .site-footer .secondary-footer .copyright {
    color: #676768
}

.page-template-website-ebook .site-footer .secondary-footer .policies li {
    border-color: #676768
}

.page-template-website-ebook .site-footer .secondary-footer .policies a {
    color: #676768
}

.page-template-website-ebook .site-footer .disclaimer {
    color: #676768
}

.page-template-website-ebook .site-footer .footer-logo {
    margin-bottom: 43px
}

.half-image-block {
    overflow: hidden
}

    .half-image-block .single-row {
        clear: both;
        float: left;
        width: 100%;
        position: relative
    }

        .half-image-block .single-row .feature-img {
            width: 100%;
            height: auto;
            position: static;
            background: none;
            padding: 0
        }

@media (min-width:768px) {
    .half-image-block .single-row .feature-img {
        background-image: inherit;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%
    }

        .half-image-block .single-row .feature-img img {
            display: block
        }
}

@media (min-width:768px) and (min-width:768px) {
    .half-image-block .single-row .feature-img img {
        width: 100%;
        height: auto;
        display: none
    }
}

.half-image-block .single-row:nth-child(odd) .feature-img {
    left: auto;
    right: 0
}

.half-image-block .single-row:nth-child(odd) .col {
    float: left
}

.half-image-block .single-row .col {
    padding: 50px 15px;
    float: right
}

@media (min-width:768px) {
    .half-image-block .single-row .col {
        padding: 50px
    }
}

@media (min-width:1200px) {
    .half-image-block .single-row .col {
        padding: 100px;
        min-height: 500px
    }
}

.client-old .logo-list .item {
    margin-bottom: 30px
}

.tcwi .tcwi-icon {
    display: block;
    margin-bottom: 30px
}
/*# sourceMappingURL=style.css.map */
