/*
Theme Name: WordPress Starter Theme
Author: {CLIENT_NAME}
Description: Fully Respnosive WordPress Theme for {PROJECT_NAME}
Version: 1.1
*/

@charset "UTF-8";
@import "//hello.myfonts.net/count/328c1c";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    position: relative;
    padding-bottom: 70px;
}

body.page-id-368 {
    padding-bottom: 0;
}

@media screen and (max-width: 1020px) {
    body {
        padding-bottom: 168px
    }
    body.page-id-368 {
        padding-bottom: 0
    }
}

@media screen and (max-width: 525px) {
    body {
        padding-bottom: 206px
    }
    body.page-id-368 {
        padding-bottom: 0
    }
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {
    *,
    :before,
    :after {
        background: transparent!important;
        color: #000!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: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn > .caret,
    .dropup > .btn > .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 th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

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

:before,
:after {
    -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: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

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

a {
    color: #ed7700;
    text-decoration: none
}

a:hover {
    color: #898989;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #000
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 41px
}

h2,
.h2 {
    font-size: 34px
}

h3,
.h3 {
    font-size: 28px
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429
}

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

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

.container-fluid img {
    min-width: 100%
}

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

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-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-1 {
    width: 8.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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

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

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555
}

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

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

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 33px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

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

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

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

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

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

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

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

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group > .form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

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

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav > li {
        float: left
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 7px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group > .form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix: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
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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
    }
    th.visible-xs,
    td.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
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .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
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .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
    }
    th.visible-lg,
    td.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
    }
    th.visible-print,
    td.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
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(assets/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    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.3333333333em;
    line-height: .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.2857142857em;
    text-align: center
}

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

.fa-ul > li {
    position: relative
}

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language: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: ""
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

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

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

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

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

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

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

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: ""
}

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

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

html {
    font-size: 16px;
    position: relative;
    min-height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif
}

body,
html {
    height: auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.search {
    max-width: 315px;
    width: 100%;
    height: 40px;
    border: 1px solid #979797;
    border-radius: 20px;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #979797;
    padding: 0 1.25rem;
    outline: none
}

input.search::-webkit-input-placeholder {
    color: #979797
}

input.search::-moz-placeholder {
    color: #979797
}

input.search::-o-placeholder {
    color: #979797
}

input.search:-ms-input-placeholder {
    color: #979797
}

input.search:-moz-placeholder {
    color: #979797
}

input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none
}

::placeholder {
    color: #333;
    opacity: 1
}

embed,
iframe,
object {
    max-width: 100%
}

a {
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden
}

a:hover {
    text-decoration: none
}

.inline-list a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ed7421;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out
}

.inline-list a:hover:after {
    width: 100%
}

main .container,
main .section_heading_wrap_width {
    max-width: 1200px;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    main .container,
    main .section_heading_wrap_width {
        font-size: 1.125rem
    }
}

main.wide-wrap .container {
    max-width: 1200px;
    margin: 0 auto
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.container-fluid--no-p {
    padding-left: 0;
    padding-right: 0
}

.container-fluid--no-p > .row {
    margin-left: 0;
    margin-right: 0
}

.container-fluid--no-p > .row > [class^="col"] {
    padding-left: 0;
    padding-right: 0
}

.fuel-wide-wrap {
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (max-width: 1399px) {
    .fuel-wide-wrap {
        max-width: 1200px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1199px) {
    .fuel-wide-wrap {
        max-width: 1024px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1023px) {
    .fuel-wide-wrap {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        padding: 0 3%
    }
}

.no-scroll {
    height: 100%;
    overflow: hidden
}

.hover-to-show {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer
}

.arve-btn-play-bg,
.arve-blay-btn-circle {
    background-image: none!important;
    opacity: 1!important
}

.arve-btn-play-bg:after,
.arve-blay-btn-circle:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 61px;
    height: 61px;
    line-height: 61px;
    background: #e8935a;
    border-radius: 50%;
    text-align: center;
    color: #000;
    padding-left: 5px
}

.arve-btn-play-bg:hover:after,
.arve-blay-btn-circle:hover:after {
    content: 'play';
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 58px
}

.arve-btn-play-bg .arve-rectangle,
.arve-play-svg {
    display: none!important
}

.additional-block-title {
    font-size: 3.125rem;
    margin-bottom: 2.1875rem;
    line-height: 1.2
}

@media screen and (max-width: 450px) {
    .additional-block-title {
        font-size: 30px
    }
}

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    padding: .625rem 2.5rem;
    margin-top: 40px
}

.btn:before,
.btn:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all .3s ease
}

.btn:focus,
.btn:active {
    color: #000;
    text-decoration: none
}

.btn.white {
    color: #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 1.25rem;
    line-height: 4rem
}

.btn.white:before,
.btn.white:after {
    background: #fff
}

.btn.white:hover {
    color: #fff
}

.btn:before {
    top: 0;
    left: 0
}

.btn:after {
    bottom: 0;
    right: 0
}

.btn:hover,
.btn:active {
    color: #000
}

.btn:hover:before,
.btn:hover:after,
.btn:active:before,
.btn:active:after {
    width: 100%
}

.btn.btn-orange {
    color: #ed7421;
    border-left: 2px solid #ed7421;
    border-right: 2px solid #ed7421
}

.btn.btn-orange:before,
.btn.btn-orange:after {
    background: #ed7421
}

.btn.btn-orange:hover:before,
.btn.btn-orange:hover:after,
.btn.btn-orange:active:before,
.btn.btn-orange:active:after {
    background: #ed7421
}

.btn.btn_black_bg {
    background-color: #000;
    color: #fff;
    border-color: transparent;
}

.btn.btn_black_bg:hover,
.btn.btn_black_bg:active {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.serif {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.sans-serif {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif
}

.fade-wrap .container:first-of-type {
    z-index: 1;
    position: relative
}

.hidden-in-view {
    opacity: 0
}

.visible-in-view {
    opacity: 1
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
    display: inline-block;
    border: none;
    color: #000;
    position: relative;
    top: -5px;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
}

.wp-pagenavi .nextpostslink {
    margin-left: 30px
}

.wp-pagenavi .previouspostslink {
    margin-right: 30px
}

.wp-pagenavi .extend {
  vertical-align: top;
}

.wp-pagenavi a.page {
    display: inline-block;
    color: #000;
    width: 42px;
    height: 42px;
    border-radius: 22px;
    padding: 10px 5px 0;
    text-decoration: none;
    border: none;
    font-weight: 700;
    top: -1px;
}

.wp-pagenavi a.page:hover {
    background-color: #f5efe6
}

@media (max-width: 500px) {
    .wp-pagenavi a.page {
        padding: 10px 5px
    }
}

.wp-pagenavi span.current {
    display: inline-block;
    background-color: #f5efe6;
    width: 42px;
    height: 42px;
    border-radius: 22px;
    vertical-align: top;
    padding: 10px 5px 0px;
    border: none;
}

@media (max-width: 500px) {
    .wp-pagenavi span.current {
        padding: 10px 5px
    }
}

.alignnone {
    margin: 0 1em 1em 0
}

.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption.alignnone {
    margin: 0 1em 1em 0
}

.wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a {
    transition: all .1s ease-in-out
}

a:focus {
    outline: none
}

p {
    margin-bottom: 1.5625rem
}

p:empty {
    display: none
}

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

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

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

h1 {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 3rem
}

h2 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem
}

h3 {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-bottom: 2.1875rem
}

h4 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem
}

h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    line-height: 6.25rem;
    text-align: center
}

h6 {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 9.375rem
}

.notes {
    font-family: "AvenirLTStd-BookOblique", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #979797
}

.smal-h {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase
}

.white-text {
    color: #fff
}

.black-text {
    color: #000
}

.video-title {
    border-bottom: 3px solid #ddd;
    margin-bottom: 3.5rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .125em;
    padding-bottom: 10px
}

.video-description {
    font-size: 1.25rem;
    font-family: "AvenirLTStd-BookOblique", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 0
}

.last-testimonial-video {
    max-width: 555px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
   .last-testimonial-video {
        max-width: 720px !important;
    } 
}

#homepage_slider .tp-caption a {
    color: #000
}

#homepage_slider .tp-caption a:hover {
    color: #000
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url(assets/fonts/328C1C_0_0.eot);
    src: url(assets/fonts/avenir-font/328C1C_0_0.eot?#iefix) format("embedded-opentype"), url(assets/fonts/328C1C_0_0.woff2) format("woff2"), url(assets/fonts/328C1C_0_0.woff) format("woff"), url(webfonts/328C1C_0_0.ttf) format("truetype")
}

@font-face {
    font-family: 'AvenirLTStd-BookOblique';
    src: url(assets/fonts/328C1C_1_0.eot);
    src: url(assets/fonts/328C1C_1_0.eot?#iefix) format("embedded-opentype"), url(assets/fonts/328C1C_1_0.woff2) format("woff2"), url(assets/fonts/328C1C_1_0.woff) format("woff"), url(assets/fonts/328C1C_1_0.ttf) format("truetype")
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url(assets/fonts/328C1C_2_0.eot);
    src: url(assets/fonts/328C1C_2_0.eot?#iefix) format("embedded-opentype"), url(assets/fonts/328C1C_2_0.woff2) format("woff2"), url(assets/fonts/328C1C_2_0.woff) format("woff"), url(assets/fonts/328C1C_2_0.ttf) format("truetype")
}

.small-box-quote,
.we_are_hiring {
    background: #faf6f0;
    padding: 22px;
    padding-top: 45px
}

.small-box-quote-no-bg,
.large-box-quote {
    padding-top: 72px
}

.small-box-quote {
    padding-top: 72px
}

.small-box-quote p:first-of-type:before,
.small-box-quote-no-bg p:first-of-type:before,
.large-box-quote p:first-of-type:before {
    font-size: 72px;
    line-height: 2px;
    content: open-quote;
    font-style: italic;
    display: block;
    margin-left: -14px
}

.small-box-quote p:first-of-type:after,
.small-box-quote-no-bg p:first-of-type:after,
.large-box-quote p:first-of-type:after {
    content: no-close-quote
}

.small-box-quote p:first-of-type::first-line,
.small-box-quote-no-bg p:first-of-type::first-line,
.large-box-quote p:first-of-type::first-line {
    display: block;
    margin-left: -96px
}

.large-box-quote p {
    font-size: 36px!important
}

.large-box-quote p.quote-author {
    font-size: 26px !important
}

.small-box-quote p,
.small-box-quote-no-bg p {
    font-size: 22px
}

.small-box-quote p.quote-author,
.small-box-quote-no-bg p.quote-author,
.large-box-quote p.quote-author,
.we_are_hiring .quote {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-style: italic
}

.we_are_hiring {
    min-height: 371px;
    margin-left: 30px;
    text-align: center
}

.we_are_hiring .quote {
    padding: 18% 5% 0 7%;
    font-size: 26px
}

#connect_with_us h4,
.office_section h4 {
    font-size: 1.125rem;
    line-height: 15px;
    margin-top: 20px
}

#connect_with_us .contact_info {
    margin: 20px 0 35px;
    line-height: 25px
}

#connect_with_us .office_section {
    margin-top: 40px
}

@media screen and (max-width: 1023px) {
    .we_are_hiring {
        padding-top: 65px;
        margin-left: 0
    }
    .we_are_hiring .quote {
        padding: 8% 0 4%
    }
    #connect_with_us .col_count_2 {
        padding-left: 15px!important
    }
}

#creative-blueprint .btn {
    max-width: 175px
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 20px
}

.admin-bar header {
    padding-top: 52px
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        padding-top: 66px
    }
}

header.article-header {
    position: relative
}

header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 30px
}

header .container.container-w-logo {
    max-width: 100%
}

header .container .logo-wrap > a {
    float: left
}

header .container .logo-wrap > a:after {
    content: "";
    display: table;
    clear: both
}

header .container .logo-wrap #logo {
    position: relative;
    z-index: 9999;
    fill: #ec7423;
    max-width: 40px;
    float: left;
    width: 40px;
    height: 47px
}

header .container .logo-wrap #logo.to-top {
    fill: #fff
}

header .container .logo-wrap #logo:after {
    content: ""!important;
    display: table!important;
    clear: both!important
}

header .container .logo-wrap .logo-title,
.logo-title h1 {
    position: relative;
    z-index: 9;
    float: left;
    line-height: 48px!important;
    margin-top: 3px!important;
    padding-left: 8px;
    font-size: 24px;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media (max-width: 480px) {
    header .container .logo-wrap .logo-title,
    .logo-title h1 {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto
    }
}

header .container .logo-wrap .logo-title,
.logo-title h1 {
    transform: translateX(0);
    transition: all .25s ease-out
}

header .container .logo-wrap.hide-title .logo-title {
    transform: translateX(-100%);
    opacity: 0;
    transition: 1s all ease-in-out
}

header .container .logo-wrap .logo-title h1.hidden-title {
    display: none
}

header .container .logo-wrap:after {
    content: "";
    display: table;
    clear: both
}

header .container .right-side-menu {
    position: fixed;
    right: 30px;
    top: 34px;
    z-index: 9999;
    height: 5%;
    transition: all .3s ease-out
}

.admin-bar header .container .right-side-menu {
    top: 56px
}

@media screen and (max-width: 782px) {
    .admin-bar header .container .right-side-menu {
        top: 70px
    }
}

header .container .right-side-menu.hide-menu {
    right: -40px
}

@media (max-width: 1025px) {
    header .container .right-side-menu.hide-menu {
        right: 15px
    }
    header .container {
        padding: 0 0 0 20px
    }
    header .container .right-side-menu {
        right: 15px
    }
}

header .container .right-side-menu .menu-icon {
    position: relative;
    z-index: 99999;
    float: right;
    width: 30px;
    height: 20px;
    cursor: pointer
}

header .container .right-side-menu .menu-icon span {
    width: 3px;
    height: 100%;
    background: #000;
    float: left;
    margin-right: 5px;
    transform: skewX(-25deg);
    transition: all .3s ease
}

header .container .right-side-menu .menu-icon.hovered span:last-child {
    transform: skewX(25deg);
    margin-left: -12px
}

header .container .right-side-menu .menu-icon.active span:last-child {
    transform: skewX(25deg);
    margin-left: -12px
}

header .container .menu-right-navigation-container {
    transform: rotate(-90deg);
    transform-origin: right top 0;
    position: fixed;
    right: 65px;
    width: 60%;
    transition: all .3s ease-out
}

header .container .menu-right-navigation-container.hide-menu {
    right: 0
}

header .container .menu-right-navigation-container ul {
    font-size: 0
}

header .container .menu-right-navigation-container ul li {
    display: block;
    float: left;
    width: 30%;
    text-align: center
}

header .container .menu-right-navigation-container ul li.to-top-btn {
    width: 10%;
    text-align: left
}

header .container .menu-right-navigation-container ul li.to-top-btn a {
    text-transform: none;
    font-size: 14px
}

header .container .menu-right-navigation-container ul li.to-top-btn a:after {
    display: none
}

header .container .menu-right-navigation-container ul li a {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 2px
}

@media screen and (max-width: 1025px) {
    header .container .side-vertical-menu {
        display: none
    }
}

header .menu-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed7421;
    z-index: 999;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden
}

header .menu-modal-wrap .container {
    max-width: 1260px;
    padding: 0;
    position: relative;
    top: 150px
}

header .menu-modal-wrap .container.menu-site-title {
    width: 100%;
    max-width: 100%!important;
    padding: 0 40px;
    top: 20px;
    left: 60px
}

.admin-bar header .menu-modal-wrap .container.menu-site-title {
    top: 52px
}

@media screen and (max-width: 1025px) {
    header .menu-modal-wrap .container.menu-site-title {
        left: 50px
    }
}

@media screen and (max-width: 782px) {
    .admin-bar header .menu-modal-wrap .container.menu-site-title {
        top: 66px
    }
}

header .menu-modal-wrap .container.menu-site-title .site-title {
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 48px;
    text-align: left;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    margin: 0
}

@media (max-width: 380px) {
    header .menu-modal-wrap .container.menu-site-title {
        top: 80px;
        left: 0;
        text-align: center
    }
}

header .menu-modal-wrap .container #menu-main-navigation:after {
    display: table;
    content: "";
    clear: both
}

@media (max-width: 480px) {
    header .menu-modal-wrap .container #menu-main-navigation {
        padding-left: 20px
    }
}

header .menu-modal-wrap .container #menu-main-navigation > li {
    display: block;
    padding: 0 15px 10px
}

@media screen and (max-width: 480px) {
    header .menu-modal-wrap .container #menu-main-navigation > li {
        width: 100%;
        line-height: 2em;
        padding-bottom: 20px
    }
}

header .menu-modal-wrap .container #menu-main-navigation > li a {
    color: #fff;
    text-transform: uppercase;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;  /* was 26px */
    letter-spacing: 2px;
    overflow: hidden;
    text-decoration: none
}

header .menu-modal-wrap .container #menu-main-navigation > li a:after {
    height: 3px;
    background: #fff
}

@media screen and (max-width: 1024px) {
    header .menu-modal-wrap .container #menu-main-navigation > li a {
        font-size: 30px
    }
}

@media screen and (max-width: 480px) {
    header .menu-modal-wrap .container #menu-main-navigation > li a {
        font-size: 25px
    }
}

header .menu-modal-wrap .container #menu-main-navigation > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-top: 15px
}

header .menu-modal-wrap .container #menu-main-navigation > li ul li {
    float: none
}

header .menu-modal-wrap .container #menu-main-navigation > li ul li a {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block
}

header .menu-modal-wrap .container #menu-main-navigation > li ul li a:after {
    height: 2px
}

@media screen and (max-width: 1024px) {
    header .menu-modal-wrap .container #menu-main-navigation > li ul li a {
        font-size: 18px;
        margin-bottom: 0
    }
}

.home-class header .container .menu-right-navigation-container ul li a {
    color: #fff
}

.home-class header .container .right-side-menu .menu-icon span {
    background: #fff
}

.footer {
    background: #f5efe6;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.page-id-368 .footer {
    margin-top: -70px;
    position: relative
}

@media screen and (max-width: 1020px) {
    .page-id-368 .footer {
        margin-top: 0;
        position: relative
    }
    .tp-leftarrow {
        transform: matrix(1, 0, 0, 1, -55, -70)!important
    }
    .tp-rightarrow {
        transform: matrix(1, 0, 0, 1, 15, -70)!important
    }
}

.footer_container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    text-align: right
}

.footer_left {
    float: left;
    width: 55%;
    text-align: left;
    white-space: nowrap
}

.footer .footer-copy {
    display: inline-block
}

.footer p {
    margin: 0;
    line-height: 70px
}

.footer .container {
    font-size: 20px;
    max-width: 1525px;
    width: 100%
}

.footer .social-icons {
    font-size: 0;
    float: left;
    padding-top: 25px;
    max-width: 156px;
    margin-right: 35px
}

.footer .social-icons .fa {
    line-height: 24px
}

.footer .social-icons a {
    background: #040706;
    color: #f5efe6;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s ease;
    margin-right: 15px
}

.footer .social-icons a:hover {
    color: #040706;
    background: #f5efe6
}

.footer .footer-links {
    font-size: 0;
    float: left
}

.footer .footer-links a {
    display: inline-block;
    border-left: 1px solid #979797;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 2px;
    padding: 0 40px;
    position: relative;
    line-height: 68px;
    padding-top: 10px;
    margin-top: -10px
}

.footer .footer-links a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ed7421;
    position: relative;
    bottom: 18px;
    transition: all .3s ease-in
}

.footer .footer-links a:hover:after {
    width: 100%
}

.footer .footer-copy p {
    display: inline-block;
    font-size: 1rem;
    color: #909090
}

.footer .footer-copy p strong {
    color: #000
}

@media screen and (max-width: 1020px) {
    .footer_container {
        text-align: center
    }
    .footer .footer-copy {
        display: block;
        text-align: center;
        padding: 15px 0
    }
    .footer .footer-copy p {
        margin: 0;
        line-height: 20px
    }
    .footer_left {
        float: none;
        white-space: normal;
        width: auto;
        text-align: center
    }
    .footer .social-icons {
        float: none;
        max-width: 100%;
        margin-right: 0
    }
    .footer .social-icons a:last-of-type {
        margin-right: 0
    }
    .footer .footer-links {
        float: none
    }
    .footer .footer-links a {
        padding: 0 20px;
        margin-top: 25px;
        line-height: 40px;
        display: inline-block
    }
    .footer .footer-links a:first-of-type {
        border: none
    }
    .footer .footer-links a:after {
        bottom: 7px
    }
}

@media screen and (max-width: 525px) {
    .footer .footer-copy p,
    .footer .footer-copy p strong {
        display: block
    }
}

.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 57px
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.section__header {
    border-bottom: 3px solid #ddd;
    margin-bottom: 40px
}

.section__heading {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-bottom: 10px
}

@media screen and (max-width: 1245px) {
    .section__header {
        padding: 0 15px
    }
}

.home-columns {
    padding-left: 2.8125rem;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
    background-position: left top
}

#mid-col {
    height: calc(100vh - 57px)
}

@media screen and (max-width: 992px) {
    .home-columns {
        height: calc(100vh);
        max-height: 100%
    }
}

@media screen and (max-width: 1024px) {
    #impact_top_quote {
        padding-top: 75px!important;
        padding-bottom: 60px!important
    }
    #impact_video {
        padding-bottom: 0!important
    }
    #fuel-for-thought-block {
        padding-top: 30px!important;
        padding-bottom: 30px!important
    }
    #impact_fuel_for_thought_videos {
        padding-bottom: 20px!important
    }
    #impact_bottom_cta {
        padding-top: 100px!important;
        padding-bottom: 100px!important
    }
}

@media screen and (max-width: 1024px) {
    #agency_top_statement {
        padding-top: 75px!important
    }
    #agency_who_we_are {
        padding-top: 60px!important;
        padding-bottom: 60px!important
    }
    #creative-blueprint {
        padding-top: 60px!important;
        padding-bottom: 0!important
    }
    #agency_people_on_fire {
        padding-top: 75px!important;
        padding-bottom: 0!important
    }
    #our-team {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
}

@media screen and (max-width: 1024px) {
    #clients_top_quote {
        padding-top: 85px!important;
        padding-bottom: 60px!important
    }
    #clients_campaigns {
        padding-bottom: 60px!important
    }
    #clients_testimonials {
        padding-top: 70px!important;
        padding-bottom: 0!important
    }
    #clients_bottom_quotes {
        padding-top: 50px!important;
        padding-bottom: 0!important
    }
}

#clients_large_photo,
#connect_group_large_photo,
#kollective_large_photo_1,
#kollective_large_photo_2,
#kollective_large_photo,
#generic_large_photo,
#generic_large_photo_2 {
    max-width: 10000px
}

@media screen and (min-width: 992px) {
    #client-logos img {
        margin: 30px auto
    }
    #client-logos .row {
        margin-top: 115px
    }
}

@media screen and (max-width: 991px) {
    #client-logos img {
        margin: 45px auto
    }
}

@media screen and (max-width: 1024px) {
    #connect_top_statement {
        padding-top: 70px!important;
        padding-bottom: 70px!important
    }
    #connect_with_us {
        padding-top: 50px!important;
        padding-bottom: 0!important
    }
    #connect_form {
        padding-top: 20px!important;
        padding-bottom: 80px!important
    }
}

@media screen and (max-width: 1024px) {
    #careers_top_quote {
        padding-top: 75px!important
    }
    #careers_openings {
        padding-top: 15px!important
    }
    #career_apply_form {
        padding-top: 0!important;
        padding-bottom: 50px!important
    }
}

#full_width_content,
#full_width_content_2. #full_width_content_3,
#full_width_content_4 {
    max-width: 10000px!important;
    padding-left: 7.813rem;
    padding-right: 7.813rem
}

.popular-post {
    margin-top: 150px
}

.popular-post .container {
    max-width: 1560px
}

.popular-post .pop-post-img {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    min-height: 360px
}

.popular-post h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 35px 0 0;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media screen and (max-width: 800px) {
    .popular-post h3 {
        font-size: 2rem
    }
}

.popular-post h5 {
    line-height: 1.2;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    margin: 15px 0 35px;
    text-align: left
}

@media screen and (max-width: 800px) {
    .popular-post h5 {
        font-size: 1rem
    }
}

.popular-post .btn {
    margin-bottom: 0;
    padding: .625rem 2.5rem;
    line-height: 2.375rem;
    border-left-width: 2px;
    border-right-width: 2px
}

.posts-filter {
    margin: 40px 0
}

.posts-filter .borders {
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee
}

.posts-filter ul {
    padding: 25px;
    display: block;
    width: 100%
}

.posts-filter ul li {
    display: inline-block;
    margin: 0 30px 0 0
}

.posts-filter ul li h4 {
    display: inline-block;
    font-weight: 800;
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif
}

.posts-filter ul li label {
    display: inline-block
}

.posts-filter ul li label select {
    font-size: 16px;
    color: #555;
    padding: 7px 15px;
    font-weight: 400
}

.posts-filter ul li label input {
    font-size: 16px;
    color: #555;
    padding: 7px 15px;
    font-weight: 400;
    border-radius: 30px;
    outline: none;
    border: 1px solid #a9a9a9
}

.posts-filter ul li label input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.posts-filter ul li label input::-moz-placeholder {
    font-size: 16px;
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.posts-filter ul li label input::-o-placeholder {
    font-size: 16px;
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.posts-filter ul li label input:-ms-input-placeholder {
    font-size: 16px;
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.posts-filter ul li label input:-moz-placeholder {
    font-size: 16px;
    font-family: "paganini", Georgia, "Times New Roman", Times, serif
}

.posts-filter-results img {
    max-width: 100%;
    height: auto
}

.posts-filter-results h2 {
    font-size: 22px;
    font-weight: 800
}

.posts-filter-results h2 a {
    color: #000
}

.posts-filter-results .col-md-3 {
    min-height: 400px
}

.posts-filter-results .pag-plugin {
    text-align: center
}

.posts-filter-results .pag-plugin .nav-previous,
.posts-filter-results .pag-plugin .nav-next {
    display: inline-block;
    margin: 0 15px
}

.posts-filter-results .pag-plugin .nav-previous a,
.posts-filter-results .pag-plugin .nav-next a {
    color: #000
}

.single {
    padding-top: 100px
}

.single .post-date {
    color: #aaa;
    font-size: 20px;
    margin-bottom: 0
}

.single h1 {
    margin-top: 0;
    margin-bottom: 40px
}

.single .single_subtitle {
    font-size: 24px;
    font-style: italic;
    margin: 5px 0 20px 0;
    font-weight: bold;
}

.single .entry-content p {
    font-size: 18px
}

.single-sidebar {
    margin-left: 20px
}

.related-posts {
    margin-bottom: 100px;
}

@media screen and (max-width: 990px) {
    .single-sidebar {
        margin-left: 0
    }
}

.banner-post {
    margin: 20px 0 40px
}

.wp-caption {
    border: none;
    text-align: left
}

.wp-caption-text {
    color: #777;
    font-style: italic;
    font-size: 18px;
    margin-top: 10px
}

.author h4 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #dcdddf
}

.author .author-block {
    background: #f6efe7
}

.author .author-block img {
    width: 100%;
    height: auto
}

.author .author-block h3 {
    padding: 20px 20px 0;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2
}

.author .author-block p {
    padding: 15px 20px 35px;
    font-style: italic;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.jobs-sidebar {
    margin-left: 30px
}

@media screen and (max-width: 1023px) {
    .jobs-sidebar {
        margin-left: 0
    }
}

.quote-sidebar {
    margin: 150px 0 50px;
    background: #f5efe6;
    padding: 35px 25px
}

.quote-sidebar .quote-symbol {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4.063rem;
    line-height: 1;
    display: block
}

.quote-sidebar p {
    font-size: 24px;
    line-height: 1.5
}

.quote-sidebar h5 {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
    text-align: left;
    line-height: 1
}

.sidebar-image {
    margin: 100px 0 30px
}

.sidebar-image img {
    width: 100%;
    height: auto
}

.relatedposts {
    margin: 50px 0
}

.relatedposts h4 {
    margin: 0 0 60px 15px;
    font-size: 30px;
    font-weight: 400;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif
}

.share-btn {
    border-top: 2px solid #dcdddf;
    width: 50%;
    margin: 20px 0;
    padding-top: 15px
}

.share-btn a {
    color: #000;
    font-family: "AvenirLTStd-BookOblique", Helvetica, Arial, sans-serif;
    font-style: italic
}

.error404-wrapper {
    position: relative;
    padding-bottom: 60px
}

.error404-content {
    position: relative;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 991px) {
    .error404-content {
        text-align: center
    }
}

.error404-title {
    font-size: 10rem;
    font-weight: 900
}

@media screen and (max-width: 991px) {
    .error404-title {
        font-size: 7.5rem
    }
}

.error404-subtitle {
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 991px) {
    .error404-subtitle {
        font-size: 1rem
    }
}

.archive .content-wrapper {
    padding-top: 100px
}

.archive_post_thumbnail a:after {
    content: 'read';
    font-family: "paganini", "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 61px;
    height: 61px;
    background: #e8935a;
    border-radius: 50%;
    text-align: center;
    color: #000;
    opacity: 0
}

.video_format .archive_post_thumbnail a:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    line-height: 61px;
    padding-left: 5px;
    opacity: 1;
}

.archive_post_thumbnail a:hover:after {
    opacity: 1
}

.video_format .archive_post_thumbnail a:hover:after {
    content: 'play';
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 58px;
}



.archive .entry-content h3 {
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 5px
}

.archive .entry-content p:last-of-type {
    margin-bottom: 0
}

.archive .post-meta {
    font-size: 14px
}

.archive hr {
    margin-top: 40px;
    margin-bottom: 40px
}

.archive-wrapper .container-fluid {
    padding: 0
}

.archive-wrapper .article-footer {
    margin-top: 25px
}

@media (max-width: 767px) {
    .archive .entry-content h3 {
        margin-top: 15px
    }
}

@media (max-width: 480px) {
    .archive .content-wrapper {
        padding-top: 130px
    }
}

.content.bg_on_section {
    max-width: none;
}

.content.section {
    position: relative;
    padding: 0
}

.content.section > div[class*="container"]:last-child {
    position: relative;
    height: 100%
}

.content.section > div[class*="container"]:last-child .fade-in {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content.section > div[class*="container"]:last-child .valign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    left: 15px;
    right: 15px;
    letter-spacing: 1.5px;
}

.content.section > div[class*="container"]:last-child .valign .big-text {
    padding: 0 80px
}

@media (max-width: 1024px) {
    .content.section > div[class*="container"]:last-child .valign .big-text {
        padding: 0 15px
    }
}

.content.section > div[class*="container"]:last-child .valign .big-text p {
    font-size: 9rem;
    line-height: 9.625rem;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    color: #fff
}

@media screen and (max-width: 1170px) {
    .content.section > div[class*="container"]:last-child .valign .big-text p {
        font-size: 7.5rem;
        line-height: 8.125rem
    }
}

@media screen and (max-width: 870px) {
    .content.section > div[class*="container"]:last-child .valign .big-text p {
        font-size: 5rem;
        line-height: 5rem
    }
}

@media screen and (max-width: 450px) {
    .content.section > div[class*="container"]:last-child .valign .big-text p {
        font-size: 3.125rem;
        line-height: 3.75rem
    }
}

.content.section > div[class*="container"]:last-child .valign .big-text-quote {
    color: #fff;
    font-size: ren-calc(20);
    font-weight: 300
}

.content.section > div[class*="container"]:last-child .row {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.content.section > div[class*="container"]:last-child .row.wysiwyg-container {
    max-width: 78.125rem;
    padding-top: 3.75rem;
    margin: auto;
    color: #fff
}

@media screen and (max-width: 450px) {
    .content.section > div[class*="container"]:last-child .row.wysiwyg-container {
        padding-top: 0
    }
}

.content.section > div[class*="container"]:last-child .row.wysiwyg-container h3 {
    font-size: 3.125rem;
    font-weight: 400;
    margin-bottom: 3.75rem;
    line-height: 1.2
}

@media screen and (max-width: 500px) {
    .content.section > div[class*="container"]:last-child .row.wysiwyg-container h3 {
        font-size: 2.5rem
    }
}

.content.section > div[class*="container"]:last-child .row.wysiwyg-container p {
    margin-bottom: 2.5rem
}

.content.section > div[class*="container"]:last-child .row.wysiwyg {
    max-width: 78.125rem;
    margin: auto
}

.content.section > div[class*="container"]:last-child .row.narrow-cont {
    padding-left: 6.25rem;
    padding-right: 6.25rem
}

@media screen and (max-width: 750px) {
    .content.section > div[class*="container"]:last-child .row.narrow-cont {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media screen and (max-width: 450px) {
    .content.section > div[class*="container"]:last-child .row.narrow-cont {
        padding-left: 0;
        padding-right: 0
    }
}

.content.section > div[class*="container"]:last-child .row.narrow-cont p {
    margin-bottom: 5rem
}

@media screen and (max-width: 750px) {
    .content.section > div[class*="container"]:last-child .row.narrow-cont p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.team {
    padding: 0
}

.team-accord {
    margin-bottom: 7.5rem
}

.team-accord div:first-of-type {
    padding-top: 0
}

.team-accord .team-member {
    border-bottom: 1px solid #000;
    padding: 0 3.125rem;
    padding-bottom: .625rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    cursor: pointer
}

.team-accord .team-member .accordion-toggle p:first-of-type {
    position: relative;
    margin-bottom: 0
}

@media screen and (max-width: 1245px) {
    .team.section .section__header {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .team-accord .team-member {
        padding-left: 0;
        padding-right: 20px
    }
}

.team-accord .team-member .accordion-toggle {
    position: relative;
    padding-right: 1.25rem
}

.team-accord .team-member .accordion-toggle h3 {
    font-family: "paganini", "Times New Roman", serif;
    font-style: italic;
    margin: 0;
    margin-bottom: 0
}

.team-accord .team-member .accordion-toggle .title {
    text-transform: uppercase;
    font-size: 1rem
}

@media screen and (max-width: 500px) {
    .team-accord .team-member .accordion-toggle .title {
        padding: 0
    }
}

.team-accord .team-member .accordion-toggle .switcher {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.team-accord .team-member .accordion-toggle .switcher:after {
    content: '+';
    font-size: 30px
}

.team-accord .team-member .accordion-toggle .switcher:hover {
    color: #ec7423
}

.team-accord .team-member .accordion-toggle.opened .switcher:after {
    content: "–"
}

.team-accord .team-member .usr-add-info {
    display: none;
    padding-right: 1.25rem;
    padding-top: 25px
}

@media screen and (max-width: 668px) {
    .team-accord .team-member .usr-add-info .usr-img {
        padding-left: 15px
    }
    .team-accord .team-member .usr-add-info .usr-img img {
        display: none;
        margin: 5px auto
    }
}

.team-accord .team-member .usr-add-info p {
    margin-bottom: 1.875rem
}

.team-accord .team-member .usr-add-info p:last-of-type {
    margin-bottom: 0
}

.team-accord .team-member .usr-add-info .usr-img img {
    display: none
}

.articles-item {
    position: relative
}

.articles-item__thumbnail a {
    position: relative;
    display: block;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.articles-item__thumbnail a img {
    width: 100%;
    height: auto
}

.articles-item__thumbnail a:after {
    content: 'read';
    font-family: "paganini", "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 61px;
    height: 61px;
    background: #e8935a;
    border-radius: 50%;
    text-align: center;
    color: #000;
    opacity: 0
}

.video_format .articles-item__thumbnail a:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    line-height: 61px;
    padding-left: 5px;
    opacity: 1;
}

.articles-item__thumbnail a:hover:after {
    opacity: 1
}

.video_format .articles-item__thumbnail a:hover:after {
    content: 'play';
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 58px;
}

#impact_fuel_for_thought_videos .articles-item__title {
    margin-top: .5rem;
}

.articles-item__title {
    color: #000;
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0;
    /*min-height: 100px;*/
}

.articles-item__title > a {
    color: inherit
}

.articles-item__title > a:hover {
    color: #ec7423
}

.articles-item__meta {
    position: relative;
    color: #979797;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: italic;
    margin: 5px 0;
}

.search-filter-results .articles-item__thumbnail a {
    height: auto
}

.articles__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .125em
}

.columns-article .quote-col {
    padding-top: 10.625rem
}

.columns-article .quote-col .quote-symbol {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12.5rem;
    position: absolute;
    top: 0;
    left: 0
}

.columns-article .quote-col p {
    font-size: 2.5rem;
    line-height: 3.75rem
}

@media screen and (max-width: 450px) {
    .columns-article .quote-col p {
        font-size: 2.1875rem;
        line-height: 2.5rem
    }
}

.columns-article .quote-col h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-style: italic;
    margin-top: 1.25rem;
    text-align: left
}

@media screen and (max-width: 450px) {
    .columns-article .quote-col h5 {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

.columns-article .video-col h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.375rem;
    margin-top: 1.875rem;
    text-align: left
}

@media screen and (max-width: 450px) {
    .columns-article .video-col h5 {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

.page_banner_image {
    width: 100%
}

.top-banner-row {
    margin-bottom: 12.5rem
}

.top-banner-row .agency-wrapper {
    margin-top: 113px
}

.top-banner-row .partners-wrapper {
    margin-top: 113px
}

.top-banner-row .impact-wrapper {
    margin-top: 78px
}

.top-banner-row div[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px
}

.top-banner-row .banner-itm {
    position: relative;
    background-position: center;
    background-size: cover
}

.top-banner-row .banner-itm.our-vision {
    height: 315px;
    margin-top: 175px;
    margin-bottom: 10px
}

.top-banner-row .banner-itm.our-story {
    max-width: 60%;
    width: 100%;
    height: 290px;
    float: right
}

.top-banner-row .banner-itm.our-disciplines {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 10px
}

.top-banner-row .banner-itm.empty.agency {
    max-width: 65%;
    width: 100%;
    height: 30px
}

.top-banner-row .banner-itm.empty.impact {
    max-width: 55%;
    width: 100%;
    height: 30px;
    margin-top: 125px
}

.top-banner-row .banner-itm.banner-text {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.7;
    font-style: italic;
    font-weight: 600
}

@media screen and (max-width: 450px) {
    .top-banner-row .banner-itm.banner-text {
        font-size: 20px
    }
}

.top-banner-row .banner-itm.banner-text.agency {
    margin-top: 135px;
    margin-bottom: 80px;
    padding: 0 90px 0 40px
}

.top-banner-row .banner-itm.banner-text.impact {
    margin-top: 125px;
    margin-bottom: 110px;
    padding: 0 130px 0 20px
}

@media screen and (max-width: 990px) {
    .top-banner-row .banner-itm.banner-text.impact {
        padding: 0 40px
    }
}

.top-banner-row .banner-itm.banner-text.partners {
    float: left;
    margin-top: 90px;
    margin-left: 10px;
    width: 30%;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 80px
}

@media screen and (max-width: 1000px) {
    .top-banner-row .banner-itm.banner-text.partners {
        width: 100%;
        margin-left: 0
    }
}

.top-banner-row .banner-itm.our-team {
    max-width: 40%;
    width: 100%;
    height: 160px
}

.top-banner-row .banner-itm.events {
    float: right;
    max-width: 40%;
    width: 100%;
    height: 160px
}

.top-banner-row .banner-itm.imp-camp {
    float: left;
    max-width: 41%;
    width: 100%;
    height: 315px;
    margin-top: 10px
}

.top-banner-row .banner-itm.imp-fuel {
    float: left;
    max-width: 58%;
    width: 100%;
    height: 485px;
    margin-top: 10px;
    margin-left: 10px
}

.top-banner-row .banner-itm.case-fuel {
    float: right;
    max-width: 20%;
    width: 100%;
    height: 160px;
    margin-top: 10px;
    margin-right: 51%
}

@media (max-width: 768px) {
    .top-banner-row .banner-itm.case-fuel {
        float: left;
        max-width: 100%;
        width: 160px;
        height: 160px;
        margin-top: 10px;
        margin-left: 20%
    }
}

.top-banner-row .banner-itm.partn-head {
    float: left;
    max-width: 40%;
    width: 100%;
    height: 610px;
    margin-top: 90px
}

@media screen and (max-width: 1000px) {
    .top-banner-row .banner-itm.partn-head {
        max-width: 60%;
        margin-left: 0
    }
}

.top-banner-row .banner-itm.partn-drop {
    float: left;
    max-width: 20%;
    width: 100%;
    height: 450px;
    margin-top: 90px;
    margin-left: 10px
}

@media screen and (max-width: 1000px) {
    .top-banner-row .banner-itm.partn-drop {
        max-width: 30%
    }
}

.top-banner-row .banner-itm.partn-ship {
    float: left;
    max-width: 32%;
    width: 100%;
    height: 215px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10%
}

.top-banner-row .banner-itm .hidden-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: all .3s ease
}

.top-banner-row .banner-itm .hidden-block:hover {
    opacity: 1
}

.top-banner-row .banner-itm .hidden-block .banner-itm-content {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.top-banner-row .banner-itm .hidden-block .banner-itm-content h5 {
    text-transform: uppercase;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3em
}

.top-banner-row .banner-itm .hidden-block .banner-itm-content span {
    display: block;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem
}

.top-banner-row .banner-itm .hidden-block .banner-itm-content i {
    color: #ed7421;
    font-size: 3.125rem;
    line-height: 1.5625rem;
    margin-top: .9375rem
}

.campaign-section .campaign-img {
    margin-top: 5.625rem;
    margin-bottom: 1.5625rem
}

.campaign-section .lower-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: italic
}

@media (max-width: 1023px) {
    .campaign-section .col-custom-1024 {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .campaign-section .col-custom-1024 {
        width: 75%
    }
}

.feature_boxes {
    max-width: none;
}

.feature_boxes .box_feature {
    float: left;
    overflow: hidden
}

.feature_count_2 .box_feature {
    width: 47.5%;
    margin-right: 5%
}

.feature_count_3 .box_feature {
    width: 30%;
    margin-right: 5%
}

.feature_count_4 .box_feature {
    width: 23.125%;
    margin-right: 2.5%
}

.feature_count_2 .box_feature.box_2,
.feature_count_3 .box_feature.box_3,
.feature_count_4 .box_feature.box_4 {
    margin-right: 0
}

.box_feature_header {
    margin-bottom: 25px
}

.box_feature_header h3 {
    margin: 0
}

.box_feature_header h3 a {
    color: #000
}

.box_feature_header p {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.4rem;
    margin-top: .625rem;
    margin-bottom: 0;
    min-height: 0;
    color: #333
}

.box_feature_content {
    position: relative;
    padding: 15px;
    overflow: hidden
}

.has_content_image .box_feature_inner_content {
    white-space: nowrap;
    text-align: center
}

.has_content_image .box_feature_inner_content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}


/* clients page */

.has_content_image .box_feature_inner_content img {
    max-width: 300px;
}

.has_button .box_feature_content,
.has_content_image .box_feature_content {
    padding-bottom: 50px
}

@media screen and (max-width: 1023px) {
    .has_button .box_feature_content,
    .has_content_image .box_feature_content {
        padding-bottom: 0
    }
}

.box_feature_content_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .15s linear;
    z-index: 5;
    min-height: 330px
}

.box_feature:hover .box_feature_content_image {
    top: 100%;
    bottom: -100%;
    transition: all .15s linear
}

.box_feature_content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0
}

.has_button .box_feature_content p {
    margin-bottom: 40px
}

.box_feature_content .btn {
    padding: 15px;
    line-height: 25px;
    max-width: 200px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    z-index: 2
}

.box_feature_footer {
    height: 180px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    white-space: nowrap
}

.box_feature_footer:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.box_feature_footer span {
    font-family: "paganini", "Times New Roman", serif;
    display: inline-block;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 180px;
    color: #fff
}

.box_feature_footer img {
    max-width: 80%
}

@media screen and (max-width: 1199px) {
    .feature_count_4 .box_feature {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 75px
    }
    .feature_count_4 .box_feature.box_2,
    .feature_count_4 .box_feature.box_4 {
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .feature_boxes .box_feature {
        float: none
    }
    .feature_count_2 .box_feature,
    .feature_count_3 .box_feature,
    .feature_count_4 .box_feature {
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px
    }
    .box_feature:hover .box_feature_content_image {
        top: 0;
        bottom: 0
    }
    .box_feature_header {
        margin-bottom: 5px
    }
    .box_feature_header p {
        min-height: 0;
        margin-bottom: 25px
    }
    .box_feature_content {
        padding: 0
    }
    .has_button .box_feature_content {
        padding-bottom: 0;
        height: auto!important
    }
    .has_button .box_feature_content p {
        margin-bottom: 30px
    }
    .box_feature_content .btn {
        line-height: 30px;
        margin-top: 0
    }
    .box_feature_inner_content {
        float: right;
        width: 60%;
        padding: 15px
    }
    .box_feature_content_image {
        position: relative;
        width: 40%;
        float: left;
        height: 250px
    }
    .box_feature_footer {
        height: auto;
        padding: 15px 0;
        height: 150px
    }
    .box_feature_footer span {
        line-height: 150px
    }
}

@media screen and (max-width: 750px) {
    .has_button .box_feature_content p {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 600px) {
    .feature_count_2 .box_feature,
    .feature_count_3 .box_feature,
    .feature_count_4 .box_feature {
        margin-bottom: 75px
    }
    .box_feature_header {
        height: auto!important
    }
    .box_feature_header p {
        margin-bottom: 5px
    }
    .box_feature_content {
        height: auto!important
    }
    .box_feature_inner_content {
        float: none;
        width: 100%;
        padding: 21px 15px 30px
    }
    .has_button .box_feature_content p {
        margin-bottom: 30px
    }
    .box_feature_content .btn {
        max-width: 300px
    }
    .box_feature_content_image {
        width: 100%;
        float: none;
        height: 200px
    }
    .box_feature_header p {
        margin-top: 0
    }
}

.col-featured h3 {
    margin: 0;
    margin-top: 35px;
    text-transform: uppercase
}

.col-featured .feat-loc {
    font-size: 1rem;
    font-style: italic;
    line-height: 1;
    margin-top: .625rem;
    margin-bottom: 1.875rem;
    min-height: 60px
}

.col-featured h4 {
    margin-bottom: 2.5rem
}

.col-featured h4.sans-serif {
    text-transform: uppercase
}

.col-featured h4 a {
    color: #333
}

.col-featured h4 a:hover {
    color: #ec7423
}

.col-featured p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.col-featured .feat-col-cont {
    position: relative;
    overflow: hidden
}

.col-featured .feat-col-cont .btn {
    margin-bottom: 6.25rem;
    padding: .625rem 2.5rem;
    line-height: 2.375rem;
    max-width: 257px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left-width: 2px;
    border-right-width: 2px
}

.col-featured .feat-col-cont .btn:before,
.col-featured .feat-col-cont .btn:after {
    height: 2px
}

.col-featured .feat-col-cont .secondary-photo {
    width: 100%;
    background: #1c1c1c;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

.col-featured .feat-col-cont .secondary-photo.half-img {
    height: 270px
}

.col-featured .feat-col-cont .secondary-photo.third-img {
    height: 190px;
    margin-top: -40px
}

.col-featured .feat-col-cont .secondary-photo.quat-img {
    height: 136px
}

.col-featured .feat-col-cont .hovered-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: translateY(0);
    transition: all .3s ease
}

.col-featured .feat-col-cont:hover .hovered-block {
    transform: translateY(100%)
}

@media screen and (max-width: 992px) {
    .hovered-block {
        display: none
    }
}

.feature_sub_heading {
    margin-bottom: 4.0625rem
}

@media screen and (max-width: 990px) {
    .case-itm {
        margin-bottom: 60px
    }
}

.case-itm h3 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.6875rem;
    line-height: 2.5625rem;
    font-weight: 400;
    margin: 0
}

.case-itm h5 {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.1875rem;
    line-height: 2.6875rem;
    margin: 0
}

.case-itm .btn {
    margin-top: .125rem;
    margin-bottom: 0;
    padding: .625rem 2.5rem;
    line-height: 2.375rem;
    border-left-width: 2px;
    border-right-width: 2px
}

.case-itm img {
    display: block;
    margin: auto;
    float: none;
    margin-top: .625rem
}

.case-itm .prob-sol {
    margin: 0 1.875rem;
    margin-top: 2.5rem;
    border-top: 1px solid #E3E3E3
}

.case-itm .prob-sol h6 {
    font-weight: 700;
    font-size: 18px
}

.case-itm .prob-sol .prob-sol-col {
    padding: 0 .9375rem;
    padding-top: 1.875rem
}

.case-itm .prob-sol .prob-sol-col:first-child {
    border-right: 1px solid #E3E3E3
}

@media screen and (max-width: 768px) {
    .case-itm .prob-sol .prob-sol-col:first-child {
        border-right: none
    }
}

.case-subtext {
    min-height: 50px;
    margin-top: 1.5625rem
}

.location-item .city-name {
    display: block;
    position: relative;
    margin-bottom: 2.5rem
}

.location-item .city-name img,
.location-item img {
    width: 100%
}

.location-item .city-name h3 {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    position: absolute;
    color: #fff;
    bottom: .3125rem;
    right: 2.1875rem;
    margin: 0;
    font-size: 3.75rem;
    line-height: 5rem;
    opacity: 0;
    transition: opacity .3s ease
}

@media screen and (max-width: 750px) {
    .location-item .city-name h3 {
        font-size: 3.75rem
    }
}

@media screen and (max-width: 450px) {
    .location-item .city-name h3 {
        font-size: 2.5rem
    }
}

.location-item .city-name:hover h3 {
    opacity: 1
}

.location-item .city-address {
    text-transform: capitalize
}

.location-item .city-address:hover {
    color: #ec7423
}

.location-item a {
    color: #000;
    display: block
}

.location-item a.loc-tel {
    margin-top: 1.25rem
}

.location-item a.loc-tel:hover {
    color: #ec7423
}

.content-above h2,
.content-below h2 {
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2
}

.content-above h2 a,
.content-below h2 a {
    color: #000;
    text-decoration: none
}

.content-above h2 a:hover,
.content-below h2 a:hover {
    color: #ec7423
}

.content-above sup,
.content-below sup {
    font-weight: 700;
    top: -1.5em;
    font-size: 30%
}

.content_above,
.content_below {
    padding-left: 0;
    padding-right: 0
}

section.columns {
    max-width: none;
}

.columns {
    font-size: 1.3125rem
}

.columns .col-itm {
    position: relative
}

.columns .col-itm:last-child {
    float: right
}

@media screen and (max-width: 990px) {
    .columns .col-itm:last-child {
        float: none
    }
}

.columns .col-itm.one-fifth {
    max-width: 20%;
    width: 100%;
    float: left;
    padding: 0 .9375rem
}

@media screen and (max-width: 450px) {
    .columns .col-itm.one-fifth {
        max-width: 50%
    }
}

.columns .col-itm.one-fifth img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all .3s ease
}

.columns .col-itm.one-fifth img:hover {
    filter: grayscale(0)
}

.columns .col-itm.html .btn {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.columns .col-itm.wysiwyg {
    position: relative
}

.columns .col-itm.wysiwyg .cont-valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.columns .col-itm.wysiwyg h6 {
    margin-top: 0
}

.columns .col-itm.wysiwyg img {
    margin-bottom: 0
}

.columns .col-itm.wysiwyg .half-cont {
    width: 95%;
    float: left;
    padding-top: 3.125rem
}

@media screen and (max-width: 500px) {
    .columns .col-itm.wysiwyg .half-cont {
        width: 100%
    }
}

.columns .col-itm.wysiwyg .half-cont:nth-child(odd) {
    padding-right: .9375rem
}

.columns .col-itm.wysiwyg .half-cont:nth-child(even) {
    padding-left: .9375rem
}

.columns .col-itm.wysiwyg .half-cont hr {
    height: 2px;
    background: #e1e1e0;
    border: none;
    margin-top: 2.5rem;
    margin-bottom: 2.1875rem
}

.columns .col-itm.wysiwyg .half-cont h3 {
    font-size: 1.125rem;
    margin: 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px
}

.columns .col-itm.wysiwyg .half-cont h5 {
    font-weight: 700;
    font-size: 1.75rem;
    text-transform: none;
    margin: 0
}

.columns .col-itm.wysiwyg .half-cont strong {
    font-size: 1.125rem
}

.columns .col-itm.wysiwyg .half-cont .search {
    float: right
}

.columns .col-itm.wysiwyg .half-cont ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.columns .col-itm.wysiwyg .half-cont ul li {
    margin-bottom: 1.25rem
}

.columns .col-itm.wysiwyg .half-cont ul li a {
    font-size: 1.5rem;
    color: #000;
    transition: color .3s ease
}

.columns .col-itm.wysiwyg .half-cont ul li a:hover {
    color: #ec7423
}

.columns .col-itm.sidebar h2 {
    margin: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: normal
}

.columns .col-itm.sidebar h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    border-bottom: 1px solid #e1e1e0
}

.columns .col-itm.sidebar p {
    margin-bottom: 30px
}

.columns .col-itm.sidebar a {
    color: #000
}

.columns .col-itm.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.columns .col-itm.sidebar ul li {
    margin-bottom: 1.25rem
}

.columns .col-itm.sidebar ul li a {
    font-size: 1.125rem;
    transition: color .3s ease
}

.columns .col-itm.sidebar ul li a:hover {
    color: #ec7423
}

.columns .col-itm.sidebar .sidebar-tel,
.columns .col-itm.sidebar .sidebar-email {
    text-decoration: none
}

.columns .col-itm.sidebar .sidebar-tel:hover,
.columns .col-itm.sidebar .sidebar-email:hover {
    color: #ec7423
}

.columns .col-itm.sidebar .sidebar-directions {
    display: inline-block;
    margin-bottom: 53px;
    text-decoration: none
}

.columns .col-itm.sidebar .sidebar-directions:hover {
    color: #ec7423
}

.columns .col-itm.sidebar .sidebar-directions:last-of-type {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .columns .col-itm.sidebar .sidebar-directions:last-of-type {
        margin-bottom: 53px
    }
}

.columns .col-itm h2 {
    font-size: 3.125rem;
    line-height: 4rem;
    margin-bottom: 1.875rem;
    font-weight: 400
}

@media screen and (max-width: 450px) {
    .columns .col-itm h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.columns .col-itm h3 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
    margin-bottom: 1.25rem
}

.columns .col-itm.reset h3 {
    margin-top: 0
}

.columns .col-itm h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: normal;
    text-align: left;
    margin-bottom: 2.5rem
}

.columns .col-itm h6 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem
}

.columns .col-itm p {
    font-size: 1.125rem
}

.columns .col-itm .gform_wrapper {
    max-width: 620px
}

.columns .col-itm .gform_wrapper .gform_body .gfield {
    margin-top: 1.25rem;
    padding: 0
}

.columns .col-itm .gform_wrapper .gform_body .gfield label {
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0
}

.columns .col-itm .gform_wrapper .gform_body .gfield label span {
    display: none
}

.columns .col-itm .gform_wrapper .gform_body .gfield .ginput_container input,
.gform_wrapper .gform_body .gfield .ginput_container input {
    height: 2.875rem;
    border: 1px solid #b0b0af;
    width: 100%
}

#gform_5 .gfield_radio input,
#gform_5 .gfield_checkbox input {
    height: 25px;
}

#gform_5 .gfield_radio .ginput_container,
#gform_5 .gfield_checkbox .ginput_container {
    margin-top: 0;
}

.columns .col-itm .gform_wrapper .gform_body .gfield .ginput_container input[type="file"] {
    border: none
}

.columns .col-itm .gform_wrapper .gform_body .gfield .ginput_container textarea {
    max-height: 6.25rem;
    width: 100%
}

.columns .col-itm .gform_wrapper .gform_body .gfield.gfield_error {
    border: none;
    padding: 0;
    margin: 0;
    background: none
}

.columns .col-itm .gform_wrapper .gform_body .gfield.gfield_error .validation_message {
    display: none
}

.gform_wrapper #gform_5 .gform_footer,
.columns .col-itm .gform_wrapper .gform_footer {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    margin-top: 3.125rem;
    display: inline-block;
    width: auto
}

@media screen and (max-width: 990px) {
    .columns .col-itm .gform_wrapper .gform_footer {
        float: none;
        margin-bottom: 30px
    }
}

.gform_wrapper #gform_5 .gform_footer:before,
.columns .col-itm .gform_wrapper .gform_footer:before,
.gform_wrapper #gform_5 .gform_footer:after,
.columns .col-itm .gform_wrapper .gform_footer:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #000;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gform_wrapper #gform_5 .gform_footer:before,
.columns .col-itm .gform_wrapper .gform_footer:before {
    top: 0;
    left: 0
}

.gform_wrapper #gform_5 .gform_footer:after,
.columns .col-itm .gform_wrapper .gform_footer:after {
    bottom: 0;
    right: 0
}

.gform_wrapper #gform_5 .gform_footer:hover:before,
.gform_wrapper #gform_5 .gform_footer:hover:after,
.columns .col-itm .gform_wrapper .gform_footer:hover:before,
.columns .col-itm .gform_wrapper .gform_footer:hover:after {
    width: 100%
}

.columns .col-itm .gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer .gform_button {
    background: none;
    border: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 2.375rem;
    color: #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    padding: .625rem 2.5rem;
    margin: 0
}

.gform_wrapper #gform_5 .gform_footer .gform_button {
    margin-right: 0;
}

.columns .col-itm .gform_wrapper .gform_footer .gform_ajax_spinner {
    display: none
}

.columns .col-itm blockquote {
    padding: 0;
    padding-left: 9.375rem;
    margin: 0;
    border: 0;
    position: relative
}

@media screen and (max-width: 990px) {
    .columns .col-itm blockquote {
        padding-left: 0
    }
}

.columns .col-itm blockquote p {
    font-size: 2.5rem;
    line-height: 4rem
}

.columns .col-itm blockquote p em {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: normal
}

.columns .col-itm blockquote:before {
    content: '“';
    position: relative;
    top: 0;
    display: block;
    float: none;
    font-size: 12.5rem;
    line-height: 10rem;
    height: 3.375rem;
    margin-bottom: 3.75rem
}

.columns .col-itm .head-wraps {
    margin-bottom: 1.875rem
}

.columns .col-itm .half-content {
    width: 50%;
    float: left;
    margin-bottom: 1.875rem
}

.columns .col-itm .half-content ul {
    font-size: 1.125rem
}

.columns .sct-block {
    margin-bottom: 50px
}

.columns .sct-block .titles-section {
    padding-bottom: 45px
}

.columns .sct-block h3,
.columns .sct-block h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: uppercase
}

.columns .sct-block h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.columns .sct-block h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (max-width: 990px) {
    .columns .sct-block h5 {
        font-size: 50px;
        line-height: 1.2
    }
}

.columns .sct-block .modal-activator {
    cursor: pointer
}

.columns .modal-fullscrean {
    padding: 0!important
}

.columns .modal-fullscrean .modal-dialog {
    width: 100%;
    margin: 0 auto
}

.columns .modal-fullscrean .modal-dialog .close {
    color: #000;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 37px
}

.columns .modal-fullscrean .modal-dialog .modal-header {
    border-bottom: 0;
    padding-top: 30px;
    text-align: center
}

.columns .modal-fullscrean .modal-dialog .modal-header .pagination-tabs {
    display: inline-block
}

.columns .modal-fullscrean .modal-dialog .modal-header .pagination-section .btn-previous,
.columns .modal-fullscrean .modal-dialog .modal-header .pagination-section .btn-next {
    position: relative;
    display: inline-block;
    top: -7px;
    cursor: pointer;
    color: #000;
    text-decoration: none
}

@media (max-width: 768px) {
    .columns .modal-fullscrean .modal-dialog .modal-header {
        padding-top: 60px
    }
}

.columns .modal-fullscrean .modal-dialog .modal-content {
    background-color: #f5efe6
}

.columns .modal-fullscrean .modal-dialog .modal-content .modal-body {
    padding-top: 100px;
    padding-bottom: 90px
}

.columns .modal-fullscrean .modal-dialog .modal-content .titles-section {
    margin-bottom: 75px
}

.columns .modal-fullscrean .modal-dialog .modal-content h3,
.columns .modal-fullscrean .modal-dialog .modal-content h5 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: uppercase
}

.columns .modal-fullscrean .modal-dialog .modal-content h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.columns .modal-fullscrean .modal-dialog .modal-content h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.columns .modal-fullscrean .modal-dialog .modal-content .slogan {
    color: #000;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 60px
}

.columns .modal-fullscrean .modal-dialog .modal-content .pop-up-content {
    color: #000;
    font-size: 18px
}

.columns .modal-fullscrean .modal-dialog .modal-content .text-below {
    color: #000;
    font-size: 24px;
    text-align: center
}

.columns .modal-fullscrean .modal-dialog .modal-content .btn-container {
    text-align: center
}

.columns .modal-fullscrean .modal-dialog .modal-content .btn-container > a {
    padding: 0 2.5rem
}

.columns .pagination-tabs {
    border-bottom: 0;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px
}

.columns .pagination-tabs li {
    float: none;
    display: inline-block
}

.columns .pagination-tabs li a.tab-pagination {
    color: #000;
    border: 0;
    border-radius: 22px;
    padding: 0;
    height: 42px;
    width: 42px
}

.columns .pagination-tabs li a.tab-pagination:hover,
.columns .pagination-tabs li a.tab-pagination:active,
.columns .pagination-tabs li a.tab-pagination:focus {
    border: 0;
    background-color: #fff
}

.columns .pagination-tabs li a.tab-pagination .number {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 700
}

.hqwtr-lnk-block {
    position: relative
}

.hqwtr-lnk-block div[class*="col"] {
    padding-top: 1.875rem
}

.hqwtr-lnk-block div[class*="col"] .headquaters-link {
    display: block;
    position: absolute;
    top: 0;
    border: 3px solid #000;
    color: #000;
    text-transform: uppercase;
    font-size: 1.6875rem;
    line-height: 13.125rem;
    font-weight: 600;
    max-width: 27.1875rem;
    width: 100%;
    text-align: center;
    transition: all .3s ease
}

.hqwtr-lnk-block div[class*="col"] .headquaters-link.text-left {
    left: 0
}

.hqwtr-lnk-block div[class*="col"] .headquaters-link.text-right {
    right: 0
}

.hqwtr-lnk-block div[class*="col"] .headquaters-link:hover {
    background: #000;
    color: #fff
}

.hqwtr-lnk-block div[class*="col"] img.img-right {
    float: right
}

.hqwtr-lnk-block div[class*="col"] img.img-left {
    float: left
}

.headquarters_city {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 10px
}

.nav-btns .nav-btn-left {
    float: left;
    margin-bottom: 30px
}

.nav-btns .nav-btn-left a {
    text-align: right;
    padding-right: 2.5rem
}

.nav-btns .nav-btn-left a > span {
    letter-spacing: normal;
}

.nav-btns .nav-btn-left a span {
    left: -20px
}

.nav-btns .nav-btn-left a .fa:last-child {
    margin-right: 1.25rem
}

.nav-btns .nav-btn-right {
    margin-bottom: 30px;
    float: right
}

.nav-btns .nav-btn-right a {
    text-align: left;
    padding-left: 2.5rem
}

.nav-btns .nav-btn-right a span {
    right: -20px
}

@media screen and (max-width: 1300px) {
    .nav-btns .nav-btn-right a span {
        right: 5px
    }
}

.nav-btns .nav-btn-right a .fa:first-child {
    margin-left: 1.25rem
}

.nav-btns a {
    display: block;
    position: relative;
    background: #f5efe6;
    color: #000;
    height: 8.125rem;
    overflow: visible;
    font-weight: 700;
    font-size: 1.125rem
}

.nav-btns a .valign {
    display: block;
    top: 50%!important;
    transform: translateY(-50%)!important;
    right: 0;
    left: 0
}

.nav-btns a > span:not(.valign) {
    display: block;
    position: absolute;
    border: 1px solid #000;
    top: -15px;
    height: 100%;
    max-width: 15.9375rem;
    width: 100%;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: all .3s ease
}

@media (max-width: 1023px) {
    .nav-btns a > span:not(.valign) {
        width: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: auto;
        margin: 0 auto;
        bottom: 45px
    }
}

.nav-btns a:hover > span:not(.valign) {
    color: #fff;
    background: #000;
}
.info_box.nav-btns a:hover > span:not(.valign) {
    color: #000;
    background: transparent;
}

@media (max-width: 1023px) {
    .nav-btns a {
        height: 10rem
    }
    .nav-btns a .btn-label {
        top: auto!important;
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important;
        bottom: 10px;
        text-align: center
    }
}

.nav-btns.camp-box {
    max-width: 75%;
    margin: 0 auto;
}

.nav-btns.camp-box:hover {
    background: transparent !important;
}

.nav-btns.camp-box .black-label {
    border: 2px solid #000;
    max-width: 100%;
    text-align: left;
    padding: 2.5rem;
    padding-left: 50px;
    font-size: 24px;
}

.nav-btns.camp-box .black-label sub {
    display: block;
    margin-top: 12px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .nav-btns.camp-box {
        width: 100%;
        max-width: 100%;
        height: 10rem;
    }
    .nav-btns.camp-box a {
        background: #f5efe6;
        min-height: 250px;
    }
    .nav-btns.camp-box .black-label {
        min-height: 250px;
        width: 97%;
        margin-top: -5px;
        margin-left: -15px;
        text-align: center;
    }
    .nav-btns.camp-box .nav-btn-left a span {
        left: 0;
    }
    .nav-btns.camp-box .black-label sub {
        display: inline-block;
        line-height: 24px;
    }
}

@media screen and (max-width: 500px) {
    .info_box.nav-btns.camp-box .nav-btn-left a span {
        min-height: 0;
        width: 100%;
        margin: 0;
        position: relative;
        padding: 2.5rem;
        z-index: 5;
    }
    .info_box.nav-btns.camp-box a {
        background: none;
        position: relative;
        min-height: 0;
        height: auto;
        padding: 0;
    }
    .info_box.nav-btns.camp-box a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: -12px;
        bottom: 0px;
        left: 12px;
        background-color: #f5efe6;
        z-index: 0;
        width: auto;
    }
}

.testim-wrap {
    position: relative;
    max-width: 24.6875rem;
    width: 100%;
    height: 24.6875rem;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease
}

.testim-wrap h3 {
    margin: 0;
    margin-bottom: .625rem
}

.testim-wrap .full {
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: .625rem 3.125rem
}

.testim-wrap .full p {
    font-size: 1.125rem
}

.testim-wrap .full h5 {
    margin: 0;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: normal
}

.testim-wrap .full h5 span {
    font-size: 1rem
}

.testim-wrap .full h6 {
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: italic;
    margin: 0;
    margin-top: .625rem
}

.testim-wrap .full h6 a {
    color: #000
}

.testim-wrap .small {
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 1.125rem
}

.testim-wrap:hover {
    background: #f5efe6
}

.testim-wrap:hover .small {
    opacity: 0
}

.testim-wrap:hover .full {
    opacity: 1
}

.col-lg-3 .testim-wrap .full p {
    font-size: .875rem;
    margin: 0
}

.col-lg-3 .testim-wrap .full h5 {
    font-size: 1rem
}

.col-lg-3 .testim-wrap .full h5 span {
    font-size: .875rem
}

.col-lg-3 .testim-wrap .full h6 {
    font-size: .75rem
}

.fade-content {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    position: relative
}

.fade-content.narrow-width {
    max-width: 75rem;
    margin: 0 auto
}

.fade-content .narrow-width-text,
.video-content .narrow-width-text,
.feature_sub_heading p {
    font-size: 1.375rem;
    color: #000;
    max-width: 73.125rem;
    margin: 0 auto;
    padding: 0 20px
}

.fade-content p,
.video-content p {
    font-size: 16px;
    line-height: 2rem
}

.fade-content h3,
.fade-content h4,
.video-content h3,
.video-content h4 {
    font-weight: 700
}

#wc_lower_cta h3.impact,
#bottom_black_content h3.impact,
.fade-content h3.impact,
.video-content h3.impact {
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center
}

.fade-content h3.heading,
.video-content h3.heading {
    border-bottom: 3px solid #ddd;
    margin-bottom: 3.5rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .125em;
    padding-bottom: 10px
}

/* Background Effects */
.video-content .bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%
}

.orange-fade {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 175, 110, 0.59) 8%, rgba(233, 135, 37, 0.64) 12%, rgba(233, 135, 37, 0.9) 31%, #e98725 43%, #e98725 54%, #e98725 66%, rgba(233, 135, 37, 0.9) 76%, rgba(233, 135, 37, 0.66) 90%, rgba(237, 159, 81, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(8%, rgba(240, 175, 110, 0.59)), color-stop(12%, rgba(233, 135, 37, 0.64)), color-stop(31%, rgba(233, 135, 37, 0.9)), color-stop(43%, #e98725), color-stop(54%, #e98725), color-stop(66%, #e98725), color-stop(76%, rgba(233, 135, 37, 0.9)), color-stop(90%, rgba(233, 135, 37, 0.66)), color-stop(92%, rgba(237, 159, 81, 0.63)), color-stop(100%, rgba(255, 255, 255, 0.98)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 175, 110, 0.59) 8%, rgba(233, 135, 37, 0.64) 12%, rgba(233, 135, 37, 0.9) 31%, #e98725 43%, #e98725 54%, #e98725 66%, rgba(233, 135, 37, 0.9) 76%, rgba(233, 135, 37, 0.66) 90%, rgba(237, 159, 81, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 175, 110, 0.59) 8%, rgba(233, 135, 37, 0.64) 12%, rgba(233, 135, 37, 0.9) 31%, #e98725 43%, #e98725 54%, #e98725 66%, rgba(233, 135, 37, 0.9) 76%, rgba(233, 135, 37, 0.66) 90%, rgba(237, 159, 81, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 175, 110, 0.59) 8%, rgba(233, 135, 37, 0.64) 12%, rgba(233, 135, 37, 0.9) 31%, #e98725 43%, #e98725 54%, #e98725 66%, rgba(233, 135, 37, 0.9) 76%, rgba(233, 135, 37, 0.66) 90%, rgba(237, 159, 81, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 175, 110, 0.59) 8%, rgba(233, 135, 37, 0.64) 12%, rgba(233, 135, 37, 0.9) 31%, #e98725 43%, #e98725 54%, #e98725 66%, rgba(233, 135, 37, 0.9) 76%, rgba(233, 135, 37, 0.66) 90%, rgba(237, 159, 81, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.black-fade-orig {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 2%, rgba(183, 183, 183, 0.9) 6%, rgba(20, 20, 20, 0.93) 15%, rgba(0, 0, 0, 0.98) 27%, black 32%, black 50%, black 71%, rgba(0, 0, 0, 0.96) 77%, rgba(20, 20, 20, 0.9) 86%, rgba(191, 191, 191, 0.85) 94%, rgba(255, 255, 255, 0.43) 97%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0.3)), color-stop(6%, rgba(183, 183, 183, 0.9)), color-stop(15%, rgba(20, 20, 20, 0.93)), color-stop(27%, rgba(0, 0, 0, 0.98)), color-stop(32%, black), color-stop(50%, black), color-stop(71%, black), color-stop(77%, rgba(0, 0, 0, 0.96)), color-stop(86%, rgba(20, 20, 20, 0.9)), color-stop(94%, rgba(191, 191, 191, 0.85)), color-stop(97%, rgba(255, 255, 255, 0.43)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 2%, rgba(183, 183, 183, 0.9) 6%, rgba(20, 20, 20, 0.93) 15%, rgba(0, 0, 0, 0.98) 27%, black 32%, black 50%, black 71%, rgba(0, 0, 0, 0.96) 77%, rgba(20, 20, 20, 0.9) 86%, rgba(191, 191, 191, 0.85) 94%, rgba(255, 255, 255, 0.43) 97%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 2%, rgba(183, 183, 183, 0.9) 6%, rgba(20, 20, 20, 0.93) 15%, rgba(0, 0, 0, 0.98) 27%, black 32%, black 50%, black 71%, rgba(0, 0, 0, 0.96) 77%, rgba(20, 20, 20, 0.9) 86%, rgba(191, 191, 191, 0.85) 94%, rgba(255, 255, 255, 0.43) 97%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 2%, rgba(183, 183, 183, 0.9) 6%, rgba(20, 20, 20, 0.93) 15%, rgba(0, 0, 0, 0.98) 27%, black 32%, black 50%, black 71%, rgba(0, 0, 0, 0.96) 77%, rgba(20, 20, 20, 0.9) 86%, rgba(191, 191, 191, 0.85) 94%, rgba(255, 255, 255, 0.43) 97%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 2%, rgba(183, 183, 183, 0.9) 6%, rgba(20, 20, 20, 0.93) 15%, rgba(0, 0, 0, 0.98) 27%, black 32%, black 50%, black 71%, rgba(0, 0, 0, 0.96) 77%, rgba(20, 20, 20, 0.9) 86%, rgba(191, 191, 191, 0.85) 94%, rgba(255, 255, 255, 0.43) 97%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.black-fade {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 4%, rgba(227, 227, 227, 0.29) 5%, rgba(113, 113, 113, 0.56) 9%, rgba(0, 0, 0, 0.73) 13%, rgba(0, 0, 0, 0.81) 15%, rgba(0, 0, 0, 0.86) 19%, rgba(0, 0, 0, 0.94) 23%, rgba(0, 0, 0, 0.99) 93%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(4%, rgba(255, 255, 255, 0.23)), color-stop(5%, rgba(227, 227, 227, 0.29)), color-stop(9%, rgba(113, 113, 113, 0.56)), color-stop(13%, rgba(0, 0, 0, 0.73)), color-stop(15%, rgba(0, 0, 0, 0.81)), color-stop(19%, rgba(0, 0, 0, 0.86)), color-stop(23%, rgba(0, 0, 0, 0.94)), color-stop(93%, rgba(0, 0, 0, 0.99)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 4%, rgba(227, 227, 227, 0.29) 5%, rgba(113, 113, 113, 0.56) 9%, rgba(0, 0, 0, 0.73) 13%, rgba(0, 0, 0, 0.81) 15%, rgba(0, 0, 0, 0.86) 19%, rgba(0, 0, 0, 0.94) 23%, rgba(0, 0, 0, 0.99) 93%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 4%, rgba(227, 227, 227, 0.29) 5%, rgba(113, 113, 113, 0.56) 9%, rgba(0, 0, 0, 0.73) 13%, rgba(0, 0, 0, 0.81) 15%, rgba(0, 0, 0, 0.86) 19%, rgba(0, 0, 0, 0.94) 23%, rgba(0, 0, 0, 0.99) 93%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 4%, rgba(227, 227, 227, 0.29) 5%, rgba(113, 113, 113, 0.56) 9%, rgba(0, 0, 0, 0.73) 13%, rgba(0, 0, 0, 0.81) 15%, rgba(0, 0, 0, 0.86) 19%, rgba(0, 0, 0, 0.94) 23%, rgba(0, 0, 0, 0.99) 93%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 4%, rgba(227, 227, 227, 0.29) 5%, rgba(113, 113, 113, 0.56) 9%, rgba(0, 0, 0, 0.73) 13%, rgba(0, 0, 0, 0.81) 15%, rgba(0, 0, 0, 0.86) 19%, rgba(0, 0, 0, 0.94) 23%, rgba(0, 0, 0, 0.99) 93%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

.blue-fade {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(116, 192, 255, 0.59) 8%, rgba(47, 160, 255, 0.64) 12%, rgba(47, 160, 255, 0.9) 31%, #2fa0ff 43%, #2fa0ff 54%, #2fa0ff 66%, rgba(47, 160, 255, 0.9) 76%, rgba(47, 160, 255, 0.66) 90%, rgba(89, 179, 255, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(8%, rgba(116, 192, 255, 0.59)), color-stop(12%, rgba(47, 160, 255, 0.64)), color-stop(31%, rgba(47, 160, 255, 0.9)), color-stop(43%, #2fa0ff), color-stop(54%, #2fa0ff), color-stop(66%, #2fa0ff), color-stop(76%, rgba(47, 160, 255, 0.9)), color-stop(90%, rgba(47, 160, 255, 0.66)), color-stop(92%, rgba(89, 179, 255, 0.63)), color-stop(100%, rgba(255, 255, 255, 0.98)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(116, 192, 255, 0.59) 8%, rgba(47, 160, 255, 0.64) 12%, rgba(47, 160, 255, 0.9) 31%, #2fa0ff 43%, #2fa0ff 54%, #2fa0ff 66%, rgba(47, 160, 255, 0.9) 76%, rgba(47, 160, 255, 0.66) 90%, rgba(89, 179, 255, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(116, 192, 255, 0.59) 8%, rgba(47, 160, 255, 0.64) 12%, rgba(47, 160, 255, 0.9) 31%, #2fa0ff 43%, #2fa0ff 54%, #2fa0ff 66%, rgba(47, 160, 255, 0.9) 76%, rgba(47, 160, 255, 0.66) 90%, rgba(89, 179, 255, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(116, 192, 255, 0.59) 8%, rgba(47, 160, 255, 0.64) 12%, rgba(47, 160, 255, 0.9) 31%, #2fa0ff 43%, #2fa0ff 54%, #2fa0ff 66%, rgba(47, 160, 255, 0.9) 76%, rgba(47, 160, 255, 0.66) 90%, rgba(89, 179, 255, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(116, 192, 255, 0.59) 8%, rgba(47, 160, 255, 0.64) 12%, rgba(47, 160, 255, 0.9) 31%, #2fa0ff 43%, #2fa0ff 54%, #2fa0ff 66%, rgba(47, 160, 255, 0.9) 76%, rgba(47, 160, 255, 0.66) 90%, rgba(89, 179, 255, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.green-fade {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 209, 126, 0.59) 8%, rgba(190, 186, 61, 0.64) 12%, rgba(190, 186, 61, 0.9) 31%, #beba3d 43%, #beba3d 54%, #beba3d 66%, rgba(190, 186, 61, 0.9) 76%, rgba(190, 186, 61, 0.66) 90%, rgba(203, 200, 100, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(8%, rgba(212, 209, 126, 0.59)), color-stop(12%, rgba(190, 186, 61, 0.64)), color-stop(31%, rgba(190, 186, 61, 0.9)), color-stop(43%, #beba3d), color-stop(54%, #beba3d), color-stop(66%, #beba3d), color-stop(76%, rgba(190, 186, 61, 0.9)), color-stop(90%, rgba(190, 186, 61, 0.66)), color-stop(92%, rgba(203, 200, 100, 0.63)), color-stop(100%, rgba(255, 255, 255, 0.98)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 209, 126, 0.59) 8%, rgba(190, 186, 61, 0.64) 12%, rgba(190, 186, 61, 0.9) 31%, #beba3d 43%, #beba3d 54%, #beba3d 66%, rgba(190, 186, 61, 0.9) 76%, rgba(190, 186, 61, 0.66) 90%, rgba(203, 200, 100, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 209, 126, 0.59) 8%, rgba(190, 186, 61, 0.64) 12%, rgba(190, 186, 61, 0.9) 31%, #beba3d 43%, #beba3d 54%, #beba3d 66%, rgba(190, 186, 61, 0.9) 76%, rgba(190, 186, 61, 0.66) 90%, rgba(203, 200, 100, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 209, 126, 0.59) 8%, rgba(190, 186, 61, 0.64) 12%, rgba(190, 186, 61, 0.9) 31%, #beba3d 43%, #beba3d 54%, #beba3d 66%, rgba(190, 186, 61, 0.9) 76%, rgba(190, 186, 61, 0.66) 90%, rgba(203, 200, 100, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 209, 126, 0.59) 8%, rgba(190, 186, 61, 0.64) 12%, rgba(190, 186, 61, 0.9) 31%, #beba3d 43%, #beba3d 54%, #beba3d 66%, rgba(190, 186, 61, 0.9) 76%, rgba(190, 186, 61, 0.66) 90%, rgba(203, 200, 100, 0.63) 92%, rgba(255, 255, 255, 0.98) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

h2.statement,
h4.quote-attribution {
    display: block;
    margin: 0
}

h2.statement {
    font-size: 2.67rem;
    letter-spacing: .125rem
}

h4.quote-attribution {
    font-size: 1.3rem;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 25px
}

.impact-attribution {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.text-shadow {
    text-shadow: 3px 3px 6px rgba(150, 150, 150, 0.76)
}

h2.statement {
    font-size: 2rem;
    line-height: 3.125rem;
    letter-spacing: 0
}

@media screen and (max-width: 768px) {
    h2.statement {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
    .fade-content {
        padding-top: 120px!important;
        padding-bottom: 40px!important;
        background-size: cover
    }
}

.arve-wrapper {
    margin-bottom: 0
}

.video-content {
    background-repeat: no-repeat;
    background-size: 100%;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    position: relative;
    overflow: hidden
}

.video-content video {
    position: relative;
    z-index: -100;
    margin-bottom: -63px
}

.video-content .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap
}

.overlay {
    max-width: 1200px;
    z-index: 1;
    height: 100%
}

.overlayimg {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.video-content .line_height_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.overlay_gif {
    max-height: 100%
}

.social-share {
    min-height: 30px;
    margin: 40px auto
}

.social-share h4,
.social-share a {
    display: inline-block;
    vertical-align: middle
}

.social-share h4 {
    font-size: 18px;
    margin: 0;
    line-height: 27px;
    font-weight: 700;
    margin-right: 15px
}

.social-share a .fa {
    font-size: 22px;
    color: #3E3E3E;
    margin-right: 10px
}

.social-share a .fa:hover {
    color: #ed7700
}

h1.single-title {
    margin-bottom: 0
}

header.article-header h3.single-title a {
    color: #333
}

header.article-header {
    z-index: 950
}

.blog_author,
.blog_cat {
    display: inline-block
}

.blog_author {
    color: #898989!important
}

.blog_author:after {
    content: ' |';
    color: #000
}

.blog_cat a {
    color: #ed7700
}

.blog_cat a:hover {
    color: #898989
}

.apply-btn,
.linkedin-share a {
    display: inline-block
}

ul.capabilities {
    list-style-type: none
}

ul.capabilities li {
    padding-bottom: 10px
}

.full_width_section .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

.half-col-padd {
    padding: 45px 10% 45px 5% !important
}

.big-black {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000
}

.big-black .col-md-6 {
    box-model: border-box;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    background-clip: padding-box
}


/* Case Study */
/* Case Study Banner Images */
.c_page_banner_image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;

    height: 800px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.case_study_half {
    position: relative;
}
    .case_study_half:before,
    .case_study_half:after {
        content: " ";
        display: table
    }
    .case_study_half:after {
        clear: both
    }

.case_study_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
}
.right_content .case_study_image {
    right: 50%;
    left: 0;
}
.left_content .case_study_image {
    right: 0;
    left: 50%;
}

.case_study_content {
    width: 50%;
    min-height: 550px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.right_content .case_study_content {
    float: right;
    padding: 25px 10% 25px 5%;
}
.left_content .case_study_content {
    float: left;
    padding: 25px 5% 25px 10%;
}

.c_page_banner_image .banner_section {
    width: 100%;
}

.c_page_banner_image img.banner-logo {
    position: relative;
    display: block;
    margin: 0 auto;
    min-width: 200px !important;
    max-width: 800px;
    width: 100%;
    padding: 0 15px;
}

.case_study_half p {
    font-size: 20px;
}

.case_study_results {
    text-align: center
}

.case_study_results .count {
    font-family: "paganini", Georgia, "Times New Roman", Times, serif;
    font-size: 45px;
    font-weight: 700;
    margin: 15px 0 5px;
    padding: 0;
}

.case_study_results sub {
    display: block;
    font-size: 16px;
    line-height: 1em;
}

.case_study_results img {
    margin-top: 30px;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .c_page_banner_image {
        height: 600px;
    }
    .c_page_banner_image img.banner-logo {
        max-width: 550px;
    }
}

@media screen and (max-width: 768px) {
    .c_page_banner_image {
        height: 400px;
    }
    .case_study_image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 300px;
    }
    .left_content .case_study_image,
    .right_content .case_study_image {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .case_study_content {
        width: 100%;
        min-height: 0;
        display:block;
    }
    .left_content .case_study_content,
    .right_content .case_study_content {
        float: none;
        padding: 10px 5% 0px;
    }
    .case_study_mobile_margin {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .half-col-padd {
        padding-top: 15px!important
    }
    .big-black .col-md-6 {
        padding-bottom: 50px
    }
    /*#paradigm_counter .container .col-md-4 {
        margin-bottom: 95px
    }*/
}
#impact_world_changer_magazine {
    margin-top: 150px;
	background-color: #DDDDDF;
}
@media screen and (max-width: 991px) {
	#impact_world_changer_magazine {
		background-size: 50%;
		background-position: 100% 0px; 
		padding-bottom: 10% !important;
	}
}
@media screen and (max-width: 500px) {
	#impact_world_changer_magazine {
		background-size: 65%;
		background-position: 100% -30px;
	}
}

/* campaign banner images */

/* Tables */
table.case-study {
    width: 100%;
}
table.case-study th {
    background-color: #f5efe6;
    text-align: left;
}
table.case-study td, th {
   padding: 10px;
   padding-left: 20px;
}
table.case-study tr {
    background-color: #909090;
}
table.case-study tbody tr:nth-child(odd) {
   background-color: #ffffff;
}


/* MixItUp Logos Content Block */
.mixitup-logos {
    text-align: center;
    margin: 0 auto;
}

.mixitup-logos a {
    
}

.mixitup-logos a.btn {
    color: #9ba39f;
    border-left: 2px solid #9ba39f;
    border-right: 2px solid #9ba39f
}

.mixitup-logos a.btn:before,
.mixitup-logos a.btn:after {
    background: #9ba39f;
}

.mixitup-logos .filters {
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px
}

.mixitup-logos #logos img { max-width: 200px }

.mixitup-logos #logos {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.mixitup-logos #logos .mix {
    width: 300px;
    min-height: 200px;
    flex-grow: 1
}

/* World Changer Magazine Landing Page */
#wc_banner {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: right 10%;
    background-repeat: no-repeat;
    padding: 300px 0;
}

@media screen and (max-width: 1450px) {
    #wc_banner {
        background-position: 45% 10%;
    }
}

@media screen and (max-width: 900px) {
    #wc_banner {
        padding-bottom: 150px !important;
    }
}

@media screen and (max-width: 768px) {
    #wc_banner {
        padding: 300px 0 100px !important;
        background-position: 80% 10%;
    }
}

@media screen and (max-width: 450px) {
    #wc_banner {
        background-position: 70% 10%;
    }
}

#wc_banner .wrap-width {
    max-width: 1200px;
    margin: 0 auto;
}

#wc_banner h2 {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif; 
    font-size: 40px; 
    max-width: 500px; 
    line-height: 1.25em;
}

#wc_lower_cta a {
    letter-spacing: 1.5px;
}

#wc_lower_cta a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s ease-in
}

#wc_lower_cta a:hover:after {
    width: 100%;
}

#req_mag p {
    line-height: 1.5em;
}

#req_mag .conveyour_form input {
    border-radius: 0px;
    min-height: 46px;
}

#req_mag .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

#req_mag .gform_wrapper .gform_body .gform_fields .gfield select,
#req_mag select.conveyour-select {
    /* stop the browser styling */
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color: #333;
    background: transparent;
    border-radius: 0px !important;
    height: 2.875rem;
    border: 1px solid #b0b0af;
}

#gform_4 #input_4_16 {
    width: 100%;
}

.page-id-1467 input,
.page-id-1467 select,
.page-id-1467 textarea {
    width: 100%;
}

.gform_wrapper #gform_4 .gform_body .gfield.gf_left_half {
    padding-right: 10px;
    margin-top: 0;
}

.gform_wrapper #gform_4 .gform_body .gfield.gf_right_half {
    padding-left: 10px;
    margin-top: 0;
}

.gform_wrapper #gform_4 .gform_body .gfield.gf_left_third {
    padding-right: 5px;
    margin-top: 0;
}

.gform_wrapper #gform_4 .gform_body .gfield.gf_middle_third {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
}

.gform_wrapper #gform_4 .gform_body .gfield.gf_right_third {
    padding-left: 5px;
    margin-top: 0;
}

#field_4_9,
#field_4_10 {
    margin-top: 0;
}

#gform_4 #field_4_15,
#gform_4 #field_4_8,
#gform_4 #input_4_12 {
    margin-top: 12px;
}

#field_4_15.gfield_error,
#gform_4 .gfield_error input,
#gform_4 .gfield_error select {
    background-color: #F5EFE6 !important;
    border: none !important;
}

@media screen and (max-width: 768px) {
    #wc_lower_cta {
        padding: 150px 0 !important;
    }
}

/* Get Connected Form */
.page-id-1712 .side-vertical-menu {
    display: none;
}
#field_5_1 label,
#field_5_2 label,
#field_5_3 label,
#field_5_4 label,
#field_5_5 label,
#field_5_6 label,
#field_5_7 label {
    display: none;
}

#gform_wrapper_5 {
    margin-top: 0;
}

#gform_5 .ginput_container_radio,
#gform_5 .ginput_container_checkbox {
    margin-top: 0 !important;
}

#field_5_8,
#field_5_9 {
    margin-top: 30px;
}

#field_5_10 {
    display: inline-block;
    float: right;
    margin-top: -50px;
    color: #fff;
}
#field_5_10 input {
    opacity: 0.1;
}
#field_5_10 #label_5_10_1 {
    display: none;
}
#field_5_10:after {
    clear: both;
    content: "";
    display: block;
    width:100%;
    height: 1px;
}

/* Change the Narrative Page */
.page-id-1736 header .container .logo-wrap .logo-title, .page-id-1736 .logo-title h1 {
    color: #fff;
}
#narrative_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
header .container .right-side-menu .menu-icon span {
    /*background: #fff none repeat scroll 0% 0%;*/
}

#gform_wrapper_6 {
    margin: 0;
}

#gform_6 .gf_page_steps {
    border: none;
    margin-bottom: 20px;
    padding: 0;
}

#gform_6 #gf_step_6_1 {
    height: auto;
    margin: 0;
    line-height: 1em !important;
}

#gform_6 .gf_step,
#gform_6 .gf_step_number {
    display: none;
}
#gform_6 .gf_step_active {
    display: block;
}
#gform_6 .gf_step_label {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}
.field_half_left {
    width:47.5%;
    margin-right:5%;
    float:left;
    clear: none !important;
}
.field_half_right {
    width:47.5%;
    float:left;
    clear: none !important;
}
.field_third_left,.field_third_middle {
    float:left;
    margin-right:5%;
    width:30%;
    clear: none !important;
}
.field_third_right {
    float:left;
    width:30%;
    clear: none !important;
}
@media screen and (max-width:600px) {
    .field_half_left, .field_half_right, .field_third_left, .field_third_middle, .field_third_right {
        width:100%;
        margin-right:0;
        float:none;
    }
}
#gform_6 .gfield_checkbox li {
    margin: 0 0 5px;
    line-height: 1em;
}
#gform_6 .gfield_checkbox input {
    height: 16px;
}
#gform_6 .gfield_checkbox label {
    font-size: 14px;
	padding-top:12px;
}
#gform_6 .ginput_container_checkbox {
    margin-top: 0;
}
#gform_6 #field_6_5,
#gform_6 #field_6_17 {
    width: 100%;
    float: left;
}
#gform_6 .gfield_label_before_complex {
    font-weight: bold;
}
#gform_6 #field_6_15 {
    margin-top: 1.25rem;
    float: left;
    width: 100%;
}
#gform_6 .ginput_container_address > span {
    padding-top: 15px;
}
#gform_6 .ginput_container_address > span > label {
    font-size: 14px;
}
#input_6_15_1_container,
#input_6_15_2_container {
    float: left;
    width: 100%;
}
#gform_6 input[type="submit"],
#gform_6 input[type="button"] {
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: 2px solid #000;
    
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000;
    padding: .625rem 2.5rem;
}
#gform_6 input[type="submit"]:hover,
#gform_6 input[type="submit"]:active,
#gform_6 input[type="submit"]:focus,
#gform_6 input[type="button"]:hover,
#gform_6 input[type="button"]:active,
#gform_6 input[type="button"]:focus {
    background-color: #000;
    color: #fff;
}
@media only screen and (max-width: 641px) {
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        float: left;
        width: 100%;
    }    
}
#field_6_18,
#field_6_19 {
    float: left;
    width: 100%;
}