html {
    font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #444 /*spiritaero*/
}

body {
    margin: 0
}

a {
    background: transparent
}

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

a,
.uk-link {
    color: #07D;
    text-decoration: none;
    cursor: pointer
}

a:hover,
.uk-link:hover {
    color: #059;
    text-decoration: underline
}

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

b,
strong {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-weight: normal
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #D05;
    white-space: nowrap
}

em {
    color: #757575
}

ins {
    background: #ffa;
    color: #444;
    text-decoration: none
}

mark {
    background: #ffa;
    color: #444
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -0.8em
}

sub {
    bottom: -0.25em
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
    max-width: none
}

img {
    border: 0
}

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

blockquote,
figure {
    margin: 0
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0
}

*+p,
*+ul,
*+ol,
*+dl,
*+blockquote,
*+pre,
*+address,
*+fieldset,
*+figure {
    margin-top: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #444;
    text-transform: none
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 25px
}

h1,
.uk-h1 {
    font-size: 36px;
    line-height: 42px
}

h2,
.uk-h2 {
    font-size: 24px;
    line-height: 30px
}

h3,
.uk-h3 {
    font-size: 18px;
    line-height: 24px
}

h4,
.uk-h4 {
    font-size: 16px;
    line-height: 22px
}

h5,
.uk-h5 {
    font-size: 14px;
    line-height: 20px
}

h6,
.uk-h6 {
    font-size: 12px;
    line-height: 18px
}

ul,
ol {
    padding-left: 30px
}

ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
    margin: 0
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd
}

address {
    font-style: normal
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic
}

pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #444;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto
}

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

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

progress {
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

iframe {
    border: 0
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: device-width
    }
}

.uk-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-grid:before,
.uk-grid:after {
    content: "";
    display: block;
    overflow: hidden
}

.uk-grid:after {
    clear: both
}

.uk-grid>* {
    -ms-flex: none;
    flex: none;
    margin: 0;
    float: left
}

.uk-grid>*>:last-child {
    margin-bottom: 0
}

.uk-grid {
    margin-left: -32px
}

.uk-grid>* {
    padding-left: 32px
}

.uk-grid+.uk-grid,
.uk-grid-margin,
.uk-grid>*:not(:last-of-type) {
    margin-bottom: 32px
}

@media (min-width:1600px) {
    .uk-grid {
        margin-left: -32px
    }
    .uk-grid>* {
        padding-left: 32px
    }
    .uk-grid+.uk-grid,
    .uk-grid-margin,
    .uk-grid>*:not(:last-of-type) {
        margin-bottom: 32px
    }
}

@media (max-width:639px) {
    .uk-grid {
        margin-left: -16px
    }
    .uk-grid>* {
        padding-left: 16px
    }
    .uk-grid+.uk-grid,
    .uk-grid-margin,
    .uk-grid>*:not(:last-of-type) {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .uk-grid {
        margin-left: -16px
    }
    .uk-grid>* {
        padding-left: 16px
    }
    .uk-grid+.uk-grid,
    .uk-grid-margin,
    .uk-grid>*:not(:last-of-type) {
        margin-bottom: 16px
    }
}

.uk-grid-collapse {
    margin-left: 0
}

.uk-grid-collapse>* {
    padding-left: 0
}

.uk-grid-collapse+.uk-grid-collapse,
.uk-grid-collapse>.uk-grid-margin,
.uk-grid-collapse>*>.uk-panel+.uk-panel {
    margin-top: 0
}

.uk-grid-small {
    margin-left: -16px
}

.uk-grid-small>* {
    padding-left: 16px
}

.uk-grid-small+.uk-grid-small,
.uk-grid-small>.uk-grid-margin,
.uk-grid-small>*>.uk-panel+.uk-panel {
    margin-top: 16px
}

.uk-grid-medium {
    margin-left: -32px
}

.uk-grid-medium>* {
    padding-left: 32px
}

.uk-grid-medium+.uk-grid-medium,
.uk-grid-medium>.uk-grid-margin,
.uk-grid-medium>*>.uk-panel+.uk-panel {
    margin-top: 32px
}

@media (min-width:1200px) {
    .uk-grid-large {
        margin-left: -32px
    }
    .uk-grid-large>* {
        padding-left: 32px
    }
    .uk-grid-large+.uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large>*>.uk-panel+.uk-panel {
        margin-top: 32px
    }
}

@media (min-width:1600px) {
    .uk-grid-large {
        margin-left: -32px
    }
    .uk-grid-large>* {
        padding-left: 32px
    }
    .uk-grid-large+.uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large>*>.uk-panel+.uk-panel {
        margin-top: 32px
    }
}

.uk-grid-divider:not(:empty) {
    margin-left: -32px;
    margin-right: -32px
}

.uk-grid-divider>* {
    padding-left: 32px;
    padding-right: 32px
}

.uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) {
    border-left: 1px solid #ddd
}

@media (min-width:960px) {
    .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #ddd
    }
}

@media (min-width:1200px) {
    .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
        border-left: 1px solid #ddd
    }
}

@media (min-width:1600px) {
    .uk-grid-divider:not(: empty) {
        margin-left: -32px;
        margin-right: -32px
    }
    .uk-grid-divider>* {
        padding-left: 32px;
        padding-right: 32px
    }
    .uk-grid-divider:empty {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.uk-grid-divider:empty {
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 1px solid #ddd
}

.uk-grid-match>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uk-grid-match>*>* {
    -ms-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 100%
}

[class*='uk-grid-width']>* {
    box-sizing: border-box;
    width: 100%
}

.uk-grid-width-1-2>* {
    width: 50%
}

.uk-grid-width-1-3>* {
    width: 33.333%
}

.uk-grid-width-1-4>* {
    width: 25%
}

.uk-grid-width-1-5>* {
    width: 20%
}

.uk-grid-width-1-6>* {
    width: 16.666%
}

.uk-grid-width-1-10>* {
    width: 10%
}

.uk-grid-width-auto>* {
    width: auto
}

@media (min-width:425px) {
    .uk-grid-width-mini-1-1>* {
        width: 100%
    }
    .uk-grid-width-mini-1-2>* {
        width: 50%
    }
    .uk-grid-width-mini-1-3>* {
        width: 33.333%
    }
    .uk-grid-width-mini-1-4>* {
        width: 25%
    }
    .uk-grid-width-mini-1-5>* {
        width: 20%
    }
    .uk-grid-width-mini-1-6>* {
        width: 16.666%
    }
    .uk-grid-width-mini-1-10>* {
        width: 10%
    }
}

@media (min-width:640px) {
    .uk-grid-width-small-1-1>* {
        width: 100%
    }
    .uk-grid-width-small-1-2>* {
        width: 50%
    }
    .uk-grid-width-small-1-3>* {
        width: 33.333%
    }
    .uk-grid-width-small-1-4>* {
        width: 25%
    }
    .uk-grid-width-small-1-5>* {
        width: 20%
    }
    .uk-grid-width-small-1-6>* {
        width: 16.666%
    }
    .uk-grid-width-small-1-10>* {
        width: 10%
    }
}

@media (min-width:960px) {
    .uk-grid-width-medium-1-1>* {
        width: 100%
    }
    .uk-grid-width-medium-1-2>* {
        width: 50%
    }
    .uk-grid-width-medium-1-3>* {
        width: 33.333%
    }
    .uk-grid-width-medium-1-4>* {
        width: 25%
    }
    .uk-grid-width-medium-1-5>* {
        width: 20%
    }
    .uk-grid-width-medium-1-6>* {
        width: 16.666%
    }
    .uk-grid-width-medium-1-10>* {
        width: 10%
    }
}

@media (min-width:1200px) {
    .uk-grid-width-large-1-1>* {
        width: 100%
    }
    .uk-grid-width-large-1-2>* {
        width: 50%
    }
    .uk-grid-width-large-1-3>* {
        width: 33.333%
    }
    .uk-grid-width-large-1-4>* {
        width: 25%
    }
    .uk-grid-width-large-1-5>* {
        width: 20%
    }
    .uk-grid-width-large-1-6>* {
        width: 16.666%
    }
    .uk-grid-width-large-1-10>* {
        width: 10%
    }
}

@media (min-width:1600px) {
    .uk-grid-width-xlarge-1-1>* {
        width: 100%
    }
    .uk-grid-width-xlarge-1-2>* {
        width: 50%
    }
    .uk-grid-width-xlarge-1-3>* {
        width: 33.333%
    }
    .uk-grid-width-xlarge-1-4>* {
        width: 25%
    }
    .uk-grid-width-xlarge-1-5>* {
        width: 20%
    }
    .uk-grid-width-xlarge-1-6>* {
        width: 16.666%
    }
    .uk-grid-width-xlarge-1-10>* {
        width: 10%
    }
}

[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%
}

.uk-width-1-1 {
    width: 100%
}

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%
}

.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%
}

.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5,
.uk-width-2-10 {
    width: 20%
}

.uk-width-2-5,
.uk-width-4-10 {
    width: 40%
}

.uk-width-3-5,
.uk-width-6-10 {
    width: 60%
}

.uk-width-4-5,
.uk-width-8-10 {
    width: 80%
}

.uk-width-1-6 {
    width: 16.666%
}

.uk-width-5-6 {
    width: 83.333%
}

.uk-width-1-10 {
    width: 10%
}

.uk-width-3-10 {
    width: 30%
}

.uk-width-7-10 {
    width: 70%
}

.uk-width-9-10 {
    width: 90%
}

@media (min-width:425px) {
    .uk-width-mini-1-1 {
        width: 100%
    }
    .uk-width-mini-1-2,
    .uk-width-mini-2-4,
    .uk-width-mini-3-6,
    .uk-width-mini-5-10 {
        width: 50%
    }
    .uk-width-mini-1-3,
    .uk-width-mini-2-6 {
        width: 33.333%
    }
    .uk-width-mini-2-3,
    .uk-width-mini-4-6 {
        width: 66.666%
    }
    .uk-width-mini-1-4 {
        width: 25%
    }
    .uk-width-mini-3-4 {
        width: 75%
    }
    .uk-width-mini-1-5,
    .uk-width-mini-2-10 {
        width: 20%
    }
    .uk-width-mini-2-5,
    .uk-width-mini-4-10 {
        width: 40%
    }
    .uk-width-mini-3-5,
    .uk-width-mini-6-10 {
        width: 60%
    }
    .uk-width-mini-4-5,
    .uk-width-mini-8-10 {
        width: 80%
    }
    .uk-width-mini-1-6 {
        width: 16.666%
    }
    .uk-width-mini-5-6 {
        width: 83.333%
    }
    .uk-width-mini-1-10 {
        width: 10%
    }
    .uk-width-mini-3-10 {
        width: 30%
    }
    .uk-width-mini-7-10 {
        width: 70%
    }
    .uk-width-mini-9-10 {
        width: 90%
    }
}

@media (min-width:640px) {
    .uk-width-small-1-1 {
        width: 100%
    }
    .uk-width-small-1-2,
    .uk-width-small-2-4,
    .uk-width-small-3-6,
    .uk-width-small-5-10 {
        width: 50%
    }
    .uk-width-small-1-3,
    .uk-width-small-2-6 {
        width: 33.333%
    }
    .uk-width-small-2-3,
    .uk-width-small-4-6 {
        width: 66.666%
    }
    .uk-width-small-1-4 {
        width: 25%
    }
    .uk-width-small-3-4 {
        width: 75%
    }
    .uk-width-small-1-5,
    .uk-width-small-2-10 {
        width: 20%
    }
    .uk-width-small-2-5,
    .uk-width-small-4-10 {
        width: 40%
    }
    .uk-width-small-3-5,
    .uk-width-small-6-10 {
        width: 60%
    }
    .uk-width-small-4-5,
    .uk-width-small-8-10 {
        width: 80%
    }
    .uk-width-small-1-6 {
        width: 16.666%
    }
    .uk-width-small-5-6 {
        width: 83.333%
    }
    .uk-width-small-1-10 {
        width: 10%
    }
    .uk-width-small-3-10 {
        width: 30%
    }
    .uk-width-small-7-10 {
        width: 70%
    }
    .uk-width-small-9-10 {
        width: 90%
    }
}

@media (min-width:960px) {
    .uk-width-medium-1-1 {
        width: 100%
    }
    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 50%
    }
    .uk-width-medium-1-3,
    .uk-width-medium-2-6 {
        width: 33.333%
    }
    .uk-width-medium-2-3,
    .uk-width-medium-4-6 {
        width: 66.666%
    }
    .uk-width-medium-1-4 {
        width: 25%
    }
    .uk-width-medium-3-4 {
        width: 75%
    }
    .uk-width-medium-1-5,
    .uk-width-medium-2-10 {
        width: 20%
    }
    .uk-width-medium-2-5,
    .uk-width-medium-4-10 {
        width: 40%
    }
    .uk-width-medium-3-5,
    .uk-width-medium-6-10 {
        width: 60%
    }
    .uk-width-medium-4-5,
    .uk-width-medium-8-10 {
        width: 80%
    }
    .uk-width-medium-1-6 {
        width: 16.666%
    }
    .uk-width-medium-5-6 {
        width: 83.333%
    }
    .uk-width-medium-1-10 {
        width: 10%
    }
    .uk-width-medium-3-10 {
        width: 30%
    }
    .uk-width-medium-7-10 {
        width: 70%
    }
    .uk-width-medium-9-10 {
        width: 90%
    }
}

@media (min-width:1200px) {
    .uk-width-large-1-1 {
        width: 100%
    }
    .uk-width-large-1-2,
    .uk-width-large-2-4,
    .uk-width-large-3-6,
    .uk-width-large-5-10 {
        width: 50%
    }
    .uk-width-large-1-3,
    .uk-width-large-2-6 {
        width: 33.333%
    }
    .uk-width-large-2-3,
    .uk-width-large-4-6 {
        width: 66.666%
    }
    .uk-width-large-1-4 {
        width: 25%
    }
    .uk-width-large-3-4 {
        width: 75%
    }
    .uk-width-large-1-5,
    .uk-width-large-2-10 {
        width: 20%
    }
    .uk-width-large-2-5,
    .uk-width-large-4-10 {
        width: 40%
    }
    .uk-width-large-3-5,
    .uk-width-large-6-10 {
        width: 60%
    }
    .uk-width-large-4-5,
    .uk-width-large-8-10 {
        width: 80%
    }
    .uk-width-large-1-6 {
        width: 16.666%
    }
    .uk-width-large-5-6 {
        width: 83.333%
    }
    .uk-width-large-1-10 {
        width: 10%
    }
    .uk-width-large-3-10 {
        width: 30%
    }
    .uk-width-large-7-10 {
        width: 70%
    }
    .uk-width-large-9-10 {
        width: 90%
    }
}

@media (min-width:1600px) {
    .uk-width-xlarge-1-1 {
        width: 100%
    }
    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%
    }
    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%
    }
    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%
    }
    .uk-width-xlarge-1-4 {
        width: 25%
    }
    .uk-width-xlarge-3-4 {
        width: 75%
    }
    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%
    }
    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%
    }
    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%
    }
    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%
    }
    .uk-width-xlarge-1-6 {
        width: 16.666%
    }
    .uk-width-xlarge-5-6 {
        width: 83.333%
    }
    .uk-width-xlarge-1-10 {
        width: 10%
    }
    .uk-width-xlarge-3-10 {
        width: 30%
    }
    .uk-width-xlarge-7-10 {
        width: 70%
    }
    .uk-width-xlarge-9-10 {
        width: 90%
    }
}

@media (min-width:960px) {
    [class*='uk-push-'],
    [class*='uk-pull-'] {
        position: relative
    }
    .uk-push-1-2,
    .uk-push-2-4,
    .uk-push-3-6,
    .uk-push-5-10 {
        left: 50%
    }
    .uk-push-1-3,
    .uk-push-2-6 {
        left: 33.333%
    }
    .uk-push-2-3,
    .uk-push-4-6 {
        left: 66.666%
    }
    .uk-push-1-4 {
        left: 25%
    }
    .uk-push-3-4 {
        left: 75%
    }
    .uk-push-1-5,
    .uk-push-2-10 {
        left: 20%
    }
    .uk-push-2-5,
    .uk-push-4-10 {
        left: 40%
    }
    .uk-push-3-5,
    .uk-push-6-10 {
        left: 60%
    }
    .uk-push-4-5,
    .uk-push-8-10 {
        left: 80%
    }
    .uk-push-1-6 {
        left: 16.666%
    }
    .uk-push-5-6 {
        left: 83.333%
    }
    .uk-push-1-10 {
        left: 10%
    }
    .uk-push-3-10 {
        left: 30%
    }
    .uk-push-7-10 {
        left: 70%
    }
    .uk-push-9-10 {
        left: 90%
    }
    .uk-pull-1-2,
    .uk-pull-2-4,
    .uk-pull-3-6,
    .uk-pull-5-10 {
        left: -50%
    }
    .uk-pull-1-3,
    .uk-pull-2-6 {
        left: -33.333%
    }
    .uk-pull-2-3,
    .uk-pull-4-6 {
        left: -66.666%
    }
    .uk-pull-1-4 {
        left: -25%
    }
    .uk-pull-3-4 {
        left: -75%
    }
    .uk-pull-1-5,
    .uk-pull-2-10 {
        left: -20%
    }
    .uk-pull-2-5,
    .uk-pull-4-10 {
        left: -40%
    }
    .uk-pull-3-5,
    .uk-pull-6-10 {
        left: -60%
    }
    .uk-pull-4-5,
    .uk-pull-8-10 {
        left: -80%
    }
    .uk-pull-1-6 {
        left: -16.666%
    }
    .uk-pull-5-6 {
        left: -83.333%
    }
    .uk-pull-1-10 {
        left: -10%
    }
    .uk-pull-3-10 {
        left: -30%
    }
    .uk-pull-7-10 {
        left: -70%
    }
    .uk-pull-9-10 {
        left: -90%
    }
}

.uk-panel {
    display: block;
    position: relative
}

.uk-panel,
.uk-panel:hover {
    text-decoration: none
}

.uk-panel:before,
.uk-panel:after {
    content: "";
    display: table
}

.uk-panel:after {
    clear: both
}

.uk-panel>:not(.uk-panel-title):last-child {
    margin-bottom: 0
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444
}

.uk-panel-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.uk-panel-teaser {
    margin-bottom: 15px
}

.uk-panel-body {
    padding: 15px
}

.uk-panel-box {
    padding: 15px;
    background: #f5f5f5;
    color: #444
}

.uk-panel-box-hover:hover {
    color: #444
}

.uk-panel-box .uk-panel-title {
    color: #444
}

.uk-panel-box .uk-panel-badge {
    top: 10px;
    right: 10px
}

.uk-panel-box>.uk-panel-teaser {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px
}

.uk-panel-box>.uk-nav-side {
    margin: 0 -15px
}

.uk-panel-box-primary {
    background-color: #ebf7fd;
    color: #2d7091
}

.uk-panel-box-primary-hover:hover {
    color: #2d7091
}

.uk-panel-box-primary .uk-panel-title {
    color: #2d7091
}

.uk-panel-box-secondary {
    background-color: #eee;
    color: #444
}

.uk-panel-box-secondary-hover:hover {
    color: #444
}

.uk-panel-box-secondary .uk-panel-title {
    color: #444
}

.uk-panel-hover {
    padding: 15px;
    color: #444
}

.uk-panel-hover:hover {
    background: #f5f5f5;
    color: #444
}

.uk-panel-hover .uk-panel-badge {
    top: 10px;
    right: 10px
}

.uk-panel-hover>.uk-panel-teaser {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px
}

.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #444
}

.uk-panel-space {
    padding: 30px
}

.uk-panel-space .uk-panel-badge {
    top: 30px;
    right: 30px
}

.uk-panel+.uk-panel-divider {
    margin-top: 50px !important
}

.uk-panel+.uk-panel-divider:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd
}

@media (min-width:1600px) {
    .uk-panel+.uk-panel-divider {
        margin-top: 70px !important
    }
    .uk-panel+.uk-panel-divider:before {
        top: -35px
    }
}

.uk-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:960px) {
    .uk-block {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.uk-block:before,
.uk-block:after {
    content: "";
    display: table
}

.uk-block:after {
    clear: both
}

.uk-block>:last-child {
    margin-bottom: 0
}

.uk-block-large {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:960px) {
    .uk-block-large {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1200px) {
    .uk-block-large {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.uk-block-default {
    background: #fff
}

.uk-block-muted {
    background: #f9f9f9
}

.uk-block-primary {
    background: #00a8e6
}

.uk-block-secondary {
    background: #222
}

.uk-article:before,
.uk-article:after {
    content: "";
    display: table
}

.uk-article:after {
    clear: both
}

.uk-article+.uk-article {
    margin-top: 25px
}

.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: none;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 15px 0
}

.uk-article-title p {
    margin: 0;
    padding: 0
}

.uk-article-title a {
    color: #4a4a4a
}

.uk-article-title a {
    color: inherit;
    text-decoration: none
}

.uk-article-meta {
    font-size: 12px;
    line-height: 18px;
    color: #999
}

.uk-article-lead {
    color: #444;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal
}

.uk-article-divider {
    margin-bottom: 25px;
    border-color: #ddd
}

*+.uk-article-divider {
    margin-top: 25px
}

.uk-comment-header {
    margin-bottom: 15px
}

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

.uk-comment-header:after {
    clear: both
}

.uk-comment-avatar {
    margin-right: 15px;
    float: left
}

.uk-comment-title {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px
}

.uk-comment-meta {
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #999
}

.uk-comment-body>:last-child {
    margin-bottom: 0
}

.uk-comment-list {
    padding: 0;
    list-style: none
}

.uk-comment-list .uk-comment+ul {
    margin: 15px 0 0 0;
    list-style: none
}

.uk-comment-list>li:nth-child(n+2),
.uk-comment-list .uk-comment+ul>li:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width:960px) {
    .uk-comment-list .uk-comment+ul {
        padding-left: 100px
    }
}

.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.uk-cover {
    overflow: hidden
}

.uk-cover-object {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-uk-cover] {
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-nav li>a {
    display: block;
    text-decoration: none
}

.uk-nav>li>a {
    padding: 5px 15px
}

.uk-nav ul {
    padding-left: 15px
}

.uk-nav ul a {
    padding: 2px 0
}

.uk-nav li>a>div {
    font-size: 12px;
    line-height: 18px
}

.uk-nav-header {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px
}

.uk-nav-header:not(:first-child) {
    margin-top: 15px
}

.uk-nav-divider {
    margin: 9px 15px
}

ul.uk-nav-sub {
    padding: 5px 0 5px 15px
}

.uk-nav-parent-icon>.uk-parent>a:after {
    content: "\f104";
    width: 20px;
    margin-right: -10px;
    float: right;
    font-family: FontAwesome;
    text-align: center
}

.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
    content: "\f107"
}

.uk-nav-side>li>a {
    color: #444
}

.uk-nav-side>li>a:hover,
.uk-nav-side>li>a:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #444;
    outline: none
}

.uk-nav-side>li.uk-active>a {
    background: #00a8e6;
    color: #fff
}

.uk-nav-side .uk-nav-header {
    color: #444
}

.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #ddd
}

.uk-nav-side ul a {
    color: #07D
}

.uk-nav-side ul a:hover {
    color: #059
}

.uk-nav-dropdown>li>a {
    color: #444
}

.uk-nav-dropdown>li>a:hover,
.uk-nav-dropdown>li>a:focus {
    background: #00a8e6;
    color: #fff;
    outline: none
}

.uk-nav-dropdown .uk-nav-header {
    color: #999
}

.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #ddd
}

.uk-nav-dropdown ul a {
    color: #07D
}

.uk-nav-dropdown ul a:hover {
    color: #059
}

.uk-nav-navbar>li>a {
    color: #444
}

.uk-nav-navbar>li>a:hover,
.uk-nav-navbar>li>a:focus {
    background: #00a8e6;
    color: #fff;
    outline: none
}

.uk-nav-navbar .uk-nav-header {
    color: #999
}

.uk-nav-navbar .uk-nav-divider {
    border-top: 1px solid #ddd
}

.uk-nav-navbar ul a {
    color: #07D
}

.uk-nav-navbar ul a:hover {
    color: #059
}

.uk-nav-offcanvas>li>a {
    color: #ccc;
    padding: 10px 15px
}

.uk-nav-offcanvas>.uk-open>a,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus {
    background: #404040;
    color: #fff;
    outline: none
}

html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
    background: #1a1a1a;
    color: #fff
}

.uk-nav-offcanvas .uk-nav-header {
    color: #777
}

.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid #1a1a1a
}

.uk-nav-offcanvas ul a {
    color: #ccc
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #fff
}

.uk-navbar {
    background: #eee;
    color: #444
}

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

.uk-navbar:after {
    clear: both
}

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}

.uk-navbar-nav>li {
    float: left;
    position: relative
}

.uk-navbar-nav>li>a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #444;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}

.uk-navbar-nav>li>a[href='#'] {
    cursor: text
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-open>a {
    background-color: #f5f5f5;
    color: #444;
    outline: none
}

.uk-navbar-nav>li>a:active {
    background-color: #ddd;
    color: #444
}

.uk-navbar-nav>li.uk-active>a {
    background-color: #f5f5f5;
    color: #444
}

.uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 28px
}

.uk-navbar-nav-subtitle>div {
    margin-top: -6px;
    font-size: 10px;
    line-height: 12px
}

.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 15px;
    float: left
}

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) {
    padding-left: 0
}

.uk-navbar-content>a:not([class]) {
    color: #07D
}

.uk-navbar-content>a:not([class]):hover {
    color: #059
}

.uk-navbar-brand {
    font-size: 18px;
    color: #444;
    text-decoration: none
}

.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
    color: #444;
    text-decoration: none;
    outline: none
}

.uk-navbar-toggle {
    font-size: 18px;
    color: #444;
    text-decoration: none
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #444;
    text-decoration: none;
    outline: none
}

.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle
}

.uk-navbar-toggle-alt:after {
    content: "\f002"
}

.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto
}

.uk-navbar-flip {
    float: right
}

.uk-subnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none
}

.uk-subnav>* {
    -ms-flex: none;
    flex: none;
    padding-left: 10px;
    margin-top: 10px;
    position: relative
}

.uk-subnav:before,
.uk-subnav:after {
    content: "";
    display: block;
    overflow: hidden
}

.uk-subnav:after {
    clear: both
}

.uk-subnav>* {
    float: left
}

.uk-subnav>*>* {
    display: inline-block;
    color: #444
}

.uk-subnav>*>:hover,
.uk-subnav>*>:focus {
    color: #07D;
    text-decoration: none
}

.uk-subnav>.uk-active>* {
    color: #07D
}

.uk-subnav-line>:before {
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: middle
}

.uk-subnav-line>:nth-child(n+2):before {
    margin-right: 10px;
    border-left: 1px solid #ddd
}

.uk-subnav-pill>*>* {
    padding: 3px 9px
}

.uk-subnav-pill>*>:hover,
.uk-subnav-pill>*>:focus {
    background: #eee;
    color: #444;
    text-decoration: none;
    outline: none
}

.uk-subnav-pill>.uk-active>* {
    background: #00a8e6;
    color: #fff
}

.uk-subnav>.uk-disabled>* {
    background: none;
    color: #999;
    text-decoration: none;
    cursor: text
}

.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: .001px
}

.uk-breadcrumb>li {
    font-size: 1rem;
    vertical-align: top
}

.uk-breadcrumb>li,
.uk-breadcrumb>li>a,
.uk-breadcrumb>li>span {
    display: inline-block
}

.uk-breadcrumb>li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 8px
}

.uk-breadcrumb>li:not(.uk-active)>span {
    color: #999
}

.uk-pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: .001px
}

.uk-pagination:before,
.uk-pagination:after {
    content: "";
    display: table
}

.uk-pagination:after {
    clear: both
}

.uk-pagination>li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

.uk-pagination>li:nth-child(n+2) {
    margin-left: 5px
}

.uk-pagination>li>a,
.uk-pagination>li>span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center
}

.uk-pagination>li>a {
    background: #eee;
    color: #444
}

.uk-pagination>li>a:hover,
.uk-pagination>li>a:focus {
    background-color: #f5f5f5;
    color: #444;
    outline: none
}

.uk-pagination>li>a:active {
    background-color: #ddd;
    color: #444
}

.uk-pagination>.uk-active>span {
    background: #00a8e6;
    color: #fff
}

.uk-pagination>.uk-disabled>span {
    background-color: #f5f5f5;
    color: #999
}

.uk-pagination-previous {
    float: left
}

.uk-pagination-next {
    float: right
}

.uk-pagination-left {
    text-align: left
}

.uk-pagination-right {
    text-align: right
}

.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.uk-tab:before,
.uk-tab:after {
    content: "";
    display: table
}

.uk-tab:after {
    clear: both
}

.uk-tab>li {
    margin-bottom: -1px;
    float: left;
    position: relative
}

.uk-tab>li>a {
    display: block;
    padding: 8px 12px 8px 12px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #07D;
    text-decoration: none
}

.uk-tab>li:nth-child(n+2)>a {
    margin-left: 5px
}

.uk-tab>li>a:hover,
.uk-tab>li>a:focus,
.uk-tab>li.uk-open>a {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #059;
    outline: none
}

.uk-tab>li:not(.uk-active)>a:hover,
.uk-tab>li:not(.uk-active)>a:focus,
.uk-tab>li.uk-open:not(.uk-active)>a {
    margin-bottom: 1px;
    padding-bottom: 7px
}

.uk-tab>li.uk-active>a {
    border-color: #ddd;
    border-bottom-color: transparent;
    background: #fff;
    color: #444
}

.uk-tab>li.uk-disabled>a {
    color: #999;
    cursor: text
}

.uk-tab>li.uk-disabled>a:hover,
.uk-tab>li.uk-disabled>a:focus,
.uk-tab>li.uk-disabled.uk-active>a {
    background: none;
    border-color: transparent
}

.uk-tab-flip>li {
    float: right
}

.uk-tab-flip>li:nth-child(n+2)>a {
    margin-left: 0;
    margin-right: 5px
}

.uk-tab>li.uk-tab-responsive>a {
    margin-left: 0;
    margin-right: 0
}

.uk-tab-responsive>a:before {
    content: "\f0c9\00a0";
    font-family: FontAwesome
}

.uk-tab-center {
    border-bottom: 1px solid #ddd
}

.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #ddd
}

.uk-tab-center:before,
.uk-tab-center:after {
    content: "";
    display: table
}

.uk-tab-center:after {
    clear: both
}

.uk-tab-center .uk-tab {
    position: relative;
    right: 50%;
    border: none;
    float: right
}

.uk-tab-center .uk-tab>li {
    position: relative;
    right: -50%
}

.uk-tab-center .uk-tab>li>a {
    text-align: center
}

.uk-tab-bottom {
    border-top: 1px solid #ddd;
    border-bottom: none
}

.uk-tab-bottom>li {
    margin-top: -1px;
    margin-bottom: 0
}

.uk-tab-bottom>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-top-width: 0
}

.uk-tab-bottom>li:not(.uk-active)>a:hover,
.uk-tab-bottom>li:not(.uk-active)>a:focus,
.uk-tab-bottom>li.uk-open:not(.uk-active)>a {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px
}

.uk-tab-bottom>li.uk-active>a {
    border-top-color: transparent;
    border-bottom-color: #ddd
}

.uk-tab-grid {
    margin-left: -5px;
    border-bottom: none;
    position: relative;
    z-index: 0
}

.uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #ddd;
    z-index: -1
}

.uk-tab-grid>li:first-child>a {
    margin-left: 5px
}

.uk-tab-grid>li>a {
    text-align: center
}

.uk-tab-grid.uk-tab-bottom {
    border-top: none
}

.uk-tab-grid.uk-tab-bottom:before {
    top: -1px;
    bottom: auto
}

@media (min-width:960px) {
    .uk-tab-left,
    .uk-tab-right {
        border-bottom: none
    }
    .uk-tab-left>li,
    .uk-tab-right>li {
        margin-bottom: 0;
        float: none
    }
    .uk-tab-left>li>a,
    .uk-tab-right>li>a {
        padding-top: 8px;
        padding-bottom: 8px
    }
    .uk-tab-left>li:nth-child(n+2)>a,
    .uk-tab-right>li:nth-child(n+2)>a {
        margin-left: 0;
        margin-top: 5px
    }
    .uk-tab-left>li.uk-active>a,
    .uk-tab-right>li.uk-active>a {
        border-color: #ddd
    }
    .uk-tab-left {
        border-right: 1px solid #ddd
    }
    .uk-tab-left>li {
        margin-right: -1px
    }
    .uk-tab-left>li>a {
        border-bottom-width: 1px;
        border-right-width: 0
    }
    .uk-tab-left>li:not(.uk-active)>a:hover,
    .uk-tab-left>li:not(.uk-active)>a:focus {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 8px;
        padding-right: 11px
    }
    .uk-tab-left>li.uk-active>a {
        border-right-color: transparent
    }
    .uk-tab-right {
        border-left: 1px solid #ddd
    }
    .uk-tab-right>li {
        margin-left: -1px
    }
    .uk-tab-right>li>a {
        border-bottom-width: 1px;
        border-left-width: 0
    }
    .uk-tab-right>li:not(.uk-active)>a:hover,
    .uk-tab-right>li:not(.uk-active)>a:focus {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 8px;
        padding-left: 11px
    }
    .uk-tab-right>li.uk-active>a {
        border-left-color: transparent
    }
}

.uk-thumbnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none
}

.uk-thumbnav>* {
    -ms-flex: none;
    flex: none;
    padding-left: 10px;
    margin-top: 10px
}

.uk-thumbnav:before,
.uk-thumbnav:after {
    content: "";
    display: block;
    overflow: hidden
}

.uk-thumbnav:after {
    clear: both
}

.uk-thumbnav>* {
    float: left
}

.uk-thumbnav>*>* {
    display: block;
    background: #fff
}

.uk-thumbnav>*>*>img {
    opacity: .7;
    transition: opacity .15s linear
}

.uk-thumbnav>*>:hover>img,
.uk-thumbnav>*>:focus>img {
    opacity: 1
}

.uk-thumbnav>.uk-active>*>img {
    opacity: 1
}

.uk-list {
    padding: 0;
    list-style: none
}

.uk-list>li:before,
.uk-list>li:after {
    content: "";
    display: table
}

.uk-list>li:after {
    clear: both
}

.uk-list>li>:last-child {
    margin-bottom: 0
}

.uk-list ul {
    margin: 0;
    padding-left: 20px;
    list-style: none
}

.uk-list-line>li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd
}

.uk-list-striped>li {
    padding: 5px 5px
}

.uk-list-striped>li:nth-of-type(odd) {
    background: #f5f5f5
}

.uk-list-space>li:nth-child(n+2) {
    margin-top: 10px
}

@media (min-width:960px) {
    .uk-description-list-horizontal {
        overflow: hidden
    }
    .uk-description-list-horizontal>dt {
        width: 160px;
        float: left;
        clear: both;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .uk-description-list-horizontal>dd {
        margin-left: 180px
    }
}

.uk-description-list-line>dt {
    font-weight: normal
}

.uk-description-list-line>dt:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd
}

.uk-description-list-line>dd {
    color: #999
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px
}

*+.uk-table {
    margin-top: 15px
}

.uk-table th,
.uk-table td {
    padding: 8px 8px
}

.uk-table th {
    text-align: left
}

.uk-table td {
    vertical-align: top
}

.uk-table thead th {
    vertical-align: bottom
}

.uk-table caption,
.uk-table tfoot {
    font-size: 12px;
    font-style: italic
}

.uk-table caption {
    text-align: left;
    color: #999
}

.uk-table tbody tr.uk-active {
    background: #EEE
}

.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5
}

.uk-table-condensed td {
    padding: 4px 8px
}

.uk-table-hover tbody tr:hover {
    background: #EEE
}

.uk-form input,
.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit
}

.uk-form select {
    text-transform: none
}

.uk-form optgroup {
    font: inherit;
    font-weight: bold
}

.uk-form input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
    padding: 0
}

.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
    cursor: pointer
}

.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
    -webkit-appearance: none
}

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

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

.uk-form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.uk-form textarea {
    overflow: auto;
    vertical-align: top
}

.uk-form::-moz-placeholder {
    opacity: 1
}

.uk-form:invalid {
    box-shadow: none
}

.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
    vertical-align: middle
}

.uk-form>:last-child {
    margin-bottom: 0
}

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all .2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all .2s linear;
    transition-property: border, background, color, box-shadow, padding
}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444
}

.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #999
}

.uk-form:-ms-input-placeholder {
    color: #999 !important
}

.uk-form::-moz-placeholder {
    color: #999
}

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

.uk-form:disabled:-ms-input-placeholder {
    color: #999 !important
}

.uk-form:disabled::-moz-placeholder {
    color: #999
}

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

.uk-form legend {
    width: 100%;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px
}

.uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%
}

select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
    height: 25px;
    padding: 3px 3px;
    font-size: 12px
}

select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
    height: 40px;
    padding: 8px 6px;
    font-size: 16px
}

.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
    height: auto
}

.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important
}

.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important
}

.uk-form-blank {
    border-color: transparent !important;
    border-style: dashed !important;
    background: none !important
}

.uk-form-blank:focus {
    border-color: #ddd !important
}

input.uk-form-width-mini {
    width: 40px
}

select.uk-form-width-mini {
    width: 65px
}

.uk-form-width-small {
    width: 130px
}

.uk-form-width-medium {
    width: 200px
}

.uk-form-width-large {
    width: 500px
}

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

.uk-form-row:after {
    clear: both
}

.uk-form-row+.uk-form-row {
    margin-top: 15px
}

.uk-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px
}

.uk-form-help-block {
    margin: 5px 0 0 0
}

.uk-form-controls>:first-child {
    margin-top: 0
}

.uk-form-controls>:last-child {
    margin-bottom: 0
}

.uk-form-controls-condensed {
    margin: 5px 0
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

@media (max-width:1199px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold
    }
}

@media (min-width:1200px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 5px;
        float: left
    }
    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px
    }
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 5px
    }
}

.uk-form-icon {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.uk-form-icon>[class*='uk-icon-'] {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -7px;
    font-size: 14px;
    color: #999;
    text-align: center;
    pointer-events: none
}

.uk-form-icon:not(.uk-form-icon-flip)>input {
    padding-left: 30px !important
}

.uk-form-icon-flip>[class*='uk-icon-'] {
    right: 0
}

.uk-form-icon-flip>input {
    padding-right: 30px !important
}

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

.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #eee;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center
}

.uk-button:not(:disabled) {
    cursor: pointer
}

.uk-button:hover,
.uk-button:focus {
    background-color: #f5f5f5;
    color: #444;
    outline: none;
    text-decoration: none
}

.uk-button:active,
.uk-button.uk-active {
    background-color: #ddd;
    color: #444
}

.uk-button-primary {
    background-color: #00a8e6;
    color: #fff
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #35b3ee;
    color: #fff
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #fff
}

.uk-button-success {
    background-color: #8cc14c;
    color: #fff
}

.uk-button-success:hover,
.uk-button-success:focus {
    background-color: #8ec73b;
    color: #fff
}

.uk-button-success:active,
.uk-button-success.uk-active {
    background-color: #72ae41;
    color: #fff
}

.uk-button-danger {
    background-color: #da314b;
    color: #fff
}

.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #e4354f;
    color: #fff
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #c91032;
    color: #fff
}

.uk-button:disabled {
    background-color: #f5f5f5;
    color: #999
}

.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
    border-color: transparent;
    background: none
}

.uk-button-link {
    color: #07D
}

.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
    color: #059;
    text-decoration: underline
}

.uk-button-link:disabled {
    color: #999
}

.uk-button-link:focus {
    outline: 1px dotted
}

.uk-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 20px;
    font-size: 11px
}

.uk-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 25px;
    font-size: 12px
}

.uk-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px
}

.uk-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: .001px;
    white-space: nowrap
}

.uk-button-group>* {
    display: inline-block
}

.uk-button-group .uk-button {
    vertical-align: top
}

.uk-button-dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal
}

[class*='uk-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
    text-decoration: none
}

.uk-icon-small {
    font-size: 150%;
    vertical-align: -10%
}

.uk-icon-medium {
    font-size: 200%;
    vertical-align: -16%
}

.uk-icon-large {
    font-size: 250%;
    vertical-align: -22%
}

.uk-icon-justify {
    width: 1em;
    text-align: center
}

.uk-icon-spin {
    display: inline-block;
    animation: uk-rotate 2s infinite linear
}

.uk-icon-hover {
    color: #999
}

.uk-icon-hover:hover {
    color: #444
}

.uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #eee;
    line-height: 35px;
    color: #444;
    font-size: 18px;
    text-align: center
}

.uk-icon-button:hover,
.uk-icon-button:focus {
    background-color: #f5f5f5;
    color: #444;
    outline: none
}

.uk-icon-button:active {
    background-color: #ddd;
    color: #444
}

.uk-icon-glass:before {
    content: "\f000"
}

.uk-icon-music:before {
    content: "\f001"
}

.uk-icon-search:before {
    content: "\f002"
}

.uk-icon-envelope-o:before {
    content: "\f003"
}

.uk-icon-heart:before {
    content: "\f004"
}

.uk-icon-star:before {
    content: "\f005"
}

.uk-icon-star-o:before {
    content: "\f006"
}

.uk-icon-user:before {
    content: "\f007"
}

.uk-icon-film:before {
    content: "\f008"
}

.uk-icon-th-large:before {
    content: "\f009"
}

.uk-icon-th:before {
    content: "\f00a"
}

.uk-icon-th-list:before {
    content: "\f00b"
}

.uk-icon-check:before {
    content: "\f00c"
}

.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
    content: "\f00d"
}

.uk-icon-search-plus:before {
    content: "\f00e"
}

.uk-icon-search-minus:before {
    content: "\f010"
}

.uk-icon-power-off:before {
    content: "\f011"
}

.uk-icon-signal:before {
    content: "\f012"
}

.uk-icon-gear:before,
.uk-icon-cog:before {
    content: "\f013"
}

.uk-icon-trash-o:before {
    content: "\f014"
}

.uk-icon-home:before {
    content: "\f015"
}

.uk-icon-file-o:before {
    content: "\f016"
}

.uk-icon-clock-o:before {
    content: "\f017"
}

.uk-icon-road:before {
    content: "\f018"
}

.uk-icon-download:before {
    content: "\f019"
}

.uk-icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.uk-icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.uk-icon-inbox:before {
    content: "\f01c"
}

.uk-icon-play-circle-o:before {
    content: "\f01d"
}

.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
    content: "\f01e"
}

.uk-icon-refresh:before {
    content: "\f021"
}

.uk-icon-list-alt:before {
    content: "\f022"
}

.uk-icon-lock:before {
    content: "\f023"
}

.uk-icon-flag:before {
    content: "\f024"
}

.uk-icon-headphones:before {
    content: "\f025"
}

.uk-icon-volume-off:before {
    content: "\f026"
}

.uk-icon-volume-down:before {
    content: "\f027"
}

.uk-icon-volume-up:before {
    content: "\f028"
}

.uk-icon-qrcode:before {
    content: "\f029"
}

.uk-icon-barcode:before {
    content: "\f02a"
}

.uk-icon-tag:before {
    content: "\f02b"
}

.uk-icon-tags:before {
    content: "\f02c"
}

.uk-icon-book:before {
    content: "\f02d"
}

.uk-icon-bookmark:before {
    content: "\f02e"
}

.uk-icon-print:before {
    content: "\f02f"
}

.uk-icon-camera:before {
    content: "\f030"
}

.uk-icon-font:before {
    content: "\f031"
}

.uk-icon-bold:before {
    content: "\f032"
}

.uk-icon-italic:before {
    content: "\f033"
}

.uk-icon-text-height:before {
    content: "\f034"
}

.uk-icon-text-width:before {
    content: "\f035"
}

.uk-icon-align-left:before {
    content: "\f036"
}

.uk-icon-align-center:before {
    content: "\f037"
}

.uk-icon-align-right:before {
    content: "\f038"
}

.uk-icon-align-justify:before {
    content: "\f039"
}

.uk-icon-list:before {
    content: "\f03a"
}

.uk-icon-dedent:before,
.uk-icon-outdent:before {
    content: "\f03b"
}

.uk-icon-indent:before {
    content: "\f03c"
}

.uk-icon-video-camera:before {
    content: "\f03d"
}

.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
    content: "\f03e"
}

.uk-icon-pencil:before {
    content: "\f040"
}

.uk-icon-map-marker:before {
    content: "\f041"
}

.uk-icon-adjust:before {
    content: "\f042"
}

.uk-icon-tint:before {
    content: "\f043"
}

.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
    content: "\f044"
}

.uk-icon-share-square-o:before {
    content: "\f045"
}

.uk-icon-check-square-o:before {
    content: "\f046"
}

.uk-icon-arrows:before {
    content: "\f047"
}

.uk-icon-step-backward:before {
    content: "\f048"
}

.uk-icon-fast-backward:before {
    content: "\f049"
}

.uk-icon-backward:before {
    content: "\f04a"
}

.uk-icon-play:before {
    content: "\f04b"
}

.uk-icon-pause:before {
    content: "\f04c"
}

.uk-icon-stop:before {
    content: "\f04d"
}

.uk-icon-forward:before {
    content: "\f04e"
}

.uk-icon-fast-forward:before {
    content: "\f050"
}

.uk-icon-step-forward:before {
    content: "\f051"
}

.uk-icon-eject:before {
    content: "\f052"
}

.uk-icon-chevron-left:before {
    content: "\f053"
}

.uk-icon-chevron-right:before {
    content: "\f054"
}

.uk-icon-plus-circle:before {
    content: "\f055"
}

.uk-icon-minus-circle:before {
    content: "\f056"
}

.uk-icon-times-circle:before {
    content: "\f057"
}

.uk-icon-check-circle:before {
    content: "\f058"
}

.uk-icon-question-circle:before {
    content: "\f059"
}

.uk-icon-info-circle:before {
    content: "\f05a"
}

.uk-icon-crosshairs:before {
    content: "\f05b"
}

.uk-icon-times-circle-o:before {
    content: "\f05c"
}

.uk-icon-check-circle-o:before {
    content: "\f05d"
}

.uk-icon-ban:before {
    content: "\f05e"
}

.uk-icon-arrow-left:before {
    content: "\f060"
}

.uk-icon-arrow-right:before {
    content: "\f061"
}

.uk-icon-arrow-up:before {
    content: "\f062"
}

.uk-icon-arrow-down:before {
    content: "\f063"
}

.uk-icon-mail-forward:before,
.uk-icon-share:before {
    content: "\f064"
}

.uk-icon-expand:before {
    content: "\f065"
}

.uk-icon-compress:before {
    content: "\f066"
}

.uk-icon-plus:before {
    content: "\f067"
}

.uk-icon-minus:before {
    content: "\f068"
}

.uk-icon-asterisk:before {
    content: "\f069"
}

.uk-icon-exclamation-circle:before {
    content: "\f06a"
}

.uk-icon-gift:before {
    content: "\f06b"
}

.uk-icon-leaf:before {
    content: "\f06c"
}

.uk-icon-fire:before {
    content: "\f06d"
}

.uk-icon-eye:before {
    content: "\f06e"
}

.uk-icon-eye-slash:before {
    content: "\f070"
}

.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
    content: "\f071"
}

.uk-icon-plane:before {
    content: "\f072"
}

.uk-icon-calendar:before {
    content: "\f073"
}

.uk-icon-random:before {
    content: "\f074"
}

.uk-icon-comment:before {
    content: "\f075"
}

.uk-icon-magnet:before {
    content: "\f076"
}

.uk-icon-chevron-up:before {
    content: "\f077"
}

.uk-icon-chevron-down:before {
    content: "\f078"
}

.uk-icon-retweet:before {
    content: "\f079"
}

.uk-icon-shopping-cart:before {
    content: "\f07a"
}

.uk-icon-folder:before {
    content: "\f07b"
}

.uk-icon-folder-open:before {
    content: "\f07c"
}

.uk-icon-arrows-v:before {
    content: "\f07d"
}

.uk-icon-arrows-h:before {
    content: "\f07e"
}

.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
    content: "\f080"
}

.uk-icon-twitter-square:before {
    content: "\f081"
}

.uk-icon-facebook-square:before {
    content: "\f082"
}

.uk-icon-camera-retro:before {
    content: "\f083"
}

.uk-icon-key:before {
    content: "\f084"
}

.uk-icon-gears:before,
.uk-icon-cogs:before {
    content: "\f085"
}

.uk-icon-comments:before {
    content: "\f086"
}

.uk-icon-thumbs-o-up:before {
    content: "\f087"
}

.uk-icon-thumbs-o-down:before {
    content: "\f088"
}

.uk-icon-star-half:before {
    content: "\f089"
}

.uk-icon-heart-o:before {
    content: "\f08a"
}

.uk-icon-sign-out:before {
    content: "\f08b"
}

.uk-icon-linkedin-square:before {
    content: "\f08c"
}

.uk-icon-thumb-tack:before {
    content: "\f08d"
}

.uk-icon-external-link:before {
    content: "\f08e"
}

.uk-icon-sign-in:before {
    content: "\f090"
}

.uk-icon-trophy:before {
    content: "\f091"
}

.uk-icon-github-square:before {
    content: "\f092"
}

.uk-icon-upload:before {
    content: "\f093"
}

.uk-icon-lemon-o:before {
    content: "\f094"
}

.uk-icon-phone:before {
    content: "\f095"
}

.uk-icon-square-o:before {
    content: "\f096"
}

.uk-icon-bookmark-o:before {
    content: "\f097"
}

.uk-icon-phone-square:before {
    content: "\f098"
}

.uk-icon-twitter:before {
    content: "\f099"
}

.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
    content: "\f09a"
}

.uk-icon-github:before {
    content: "\f09b"
}

.uk-icon-unlock:before {
    content: "\f09c"
}

.uk-icon-credit-card:before {
    content: "\f09d"
}

.uk-icon-rss:before {
    content: "\f09e"
}

.uk-icon-hdd-o:before {
    content: "\f0a0"
}

.uk-icon-bullhorn:before {
    content: "\f0a1"
}

.uk-icon-bell:before {
    content: "\f0f3"
}

.uk-icon-certificate:before {
    content: "\f0a3"
}

.uk-icon-hand-o-right:before {
    content: "\f0a4"
}

.uk-icon-hand-o-left:before {
    content: "\f0a5"
}

.uk-icon-hand-o-up:before {
    content: "\f0a6"
}

.uk-icon-hand-o-down:before {
    content: "\f0a7"
}

.uk-icon-arrow-circle-left:before {
    content: "\f0a8"
}

.uk-icon-arrow-circle-right:before {
    content: "\f0a9"
}

.uk-icon-arrow-circle-up:before {
    content: "\f0aa"
}

.uk-icon-arrow-circle-down:before {
    content: "\f0ab"
}

.uk-icon-globe:before {
    content: "\f0ac"
}

.uk-icon-wrench:before {
    content: "\f0ad"
}

.uk-icon-tasks:before {
    content: "\f0ae"
}

.uk-icon-filter:before {
    content: "\f0b0"
}

.uk-icon-briefcase:before {
    content: "\f0b1"
}

.uk-icon-arrows-alt:before {
    content: "\f0b2"
}

.uk-icon-group:before,
.uk-icon-users:before {
    content: "\f0c0"
}

.uk-icon-chain:before,
.uk-icon-link:before {
    content: "\f0c1"
}

.uk-icon-cloud:before {
    content: "\f0c2"
}

.uk-icon-flask:before {
    content: "\f0c3"
}

.uk-icon-cut:before,
.uk-icon-scissors:before {
    content: "\f0c4"
}

.uk-icon-copy:before,
.uk-icon-files-o:before {
    content: "\f0c5"
}

.uk-icon-paperclip:before {
    content: "\f0c6"
}

.uk-icon-save:before,
.uk-icon-floppy-o:before {
    content: "\f0c7"
}

.uk-icon-square:before {
    content: "\f0c8"
}

.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
    content: "\f0c9"
}

.uk-icon-list-ul:before {
    content: "\f0ca"
}

.uk-icon-list-ol:before {
    content: "\f0cb"
}

.uk-icon-strikethrough:before {
    content: "\f0cc"
}

.uk-icon-underline:before {
    content: "\f0cd"
}

.uk-icon-table:before {
    content: "\f0ce"
}

.uk-icon-magic:before {
    content: "\f0d0"
}

.uk-icon-truck:before {
    content: "\f0d1"
}

.uk-icon-pinterest:before {
    content: "\f0d2"
}

.uk-icon-pinterest-square:before {
    content: "\f0d3"
}

.uk-icon-google-plus-square:before {
    content: "\f0d4"
}

.uk-icon-google-plus:before {
    content: "\f0d5"
}

.uk-icon-money:before {
    content: "\f0d6"
}

.uk-icon-caret-down:before {
    content: "\f0d7"
}

.uk-icon-caret-up:before {
    content: "\f0d8"
}

.uk-icon-caret-left:before {
    content: "\f0d9"
}

.uk-icon-caret-right:before {
    content: "\f0da"
}

.uk-icon-columns:before {
    content: "\f0db"
}

.uk-icon-unsorted:before,
.uk-icon-sort:before {
    content: "\f0dc"
}

.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
    content: "\f0dd"
}

.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
    content: "\f0de"
}

.uk-icon-envelope:before {
    content: "\f0e0"
}

.uk-icon-linkedin:before {
    content: "\f0e1"
}

.uk-icon-rotate-left:before,
.uk-icon-undo:before {
    content: "\f0e2"
}

.uk-icon-legal:before,
.uk-icon-gavel:before {
    content: "\f0e3"
}

.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
    content: "\f0e4"
}

.uk-icon-comment-o:before {
    content: "\f0e5"
}

.uk-icon-comments-o:before {
    content: "\f0e6"
}

.uk-icon-flash:before,
.uk-icon-bolt:before {
    content: "\f0e7"
}

.uk-icon-sitemap:before {
    content: "\f0e8"
}

.uk-icon-umbrella:before {
    content: "\f0e9"
}

.uk-icon-paste:before,
.uk-icon-clipboard:before {
    content: "\f0ea"
}

.uk-icon-lightbulb-o:before {
    content: "\f0eb"
}

.uk-icon-exchange:before {
    content: "\f0ec"
}

.uk-icon-cloud-download:before {
    content: "\f0ed"
}

.uk-icon-cloud-upload:before {
    content: "\f0ee"
}

.uk-icon-user-md:before {
    content: "\f0f0"
}

.uk-icon-stethoscope:before {
    content: "\f0f1"
}

.uk-icon-suitcase:before {
    content: "\f0f2"
}

.uk-icon-bell-o:before {
    content: "\f0a2"
}

.uk-icon-coffee:before {
    content: "\f0f4"
}

.uk-icon-cutlery:before {
    content: "\f0f5"
}

.uk-icon-file-text-o:before {
    content: "\f0f6"
}

.uk-icon-building-o:before {
    content: "\f0f7"
}

.uk-icon-hospital-o:before {
    content: "\f0f8"
}

.uk-icon-ambulance:before {
    content: "\f0f9"
}

.uk-icon-medkit:before {
    content: "\f0fa"
}

.uk-icon-fighter-jet:before {
    content: "\f0fb"
}

.uk-icon-beer:before {
    content: "\f0fc"
}

.uk-icon-h-square:before {
    content: "\f0fd"
}

.uk-icon-plus-square:before {
    content: "\f0fe"
}

.uk-icon-angle-double-left:before {
    content: "\f100"
}

.uk-icon-angle-double-right:before {
    content: "\f101"
}

.uk-icon-angle-double-up:before {
    content: "\f102"
}

.uk-icon-angle-double-down:before {
    content: "\f103"
}

.uk-icon-angle-left:before {
    content: "\f104"
}

.uk-icon-angle-right:before {
    content: "\f105"
}

.uk-icon-angle-up:before {
    content: "\f106"
}

.uk-icon-angle-down:before {
    content: "\f107"
}

.uk-icon-desktop:before {
    content: "\f108"
}

.uk-icon-laptop:before {
    content: "\f109"
}

.uk-icon-tablet:before {
    content: "\f10a"
}

.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
    content: "\f10b"
}

.uk-icon-circle-o:before {
    content: "\f10c"
}

.uk-icon-quote-left:before {
    content: "\f10d"
}

.uk-icon-quote-right:before {
    content: "\f10e"
}

.uk-icon-spinner:before {
    content: "\f110"
}

.uk-icon-circle:before {
    content: "\f111"
}

.uk-icon-mail-reply:before,
.uk-icon-reply:before {
    content: "\f112"
}

.uk-icon-github-alt:before {
    content: "\f113"
}

.uk-icon-folder-o:before {
    content: "\f114"
}

.uk-icon-folder-open-o:before {
    content: "\f115"
}

.uk-icon-smile-o:before {
    content: "\f118"
}

.uk-icon-frown-o:before {
    content: "\f119"
}

.uk-icon-meh-o:before {
    content: "\f11a"
}

.uk-icon-gamepad:before {
    content: "\f11b"
}

.uk-icon-keyboard-o:before {
    content: "\f11c"
}

.uk-icon-flag-o:before {
    content: "\f11d"
}

.uk-icon-flag-checkered:before {
    content: "\f11e"
}

.uk-icon-terminal:before {
    content: "\f120"
}

.uk-icon-code:before {
    content: "\f121"
}

.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
    content: "\f122"
}

.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
    content: "\f123"
}

.uk-icon-location-arrow:before {
    content: "\f124"
}

.uk-icon-crop:before {
    content: "\f125"
}

.uk-icon-code-fork:before {
    content: "\f126"
}

.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
    content: "\f127"
}

.uk-icon-question:before {
    content: "\f128"
}

.uk-icon-info:before {
    content: "\f129"
}

.uk-icon-exclamation:before {
    content: "\f12a"
}

.uk-icon-superscript:before {
    content: "\f12b"
}

.uk-icon-subscript:before {
    content: "\f12c"
}

.uk-icon-eraser:before {
    content: "\f12d"
}

.uk-icon-puzzle-piece:before {
    content: "\f12e"
}

.uk-icon-microphone:before {
    content: "\f130"
}

.uk-icon-microphone-slash:before {
    content: "\f131"
}

.uk-icon-shield:before {
    content: "\f132"
}

.uk-icon-calendar-o:before {
    content: "\f133"
}

.uk-icon-fire-extinguisher:before {
    content: "\f134"
}

.uk-icon-rocket:before {
    content: "\f135"
}

.uk-icon-maxcdn:before {
    content: "\f136"
}

.uk-icon-chevron-circle-left:before {
    content: "\f137"
}

.uk-icon-chevron-circle-right:before {
    content: "\f138"
}

.uk-icon-chevron-circle-up:before {
    content: "\f139"
}

.uk-icon-chevron-circle-down:before {
    content: "\f13a"
}

.uk-icon-html5:before {
    content: "\f13b"
}

.uk-icon-css3:before {
    content: "\f13c"
}

.uk-icon-anchor:before {
    content: "\f13d"
}

.uk-icon-unlock-alt:before {
    content: "\f13e"
}

.uk-icon-bullseye:before {
    content: "\f140"
}

.uk-icon-ellipsis-h:before {
    content: "\f141"
}

.uk-icon-ellipsis-v:before {
    content: "\f142"
}

.uk-icon-rss-square:before {
    content: "\f143"
}

.uk-icon-play-circle:before {
    content: "\f144"
}

.uk-icon-ticket:before {
    content: "\f145"
}

.uk-icon-minus-square:before {
    content: "\f146"
}

.uk-icon-minus-square-o:before {
    content: "\f147"
}

.uk-icon-level-up:before {
    content: "\f148"
}

.uk-icon-level-down:before {
    content: "\f149"
}

.uk-icon-check-square:before {
    content: "\f14a"
}

.uk-icon-pencil-square:before {
    content: "\f14b"
}

.uk-icon-external-link-square:before {
    content: "\f14c"
}

.uk-icon-share-square:before {
    content: "\f14d"
}

.uk-icon-compass:before {
    content: "\f14e"
}

.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
    content: "\f150"
}

.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
    content: "\f151"
}

.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
    content: "\f152"
}

.uk-icon-euro:before,
.uk-icon-eur:before {
    content: "\f153"
}

.uk-icon-gbp:before {
    content: "\f154"
}

.uk-icon-dollar:before,
.uk-icon-usd:before {
    content: "\f155"
}

.uk-icon-rupee:before,
.uk-icon-inr:before {
    content: "\f156"
}

.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
    content: "\f157"
}

.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
    content: "\f158"
}

.uk-icon-won:before,
.uk-icon-krw:before {
    content: "\f159"
}

.uk-icon-bitcoin:before,
.uk-icon-btc:before {
    content: "\f15a"
}

.uk-icon-file:before {
    content: "\f15b"
}

.uk-icon-file-text:before {
    content: "\f15c"
}

.uk-icon-sort-alpha-asc:before {
    content: "\f15d"
}

.uk-icon-sort-alpha-desc:before {
    content: "\f15e"
}

.uk-icon-sort-amount-asc:before {
    content: "\f160"
}

.uk-icon-sort-amount-desc:before {
    content: "\f161"
}

.uk-icon-sort-numeric-asc:before {
    content: "\f162"
}

.uk-icon-sort-numeric-desc:before {
    content: "\f163"
}

.uk-icon-thumbs-up:before {
    content: "\f164"
}

.uk-icon-thumbs-down:before {
    content: "\f165"
}

.uk-icon-youtube-square:before {
    content: "\f166"
}

.uk-icon-youtube:before {
    content: "\f167"
}

.uk-icon-xing:before {
    content: "\f168"
}

.uk-icon-xing-square:before {
    content: "\f169"
}

.uk-icon-youtube-play:before {
    content: "\f16a"
}

.uk-icon-dropbox:before {
    content: "\f16b"
}

.uk-icon-stack-overflow:before {
    content: "\f16c"
}

.uk-icon-instagram:before {
    content: "\f16d"
}

.uk-icon-flickr:before {
    content: "\f16e"
}

.uk-icon-adn:before {
    content: "\f170"
}

.uk-icon-bitbucket:before {
    content: "\f171"
}

.uk-icon-bitbucket-square:before {
    content: "\f172"
}

.uk-icon-tumblr:before {
    content: "\f173"
}

.uk-icon-tumblr-square:before {
    content: "\f174"
}

.uk-icon-long-arrow-down:before {
    content: "\f175"
}

.uk-icon-long-arrow-up:before {
    content: "\f176"
}

.uk-icon-long-arrow-left:before {
    content: "\f177"
}

.uk-icon-long-arrow-right:before {
    content: "\f178"
}

.uk-icon-apple:before {
    content: "\f179"
}

.uk-icon-windows:before {
    content: "\f17a"
}

.uk-icon-android:before {
    content: "\f17b"
}

.uk-icon-linux:before {
    content: "\f17c"
}

.uk-icon-dribbble:before {
    content: "\f17d"
}

.uk-icon-skype:before {
    content: "\f17e"
}

.uk-icon-foursquare:before {
    content: "\f180"
}

.uk-icon-trello:before {
    content: "\f181"
}

.uk-icon-female:before {
    content: "\f182"
}

.uk-icon-male:before {
    content: "\f183"
}

.uk-icon-gittip:before,
.uk-icon-gratipay:before {
    content: "\f184"
}

.uk-icon-sun-o:before {
    content: "\f185"
}

.uk-icon-moon-o:before {
    content: "\f186"
}

.uk-icon-archive:before {
    content: "\f187"
}

.uk-icon-bug:before {
    content: "\f188"
}

.uk-icon-vk:before {
    content: "\f189"
}

.uk-icon-weibo:before {
    content: "\f18a"
}

.uk-icon-renren:before {
    content: "\f18b"
}

.uk-icon-pagelines:before {
    content: "\f18c"
}

.uk-icon-stack-exchange:before {
    content: "\f18d"
}

.uk-icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.uk-icon-arrow-circle-o-left:before {
    content: "\f190"
}

.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
    content: "\f191"
}

.uk-icon-dot-circle-o:before {
    content: "\f192"
}

.uk-icon-wheelchair:before {
    content: "\f193"
}

.uk-icon-vimeo-square:before {
    content: "\f194"
}

.uk-icon-turkish-lira:before,
.uk-icon-try:before {
    content: "\f195"
}

.uk-icon-plus-square-o:before {
    content: "\f196"
}

.uk-icon-space-shuttle:before {
    content: "\f197"
}

.uk-icon-slack:before {
    content: "\f198"
}

.uk-icon-envelope-square:before {
    content: "\f199"
}

.uk-icon-wordpress:before {
    content: "\f19a"
}

.uk-icon-openid:before {
    content: "\f19b"
}

.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
    content: "\f19c"
}

.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
    content: "\f19d"
}

.uk-icon-yahoo:before {
    content: "\f19e"
}

.uk-icon-google:before {
    content: "\f1a0"
}

.uk-icon-reddit:before {
    content: "\f1a1"
}

.uk-icon-reddit-square:before {
    content: "\f1a2"
}

.uk-icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.uk-icon-stumbleupon:before {
    content: "\f1a4"
}

.uk-icon-delicious:before {
    content: "\f1a5"
}

.uk-icon-digg:before {
    content: "\f1a6"
}

.uk-icon-pied-piper:before {
    content: "\f1a7"
}

.uk-icon-pied-piper-alt:before {
    content: "\f1a8"
}

.uk-icon-drupal:before {
    content: "\f1a9"
}

.uk-icon-joomla:before {
    content: "\f1aa"
}

.uk-icon-language:before {
    content: "\f1ab"
}

.uk-icon-fax:before {
    content: "\f1ac"
}

.uk-icon-building:before {
    content: "\f1ad"
}

.uk-icon-child:before {
    content: "\f1ae"
}

.uk-icon-paw:before {
    content: "\f1b0"
}

.uk-icon-spoon:before {
    content: "\f1b1"
}

.uk-icon-cube:before {
    content: "\f1b2"
}

.uk-icon-cubes:before {
    content: "\f1b3"
}

.uk-icon-behance:before {
    content: "\f1b4"
}

.uk-icon-behance-square:before {
    content: "\f1b5"
}

.uk-icon-steam:before {
    content: "\f1b6"
}

.uk-icon-steam-square:before {
    content: "\f1b7"
}

.uk-icon-recycle:before {
    content: "\f1b8"
}

.uk-icon-automobile:before,
.uk-icon-car:before {
    content: "\f1b9"
}

.uk-icon-cab:before,
.uk-icon-taxi:before {
    content: "\f1ba"
}

.uk-icon-tree:before {
    content: "\f1bb"
}

.uk-icon-spotify:before {
    content: "\f1bc"
}

.uk-icon-deviantart:before {
    content: "\f1bd"
}

.uk-icon-soundcloud:before {
    content: "\f1be"
}

.uk-icon-database:before {
    content: "\f1c0"
}

.uk-icon-file-pdf-o:before {
    content: "\f1c1"
}

.uk-icon-file-word-o:before {
    content: "\f1c2"
}

.uk-icon-file-excel-o:before {
    content: "\f1c3"
}

.uk-icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
    content: "\f1c5"
}

.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
    content: "\f1c6"
}

.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
    content: "\f1c7"
}

.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
    content: "\f1c8"
}

.uk-icon-file-code-o:before {
    content: "\f1c9"
}

.uk-icon-vine:before {
    content: "\f1ca"
}

.uk-icon-codepen:before {
    content: "\f1cb"
}

.uk-icon-jsfiddle:before {
    content: "\f1cc"
}

.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
    content: "\f1cd"
}

.uk-icon-circle-o-notch:before {
    content: "\f1ce"
}

.uk-icon-ra:before,
.uk-icon-rebel:before {
    content: "\f1d0"
}

.uk-icon-ge:before,
.uk-icon-empire:before {
    content: "\f1d1"
}

.uk-icon-git-square:before {
    content: "\f1d2"
}

.uk-icon-git:before {
    content: "\f1d3"
}

.uk-icon-hacker-news:before {
    content: "\f1d4"
}

.uk-icon-tencent-weibo:before {
    content: "\f1d5"
}

.uk-icon-qq:before {
    content: "\f1d6"
}

.uk-icon-wechat:before,
.uk-icon-weixin:before {
    content: "\f1d7"
}

.uk-icon-send:before,
.uk-icon-paper-plane:before {
    content: "\f1d8"
}

.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
    content: "\f1d9"
}

.uk-icon-history:before {
    content: "\f1da"
}

.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
    content: "\f1db"
}

.uk-icon-header:before {
    content: "\f1dc"
}

.uk-icon-paragraph:before {
    content: "\f1dd"
}

.uk-icon-sliders:before {
    content: "\f1de"
}

.uk-icon-share-alt:before {
    content: "\f1e0"
}

.uk-icon-share-alt-square:before {
    content: "\f1e1"
}

.uk-icon-bomb:before {
    content: "\f1e2"
}

.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
    content: "\f1e3"
}

.uk-icon-tty:before {
    content: "\f1e4"
}

.uk-icon-binoculars:before {
    content: "\f1e5"
}

.uk-icon-plug:before {
    content: "\f1e6"
}

.uk-icon-slideshare:before {
    content: "\f1e7"
}

.uk-icon-twitch:before {
    content: "\f1e8"
}

.uk-icon-yelp:before {
    content: "\f1e9"
}

.uk-icon-newspaper-o:before {
    content: "\f1ea"
}

.uk-icon-wifi:before {
    content: "\f1eb"
}

.uk-icon-calculator:before {
    content: "\f1ec"
}

.uk-icon-paypal:before {
    content: "\f1ed"
}

.uk-icon-google-wallet:before {
    content: "\f1ee"
}

.uk-icon-cc-visa:before {
    content: "\f1f0"
}

.uk-icon-cc-mastercard:before {
    content: "\f1f1"
}

.uk-icon-cc-discover:before {
    content: "\f1f2"
}

.uk-icon-cc-amex:before {
    content: "\f1f3"
}

.uk-icon-cc-paypal:before {
    content: "\f1f4"
}

.uk-icon-cc-stripe:before {
    content: "\f1f5"
}

.uk-icon-bell-slash:before {
    content: "\f1f6"
}

.uk-icon-bell-slash-o:before {
    content: "\f1f7"
}

.uk-icon-trash:before {
    content: "\f1f8"
}

.uk-icon-copyright:before {
    content: "\f1f9"
}

.uk-icon-at:before {
    content: "\f1fa"
}

.uk-icon-eyedropper:before {
    content: "\f1fb"
}

.uk-icon-paint-brush:before {
    content: "\f1fc"
}

.uk-icon-birthday-cake:before {
    content: "\f1fd"
}

.uk-icon-area-chart:before {
    content: "\f1fe"
}

.uk-icon-pie-chart:before {
    content: "\f200"
}

.uk-icon-line-chart:before {
    content: "\f201"
}

.uk-icon-lastfm:before {
    content: "\f202"
}

.uk-icon-lastfm-square:before {
    content: "\f203"
}

.uk-icon-toggle-off:before {
    content: "\f204"
}

.uk-icon-toggle-on:before {
    content: "\f205"
}

.uk-icon-bicycle:before {
    content: "\f206"
}

.uk-icon-bus:before {
    content: "\f207"
}

.uk-icon-ioxhost:before {
    content: "\f208"
}

.uk-icon-angellist:before {
    content: "\f209"
}

.uk-icon-cc:before {
    content: "\f20a"
}

.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
    content: "\f20b"
}

.uk-icon-meanpath:before {
    content: "\f20c"
}

.uk-icon-buysellads:before {
    content: "\f20d"
}

.uk-icon-connectdevelop:before {
    content: "\f20e"
}

.uk-icon-dashcube:before {
    content: "\f210"
}

.uk-icon-forumbee:before {
    content: "\f211"
}

.uk-icon-leanpub:before {
    content: "\f212"
}

.uk-icon-sellsy:before {
    content: "\f213"
}

.uk-icon-shirtsinbulk:before {
    content: "\f214"
}

.uk-icon-simplybuilt:before {
    content: "\f215"
}

.uk-icon-skyatlas:before {
    content: "\f216"
}

.uk-icon-cart-plus:before {
    content: "\f217"
}

.uk-icon-cart-arrow-down:before {
    content: "\f218"
}

.uk-icon-diamond:before {
    content: "\f219"
}

.uk-icon-ship:before {
    content: "\f21a"
}

.uk-icon-user-secret:before {
    content: "\f21b"
}

.uk-icon-motorcycle:before {
    content: "\f21c"
}

.uk-icon-street-view:before {
    content: "\f21d"
}

.uk-icon-heartbeat:before {
    content: "\f21e"
}

.uk-icon-venus:before {
    content: "\f221"
}

.uk-icon-mars:before {
    content: "\f222"
}

.uk-icon-mercury:before {
    content: "\f223"
}

.uk-icon-transgender:before {
    content: "\f224"
}

.uk-icon-transgender-alt:before {
    content: "\f225"
}

.uk-icon-venus-double:before {
    content: "\f226"
}

.uk-icon-mars-double:before {
    content: "\f227"
}

.uk-icon-venus-mars:before {
    content: "\f228"
}

.uk-icon-mars-stroke:before {
    content: "\f229"
}

.uk-icon-mars-stroke-v:before {
    content: "\f22a"
}

.uk-icon-mars-stroke-h:before {
    content: "\f22b"
}

.uk-icon-neuter:before {
    content: "\f22c"
}

.uk-icon-facebook-official:before {
    content: "\f230"
}

.uk-icon-pinterest-p:before {
    content: "\f231"
}

.uk-icon-whatsapp:before {
    content: "\f232"
}

.uk-icon-server:before {
    content: "\f233"
}

.uk-icon-user-plus:before {
    content: "\f234"
}

.uk-icon-user-times:before {
    content: "\f235"
}

.uk-icon-hotel:before,
.uk-icon-bed:before {
    content: "\f236"
}

.uk-icon-viacoin:before {
    content: "\f237"
}

.uk-icon-train:before {
    content: "\f238"
}

.uk-icon-subway:before {
    content: "\f239"
}

.uk-icon-medium-logo:before {
    content: "\f23a"
}

.uk-icon-500px:before {
    content: "\f26e"
}

.uk-icon-amazon:before {
    content: "\f270"
}

.uk-icon-balance-scale:before {
    content: "\f24e"
}

.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
    content: "\f244"
}

.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
    content: "\f243"
}

.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
    content: "\f242"
}

.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
    content: "\f241"
}

.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
    content: "\f240"
}

.uk-icon-black-tie:before {
    content: "\f27e"
}

.uk-icon-calendar-check-o:before {
    content: "\f274"
}

.uk-icon-calendar-minus-o:before {
    content: "\f272"
}

.uk-icon-calendar-plus-o:before {
    content: "\f271"
}

.uk-icon-calendar-times-o:before {
    content: "\f273"
}

.uk-icon-cc-diners-club:before {
    content: "\f24c"
}

.uk-icon-cc-jcb:before {
    content: "\f24b"
}

.uk-icon-chrome:before {
    content: "\f268"
}

.uk-icon-clone:before {
    content: "\f24d"
}

.uk-icon-commenting:before {
    content: "\f27a"
}

.uk-icon-commenting-o:before {
    content: "\f27b"
}

.uk-icon-contao:before {
    content: "\f26d"
}

.uk-icon-creative-commons:before {
    content: "\f25e"
}

.uk-icon-expeditedssl:before {
    content: "\f23e"
}

.uk-icon-firefox:before {
    content: "\f269"
}

.uk-icon-fonticons:before {
    content: "\f280"
}

.uk-icon-get-pocket:before {
    content: "\f265"
}

.uk-icon-gg:before {
    content: "\f260"
}

.uk-icon-gg-circle:before {
    content: "\f261"
}

.uk-icon-hand-lizard-o:before {
    content: "\f258"
}

.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
    content: "\f256"
}

.uk-icon-hand-peace-o:before {
    content: "\f25b"
}

.uk-icon-hand-pointer-o:before {
    content: "\f25a"
}

.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
    content: "\f255"
}

.uk-icon-hand-scissors-o:before {
    content: "\f257"
}

.uk-icon-hand-spock-o:before {
    content: "\f259"
}

.uk-icon-hourglass:before {
    content: "\f254"
}

.uk-icon-hourglass-o:before {
    content: "\f250"
}

.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
    content: "\f251"
}

.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
    content: "\f252"
}

.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
    content: "\f253"
}

.uk-icon-houzz:before {
    content: "\f27c"
}

.uk-icon-i-cursor:before {
    content: "\f246"
}

.uk-icon-industry:before {
    content: "\f275"
}

.uk-icon-internet-explorer:before {
    content: "\f26b"
}

.uk-icon-map:before {
    content: "\f279"
}

.uk-icon-map-o:before {
    content: "\f278"
}

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

.uk-icon-map-signs:before {
    content: "\f277"
}

.uk-icon-mouse-pointer:before {
    content: "\f245"
}

.uk-icon-object-group:before {
    content: "\f247"
}

.uk-icon-object-ungroup:before {
    content: "\f248"
}

.uk-icon-odnoklassniki:before {
    content: "\f263"
}

.uk-icon-odnoklassniki-square:before {
    content: "\f264"
}

.uk-icon-opencart:before {
    content: "\f23d"
}

.uk-icon-opera:before {
    content: "\f26a"
}

.uk-icon-optin-monster:before {
    content: "\f23c"
}

.uk-icon-registered:before {
    content: "\f25d"
}

.uk-icon-safari:before {
    content: "\f267"
}

.uk-icon-sticky-note:before {
    content: "\f249"
}

.uk-icon-sticky-note-o:before {
    content: "\f24a"
}

.uk-icon-tv:before,
.uk-icon-television:before {
    content: "\f26c"
}

.uk-icon-trademark:before {
    content: "\f25c"
}

.uk-icon-tripadvisor:before {
    content: "\f262"
}

.uk-icon-vimeo:before {
    content: "\f27d"
}

.uk-icon-wikipedia-w:before {
    content: "\f266"
}

.uk-icon-yc:before,
.uk-icon-y-combinator:before {
    content: "\f23b"
}

.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
    content: "\f1d4"
}

.uk-icon-bluetooth:before {
    content: "\f293"
}

.uk-icon-bluetooth-b:before {
    content: "\f294"
}

.uk-icon-codiepie:before {
    content: "\f284"
}

.uk-icon-credit-card-alt:before {
    content: "\f283"
}

.uk-icon-edge:before {
    content: "\f282"
}

.uk-icon-fort-awesome:before {
    content: "\f286"
}

.uk-icon-hashtag:before {
    content: "\f292"
}

.uk-icon-mixcloud:before {
    content: "\f289"
}

.uk-icon-modx:before {
    content: "\f285"
}

.uk-icon-pause-circle:before {
    content: "\f28b"
}

.uk-icon-pause-circle-o:before {
    content: "\f28c"
}

.uk-icon-percent:before {
    content: "\f295"
}

.uk-icon-product-hunt:before {
    content: "\f288"
}

.uk-icon-reddit-alien:before {
    content: "\f281"
}

.uk-icon-scribd:before {
    content: "\f28a"
}

.uk-icon-shopping-bag:before {
    content: "\f290"
}

.uk-icon-shopping-basket:before {
    content: "\f291"
}

.uk-icon-stop-circle:before {
    content: "\f28d"
}

.uk-icon-stop-circle-o:before {
    content: "\f28e"
}

.uk-icon-usb:before {
    content: "\f287"
}

.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
    content: "\f2a3"
}

.uk-icon-assistive-listening-systems:before {
    content: "\f2a2"
}

.uk-icon-audio-description:before {
    content: "\f29e"
}

.uk-icon-blind:before {
    content: "\f29d"
}

.uk-icon-braille:before {
    content: "\f2a1"
}

.uk-icon-deaf:before,
.uk-icon-deafness:before {
    content: "\f2a4"
}

.uk-icon-envira:before {
    content: "\f299"
}

.uk-icon-font-awesome:before,
.uk-icon-fa:before {
    content: "\f2b4"
}

.uk-icon-first-order:before {
    content: "\f2b0"
}

.uk-icon-gitlab:before {
    content: "\f296"
}

.uk-icon-glide:before {
    content: "\f2a5"
}

.uk-icon-glide-g:before {
    content: "\f2a6"
}

.uk-icon-hard-of-hearing:before {
    content: "\f2a4"
}

.uk-icon-low-vision:before {
    content: "\f2a8"
}

.uk-icon-question-circle-o:before {
    content: "\f29c"
}

.uk-icon-sign-language:before,
.uk-icon-signing:before {
    content: "\f2a7"
}

.uk-icon-snapchat:before {
    content: "\f2ab"
}

.uk-icon-snapchat-ghost:before {
    content: "\f2ac"
}

.uk-icon-snapchat-square:before {
    content: "\f2ad"
}

.uk-icon-themeisle:before {
    content: "\f2b2"
}

.uk-icon-universal-access:before {
    content: "\f29a"
}

.uk-icon-viadeo:before {
    content: "\f2a9"
}

.uk-icon-viadeo-square:before {
    content: "\f2aa"
}

.uk-icon-volume-control-phone:before {
    content: "\f2a0"
}

.uk-icon-wheelchair-alt:before {
    content: "\f29b"
}

.uk-icon-wpbeginner:before {
    content: "\f297"
}

.uk-icon-wpforms:before {
    content: "\f298"
}

.uk-icon-yoast:before {
    content: "\f2b1"
}

.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-close {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: .3
}

.uk-close:after {
    content: "\f00d";
    font-family: FontAwesome;
    display: block
}

.uk-close:hover,
.uk-close:focus {
    opacity: .5;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: white;
    opacity: 1
}

.uk-close-alt:hover,
.uk-close-alt:focus {
    opacity: 1
}

.uk-close-alt:after {
    opacity: .5
}

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
    opacity: .8
}

.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #00a8e6;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none
}

a.uk-badge:hover {
    color: #fff
}

.uk-badge-notification {
    box-sizing: border-box;
    min-width: 18px;
    border-radius: 500px;
    font-size: 12px;
    line-height: 18px
}

.uk-badge-success {
    background-color: #8cc14c
}

.uk-badge-warning {
    background-color: #faa732
}

.uk-badge-danger {
    background-color: #da314b
}

.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091
}

*+.uk-alert {
    margin-top: 15px
}

.uk-alert>:last-child {
    margin-bottom: 0
}

.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
    color: inherit
}

.uk-alert>.uk-close:first-child {
    float: right
}

.uk-alert>.uk-close:first-child+* {
    margin-top: 0
}

.uk-alert-success {
    background: #f2fae3;
    color: #659f13
}

.uk-alert-warning {
    background: #fffceb;
    color: #e28327
}

.uk-alert-danger {
    background: #fff1f0;
    color: #d85030
}

.uk-alert-large {
    padding: 20px
}

.uk-alert-large>.uk-close:first-child {
    margin: -10px -10px 0 0
}

.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff
}

a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
    border-color: #aaa;
    background-color: #fff;
    text-decoration: none;
    outline: none
}

.uk-thumbnail-caption {
    padding-top: 4px;
    text-align: center;
    color: #444
}

.uk-thumbnail-mini {
    width: 150px
}

.uk-thumbnail-small {
    width: 200px
}

.uk-thumbnail-medium {
    width: 300px
}

.uk-thumbnail-large {
    width: 400px
}

.uk-thumbnail-expand,
.uk-thumbnail-expand>img {
    width: 100%
}

.uk-overlay {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0
}

.uk-overlay.uk-border-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.uk-overlay>:first-child {
    margin-bottom: 0
}

.uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff
}

.uk-overlay-panel>:last-child,
.uk-overlay-panel.uk-flex>*>:last-child {
    margin-bottom: 0
}

.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
    color: inherit
}

.uk-overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline
}

.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
    color: inherit
}

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0
}

.uk-overlay-active:not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) {
    opacity: 0
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5)
}

.uk-overlay-image {
    padding: 0
}

.uk-overlay-top {
    bottom: auto
}

.uk-overlay-bottom {
    top: auto
}

.uk-overlay-left {
    right: auto
}

.uk-overlay-right {
    left: auto
}

.uk-overlay-icon:before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff
}

.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter
}

.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
    transition-duration: .8s
}

.uk-overlay-fade {
    opacity: .7
}

.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active>.uk-overlay-fade {
    opacity: 1
}

.uk-overlay-scale {
    -ms-transform: scale(1);
    transform: scale(1)
}

.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active>.uk-overlay-scale {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.uk-overlay-spin {
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active>.uk-overlay-spin {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.uk-overlay-grayscale {
    filter: grayscale(100%)
}

.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active>.uk-overlay-grayscale {
    filter: grayscale(0)
}

[class*='uk-overlay-slide'] {
    opacity: 0
}

.uk-overlay-slide-top {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.uk-overlay-slide-bottom {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.uk-overlay-slide-left {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.uk-overlay-slide-right {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active>[class*='uk-overlay-slide'] {
    opacity: 1;
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.uk-overlay-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity .15s linear;
    -webkit-transform: translate3d(0, 0, 0)
}

.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
    opacity: 1
}

.uk-overlay-area:empty:before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff
}

.uk-overlay-area:not(:empty) {
    font-size: .001px
}

.uk-overlay-area:not(:empty):before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.uk-overlay-area-content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    font-size: 1rem;
    text-align: center;
    padding: 0 15px;
    color: #fff
}

.uk-overlay-area-content>:last-child {
    margin-bottom: 0
}

.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
    color: inherit
}

.uk-overlay-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity .15s linear;
    -webkit-transform: translate3d(0, 0, 0)
}

.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
    opacity: 1
}

[class*='uk-column-'] {
    column-gap: 25px
}

.uk-column-1-2 {
    column-count: 2
}

.uk-column-1-3 {
    column-count: 3
}

.uk-column-1-4 {
    column-count: 4
}

.uk-column-1-5 {
    column-count: 5
}

.uk-column-1-6 {
    column-count: 6
}

@media (min-width:640px) {
    .uk-column-small-1-2 {
        column-count: 2
    }
    .uk-column-small-1-3 {
        column-count: 3
    }
    .uk-column-small-1-4 {
        column-count: 4
    }
    .uk-column-small-1-5 {
        column-count: 5
    }
    .uk-column-small-1-6 {
        column-count: 6
    }
}

@media (min-width:960px) {
    .uk-column-medium-1-2 {
        column-count: 2
    }
    .uk-column-medium-1-3 {
        column-count: 3
    }
    .uk-column-medium-1-4 {
        column-count: 4
    }
    .uk-column-medium-1-5 {
        column-count: 5
    }
    .uk-column-medium-1-6 {
        column-count: 6
    }
}

@media (min-width:1200px) {
    .uk-column-large-1-2 {
        column-count: 2
    }
    .uk-column-large-1-3 {
        column-count: 3
    }
    .uk-column-large-1-4 {
        column-count: 4
    }
    .uk-column-large-1-5 {
        column-count: 5
    }
    .uk-column-large-1-6 {
        column-count: 6
    }
}

@media (min-width:1600px) {
    .uk-column-xlarge-1-2 {
        column-count: 2
    }
    .uk-column-xlarge-1-3 {
        column-count: 3
    }
    .uk-column-xlarge-1-4 {
        column-count: 4
    }
    .uk-column-xlarge-1-5 {
        column-count: 5
    }
    .uk-column-xlarge-1-6 {
        column-count: 6
    }
}

[class*='uk-animation-'] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

@media screen {
    [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
        opacity: 0
    }
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: .8s;
    animation-timing-function: linear !important
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    animation-name: uk-fade-right
}

.uk-animation-scale {
    animation-name: uk-scale-12
}

.uk-animation-shake {
    animation-name: uk-shake
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.uk-animation-15 {
    animation-duration: 15s
}

.uk-animation-top-left {
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.uk-animation-top-center {
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.uk-animation-top-right {
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.uk-animation-middle-left {
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.uk-animation-middle-right {
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.uk-animation-bottom-left {
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.uk-animation-bottom-center {
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.uk-animation-bottom-right {
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
    animation-name: none
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-left-33 {
    0% {
        transform: translateX(33%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-33 {
    0% {
        transform: translateX(-33%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-scale-12 {
    0% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes uk-rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

@keyframes uk-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10% {
        transform: translateX(-9px)
    }
    20% {
        transform: translateX(8px)
    }
    30% {
        transform: translateX(-7px)
    }
    40% {
        transform: translateX(6px)
    }
    50% {
        transform: translateX(-5px)
    }
    60% {
        transform: translateX(4px)
    }
    70% {
        transform: translateX(-3px)
    }
    80% {
        transform: translateX(2px)
    }
    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.uk-dropdown,
.uk-dropdown-blank {
    display: none;
    position: absolute;
    z-index: 970;
    box-sizing: border-box;
    width: 200px
}

.uk-dropdown {
    padding: 15px;
    background: #f5f5f5;
    color: #444;
    font-size: 1rem;
    vertical-align: top
}

.uk-dropdown:focus {
    outline: none
}

.uk-open>.uk-dropdown,
.uk-open>.uk-dropdown-blank {
    display: block;
    animation: uk-fade .2s ease-in-out;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.uk-dropdown-top {
    margin-top: -5px
}

.uk-dropdown-bottom {
    margin-top: 5px
}

.uk-dropdown-left {
    margin-left: -5px
}

.uk-dropdown-right {
    margin-left: 5px
}

.uk-dropdown .uk-nav {
    margin: 0 -15px
}

.uk-grid .uk-dropdown-grid+.uk-dropdown-grid {
    margin-top: 15px
}

.uk-dropdown-grid>[class*='uk-width-']>.uk-panel+.uk-panel {
    margin-top: 15px
}

@media (min-width:960px) {
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid {
        margin-left: -15px;
        margin-right: -15px
    }
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-'] {
        padding-left: 15px;
        padding-right: 15px
    }
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
        border-left: 1px solid #ddd
    }
    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 400px
    }
    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width: 600px
    }
    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width: 800px
    }
    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width: 1000px
    }
}

@media (max-width:959px) {
    .uk-dropdown-grid>[class*='uk-width-'] {
        width: 100%
    }
    .uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
        margin-top: 15px
    }
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-'] {
    width: 100%
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px
}

.uk-dropdown-small {
    min-width: 150px;
    width: auto;
    padding: 5px;
    white-space: nowrap
}

.uk-dropdown-small .uk-nav {
    margin: 0 -5px
}

.uk-dropdown-navbar {
    margin-top: 0;
    background: #f5f5f5;
    color: #444
}

.uk-open>.uk-dropdown-navbar {
    animation: uk-slide-top-fixed .2s ease-in-out
}

.uk-dropdown-scrollable {
    overflow-y: auto;
    max-height: 200px
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .15s linear;
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    transform: translateZ(0)
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page,
.uk-modal-page body {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #fff;
    opacity: 0;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: opacity .3s linear, transform .3s ease-out
}

@media (max-width:959px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto
    }
}

.uk-open .uk-modal-dialog {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.uk-modal-dialog>:not([class*='uk-modal-']):last-child {
    margin-bottom: 0
}

.uk-modal-dialog>.uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right
}

.uk-modal-dialog>.uk-close:first-child+:not([class*='uk-modal-']) {
    margin-top: 0
}

.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none
}

@media (max-width:959px) {
    .uk-modal-dialog-lightbox>.uk-close:first-child {
        top: -7px;
        right: -7px
    }
}

.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    transition: opacity .3s linear
}

.uk-modal-dialog-blank>.uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none
}

@media (min-width:960px) {
    .uk-modal-dialog-large {
        width: 930px
    }
}

@media (min-width:1600px) {
    .uk-modal-dialog-large {
        width: 1130px
    }
}

.uk-modal-header {
    margin-bottom: 15px
}

.uk-modal-footer {
    margin-top: 15px
}

.uk-modal-header>:last-child,
.uk-modal-footer>:last-child {
    margin-bottom: 0
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd
}

.uk-modal-spinner:after {
    content: "\f110";
    display: block;
    font-family: FontAwesome;
    animation: uk-rotate 2s infinite linear
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.uk-offcanvas.uk-active {
    display: block
}

.uk-offcanvas-page {
    position: fixed;
    transition: margin-left .3s ease-in-out;
    margin-left: 0
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-offcanvas-bar[mode='none'] {
    transition: none
}

.uk-offcanvas-bar[mode='reveal'] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    clip: rect(0, 0, 100vh, 0);
    transition: transform .3s ease-in-out, clip .3s ease-in-out
}

.uk-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-offcanvas-bar-flip[mode='reveal']>* {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s ease-in-out
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show>* {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777
}

.uk-offcanvas .uk-panel-title {
    color: #ccc
}

.uk-offcanvas .uk-panel a:not([class]) {
    color: #ccc
}

.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #fff
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom
}

.uk-switcher>:not(.uk-active) {
    display: none
}

.uk-text-small {
    font-size: 11px;
    line-height: 16px
}

.uk-text-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal
}

.uk-text-bold {
    font-weight: bold
}

.uk-text-muted {
    color: #999 !important
}

.uk-text-primary {
    color: #2d7091 !important
}

.uk-text-success {
    color: #659f13 !important
}

.uk-text-warning {
    color: #e28327 !important
}

.uk-text-danger {
    color: #d85030 !important
}

.uk-text-contrast {
    color: #fff !important
}

.uk-text-left {
    text-align: left !important
}

.uk-text-right {
    text-align: right !important
}

.uk-text-center {
    text-align: center !important
}

.uk-text-justify {
    text-align: justify !important
}

.uk-text-top {
    vertical-align: top !important
}

.uk-text-middle {
    vertical-align: middle !important
}

.uk-text-bottom {
    vertical-align: bottom !important
}

@media (max-width:1199px) {
    .uk-text-center-medium {
        text-align: center !important
    }
    .uk-text-left-medium {
        text-align: left !important
    }
}

@media (max-width:959px) {
    .uk-text-center-small {
        text-align: center !important
    }
    .uk-text-left-small {
        text-align: left !important
    }
}

.uk-text-nowrap {
    white-space: nowrap
}

.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.uk-text-capitalize {
    text-transform: capitalize !important
}

.uk-text-lowercase {
    text-transform: lowercase !important
}

.uk-text-uppercase {
    text-transform: uppercase !important
}

.uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px
}

@media (min-width:1600px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px
    }
}

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

.uk-container:after {
    clear: both
}

.uk-container-center {
    margin-left: auto;
    margin-right: auto
}

.uk-clearfix:before {
    content: "";
    display: table-cell
}

.uk-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.uk-nbfc {
    overflow: hidden
}

.uk-nbfc-alt {
    display: table-cell;
    width: 10000px
}

.uk-float-left {
    float: left
}

.uk-float-right {
    float: right
}

[class*='uk-float-'] {
    max-width: 100%
}

[class*='uk-align-'] {
    display: block;
    margin-bottom: 15px
}

.uk-align-left {
    margin-right: 15px;
    float: left
}

.uk-align-right {
    margin-left: 15px;
    float: right
}

@media (min-width:960px) {
    .uk-align-medium-left {
        margin-right: 15px;
        float: left
    }
    .uk-align-medium-right {
        margin-left: 15px;
        float: right
    }
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto
}

.uk-vertical-align {
    font-size: .001px
}

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

.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem
}

.uk-vertical-align-middle {
    vertical-align: middle
}

.uk-vertical-align-bottom {
    vertical-align: bottom
}

[class*='uk-height'] {
    box-sizing: border-box
}

.uk-height-1-1 {
    height: 100%
}

.uk-height-viewport {
    height: 100vh;
    min-height: 600px
}

.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto
}

.uk-responsive-height {
    max-height: 100%;
    width: auto
}

.uk-margin {
    margin-bottom: 15px
}

*+.uk-margin {
    margin-top: 15px
}

.uk-margin-top {
    margin-top: 15px !important
}

.uk-margin-bottom {
    margin-bottom: 15px !important
}

.uk-margin-left {
    margin-left: 15px !important
}

.uk-margin-right {
    margin-right: 15px !important
}

.uk-margin-large {
    margin-bottom: 50px
}

*+.uk-margin-large {
    margin-top: 50px
}

.uk-margin-large-top {
    margin-top: 50px !important
}

.uk-margin-large-bottom {
    margin-bottom: 50px !important
}

.uk-margin-large-left {
    margin-left: 50px !important
}

.uk-margin-large-right {
    margin-right: 50px !important
}

.uk-margin-small {
    margin-bottom: 5px
}

*+.uk-margin-small {
    margin-top: 5px
}

.uk-margin-small-top {
    margin-top: 5px !important
}

.uk-margin-small-bottom {
    margin-bottom: 5px !important
}

.uk-margin-small-left {
    margin-left: 5px !important
}

.uk-margin-small-right {
    margin-right: 5px !important
}

.uk-margin-remove {
    margin: 0 !important
}

.uk-margin-top-remove {
    margin-top: 0 !important
}

.uk-margin-bottom-remove {
    margin-bottom: 0 !important
}

.uk-padding-remove {
    padding: 0 !important
}

.uk-padding-top-remove {
    padding-top: 0 !important
}

.uk-padding-bottom-remove {
    padding-bottom: 0 !important
}

.uk-padding-vertical-remove {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

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

.uk-border-rounded {
    border-radius: 5px
}

.uk-heading-large {
    font-size: 36px;
    line-height: 42px
}

@media (min-width:960px) {
    .uk-heading-large {
        font-size: 52px;
        line-height: 64px
    }
}

.uk-link-muted,
.uk-link-muted a {
    color: #444
}

.uk-link-muted:hover,
.uk-link-muted a:hover {
    color: #444
}

.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
    color: inherit;
    text-decoration: none
}

.uk-scrollable-text {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.uk-scrollable-box {
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.uk-scrollable-box>:last-child {
    margin-bottom: 0
}

.uk-overflow-hidden {
    overflow: hidden
}

.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.uk-overflow-container>:last-child {
    margin-bottom: 0
}

.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
    position: absolute !important
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-top-left {
    top: 0;
    left: 0
}

.uk-position-top-right {
    top: 0;
    right: 0
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-relative {
    position: relative !important
}

.uk-position-z-index {
    z-index: 1
}

.uk-display-block {
    display: block !important
}

.uk-display-inline {
    display: inline !important
}

.uk-display-inline-block {
    display: inline-block !important;
    max-width: 100%
}

@media (min-width:1200px) {
    .uk-visible-small {
        display: none !important
    }
    .uk-visible-medium {
        display: none !important
    }
    .uk-hidden-large {
        display: none !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .uk-visible-small {
        display: none !important
    }
    .uk-visible-large {
        display: none !important
    }
    .uk-hidden-medium {
        display: none !important
    }
}

@media (max-width:959px) {
    .uk-visible-medium {
        display: none !important
    }
    .uk-visible-large {
        display: none !important
    }
    .uk-hidden-small {
        display: none !important
    }
}

.uk-hidden {
    display: none !important;
    visibility: hidden !important
}

.uk-invisible {
    visibility: hidden !important
}

.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important
}

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important
}

.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
    display: none !important
}

.uk-flex {
    display: -ms-flexbox;
    display: flex
}

.uk-flex-inline {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uk-flex>*,
.uk-flex-inline>* {
    -ms-flex-negative: 1
}

.uk-flex-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.uk-flex-middle {
    -ms-flex-align: center;
    align-items: center
}

.uk-flex-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.uk-flex-center {
    -ms-flex-pack: center;
    justify-content: center
}

.uk-flex-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uk-flex-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uk-flex-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.uk-flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uk-flex-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.uk-flex-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.uk-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uk-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.uk-flex-wrap-top {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.uk-flex-wrap-middle {
    -ms-flex-line-pack: center;
    align-content: center
}

.uk-flex-wrap-bottom {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.uk-flex-wrap-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.uk-flex-wrap-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.uk-flex-order-first {
    -ms-flex-order: -1;
    order: -1
}

.uk-flex-order-last {
    -ms-flex-order: 99;
    order: 99
}

@media (min-width:640px) {
    .uk-flex-order-first-small {
        -ms-flex-order: -1;
        order: -1
    }
    .uk-flex-order-last-small {
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width:960px) {
    .uk-flex-order-first-medium {
        -ms-flex-order: -1;
        order: -1
    }
    .uk-flex-order-last-medium {
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width:1200px) {
    .uk-flex-order-first-large {
        -ms-flex-order: -1;
        order: -1
    }
    .uk-flex-order-last-large {
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width:1600px) {
    .uk-flex-order-first-xlarge {
        -ms-flex-order: -1;
        order: -1
    }
    .uk-flex-order-last-xlarge {
        -ms-flex-order: 99;
        order: 99
    }
}

.uk-flex-item-none {
    -ms-flex: none;
    flex: none
}

.uk-flex-item-auto {
    -ms-flex: auto;
    flex: auto;
    -ms-flex-negative: 1
}

.uk-flex-item-1 {
    -ms-flex: 1;
    flex: 1
}

.uk-contrast {
    color: #fff
}

.uk-contrast a:not([class]),
.uk-contrast .uk-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
    color: #fff;
    text-decoration: underline
}

.uk-contrast:not(pre)>code,
.uk-contrast:not(pre)>kbd,
.uk-contrast:not(pre)>samp {
    color: #fff
}

.uk-contrast em {
    color: #fff
}

.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
    color: #fff
}

.uk-contrast hr {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-nav li>a,
.uk-contrast .uk-nav li>a:hover {
    text-decoration: none
}

.uk-contrast .uk-nav-side>li>a {
    color: #fff
}

.uk-contrast .uk-nav-side>li>a:hover,
.uk-contrast .uk-nav-side>li>a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.uk-contrast .uk-nav-side>li.uk-active>a {
    background: #fff;
    color: #444
}

.uk-contrast .uk-nav-side .uk-nav-header {
    color: #fff
}

.uk-contrast .uk-nav-side .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-nav-side ul a {
    color: rgba(255, 255, 255, 0.7)
}

.uk-contrast .uk-nav-side ul a:hover {
    color: #fff
}

.uk-contrast .uk-subnav>*>a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.uk-contrast .uk-subnav>*>a:hover,
.uk-contrast .uk-subnav>*>a:focus {
    color: #fff;
    text-decoration: none
}

.uk-contrast .uk-subnav>.uk-active>a {
    color: #fff
}

.uk-contrast .uk-subnav-line>:nth-child(n+2):before {
    border-left-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-subnav-pill>*>a:hover,
.uk-contrast .uk-subnav-pill>*>a:focus {
    background: rgba(255, 255, 255, 0.7);
    color: #444;
    text-decoration: none
}

.uk-contrast .uk-subnav-pill>.uk-active>a {
    background: #fff;
    color: #444
}

.uk-contrast .uk-tab {
    border-bottom-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-tab>li>a {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.7)
}

.uk-contrast .uk-tab>li>a:hover,
.uk-contrast .uk-tab>li>a:focus,
.uk-contrast .uk-tab>li.uk-open>a {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
    color: #444;
    text-decoration: none
}

.uk-contrast .uk-tab>li.uk-active>a {
    border-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: transparent;
    background: #fff;
    color: #444
}

.uk-contrast .uk-tab-center {
    border-bottom-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-tab-grid:before {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-list-line>li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    color: #444;
    background-clip: padding-box
}

.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
    border-color: #fff;
    background: #fff;
    color: #444
}

.uk-contrast .uk-form:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.7) !important
}

.uk-contrast .uk-form::-moz-placeholder {
    color: rgba(68, 68, 68, 0.7)
}

.uk-contrast .uk-form::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.7)
}

.uk-contrast .uk-button {
    color: #444;
    background: #fff
}

.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #444
}

.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #444
}

.uk-contrast .uk-button-primary {
    background-color: #00a8e6;
    color: #fff
}

.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
    background-color: #35b3ee;
    color: #fff
}

.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #fff
}

.uk-contrast .uk-icon-hover {
    color: rgba(255, 255, 255, 0.7)
}

.uk-contrast .uk-icon-hover:hover {
    color: #fff
}

.uk-contrast .uk-icon-button {
    background: #fff;
    color: #444
}

.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #444
}

.uk-contrast .uk-icon-button:active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #444
}

.uk-contrast .uk-text-muted {
    color: rgba(255, 255, 255, 0.6) !important
}

.uk-contrast .uk-text-primary {
    color: #2d7091 !important
}

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


/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */

a:hover {
    text-decoration: none
}

.hidden {
    display: none;
}

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

.invisible {
    visibility: hidden
}

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

.inline-list li {
    display: inline
}

.inline-list a {
    display: inline-block
}

.wsh {
    word-spacing: -0.16em
}

.wsn {
    word-spacing: -0.32em
}

.wsk {
    word-spacing: -0.37em
}

pre,
code,
tt {
    font-family: Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    font-size: 11px;
    line-height: 16px
}

code {
    border: 1px solid lightblue;
    padding: 3px;
    color: #518BAB;
    border-radius: 3px
}

pre {
    position: relative;
    margin: 5px;
    padding: 8px;
    background: #fff;
    color: #518BAB;
    border: 1px solid #666;
    border-radius: 5px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.richtext {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    line-height: 26px
}

.richtext p {
    margin: 0 0 26px 0;
    padding: 0
}

.richtext a {
    color: #0047BA
}

.richtext ul {
    margin-bottom: 18px
}

.richtext ul li {
    list-style: disc
}

.ruler .columns {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    z-index: 100;
    min-height: 40px;
    outline: solid gold 1px;
    background-color: #eee
}

@media (min-width:768px) {
    .ruler .columns {
        float: left;
        width: 8.33333333%
    }
}

.uk-form-disabled {
    padding-left: 0
}

.uk-form-disabled fieldset {
    border: 1px solid #ccc
}

.uk-form-disabled input {
    text-indent: 0
}

.uk-form-disabled .radio {
    box-shadow: none;
    outline: none
}

.uk-form-disabled .text_field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    height: 34px;
    padding: 6px 12px
}

.uk-form-disabled .select {
    border-radius: 0 !important;
    box-shadow: none
}

.uk-form-disabled .upload_field {
    background-color: initial;
    border: initial
}

.uk-form-disabled textarea {
    box-shadow: none
}

.uk-form-disabled .uk-button-primary {
    *zoom: 1;
    color: #fff;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 8.5px 34px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.uk-form-disabled .uk-button-primary:before,
.uk-form-disabled .uk-button-primary:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #ffffff;
    position: absolute;
    top: 9px;
    right: 12px;
    font-size: 35px;
    padding-left: 5px
}

.uk-form-disabled .uk-button-primary:after {
    clear: both
}

.uk-form-disabled .uk-button-primary:hover {
    color: #fff
}

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

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    -webkit-text-size-adjust: none;
    background: #fff 50% 0 repeat
}

body.mac {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale
}

pre {
    z-index: 10
}

.uk-grid a .image img {
    border-radius: 0
}

.uk-grid a .image::after {
    border-radius: 0
}

.gallery a img,
.gallery a.uk-thumbnail {
    border-radius: 0
}

.uk-modal-caption {
    background-color: #0047BA;
    box-sizing: border-box;
    bottom: -45px;
    color: #ffffff;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 40px
}

.uk-slidenav-position .uk-slidenav {
    display: none;
    font-size: 32px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px
}

.uk-slidenav-position .uk-slidenav-previous:before {
    content: "\f053"
}

.uk-slidenav-position .uk-slidenav-next:before {
    content: "\f054"
}

.uk-slidenav-contrast {
    color: #fff;
    opacity: .5
}

.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
    color: #efefef;
    opacity: 1
}

.uk-slidenav-contrast:active {
    color: #efefef;
    opacity: 1
}

.callout_image {
    border-radius: 0
}

.bio_image img {
    border-radius: 0
}

.uk-form input {
    border-radius: 0 !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: inset 0 1px 6px #ccc;
    color: #757575 !important;
    font-size: 18px;
    height: auto;
    margin-bottom: 10px !important;
    padding: 7px 6px 8px !important;
    transition: box-shadow .5s, border .5s, background .5s !important
}

.uk-form input:focus {
    background: #fff !important;
    border: 1px solid #0047BA;
    box-shadow: 0 0 7px #0047BA;
    outline: none
}

.uk-form .uk-button-primary {
    background-color: #0047BA !important;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px !important;
    font-weight: 500;
    padding: 8px 6px 9px !important;
    text-align: center;
    transition: all .1s ease-in-out !important
}

.uk-form .uk-button-primary:hover,
.uk-form .uk-button-primary:focus {
    background-color: #0047BA !important;
    color: #757575 !important
}

.uk-form .uk-form-row.required_error .uk-form-label {
    color: #f00 !important
}

.uk-form .uk-form-row.required_error fieldset {
    background-color: rgba(255, 0, 0, 0.2) !important;
    border: 1px solid #f00 !important;
    padding: 3px !important
}

.uk-form .uk-form-row.required_error .cke_chrome {
    border-color: #f00 !important
}

.uk-form .uk-form-danger {
    border-color: #f00 !important;
    color: #f00 !important
}

.uk-form .form_message.required,
.uk-form .validate_message {
    color: #f00
}

.circle {
    border-radius: 50%
}

.rounded {
    border-radius: 4px
}

.shadowed {
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3)
}

.shadowed-small {
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.3)
}

.shadowed-move {
    top: -6px;
    left: -6px;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3)
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('{site_url}fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('{site_url}fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('{site_url}fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('{site_url}fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('{site_url}fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('{site_url}fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

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

.fa-lg {
    font-size: 1.33333333em;
    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.28571429em;
    text-align: center
}

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

.fa-ul>li {
    position: relative
}

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

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

.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 {
    animation: fa-spin 2s infinite linear
}

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

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

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

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

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

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

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

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

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

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

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

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

.fa-inbox:before {
    content: "\f01c"
}

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

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

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

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

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

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

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

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

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

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

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

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

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

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

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

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

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

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

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

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

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

.fa-comments:before {
    content: "\f086"
}

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

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

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

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

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

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

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

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

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

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

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

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

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

.fa-gbp:before {
    content: "\f154"
}

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

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

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

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

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

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

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

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

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

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

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

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

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

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

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

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

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

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

.uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 60px;
    text-align: center
}

.uk-slidenav:hover,
.uk-slidenav:focus {
    outline: none;
    text-decoration: none;
    color: rgba(50, 50, 50, 0.7);
    cursor: pointer
}

.uk-slidenav:active {
    color: rgba(50, 50, 50, 0.9)
}

.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome
}

.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome
}

.uk-slidenav-position {
    position: relative
}

.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px
}

.uk-slidenav-position:hover .uk-slidenav {
    display: block
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px
}

.uk-slidenav-contrast {
    color: white
}

.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
    color: #005d7b
}

.uk-slidenav-contrast:active {
    color: #005d7b
}

.uk-dotnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
    padding: 0;
    list-style: none
}

.uk-dotnav>* {
    -ms-flex: none;
    flex: none;
    padding-left: 15px;
    margin-top: 15px
}

.uk-dotnav:before,
.uk-dotnav:after {
    content: "";
    display: block;
    overflow: hidden
}

.uk-dotnav:after {
    clear: both
}

.uk-dotnav>* {
    float: left
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(50, 50, 50, 0.1);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}

.uk-dotnav>*>:hover,
.uk-dotnav>*>:focus {
    background: rgba(50, 50, 50, 0.4);
    outline: none
}

.uk-dotnav>*>:active {
    background: rgba(50, 50, 50, 0.6)
}

.uk-dotnav>.uk-active>* {
    background: rgba(50, 50, 50, 0.4)
}

.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 0.4)
}

.uk-dotnav-contrast>*>:hover,
.uk-dotnav-contrast>*>:focus {
    background: rgba(255, 255, 255, 0.7)
}

.uk-dotnav-contrast>*>:active {
    background: rgba(255, 255, 255, 0.9)
}

.uk-dotnav-contrast>.uk-active>* {
    background: rgba(255, 255, 255, 0.9)
}

.uk-dotnav-vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.uk-dotnav-vertical>* {
    float: none
}

[data-uk-slider] {
    direction: ltr
}

html[dir="rtl"] .uk-slider>* {
    direction: rtl
}

.uk-slider {
    position: relative;
    z-index: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.uk-slider:not(.uk-grid) {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-slider>* {
    position: absolute;
    top: 0;
    left: 0
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider:not(.uk-drag) {
    transition: transform 200ms linear
}

.uk-slider.uk-drag {
    cursor: col-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uk-slider a,
.uk-slider img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none
}

.uk-slider img {
    pointer-events: none
}

.uk-slider-fullscreen,
.uk-slider-fullscreen>li {
    height: 100vh
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
}

.uk-form-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.uk-form-file input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px
}

.alert-btn {
    transition: transform .25s ease;
    display: none;
    margin-right: 8px
}

@media only screen and (max-width: 425px) {
    .alert-btn {
        margin-left: 0
    }
}

.alert-btn .rectangle {
    transition: fill .25s ease
}

.alert-btn #shadow {
    transition: transform .25s ease
}

.alert-btn:hover {
    cursor: pointer;
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.alert-btn:hover .rectangle {
    fill: #000000
}

.alert-btn:hover #shadow {
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.alert-btn svg {
    width: 32px;
    height: 32px
}

.mobile_nav .alert-btn {
    float: right;
    -ms-transform: translateY(25%);
    transform: translateY(25%)
}

.alerts {
    position: relative
}

#alerts_edit {
    position: absolute;
    top: 30px;
    width: 110px;
    z-index: 99
}

.credit {
    margin: 30px 0;
    *zoom: 1
}

.credit:before,
.credit:after {
    content: " ";
    display: table;
    line-height: 0
}

.credit:after {
    clear: both
}

.credit .image,
.credit .text {
    display: inline
}

.credit .image {
    width: auto;
    margin-right: 10px
}

.credit .image img {
    width: 100%;
    max-width: 150px;
    height: auto
}

.credit .text {
    width: 50%;
    font-size: 11px;
    color: #b7bbc1;
    margin-top: 8px
}

.credit .image,
.credit .text {
    float: left
}

@media only screen and (max-width:1000px) {
    .credit {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
    .credit .image,
    .credit .text {
        width: auto;
        display: block;
        float: none
    }
    .credit .image {
        margin-right: 0
    }
    .credit .text {
        padding: 0 45px;
        margin: 0
    }
}

.docked_menu {
    min-height: 850px;
    width: 100px;
    display: block;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100%;
    background: rgba(224, 222, 222, 0) #f0f0f0;
    background: -webkit-gradient(left top, right top, color-stop(90%, rgba(224, 222, 222, 0)), color-stop(100%, #e0dede)) #f0f0f0;
    background: linear-gradient(to right, rgba(224, 222, 222, 0) 90%, #e0dede 100%) #f0f0f0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0dede', endColorstr='#e0dede', GradientType=1);
    font-family: Avenir LT W01_55 Roman1475520
}

.docked_menu .inline_menu {
    clear: both;
    margin-top: 0;
    position: relative;
    width: 100px;
    height: 100%;
    padding: 0
}

.docked_menu .inline_menu .dropdown_item {
    max-height: calc((100vh / 8) - 1px);
    display: block;
    background: #fff;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: linear-gradient(135deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    text-align: center
}

@media only screen and (min-width:960px) {
    .docked_menu .inline_menu .dropdown_item {
        min-height: 80px
    }
}

.docked_menu .inline_menu .dropdown_item>a {
    color: #757575;
    font-size: 14px;
    display: block;
    padding: 60px 14px 26px;
    position: relative
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item>a {
        padding-top: 55px
    }
}

.docked_menu .inline_menu .dropdown_item.noarrow>a:before {
    display: none
}

.docked_menu .inline_menu .dropdown_item.search a.icon {
    padding-top: 25px;
    padding-bottom: 20px;
    height: 80px;
}
svg.svg-inline--fa.fa-search.fa-w-16 {
    font-size: 26px;
}
.active svg.svg-inline--fa.fa-search.fa-w-16 {
    color: #fff;
}
.docked_menu .inline_menu .dropdown_item.search a.icon .fa {
    color: #757575;
    font-size: 25px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0
}

.docked_menu .inline_menu .dropdown_item.search .search-box-container {
    margin-left: -7px
}

.docked_menu .inline_menu .dropdown_item.search form.search_box .search_button {
    display: block;
    color: #757575;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px
}

.docked_menu .inline_menu .dropdown_item.search.mobile form.search_box .search_button {
    display: none
}

.docked_menu .inline_menu .dropdown_item.search p {
    margin-top: 38px
}

.docked_menu .inline_menu .dropdown_item.search .search_results {
    max-height: 90vh;
    unicode-bidi: bidi-override;
    direction: ltr;
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: left
}

.docked_menu .inline_menu .dropdown_item.search .search_results .loading {
    padding-top: 25px;
    font-size: 28px;
    line-height: 1.4
}

.docked_menu .inline_menu .dropdown_item.search .search_results form#search_form {
    display: none
}

.docked_menu .inline_menu .dropdown_item.search .search_results #search_results {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: left
}

.docked_menu .inline_menu .dropdown_item.search .search_results #search_results .result .title a {
    color: #fff;
    font-size: 20px
}

.docked_menu .inline_menu .dropdown_item.search .search_results #search_results .result .summary {
    max-height: 78px;
    overflow: hidden
}

.docked_menu .inline_menu .dropdown_item.search .share_wrapper {
    position: relative;
    height: 100%
}

.docked_menu .inline_menu .dropdown_item.search .share_wrapper .share_icons {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.docked_menu .inline_menu .dropdown_item.expertise a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.expertise a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.capabilities a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.capabilities a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.careers a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.careers a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.about a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.about a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.more a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.more a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.share a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.share a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.contact a.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
    color: #00A0DF;
    font-size: 35px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

@media only screen and (max-height:750px) and (max-width:960px) {
    .docked_menu .inline_menu .dropdown_item.contact a.icon:before {
        top: 15px
    }
}

.docked_menu .inline_menu .dropdown_item.contact .social_icons {
    text-align: left;
    margin: 0 0 60px 30px
}

.docked_menu .inline_menu .dropdown_item.contact .social_icons a {
    color: #ffffff;
    margin-right: 25px;
    font-size: 40px
}

.docked_menu .inline_menu .dropdown_item.contact .dropdown_menu a {
    color: #ffffff
}

.docked_menu .inline_menu .dropdown_item a.icon {
    width: 72px
}

.docked_menu .inline_menu .dropdown_item a.icon .cover {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100px;
    left: 0;
    top: 0;
    height: 100%
}

.docked_menu .inline_menu .dropdown_item a.icon:hover .cover {
    max-height: calc((100vh / 8) - 1px);
    display: block;
    border-left: 4px solid #00A0E0;
    width: 100px
}

.docked_menu .inline_menu .dropdown_item a.icon.active .cover {
    background: #1dbdfc;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #1dbdfc), color-stop(100%, #0e86b5));
    background: linear-gradient(135deg, #1dbdfc 0, #0e86b5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1dbdfc', endColorstr='#0e86b5', GradientType=1);
    display: block;
    border-left: none;
    width: 100%
}

.docked_menu .inline_menu .dropdown_item a.icon.active .cover:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0
}

.docked_menu .inline_menu .dropdown_item a.icon.active .label {
    z-index: -99
}

.docked_menu .inline_menu .dropdown_item.base-current a.icon {
    border-left: 4px solid #00A0E0;
    width: 68px
}

.docked_menu .inline_menu .dropdown_item.base-current a.icon:hover .cover {
    border-left: none
}

@media only screen and (max-width:959px) {
    .docked_menu .inline_menu .dropdown_item.base-current a.icon:hover .cover {
        left: -5px !important
    }
}

.docked_menu .inline_menu .dropdown_item.search .icon.active .cover:before {
    top: 32%
}

.docked_menu .inline_menu .btn_group .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0
}

@media only screen and (min-height:850px) {
    .docked_menu .inline_menu .btn_group .wrapper {
        bottom: 0
    }
}

.docked_menu .inline_menu .btn_group .wrapper .search.mobile {
    display: none
}

.docked_menu .inline_menu .btn_group .wrapper .share.mobile {
    display: none
}

.docked_menu .inline_menu .btn_group .wrapper .share .share_icons_text.mobile {
    display: none
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 100px;
    z-index: 20;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 390px;
    height: 100%;
    background: #13ace9;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #13ace9), color-stop(100%, rgba(1, 138, 192, 0.9)));
    background: linear-gradient(135deg, #13ace9 0, rgba(1, 138, 192, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#13ace9', endColorstr='#018ac0', GradientType=1);
    color: #FFFFFF
}

.dropdown_menu.active {
    display: block
}

.dropdown_menu.to_be_deactivated {
    display: none !important
}

.dropdown_menu .dropdown-gradient {
    display: none
}

.dropdown_menu p {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    margin-left: 30px;
    font-size: 24px;
    letter-spacing: .27px;
    text-align: left
}

.dropdown_menu ul {
    font-family: 'Avenir LT W01_65 Medium1475532';
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 59px
}

.dropdown_menu ul a {
    color: #ffffff
}

.dropdown_menu ul a li, .dropdown_menu ul li {
    list-style-type: none;
    font-size: 17px;
    width: auto;
    position: relative;
    line-height: 50px;
}
.dropdown_menu ul li a{
    padding-left:30px;
    display: block;
}
.dropdown_menu ul a li:hover, .dropdown_menu ul li:hover, .dropdown_menu ul a:hover {
    background-color: #ffffff;
    color: #00A0E0!important;
}

.dropdown_menu ul a.arrow li:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    color: #fff;
    display: inline;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: 30px
}

.dropdown_menu ul a.arrow li:hover:after, .dropdown_menu ul li:hover:after  {
    color: #00A0DF
}

.dropdown_menu ul a.arrow.active li, .dropdown_menu ul li:active {
    background-color: #ffffff;
    color: #00A0E0
}

.dropdown_menu ul a.arrow.active li:after {
    color: #00A0DF
}

.dropdown_menu .children {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 390px;
    padding-top: 69px;
    padding-bottom: 30px;
    width: 390px;
    height: 100%;
    background: #0899d2;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #0899d2), color-stop(100%, rgba(26, 99, 163, 0.9)));
    background: linear-gradient(135deg, #0899d2 0, rgba(26, 99, 163, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0899d2', endColorstr='#1a63a3', GradientType=1);
    color: #ffffff
}

.dropdown_menu .children.active {
    display: block
}

.dropdown_menu .children p {
    display: none
}

.dropdown_menu .inline_menu {
    font-family: 'Avenir LT W01_65 Medium1475532';
    padding: 0;
    text-align: left;
    line-height: 59px;
    height: auto
}

.dropdown_menu .inline_menu .nav_item {
    display: block;
    color: #ffffff;
    font-size: 18px;
    width: auto;
    position: relative;
    padding-left: 30px
}

.dropdown_menu .inline_menu .nav_item:hover {
    background-color: #ffffff;
    color: #00A0E0
}

#menu_format_edit {
    position: absolute
}

@media only screen and (max-width:959px) {
    .docked_menu {
        display: none
    }
}

@media print {
    .docked_menu {
        display: none
    }
}

.doorway_cards_wrapper {
    display: block;
    margin: 0 auto 50px;
    max-width: 1120px;
    width: 100%
}

.doorway_cards_wrapper .doorway_cards {
    position: relative;
    margin-bottom: 45px;
    margin-left: 0;
    *zoom: 1
}

.doorway_cards_wrapper .doorway_cards:before,
.doorway_cards_wrapper .doorway_cards:after {
    content: " ";
    display: table;
    line-height: 0
}

.doorway_cards_wrapper .doorway_cards:after {
    clear: both
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card {
    position: relative;
    display: inline-table;
    max-width: 520px;
    height: 320px;
    margin-right: 30px;
    margin-bottom: 8px
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card img {
    width: 520px;
    height: 320px;
    position: relative;
    margin-bottom: 0
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .title {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 38px;
    font-weight: 0;
    font-style: 0;
    letter-spacing: -1px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    top: 50%;
    left: -30px;
    text-align: right;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 120px;
    overflow: hidden
}

@media only screen and (max-width:1000px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .title {
        left: -35px
    }
}

@media only screen and (min-width:640px) and (max-width:865px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .title {
        font-size: 28px;
        line-height: 30px;
        max-height: 90px
    }
}

@media only screen and (min-width:426px) and (max-width:639px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .title {
        font-size: 38px;
        line-height: 40px;
        max-height: 120px
    }
}

@media only screen and (max-width: 425px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .title {
        font-size: 28px;
        line-height: 30px;
        max-height: 90px
    }
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy {
    font-family: Futura LT W01 Heavy;
    font-size: 12px;
    font-weight: 0;
    font-style: 0;
    line-height: 25px;
    letter-spacing: 3.25pt;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    padding: 22px 0 21px;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 536px;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1000px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy {
        font-size: 10px
    }
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy p {
    margin-right: 75px;
    margin-bottom: 0
}

@media only screen and (max-width:374px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy p {
        margin-right: 55px
    }
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy p:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #ffffff;
    position: absolute;
    top: 10px;
    font-size: 50px;
    padding-left: 5px
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy.gray {
    background: rgba(115, 118, 122, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(115, 118, 122, 0)), color-stop(100%, #2b2c30));
    background: linear-gradient(to right, rgba(115, 118, 122, 0) 0, #2b2c30 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#73767a', endColorstr='#2b2c30', GradientType=1)
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy.lt_blue {
    background: rgba(0, 161, 224, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 161, 224, 0)), color-stop(100%, #00a1e0));
    background: linear-gradient(to right, rgba(0, 161, 224, 0) 0, #00a1e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a1e0', endColorstr='#00a1e0', GradientType=1)
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy.dk_blue {
    background: rgba(26, 72, 186, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(26, 72, 186, 0)), color-stop(100%, #1a48ba));
    background: linear-gradient(to right, rgba(26, 72, 186, 0) 0, #1a48ba 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a48ba', endColorstr='#1a48ba', GradientType=1)
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card .info .copy.green {
    background: rgba(142, 198, 63, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(142, 198, 63, 0)), color-stop(100%, #8ec63f));
    background: linear-gradient(to right, rgba(142, 198, 63, 0) 0, #8ec63f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8ec63f', endColorstr='#8ec63f', GradientType=1)
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card:last-of-type,
.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card:nth-child(2) {
    margin-right: 0
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card.last-of-type {
    margin-right: 0
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain:nth-child(4) .title {
    letter-spacing: -0.98px
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain:nth-child(4) .title span {
    letter-spacing: -0.99px
}

.doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain a:hover .copy p:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    animation-duration: 1s;
    animation-name: arrowAnimate;
    animation-iteration-count: once
}

#featured_edit {
    position: absolute;
    left: 0
}

@media only screen and (max-width:1000px) {
    .responsive .doorway_cards_wrapper {
        margin-bottom: 20px
    }
    .responsive .doorway_cards_wrapper .doorway_cards {
        display: block;
        width: auto;
        height: auto;
        margin: 0 15px 0 0;
        text-align: center
    }
    .responsive .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .doorway_card {
        width: auto;
        height: auto;
        display: inline-block;
        float: none;
        margin: 0 0 16px 0
    }
    .responsive .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .doorway_card img {
        width: 100%;
        height: auto
    }
    .responsive .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .doorway_card .info .copy {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .responsive .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .doorway_card .info .copy p:after {
        font-size: 40px;
        top: 2px
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side {
        width: 100%;
        height: auto;
        text-align: left;
        *zoom: 1
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side:before,
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side:after {
        clear: both
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0 0 30px 0;
        *zoom: 1
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card:before,
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card:after {
        clear: both
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card img {
        width: 48%;
        height: auto;
        float: left;
        margin-right: 3%
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card .info {
        width: 48%;
        height: auto;
        overflow: automatic;
        float: left
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card .info .title {
        font-size: 36px;
        margin-bottom: 2px
    }
    .responsive .doorway_cards_wrapper .doorway_cards.side-by-side .doorway_card .info .copy {
        font-size: 10px;
        line-height: 23px
    }
}

@media only screen and (min-width:1000px) {
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 {
        max-width: 508px;
        width: 48%;
        max-height: 320px;
        height: 320px
    }
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain {
        position: absolute;
        top: 0;
        left: 0
    }
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2 .contain .doorway_card img {
        transition: transform .3s ease
    }
    .doorway_cards_wrapper .doorway_cards .uk-width-small-1-2:hover .contain .doorway_card img {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.feature_wrapper {
    display: block;
    margin: 0;
    padding-top: 90px;
    max-width: 1090px
}

@media only screen and (max-width:750px) {
    .feature_wrapper {
        padding-top: 25px
    }
}

.featured {
    position: relative;
    margin-bottom: 68px;
    *zoom: 1
}

.featured:before,
.featured:after {
    content: " ";
    display: table;
    line-height: 0
}

.featured:after {
    clear: both
}

.featured .uk-grid {
    margin-left: 50px
}

.featured .uk-grid .feature {
    position: relative;
    width: 250px;
    height: 332px;
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.featured .uk-grid .feature .shadow .contain {
    position: relative;
    overflow: hidden;
    width: 226px;
    height: 200px;
    margin: 0 auto
}

.featured .uk-grid .feature .feature_image {
    width: 226px;
    height: 200px;
    position: relative;
    margin-bottom: 0;
    -webkit-clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
    clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%)
}

.featured .uk-grid .feature .info {
    box-sizing: border-box;
    width: 250px;
    height: 136px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-top: 5px solid #ffffff
}

.featured .uk-grid .feature .info .wrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.featured .uk-grid .feature .info .wrapper .title {
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 13px;
    font-weight: 0;
    font-style: 0;
    letter-spacing: -0.31px;
    line-height: 18px;
    color: #4a4a4a;
    margin-bottom: 5px
}

.featured .uk-grid .feature .info .wrapper .copy {
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 22px;
    font-weight: 0;
    font-style: 0;
    line-height: 25px;
    letter-spacing: -0.46px;
    color: #00A0DF;
    max-height: 50px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px
}

#featured_edit {
    position: absolute;
    left: 0
}

@media only screen and (max-width:1000px) {
    .featured {
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 20px
    }
    .featured .uk-grid {
        margin-left: 0
    }
    .featured .feature {
        height: auto;
        margin-bottom: 50px
    }
    .featured .feature .info {
        width: auto;
        height: 160px;
        overflow: automatic
    }
    .featured.side-by-side {
        width: 100%;
        height: auto;
        text-align: left;
        *zoom: 1
    }
    .featured.side-by-side:before,
    .featured.side-by-side:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .featured.side-by-side:after {
        clear: both
    }
    .featured.side-by-side .feature {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0 0 30px 0;
        *zoom: 1
    }
    .featured.side-by-side .feature:before,
    .featured.side-by-side .feature:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .featured.side-by-side .feature:after {
        clear: both
    }
    .featured.side-by-side .feature img {
        width: 48%;
        height: auto;
        float: left;
        margin-right: 3%
    }
    .featured.side-by-side .feature .info {
        width: 48%;
        height: auto;
        overflow: automatic;
        float: left
    }
    .featured.side-by-side .feature .info .title {
        font-size: 11px;
        margin-bottom: 2px
    }
    .featured.side-by-side .feature .info .copy {
        font-size: 20px;
        line-height: 23px
    }
}

@media only screen and (max-width:540px) and (min-width:375px) {
    .feature_wrapper .featured .uk-grid .feature {
        width: 165px;
        height: 264px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow {
        width: 165px;
        height: 264px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .contain {
        width: 150px;
        height: 132px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .contain .arrows {
        top: 90px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .contain img {
        width: 150px;
        height: 132px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .info {
        width: 165px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .info .title {
        font-size: 12px
    }
    .feature_wrapper .featured .uk-grid .feature .shadow .info .copy {
        font-size: 18px
    }
}

@media only screen and (min-width:1000px) {
    .feature_wrapper .featured .feature {
        margin-right: 0
    }
    .feature_wrapper .featured .feature:first-of-type {
        margin-left: auto
    }
    .feature_wrapper .featured .feature:last-of-type {
        margin-right: auto
    }
    .feature_wrapper .featured .feature .shadow .contain .wrap {
        position: absolute;
        top: 0;
        left: 0
    }
    .feature_wrapper .featured .feature .shadow .contain .wrap img {
        transition: transform .3s ease
    }
    .feature_wrapper .featured .feature .shadow .contain:hover .wrap img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: transform .3s ease
    }
}

.feature_wrapper_hr {
    display: block;
    margin: 0 auto;
    padding-top: 68px;
    max-width: 1040px
}

.home .feature_wrapper_hr {
    display: none
}

.feature_wrapper_hr .featured {
    position: relative;
    margin-bottom: 68px;
    *zoom: 1
}

.feature_wrapper_hr .featured:before,
.feature_wrapper_hr .featured:after {
    content: " ";
    display: table;
    line-height: 0
}

.feature_wrapper_hr .featured:after {
    clear: both
}

.feature_wrapper_hr .featured .uk-grid {
    margin-left: 8px
}

.feature_wrapper_hr .featured .uk-grid .feature {
    position: relative;
    height: 332px;
    margin-right: 0;
    text-align: center;
    padding: 0
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow .overlay {
    display: none;
    position: absolute;
    left: 12px;
    z-index: 99;
    width: 196px;
    height: 200px;
    -webkit-clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
    clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
    background-color: rgba(0, 159, 221, 0.9);
    padding: 0 15px
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow .overlay .btn {
    display: none;
    position: relative;
    top: 30%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    margin: 0 0 10px;
    padding: 14px 0
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow .overlay .btn:after {
    display: none
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow .overlay .btn:hover {
    background-color: #4a4a4a
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow .overlay .btn.single {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow:hover .overlay {
    display: block
}

.feature_wrapper_hr .featured .uk-grid .feature .shadow:hover .overlay .btn {
    display: block
}

.feature_wrapper_hr .featured .uk-grid .feature img {
    width: 226px;
    height: 200px;
    position: relative;
    margin-bottom: 0;
    -webkit-clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
    clip-path: polygon(20% 0, 80% 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%)
}

.feature_wrapper_hr .featured .uk-grid .feature .info {
    box-sizing: border-box;
    width: 245px;
    height: 156px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-top: 5px solid #ffffff
}

.feature_wrapper_hr .featured .uk-grid .feature .info .wrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feature_wrapper_hr .featured .uk-grid .feature .info .wrapper .title {
    height: 23px;
    overflow: hidden;
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 13px;
    font-weight: 0;
    font-style: 0;
    letter-spacing: -0.31px;
    line-height: 20px;
    color: #4a4a4a;
    margin-bottom: 5px
}

.feature_wrapper_hr .featured .uk-grid .feature .info .wrapper .copy {
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 22px;
    font-weight: 0;
    font-style: 0;
    line-height: 25px;
    letter-spacing: -0.46px;
    color: #00A0DF;
    max-height: 50px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (max-width:750px) {
    .feature_wrapper_hr {
        padding-top: 0
    }
}

#featured_edit {
    position: absolute;
    left: 0
}

@media only screen and (max-width:1000px) {
    .feature_wrapper_hr .featured {
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 20px
    }
    .feature_wrapper_hr .featured .feature {
        height: auto;
        margin: 0 0 50px 0
    }
    .feature_wrapper_hr .featured .feature .info {
        width: auto;
        height: 120px;
        overflow: automatic
    }
    .feature_wrapper_hr .featured.side-by-side {
        width: 100%;
        height: auto;
        text-align: left;
        *zoom: 1
    }
    .feature_wrapper_hr .featured.side-by-side:before,
    .feature_wrapper_hr .featured.side-by-side:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .feature_wrapper_hr .featured.side-by-side:after {
        clear: both
    }
    .feature_wrapper_hr .featured.side-by-side .feature {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin: 0 0 30px 0;
        *zoom: 1
    }
    .feature_wrapper_hr .featured.side-by-side .feature:before,
    .feature_wrapper_hr .featured.side-by-side .feature:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .feature_wrapper_hr .featured.side-by-side .feature:after {
        clear: both
    }
    .feature_wrapper_hr .featured.side-by-side .feature img {
        width: 48%;
        height: auto;
        float: left;
        margin-right: 3%
    }
    .feature_wrapper_hr .featured.side-by-side .feature .info {
        width: 48%;
        height: auto;
        overflow: automatic;
        float: left
    }
    .feature_wrapper_hr .featured.side-by-side .feature .info .title {
        font-size: 11px;
        margin-bottom: 2px
    }
    .feature_wrapper_hr .featured.side-by-side .feature .info .copy {
        font-size: 20px;
        line-height: 23px
    }
}

#modal .uk-modal-dialog .feature_wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    max-width: 1000px;
    max-height: 100vh;
    margin: 0 auto
}

#modal .uk-modal-dialog .feature_wrapper .featured .uk-grid {
    margin-left: 0
}

#modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature {
    width: 226px;
    height: 302px;
    outline: 0
}

@media only screen and (max-width:1000px) {
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:1000px) {
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature:first-of-type {
        margin-left: auto
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature:last-of-type {
        margin-right: auto
    }
}

#modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow {
    width: 226px;
    background-color: transparent
}

#modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .info {
    width: 226px;
    height: 102px;
    background-color: #ffffff;
    padding-top: 15px;
    border: none
}

#modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .info .wrapper {
    top: 60%
}

.interior .feature_wrapper {
    margin: 0 auto;
    max-width: 742px;
    padding-top: 40px
}

.interior .feature_wrapper .featured .uk-grid {
    margin-left: -32px
}

@media only screen and (max-width:640px) {
    .interior .feature_wrapper .featured .uk-grid {
        margin-left: -16px
    }
}

@media only screen and (max-width:540px) and (min-width:375px) {
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature {
        width: 226px;
        height: 302px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow {
        width: 226px;
        height: 302px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .contain {
        width: 226px;
        height: 200px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .contain .arrows {
        top: 155px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .contain img {
        width: 226px;
        height: 200px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .info {
        width: 226px;
        height: 102px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .info .title {
        font-size: 13px
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .uk-grid .feature .shadow .info .copy {
        font-size: 22px
    }
}

@media only screen and (min-width:1000px) {
    #modal .uk-modal-dialog .feature_wrapper .featured .feature {
        margin-right: 33px;
        margin-bottom: 0
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .feature .shadow .contain {
        margin: 0 auto
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .feature .shadow .contain .wrap {
        position: absolute;
        top: 0;
        left: 0
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .feature .shadow .contain .wrap img {
        transition: transform .3s ease
    }
    #modal .uk-modal-dialog .feature_wrapper .featured .feature .shadow .contain:hover .wrap img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: transform .3s ease
    }
}

.featured_carousel.featured_carousel_posts .owl-stage-outer .owl-stage .owl-item {
    max-width: none
}

@media only screen and (max-width:1400px) {}

.home .featured_wrapper.carousel .featured_carousel.featured_carousel_posts .owl-stage-outer {
    max-width: none;
    float: left
}

.home .featured_wrapper.carousel .featured_carousel_headline.featured_carousel_posts_headline {
    text-align: center !important
}

.home .featured_wrapper.carousel .more.featured_carousel_posts_more {
    text-align: center !important;
    display:table;
}

.home .featured_wrapper.carousel .featured_carousel.featured_carousel_posts .owl-stage-outer .owl-stage .owl-item .image_captioned a .caption .image_captioned_text .copy {
    text-align: center !important
}

@media only screen and (max-width:1400px) {
    .home .featured_wrapper.carousel {
        min-width: none
    }
    .home .featured_wrapper.carousel .featured_carousel.article {
        margin: 0
    }
}

.featured_full {
    width: 100%;
    height: auto;
    min-height: 712px;
    padding-bottom: 20px;
    position: relative
}

.featured_full .feature {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1000px;
    min-height: 712px;
    *zoom: 1
}

.featured_full .feature:before,
.featured_full .feature:after {
    content: " ";
    display: table;
    line-height: 0
}

.featured_full .feature:after {
    clear: both
}

.featured_full .feature.odd {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.featured_full .feature.odd .info_wrapper {
    box-sizing: border-box;
    width: 600px;
    height: 270px;
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 5;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.featured_full .feature.odd .info {
    display: table-cell;
    vertical-align: middle;
    width: 600px;
    height: 270px;
    position: relative;
    z-index: 10;
    text-align: center
}

.featured_full .feature.even {
    min-height: auto;
    margin-bottom: 20px
}

.featured_full .feature.even .info_wrapper {
    width: 600px;
    height: auto;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.featured_full .feature.even img.smaller_photo {
    display: block;
    width: 600px;
    height: 270px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px
}

.featured_full .feature.even .info {
    display: block;
    width: 600px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    z-index: 5
}

.featured_full .feature .info .title {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 33px;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    color: green;
    margin-bottom: 15px;
    text-transform: uppercase
}

.featured_full .feature .info .copy {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 16px;
    color: blue;
    margin-bottom: 15px
}

.featured_full .feature .info .feature_link {
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto 0 auto;
    font-family: Avenir LT W01_55 Roman1475520;
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    background-color: #097e64
}

.featured_full .feature .info .feature_link .arrow {
    font-size: 17px;
    line-height: 34px
}

.featured_full.fixed-wide-image .feature {
    background-attachment: fixed;
    background-position: center center
}

#wide_featured_homepage_edit {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10
}

@media only screen and (max-width:1000px) {
    .responsive .featured_full {
        width: 100%;
        height: auto
    }
    .responsive .featured_full .feature {
        min-width: 100%
    }
    .responsive .featured_full .feature.odd {
        min-height: 612px
    }
    .responsive .featured_full .feature.odd .info_wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
    .responsive .featured_full .feature.even img.smaller_photo {
        width: 80%;
        height: auto
    }
    .responsive .featured_full .feature.even .info_wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
    .responsive .featured_full .feature.even .info {
        width: 95%
    }
    .responsive .featured_full .feature .info .title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .responsive .featured_full .feature .info .copy {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 9px
    }
    .responsive .featured_full .feature .info .feature_link {
        font-size: 14px;
        line-height: 31px
    }
}

.featured_stacked {
    max-width: 950px;
    position: relative;
    margin: 0 auto;
    *zoom: 1
}

.featured_stacked:before,
.featured_stacked:after {
    content: " ";
    display: table;
    line-height: 0
}

.featured_stacked:after {
    clear: both
}

.featured_stacked .feature {
    position: relative;
    float: left;
    width: 290px;
    height: auto;
    margin-right: 39px;
    max-width: 435px;
    display: block;
    margin-bottom: 40px
}

.featured_stacked .feature .image {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 6px;
    border-bottom-width: 6px;
    border-bottom-color: #c8cdd2;
    border-bottom-style: solid
}

.featured_stacked .feature .image img {
    width: 100%;
    height: auto
}

.featured_stacked .feature .info {
    box-sizing: border-box;
    width: 290px;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center
}

.featured_stacked .feature .info .title {
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 5px
}

.featured_stacked .feature .info .copy {
    display: none;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #4b4b4b
}

.featured_stacked .feature:nth-child(4n+1) {
    width: auto;
    max-width: none;
    float: none;
    clear: both;
    *zoom: 1;
    padding: 0;
    margin-right: 0
}

.featured_stacked .feature:nth-child(4n+1):before,
.featured_stacked .feature:nth-child(4n+1):after {
    content: " ";
    display: table;
    line-height: 0
}

.featured_stacked .feature:nth-child(4n+1):after {
    clear: both
}

.featured_stacked .feature:nth-child(4n+1) .image {
    width: 50%;
    float: left;
    padding-bottom: 7px;
    border-bottom-width: 7px
}

.featured_stacked .feature:nth-child(4n+1) .info {
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 75px;
    padding-top: 50px
}

.featured_stacked .feature:nth-child(4n+1) .info .copy {
    display: block
}

.featured_stacked .feature:nth-child(8n+5) .image {
    float: right
}

.featured_stacked .feature:nth-child(8n+5) .info {
    padding-left: 0;
    padding-right: 75px;
    float: left
}

.featured_stacked .feature:nth-child(4n+4) {
    margin-right: 0
}

.featured_stacked .feature:last-of-type {
    margin-right: 0
}

.featured_stacked .feature.last-of-type {
    margin-right: 0
}

#featured_stacked_edit {
    position: absolute;
    top: -25px;
    left: 0
}

@media only screen and (max-width:1000px) {
    .featured_stacked .feature {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 10px;
        padding: 0 20px;
        *zoom: 1
    }
    .featured_stacked .feature:before,
    .featured_stacked .feature:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .featured_stacked .feature:after {
        clear: both
    }
    .featured_stacked .feature .image {
        width: 50%;
        float: left;
        padding-bottom: 4px;
        border-bottom-width: 4px
    }
    .featured_stacked .feature .info {
        width: 50%;
        float: right;
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px
    }
    .featured_stacked .feature .info .title {
        font-size: 13px
    }
    .featured_stacked .feature:nth-child(4n+1) {
        margin-bottom: 20px;
        padding: 0
    }
    .featured_stacked .feature:nth-child(4n+1) .image {
        width: 100%;
        float: none;
        padding-bottom: 6px;
        border-bottom-width: 6px
    }
    .featured_stacked .feature:nth-child(4n+1) .info {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
    .featured_stacked .feature:nth-child(4n+1) .info .title {
        font-size: 24px
    }
}

.funnels_wrapper, .content_wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1090px
}

.funnels_wrapper .funnels {
    position: relative;
    margin-bottom: 49px;
    *zoom: 1
}

.funnels_wrapper .funnels:before,
.funnels_wrapper .funnels:after {
    content: " ";
    display: table;
    line-height: 0
}

.funnels_wrapper .funnels:after {
    clear: both
}

.funnels_wrapper .funnels h3 {
    font-family: 'Avenir LT W01_35 Light1475496';
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.89px;
    color: #4a4a4a;
    margin-bottom: 3px
}

.funnels_wrapper .funnels .uk-grid {
    margin-left: 50px
}

@media only screen and (max-width:1167px) {
    .funnels_wrapper .funnels .uk-grid {
        margin-left: 0
    }
}

.funnels_wrapper .funnels .uk-grid .funnel {
    background-repeat: no-repeat!important;
    background-position: right!important;
    position: relative;
    height: 164px;
    text-align: center;
    padding: 0;
    background:url(../images/rectangle.jpg);
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1167px) {
    .funnels_wrapper .funnels .uk-grid .funnel {
        max-width: none
    }
}

@media only screen and (max-width:1167px) {
    .funnels_wrapper .funnels .uk-grid .funnel {
        background: none
    }
}

.funnels_wrapper .funnels .uk-grid .funnel .shadow-box {
    width: 175px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:1167px) {
    .funnels_wrapper .funnels .uk-grid .funnel .shadow-box {
        width: auto
    }
}

.funnels_wrapper .funnels .uk-grid .funnel .shadow-box .contain {
    position: relative;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin: 0 auto
}

.funnels_wrapper .funnels .uk-grid .funnel .funnel_image {
    width: 54px;
    height: 54px;
    position: relative;
    margin-bottom: 0
}

.funnels_wrapper .funnels .uk-grid .funnel .info {
    box-sizing: border-box;
    width: 175px;
    height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 10px
}

@media only screen and (max-width:1167px) {
    .funnels_wrapper .funnels .uk-grid .funnel .info {
        width: auto
    }
}

.funnels_wrapper .funnels .uk-grid .funnel .info .wrapper {
    padding: 0;
    margin-bottom: 0
}

.funnels_wrapper .funnels .uk-grid .funnel .info .wrapper .title {
    font-family: Avenir LT W01_65 Medium1475532;
    font-size: 20px;
    line-height: 31.2px;
    color: #393939
}

.funnels_wrapper .funnels .uk-grid .funnel .info .wrapper .title:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #009fdd;
    position: absolute;
    font-size: 35px;
    left: 0;
    right: 0;
    bottom: 0
}

.funnels_wrapper .funnels .uk-grid .funnel:last-of-type {
    background: none
}

.funnels_wrapper .funnels .uk-grid .funnel:hover .info .wrapper .title:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    animation-duration: 1s;
    animation-name: arrowAnimate;
    animation-iteration-count: once;
    color: #009fdd
}

#featured_edit {
    position: absolute;
    left: 0
}

@media only screen and (max-width:1000px) {
    .funnels_wrapper .funnels {
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 20px
    }
    .funnels_wrapper .funnels .uk-grid {
        margin-top: 40px;
        margin-left: 0
    }
    .funnels_wrapper .funnels .uk-grid .funnel {
        height: auto;
        margin-bottom: 25px;
        background: none
    }
    .funnels_wrapper .funnels .uk-grid .funnel .shadow-box {
        margin: 0 auto
    }
    .funnels_wrapper .funnels .uk-grid .funnel .info {
        width: auto;
        overflow: auto
    }
}

@media only screen and (max-width:749px) and (min-width:550px) {
    .funnels_wrapper .funnels .uk-grid .funnel {
        width: 50%
    }
    .funnels_wrapper .funnels .uk-grid .funnel .shadow-box {
        width: auto
    }
}

@media only screen and (max-width:549px) and (min-width:350px) {
    .funnels_wrapper .funnels .uk-grid .funnel {
        width: 50%
    }
    .funnels_wrapper .funnels .uk-grid .funnel .shadow {
        width: auto
    }
}

@media only screen and (max-width:349px) and (min-width:300px) {
    .funnels_wrapper .funnels .uk-grid .funnel {
        width: 50%
    }
    .funnels_wrapper .funnels .uk-grid .funnel .shadow {
        width: auto
    }
}

@media only screen and (min-width:1000px) {
    .funnels_wrapper .funnels .funnel {
        margin-right: 0
    }
    .funnels_wrapper .funnels .funnel:first-of-type {
        margin-left: auto
    }
    .funnels_wrapper .funnels .funnel:last-of-type {
        margin-right: auto
    }
    .funnels_wrapper .funnels .funnel .shadow .contain .wrap {
        position: absolute;
        top: 0;
        left: 0
    }
    .funnels_wrapper .funnels .funnel .shadow .contain .wrap img {
        transition: transform .3s ease
    }
    .funnels_wrapper .funnels .funnel .shadow .contain:hover .wrap img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: transform .3s ease
    }
}

#floating-contact {
    animation-fill-mode: both;
    position: fixed;
    right: 0;
    bottom: -50px;
    height: 50px;
    z-index: 7
}

#floating-contact .contact-bar {
    height: 50px;
    line-height: 50px;
    width: 188px;
    background-color: #006d8e;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    text-align: left;
    color: #ffffff
}

#floating-contact .contact-bar:before {
    font-size: 25px;
    color: white;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    text-align: center
}

#floating-contact .contact-popup {
    transition: opacity .25s ease;
    position: absolute;
    width: 188px;
    bottom: 70px;
    color: white;
    background-color: #2196f3;
    opacity: 0
}

#floating-contact .contact-popup.active {
    opacity: 1
}

#floating-contact.active {
    bottom: 0
}

@media print {
    #floating-contact {
        display: none
    }
}

.contact-overlay {
    font-size: 18px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    padding-top: 75px;
    box-sizing: border-box;
    overflow: scroll;
    background: rgba(74, 74, 74, 0.9)
}

@media only screen and (max-width: 640px) {
    .contact-overlay {
        padding-top: 20px
    }
}

.contact-overlay .article .copy {
    color: white
}

.contact-overlay .el-form-wrapper {
    color: white
}

.contact-overlay>.header {
    text-align: right;
    color: white
}

@media only screen and (max-width: 640px) {
    .contact-overlay>.header {
        margin-bottom: 10px
    }
}

.contact-overlay .el_content_edit_body,
.contact-overlay .el_content_edit {
    background-color: transparent;
    border: 0
}

.contact-overlay input[type="text"] {
    height: 40px
}

.contact-overlay input[type="text"]:focus {
    box-shadow: none !important;
    border: 2px solid #ff8947 !important
}

.contact-overlay .uk-form-row>.uk-form-label {
    margin-bottom: 16px
}

.contact-overlay .uk-form-controls[data-field-name*="name"],
.contact-overlay .uk-form-controls[data-field-name*="email"],
.contact-overlay .uk-form-controls[data-field-name*='phone'] {
    position: relative
}

.contact-overlay .uk-form-controls[data-field-name*="name"] input,
.contact-overlay .uk-form-controls[data-field-name*="email"] input,
.contact-overlay .uk-form-controls[data-field-name*='phone'] input {
    padding-left: 30px !important
}

.contact-overlay .uk-form-controls[data-field-name*="name"]::before,
.contact-overlay .uk-form-controls[data-field-name*="email"]::before,
.contact-overlay .uk-form-controls[data-field-name*='phone']::before {
    width: 30px;
    text-align: center;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    line-height: 40px
}

.contact-overlay .uk-form-controls[data-field-name*="name"]::before {
    content: "\e7fd";
    font-size: 24px
}

.contact-overlay .uk-form-controls[data-field-name*="email"]::before {
    content: "\e0be";
    font-size: 20px
}

.contact-overlay .uk-form-controls[data-field-name*="phone"]::before {
    content: "\e324";
    font-size: 28px
}

.contact-overlay textarea {
    max-height: 300px
}

.contact-overlay .form ul {
    max-height: 350px;
    list-style-type: none;
    padding-left: 0;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2
}

.contact-overlay .form ul li {
    line-height: 15px;
    break-inside: avoid;
    page-break-inside: avoid
}

.contact-overlay .form ul .uk-form-label {
    position: relative;
    padding-left: 20px;
    line-height: 1.2
}

.contact-overlay .form ul .uk-form-label .checkbox {
    position: absolute;
    left: 0;
    top: 3px
}

.contact-overlay .contact-info ul {
    list-style-type: none
}

@media only screen and (max-width: 640px) {
    .contact-overlay .contact-info ul {
        padding-left: 0
    }
}

.contact-overlay .contact-info ul li {
    padding-left: 40px;
    line-height: 40px;
    min-height: 40px;
    position: relative;
    color: white
}

.contact-overlay .contact-info ul li:before {
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.contact-overlay .contact-info ul li.email:before {
    content: "\e0be";
    font-size: 20px
}

.contact-overlay .contact-info ul li.phone:before {
    content: "\e324";
    font-size: 28px
}

.contact-overlay .contact-info ul li.link:before {
    content: "\e037";
    font-size: 28px
}

.contact-overlay input.checkbox {
    box-shadow: none !important;
    border: none !important
}

.contact-overlay .close-btn {
    margin-right: 30px
}

.contact-overlay .close-btn svg {
    width: 18px;
    height: 18px
}

.contact-overlay .close-btn:hover {
    cursor: pointer
}

@media only screen and (max-width: 640px) {
    .contact-overlay .close-btn {
        margin-right: 5px
    }
}

.contact-overlay .article .headline,
.contact-overlay .content_item_first .article .headline {
    color: white
}

.contact-overlay a:not(.pet-btn) {
    color: #ff8947
}

.debug-zone {
    padding: 10px;
    overflow: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(26, 26, 26, 0.7)
}

.debug-zone.active {
    display: block
}

.debug-zone h1,
.debug-zone h2,
.debug-zone h3,
.debug-zone h4,
.debug-zone h5,
.debug-zone h6 {
    text-align: left !important;
    font-weight: 700 !important;
    color: white !important;
    margin: 0 !important
}

.debug-zone .debug-item {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.debug-zone .debug-item:not(:last-of-type) {
    border-bottom: 2px dashed white
}

.debug-zone .test {
    color: #fff;
    margin-bottom: 20px
}

.debug-zone .test_failed {
    background-color: red
}

.debug-zone .test_passed {
    background-color: green
}

.debug-zone .desc {
    color: #fff
}

.debug-zone-indicator {
    transition: background-color .25s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: red;
    text-align: center
}

.debug-zone-indicator.up {
    bottom: initial;
    top: 0
}

.debug-zone-indicator:hover {
    background-color: rgba(255, 0, 0, 0.5)
}

#floating_toolbar {
    position: absolute;
    right: 0;
    top: 1000px;
    width: 40px;
    z-index: 6
}

#floating_toolbar .floating_toolbar {
    font-family: Avenir LT W01_55 Roman1475520
}

#floating_toolbar .floating_toolbar .share .share_icons {
    margin-bottom: 10px
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_text {
    color: #757575;
    font-size: 16px;
    margin: 0 0 8px;
    text-transform: uppercase;
    float: right;
    padding-right: 8px
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons {
    width: auto;
    float: right;
    border-right: 15px solid #005d7b
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons a {
    transition: color .25s ease, background-color .25s ease;
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    padding: 2px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    float: right
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons a:not(:last-child) {
    border-bottom: 2px solid white
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons a.fa {
    background-color: #005d7b
}

#floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons a:hover {
    color: #ccc
}

#floating_toolbar .floating_toolbar .tools {
    border-right: 15px solid #757575;
    float: right;
    width: auto
}

#floating_toolbar .floating_toolbar .tools .print_page,
#floating_toolbar .floating_toolbar .tools .text_size_options {
    width: 50px
}

#floating_toolbar .floating_toolbar .tools>div {
    transition: color .25s ease, background-color .25s ease;
    background-color: #757575
}

#floating_toolbar .floating_toolbar .tools>div:not(:last-child) {
    border-bottom: 2px solid #fff
}

#floating_toolbar .floating_toolbar .tools>div:hover,
#floating_toolbar .floating_toolbar .tools>div:hover .size {
    color: #ccc !important
}

#floating_toolbar .floating_toolbar .tools .print_page {
    font-size: 0;
    line-height: 0
}

#floating_toolbar .floating_toolbar .tools .print_page:hover .print:before {
    color: #ccc
}

#floating_toolbar .floating_toolbar .tools .print_page .print:before {
    color: #fff;
    content: "\f02f";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    transition: color .25s
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size {
    margin: 0
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector {
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector .size {
    color: #fff;
    display: none;
    font-weight: 600;
    margin: 0
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector .size.small {
    font-size: 18px
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector .size.medium {
    font-size: 20px
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector .size.large {
    font-size: 23px
}

#floating_toolbar .floating_toolbar .tools .text_size_options .text_size .selector .size.active {
    color: #fff;
    display: block;
    transition: color .25s
}

@media print {
    #floating_toolbar {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    #floating_toolbar {
        width: 30px
    }
    #floating_toolbar .floating_toolbar .share .share_icons .share_icons_text {
        display: none
    }
    #floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons a {
        font-size: 1.4rem;
        width: 30px
    }
    #floating_toolbar .floating_toolbar .share .share_icons .share_icons_icons {
        border-right-width: 0
    }
    #floating_toolbar .floating_toolbar .tools {
        border-right-width: 0
    }
    #floating_toolbar .floating_toolbar .tools .print_page .print:before {
        font-size: 1.4rem
    }
    #floating_toolbar .floating_toolbar .tools .print_page,
    #floating_toolbar .floating_toolbar .tools .text_size_options {
        width: 30px
    }
}

.header_media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: calc((100vw - 1100px) / 2)
}

@media only screen and (min-width:1001px) and (max-width:1100px) {
    .header_media {
        right: 35px
    }
}

.header_media .header_video {
    width: 100%;
    max-width: 398px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -65px;
    *zoom: 1
}

.header_media .header_video:before,
.header_media .header_video:after {
    content: " ";
    display: table;
    line-height: 0
}

.header_media .header_video:after {
    clear: both
}

.header_media .header_video .contents a {
    position: relative
}

.header_media .header_video .contents a .play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.header_media .header_video .contents a .play:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92b";
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 75px
}

.header_media .header_video .contents p {
    display: block;
    text-align: right;
    font-size: 14px;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #0047ba;
    margin-top: 12px
}

.header_media .header_video .contents .image {
    width: 100%;
    max-width: 398px;
    height: 200px;
    position: relative
}

.header_media .header_video .contents .mobile_image {
    display: none
}

@media only screen and (max-width:1000px) {
    .header_media {
        right: 32px;
        margin-right: 0
    }
}

@media only screen and (max-width:959px) {
    .header_media {
        right: 16px
    }
    .header_media .header_video .contents {
        *zoom: 1
    }
    .header_media .header_video .contents:before,
    .header_media .header_video .contents:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .header_media .header_video .contents:after {
        clear: both
    }
    .header_media .header_video .contents .image {
        height: auto
    }
}

@media only screen and (max-width:639px) {
    .header_media {
        position: relative;
        left: 0
    }
    .header_media .header_video {
        width: 100%;
        max-width: none;
        height: auto;
        position: relative;
        left: 0;
        bottom: 0
    }
    .header_media .header_video .contents {
        text-align: center;
        *zoom: 1
    }
    .header_media .header_video .contents:before,
    .header_media .header_video .contents:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .header_media .header_video .contents:after {
        clear: both
    }
    .header_media .header_video .contents a {
        position: relative;
        width: 85vw;
        height: auto;
        display: block;
        margin: 0 auto
    }
    .header_media .header_video .contents a .play:after {
        position: relative;
        top: 0;
        font-size: 60px
    }
    .header_media .header_video .contents .image {
        width: 85vw
    }
    .header_media .header_video .contents p {
        display: none
    }
}

#photo_heading_edit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15
}

.photo_heading_popup .photo_heading_preview {
    height: 100px;
    background: no-repeat 0 0;
    background-size: contain
}

.photo_heading_popup .photo_heading_preview_narrow {
    height: 100px;
    background: no-repeat 0 0;
    background-size: contain
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip {
    height: 50px;
    border-width: 0;
    margin-bottom: -50px
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip .edit_blk_img_clip_div>div {
    border-width: 0;
    background-color: transparent !important
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip img {
    display: none
}

#menu_format_edit {
    position: absolute
}

.links_downloads {
    position: relative;
    margin: 0 0 0 0;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    color: #737373
}

.links_downloads .title {
    margin-bottom: 17px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    color: #747b80
}

.links_downloads a {
    display: block;
    color: #33cc33;
    margin-bottom: 4px
}

.links_downloads a:hover {
    color: #99ff99
}

@media only screen and (max-width:1000px) {
    .responsive .links_downloads {
        width: 90%;
        margin: 0 auto 0 auto
    }
}

#login_link {
    display: inline-table;
    margin: 5px 20px 0 0
}

#login_link .fa {
    margin-right: 5px
}

.logo {
    position: relative;
    width: 139px;
    height: 62px;
    display: block;
    margin: 0 auto;
}

.logo img {
    width: 139px;
    max-width: 139px;
    height: 62px
}

#logo_edit {
    position: absolute
}

.responsive .logo {
    width: 100%
}

.responsive .logo img {
    width: 100%;
    max-width: 139px;
    height: 62px;
    margin-left: auto;
    margin-right: auto
}

.mega_menu_overlay {
    transition: max-height .5s ease;
    background-color: rgba(74, 74, 74, 0.9);
    max-height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100
}

.mega_menu_overlay.open {
    max-height: 2000px
}

.mega_menu_overlay .closer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%
}

.mega_menu_overlay .wrapper {
    width: 10000vw;
    transition: left 1s ease;
    position: absolute;
    left: 0
}

.mega_menu_overlay .wrapper.no-transition {
    transition: none !important
}

.mega_menu_overlay .wrapper>.item-container {
    display: inline-block;
    width: 100vw
}

.mega_menu_overlay .container {
    max-width: 1100px
}

.mega_menu_overlay .item-container {
    box-sizing: border-box;
    padding-top: 30px;
    position: absolute;
    top: 0
}

.mega_menu_overlay .item-container.right .split-container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mega_menu_overlay .item-container.right .split-container .children {
    border-left: 2px dotted #ff8947;
    padding-left: 39px;
    -ms-flex-order: -1;
    order: -1
}

.mega_menu_overlay .item-container.right .split-container .description {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 39px
}

.mega_menu_overlay .item-container.left .split-container .children {
    border-right: 2px dotted #ff8947;
    padding-right: 25px;
    -ms-flex-order: -1;
    order: -1
}

.mega_menu_overlay .item-container.left .split-container .description {
    padding-left: 39px;
    -ms-flex-order: 1;
    order: 1
}

.mega_menu_overlay .split-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.mega_menu_overlay .split-container .description {
    width: 40%;
    max-width: 400px;
    font-size: 18px;
    color: white;
    line-height: 26px;
    padding-top: 13px
}

.mega_menu_overlay .split-container .description .page-description {
    display: none
}

.mega_menu_overlay .split-container .children {
    width: 60%
}

.mega_menu_overlay .split-container .children-links {
    top: 0;
    list-style-type: none
}

.mega_menu_overlay .split-container .children-links .child {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0;
    padding-left: 35px;
    position: relative
}

.mega_menu_overlay .split-container .children-links .child:before {
    width: 39px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #e75300;
    position: absolute;
    left: 0;
    opacity: 0;
    font-size: 15px
}

.mega_menu_overlay .split-container .children-links .child:hover:before {
    opacity: 1
}

.mega_menu_overlay .split-container .children-links .child:hover a {
    color: #ff8947
}

.mega_menu_overlay .split-container .children-links .child a {
    transition: color .25s ease;
    color: white
}

.mega_menu_overlay .split-container .children-links .child a:hover {
    color: #ff8947
}

#menu_format_edit {
    position: absolute
}

#all_top .gray_nav_bar .top .top_nav .nav .extras {
    display: inline-block;
    margin-left: 20px
}

#all_top .gray_nav_bar .top .top_nav .nav .extras #icons .icon {
    color: #ffffff;
    font-size: 20px
}

#all_top .gray_nav_bar .top .top_nav .nav .extras #icons .icon:hover {
    cursor: pointer;
    color: #aaaaaa
}

#all_top .gray_nav_bar .top .top_nav .nav .extras #icons a.shop_now {
    background: #e75300;
    background: linear-gradient(#f58b00, #e75300);
    padding-left: 20px;
    padding-right: 20px
}

#all_top .gray_nav_bar .top .top_nav .nav .extras #icons a.shop_now:hover {
    background: linear-gradient(to bottom, #ffa229, #e75300);
    color: white
}

#all_top .gray_nav_bar .top .top_nav .nav .extras .search_form {
    display: none
}

#all_top .gray_nav_bar .top .top_nav .nav .extras .search_form .search {
    width: 100%;
    height: 150px;
    background-color: rgba(74, 74, 74, 0.9);
    position: absolute;
    left: 0;
    z-index: 99
}

#all_top .gray_nav_bar .top .top_nav .nav .extras .search_form .search .field {
    width: 80%;
    height: 29px;
    margin: 5% 5% 0 5%;
    padding-left: 14px;
    line-height: 29px
}

@media only screen and (max-width:1000px) {
    #icons {
        right: 20px;
        height: 49px
    }
    #icons .icon {
        color: #fff
    }
    #icons a.buy_link {
        box-sizing: border-box;
        width: 84px;
        height: 49px;
        padding: 8px 5px 0 5px;
        font-size: 12px;
        font-weight: normal;
        line-height: 13px
    }
}

.noscroll {
    overflow: hidden
}

.mobile_menu {
    transition: left .5s ease, max-height .5s ease;
    max-height: 101vh;
    width: 100%;
    position: fixed;
    top: 80px;
    left: -100%;
    overflow-y: scroll;
    z-index: 9;
    height: 100vh;
    background: linear-gradient(135deg, #13ace9 0, rgba(1, 137, 192, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#13ace9', endColorstr='#e60189c0', GradientType=1)
}

.mobile_menu.open {
    left: 0;
    overflow: hidden
}

.mobile_menu.open.scrolled {
    z-index: 9;
    top: 48px
}

.mobile_menu.open .slider .mobile_nav .docked_menu {
    min-height: 610px;
    font-family: 'Avenir LT W01_65 Medium1475532';
    display: block;
    position: relative;
    background: none;
    height: 101vh;
    width: 100%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu {
    min-height: 610px;
    height: 101vh;
    width: 100%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .base-current .active .cover {
    left: -5px !important
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .nav_item {
    height: auto
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .search,
.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .share {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item {
    background: none;
    text-align: left;
    margin-bottom: 25px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a {
    font-size: 24px;
    color: #ffffff;
    padding: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a.icon {
    width: 100%;
    margin-left: 39px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a.icon:before {
    position: relative;
    top: 6px;
    margin-right: 10px;
    color: #ffffff
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a.icon:hover .cover {
    border: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a.icon.active .cover {
    background: #ffffff;
    left: 0;
    width: 100%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item a.icon.active .cover:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: #009FDD;
    top: 25%;
    left: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .inline_menu a {
    font-size: 16px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .inline_menu a:hover {
    color: #00A0E0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu {
    left: 2000px !important;
    display: block !important;
    background: linear-gradient(135deg, #0898d2 0, rgba(26, 100, 163, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0898d2', endColorstr='#e61a64a3', GradientType=1)
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu.active {
    left: 60px !important;
    transition: left .25s ease, max-height .25s ease
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu.to_be_deactivated {
    z-index: 19
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu .children {
    background: linear-gradient(135deg, #0898d2 0, rgba(26, 100, 163, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0898d2', endColorstr='#e61a64a3', GradientType=1)
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu .children p {
    display: block;
    width: 75%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu p {
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 18px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu ul {
    padding-right: 62px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu ul a li {
    font-size: 16px;
    line-height: 1.4em;
    padding: 15px 0 15px 30px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item .dropdown_menu ul a.arrow li:after {
    top: 5px;
    right: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .dropdown_item.expertise a {
    padding-top: 33px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile {
    display: block
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile .icon {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile .icon .fa {
    font-size: 30px;
    color: #ffffff;
    position: static
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile .search-box-container {
    max-width: none;
    width: calc(100% - 78px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile .search-box-container .search-toggle {
    top: 11px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .search.mobile .search-box-container .search_box {
    margin: 0;
    padding: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile {
    display: block
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile .icon {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile .share_wrapper {
    display: block;
    margin-top: 28px;
    margin-left: 39px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile .share_wrapper .share_icons .share_icons_text {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile .share_wrapper .share_icons .share_icons_text.mobile {
    display: block;
    font-size: 18px;
    font-family: 'Avenir LT W01_65 Medium1475532';
    margin-bottom: 15px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .share.mobile .share_wrapper .share_icons .share_icons_icons a {
    font-size: 30px;
    margin-right: 15px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu .btn_group .wrapper .contact {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize {
    padding-top: 25px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item {
    margin-bottom: 2px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item.expertise a {
    padding-top: 0
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .icon {
    margin: 0;
    width: 60px;
    height: 60px;
    text-align: center
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .icon.active {
    margin: 0 0 10px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .icon:before {
    margin-right: 0;
    top: 12px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .icon .label {
    display: none
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .dropdown_menu {
    left: 60px;
    padding-top: 65px;
    height: 200vh;
    width: 100%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .dropdown_item .dropdown_menu .children {
    left: 0;
    z-index: 99;
    width: 100%
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .btn_group .wrapper {
    bottom: 140px
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .btn_group .wrapper .search.mobile .icon {
    display: block !important
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .btn_group .wrapper .search.mobile .search-box-container {
    display: none !important
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .btn_group .wrapper .share.mobile .icon {
    display: block !important
}

.mobile_menu.open .slider .mobile_nav .docked_menu .inline_menu.minimize .btn_group .wrapper .share.mobile .share_wrapper {
    display: none !important
}

.mobile_menu .slider {
    transition: left .5s ease;
    position: relative;
    left: 0
}

.mobile_menu.slide .slider {
    left: -100%
}

.mobile_menu_slider {
    position: absolute;
    top: 0;
    left: calc(100% + 45px);
    height: 100%;
    width: calc(100% - 45px);
    display: none
}

.mobile_menu_slider.open {
    display: block
}

.mobile_menu_slider ul.pet-list {
    padding-left: 0;
    padding-top: 30px;
    margin: 0 0 0 -45px
}

.mobile_menu_slider ul.pet-list a {
    font-size: 1.5rem;
    line-height: 28px
}

.mobile_menu_slider ul.pet-list li {
    list-style-type: none;
    margin-bottom: 12px
}

@media only screen and (max-width: 640px) {
    .mobile_menu_slider ul.pet-list li {
        margin-bottom: 6px
    }
}

.mobile_menu_slider ul.pet-list.children {
    padding-top: 0
}

.mobile_menu_slider ul.pet-list.children a {
    font-size: 1.7rem;
    line-height: 35px
}

.mobile_menu_slider .slider_title {
    font-size: 2em;
    line-height: 45px;
    margin: -40px 0 -20px -45px;
    color: white
}

@media only screen and (max-width: 640px) {
    .mobile_menu_slider .slider_title {
        margin: -55px 0 -25px -45px
    }
}

.mobile_menu_return {
    width: 45px;
    height: 100%;
    position: absolute;
    left: calc(99%);
    top: 33px;
    text-align: center
}

@media only screen and (max-width: 640px) {
    .mobile_menu_return {
        top: 20px
    }
}

.mobile_menu_return a {
    transition: color .25s ease;
    color: #ffffff;
    font-size: 2rem
}

.mobile_menu_return a:hover {
    color: white
}

.mobile_menu .search_box {
    text-align: center;
    padding: 10px 0;
    margin: 15px auto
}

.mobile_menu .search_box input.field {
    line-height: 30px;
    height: 40px
}

.mobile-brand-logo {
    position: relative;
    top: 14px
}

.mobile-brand-logo .logo_b {
    left: calc(35% - (99px / 2))
}

.scrolled .mobile-brand-logo .logo_b {
    top: 5px;
    left: calc(35% - (37px / 2))
}

.mobile_nav {
    margin-bottom: 20px;
    position: relative
}

#mobile_menu_icon {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 15px;
    left: 0
}

#mobile_menu_icon .hamburger {
    position: relative;
    width: 33px;
    height: 30px;
    float: left;
    margin-top: -8px
}

#mobile_menu_icon .close {
    display: none;
    font-family: 'Avenir LT W01_65 Medium1475532';
    text-transform: uppercase;
    color: #00A0DF;
    font-size: 12px;
    margin-top: 4px
}

@media only screen and (max-width: 425px) {
    #mobile_menu_icon .close {
        float: left;
        margin-top: 5px
    }
}

#mobile_menu_icon.open .hamburger-line {
    top: 50% !important
}

#mobile_menu_icon.open .hamburger-line:first-of-type {
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg)
}

#mobile_menu_icon.open .hamburger-line:last-of-type {
    -ms-transform: rotate(-225deg);
    transform: rotateZ(-225deg)
}

#mobile_menu_icon.open .close {
    display: block
}

#mobile_menu_icon .hamburger-line {
    transition: top .25s, transform .25s;
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotateZ(0deg);
    width: 28px;
    height: 4px;
    position: absolute;
    background-color: #009FDD
}

#mobile_menu_icon .hamburger-line:first-of-type {
    top: 33%
}

#mobile_menu_icon .hamburger-line:last-of-type {
    top: 60%
}

.mobile-top {
    margin: 0 20px 80px
}

#menu_format_edit {
    position: absolute
}

.news_items_wrapper {
    display: block;
    margin: 65px auto 79px;
    max-width: 1080px;
    width: 100%
}

.news_items_wrapper .news_items {
    position: relative;
    margin-bottom: 45px;
    margin-left: 0;
    *zoom: 1
}

.news_items_wrapper .news_items:before,
.news_items_wrapper .news_items:after {
    content: " ";
    display: table;
    line-height: 0
}

.news_items_wrapper .news_items:after {
    clear: both
}

.news_items_wrapper .news_items .uk-width-small-1-2 {
    position: relative;
    overflow: hidden;
    margin: 0 auto 16px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item {
    position: relative;
    display: inline-table;
    max-width: 484px;
    height: 260px;
    margin-bottom: 8px
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item img {
    width: 484px;
    height: 260px;
    position: relative;
    opacity: 0;
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info .copy {
    background-color: rgba(0, 71, 186, 0.8);
    font-family: Avenir LT W01_65 Medium1475532;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    padding: 20px 26px;
    position: absolute;
    display: inline-flex;
    width: 170px;
    height: 100%;
    right: 0
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info .copy p {
    position: relative;
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info .copy p:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #ffffff;
    position: absolute;
    left: 0;
    font-size: 35px;
    margin-top:25px;
}

.news_items_wrapper .news_items .uk-width-small-1-2 .contain a:hover .copy p:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    animation-duration: 1s;
    animation-name: arrowAnimate;
    animation-iteration-count: once
}

#featured_edit {
    position: absolute;
    left: 0
}

@media only screen and (max-width:1000px) {
    .responsive .news_items_wrapper {
        margin-bottom: 20px
    }
    .responsive .news_items_wrapper .news_items {
        display: block;
        width: auto;
        height: auto
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2:nth-child(1) {
        margin-left: 0;
        padding-left: 0;
        padding-right: 8px
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2:nth-child(2) {
        margin-right: 0;
        padding-right: 0;
        padding-left: 8px
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item {
        width: auto;
        max-width: none;
        height: auto;
        display: inline-block;
        float: none;
        margin: 0 0 16px 0
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info .copy {
        font-family: 'Avenir LT W01_35 Light1475496'
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item img {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:639px) {
    .responsive .news_items_wrapper .news_items {
        margin: 0
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2 {
        padding: 0
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2:nth-child(1) {
        padding-right: 0
    }
    .responsive .news_items_wrapper .news_items .uk-width-small-1-2:nth-child(2) {
        padding-left: 0
    }
}

@media only screen and (min-width:1000px) {
    .news_items_wrapper .news_items .uk-width-small-1-2 {
        max-width: 484px;
        width: 48%;
        max-height: 260px;
        height: 260px
    }
    .news_items_wrapper .news_items .uk-width-small-1-2 .contain {
        position: absolute;
        top: 0;
        left: 0
    }
    .news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item .info .copy p:after {
        left: 0;
    }
    .news_items_wrapper .news_items .uk-width-small-1-2 .contain .news_item img {
        transition: transform .3s ease
    }
    .news_items_wrapper .news_items .uk-width-small-1-2:hover .contain .news_item img {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.photo_heading {
    width: 100%;
    position: relative;
    *zoom: 1
}

.photo_heading:before,
.photo_heading:after {
    content: " ";
    display: table;
    line-height: 0
}

.photo_heading:after {
    clear: both
}

.photo_heading .full_image {
    width: 100%
}

.photo_heading .mobile_image {
    display: none
}

.photo_heading .wrapper {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0
}

.photo_heading .wrapper .content .headline {
    font-family: Avenir LT W01_35 Light1475496;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -2px;
    color: #ffffff;
    max-height: 50px
}

.photo_heading .wrapper .content .copy {
    font-family: Avenir LT W01_35 Light1475496;
    font-size: 42px;
    line-height: 1.4;
    color: #ffffff
}

.photo_heading .wrapper .content p {
    margin-bottom: 0
}

.photo_heading .wrapper.show_media .text {
    position: absolute;
    top: 0;
    bottom: 12px;
    left: 1vw
}

.photo_heading .wrapper.show_media .text .content_outer {
    position: absolute;
    bottom: 0
}

@media only screen and (max-width:959px) {
    .photo_heading .wrapper.show_media .text .content_outer {
        bottom: 15px
    }
}

.photo_heading .wrapper.show_media .text .content_outer .content .headline {
    font-size: 3vw;
    line-height: 50px;
    margin-bottom: 5px;
    max-height: 50px
}

@media only screen and (max-width:959px) {
    .photo_heading .wrapper.show_media .text .content_outer .content .headline {
        font-size: 32px;
        line-height: 25px;
        max-height: 25px
    }
}

@media only screen and (max-width: 640px) {
    .photo_heading .wrapper.show_media .text .content_outer .content .headline {
        font-size: 28px
    }
}

.photo_heading .wrapper.careers .content_outer {
    position: relative;
    top: 65%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.photo_heading .wrapper.careers .content_outer .content {
    text-align: center
}

.photo_heading .wrapper.careers .content_outer .content .headline {
    font-size: 3vw;
    letter-spacing: -3px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.29)
}

@media only screen and (max-width:799px) {
    .photo_heading .wrapper.careers .content_outer .content .headline {
        font-size: 30px;
        line-height: 23px;
        letter-spacing: -2px;
        max-height: 23px
    }
}

.photo_heading .wrapper.careers .content_outer .content .btn {
    cursor: pointer;
    margin-top: 2vw;
    margin-bottom: 0
}

@media only screen and (max-width:350px) {
    .photo_heading .wrapper.careers .content_outer {
        top: 50%
    }
    .photo_heading .wrapper.careers .content_outer .content .headline {
        max-height: none;
        line-height: 1.2
    }
}

.noedit .photo_heading .wrapper.careers .uk-modal {
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 71, 186, 0.9)
}

@media only screen and (min-width:1200px) {
    .noedit .photo_heading .wrapper.careers .uk-modal {
        position: absolute;
        z-index: 0;
        overflow-y: hidden !important
    }
}

.noedit .photo_heading .wrapper.careers .uk-modal .uk-modal-dialog {
    background-color: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative
}

@media only screen and (min-width:1200px) {
    .noedit .photo_heading .wrapper.careers .uk-modal .uk-modal-dialog {
        padding-top: 30px;
        padding-bottom: 0
    }
}

.noedit .photo_heading .wrapper.careers .uk-modal .uk-modal-dialog .uk-close {
    opacity: 1;
    font-size: 30px
}

.noedit .photo_heading .wrapper.careers .uk-modal .uk-modal-dialog .uk-close:first-child {
    color: #ffffff;
    margin-top: 0
}

@media only screen and (max-width:1000px) {
    .photo_heading {
        width: 100%;
        height: auto
    }
    .photo_heading .wrapper.show_media .text {
        left: 0
    }
}

@media only screen and (max-width:639px) {
    .photo_heading {
        width: 100%;
        height: auto
    }
    .photo_heading .wrapper.show_media {
        position: relative;
        margin-top: -32px
    }
    .photo_heading .wrapper.show_media .text {
        padding: 0;
        position: relative
    }
    .photo_heading .wrapper.show_media .text .content_outer {
        bottom: 10px;
        width: 100%
    }
    .photo_heading .wrapper.show_media .text .content_outer .content {
        margin-left: 35px
    }
    .photo_heading .full_image {
        display: none
    }
    .photo_heading .mobile_image {
        display: block;
        width: 100%;
        height: auto
    }
}

#photo_heading_edit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15
}

.photo_heading_popup .photo_heading_preview {
    height: 100px;
    background: no-repeat 0 0;
    background-size: contain
}

.photo_heading_popup .photo_heading_preview_narrow {
    height: 100px;
    background: no-repeat 0 0;
    background-size: contain
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip {
    height: 50px;
    border-width: 0;
    margin-bottom: -50px
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip .edit_blk_img_clip_div>div {
    border-width: 0;
    background-color: transparent !important
}

.photo_heading_popup .photo_heading_edit .edit_blk_img_clip img {
    display: none
}

.reading_tools {
    width: 100%;
    height: 32px;
    position: relative;
    font-family: Avenir LT W01_55 Roman1475520
}

.reading_tools span.pipe {
    float: right;
    line-height: 32px;
    margin-right: 6px;
    color: #757575
}

.reading_tools .navigation {
    float: left
}

.reading_tools .navigation .page_path {
    width: 600px;
    line-height: 32px;
    font-size: 16px
}

.reading_tools .navigation .page_path a {
    color: #757575;
    text-decoration: none
}

.reading_tools .navigation .page_path a:hover {
    text-decoration: none;
    color: #007EAF
}

.reading_tools .navigation .page_path .current {
    color: #0047BA;
    text-decoration: none
}

.reading_tools .navigation .page_path .sep {
    margin: 0 5px 0 5px
}

.reading_tools .share {
    float: right;
    line-height: 32px
}

.reading_tools .print_page {
    float: right;
    margin-right: 6px;
    line-height: 32px;
    font-size: 16px
}

.reading_tools .print_page a {
    color: #757575
}

.reading_tools .print_page a:hover {
    color: #007EAF
}

.reading_tools .text_size_options {
    float: right;
    margin-right: 6px;
    line-height: 32px
}

@media only screen and (max-width:1000px) {
    .responsive .reading_tools .navigation {
        padding-top: 13px;
        margin-bottom: 13px;
        display: block;
        width: 60%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .responsive .reading_tools .navigation .page_path {
        width: 100%;
        line-height: 1.3
    }
    .responsive .reading_tools .navigation .page_path .home {
        display: none
    }
    .responsive .reading_tools .navigation .page_path .sep:first-of-type {
        display: none
    }
    .responsive .reading_tools .navigation .page_path .sep:after {
        content: " "
    }
    .responsive .reading_tools .navigation .page_path a {
        white-space: nowrap
    }
    .responsive .reading_tools .navigation .page_path .current {
        white-space: nowrap
    }
    .responsive .reading_tools .print_page {
        display: none;
        clear: left
    }
    .responsive .reading_tools span.pipe:first-of-type {
        display: none
    }
}

@media only screen and (max-width:667px) {
    .responsive .interior .header .options {
        margin-bottom: 52px
    }
    .responsive .interior .header .options .navigation {
        display: block;
        float: none;
        width: 100%
    }
    .responsive .interior .header .options .share {
        margin-right: 5px
    }
    .responsive .interior .header .options .share .share_icons {
        -ms-flex-order: 2;
        order: 2
    }
    .responsive .interior .header .options .share .share_icons .share_icons_text {
        display: none
    }
    .responsive .interior .header .options .pipe {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 5px
    }
    .responsive .interior .header .options .text_size_options {
        -ms-flex-order: 0;
        order: 0
    }
}

.responsive_header {
    display: none
}

.responsive_header .bar {
    background: #333344;
    box-sizing: border-box;
    height: 49px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 15
}

.responsive_header .bar.open {
    box-shadow: none
}

.responsive_header .bar #menu_icon {
    display: inline-block;
    float: right;
    height: 49px;
    margin-left: 30px
}

.responsive_header .bar #menu_icon span {
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    font-size: 22px;
    line-height: 49px;
    vertical-align: middle
}

.responsive_header .bar a.login {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-top: 16px
}

.responsive_header .bar #icons {
    *zoom: 1;
    display: inline-block;
    float: right;
    height: 49px;
    overflow: hidden;
    width: auto
}

.responsive_header .bar #icons:before,
.responsive_header .bar #icons:after {
    content: " ";
    display: table;
    line-height: 0
}

.responsive_header .bar #icons:after {
    clear: both
}

.responsive_header .bar #icons .icon {
    color: #fff;
    float: right;
    font-size: 27px;
    line-height: 49px;
    margin-left: 12px;
    vertical-align: middle
}

.responsive_header .bar #icons a {
    color: #fff
}

.responsive_header .bar.menu_showing #menu_icon:before {
    content: "X";
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.responsive_header .menu {
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 15
}

.responsive_header .menu>ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.responsive_header .menu>ul>li {
    background: rgba(119, 136, 85, 0.85);
    border-bottom: 1px solid #BBBB55
}

.responsive_header .menu>ul>li>a {
    color: #ffffff;
    display: block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    padding: 15px
}

.responsive_header .menu>ul>li>a.show_children {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    width: auto
}

.responsive_header .menu>ul>li>a.show_children.expanded {
    border-bottom-width: 0
}

.responsive_header .menu>ul>li:last-of-type {
    border-bottom: none
}

.responsive_header .menu>ul>li>ul {
    display: none;
    padding-left: 0
}

.responsive_header .menu>ul>li>ul>li {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #fff;
    box-sizing: border-box
}

.responsive_header .menu>ul>li>ul>li>a {
    color: #445588;
    display: block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 19px;
    font-weight: normal;
    line-height: 1;
    padding: 15px 15px 15px 45px
}

.responsive_header .menu>ul>li>ul>li>a.show_children {
    color: #445588;
    font-size: 19px
}

.responsive_header .menu>ul>li>ul>li>a.show_children a {
    color: #445588;
    font-size: 19px
}

.responsive_header .menu>ul>li>ul>li:first-of-type {
    border-top: 1px solid #BBBB55
}

.responsive_header .menu>ul>li>ul>li:last-of-type {
    border-bottom: none
}

.responsive_header .menu>ul>li>ul>li>ul {
    display: none;
    padding-left: 0
}

.responsive_header .menu>ul>li>ul>li>ul>li {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #000;
    box-sizing: border-box
}

.responsive_header .menu>ul>li>ul>li>ul>li>a {
    color: #ffffff;
    display: block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    padding: 15px 15px 15px 75px
}

.responsive_header .menu>ul>li>ul>li>ul>li:first-of-type {
    border-top: 1px solid #fff
}

.responsive_header .menu>ul>li>ul>li>ul>li:last-of-type {
    border-bottom: none
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul {
    padding-left: 0
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul>li {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #000;
    box-sizing: border-box
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul>li>a {
    color: #ffffff;
    display: block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    padding: 15px 15px 15px 75px
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul>li>a:before {
    content: "\002022";
    padding-left: 6px;
    padding-right: 5px
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul>li:first-of-type {
    border-top: 1px solid #fff
}

.responsive_header .menu>ul>li>ul>li>ul>li>ul>li:last-of-type {
    border-bottom: none
}

.responsive_header .menu .extras {
    background-color: #333344;
    border-top: 1px solid #000;
    padding: 15px
}

.responsive_header .menu .extras .search_form {
    margin-bottom: 20px
}

.responsive_header .menu .extras .search_form .search {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.responsive_header .menu .extras .search_form .search .field {
    border-radius: 0;
    border: 1px solid #333344;
    box-sizing: border-box;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 21px;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0 14px;
    position: relative;
    width: 100%
}

.responsive_header .menu .extras .search_form .search .field:-moz-placeholder {
    color: #333344
}

.responsive_header .menu .extras .search_form .search .field::-moz-placeholder {
    color: #333344
}

.responsive_header .menu .extras .search_form .search .field:-ms-input-placeholder {
    color: #333344
}

.responsive_header .menu .extras .search_form .search .field::-webkit-input-placeholder {
    color: #333344
}

.responsive_header .menu .extras .search_form .search .submit {
    background: #333344;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 12px;
    height: 29px;
    width: 29px
}

.responsive_header .menu .extras .search_form .search .field:focus,
.responsive_header .menu .extras .search_form .search .submit:focus {
    outline: none
}

.responsive_header .menu .extras .social {
    *zoom: 1
}

.responsive_header .menu .extras .social:before,
.responsive_header .menu .extras .social:after {
    content: " ";
    display: table;
    line-height: 0
}

.responsive_header .menu .extras .social:after {
    clear: both
}

.responsive_header .menu .extras .social .icon {
    float: right;
    font-size: 27px;
    margin-left: 12px;
    margin-top: 0
}

.responsive_header .menu .extras .social a {
    color: #ffffff
}

#overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 14
}

@media only screen and (max-width:1000px) {
    .responsive_header {
        display: block
    }
}

.logo_b {
    position: relative;
    height: 89px;
    display: block
}

@media only screen and (max-width: 960px) {
    .logo_b {
        height: auto
    }
}

.logo_b img {
    width: 198px;
    max-width: 198px;
    height: 89px
}

@media only screen and (max-width: 960px) {
    .logo_b img {
        height: auto
    }
}

.logo_b .desktop-logo {
    display: block
}

@media only screen and (max-width: 960px) {
    .logo_b .desktop-logo {
        width: 99px
    }
    .scrolled .logo_b .desktop-logo {
        display: none
    }
}

.logo_b .mobile-logo-dos {
    display: none
}

@media only screen and (max-width: 960px) {
    .scrolled .logo_b .mobile-logo-dos {
        display: block;
        width: 37px;
        height: 36px;
        position: absolute;
        bottom: -23px
    }
}

.logo_b .logos {
    transition: max-width .25s ease;
    max-width: 198px;
    overflow: hidden;
    text-align: center
}

.logo_b .logos.small {
    max-width: 35px
}

#logo_edit {
    position: absolute
}

.responsive .logo_b {
    width: 100%;
    text-align: center
}

.search_box label {
    display: none
}

.search_box input.field {
    border-radius: 0;
    line-height: 20px;
    height: 40px;
    box-shadow: none;
    border: none;
    padding-left: 40px;
    width: 100%;
    max-width: 320px;
    font-size: 18px;
    font-family: 'Avenir LT W01_65 Medium1475532'
}

.search_box input.field.error {
    background: #0047BA
}

.search_box input.field:focus {
    outline: none
}

.search_box input.submit {
    display: none
}

.search-box-container {
    transition: max-width .25s ease;
    position: relative;
    top: -10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-width: 320px
}

.search-box-container .search-toggle {
    position: absolute;
    left: 10px;
    top: 10px
}

.search-box-container .search-toggle .fa {
    color: #00A0E0;
    font-size: 20px
}

.search-box-container form {
    width: 100%;
    max-width: 320px
}

.search_dynamic {
    width: 100%;
    height: 100%
}

.search_dynamic.expanded {
    background-color: #cfcfcf
}

.search_dynamic input.field {
    border-radius: 0;
    border: 1px solid #e8e8e8 !important;
    box-shadow: inset 0 1px 6px #ccc !important;
    box-sizing: border-box;
    color: #757575;
    font-size: 14px;
    padding: 2px 4px 2px !important;
    transition: box-shadow .5s, border .5s, background .5s;
    width: 138px
}

.search_dynamic input.field:focus {
    border: 1px solid #0047BA !important;
    box-shadow: 0 0 7px #0047BA !important;
    outline: none
}

.search_dynamic input.submit {
    display: none
}

.search_dynamic label {
    display: inline;
    position: relative;
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    color: #000000
}

.search_dynamic label:hover {
    color: #cccccc
}

.search_dynamic label.expanded {
    padding-left: 4px
}

.search_dynamic .fa {
    display: inline-block;
    font-size: 11px;
    padding-right: 3px;
    position: relative;
    float: right;
    margin: 13px -25px 0 0;
    color: #757575
}

.search_dynamic .fa.expanded {
    margin-right: 0
}

.ui-autocomplete {
    border: 1px solid #ccc;
    padding: 0
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background: #e8e8e8;
    border: 1 px solid #757575;
    box-sizing: border-box;
    color: #757575;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 20px;
    padding: 7px 20px
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: 1 px solid #0047BA;
    background: #0047BA
}

.share_wrapper {
    margin-left: 30px;
    margin-top: 8px
}

.share_icons {
    *zoom: 1
}

.share_icons:before,
.share_icons:after {
    content: " ";
    display: table;
    line-height: 0
}

.share_icons:after {
    clear: both
}

.share_icons .share_icons_text {
    color: #ffffff;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px
}

.share_icons .share_icons_icons {
    font-size: 18px;
    font-family: 'FontAwesome';
    text-align: left;
    margin-bottom: 25px
}

.share_icons .share_icons_icons a {
    color: #ffffff;
    margin-right: 25px;
    font-size: 40px
}

.share_icons .share_icons_icons a:last-child {
    margin-right: 0
}

.share_icons .share_icons_icons a.last-child {
    margin-right: 0
}

.share_icons .share_icons_icons a:hover {
    text-decoration: none;
    color: #cfcfcf
}

.side_menu {
    position: relative
}

.side_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Avenir LT W01_65 Medium1475532;
    font-size: 20px;
    font-style: ;
    font-weight:
}

.side_menu ul li {
    line-height: 1.2
}

.side_menu ul li ul {
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 10px
}

.side_menu ul li ul a {
    color: #757575;
    display: block;
    margin-bottom: 5px
}

.side_menu ul li ul a.active {
    color: #006D8E;
    background: none
}

.side_menu ul li ul a:hover {
    color:
}

.side_menu ul a {
    display: block;
    color: #757575;
    margin-bottom: 5px;
    margin-left: -3px;
    padding: 0 3px
}

.side_menu ul a:hover {
    color:
}

.side_menu ul a.active {
    font-family: Avenir LT W01_65 Medium1475532;
    color: #006D8E
}

.side_menu ul a.active:hover {
    color:
}

.side_menu ul a.active.parent {
    background: red;
    color: #757575
}

.side_menu ul a.parent {
    margin-bottom: 2px
}

@media only screen and (max-width:1000px) {
    .responsive .side_menu {
        width: 90%;
        margin: 0 auto 0 auto
    }
}

#side_menu_format_edit {
    position: absolute;
    top: -10px
}

.tab_menu {
    display: block;
    position: relative;
    width: 100%;
    height: 71px;
    background-color: #f0f0f0;
    overflow: hidden
}

.tab_menu .btn {
    position: absolute;
    height: 71px;
    margin: 0;
    background-color: rgba(74, 144, 226, 0.8);
    padding: 0;
    width: 40px;
    display: none
}

.tab_menu .btn#scrollLeft {
    left: 0
}

.tab_menu .btn#scrollLeft:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    right: 0;
    color: #ffffff;
    position: absolute;
    top: 9px;
    font-size: 35px;
    padding-left: 5px
}

.tab_menu .btn#scrollRight {
    right: 0
}

.tab_menu .btn#scrollRight:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    left: 0;
    color: #ffffff;
    position: absolute;
    top: 9px;
    right: 12px;
    font-size: 35px;
    padding-left: 5px
}

.tab_menu .btn:after {
    margin-top: 15px
}

.tab_menu .btn:hover {
    cursor: pointer;
    background-color: rgba(74, 144, 226, 0.5)
}

.tab_menu .items ul {
    *zoom: 1;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Avenir LT W01_65 Medium1475532;
    font-size: 20px
}

.tab_menu .items ul:before,
.tab_menu .items ul:after {
    content: " ";
    display: table;
    line-height: 0
}

.tab_menu .items ul:after {
    clear: both
}

.tab_menu .items ul li {
    display: inline-block;
    margin: 0;
    background: #e6e6e6;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #e6e6e6), color-stop(100%, rgba(230, 230, 230, 0)));
    background: linear-gradient(135deg, #e6e6e6 0, rgba(230, 230, 230, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1)
}

.tab_menu .items ul li a {
    display: block;
    width: auto;
    font-size: 18px;
    color: #757575;
    padding: 27px 30px 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.tab_menu .items ul li:hover {
    background-color: #ffffff
}

.tab_menu .items ul li:hover a {
    background-color: #ffffff;
    border-bottom: 4px solid #009FDD;
    padding-bottom: 23px
}

.tab_menu .items ul li a.active {
    background-color: #ffffff;
    border-bottom: 4px solid #009fdd;
    padding-bottom: 23px
}

@media only screen and (max-width:1000px) {
    .responsive .tab_menu {
        display: none
    }
}

#tab_menu_format_edit {
    position: absolute;
    top: -10px
}

#sidebar_featured {
    position: relative
}

.sidebar_featured {
    width: 230px;
    position: relative;
    *zoom: 1
}

.sidebar_featured:before,
.sidebar_featured:after {
    content: " ";
    display: table;
    line-height: 0
}

.sidebar_featured:after {
    clear: both
}

.sidebar_featured .feature {
    position: relative;
    width: 230px;
    height: auto
}

.sidebar_featured .feature img {
    width: 230px;
    height: 150px;
    position: relative;
    margin-bottom: 15px
}

.sidebar_featured .feature .info {
    width: 230px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 0
}

.sidebar_featured .feature .info .title {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 15px;
    font-style: 0;
    font-weight: 0;
    line-height: 22px;
    color: #005d7b;
    margin-bottom: 6px
}

.sidebar_featured .feature .info .copy {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    color: #737373;
    margin-bottom: 0
}

.sidebar_featured .feature:hover>.info .title {
    color: #4a4a4a
}

@media only screen and (max-width:1000px) {
    .responsive .sidebar_featured {
        width: 90%;
        margin: 0 auto 0 auto;
        text-align: center
    }
    .responsive .sidebar_featured .feature {
        width: 100%
    }
    .responsive .sidebar_featured .feature img {
        width: 100%;
        max-width: 345px;
        height: auto
    }
    .responsive .sidebar_featured .info {
        width: 100%
    }
}

#sidebar_featured_edit.el_popup {
    margin-bottom: 0
}

.signup-form {
    margin: 0 0 45px;
    position: relative
}

.signup-form .signup-form__heading {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px
}

.signup-form .signup-form__label {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 20px;
    width: 100%
}

.signup-form .signup-form__email {
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px !important;
    height: 30px;
    padding: 5.5px 5px;
    transition: all .2s ease-in-out;
    width: 200px
}

.signup-form .signup-form__email.error {
    background-color: #f20000;
    color: #ffffff
}

.signup-form .signup-form__email:focus {
    outline: none
}

.signup-form input.submit {
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px !important;
    height: 30px;
    background-color: #ffffff;
    color: #006d8e;
    border: none !important
}

.signup-form input.submit:hover {
    background-color: #c6c6c6;
    color: #ffffff
}

.signup-form a.go {
    border: none;
    box-sizing: border-box;
    display: none;
    height: 22px;
    margin: 0;
    padding-left: 4px;
    position: absolute;
    width: 22px
}

.signup-form a.go::after {
    -webkit-font-smoothing: antialiased;
    color: #07D;
    content: "\f144";
    float: right;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-rendering: auto;
    width: 100%
}

.inline_menu {
    margin-top: 5px;
    clear: both
}

.inline_menu .sitemap-section {
    font-size: 14px;
    line-height: 1.4em;
    list-style-type: none;
    padding-left: 0;
    margin-top: 19px
}

.inline_menu .sitemap-section li {
    margin-bottom: 5px
}

.inline_menu .sitemap-section li a {
    transition: color .25s ease;
    color: #0047BA
}

.inline_menu .sitemap-section li a:hover {
    color: #D8D8D8
}

.inline_menu .sitemap-section.extra_links {
    line-height: 24px;
    margin-top: 0
}

@media only screen and (max-width:960px) {
    .inline_menu {
        padding: 18px
    }
}

@media only screen and (max-width:640px) {
    .inline_menu {
        padding: 25px 0
    }
}

@media only screen and (hover:none) {
    .inline_menu .sitemap-section li a {
        color: #0047BA
    }
    .inline_menu .sitemap-section li a:hover {
        color: #000000
    }
}

#menu_format_edit {
    position: absolute
}

#skip_navigation {
    z-index: 500;
    top: 0;
    left: -500px;
    padding: 15px;
    background-color: #0047BA;
    color: #fff;
    font-size: 12px;
    font-family: Avenir LT W01_55 Roman1475520;
    font-weight: bold;
    text-transform: uppercase
}

#skip_navigation:hover,
#skip_navigation:focus {
    position: absolute;
    top: 0;
    left: 0;
    color: #eeeeee
}

.slides_wrapper {
    width: 100%;
    margin-bottom: 65px
}

.slides_wrapper #slides {
    position: relative;
    clear: both
}

.slides_wrapper #slides .slides {
    position: relative;
    min-height: 200px
}

.slides_wrapper #slides .slides .slides_item {
    width: 100%;
    height: 600px;
    position: relative;
    top: 0;
    left: 0;
    display: none
}

.slides_wrapper #slides .slides .slides_item.initial {
    display: block
}

.slides_wrapper #slides .slides .slides_item.initial .loading {
    font-size: 64px;
    color: #757575;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.slides_wrapper #slides .slides .slides_item .slide_image {
    display: block;
    float: left;
    height: auto;
    min-height: 600px;
    min-width: 1000px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.slides_wrapper #slides .slides .slides_item .slide_image img {
    max-width: none;
    width: 1340px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.slides_wrapper #slides .slides .slides_item .slide_image img.narrow {
    display: none;
    max-width: 375px;
    max-height: 240px;
    height: auto;
    width: 100%
}

.slides_wrapper #slides .slides .slides_item .slide_image .photo_video {
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    display: none
}

.slides_wrapper #slides .slides .slides_item .slide_image .photo_video.mp4 {
    display: block
}

@media only screen and (max-width:959px) {
    .slides_wrapper #slides .slides .slides_item .slide_image .photo_video.mp4 {
        display: none
    }
}

.slides_wrapper #slides .slides .slides_item .slide_image .photo_video.mp4 video {
    margin-top: -6%
}

@media only screen and (max-width:959px) {
    .slides_wrapper #slides .slides .slides_item .slide_image .photo_video.mp4 video {
        margin-top: 0
    }
}

.slides_wrapper #slides .slides .slides_item.overlay .slide_image {
    z-index: 1
}

.slides_wrapper #slides .slides .slides_item.overlay:before {
    background: no-repeat 50% 0;
    background-size: 1340px auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.slides_wrapper #slides .slides .slides_item .photo_video_click {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: transparent
}

.slides_wrapper #slides .slides .slides_item .content_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    padding: 0
}

.slides_wrapper #slides .slides .slides_item .content_wrapper .content {
    box-sizing: border-box;
    position: absolute;
    bottom: 100px;
    right: 0;
    height: auto;
    padding: 35px 65px 35px 25px;
    text-align: left;
    width: 100%;
    max-width: 396px;
    z-index: 5;
    background-color: rgba(0, 71, 186, 0.8)
}

.slides_wrapper #slides .slides .slides_item .content_wrapper .content .copy {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Avenir LT W01_35 Light1475496';
    color: #ffffff;
    margin-bottom: 15px
}

.slides_wrapper #slides .slides .slides_item .content_wrapper .content .button:after {
    left: auto;
    right: -45px;
    display: inline
}

.slides_wrapper #slides .slides .slides_video {
    position: relative;
    display: none;
    overflow: hidden
}

.slides_wrapper #slides .slides .slides_video video {
    margin-top: -6%;
    margin-bottom: -6%;
    width: 100%
}

.slides_wrapper #slides .slides.scaled {
    width: auto;
    height: auto
}

.slides_wrapper #slides .slides.scaled .slides_item {
    width: auto;
    height: auto;
    *zoom: 1
}

.slides_wrapper #slides .slides.scaled .slides_item:before,
.slides_wrapper #slides .slides.scaled .slides_item:after {
    content: " ";
    display: table;
    line-height: 0
}

.slides_wrapper #slides .slides.scaled .slides_item:after {
    clear: both
}

.slides_wrapper #slides .slides.scaled .slides_item .slide_image {
    min-width: 1000px;
    min-height: 0
}

.slides_wrapper #slides .slides.scaled .slides_item .slide_image img {
    max-width: none;
    width: 100%;
    height: auto
}

.slides_wrapper #slides .slides.scaled .slides_item .slide_image img.narrow {
    max-width: none;
    max-height: none
}

.slides_wrapper #slides .slides .arrows {
    display: none
}

.slides_wrapper #slides .slides_nav_wrapper {
    z-index: 99;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav {
    width: auto;
    height: 30px;
    position: absolute;
    top: auto;
    right: 26px;
    bottom: 27px;
    left: auto;
    z-index: 4;
    *zoom: 1
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav:before,
.slides_wrapper #slides .slides_nav_wrapper .slides_nav:after {
    content: " ";
    display: table;
    line-height: 0
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav:after {
    clear: both
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav .nav_item {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    position: relative;
    margin-right: 16px;
    float: left;
    border-radius: 16px;
    border: 4px solid #ffffff
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav .nav_item:hover {
    cursor: pointer;
    background-color: 0
}

.slides_wrapper #slides .slides_nav_wrapper .slides_nav .nav_item.active {
    background-color: #009FDD
}

#slides_edit {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    .slides_wrapper #slides .slides .slides_item .slide_image {
        min-width: 0 !important
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper {
        min-width: 0
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper .content {
        bottom: 80px
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper .content .copy {
        font-size: 22px;
        line-height: 30px
    }
    .slides_wrapper #slides .slides_nav_wrapper {
        min-width: 0 !important
    }
}

@media only screen and (max-width:1000px) {
    .slides_wrapper {
        margin-bottom: 32px
    }
    .slides_wrapper #slides .slides {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto;
        margin: 0 auto 0 auto
    }
    .slides_wrapper #slides .slides .slides_item {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto
    }
    .slides_wrapper #slides .slides .slides_item .slide_image {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto;
        min-height: 0;
        float: none;
        overflow: hidden
    }
    .slides_wrapper #slides .slides .slides_item .slide_image img.full {
        height: auto;
        min-height: 0;
        min-width: 200vw;
        max-width: 200vw
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper {
        position: relative
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper .content {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        height: auto;
        width: auto;
        display: block;
        opacity: 1;
        padding: 15px 24px 18px;
        max-width: none
    }
    .slides_wrapper #slides .slides .slides_item .content_wrapper .content .copy {
        font-size: 18px;
        line-height: 26px
    }
    .slides_wrapper #slides .slides.scaled .slides_item .slide_image {
        min-width: 0
    }
    .slides_wrapper #slides .slides.scaled .slides_item .slide_image img.full {
        height: auto;
        min-width: 0;
        max-width: none
    }
    .slides_wrapper #slides .slides .arrows {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: 2
    }
    .slides_wrapper #slides .slides .arrows .prev,
    .slides_wrapper #slides .slides .arrows .next {
        position: absolute;
        top: 125px;
        bottom: 0
    }
    .slides_wrapper #slides .slides .arrows .prev {
        left: 0;
        -ms-transform: rotate(0deg) scaleX(-1);
        transform: rotate(0deg) scaleX(-1)
    }
    .slides_wrapper #slides .slides .arrows .prev:before {
        color: #ffffff;
        font-size: 70px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e917"
    }
    .slides_wrapper #slides .slides .arrows .next {
        right: 0
    }
    .slides_wrapper #slides .slides .arrows .next:after {
        color: #ffffff;
        font-size: 70px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e917"
    }
    .slides_wrapper #slides .slides_nav_wrapper {
        display: none
    }
    .slides_wrapper #slides .slides_nav_wrapper .slides_nav {
        width: 145px;
        left: 0;
        right: 0;
        bottom: 200px;
        margin: 0 auto
    }
}

@media only screen and (max-width:1000px) and (max-width:680px) {
    .slides_wrapper #slides .slides .arrows .prev,
    .slides_wrapper #slides .slides .arrows .next {
        top: 100px
    }
}

@media only screen and (max-width:1000px) and (max-width:500px) {
    .slides_wrapper #slides .slides .arrows .prev,
    .slides_wrapper #slides .slides .arrows .next {
        top: 55px
    }
}

@media only screen and (max-width:1000px) and (max-width:400px) {
    .slides_wrapper #slides .slides .arrows .prev,
    .slides_wrapper #slides .slides .arrows .next {
        top: 40px
    }
}

@media only screen and (max-width:1000px) and (max-width:375px) {
    .slides_wrapper #slides .slides .arrows .prev,
    .slides_wrapper #slides .slides .arrows .next {
        top: 100px
    }
}

@media only screen and (max-width:375px) {
    .slides_wrapper #slides .slides .slides_item.initial {
        display: block
    }
    .slides_wrapper #slides .slides .slides_item.initial .loading {
        font-size: 32px
    }
    .slides_wrapper #slides .slides .slides_item .slide_image.narrowimage img.full {
        display: none
    }
    .slides_wrapper #slides .slides .slides_item .slide_image.narrowimage img.narrow {
        display: inline
    }
}

.ie8 .slides .slides_item .content,
.ie7 .slides .slides_item .content,
.ie6 .slides .slides_item .content {
    background-color: transparent
}

#slides_stacked {
    position: relative;
    clear: both
}

.indicator-arrow-container {
    position: absolute;
    top: 50%
}

.indicator-arrow {
    max-width: 13.28px;
    height: 22.19px
}

@media only screen and (max-width:750px) {
    .indicator-arrow-container {
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 64vw;
        left: 4em
    }
    .indicator-arrow-container .overlay {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        z-index: 99;
        width: 20.99px;
        height: 14.04px;
        background-color: #ffffff;
        -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
        clip-path: polygon(50% 0, 0 100%, 100% 100%)
    }
    .indicator-arrow-container img {
        display: none;
        max-width: 7.99px;
        height: 14.04px
    }
}

.slides_stacked {
    position: relative;
    min-height: 200px;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto
}

.slides_stacked .slides_item {
    width: 100%;
    height: 600px;
    position: relative
}

.slides_stacked .slides_item img {
    transition: transform .3s ease
}

.slides_stacked .slides_item:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slides_stacked .slides_item.initial {
    display: block
}

.slides_stacked .slides_item .slide_image {
    display: block;
    float: left;
    height: auto;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:1104px) {
    .slides_stacked .slides_item .slide_image {
        min-width: 1000px
    }
}

.slides_stacked .slides_item .slide_image img {
    max-width: none;
    width: 1340px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.slides_stacked .slides_item .slide_image img.narrow {
    display: none;
    max-width: 375px;
    max-height: 240px;
    height: auto;
    width: 100%
}

.slides_stacked .slides_item .slide_image .photo_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    display: none
}

.slides_stacked .slides_item .slide_image .photo_video.mp4 {
    display: block
}

.slides_stacked .slides_item .slide_image .photo_video.mp4 video {
    margin-top: -6%
}

@media only screen and (max-width:959px) {
    .slides_stacked .slides_item .slide_image .photo_video.mp4 {
        display: none !important
    }
    .slides_stacked .slides_item .slide_image .photo_video.mp4 video {
        margin-top: 0
    }
}

.slides_stacked .slides_item.overlay .slide_image {
    z-index: 1
}

.slides_stacked .slides_item.overlay:before {
    background: no-repeat 50% 0;
    background-size: 1340px auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.slides_stacked .slides_item .photo_video_click {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: transparent
}

.slides_stacked .slides_item .content_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.slides_stacked .slides_item .content_wrapper .content {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    width: auto
}

.slides_stacked .slides_item .content_wrapper .content .wrapper {
    max-width: 1000px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 3.5vw;
    margin: 0;
    padding: 0;
    width: auto
}

@media only screen and (min-width: 1600px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper {
        bottom: 80px
    }
}

@media only screen and (min-width:2000px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper {
        bottom: 250px
    }
}

.slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
    font-family: Avenir LT W01_35 Light1475496;
    font-size: 48px;
    font-weight: normal;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -1px;
    position: relative
}

@media only screen and (min-width:420px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        width: 80%
    }
}

@media only screen and (min-width:514px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        width: 70%
    }
}

@media only screen and (min-width:582px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        width: 60%
    }
}

@media only screen and (min-width:672px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        width: 50%
    }
}

@media only screen and (min-width:751px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        width: 100%
    }
}

.slides_stacked .slides_item .content_wrapper .content .wrapper .headline p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0
}

.slides_stacked .slides_item .content_wrapper .content .wrapper .copy {
    font-family: Avenir LT W01_65 Medium1475532;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: normal;
    margin-top: -6px
}

@media only screen and (min-width:751px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .copy {
        width: 65%
    }
}

.slides_stacked .slides_item .content_wrapper .content .wrapper .btn {
    margin-top: 24px
}

@media only screen and (max-width:750px) {
    .slides_stacked .slides_item .content_wrapper .content .wrapper .btn {
        margin-bottom: 0
    }
}

.slides_stacked .slides_item .arrow {
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 30px;
    opacity: .5
}

.slides_stacked .slides_item .arrow.prev {
    left: 15px;
    top: 270px
}

.slides_stacked .slides_item .arrow.prev:before {
    content: "\f053";
    position: absolute
}

.slides_stacked .slides_item .arrow.next {
    right: 15px;
    top: 270px
}

.slides_stacked .slides_item .arrow.next:before {
    content: "\f054";
    position: absolute;
    right: 0
}

.slides_stacked .slides_item .arrow:hover {
    color: #efefef
}

.slides_stacked .slides_nav {
    width: auto;
    height: 30px;
    position: absolute;
    top: auto;
    right: 26px;
    bottom: 27px;
    left: auto;
    z-index: 4;
    *zoom: 1
}

.slides_stacked .slides_nav:before,
.slides_stacked .slides_nav:after {
    content: " ";
    display: table;
    line-height: 0
}

.slides_stacked .slides_nav:after {
    clear: both
}

.slides_stacked .slides_nav .nav_item {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    position: relative;
    margin-right: 16px;
    float: left;
    border-radius: 16px;
    opacity: .5
}

.slides_stacked .slides_nav .nav_item:hover {
    cursor: pointer;
    background-color: 0
}

.slides_stacked .slides_nav .nav_item.active {
    background-color: #009FDD
}

.slides_stacked .slides_video {
    position: relative;
    display: none;
    overflow: hidden
}

.slides_stacked .slides_video video {
    margin-top: -6%;
    margin-bottom: -6%;
    width: 100%
}

.slides_stacked.scaled {
    width: auto;
    height: auto
}

.slides_stacked.scaled .slides_item {
    width: auto;
    height: auto;
    *zoom: 1
}

.slides_stacked.scaled .slides_item:before,
.slides_stacked.scaled .slides_item:after {
    content: " ";
    display: table;
    line-height: 0
}

.slides_stacked.scaled .slides_item:after {
    clear: both
}

.slides_stacked.scaled .slides_item .slide_image {
    min-height: 0
}

.slides_stacked.scaled .slides_item .slide_image img {
    max-width: none;
    width: 100%;
    height: auto
}

.slides_stacked.scaled .slides_item .slide_image img.narrow {
    max-width: none;
    max-height: none
}

.slides_stacked.scaled .slides_item .arrow.prev {
    top: 45%
}

.slides_stacked.scaled .slides_item .arrow.next {
    top: 45%
}

#slides_stacked_edit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

@media only screen and (max-width:1000px) {
    .slides_stacked {
        min-width: 0;
        max-width: 100%;
        margin: 0 auto
    }
    .slides_stacked .slides_item {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
        overflow: hidden
    }
    .slides_stacked .slides_item .slide_image {
        min-width: 0
    }
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        font-size: 34px;
        line-height: 36px
    }
    .slides_stacked .slides_item .content_wrapper .content .wrapper .copy {
        font-size: 14px;
        line-height: 18px
    }
    .slides_stacked.scaled {
        min-width: 0
    }
}

@media only screen and (max-width:750px) {
    .slides_stacked .slides_item .slide_image {
        float: none
    }
    .slides_stacked .slides_item .slide_image img.full {
        display: none
    }
    .slides_stacked .slides_item .slide_image img.narrow {
        display: block
    }
    .slides_stacked .slides_item .content_wrapper {
        display: block;
        top: auto;
        bottom: auto;
        left: auto;
        position: relative
    }
    .slides_stacked .slides_item .content_wrapper .content {
        display: block;
        top: -30px;
        bottom: auto;
        left: auto;
        position: relative;
        width: 100%;
        padding: 0 20px
    }
    .slides_stacked .slides_item .content_wrapper .content .wrapper {
        position: relative;
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0
    }
    .slides_stacked .slides_item .content_wrapper .content .wrapper .headline {
        color: #ffffff;
        margin-bottom: 50px
    }
    .slides_stacked .slides_item .content_wrapper .content .wrapper .copy {
        color: #757575
    }
    .slides_stacked .slides_item .content_wrapper:before {
        background-size: 100% auto
    }
}

.ie8 .slides_stacked .slides_item .content,
.ie7 .slides_stacked .slides_item .content,
.ie6 .slides_stacked .slides_item .content {
    background-color: transparent
}

#menu_format_edit {
    position: absolute
}

.social_icons {
    font-family: 'FontAwesome'
}

.social_icons a:hover {
    text-decoration: none
}

.sponsors {
    overflow: hidden;
    position: relative;
    text-align: center
}

.sponsors .sponsor {
    *zoom: 1;
    background: no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    font-family: Avenir LT W01_55 Roman1475520;
    line-height: 1.4;
    margin-bottom: 26px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative
}

.sponsors .sponsor:before,
.sponsors .sponsor:after {
    content: " ";
    display: table;
    line-height: 0
}

.sponsors .sponsor:after {
    clear: both
}

.sponsors .sponsor a {
    color: #0047BA
}

.sponsors .sponsor .label {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.sponsors .sponsor:hover .label {
    display: block
}

.sponsors .sponsor.text {
    background-image: none
}

.sponsors .sponsor.text .label {
    background: none;
    bottom: auto;
    display: block;
    height: 120px;
    left: auto;
    line-height: 120px;
    position: relative;
    right: auto
}

#sponsors_chairmans_circle_edit,
#sponsors_presidential_partners_edit,
#sponsors_chairmans_club_edit {
    left: 0;
    position: absolute;
    top: 0
}

.testimonial {
    box-sizing: border-box;
    padding-top: 35px;
    position: relative;
    float: left;
    width: 226px;
    height: 332px
}

.testimonial .quote {
    width: 226px;
    height: 85px;
    overflow: hidden;
    position: relative;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 17px;
    font-weight: 0;
    font-style: 0;
    line-height: 24px;
    color: #005d7b;
    margin-bottom: 0;
    text-align: center
}

.testimonial .attribution {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    line-height: 11px;
    color: #737373;
    margin-bottom: 35px;
    text-align: center
}

.testimonial .testimonial_link {
    display: block;
    width: 202px;
    height: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    line-height: 25px;
    color: #9a1f25;
    text-align: center;
    border: 1px solid #dddddd
}

#testimonial_edit {
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width:1000px) {
    .responsive .testimonial {
        width: auto;
        height: auto;
        display: block;
        float: none;
        margin: 0 0 45px 0
    }
    .responsive .testimonial .quote {
        width: auto;
        height: auto;
        overflow: automatic
    }
    .responsive .testimonial .attribution {
        width: auto;
        height: auto
    }
}

.text_size {
    position: relative;
    margin-right: 4px
}

.text_size .selector {
    position: relative
}

.text_size a.size {
    color: #757575;
    margin-right: 2px
}

.text_size a.size.small {
    font-size: 18px
}

.text_size a.size.small:hover {
    color: #0047BA
}

.text_size a.size.small.active {
    color: #0047BA;
    font-weight: bold
}

.text_size a.size.medium {
    font-size: 20px
}

.text_size a.size.medium:hover {
    color: #0047BA
}

.text_size a.size.medium.active {
    color: #0047BA;
    font-weight: bold
}

.text_size a.size.large {
    font-size: 22px;
    margin-right: 0
}

.text_size a.size.large:hover {
    color: #0047BA
}

.text_size a.size.large.active {
    color: #0047BA;
    font-weight: bold
}

.text_small .copy {
    font-size: 18px
}

.text_small .copy h3,
.text_small .copy .h3 {
    font-size: 20px
}

.text_small .copy h4,
.text_small .copy .h4 {
    font-size: 18px
}

.text_small .copy ul li:before {
    font-size: 16px
}

.text_small .copy ol li:before {
    font-size: 16px
}

.text_small .copy sup {
    font-size: 12px;
    top: -2px
}

.text_small .copy sub {
    font-size: 12px;
    top: 2px
}

.text_small .headline {
    font-size: 24px
}

.text_small .content_item_first .headline {
    font-size: 40px
}

.text_medium .copy {
    font-size: 20px;
    line-height: 28px
}

.text_medium .copy h3,
.text_medium .copy .h3 {
    font-size: 22px
}

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

.text_medium .copy ul li:before {
    font-size: 18px
}

.text_medium .copy ol li:before {
    font-size: 18px
}

.text_medium .copy sup {
    font-size: 14px;
    top: -4px
}

.text_medium .copy sub {
    font-size: 14px;
    top: 2px
}

.text_medium .headline {
    font-size: 26px
}

.text_medium .content_item_first .headline {
    font-size: 42px
}

.text_large .copy {
    font-size: 23px;
    line-height: 31px
}

.text_large .copy h3,
.text_large .copy .h3 {
    font-size: 25px
}

.text_large .copy h4,
.text_large .copy .h4 {
    font-size: 23px
}

.text_large .copy ul li:before {
    font-size: 23px
}

.text_large .copy ol li:before {
    font-size: 23px
}

.text_large .copy sup {
    font-size: 16px;
    top: -6px
}

.text_large .copy sub {
    font-size: 16px;
    top: 4px
}

.text_large .headline {
    font-size: 29px
}

.text_large .content_item_first .headline {
    font-size: 45px
}

.tweets_wrapper {
    display: -ms-flexbox;
    display: flex
}

.tweets_wrapper .tweets {
    width: 100%
}

@media only screen and (max-width:639px) {}

.tweets_wrapper .tweets .social {
    margin-left: 20px
}

@media only screen and (max-width:639px) {
    .tweets_wrapper .tweets .social {
        display: none
    }
}

@media only screen and (min-width:640px) {
    .tweets_wrapper .tweets .social {
        position: absolute;
        top: 10px;
        right: 0;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        padding-right: 20px
    }
}

.tweets_wrapper .tweets .social .fa {
    color: #009fdd;
    font-size: 30px;
    margin-right: 15px
}

.tweets_wrapper .tweets .social .fa:last-child {
    margin-right: 0
}

.tweets_wrapper .tweets .social .fa:hover {
    color: #0047BA
}

.tweets_wrapper .tweets h3 {
    font-family: 'Avenir LT W01_35 Light1475496';
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.89px
}

.tweets_wrapper .tweets h3 a {
    color: #4a4a4a
}

@media only screen and (min-width:640px) {
    .tweets_wrapper .tweets .tweets-body {
        -ms-flex-order: 1;
        order: 1
    }
}

.tweets_wrapper .tweets .tweets-body.tweets-oembed {
    display: none
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet {
    margin-bottom: 0;
    display: none
}

@media only screen and (min-width:640px) {
    .tweets_wrapper .tweets .tweets-body .uk-grid .tweet {
        display: -ms-flexbox;
        display: flex
    }
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet:first-of-type {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}


.tweets_wrapper .tweets .tweets-body .uk-grid .tweet .tweet-container {
    -ms-flex: 1;
    flex: 1
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet .tweet-container .twitter-tweet {
    width: auto !important
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html {
    font-size: 18px;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 16px
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html .tweet-container {
    padding: 34px
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html img {
    display: none;
    max-width: 300px
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html .text {
    color: #757575;
    line-height: 26px;
    font-size: 16px
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html .text .date {
    display: block;
    margin-top: 7px;
    font-size: 12px
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child img {
    display: block;
    float: left;
    margin-right: 20px
}

@media (max-width:1054px) {
    .tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child img {
        max-width: 35%
    }
}

@media (max-width:640px) {
    .tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child img {
        max-width: 100%;
        float: none
    }
}

.tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child .text {
    width: 550px;
    float: left;
    font-size: 18px
}

@media (max-width:1054px) {
    .tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child .text {
        width: 60%
    }
}

@media (max-width:640px) {
    .tweets_wrapper .tweets .tweets-body .uk-grid .tweet-html:first-child .text {
        width: 100%;
        float: none;
        padding-top: 20px
    }
}

body.viewonly_content .mobile_nav {
    display: none
}

body.viewonly_content #all_top {
    display: none
}

body.viewonly_content #all_bottom {
    display: none
}

body.viewonly_content #interior .header {
    display: none
}

body.viewonly_content #interior .interior {
    padding: 20px 0
}

body.viewonly_content #interior_left {
    display: none
}

body.viewonly_content #interior_right {
    display: none
}

body.viewonly_content #photo_heading {
    display: none
}

.calendar_upcoming {
    margin-bottom: 26px
}

.calendar_upcoming .events {
    box-sizing: border-box;
    padding: 0 20px
}

.calendar_upcoming .events .event {
    margin: 0 0 60px 0;
    width: 48%
}

.calendar_upcoming .events .event .date {
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #0047BA;
    box-sizing: border-box;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: 700;
    height: 75px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    width: 75px
}

.calendar_upcoming .events .event .date .month {
    font-size: 28px
}

.calendar_upcoming .events .event .date .day {
    font-size: 26px
}

.calendar_upcoming .events .event .info .title {
    color: #757575;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left
}

.calendar_upcoming .events .event .info .buttons .button {
    border-radius: 0;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 6px 9px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 100px
}

.calendar_upcoming .events .event .info .buttons .button.register {
    background-color: #0047BA;
    color: #fff;
    margin-right: 9px
}

.calendar_upcoming .events .event .info .buttons .button.register:hover {
    background-color: #0047BA;
    color: #757575
}

.calendar_upcoming .events .event .info .buttons .button.more {
    background-color: #b5b5b5;
    color: #757575
}

.calendar_upcoming .events .event .info .buttons .button.more:hover {
    background-color: #828282;
    color: #fff
}

.calendar_upcoming .all {
    background-color: #0047BA;
    border-radius: 0;
    color: #fff;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 100%;
    padding: 8px 6px 9px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 270px
}

.calendar_upcoming .all:hover {
    background-color: #0047BA;
    color: #757575
}

.flexbox .calendar_upcoming {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flexbox .calendar_upcoming .events {
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flexbox .calendar_upcoming .events .event {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center
}

.flexbox .calendar_upcoming .events .event .date {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-order: 0;
    order: 0;
    padding: 0
}

.flexbox .calendar_upcoming .events .event .info {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flexbox .calendar_upcoming .events .event .info .title {
    -ms-flex-order: 0;
    order: 0
}

.flexbox .calendar_upcoming .events .event .info .buttons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flexbox .calendar_upcoming .events .event .info .buttons .button {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-order: 1;
    order: 1
}

.flexbox .calendar_upcoming .all {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.no-flexbox .calendar_upcoming {
    text-align: center
}

.no-flexbox .calendar_upcoming .events {
    *zoom: 1
}

.no-flexbox .calendar_upcoming .events:before,
.no-flexbox .calendar_upcoming .events:after {
    content: " ";
    display: table;
    line-height: 0
}

.no-flexbox .calendar_upcoming .events:after {
    clear: both
}

.no-flexbox .calendar_upcoming .events .event {
    display: inline-block;
    float: left
}

.no-flexbox .calendar_upcoming .events .event:nth-of-type(even) {
    margin-left: 4%
}

.no-flexbox .calendar_upcoming .events .event .date {
    display: inline-block;
    float: left;
    padding: 8px 0
}

.no-flexbox .calendar_upcoming .events .event .date span {
    display: block
}

.no-flexbox .calendar_upcoming .events .event .info .buttons .button {
    display: inline-block;
    float: left
}

.no-flexbox .calendar_upcoming .all {
    display: inline-block
}

@media only screen and (max-width:1000px) {
    .calendar_upcoming {
        margin: 0 0 45px
    }
    .calendar_upcoming .events .event {
        margin: 0 0 30px 0
    }
    .calendar_upcoming .events .event:nth-of-type(n+5) {
        display: none
    }
    .calendar_upcoming .events .event .date {
        height: 50px;
        width: 50px
    }
    .calendar_upcoming .events .event .date .month {
        font-size: 20px
    }
    .calendar_upcoming .events .event .date .day {
        font-size: 18px
    }
    .calendar_upcoming .events .event .info .title {
        font-size: 18px
    }
    .calendar_upcoming .events .event .info .buttons .button {
        margin: 0 0 20px 0
    }
    .calendar_upcoming .events .event .info .buttons .button.register {
        margin-right: 2%
    }
    .flexbox .calendar_upcoming .events .event .info .buttons {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .no-flexbox .calendar_upcoming .events .event {
        float: none
    }
    .no-flexbox .calendar_upcoming .events .event:nth-of-type(even) {
        margin-left: 0
    }
    .no-flexbox .calendar_upcoming .events .event .info .buttons {
        display: block;
        margin-top: 26px
    }
    .no-flexbox .calendar_upcoming .events .event .info .buttons .button {
        display: inline-block
    }
}

@media only screen and (max-width:666.66666667px) {
    .calendar_upcoming .events .event {
        margin: 0 auto 30px;
        max-width: 310px;
        width: 100%
    }
}

.calendar_eventlist {
    margin-bottom: 26px
}

.calendar_eventlist .events-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%
}

.calendar_eventlist .events-header .previous,
.calendar_eventlist .events-header .next {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: -1;
    flex-shrink: -1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    height: 25px;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25px;
    min-width: 25px;
    text-decoration: none;
    width: 25px
}

.calendar_eventlist .events-header .previous::after,
.calendar_eventlist .events-header .next::after {
    color: #0047BA;
    content: "\f144";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    transition: all .1s ease-in-out
}

.calendar_eventlist .events-header .previous::after:hover,
.calendar_eventlist .events-header .next::after:hover,
.calendar_eventlist .events-header .previous::after:focus,
.calendar_eventlist .events-header .next::after:focus {
    color: #0047BA
}

.calendar_eventlist .events-header .previous::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.calendar_eventlist .events-header .current {
    color: #b5b5b5;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 30px;
    font-weight: 500;
    text-align: center
}

.calendar_eventlist .events {
    *zoom: 1;
    width: 100%
}

.calendar_eventlist .events:before,
.calendar_eventlist .events:after {
    content: " ";
    display: table;
    line-height: 0
}

.calendar_eventlist .events:after {
    clear: both
}

.calendar_eventlist .events .event {
    color: #757575;
    margin-bottom: 26px;
    padding: 25px
}

.calendar_eventlist .events .event:nth-child(odd) {
    background-color: #e8e8e8;
    border-radius: 0
}

.calendar_eventlist .events .event:nth-child(even) {
    background-color: #fff
}

.calendar_eventlist .events .event a {
    color: #757575;
    text-decoration: none
}

.calendar_eventlist .events .event a:hover {
    text-decoration: none;
    color: #0047BA
}

.calendar_eventlist .events .event .meta {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    line-height: 1.4;
    color: #0047BA;
    margin-bottom: 13px
}

.calendar_eventlist .events .event .meta .location {
    color: #757575
}

.calendar_eventlist .events .event .name {
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1.4
}

.calendar_eventlist .events .event .name a {
    color: #757575;
    text-decoration: none
}

.calendar_eventlist .events .event .name a:hover {
    text-decoration: none;
    color: #e8e8e8
}

.calendar_eventlist .events .event .description,
.calendar_eventlist .events .event .tools {
    font-family: Avenir LT W01_55 Roman1475520 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin-bottom: 13px
}

.calendar_eventlist .events .event .description p {
    margin-bottom: 30px
}

.calendar_eventlist .events .event .description p:empty {
    display: none
}

.calendar_eventlist .events .event .description .description_short,
.calendar_eventlist .events .event .description .description_full {
    width: 100%
}

.calendar_eventlist .events .event .description .description_short img,
.calendar_eventlist .events .event .description .description_full img {
    float: left;
    height: auto;
    margin: 0 20px 20px 0;
    max-width: 175px
}

.calendar_eventlist .events .event .description .description_full {
    display: none
}

.calendar_eventlist .events .event .description em {
    color: #757575
}

.calendar_eventlist .events .event .description img {
    border-radius: 0
}

.calendar_eventlist .events .event .tools {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0
}

.calendar_eventlist .events .event .tools span.fa {
    font-size: 14px
}

.calendar_eventlist .events .event .tools .tools_links {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 50%
}

.calendar_eventlist .events .event .tools .tools_links a.tool {
    text-decoration: none;
    transition: all .1s ease-in-out;
    white-space: nowrap
}

.calendar_eventlist .events .event .tools .tools_links a.tool:hover {
    text-decoration: none;
    color: #0047BA
}

.calendar_eventlist .events .event .tools .tools_links a.tool.active {
    color: #0047BA
}

.calendar_eventlist .events .event .tools .tools_links .panel {
    background-color: #b5b5b5;
    border-radius: 0;
    box-sizing: border-box;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    position: absolute;
    top: 30px
}

.calendar_eventlist .events .event .tools .tools_links .panel:first-of-type {
    left: 0
}

.calendar_eventlist .events .event .tools .tools_links .panel:nth-of-type(2) {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.calendar_eventlist .events .event .tools .tools_links .panel:last-of-type {
    left: auto;
    right: 0
}

.calendar_eventlist .events .event .tools .tools_links .panel a {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 8px;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    width: 100%
}

.calendar_eventlist .events .event .tools .tools_links .panel a span {
    display: inline-block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 10px;
    width: 15px;
    text-align: center
}

.calendar_eventlist .events .event .tools .tools_links .panel a:hover {
    background-color: #0047BA;
    color: #757575;
    text-decoration: none
}

.calendar_eventlist .events .event .tools .tools_buttons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35%
}

.calendar_eventlist .events .event .tools .tools_buttons a.button {
    background-color: #828282;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: #757575;
    cursor: pointer;
    display: inline-block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 6px 9px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 47%
}

.calendar_eventlist .events .event .tools .tools_buttons a.button.more .fa-caret-up {
    display: none
}

.calendar_eventlist .events .event .tools .tools_buttons a.button:hover {
    background-color: #b5b5b5;
    color: #fff
}

.calendar_eventlist .events .event .tools .tools_buttons a.button.register {
    background-color: #0047BA;
    color: #fff
}

.calendar_eventlist .events .event .tools .tools_buttons a.button.register:hover {
    background-color: #0047BA;
    color: #757575
}

.calendar_eventlist .events .no_events {
    color: #757575;
    margin-bottom: 26px;
    padding-bottom: 25px;
    text-align: center
}

.text_medium .calendar_eventlist {
    font-size: 20px
}

.text_medium .calendar_eventlist .events .event .name {
    font-size: 28.8px
}

.text_medium .calendar_eventlist .events .event .description,
.text_medium .calendar_eventlist .events .event .location,
.text_medium .calendar_eventlist .events .event .tools {
    font-size: 19.2px
}

.text_medium .calendar_eventlist .events .event .tools span.fa {
    font-size: 16.8px
}

.text_large .calendar_eventlist {
    font-size: 23px
}

.text_large .calendar_eventlist .events .event .name {
    font-size: 36px
}

.text_large .calendar_eventlist .events .event .description,
.text_large .calendar_eventlist .events .event .location,
.text_large .calendar_eventlist .events .event .tools {
    font-size: 24px
}

.text_large .calendar_eventlist .events .event .tools span.fa {
    font-size: 21px
}

@media only screen and (max-width:959px) {
    .calendar_eventlist .events .event .tools {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
    .calendar_eventlist .events .event .tools .tools_links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 30px;
        -ms-flex-align: center;
        align-items: center;
        width: 70%
    }
    .calendar_eventlist .events .event .tools .tools_buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 70%
    }
    .calendar_eventlist .events .event .tools .tools_buttons a.button {
        padding: 8px 6px 9px
    }
}

@media only screen and (max-width:639px) {
    .calendar_eventlist .events .event .tools .tools_links {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }
    .calendar_eventlist .events .event .tools .tools_links .panel a {
        font-size: 16px
    }
    .calendar_eventlist .events .event .tools .tools_links .panel a span {
        font-size: 14px
    }
    .calendar_eventlist .events .event .tools .tools_buttons {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }
}

@media only screen and (max-width:532.5px) {
    .calendar_eventlist .events .event .tools .tools_links {
        font-size: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .calendar_eventlist .events .event .tools .tools_links span.fa {
        font-size: 24px
    }
}

.calendar_monthwidget {
    *zoom: 1;
    margin-bottom: 26px;
    position: relative
}

.calendar_monthwidget:before,
.calendar_monthwidget:after {
    content: " ";
    display: table;
    line-height: 0
}

.calendar_monthwidget:after {
    clear: both
}

.calendar_monthwidget .calendar-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px
}

.calendar_monthwidget .calendar-header .calendar-title {
    color: #b5b5b5;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 30px;
    font-weight: 500;
    text-align: center
}

.calendar_monthwidget .calendar-header .month_prev,
.calendar_monthwidget .calendar-header .month_next {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: -1;
    flex-shrink: -1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    height: 25px;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25px;
    min-width: 25px;
    text-decoration: none;
    width: 25px
}

.calendar_monthwidget .calendar-header .month_prev::after,
.calendar_monthwidget .calendar-header .month_next::after {
    color: #0047BA;
    content: "\f04b";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    transition: all .1s ease-in-out;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.calendar_monthwidget .calendar-header .month_prev::after:hover,
.calendar_monthwidget .calendar-header .month_next::after:hover,
.calendar_monthwidget .calendar-header .month_prev::after:focus,
.calendar_monthwidget .calendar-header .month_next::after:focus {
    color: #0047BA
}

.calendar_monthwidget .calendar-header .month_next::after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.calendar_monthwidget .calendar-grid {
    background-color: #e8e8e8;
    border-radius: 0;
    box-sizing: border-box;
    padding: 15px 20px
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #757575;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 23px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 23px
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day .day-number {
    display: inline-block;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 12px
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day.calendar-day-np {
    color: #efecea;
    background-color: #fefbf9
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day.active {
    background-color: #0047BA
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day.current {
    background-color: #73797e
}

.calendar_monthwidget .calendar-grid .calendar-days .calendar-week a.calendar-day.current .day-number {
    color: #fff
}

.calendar_monthwidget .events {
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.calendar_monthwidget .events ul {
    background-color: #e8e8e8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
    list-style: none;
    padding: 10px 10px 10px 25px;
    position: relative;
    zoom: 1
}

.calendar_monthwidget .events ul li {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative
}

.calendar_monthwidget .events ul li:last-of-type {
    margin-bottom: 0
}

.calendar_monthwidget .events ul li::before {
    color: #0047BA;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 9px;
    left: -15px;
    position: absolute;
    top: 3px
}

.calendar_monthwidget .export {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right
}

.calendar_monthwidget .export a {
    color: #757575;
    text-decoration: none
}

.calendar_monthwidget .export a:hover {
    text-decoration: none;
    color: #0047BA
}

.calendar_monthwidget .day_quick_links {
    display: none;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px
}

.calendar_monthwidget .day_quick_links a {
    color: #757575
}

.calendar_monthwidget .day_quick_links a:hover {
    color: #0047BA
}

.calendar_newevent .new_event {
    background-color: #0047BA;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    transition: all .1s ease-in-out
}

.calendar_newevent .new_event .intro {
    color: #757575;
    display: block;
    font-size: 18px;
    line-height: 1.2
}

.calendar_newevent .new_event .action {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2
}

.calendar_newevent .new_event:hover {
    background-color: #757575
}

.calendar_newevent .new_event:hover .intro {
    color: #0047BA
}

#calendar_newevent_edit {
    position: absolute
}

.calendar_selector {
    *zoom: 1;
    background-color: #e8e8e8;
    margin-bottom: 26px
}

.calendar_selector:before,
.calendar_selector:after {
    content: " ";
    display: table;
    line-height: 0
}

.calendar_selector:after {
    clear: both
}

.calendar_selector .calendar_selects {
    -ms-flex-align: center;
    align-items: center;
    color: #757575;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 100%;
    width: 1000px
}

.calendar_selector .calendar_selects .calendar_select {
    box-sizing: border-box;
    color: #757575;
    padding: 18px 41px;
    text-align: center
}

.calendar_selector .calendar_selects .calendar_select.active {
    background-color: #0047BA;
    color: #fff;
    position: relative
}

.calendar_selector .calendar_selects .calendar_select.active::after {
    border: solid transparent 8px;
    border-bottom-color: #fff;
    bottom: 0;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0
}

@media only screen and (max-width:479px) {
    .calendar_selector {
        width: 100%
    }
    .calendar_selector .calendar_selects .calendar_select {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .calendar_selector .calendar_selects {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.posts_list {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px
}

.posts_list .title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #009FDD;
    color: white;
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Avenir LT W01_85 Heavy1475544' !important;
    margin-bottom: 1em
}

.posts_list .posts_filter {
    margin-bottom: 26px
}

.posts_list .image {
    max-width: 226px;
    max-height: 140px;
    overflow: hidden
}

.posts_list .image img.mobile {
    margin-left: -24px;
    max-width: 274px;
    max-height: 140px
}

.posts_list .post_sort {
    width: 100%;
    text-align: center
}

.posts_list .post_sort .category-btn {
    box-sizing: border-box;
    color: #ffffff;
    padding: 10px 12px;
    transition: background-color .25s ease;
    text-align: center;
    font-size: 16px;
    min-width: 110px;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
    background-color: #757575;
    position: relative;
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

@media only screen and (max-width:1000px) {
    .posts_list .post_sort .category-btn {
        min-width: 0
    }
}

.posts_list .post_sort .category-btn.active {
    background-color: #0047BA
}

.posts_list .post_sort .category-btn.active[disabled] {
    background-color: #cccccc
}

.posts_list .post_sort .category-btn.active[disabled]:hover {
    background-color: #cccccc
}

@media only screen and (min-width: 960px) {
    .posts_list .post_sort .category-btn.active.large {
        font-family: Avenir LT W01_55 Roman1475520;
        font-weight: 'bold';
        line-height: 1.2;
        color: #757575;
        font-weight: 600;
        min-width: 232px;
        padding: 6px 16px
    }
}

.posts_list .post_sort .category-btn.active .rotary {
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.posts_list .post_sort .category-btn:hover {
    background-color: #009FDD
}

.posts_list .post_sort .category-btn .rotary {
    border-radius: 50%;
    transition: transform .25s ease;
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    position: absolute;
    left: 10px
}

@media only screen and (max-width: 425px) {
    .posts_list .post_sort .category-btn .rotary {
        display: none
    }
}

.posts_list .post_sort .message {
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    color: #757575;
    display: none
}

.posts_list .wrapper {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0
}

.posts_list .post .subheadline {
    max-height: 88px;
    overflow: hidden
}

@media only screen and (max-width: 640px) {
    .posts_list .post .subheadline {
        max-height: 80px
    }
}

.posts_list .paging {
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.posts_list .paging .turn-num {
    display: none
}

.posts_list .paging .turn-ul {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.posts_list .paging .turn-ul li {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

.posts_list .paging .turn-ul li:after {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #D6D6D6;
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 8px
}

.posts_list .paging .turn-ul li:before {
    display: none
}

.posts_list .paging .turn-ul li.on:after {
    background-color: #757575
}

.posts_list .paging .turn-ul li.first,
.posts_list .paging .turn-ul li.end,
.posts_list .paging .turn-ul li.prev,
.posts_list .paging .turn-ul li.next {
    font-size: 24px;
    display: none
}

.posts_list .paging .turn-ul li.first:after,
.posts_list .paging .turn-ul li.end:after,
.posts_list .paging .turn-ul li.prev:after,
.posts_list .paging .turn-ul li.next:after {
    display: none
}

@media only screen and (max-width:1000px) {
    .posts_list .paging .turn-ul li {
        font-size: 18px
    }
    .posts_list .paging .turn-ul li.on {
        color: #0047BA
    }
    .posts_list .paging .turn-ul li.prev,
    .posts_list .paging .turn-ul li.next {
        display: inline-block
    }
    .posts_list .paging .turn-ul li:after {
        display: none
    }
}

.privacy_notice {
    position: relative;
    z-index: 99
}

.privacy_notice .message {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(224, 222, 222, 0) #f0f0f0;
    background: -webkit-gradient(left top, right top, color-stop(90%, rgba(224, 222, 222, 0)), color-stop(100%, #e0dede)) #f0f0f0;
    background: linear-gradient(to right, rgba(224, 222, 222, 0) 90%, #e0dede 100%) #f0f0f0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0dede', endColorstr='#e0dede', GradientType=1);
    font-size: 12px;
    line-height: 16px
}

.privacy_notice .message p {
    display: inline
}

.privacy_notice .message a.close {
    position: relative;
    top: 2px;
    color: #757575;
    margin-left: 10px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap
}

.spin-wrapper {
    margin-left: 0;
    max-width: 1000px;
    margin-left: calc((100vw - 928px) / 2);
    margin-right: calc((100vw - 928px) / 2)
}

@media only screen and (max-width:1000px) {
    .spin-wrapper {
        margin-left: 12.5vw;
        margin-right: 0
    }
}

.spin-wrapper .threesixty {
    max-width: 398px;
    width: 55%;
    float: right
}

.spin-wrapper .threesixty .current-image {
    visibility: visible;
    width: 100%
}

.spin-wrapper .threesixty .previous-image {
    visibility: hidden;
    width: 0
}

.spin-wrapper .threesixty ol {
    padding-left: 0
}

.spin-wrapper .threesixty ol li {
    font-size: 0
}

.spin-wrapper .threesixty:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    position: absolute;
    right: 65px;
    top: 200px;
    color: #757575;
    font-size: 67px;
    opacity: .3
}

@media only screen and (max-width:640px) {
    .spin-wrapper .threesixty:hover:after {
        bottom: -20px;
        top: unset
    }
}

.spin-wrapper .threesixty.show_icon:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    position: absolute;
    right: 65px;
    top: 200px;
    color: #757575;
    font-size: 67px;
    opacity: .3
}

@media only screen and (max-width:640px) {
    .spin-wrapper .threesixty.show_icon:after {
        bottom: -20px;
        top: unset
    }
}

.spin-wrapper .spin {
    max-width: none;
    position: relative;
    display: block;
    *zoom: 1;
    margin-bottom: 52px
}

.spin-wrapper .spin:before,
.spin-wrapper .spin:after {
    content: " ";
    display: table;
    line-height: 0
}

.spin-wrapper .spin:after {
    clear: both
}

.spin-wrapper .spin .image_wrapper {
    position: relative;
    float: right;
    max-width: 398px;
    width: 100%;
    height: auto;
    margin-bottom: 13px
}

.spin-wrapper .spin .image_wrapper img {
    position: relative;
    max-width: 398px;
    width: 100%;
    height: auto;
    display: block
}

.spin-wrapper .spin .text {
    position: relative;
    display: block;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    max-width: 484px;
    width: 45%;
    float: left;
    box-sizing: border-box
}

.spin-wrapper .spin .text .title {
    font-size: 24px;
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #4a4a4a;
    line-height: 28px;
    margin-bottom: 13px
}

.spin-wrapper .spin .text .copy {
    font-size: 18px;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    line-height: 26px;
    font-weight: normal
}

@media only screen and (max-width:640px) {
    .spin-wrapper {
        margin-left: 0
    }
    .spin-wrapper .spin .threesixty {
        float: none;
        width: 100%
    }
    .spin-wrapper .spin .text {
        float: none;
        width: 100%
    }
}

.dpl-popup {
    border-radius: 4px;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3);
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 25px
}

.quick-links .dpl-popup {
    border-radius: 0 0 0 4px
}

.dpl-toolbar {
    height: 35px;
    padding: 0 10px
}

.dpl-close {
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    transition: opacity .25s ease;
    opacity: 1
}

.dpl-close:hover {
    opacity: .75;
    cursor: pointer
}

.dpl-close svg {
    width: 18px;
    height: 18px
}

.dpl-popup-body {
    text-align: center
}

.dpl-popup-body .dpl-list {
    padding: 0;
    margin: 0;
    text-align: left
}

.dpl-popup-body .dpl-list a {
    color: #ffffff
}

.dpl-popup-body .dpl-list li {
    padding: 5px 0 5px 30px;
    list-style-type: none;
    font-weight: 600
}

.dpl-popup-body .dpl-list li:hover {
    background-color: #cccccc;
    cursor: pointer
}

.dpl-popup-title {
    color: #cccccc
}

.quick-links .dpl-popup-title {
    font-weight: bold;
    text-align: left;
    margin-left: 28px;
    margin-top: 3px;
    margin-bottom: 25px
}

.dpl-popup-link {
    text-align: center
}

.dpl-popup-alert {
    position: fixed;
    bottom: 32px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 450px;
    z-index: 20
}

.dpl-popup-alert .dpl-popup-body {
    padding: 0 24px 10px
}

.article {
    font-family: Avenir LT W01_55 Roman1475520;
    clear: both;
    max-width: 828px;
    margin: 0 auto 10px
}

@media only screen and (max-width:1000px) {
    .article {
        margin-left: 20px;
        margin-right: 20px
    }
}

.article .headline {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0
}

.article .headline p {
    margin-bottom: 0;
    padding: 0
}

.article .headline a {
    color: #4a4a4a
}

.article .copy {
    margin: 0;
    padding: 0;
    color: #757575;
    line-height: 26px;
    font-size: 18px
}

.article .copy p {
    margin: 0 0 26px 0;
    padding: 0
}

.article .copy p strong {
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

.article .copy a {
    color: #0047BA;
    text-decoration: none
}

.article .copy a:hover {
    color: #007EAF
}

.article .copy a:visited {
    color: #0047BA
}

.article .copy a em {
    color: #0047BA
}

.article .copy a em:hover {
    color: #007EAF
}

.article .copy ul {
    margin-bottom: 18px;
    margin-left: 18px;
    padding-left: 0
}

.article .copy ul li {
    list-style-type: none;
    text-indent: -15px;
    padding-left: 16px
}

.article .copy ul li:before {
    content: "\002022";
    padding-left: 6px;
    padding-right: 5px;
    color: #666;
    font-size: 16px
}

.article .copy ol {
    margin-bottom: 18px
}

.article .copy ol li {
    padding-left: 23px;
    margin-bottom: 15px
}

.article .copy ol li:before {
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
    font-size: 16px
}

.article .copy p+ul {
    margin-top: -10.4px
}

.article .copy p+ol {
    margin-top: -10.4px
}

.article .copy sup {
    vertical-align: baseline;
    line-height: 0 !important;
    position: relative;
    top: -4px
}

.article .copy sub {
    vertical-align: baseline;
    line-height: 0 !important;
    position: relative;
    top: 4px
}

.article .copy u {
    text-decoration: underline
}

.article .copy em {
    color: #757575
}

.article .copy img {
    height: auto !important;
    border-width: 0
}

.article .copy .headline {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal
}

.article .copy .col2 {
    column-count: 2;
    column-gap: normal
}

.article .copy .col3 {
    column-count: 3;
    column-gap: normal
}

.article .copy .col4 {
    column-count: 4;
    column-gap: normal
}

.article .copy table.shaded_rows {
    border-collapse: collapse
}

.article .copy table.shaded_rows thead tr {
    background-color: rgba(117, 117, 117, 0.1)
}

.article .copy table.shaded_rows thead th,
.article .copy table.shaded_rows thead td {
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
    border-collapse: collapse;
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #4a4a4a
}

.article .copy table.shaded_rows tbody tr td {
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
    border-collapse: collapse
}

.article .copy table.shaded_rows tbody tr:nth-child(even) {
    background-color: rgba(117, 117, 117, 0.1)
}

.article.final {
    margin-bottom: 60px
}

.content_item_first .article .headline {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 17px;
    line-height: 44px;
    position: relative
}

@media only screen and (max-width:1000px) {
    .content_item_first .article .headline {
        font-size: 22px;
        line-height: 28px
    }
}

.nowrap {
    white-space: nowrap
}

.footnote {
    font-size: 14px;
    font-style: italic;
    line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Avenir LT W01_55 Roman1475520;
    font-weight: 'bold';
    line-height: 1.2;
    color: #757575
}

h1,
.h1 {
    font-family: Avenir LT W01_55 Roman1475520;
    font-style: normal;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 17px;
    color: #4a4a4a;
    text-align: center
}

@media only screen and (max-width:1000px) {
    h1,
    .h1 {
        text-align: left
    }
}

h2,
.h2 {
    font-family: Avenir LT W01_55 Roman1475520;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #4a4a4a;
    text-align: center
}

@media only screen and (max-width:1000px) {
    h2,
    .h2 {
        text-align: left
    }
}

h2.attached,
.h2.attached {
    color: #4a4a4a
}

h3,
.h3 {
    font-family: Avenir LT W01_55 Roman1475520;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #4a4a4a;
    text-align: left
}

@media only screen and (max-width:1000px) {
    h3,
    .h3 {
        text-align: left
    }
}

h4,
.h4 {
    font-family: Avenir LT W01_55 Roman1475520;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #4a4a4a;
    text-align: left
}

.text_small .copy {
    font-size: 18px
}

.text_small .copy h3,
.text_small .copy .h3 {
    font-size: 20px
}

.text_small .copy h4,
.text_small .copy .h4 {
    font-size: 18px
}

.text_small .copy ul li:before {
    font-size: 16px
}

.text_small .copy ol li:before {
    font-size: 16px
}

.text_small .copy sup {
    font-size: 12px;
    top: -2px
}

.text_small .copy sub {
    font-size: 12px;
    top: 2px
}

.text_small .headline {
    font-size: 24px
}

@media only screen and (max-width:1000px) {
    .text_small .headline {
        font-size: 20px;
        line-height: 24px
    }
}

.text_small .content_item_first .headline {
    font-size: 40px
}

@media only screen and (max-width:1000px) {
    .text_small .content_item_first .headline {
        font-size: 22px;
        line-height: 28px
    }
}

.text_medium .copy {
    font-size: 20px;
    line-height: 28px
}

.text_medium .copy h3,
.text_medium .copy .h3 {
    font-size: 22px
}

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

.text_medium .copy ul li:before {
    font-size: 18px
}

.text_medium .copy ol li:before {
    font-size: 18px
}

.text_medium .copy sup {
    font-size: 14px;
    top: -4px
}

.text_medium .copy sub {
    font-size: 14px;
    top: 2px
}

.text_medium .headline {
    font-size: 26px
}

.text_medium .content_item_first .headline {
    font-size: 42px
}

.text_large .copy {
    font-size: 23px;
    line-height: 31px
}

.text_large .copy h3,
.text_large .copy .h3 {
    font-size: 25px
}

.text_large .copy h4,
.text_large .copy .h4 {
    font-size: 23px
}

.text_large .copy ul li:before {
    font-size: 23px
}

.text_large .copy ol li:before {
    font-size: 23px
}

.text_large .copy sup {
    font-size: 16px;
    top: -6px
}

.text_large .copy sub {
    font-size: 16px;
    top: 4px
}

.text_large .headline {
    font-size: 29px
}

.text_large .content_item_first .headline {
    font-size: 45px
}

.body_photo_left {
    float: left;
    position: relative
}

.body_photo_left img {
    float: inherit;
    margin: 7px 14px 7px 0
}

.body_photo_right {
    float: right;
    position: relative
}

.body_photo_right img {
    float: inherit;
    margin: 7px 0 7px 14px
}

.body_photo_right img.top,
.body_photo_left img.top {
    margin-top: 3px
}

@media print {
    .article * {
        color: #000000
    }
    .headline p {
        font-size: 14pt !important;
        font-weight: bold
    }
    .copy ul li {
        background-image: none !important;
        list-style-type: disc !important;
        padding: 0;
        margin-left: 18px
    }
    .content_item_first .article {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:420px) {
    .article .copy .col2 {
        column-count: 1
    }
    .article .copy .col3 {
        column-count: 1
    }
    .article .copy .col4 {
        column-count: 1
    }
}

.backtotop {
    position: relative;
    max-width: 828px;
    margin: 0 auto 52px auto;
    font-size: 18px
}

.backtotop a {
    position: relative;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #0047BA;
    font-family: Avenir LT W01_55 Roman1475520
}

.backtotop a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF
}

.text_small .backtotop {
    font-size: 18px
}

.text_medium .backtotop {
    font-size: 20px
}

.text_large .backtotop {
    font-size: 23px
}

@media print {
    .backtotop {
        display: none
    }
}

.bio {
    width: 100%;
    max-width: 828px;
    min-height: 150px;
    position: relative;
    padding: 0;
    *zoom: 1;
    margin: 0 auto 26px auto
}

.bio:before,
.bio:after {
    content: " ";
    display: table;
    line-height: 0
}

.bio:after {
    clear: both
}

.bio .bio_image {
    width: 150px;
    min-height: 150px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.bio .bio_text {
    display: block;
    position: relative;
    float: left;
    width: 658px
}

.bio .bio_text h3 {
    margin-top: 30px
}

.bio .bio_text .bio_text_text {
    font-size: 15px;
    line-height: 20px
}

.bio .bio_text a {
    color: #0047BA
}

.bio .bio_text a:hover {
    color: #007EAF
}

.el_content_item:last-child .bio {
    border-bottom: none
}

.text_small .bio .bio_text .bio_text_name {
    font-size: 22px
}

.text_medium .bio .bio_text .bio_text_name {
    font-size: 24px
}

.text_large .bio .bio_text .bio_text_name {
    font-size: 29px
}

@media only screen and (max-width:1000px) {
    .responsive .bio {
        margin: 0;
        margin-bottom: 26px
    }
}

@media only screen and (max-width:650px) {
    .responsive .bio .bio_text {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:500px) {
    .responsive .bio .bio_image {
        float: none;
        margin-bottom: 26px;
        width: 100%;
        max-width: 150px;
        height: auto
    }
}

.bio_listing {
    display: table;
    width: 100%;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    font-size: 18px;
    line-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative
}

.bio_listing:hover {
    background-color: #0047BA;
    color: #fff;
    border-radius: 0
}

.bio_listing:hover a {
    color: #fff
}

.bio_listing .field {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px
}

.bio_listing .field.name {
    width: 20%
}

.bio_listing .field.title {
    width: 45%
}

.bio_listing .field.split {
    display: none
}

.bio_listing .field.phone {
    width: 20%;
    white-space: nowrap
}

.bio_listing .field.email {
    width: 5%
}

.bio_listing .field.linkedin {
    width: 5%
}

.bio_listing .field.image {
    width: 5%
}

.bio_listing .field.image a img {
    width: 257px;
    height: 357px;
    display: none
}

.bio_listing .field.image a:hover img {
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    width: 257px;
    height: 357px;
    z-index: 10;
    border: 3px solid #0047BA;
    border-radius: 0
}

.bio_listing a {
    color: #0047BA
}

.bio_listing a:hover {
    color: #007EAF
}

.el_content_item:last-child .bio_listing {
    border-bottom: none
}

.text_small .bio_listing {
    font-size: 18px
}

.text_medium .bio_listing {
    font-size: 20px
}

.text_large .bio_listing {
    font-size: 23px
}

@media only screen and (max-width:650px) {
    .responsive .bio_listing {
        display: block;
        margin: 0;
        margin-bottom: 26px;
        *zoom: 1
    }
    .responsive .bio_listing:before,
    .responsive .bio_listing:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .bio_listing:after {
        clear: both
    }
    .responsive .bio_listing .field {
        display: block;
        float: left
    }
    .responsive .bio_listing .field.name {
        width: auto;
        min-width: 45%;
        margin-right: 5%
    }
    .responsive .bio_listing .field.title {
        width: auto
    }
    .responsive .bio_listing .field.split {
        width: 100%;
        height: 0
    }
    .responsive .bio_listing .field.phone {
        width: 50%;
        white-space: nowrap
    }
    .responsive .bio_listing .field.email {
        width: auto;
        margin-left: 10px
    }
    .responsive .bio_listing .field.linkedin {
        width: auto;
        margin-left: 10px
    }
    .responsive .bio_listing .field.image {
        width: auto;
        margin-left: 10px
    }
    .responsive .bio_listing .field.image a:hover img {
        display: none
    }
}


.section_collapse .content_item_first {
    background-color: #ffffff
}

.section_collapse .el_content_item {
    margin-bottom: 0
}

.section_collapse .el_content_item:last-child {
    padding-bottom: 160px
}

.section_collapse .article {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

.section_collapse .article h2 {
    position: relative;
    display: block;
    padding-top: 50px
}

.section_collapse .article h2.section {
    padding: 15px 0 15px 87px;
    background: #f2f2f2;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: linear-gradient(135deg, #f2f2f2 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-align: left
}

@media only screen and (max-width:1000px) {
    .section_collapse .article h2.section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section_collapse .article h2.collapse_more {
    margin-bottom: 0
}

.section_collapse .article h2.collapse_less {
    margin-bottom: 0;
    color: #ffffff;
    background-color: #009fdd !important;
    background: transparent
}

.section_collapse .article .collapse_centered_arrow {
    position: relative;
    display: block;
    padding-top: 50px
}

.section_collapse .article .collapse_centered_arrow.section {
    padding: 15px 0 15px 87px;
    background: #f2f2f2;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: linear-gradient(135deg, #f2f2f2 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-align: left
}

@media only screen and (max-width:1000px) {
    .section_collapse .article .collapse_centered_arrow.section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section_collapse .article .collapse_centered_arrow.collapse_more {
    margin-bottom: 0
}

.section_collapse .article .collapse_centered_arrow.collapse_less {
    margin-bottom: 0;
    color: #ffffff;
    background-color: #009fdd !important;
    background: transparent
}

.section_collapse .article .copy {
    background-color: #ffffff
}

@media only screen and (min-width:640px) and (max-width:1000px) {
    .section_collapse .article .copy {
        max-width: 1000px
    }
}

.section_collapse .article .copy.open {
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 10px
}

.section_collapse .article .copy p,
.section_collapse .article .copy ol,
.section_collapse .article .copy ul {
    padding-left: 86px;
    padding-right: 86px
}

@media only screen and (max-width:1000px) {
    .section_collapse .article .copy p,
    .section_collapse .article .copy ol,
    .section_collapse .article .copy ul {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section_collapse .article .copy p:first-child,
.section_collapse .article .copy ol:first-child,
.section_collapse .article .copy ul:first-child {
    padding-top: 36px
}

.section_collapse .article .copy table {
    width: 100%;
    max-width: 900px;
    padding: 0;
    border-width: 0;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    margin: 10px auto;
    table-layout: fixed
}

.section_collapse .article .copy table thead {
    background-color: #4a4a4a;
    text-align: left
}

.section_collapse .article .copy table tr {
    margin: 0;
    padding: 0;
    border-width: 0
}

.section_collapse .article .copy table tr:nth-child(even) {
    background-color: #f9f9f9
}

.section_collapse .article .copy table tr th,
.section_collapse .article .copy table tr td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border: 1px solid #dddddd;
    min-width: 50px;
    font-size: 18px;
    line-height: 26px
}

.section_collapse .article .copy table tr td {
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.section_collapse .article .copy table tr td:first-child {
    border-left-color: #dddddd
}

.section_collapse .article .copy table tr:last-child td {
    border-bottom-color: #dddddd
}

.section_collapse .article .copy table em {
    color: #757575
}

.collapse {
    height: 0;
    font-size: 0;
    line-height: 0
}

.collapse_more:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    position: absolute;
    right: 33px;
    top: 20px;
    font-size: 25px;
    color: #00A0DF
}

.collapse_centered_arrow.section:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    position: absolute;
    right: 33px;
    top: 0;
    font-size: 25px;
    color: #00A0DF
}

.collapse_less:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    position: absolute;
    right: 33px;
    top: 20px;
    font-size: 25px;
    color: #ffffff
}

.text_small .collapse,
.text_small,
.text_small {
    font-size: 18px
}

.text_medium .collapse,
.text_medium,
.text_medium {
    font-size: 20px
}

.text_large .collapse,
.text_large,
.text_large {
    font-size: 23px
}

@media print {
    .collapse_link * {
        display: none
    }
    .collapse_hidden {
        display: block !important
    }
}

.section_collapse .rates_table {
    margin-left: 0 !important
}

.uk-accordion-title.uk-active .fa-chevron-down:before {
    content: "\f077"
}

.cta_wrapper {
    *zoom: 1;
    width: auto;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 24px 86px;
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

@media only screen and (max-width:1200px) {
    .cta_wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:1400px) {
    .cta_wrapper {
        padding: 20px
    }
}

.cta_wrapper:before,
.cta_wrapper:after {
    content: " ";
    display: table;
    line-height: 0
}

.cta_wrapper:after {
    clear: both
}

.cta_wrapper .text {
    float: left;
    color: #ffffff;
    position: relative;
    top: 50%
}

@media only screen and (max-width:1000px) {
    .cta_wrapper .text {
        float: none
    }
}

.cta_wrapper .text h3 {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 5px
}

.cta_wrapper .text p {
    font-family: 'Avenir LT W01_65 Medium1475532';
    margin: 0;
    line-height: 1.4
}

.interior .cta_wrapper .btn {
    float: right;
    background-color: #ffffff;
    color: #0047BA;
    line-height: 16px;
    letter-spacing: 4.7px;
    margin-top: 14px;
    margin-bottom: 0
}

@media only screen and (max-width:1000px) {
    .interior .cta_wrapper .btn {
        float: none
    }
}

.interior .cta_wrapper .btn:after {
    color: #0047BA;
    top: 7px
}

.interior .cta_wrapper .btn:hover {
    cursor: pointer;
    background-color: #f5f5f5;
    color: #0047BA
}

.cta {
    z-index: 99 !important
}

.cta .modal-content {
    background-attachment: fixed !important;
    width: auto !important;
    padding: 80px 20px !important
}

.cta .result_message {
    color: white !important
}

.cta .validate_message {
    color: white !important
}

.cta .el-form-wrapper .uk-form {
    padding-left: 0
}

.cta .el-form-wrapper .uk-form .fields .uk-form-row .uk-form-label {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    margin-bottom: 6px
}

.cta .el-form-wrapper .el-button.uk-button-primary {
    float: none;
    margin: 0;
    background-color: #009fdd !important
}

.cta .el-form-wrapper input,
.cta .el-form-wrapper textarea {
    box-shadow: none
}

.cta h1 {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    text-align: left
}

.cta h2 {
    color: white;
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
    font-family: 'Avenir LT W01_65 Medium1475532'
}

.cta .content_wrapper {
    max-width: 828px;
    margin: 0 auto
}

.cta .content_wrapper .close {
    color: #ffffff;
    font-size: 40px
}

.cta .content_wrapper .close:hover {
    cursor: pointer
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 0
}

.download_form_wrapper {
    *zoom: 1;
    width: auto;
    max-width: 828px;
    margin: 0 auto 40px;
    padding: 24px 86px;
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

@media only screen and (max-width:1000px) {
    .download_form_wrapper {
        padding: 20px
    }
}

.download_form_wrapper:before,
.download_form_wrapper:after {
    content: " ";
    display: table;
    line-height: 0
}

.download_form_wrapper:after {
    clear: both
}

.download_form_wrapper .text {
    float: left
}

@media only screen and (max-width:1000px) {
    .download_form_wrapper .text {
        float: none
    }
}

.download_form_wrapper .text h3 {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 5px
}

.download_form_wrapper .text p {
    margin: 0;
    font-size: 22px;
    line-height: 1.4
}

.download_form_wrapper .btn {
    float: right;
    color: #0047BA;
    padding: 17px 20px;
    line-height: 16px;
    letter-spacing: 4.7px;
    margin-top: 14px;
    margin-bottom: 0
}

@media only screen and (max-width:1000px) {
    .download_form_wrapper .btn {
        float: none
    }
}

.download_form_wrapper .btn:after {
    display: none
}

.download_form {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.download_form input {
    margin-left: auto;
    margin-right: auto
}

.download_form .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.download_form .modal-content {
    background-attachment: fixed !important;
    width: 100% !important;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.download_form .el-form-wrapper {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    max-width: 828px
}

.download_form h1 {
    margin-left: 10%;
    text-align: left;
    max-width: 828px
}

.download_form h2 {
    max-width: 828px;
    font-size: 18px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left
}

@media only screen and (min-width:1040px) {
    .download_form h1 {
        margin-left: auto;
        margin-right: auto
    }
    .download_form h2 {
        margin-left: auto;
        margin-right: auto
    }
    .download_form .el-form-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

.social_bar {
    margin: 10px auto 52px
}

.social_bar .social_icons {
    text-align: center;
    font-size: 36px
}

.social_bar .social_icons a {
    color: #009fdd;
    margin: 0 15px
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box:first-of-type {
    display: block
}

@media only screen and (max-width: 640px) {
    .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box:first-of-type {
        display: none
    }
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box:last-of-type {
    display: none
}

@media only screen and (max-width: 640px) {
    .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box:last-of-type {
        display: block
    }
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.align {
    max-width: 400px;
    box-sizing: border-box
}

@media only screen and (min-width: 960px) {
    .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.align {
        margin-top: 6px;
        margin-bottom: 5px
    }
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.right {
    float: right;
    margin-left: 32px
}

@media only screen and (max-width: 640px) {
    .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.right {
        float: none;
        margin-left: 0
    }
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.left {
    float: left;
    margin-right: 32px
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box.fullwidth {
    max-width: 828px;
    margin: 15px auto
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .title {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 12px;
    color: #00A0E0;
    text-transform: uppercase;
    margin-bottom: 2px
}

@media only screen and (max-width: 640px) {
    .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .title {
        text-align: left
    }
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .copy,
.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box p {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 18px;
    line-height: 22px;
    color: #4a4a4a;
    margin-bottom: 18px
}

.blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .btn {
    margin: 0;
    color: #ffffff
}

.text_small .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .title {
    font-size: 12px
}

.text_small .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .copy,
.text_small .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box p {
    font-size: 18px;
    line-height: 22px
}

.text_small .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .pet-btn {
    font-size: 16px
}

.text_medium .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .title {
    font-size: 14px;
    line-height: 30px
}

.text_medium .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .copy,
.text_medium .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box p {
    font-size: 20px;
    line-height: 24px
}

.text_medium .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .pet-btn {
    font-size: 18px
}

.text_large .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .title {
    font-size: 17px;
    line-height: 33px
}

.text_large .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .copy,
.text_large .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box p {
    font-size: 23px;
    line-height: 37px
}

.text_large .blue-box.blue-box.blue-box.blue-box.blue-box.blue-box .pet-btn {
    font-size: 21px
}

.embed {
    position: relative;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    *zoom: 1;
    color: #757575
}

.embed:before,
.embed:after {
    content: " ";
    display: table;
    line-height: 0
}

.embed:after {
    clear: both
}

.embed h1,
.embed h2,
.embed h3,
.embed h4,
.embed h5,
.embed h6 {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 15px 0
}

.embed a {
    color: #0047BA !important
}

.embed ul {
    margin-bottom: 18px
}

.embed ol {
    margin-bottom: 18px
}

.embed ul li {
    list-style-type: none
}

.embed ul li:before {
    content: "\002022";
    padding-left: 6px;
    padding-right: 5px;
    color: #0047ba
}

.embed ol li {
    margin-left: 24px
}

.embed img {
    border-width: 0
}

.text_small .embed {
    font-size: 16px
}

.text_small .embed ul li:before {
    font-size: 14px
}

.text_small .embed sup {
    font-size: 12px
}

.text_medium .embed {
    font-size: 18px
}

.text_medium .embed ul li:before {
    font-size: 16px
}

.text_medium .embed sup {
    font-size: 14px
}

.text_large .embed {
    font-size: 20px
}

.text_large .embed ul li:before {
    font-size: 18px
}

.text_large .embed sup {
    font-size: 16px
}

@media print {
    .embed * {
        color: #000000 !important
    }
    .embed ul li {
        background-image: none !important;
        list-style-type: disc !important;
        padding: 0
    }
}

.cta {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.cta h1 {
    color: white
}

.cta form {
    color: white
}

.cta input {
    margin-left: auto;
    margin-right: auto
}

.cta .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.cta .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.featured_wrapper.carousel_large {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding-top: 0;
    overflow: hidden
}

.home .featured_wrapper.carousel_large {
    display: none
}

.featured_carousel_large {
    *zoom: 1
}

.featured_carousel_large:before,
.featured_carousel_large:after {
    content: " ";
    display: table;
    line-height: 0
}

.featured_carousel_large:after {
    clear: both
}

.featured_carousel_large:before {
    width: 0
}

.featured_carousel_large.article {
    max-width: 100%;
    width: auto;
    margin: 0
}

.featured_carousel_large .owl-stage-outer {
    max-width: 1000px;
    margin-bottom: 0
}

.featured_carousel_large .owl-stage-outer .owl-stage .owl-item {
    max-width: 1000px
}

.featured_carousel_large .owl-stage-outer .owl-stage .owl-item .article {
    margin: 0 auto
}

.featured_carousel_large .image_captioned .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px
}

.featured_carousel_large .image_captioned .image .image_captioned_image {
    max-width: 1000px
}

.featured_carousel_large .image_captioned .image img {
    width: auto
}

@media only screen and (max-width:1150px) {
    .featured_carousel_large .image_captioned .image img {
        width: 90%;
        margin: 0 auto
    }
}

.featured_carousel_large .owl-dots {
    transition: top .75s;
    margin: 0 auto !important;
    width: 100%
}

.featured_carousel_large .owl-dots .owl-dot span {
    height: 16px !important;
    width: 16px !important;
    background-color: #D8D8D8 !important
}

.featured_carousel_large .owl-dots .owl-dot:hover span {
    background-color: black;
    opacity: .5
}

.featured_carousel_large .owl-dots .owl-dot.active span {
    background-color: #757575 !important
}

@media only screen and (max-width:960px) {
    .featured_carousel_large .owl-dots {
        left: 0;
        width: 100%;
        padding-left: 0;
        text-align: center !important;
        pointer-events: none;
        top: 0
    }
    .featured_carousel_large .owl-dots .owl-dot {
        pointer-events: auto
    }
}

.featured_carousel_large .owl-nav {
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    padding: 0;
    margin-top: 0 !important
}

.featured_carousel_large .owl-nav div.owl-prev,
.featured_carousel_large .owl-nav div.owl-next {
    pointer-events: auto;
    height: 100%;
    background-color: white !important;
    margin: 0 !important;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.featured_carousel_large .owl-nav div.owl-prev .arrow,
.featured_carousel_large .owl-nav div.owl-next .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: top .75s
}

.featured_carousel_large .owl-nav div.owl-prev .arrow:before,
.featured_carousel_large .owl-nav div.owl-next .arrow:before {
    color: #959ca2;
    font-family: FontAwesome;
    font-size: 28px;
    transition: opacity .75s
}

.featured_carousel_large .owl-nav div.owl-prev.disabled,
.featured_carousel_large .owl-nav div.owl-next.disabled {
    opacity: 1
}

.featured_carousel_large .owl-nav div.owl-prev.disabled .arrow:before,
.featured_carousel_large .owl-nav div.owl-next.disabled .arrow:before {
    opacity: .25
}

.featured_carousel_large .owl-nav .owl-prev {
    left: 0
}

.featured_carousel_large .owl-nav .owl-prev .arrow:before {
    content: '\f053'
}

.featured_carousel_large .owl-nav .owl-next {
    right: -1px
}

.featured_carousel_large .owl-nav .owl-next .arrow:before {
    content: '\f054'
}

@media only screen and (min-width:1000px) {
    .featured_carousel .image_captioned .image {
        max-width: 1000px;
        width: auto;
        max-height: 346px;
        height: auto
    }
    .featured_carousel .image_captioned .image .image_captioned_image {
        position: absolute;
        top: 0;
        left: 0
    }
    .featured_carousel .image_captioned .image .image_captioned_image img {
        transition: transform .3s ease
    }
    .featured_carousel .image_captioned a .image:hover .image_captioned_image img {
        transition: transform .3s ease;
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.el-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 828px;
    margin: 0 auto 26px auto;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575
}

.el-form-wrapper .headline {
    color: #4a4a4a
}

.el-form-wrapper .copy {
    line-height: 26px
}

.el-form-wrapper .el-button.uk-button-primary {
    padding: 16px 65px 16px 20px !important;
    width: auto;
    text-transform: uppercase;
    text-indent: 0;
    border-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    float: right
}

.el-form-wrapper .el-button.uk-button-primary:hover {
    background-color: #009FDD !important;
    color: #fff !important
}

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

.el-form-wrapper .uk-form textarea,
.el-form-wrapper .uk-form input:not([type]),
.el-form-wrapper .uk-form input[type="text"],
.el-form-wrapper .uk-form input[type="password"],
.el-form-wrapper .uk-form input[type="email"],
.el-form-wrapper .uk-form input[type="url"],
.el-form-wrapper .uk-form input[type="search"],
.el-form-wrapper .uk-form input[type="tel"],
.el-form-wrapper .uk-form input[type="number"],
.el-form-wrapper .uk-form input[type="datetime"] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.el-form-wrapper label.uk-form-label {
    font-weight: normal !important
}

.el-form-wrapper .uk-form-row.required_error .uk-form-label {
    color: #0047BA
}

.el-form-wrapper .uk-form-row.required_error fieldset {
    background-color: rgba(0, 71, 186, 0.2);
    border: 1px solid #0047BA;
    padding: 3px
}

.el-form-wrapper .uk-form-row.required_error fieldset .uk-form-label {
    color: #757575;
    width: 45%
}

.el-form-wrapper .uk-form-danger {
    border-color: #0047BA !important;
    color: #0047BA !important
}

.el-form-wrapper input {
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    zoom: 1;
    margin: 0;
    border: 1px solid #ccc;
    padding: 6px 0 0 0;
    text-indent: 5px;
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 1px 6px #ccc;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.el-form-wrapper input:-moz-placeholder {
    color: #bbb
}

.el-form-wrapper input::-moz-placeholder {
    color: #bbb
}

.el-form-wrapper input:-ms-input-placeholder {
    color: #bbb
}

.el-form-wrapper input::-webkit-input-placeholder {
    color: #bbb
}

.el-form-wrapper input .error {
    border: 1px solid #0047BA
}

.el-form-wrapper input[disabled="disabled"],
.el-form-wrapper input.disabled {
    color: #999;
    background: #f5f5f5;
    box-shadow: inset 0 1px 2px #ddd
}

.el-form-wrapper textarea {
    margin: 0;
    height: 200px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    font-family: inherit;
    border-radius: 0;
    box-shadow: inset 0 1px 6px #ccc;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.el-form-wrapper select {
    vertical-align: middle;
    margin: 0;
    border: 1px solid #ccc;
    text-indent: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    box-shadow: inset 0 1px 6px #ccc;
    box-sizing: border-box;
    unicode-bidi: bidi-override;
    direction: ltr;
    overflow: auto;
    line-height: 100%;
    padding: 3px;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575
}

.el-form-wrapper fieldset {
    box-sizing: border-box;
    padding: 15px 15px;
    margin: 0;
    border: 1px solid #ccc;
    background: #f5f5f5;
    border-radius: 0;
    position: relative
}

.el-form-wrapper fieldset label {
    margin-right: 15px;
    margin-bottom: 15px
}

.el-form-wrapper fieldset label input.checkbox,
.el-form-wrapper fieldset label input.radio {
    float: left;
    margin-right: 15px !important;
    margin-top: 4px
}

.el-form-wrapper fieldset label span {
    width: auto !important;
    float: left !important;
    padding-top: 0 !important
}

.el-form-wrapper input.checkbox,
.el-form-wrapper input[type="checkbox"] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: center;
    *vertical-align: top
}

.el-form-wrapper input.radio,
.el-form-wrapper input[type="radio"] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: center;
    *vertical-align: top
}

.el-form-wrapper input[type="radio"]:focus,
.el-form-wrapper input[type="checkbox"]:focus {
    -o-box-shadow: 0 0 5px #0047BA;
    box-shadow: 0 0 5px #0047BA;
    outline-color: #0047BA
}

.el-form-wrapper input.file,
.el-form-wrapper input[type="file"] {
    box-shadow: none
}

.el-form-wrapper .field_richtext .cke {
    float: right
}

.el-form-wrapper .field_richtext .cke_chrome {
    border-radius: 0;
    background-color: #f5f5f5
}

.el-form-wrapper .required_error .cke_chrome {
    border-color: #0047BA
}

.el-form-wrapper .recaptcha_required {
    border: 1px solid #0047BA
}

.el-form-wrapper .form_message {
    display: none;
    line-height: 23px;
    margin-right: 30px;
    color: #757575
}

.el-form-wrapper .form_message.required {
    color: #0047BA
}

.el-form-wrapper .validate_message {
    width: 50%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #0047BA;
    display: none
}

.el-form-wrapper .result_message {
    display: none;
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #4a4a4a;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 15px;
    width: 80%;
    padding: 10%
}

.el-form-wrapper .result_message p {
    margin-bottom: 15px
}

.el-form-wrapper .result_message.inline {
    display: block
}

.el-form-wrapper .helptext {
    width: 50%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #757575
}

.el-form-wrapper .helptext .key {
    float: none;
    display: none;
    color: #757575
}

.el-form-wrapper .helptext .key.pc {
    display: inline
}

.el-form-wrapper .fieldhelp {
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    font-weight: normal;
    color: #757575;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.el-form-wrapper .fieldhelp .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #757575;
    color: #757575;
    font-weight: normal;
    padding: 7px;
    display: none;
    width: 300px;
    white-space: normal;
    z-index: 50
}

.el-form-wrapper .fieldhelp p {
    color: #ffffff
}

.el-form-wrapper .fieldhelp p:last-of-type {
    margin-bottom: 0 !important
}

.el-form-wrapper .fieldhelp:hover .content {
    display: block
}

.el-form-wrapper .fieldhelp .content a {
    color: #ffffff;
    text-decoration: underline;
    white-space: nowrap
}

#form_result a {
    color: #0047BA
}

.text_small .el-form-wrapper {
    font-size: 16px
}

.text_small .el-form-wrapper input.button,
.text_small .el-form-wrapper .el-button.uk-button-primary {
    font-size: 14px
}

.text_small .el-form-wrapper .form_message,
.text_small .el-form-wrapper .validate_message {
    font-size: 18px
}

.text_small .el-form-wrapper .result_message {
    font-size: 37px !important
}

.text_small .el-form-wrapper .result_message p {
    font-size: 37px !important
}

.text_small .el-form-wrapper .helptext {
    font-size: 12px
}

.text_small .el-form-wrapper .fieldhelp {
    font-size: 19px
}

.text_small .el-form-wrapper .fieldhelp .content {
    font-size: 16px
}

.text_small .el-form-wrapper p {
    font-size: 16px
}

.text_medium .el-form-wrapper {
    font-size: 18px
}

.text_medium .el-form-wrapper input.button,
.text_medium .el-form-wrapper .el-button.uk-button-primary {
    font-size: 16px
}

.text_medium .el-form-wrapper .form_message,
.text_medium .el-form-wrapper .validate_message {
    font-size: 16px
}

.text_medium .el-form-wrapper .result_message {
    font-size: 40px !important
}

.text_medium .el-form-wrapper .result_message p {
    font-size: 40px !important
}

.text_medium .el-form-wrapper .helptext {
    font-size: 14px
}

.text_medium .el-form-wrapper .fieldhelp {
    font-size: 21px
}

.text_medium .el-form-wrapper .fieldhelp .content {
    font-size: 18px
}

.text_medium .el-form-wrapper p {
    font-size: 18px
}

.text_large .el-form-wrapper {
    font-size: 20px
}

.text_large .el-form-wrapper input.button,
.text_large .el-form-wrapper .el-button.uk-button-primary {
    font-size: 18px
}

.text_large .el-form-wrapper .form_message,
.text_large .el-form-wrapper .validate_message {
    font-size: 18px
}

.text_large .el-form-wrapper .result_message {
    font-size: 45px !important
}

.text_large .el-form-wrapper .result_message p {
    font-size: 45px !important
}

.text_large .el-form-wrapper .helptext {
    font-size: 16px
}

.text_large .el-form-wrapper .fieldhelp {
    font-size: 24px
}

.text_large .el-form-wrapper .fieldhelp .content {
    font-size: 20px
}

.text_large .el-form-wrapper p {
    font-size: 20px
}

.form_suppliers {
    max-width: none;
    background-color: #efefef;
    margin-bottom: 0
}

.form_suppliers form {
    padding-left: 0
}

.form_suppliers form .form_width_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 52px;
    padding-bottom: 26px
}

.form_suppliers form .form_width_wrapper h2 {
    text-align: left
}

@media only screen and (max-width: 640px) {
    .form_suppliers form .form_width_wrapper {
        margin-left: 26px;
        margin-right: 26px
    }
}

.form_suppliers form .supplier_contact .uk-form-controls fieldset {
    background-color: transparent;
    border-width: 0;
    padding-top: 4px;
    padding-bottom: 4px
}

.form_suppliers form .supplier_contact .uk-form-controls fieldset .uk-form-label {
    width: auto;
    display: inline-block;
    margin-right: 15px
}

.form_suppliers form .supplier_contact .uk-form-controls fieldset .uk-form-label span {
    float: none !important
}

.form_suppliers form .supplier_contact .uk-form-label {
    width: 100%;
    margin-right: -10px
}

.form_suppliers form .uk-form-row.recaptcha {
    background-color: #fff;
    padding-top: 26px
}

.form_suppliers form .uk-form-row.recaptcha .g-recaptcha>div {
    margin-left: auto;
    margin-right: auto
}

.form_suppliers form .section_collapse .uk-form-controls fieldset {
    background-color: transparent;
    padding: 0;
    border-bottom-width: 0
}

.form_suppliers form .section_collapse .uk-form-controls fieldset .form_width_wrapper {
    max-width: 868px;
    margin-left: 84px;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

@media only screen and (max-width: 640px) {
    .form_suppliers form .section_collapse .uk-form-controls fieldset .form_width_wrapper {
        margin-left: 11px
    }
}

.form_suppliers form .section_collapse .uk-form-controls fieldset label.uk-form-label {
    font-size: 15px;
    width: auto;
    width: 30%;
    padding-left: 0
}

@media only screen and (max-width: 640px) {
    .form_suppliers form .section_collapse .uk-form-controls fieldset label.uk-form-label {
        width: 40%
    }
}

.form_suppliers form .section_collapse .uk-form-controls fieldset label.uk-form-label input {
    margin-right: 7px !important
}

.form_suppliers form .section_collapse .collapse_more {
    border-right: 1px solid #ccc
}

.form_suppliers form .fields .submit-row {
    margin: 0;
    background-color: #fff;
    text-align: center
}

.form_suppliers form .fields .submit-row button {
    display: inline-block;
    float: none
}

.form_suppliers form .uk-form-row.required_error fieldset {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px
}

.form_suppliers form .uk-form-row.required_error fieldset .uk-form-label {
    width: auto;
    margin-bottom: 0
}

.form_suppliers form .uk-form-row.required_error fieldset .uk-form-label span input {
    margin-bottom: 5px !important
}

.form_suppliers .section_collapse {
    background-image: none;
    background-color: #fff
}

.form_suppliers .section_collapse .article h2.section {
    padding-left: 100px
}

@media only screen and (max-width: 640px) {
    .form_suppliers .section_collapse .article h2.section {
        padding-left: 26px
    }
}

.form_suppliers .section_collapse .article .copy.open {
    padding-bottom: 0
}

.form_suppliers .section_collapse .el_content_item:last-child {
    padding-bottom: 0
}

.form_suppliers .section_collapse .el_content_item:last-child fieldset {
    border-bottom: 1px solid #ccc
}

.form_suppliers .section_collapse .el_content_item:last-child .collapse_more {
    border-bottom: 1px solid #ccc
}

.uk-close-alt {
    color: #005d7b
}

.gallery {
    *zoom: 1
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
    line-height: 0
}

.gallery:after {
    clear: both
}

.gallery .uk-width-medium-1-3,
.gallery .uk-width-1-2 {
    margin-bottom: 16px
}

.gallery a.uk-thumbnail {
    border-style: none;
    border-width: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0
}

.gallery a img {
    border-radius: 0
}

@media print {
    .gallery * {
        color: #000000 !important
    }
}

.maps-embed-container {
    margin-left: calc((100vw - 100%) / -2);
    overflow: hidden;
    width: 99.5vw
}

.maps-embed-container iframe {
    width: 100vw;
    height: 40vw;
    max-height: 465px;
    min-height: 400px
}

.fleet {
    position: relative;
    *zoom: 1
}

.fleet:before,
.fleet:after {
    content: " ";
    display: table;
    line-height: 0
}

.fleet:after {
    clear: both
}

.fleet .fleet_plane {
    position: relative;
    display: block;
    width: 487px;
    height: 114px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 12px 12px 0
}

.fleet .fleet_plane:nth-child(even) {
    margin-right: 0
}

.fleet .fleet_plane .plane_name {
    position: absolute;
    left: 55px;
    top: 16px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a5a
}

.fleet .fleet_plane .plane_count {
    position: absolute;
    right: 25px;
    top: 31px;
    font-size: 50px;
    color: #184a79
}

.fleet .total_count {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 400px;
    height: 400px;
    font-size: 36px;
    color: #184a79;
    margin-top: 45px
}

#plane_image_edit {
    position: relative;
    margin-left: 5px;
    margin-top: 5px
}

@media only screen and (max-width:487px) {
    .fleet .fleet_plane {
        width: 100%;
        float: none;
        margin-right: 0;
        padding-top: 35px;
        background-position: 0 35px
    }
}

.location {
    width: 100%;
    min-height: 150px;
    position: relative;
    padding: 0;
    margin: 0 auto 26px auto;
    margin-bottom: 26px;
    display: table;
    vertical-align: top
}

.location .location_item {
    display: table-row;
    vertical-align: top
}

.location .location_image {
    width: 150px;
    min-height: 150px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    margin-bottom: 10px
}

.location .location_text {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.location .location_text .location_text_label {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin: 0 0 15px 0
}

.location .location_text .location_text_address p {
    margin-bottom: 0
}

.location .location_text .location_text_phone p {
    margin-bottom: 0
}

.location .location_text a {
    color: #0047BA
}

.location .location_text a:hover {
    color: #007EAF
}

.el_content_item:last-child .location {
    border-bottom: none
}

.text_small .location .location_text .location_text_name,
.text_small .location .location_text .location_text_label {
    font-size: 22px
}

.text_medium .location .location_text .location_text_name,
.text_medium .location .location_text .location_text_label {
    font-size: 24px
}

.text_large .location .location_text .location_text_name,
.text_large .location .location_text .location_text_label {
    font-size: 29px
}

@media only screen and (max-width:424px) {
    .responsive .location .location_item {
        height: auto;
        min-height: 0;
        display: block;
        margin-bottom: 0
    }
    .responsive .location .location_image {
        height: auto;
        min-height: 0;
        display: block;
        padding: 0
    }
    .responsive .location .location_text {
        height: auto;
        min-height: 0;
        display: block;
        width: 100%;
        margin: 0
    }
}

.popup_map {
    position: relative
}

.popup_map .map {
    width: 100%;
    height: auto
}

.popup_map .map_location {
    position: absolute
}

.popup_map .map_location:after {
    content: "\f10c";
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 1vw;
    position: absolute;
    top: -0.4vw;
    left: -0.4vw
}

.location_map {
    margin-bottom: 26px
}

.location_map .locations {
    position: relative
}

.location_map .locations .map {
    width: 100%;
    height: auto
}

.location_map .locations .map_location {
    position: absolute;
    width: 2vw;
    height: 2vw;
    z-index: 4
}

.location_map .locations .map_location:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: -1vw;
    left: -2vw
}

.location_map .locations .map_location:after {
    content: "\f10c";
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 1vw;
    position: absolute;
    top: -0.4vw;
    left: -0.4vw
}

.location_map .locations .map_location .info {
    display: none;
    width: 200px;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    color: #4a4a4a;
    position: relative;
    top: 2px;
    left: 2px;
    background-color: #fff;
    border: 5px solid #fff
}

.location_map .locations .map_location .info .name {
    font-size: 18px
}

.location_map .locations .map_location .info img {
    width: 100%;
    height: auto
}

.location_map .locations .map_location:hover {
    z-index: 5
}

.location_map .locations .map_location:hover:after {
    content: "\f192";
    color: #4a4a4a
}

.location_map .locations .map_location:hover .info {
    display: block
}

.el_content_item:last-child .location_map {
    border-bottom: none
}

.text_small .location_map .location_map_text .location_map_text_name {
    font-size: 22px
}

.text_medium .location_map .location_map_text .location_map_text_name {
    font-size: 24px
}

.text_large .location_map .location_map_text .location_map_text_name {
    font-size: 29px
}

@media only screen and (max-width:1000px) {
    .responsive .location_map {
        margin: 0;
        margin-bottom: 26px
    }
}

@media only screen and (max-width:450px) {
    .location_map .locations .map_location:after {
        font-size: 2vw;
        position: absolute;
        top: -0.9vw;
        left: -0.9vw
    }
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 45px;
    padding: 60px 0;
    *zoom: 1
}

.wrapper.full-width {
    width: 100%;
    max-width: none;
    padding: 75px 0 33px
}

.wrapper .cards-title {
    color: #4990E2;
    margin-bottom: 29px;
    text-align: center;
    font-family: 'Avenir LT W01_35 Light1475496';
    letter-spacing: -1px;
    font-size: 36px
}

.wrapper:before {
    width: 0
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
    line-height: 0
}

.wrapper:after {
    clear: both
}

.wrapper .collapse_wrapper {
    max-width: 1000px;
    margin: 0 auto
}

.wrapper .card-grid {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 960px) {
    .wrapper .card-grid {
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }
}

.wrapper .card-grid .uk-width-medium-1-4 {
    margin-left: 0;
    margin-right: 0
}

.wrapper .card-grid .uk-width-medium-1-4:first-of-type {
    margin-left: auto
}

.wrapper .card-grid .uk-width-medium-1-4:last-of-type {
    margin-right: auto
}

.wrapper .card-list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .wrapper .card-list .card-wrapper {
        margin-bottom: 20px
    }
}

.wrapper .uk-accordion {
    position: relative
}

.wrapper .uk-accordion h1,
.wrapper .uk-accordion h2 {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Avenir LT W01_85 Heavy1475544' !important;
    padding: 37px 0;
    margin-bottom: 0;
    cursor: pointer
}

.wrapper .uk-accordion h1:after,
.wrapper .uk-accordion h2:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 500px;
    color: #ffffff;
    font-size: 45px
}

.wrapper .uk-accordion h1.uk-active:after,
.wrapper .uk-accordion h2.uk-active:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926";
    font-size: 90px;
    top: 19px;
    right: -500px
}

.wrapper .uk-accordion .uk-accordion-content {
    background-color: #ffffff
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 69px
}

@media only screen and (max-width:1000px) {
    .wrapper .uk-accordion .uk-accordion-content .collapse_wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .name-filter {
    font-family: Avenir LT W01_55 Roman1475520;
    font-weight: 'bold';
    line-height: 1.2;
    color: #757575;
    font-weight: bold;
    margin-right: 20px
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .seperator {
    width: 100%;
    height: 3px;
    background-color: #000000;
    margin-bottom: 15px
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .letters {
    margin-bottom: 30px;
    text-align: center
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .title {
    font-weight: bold
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category_filters {
    margin-bottom: 30px
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category_filters div {
    margin-bottom: 12px
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn {
    box-sizing: border-box;
    color: #ffffff;
    padding: 10px 12px;
    transition: background-color .25s ease;
    text-align: center;
    font-size: 16px;
    min-width: 212px;
    display: block;
    margin: 0 10px;
    background-color: #757575;
    position: relative;
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

@media only screen and (max-width:1000px) {
    .wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn {
        min-width: 0
    }
}

@media only screen and (max-width: 425px) {
    .wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn {
        margin: 0
    }
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn.active[disabled] {
    background-color: #cccccc
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn.active[disabled]:hover {
    background-color: #cccccc
}

@media only screen and (min-width: 960px) {
    .wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn.active.large {
        font-family: Avenir LT W01_55 Roman1475520;
        font-weight: 'bold';
        line-height: 1.2;
        color: #757575;
        font-weight: 600;
        min-width: 232px;
        padding: 6px 16px
    }
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn.active .rotary {
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn:hover {
    background-color: #009FDD
}

.wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn .rotary {
    border-radius: 50%;
    transition: transform .25s ease;
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    position: absolute;
    left: 10px
}

@media only screen and (max-width: 425px) {
    .wrapper .uk-accordion .uk-accordion-content .collapse_wrapper .categories .category-btn .rotary {
        display: none
    }
}

.new_cards_paging {
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.new_cards_paging .turn-num {
    display: none
}

.new_cards_paging .turn-ul {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.new_cards_paging .turn-ul li {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

.new_cards_paging .turn-ul li:after {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #D6D6D6;
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 8px
}

.new_cards_paging .turn-ul li:before {
    display: none
}

.new_cards_paging .turn-ul li.on:after {
    background-color: #757575
}

.new_cards_paging .turn-ul li.first,
.new_cards_paging .turn-ul li.end,
.new_cards_paging .turn-ul li.prev,
.new_cards_paging .turn-ul li.next {
    font-size: 24px;
    display: none
}

.new_cards_paging .turn-ul li.first:after,
.new_cards_paging .turn-ul li.end:after,
.new_cards_paging .turn-ul li.prev:after,
.new_cards_paging .turn-ul li.next:after {
    display: none
}

@media only screen and (max-width:1000px) {
    .new_cards_paging .turn-ul li {
        font-size: 18px
    }
    .new_cards_paging .turn-ul li.on {
        color: #0047BA
    }
    .new_cards_paging .turn-ul li.prev,
    .new_cards_paging .turn-ul li.next {
        display: inline-block
    }
    .new_cards_paging .turn-ul li:after {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    .card {
        text-align: center
    }
}

.card .content {
    padding: 18px 13px 0
}

@media only screen and (max-width: 960px) {
    .card .content {
        padding: 0 10px;
        padding-top: 12px
    }
}

@media only screen and (max-width: 640px) {
    .card .content {
        padding-left: 0;
        padding-right: 0
    }
}

.card .content h1,
.card .content h2,
.card .content h3,
.card .content h4,
.card .content h5,
.card .content h6 {
    margin-bottom: 6px;
    text-align: left;
    margin-top: 0
}

@media only screen and (max-width:959px) {
    .card .content h1,
    .card .content h2,
    .card .content h3,
    .card .content h4,
    .card .content h5,
    .card .content h6 {
        text-align: center
    }
}

.card .content h2 {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 12px;
    color: #00A0E0;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: 1.4
}

@media only screen and (max-width: 640px) {
    .card .content h2 {
        font-size: 10px
    }
}

.card .content h3 {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 18px;
    line-height: 22px;
    color: #4a4a4a
}

@media only screen and (max-width: 640px) {
    .card .content h3 {
        font-size: 14px;
        line-height: 20px
    }
}

.card .content .seperator {
    background-color: #000000;
    width: 35px;
    margin: 16px auto 0;
    height: 2px;
    display: block
}

.card .content .card-copy {
    font-size: 16px;
    line-height: 18px;
    color: #757575
}

.card .content .card-copy>a {
    display: block;
    color: #757575
}

@media only screen and (max-width: 640px) {
    .card .content .card-copy {
        font-size: 12px
    }
}

.card img {
    top: 0;
    left: 0;
    position: relative;
    transition: transform .3s ease
}

.card>a {
    display: block;
    color: #757575
}

.text .content {
    padding-left: 0
}

.card-list .card-wrapper .card {
    text-align: left
}

.card-list .card-wrapper .card .content h2,
.card-list .card-wrapper .card .content h3 {
    text-align: left
}

.card-list .card-wrapper .card .content .card-copy {
    font-size: 16px;
    line-height: 18px;
    color: #757575
}

.card-list .card-wrapper .card .content .card-copy>a {
    display: block;
    color: #757575
}

.card-edit {
    padding: 3px
}

.research_database .name-filter {
    font-family: Avenir LT W01_55 Roman1475520;
    font-weight: 'bold';
    line-height: 1.2;
    color: #757575;
    font-weight: bold;
    margin-right: 20px
}

.research_database>.seperator {
    width: 100%;
    height: 3px;
    background-color: #000000;
    margin-bottom: 15px
}

.research_database .letters {
    margin-bottom: 30px;
    text-align: center
}

.research_database>.title {
    font-weight: bold
}

.research_database>.category_filters {
    margin-bottom: 80px
}

.research_database .category-btn {
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 12px;
    transition: background-color .25s ease;
    text-align: center;
    font-size: 1rem;
    min-width: 0;
    display: block;
    margin: 0 10px;
    background-color: #BBBBBB;
    position: relative
}

@media only screen and (max-width: 425px) {
    .research_database .category-btn {
        margin: 0
    }
}

.research_database .category-btn:hover {
    background-color: #006d8e
}

.research_database .category-btn[disabled] {
    background-color: #cccccc
}

.research_database .category-btn[disabled]:hover {
    background-color: #cccccc
}

@media only screen and (min-width: 960px) {
    .research_database .category-btn.large {
        font-family: Avenir LT W01_55 Roman1475520;
        font-weight: 'bold';
        line-height: 1.2;
        color: #757575;
        font-weight: 600;
        min-width: 232px;
        padding: 6px 16px
    }
}

.section_thumbs {
    background-size: cover;
    margin-bottom: 0
}

.section_thumbs h2 {
    text-align: center
}

.section_thumbs .card .card-link {
    overflow: hidden
}

.section_thumbs .card .card-link img {
    max-width: none;
    width: 120%;
    margin-left: -10%
}

.section_thumbs .heading {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    margin: 0 0 15px 0;
    height: auto !important;
    display: block
}

.section_thumbs .heading p {
    margin: 0;
    padding: 0
}

.section_thumbs .heading a {
    color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 10px
}

.content_item_first .section_thumbs .heading {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 17px
}

.section_thumbs.open .heading a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF;
    position: relative;
    top: -3px
}

.section_thumbs.closed .heading a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF;
    position: relative;
    top: -3px
}

.items ul li {
    margin-bottom: 12px
}

.items ul.horizontal {
    padding-left: 0
}

.items ul.horizontal li {
    display: inline-table;
    margin-right: 5px
}

.items ul.horizontal li:before {
    content: "|";
    position: relative;
    top: -1px
}

.items ul.horizontal li:first-child:before {
    content: normal
}

.items ul.horizontal li:last-child {
    margin-right: 0
}

.section_thumbs .items {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    line-height: 26px
}

.section_thumbs .items p {
    margin-bottom: 26px
}

.section_thumbs .items a {
    color: #0047BA
}

.section_thumbs .items .item p {
    margin: 0;
    padding: 0
}

.section_thumbs .item {
    position: relative;
    margin-bottom: 26px
}

.section_thumbs .item .image {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.section_thumbs .item .image img {
    width: 100%
}

.section_thumbs .item .image img.placeholder {
    background-color: #757575
}

.section_thumbs .item .image:hover:after {
    content: '\f054';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30%;
    font-family: 'FontAwesome';
    color: #fff;
    background-color: rgba(0, 71, 186, 0.8)
}

.section_thumbs .item .title {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2
}

.text_small .section_thumbs .heading {
    font-size: 22px
}

.text_small .content_item_first .section_thumbs .heading {
    font-size: 38px
}

.text_small .section_thumbs.open .heading a:after {
    font-size: 16px
}

.text_small .section_thumbs.closed .heading a:after {
    font-size: 16px
}

.text_small .section_thumbs .items {
    font-size: 16px
}

.text_small .section_thumbs .item .image:hover:after {
    font-size: 26px
}

.text_small .section_thumbs .item .title {
    font-size: 22px
}

.text_medium .section_thumbs .heading {
    font-size: 24px
}

.text_medium .content_item_first .section_thumbs .heading {
    font-size: 40px
}

.text_medium .section_thumbs.open .heading a:after {
    font-size: 18px
}

.text_medium .section_thumbs.closed .heading a:after {
    font-size: 18px
}

.text_medium .section_thumbs .items {
    font-size: 18px
}

.text_medium .section_thumbs .item .image:hover:after {
    font-size: 30px
}

.text_medium .section_thumbs .item .title {
    font-size: 24px
}

.text_large .section_thumbs .heading {
    font-size: 26px
}

.text_large .content_item_first .section_thumbs .heading {
    font-size: 42px
}

.text_large .section_thumbs.open .heading a:after {
    font-size: 20px
}

.text_large .section_thumbs.closed .heading a:after {
    font-size: 20px
}

.text_large .section_thumbs .items {
    font-size: 20px
}

.text_large .section_thumbs .item .image:hover:after {
    font-size: 34px
}

.text_large .section_thumbs .item .title {
    font-size: 26px
}

@media only screen and (max-width:666.66666667px) {
    .responsive .section_thumbs .item .image {
        margin-bottom: 15px
    }
}

@media print {
    .section_thumbs * {
        color: #000000 !important
    }
    .section_thumbs .item .image img {
        box-sizing: border-box;
        border: 2px solid #757575
    }
    .section_thumbs .item .image img.placeholder {
        background-color: #757575 !important
    }
}

.testimonial-quote {
    position: relative;
    max-width: 828px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px
}

@media only screen and (max-width:1000px) {
    .testimonial-quote {
        padding-left: 20px;
        padding-right: 20px
    }
}

.testimonial-quote .quote {
    color: #00A0DF;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px
}

.testimonial-quote .attribution {
    color: #757575;
    line-height: 30px;
    font-size: 18px
}

.testimonial-quote .attribution .name {
    font-family: 'Avenir LT W01_85 Heavy1475544'
}

.text_small .testimonial-quote .quote {
    font-size: 22px;
    line-height: 30px
}

.text_small .testimonial-quote .attribution {
    font-size: 18px;
    line-height: 30px
}

.text_medium .testimonial-quote .quote {
    font-size: 24px;
    line-height: 32px
}

.text_medium .testimonial-quote .attribution {
    font-size: 20px;
    line-height: 32px
}

.text_large .testimonial-quote .quote {
    font-size: 27px;
    line-height: 35px
}

.text_large .testimonial-quote .attribution {
    font-size: 23px;
    line-height: 35px
}

.text_columns {
    max-width: 828px;
    clear: both;
    margin: 0 auto;
    font-size: 18px;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    line-height: 25px;
    margin-bottom: 26px;
    *zoom: 1
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .text_columns {
        margin-left: 20px;
        margin-right: 20px
    }
}

.text_columns.fullwidth {
    overflow: hidden;
    width: 99.5vw;
    background-color: #cccccc;
    max-width: none;
    padding: 50px 0;
    margin: 50px 0 50px calc((100vw - 100%) / -2)
}

.text_columns:before {
    width: 0
}

.text_columns:before,
.text_columns:after {
    content: " ";
    display: table;
    line-height: 0
}

.text_columns:after {
    clear: both
}

.text_columns .wrapper {
    max-width: 1000px;
    margin: 0 auto 0;
    text-align: left;
    padding: 0
}

.text_columns .wrapper .text-block .sub-block {
    font-size: 15px
}

.text_columns h2 {
    margin-bottom: 50px
}

.text_columns h4 {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.57px;
    margin-bottom: 15px
}

.text_columns h4 a {
    color: #4a4a4a
}

.text_columns .text-block {
    padding-right: 30px
}

@media only screen and (max-width:1000px) {
    .text_columns .text-block {
        padding-left: 0
    }
}

.text_columns .text-block img {
    margin-bottom: 18px
}

.text_columns .text-block .btn {
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 26px
}

.text_columns .text-block.uk-width-medium-1-1 {
    margin-bottom: 0
}

.text_columns a.email {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: fade;
    max-width: 100%
}

.text_small .text_columns h4 {
    font-size: 24px
}

.text_medium .copy h4 {
    font-size: 26px
}

.text_large .copy h4 {
    font-size: 29px
}

@media only screen and (max-width:1000px) {
    .full .wrapper {
        padding: 0 15px 0 5px
    }
    .full .wrapper .text-block {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1200px) {
    .full .wrapper .copy {
        margin-bottom: 20px
    }
}

.toc {
    margin: 0 auto 52px auto
}

.toc .heading {
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    margin: 0 0 15px 0;
    height: auto !important;
    display: block
}

.toc .heading p {
    margin: 0 0 12px 0;
    padding: 0
}

.toc .heading a {
    color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 10px
}

.content_item_first .toc .heading a {
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #4a4a4a;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 0
}

.toc.open .heading a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF;
    font-size: 18px;
    position: relative;
    top: -3px
}

.toc.closed .heading a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF;
    font-size: 18px;
    position: relative;
    top: -3px
}

.toc .items {
    margin: 0 0 0 0;
    padding: 0;
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    line-height: 26px
}

.toc .items p {
    margin: 0 0 26px 0;
    padding: 0
}

.toc .items a {
    color: #0047BA
}

.toc .items a:hover {
    color: #007EAF
}

.toc .items ul {
    margin-bottom: 18px
}

.toc .items ol {
    margin-bottom: 18px
}

.toc .items ul li {
    list-style-type: none
}

.toc .items ul li:before {
    content: "\002022";
    padding-left: 6px;
    padding-right: 5px;
    color: #0047ba;
    font-size: 16px
}

.toc .items ul li p {
    margin: 0;
    padding: 0
}

@media print {
    .toc * {
        color: #000000 !important
    }
    .toc ul li {
        background-image: none !important;
        list-style-type: disc !important;
        padding: 0;
        margin-left: 18px
    }
}

.video_upload {
    position: relative;
    float: none;
    width: 828px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px
}

@media only screen and (max-width:1000px) {
    .responsive .custom_upload_video .video_upload {
        clear: both;
        width: 100%
    }
    .responsive .custom_upload_video .video {
        clear: both;
        height: auto
    }
    .responsive .custom_upload_video .copy {
        clear: both;
        width: 100%;
        margin-left: 0
    }
}

.youtube_video_wrapper {
    max-width: 960px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .youtube_video_wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

.youtube_video_wrapper .youtube_video {
    margin: 0 auto 60px;
    max-width: 960px;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .youtube_video_wrapper .youtube_video iframe {
        width: 100%
    }
}

.viewmore {
    position: relative;
    margin-bottom: 52px;
    font-size: 18px
}

.viewmore a {
    position: relative;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #0047BA;
    font-family: Avenir LT W01_55 Roman1475520
}

.viewmore a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: #00A0DF
}

.text_small .viewmore {
    font-size: 18px
}

.text_medium .viewmore {
    font-size: 20px
}

.text_large .viewmore {
    font-size: 23px
}

@media print {
    .viewmore {
        display: none
    }
}

.sponsor_logo {
    position: relative;
    display: block;
    width: 394px;
    height: 315.2px;
    display: table-cell;
    vertical-align: middle
}

.sponsor_logo .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.sponsor_logo .image img {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    max-height: 315.2px
}

.sponsor_logo .text {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    display: none;
    background-color: rgba(204, 204, 204, 0.6);
    padding-top: 12px;
    padding-bottom: 12px
}

.sponsor_logo:hover .text {
    display: block
}

.sponsor_logo_outer {
    display: inline-block;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
}

.sponsor_logo_outer:nth-child(even) {
    margin-right: 0
}

@media only screen and (max-width:500px) {
    .responsive .sponsor_logo_outer {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4%;
        text-align: center
    }
    .responsive .sponsor_logo_outer .sponsor_logo {
        padding-left: 10%
    }
    .responsive .sponsor_logo_outer:nth-child(even) {
        margin-right: auto
    }
}

.callout-wrapper {
    max-width: 828px;
    margin: 0 auto
}

.callout-wrapper .callout {
    max-width: none;
    position: relative;
    display: block;
    *zoom: 1;
    margin-bottom: 26px
}

.callout-wrapper .callout:before,
.callout-wrapper .callout:after {
    content: " ";
    display: table;
    line-height: 0
}

.callout-wrapper .callout:after {
    clear: both
}

.callout-wrapper .callout a.media_mobile {
    display: block
}

.callout-wrapper .callout a.media_mobile .image_wrapper {
    float: none;
    margin-bottom: 20px
}

@media only screen and (min-width:960px) {
    .callout-wrapper .callout a.media_mobile {
        display: none
    }
}

.callout-wrapper .callout a.media_full {
    display: block
}

@media only screen and (max-width:959px) {
    .callout-wrapper .callout a.media_full {
        display: none
    }
}

.callout-wrapper .callout .image_wrapper {
    padding-top: 4px;
    position: relative;
    float: right;
    max-width: 394px;
    width: 49%;
    height: auto;
    margin: 0 auto
}

.callout-wrapper .callout .image_wrapper.media_mobile {
    display: block;
    margin-bottom: 20px;
    float: none
}

@media only screen and (min-width:960px) {
    .callout-wrapper .callout .image_wrapper.media_mobile {
        display: none
    }
}

.callout-wrapper .callout .image_wrapper.media_full {
    display: block
}

@media only screen and (max-width:959px) {
    .callout-wrapper .callout .image_wrapper.media_full {
        display: none
    }
}

.callout-wrapper .callout .image_wrapper img {
    position: relative;
    max-width: 394px;
    width: 100%;
    height: auto;
    display: block
}

.callout-wrapper .callout .image_wrapper .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 38.4px;
    font-family: 'Avenir LT W01_35 Light1475496'
}

.callout-wrapper .callout .image_wrapper .content.link:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    position: absolute;
    bottom: 45px;
    color: #ffffff;
    font-size: 75px
}

.callout-wrapper .callout .image_wrapper .content.video p {
    margin-top: 110px
}

.callout-wrapper .callout .image_wrapper .content.video:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92b";
    position: absolute;
    top: 70px;
    color: #ffffff;
    font-size: 75px
}

.callout-wrapper .callout .text {
    position: relative;
    display: block;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    width: 49%;
    float: left;
    box-sizing: border-box;
    margin: 0 auto
}

@media only screen and (min-width:1000px) {
    .callout-wrapper .callout .text {
        max-width: 570px
    }
}

.callout-wrapper .callout .text .title {
    font-size: 24px;
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #4a4a4a;
    line-height: 28px;
    margin-bottom: 15px
}

.callout-wrapper .callout .text .copy {
    font-size: 18px;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    line-height: 26px;
    font-weight: normal
}

.callout-wrapper .callout .text .copy p {
    margin-bottom: 26px
}

.callout-wrapper .callout .text .copy a.gray {
    color: #4A4A4A;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    position: relative
}

.callout-wrapper .callout .text .copy a.gray:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917";
    color: #00A0DF;
    font-size: 30px;
    position: absolute;
    top: -2px
}

.callout-wrapper .callout .text .copy a.gray:hover {
    color: inherit
}

.callout-wrapper .callout .text .btn {
    margin-top: 0;
    margin-bottom: 26px
}

@media only screen and (max-width:960px) {
    .callout-wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
    .callout-wrapper .text {
        margin-right: 5px
    }
}

@media only screen and (max-width:959px) {
    .callout-wrapper .callout .text {
        width: 100%
    }
    .callout-wrapper .callout .image_wrapper {
        float: left;
        width: 100%
    }
}

.button_wrapper {
    margin: 0 auto;
    max-width: 828px;
    text-align: center
}

.button_wrapper .btn {
    margin-top: 0 !important;
    margin-bottom: 26px !important
}

@media only screen and (max-width:400px) {
    .responsive .btn img {
        display: block;
        float: none;
        margin-right: 0
    }
}

.inline_media_wrapper {
    margin: 26px auto 56px;
    width: 100%;
    max-width: 1000px
}

h2 {
    margin-top: 0;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0
}

.photo_inline {
    position: relative;
    padding: 0;
    display: block;
    margin: 8px 20px 20px
}

.photo_inline img {
    display: block;
    width: 100%;
    margin-bottom: 0
}

.photo_inline a .icon {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%
}

.photo_inline a .icon .fa {
    color: rgba(255, 255, 255, 0.5);
    font-size: 100px
}

.photo_inline a img {
    cursor: pointer
}

.photo_inline .caption {
    display: block;
    position: relative;
    background-color: #4a4a4a;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-family: Avenir LT W01_55 Roman1475520;
    font-style: italic;
    line-height: 1.2;
    font-size: 14px;
    text-align: center
}

.photo_inline .caption a {
    color: #0047BA
}

.photo_inline .caption a:hover {
    color: #007EAF
}

.photo_inline .caption p {
    margin-bottom: 18px
}

.photo_inline .caption p:last-of-type {
    margin-bottom: 0
}

.photo_inline.video a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    position: absolute;
    top: 40%;
    left: 45%;
    color: #ffffff;
    font-size: 100px
}

@media only screen and (max-width:600px) {
    .photo_inline.video a:after {
        font-size: 50px
    }
}

.photo_inline.alignleft {
    width: 40%;
    min-height: 0;
    float: left;
    margin-left: 0;
    margin-top: 5px
}

.photo_inline.alignright {
    width: 40%;
    min-height: 0;
    float: right;
    margin-right: 0;
    margin-top: 5px
}

.photo_inline.wide {
    width: 100%;
    min-height: 150px
}

@media only screen and (max-width:1000px) {
    .photo_inline.wide {
        width: auto
    }
}

.photo_inline.fullwidth {
    max-width: none
}

.el_content_item:last-child .photo_inline {
    border-bottom: none
}

.text_small .photo_inline .caption {
    font-size: 14px
}

.text_medium .photo_inline .caption {
    font-size: 17px
}

.text_large .photo_inline .caption {
    font-size: 21px
}

@media only screen and (max-width:960px) {
    .photo_inline a .icon .fa {
        font-size: 40px
    }
}

@media only screen and (min-width:960px) and (max-width:1200px) {
    .photo_inline a .icon .fa {
        font-size: 70px
    }
}

@media only screen and (max-width:650px) {
    .responsive .photo_inline.alignleft {
        width: 50%
    }
    .responsive .photo_inline.alignright {
        width: 50%
    }
}

@media only screen and (max-width:500px) {
    .responsive .photo_inline.alignleft {
        width: 60%;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .responsive .photo_inline.alignright {
        width: 60%;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

.uk-modal-caption {
    background-color: #4a4a4a;
    box-sizing: border-box;
    bottom: -45px;
    color: #ffffff;
    font-family: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0 15px
}

.uk-close-alt {
    color: #ef5a32
}

.spacer {
    height: 1px;
    width: 100%
}

.spacer.line {
    background-color: #ccc
}

.spacer.above {
    margin-top: 26px
}

.spacer.below {
    margin-bottom: 26px
}

.spacer.double {
    margin-top: 36px;
    margin-bottom: 36px
}

.spacer.triple {
    margin-top: 46px;
    margin-bottom: 46px
}

.article .headline .date {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    color: #757575;
    float: right;
    padding-top: 8px
}

.rates_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    margin-bottom: 26px;
    table-layout: fixed
}

.rates_table thead {
    background-color: #4a4a4a;
    text-align: left
}

.rates_table tr {
    margin: 0;
    padding: 0;
    border-width: 0
}

.rates_table tr th,
.rates_table tr td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border: 1px solid #dddddd;
    min-width: 50px;
    font-size: 18px;
    line-height: 26px
}

.rates_table tr th.merged,
.rates_table tr td.merged {
    min-width: 100px
}

.rates_table tr th.first,
.rates_table tr td.first {
    min-width: 150px
}

.rates_table tr th {
    background-color: #f9f9f9;
    color: #a9a9a9
}

.rates_table tr td {
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.rates_table tr td:first-child {
    border-left-color: #dddddd
}

.rates_table tr:last-child td {
    border-bottom-color: #dddddd
}

.rates_table em {
    color: #757575
}

.rates_table td.highlight {
    background-color: #f9f9f9
}

.rates_table td.white {
    background-color: #ffffff
}

.rates_table td.center {
    text-align: center
}

.rates_table td.bold {
    font-weight: bold
}

.text_small .rates_table tr th,
.text_small .rates_table tr td {
    font-size: 18px;
    line-height: 26px
}

.text_medium .rates_table tr th,
.text_medium .rates_table tr td {
    font-size: 20px;
    line-height: 28px
}

.text_large .rates_table tr th,
.text_large .rates_table tr td {
    font-size: 21px;
    line-height: 29px
}

@media only screen and (max-width:640px) {
    .article .headline .date {
        float: none;
        display: block
    }
    .rates_table tr {
        border-bottom: 3px solid #757575
    }
    .rates_table tr th,
    .rates_table tr td {
        width: auto !important;
        min-width: none;
        display: block;
        padding-left: 14px;
        border-bottom: 1px solid #dddddd
    }
    .rates_table tr:last-child td {
        border-bottom-color: #dddddd
    }
    .rates_table tr:last-child td:last-child {
        border-bottom-color: #dddddd
    }
}

.featured_wrapper.carousel {
    max-width: none;
    width: 100%;
    padding: 18px 0 31px
}

.home .featured_wrapper.carousel {
    background: url("../images/latest-news-bg.jpg") 0 center no-repeat;
    background-size: cover;
    padding: 68px 0 51px
}

@media only screen and (max-width:1000px) {
    .home .featured_wrapper.carousel {
        padding: 30px 0
    }
}

@media only screen and (min-width:1001px) {}

.home .featured_wrapper.carousel .featured_carousel_headline {
    display: block !important;
    color: #0047ba;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.89px
}

@media only screen and (max-width:599px) {
    .home .featured_wrapper.carousel .featured_carousel_headline {
        text-align: left;
        margin-left: 20px;
        margin-right: 20px
    }
}

.home .featured_wrapper.carousel .featured_carousel .owl-stage-outer {
    max-width: 1000px;
    overflow: hidden !important;
    margin: 0 auto;
    float: none
}

@media only screen and (max-width:1000px) {
    .home .featured_wrapper.carousel .featured_carousel .owl-stage-outer .owl-stage .owl-item {
        max-width: none
    }
}

.home .featured_wrapper.carousel .featured_carousel .owl-stage-outer .owl-stage .owl-item .image_captioned a .caption .image_captioned_text {
    max-height: 80px;
    padding: 0
}

.home .featured_wrapper.carousel .featured_carousel .owl-stage-outer .owl-stage .owl-item .image_captioned a .caption .image_captioned_text .copy {
    font-family: 'Avenir LT W01_65 Medium1475532';
    text-align: center;
    line-height: 24px
}

@media only screen and (max-width:599px) {
    .home .featured_wrapper.carousel .featured_carousel .owl-stage-outer .owl-stage .owl-item .image_captioned a .caption .image_captioned_text .copy {
        text-align: left
    }
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav {
    margin: 0 auto;
    max-width: 1116px;
    top: 0;
    left: 0;
    right: 0
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next {
    pointer-events: auto;
    height: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 0;
    width: 54px
}

@media only screen and (max-width:1000px) {
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev,
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next {
        width: 42px
    }
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:hover,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:hover,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:focus,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:focus {
    outline: none;
    background-color: transparent
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev span,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next span {
    display: none
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:before,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:before,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:after,
.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:after {
    color: #009FDD;
    font-size: 90px
}

@media only screen and (max-width:1000px) {
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:before,
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:before,
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:after,
    .home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:after {
        font-size: 70px
    }
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev {
    left: 0;
    -ms-transform: rotate(0deg) scaleX(-1);
    transform: rotate(0deg) scaleX(-1)
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-prev:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917"
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next {
    right: 0
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .owl-next:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917"
}

.home .featured_wrapper.carousel .featured_carousel .owl-nav .disabled {
    opacity: 1.5
}

.home .featured_wrapper.carousel .featured_carousel.article {
    max-width: 1116px;
    width: auto;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .home .featured_wrapper.carousel .featured_carousel.article {
        max-width: none;
        width: auto
    }
}

@media only screen and (max-width:1400px) {
    .home .featured_wrapper.carousel .featured_carousel.article {
        margin: 0 20px
    }
}

.home .featured_wrapper.carousel .more {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width:599px) {
    .home .featured_wrapper.carousel .more {
        text-align: left;
        margin: 0 20px
    }
}

.home .featured_wrapper.carousel .more .button {
    margin: 0 auto;
    letter-spacing: 3px;
    color: #0047BA;
    display:flex;
}

.home .featured_wrapper.carousel .more .button:after {
    padding-left: 110px;
    color: #0047BA
}

.featured_carousel {
    overflow: hidden;
    *zoom: 1
}

.featured_carousel:before,
.featured_carousel:after {
    content: " ";
    display: table;
    line-height: 0
}

.featured_carousel:after {
    clear: both
}

.featured_carousel:before {
    width: 0
}

.featured_carousel.article {
    max-width: 100%;
    width: auto;
    margin: 0
}

.featured_carousel .owl-stage-outer {
    overflow: visible !important;
    max-width: 1032px;
    margin-bottom: 27px;
    margin-left: calc( ( (100vw - 1140px) / 2) + 20px)
}

.featured_carousel .owl-stage-outer .owl-stage .owl-item {
    max-width: 226px
}

@media only screen and (max-width:1000px) {}

.featured_carousel .owl-stage-outer .owl-stage .owl-item .article {
    margin: 0 auto
}

@media only screen and (max-width:959px) {
    .featured_carousel .owl-stage-outer {
        margin-left: 30px
    }
}

@media only screen and (min-width:960px) and (max-width:1260px) {
    .featured_carousel .owl-stage-outer {
        margin-left: 70px
    }
}

.featured_carousel_headline {
    color: #4990E2;
    margin-bottom: 29px;
    text-align: center;
    font-family: 'Avenir LT W01_35 Light1475496';
    letter-spacing: -1px;
    font-size: 36px
}

@media only screen and (max-width:1000px) {
    .featured_carousel_headline {
        display: none
    }
}

.featured_carousel .image_captioned .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px
}

.featured_carousel .image_captioned .image .image_captioned_image {
    max-width: 226px
}

.featured_carousel .image_captioned .image img {
    width: auto
}

.featured_carousel .image_captioned .image img.mobile {
    margin-left: -24px;
    width: 274px;
    height: 140px;
    max-width: none
}

.featured_carousel .image_captioned_text {
    padding-left: 4px
}

.featured_carousel .image_captioned_text .link_button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

@media only screen and (max-width:960px) {
    .featured_carousel .image_captioned_text .link_button {
        display: none
    }
}

.featured_carousel .image_captioned_text .copy {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    color: #4A4A4A;
    max-height: 66px;
    overflow: hidden;
    margin: 0
}

.featured_carousel .image_captioned_text .copy a {
    color: #4a4a4a
}

.featured_carousel .image_captioned_text .copy a:hover {
    color: #4a4a4a
}

.featured_carousel .image_captioned_headline {
    font-size: 13px;
    font-family: 'Avenir LT W01_45 Book1475508';
    color: #007EAF;
    text-transform: uppercase;
    margin-bottom: 4px
}

.featured_carousel .image_captioned_headline:hover:after {
    background-color: #007EAF
}

.featured_carousel .owl-dots {
    transition: top .75s;
    margin: 0 auto !important;
    width: 100%;
    bottom: 0
}

.featured_carousel .owl-dots .owl-dot span {
    height: 16px !important;
    width: 16px !important;
    background-color: #D8D8D8 !important
}

.featured_carousel .owl-dots .owl-dot:hover span {
    background-color: black;
    opacity: .5
}

.featured_carousel .owl-dots .owl-dot.active span {
    background-color: #757575 !important
}

@media only screen and (max-width:960px) {
    .featured_carousel .owl-dots {
        left: 0;
        width: 100%;
        padding-left: 0;
        text-align: center !important;
        pointer-events: none;
        top: 0
    }
    .featured_carousel .owl-dots .owl-dot {
        pointer-events: auto
    }
}

.featured_carousel .owl-nav {
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    padding: 0;
    margin-top: 0 !important
}

.featured_carousel .owl-nav div.owl-prev,
.featured_carousel .owl-nav div.owl-next {
    pointer-events: auto;
    height: 100%;
    background-color: white !important;
    margin: 0 !important;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.featured_carousel .owl-nav div.owl-prev .arrow,
.featured_carousel .owl-nav div.owl-next .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: top .75s
}

.featured_carousel .owl-nav div.owl-prev .arrow:before,
.featured_carousel .owl-nav div.owl-next .arrow:before {
    color: #959ca2;
    font-family: FontAwesome;
    font-size: 28px;
    transition: opacity .75s
}

.featured_carousel .owl-nav div.owl-prev.disabled,
.featured_carousel .owl-nav div.owl-next.disabled {
    opacity: 1
}

.featured_carousel .owl-nav div.owl-prev.disabled .arrow:before,
.featured_carousel .owl-nav div.owl-next.disabled .arrow:before {
    opacity: .25
}

.featured_carousel .owl-nav .owl-prev {
    left: 0
}

.featured_carousel .owl-nav .owl-prev .arrow:before {
    content: '\f053'
}

.featured_carousel .owl-nav .owl-next {
    right: -1px
}

.featured_carousel .owl-nav .owl-next .arrow:before {
    content: '\f054'
}

@media only screen and (min-width:1000px) {
    .featured_carousel .image_captioned .image {
        width: 226px;
        height: 140px
    }
    .featured_carousel .image_captioned .image .image_captioned_image {
        position: absolute;
        top: 0;
        left: 0
    }
    .featured_carousel .image_captioned .image .image_captioned_image img {
        transition: transform .3s ease
    }
    .featured_carousel .image_captioned a .image:hover .image_captioned_image img {
        transition: transform .3s ease;
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.carousel_picture {
    width: 100%;
    max-width: 828px;
    min-height: 150px;
    position: relative;
    *zoom: 1
}

.carousel_picture:before,
.carousel_picture:after {
    content: " ";
    display: table;
    line-height: 0
}

.carousel_picture:after {
    clear: both
}

.carousel_picture:before {
    width: 0
}

.carousel_picture .carousel_picture_image {
    width: 100%;
    height: auto
}

.carousel_picture .carousel_picture_text h1,
.carousel_picture .carousel_picture_text h2,
.carousel_picture .carousel_picture_text h3,
.carousel_picture .carousel_picture_text h4,
.carousel_picture .carousel_picture_text h5 .carousel_picture .carousel_picture_text h6 {
    margin-bottom: 0
}

@media only screen and (min-width:640px) {
    .carousel_picture .carousel_picture_text {
        padding-left: 30px
    }
}

.carousel_picture .carousel_picture_text .copy {
    margin-top: 15px
}

.carousel_picture {
    width: 100%;
    max-width: 828px;
    min-height: 150px;
    position: relative;
    *zoom: 1
}

.carousel_picture:before,
.carousel_picture:after {
    content: " ";
    display: table;
    line-height: 0
}

.carousel_picture:after {
    clear: both
}

.carousel_picture:before {
    width: 0
}

.carousel_picture .carousel_picture_image {
    width: 100%;
    height: auto
}

.product {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4
}

.product .product-image {
    max-width: 158px;
    max-height: 253px
}

.product .valign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.product-wrapper {
    transition: margin-right .25s ease, margin-left .25s ease, background-color .25s ease;
    position: relative;
    overflow: hidden
}

.product-wrapper .shield {
    position: absolute;
    top: -6px;
    z-index: 3;
    display: none;
    left: calc(((100vw - 920px) / 2) - 187px)
}

.product-wrapper.open {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #cccccc;
    padding: 0 20px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575
}

.product-wrapper.open .data-sheets {
    max-height: 900px
}

.product-wrapper.open .collapser {
    display: block
}

.product-wrapper.open .collapser svg {
    width: 24px;
    height: 24px
}

.product-wrapper.open svg.shield {
    display: block
}

.product h2 {
    font-size: 24px !important;
    margin-bottom: 10px;
    text-align: left
}

.product h2 .name {
    color: #006d8e
}

@media only screen and (max-width: 640px) {
    .product h2 .name {
        display: block
    }
}

.product .copy {
    font-size: 16px !important;
    color: #757575;
    line-height: 30px
}

@media only screen and (max-width: 640px) {
    .product .copy {
        line-height: 24px
    }
}

.product .copy .descriptor {
    color: #4a4a4a;
    margin-right: 7px
}

@media only screen and (max-width: 640px) {
    .product .copy .descriptor {
        margin-left: 0;
        display: block
    }
}

.product .copy p,
.product .copy ul {
    display: none
}

.product .copy p:first-of-type {
    display: inline
}

.open .product .copy p,
.open .product .copy ul {
    display: initial
}

.product .copy .read-more {
    color: #0047BA;
    display: inline;
    white-space: nowrap;
    cursor: pointer
}

.open .product .copy .read-more {
    display: none
}

.product .copy ul>li {
    margin-left: 36px
}

.product .data-sheets {
    font-size: 16px;
    transition: max-height .25s ease;
    max-height: 0;
    overflow: hidden
}

.product .data-sheets .data-sheet {
    background-color: white;
    min-height: 65px;
    line-height: 25px;
    margin-bottom: 8px;
    padding: 10px 16px 10px 16px;
    box-sizing: border-box;
    position: relative
}

.product .data-sheets .data-sheet .name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product .data-sheets .data-sheet .name sup {
    line-height: 0 !important;
    font-size: .5em;
    top: 6px;
    position: relative;
    vertical-align: super
}

.product .data-sheets .data-sheet .uk-grid>* {
    margin-bottom: 0
}

.product .data-sheets .data-sheet .uk-grid>*:last-of-type {
    padding-left: 10px
}

@media only screen and (max-width: 960px) {
    .product .data-sheets .data-sheet .pet-btn {
        line-height: 40px
    }
}

.product .data-sheets .data-sheet .links,
.product .data-sheets .data-sheet .download,
.product .data-sheets .data-sheet .pet-btn {
    min-height: 45px;
    line-height: 45px
}

@media only screen and (max-width: 960px) {
    .product .data-sheets .data-sheet .links,
    .product .data-sheets .data-sheet .download,
    .product .data-sheets .data-sheet .pet-btn {
        float: initial !important;
        text-align: left
    }
}

.product .data-sheets .data-sheet .links {
    text-align: right;
    display: block
}

.product .data-sheets .data-sheet .download {
    padding-left: 30px;
    position: relative;
    display: inline-block
}

@media only screen and (max-width: 960px) {
    .product .data-sheets .data-sheet .download {
        display: block;
        padding-left: 30px !important;
        margin-left: 0 !important;
        border-left: none !important
    }
    .product .data-sheets .data-sheet .download:before {
        left: 0 !important
    }
}

.product .data-sheets .data-sheet .download:nth-child(2) {
    border-left: 2px dotted #cfcfcf;
    margin-left: 12px;
    padding-left: 42px
}

.product .data-sheets .data-sheet .download:nth-child(2):before {
    left: 12px
}

.product .data-sheets .data-sheet .download:before {
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    content: "\e2c4";
    color: #757575;
    line-height: 45px;
    font-size: 18px
}

.product .data-sheets .data-sheet .pet-btn {
    margin-left: 10px;
    text-align: center
}

@media only screen and (max-width: 960px) {
    .product .data-sheets .data-sheet .btn-container {
        text-align: left;
        display: block
    }
}

.product-wrapper .border:first-of-type {
    max-width: 0
}

.product-wrapper .border {
    transition: margin-bottom .25s ease, margin-top .25s ease, max-width .25s ease;
    border-bottom: 2px dotted #CFCFCF;
    position: relative
}

.product-wrapper .border:last-of-type {
    max-width: 652px;
    margin: 0 auto 36px;
    margin-left: 280px
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .product-wrapper .border:last-of-type {
        margin-left: 0
    }
}

@media only screen and (max-width: 640px) {
    .product-wrapper .border:last-of-type {
        margin-left: 0
    }
}

.product-wrapper.open .border {
    max-width: 100%;
    margin-left: 0
}

.product-wrapper.open .border:last-of-type {
    margin-top: 35px;
    margin-bottom: 0
}

.product-wrapper.open .border:first-of-type {
    margin-top: 0;
    margin-bottom: 15px
}

.product-wrapper .collapser {
    z-index: 99;
    color: #757575;
    text-align: right;
    padding-right: 55px;
    display: none;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .product-wrapper .collapser {
        padding-right: 25px
    }
}

@media only screen and (max-width: 640px) {
    .product-wrapper .collapser {
        padding-right: 0
    }
}

.text_small .product h2 {
    font-size: 24px
}

.text_small .product .copy,
.text_small .product .data-sheets,
.text_small .product .pet-btn {
    font-size: 16px !important
}

.text_small .product .copy {
    line-height: 30px
}

.text_medium .product h2 {
    font-size: 26px !important
}

.text_medium .product .copy,
.text_medium .product .data-sheets,
.text_medium .product .pet-btn {
    font-size: 18px !important
}

.text_medium .product .copy {
    line-height: 32px
}

.text_large .product h2 {
    font-size: 29px !important
}

.text_large .product .copy,
.text_large .product .data-sheets,
.text_large .product .pet-btn {
    font-size: 21px !important
}

.text_large .product .copy {
    line-height: 35px
}

.product-list .el_content_item {
    margin-bottom: 0
}

.posts_list_wrapper .image {
    margin-left: auto;
    margin-right: auto
}

.posts_list_wrapper.full-width .posts_list {
    max-width: none;
    margin-bottom: 0
}

.posts_list_wrapper.full-width .posts_list .wrapper.full-width.background.news {
    background-image: url("/user/file/latest-news-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.popup_content.uk-modal .uk-modal-dialog {
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    color: #757575;
    line-height: 26px;
    padding: 30px
}

.popup_content.uk-modal .uk-modal-dialog .uk-close {
    position: absolute;
    right: -45px;
    font-size: 30px;
    top: -2px;
    opacity: 1;
    float: none !important
}

#all_top {
    background: #ffffff 0 0;
    z-index: 10;
    transition: .25s box-shadow;
    height: 150px;
    margin-left: 100px
}

@media only screen and (max-width:959px) {
    #all_top.fixed {
        position: fixed;
        top: 0 !important;
        height: 60px;
        width: 100%;
        margin-left: 0
    }
}

.home #all_top {
    width: 100%;
    margin-left: 0
}

.all_top {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff 0 0;
    color: #4d4d4d;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 11px;
    line-height: 1;
    min-height: 89px
}

.all_top .all_top_inner {
    color: #4d4d4d;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 11px;
    line-height: 1
}

.all_top .all_top_inner .page {
    display: block;
    position: absolute;
    top: 79px;
    right: 3.5vw;
    font-family: 'Avenir LT W01_95 Black1475556';
    font-size: 32px;
    color: #4a4a4a;
    text-transform: capitalize
}

@media only screen and (max-width:1000px) {
    .all_top .all_top_inner .page {
        display: none
    }
}

.safari .all_top .all_top_inner .page {
    top: 8vh
}

.gecko .all_top .all_top_inner .page {
    top: 8vh
}

.all_top .brand_logo {
    position: absolute;
    width: auto;
    top: 25px;
    left: 3.5vw;
    height: 89px;
    overflow: auto;
    margin: auto;
    z-index: 5
}

.all_top .top {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 26px;
    right: 3.5vw;
    width: auto
}

.all_top .top .top_nav {
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    text-align: right;
    width: 100%
}

.all_top .top .top_nav a {
    color: #757575;
    padding: 0 10px;
    display: inline-block
}

.all_top .top .top_nav a:hover {
    color: #cfcfcf;
    text-decoration: none
}

.all_top .top .top_nav a:last-child {
    padding-right: 0
}

.all_top .top .top_nav a.vault {
    background-color: #cfcfcf;
    border-radius: 3px;
    color: #fff;
    margin-left: 6px;
    padding: 2px 12px
}

.all_top .top .top_nav span.sep {
    padding-left: 3px;
    padding-right: 3px;
    word-wrap: break-word;
    color: #ffffff
}

.all_top .top .top_nav .social {
    float: right;
    margin-left: 15px;
    margin-top: -1px
}

.all_top .top .top_nav .social a {
    color: #006D8E;
    font-size: 21px;
    margin-right: 3px
}

.all_top .top .top_nav .social a:hover {
    color: #000000;
    text-decoration: none
}

.all_top .top .top_nav .social a:last-of-type {
    margin-right: 0
}

.all_top .top .top_nav .nav {
    float: right
}

.all_top .top .top_nav .nav .inline_menu,
.all_top .top .top_nav .nav #extras {
    display: inline-block;
    margin-top: 0
}

.all_top .main_nav {
    bottom: 4px;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    position: absolute;
    right: 0;
    width: auto;
    transition-timing-function: ease-in;
    transition: .4s
}

.all_top .main_nav .inline_menu {
    padding-bottom: 35px
}

.all_top .main_nav .inline_menu .nav_item {
    color: #444444;
    margin-right: 20px;
    padding: 0 9px 0 9px;
    padding-bottom: 8px
}

.all_top .main_nav .inline_menu .nav_item.base_current {
    color: #006D8E
}

.all_top .main_nav .inline_menu .nav_item:hover {
    color: #006D8E
}

.all_top .main_nav .inline_menu .nav_item:last-child {
    margin-right: 0;
    padding-right: 0
}

.all_top .main_nav.left {
    left: 0;
    width: 37.5%;
    text-align: right
}

.all_top .main_nav.left .inline_menu .nav_item:last-child {
    margin-right: 8px
}

.all_top .main_nav.right {
    left: 62.5%
}

.all_top .main_nav.right .inline_menu .nav_item:last-child {
    margin-right: 0
}

@media only screen and (min-width:960px) {
    .bottom_wrapper {
        margin-left: 100px
    }
}

#all_bottom {
    background: #4a4a4a 0 0;
    border-top: 4px solid #8DC63F
}

#all_bottom .all_bottom {
    *zoom: 1;
    max-width: 1000px;
    color: #ffffff;
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto
}

#all_bottom .all_bottom:before,
#all_bottom .all_bottom:after {
    content: " ";
    display: table;
    line-height: 0
}

#all_bottom .all_bottom:after {
    clear: both
}

#all_bottom .all_bottom.interior {
    border-top: 1px solid #444B4D;
    padding-top: 15px
}

#all_bottom .all_bottom .all_bottom_inner a {
    color: #ffffff
}

#all_bottom .all_bottom .all_bottom_inner a:hover {
    color: #cfcfcf
}

#all_bottom .all_bottom .all_bottom_inner .container {
    max-width: 1000px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner {
    *zoom: 1;
    border-top: ;
    clear: both;
    padding-bottom: 26px;
    padding-top: 42px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner:before,
#all_bottom .all_bottom .all_bottom_inner .container .container_inner:after {
    content: " ";
    display: table;
    line-height: 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner:after {
    clear: both
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav {
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 34px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .section {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 14px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav a {
    color: #ffffff
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav a:hover {
    color: #c6c6c6;
    text-decoration: none
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav span.sep {
    padding-left: 3px;
    padding-right: 3px;
    word-wrap: break-word
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .extra_links {
    padding-left: 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .extra_links .inline_menu {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    margin-top: 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .extra_links .inline_menu a {
    display: block;
    margin-bottom: 5px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .extra_links .inline_menu a.group_end {
    margin-bottom: 19px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .extra_links .inline_menu a.secondary {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 12px;
    line-height: 1.4
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    padding: 10px 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a {
    display: block
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a.group_end {
    margin-bottom: 19px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a.secondary {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 14px;
    line-height: 1.4
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a.inline {
    display: inline;
    margin-right: 0;
    white-space: nowrap;
    margin-right: 12px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a.inline.inline_break:after {
    content: "\A";
    white-space: pre
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav .mobile_links .inline_menu a.inline.group_end {
    margin-bottom: 10px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .language {
    padding-top: 7px;
    margin-bottom: 7px;
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 12px;
    font-style: normal;
    font-weight: normal
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .social {
    margin: 30px auto;
    text-align:center;
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .social a {
    color: #ffffff;
    font-size: 25px;
    margin-right: 15px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .social a:hover {
    color: #c6c6c6;
    text-decoration: none
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .social a:last-child {
    margin-right: 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .logo_share {
    text-align: right
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .company {
    margin-bottom: 10px;
    font-size: 14px;
    float: left
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .company .copyright {
    display: inline-table;
    margin-right: 5px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .company .inline_menu {
    display: inline-table;
    margin-top: 0
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .company .inline_menu a {
    margin: 0 10px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .company .inline_menu .sep {
    color: #707272
}

@media only screen and (max-width:959px) {
    #all_bottom .all_bottom .all_bottom_inner .container .container_inner .company {
        width: 100%;
        float: none
    }
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .contact {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .contact span.sep {
    padding-left: 3px;
    padding-right: 3px;
    word-wrap: break-word
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .hw {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    opacity: .45;
    width: 300px;
    float: right;
    text-align: right
}

#all_bottom .all_bottom .all_bottom_inner .container .container_inner .hw .byline {
    font-size: 12px
}

@media only screen and (max-width:959px) {
    #all_bottom .all_bottom .all_bottom_inner .container .container_inner .hw {
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 0
    }
    #all_bottom .all_bottom .all_bottom_inner .container .container_inner .hw .byline {
        font-size: 10px
    }
}

@media only screen and (max-width:959px) {
    .responsive #all_top.scrolled {
        height: 48px;
        box-shadow: 0 7px 20px 0 rgba(87, 62, 49, 0.5);
        position: fixed;
        top: -60px
    }
    .responsive #all_top.scrolled .all_top .main_nav {
        bottom: -4px;
        transition-timing-function: ease-out;
        transition: .4s
    }
    .responsive #all_top.scrolled .all_top .main_nav .inline_menu {
        padding-bottom: 25px
    }
    .responsive #all_top.scrolled .all_top .main_nav .nav_item {
        padding-bottom: 5px
    }
    .responsive #all_top.scrolled .all_top .main_nav.left {
        width: 45%
    }
    .responsive #all_top.scrolled .all_top .main_nav.left .nav_item:last-of-type {
        padding-right: 0
    }
    .responsive #all_top.scrolled .all_top .main_nav.right {
        left: 55%
    }
    .responsive #all_top.scrolled .all_top .main_nav.right .nav_item:first-of-type {
        padding-left: 0
    }
    .responsive #all_bottom {
        width: auto
    }
    .responsive #all_bottom .all_bottom {
        width: 100%
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner {
        width: auto
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner {
        padding: 25px 0
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .nav {
        margin-bottom: 0
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .social {
        display: block;
        text-align: center;
        margin: 0
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .social .social_icons a {
        font-size: 35px;
        margin-right: 25px
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .social .social_icons a:last-of-type {
        margin-right: 0
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .company {
        text-align: center;
        font-size: 12px;
        margin-top: 30px
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .company .inline_menu {
        display: none
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .hw {
        text-align: center
    }
    .responsive #all_bottom .all_bottom .all_bottom_inner .container .container_inner .logo {
        text-align: center
    }
}

.careers.branding .top_nav {
    display: none
}

#homepage {
    background: 0 0 0;
    min-height: 300px
}

.homepage {
    background: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1140px
}

.homepage:before,
.homepage:after {
    content: " ";
    display: table;
    line-height: 0
}

.homepage:after {
    clear: both
}

.homepage .article {
    max-width: 720px;
    margin: 16px auto 0;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .homepage .article {
        margin-top: 0
    }
}

.homepage .article .headline {
    font-size: 76.8px;
    line-height: 80px;
    color: #0047BA;
    font-family: 'Avenir LT W01_45 Book1475508';
    margin-bottom: 25px
}

.homepage .article .copy p {
    margin-bottom: 90px
}

@media only screen and (max-width:1000px) {
    .homepage .article .copy p {
        margin-bottom: 20px
    }
}

.featured_wrapper {
    padding-top: 70px;
    max-width: 100%
}

.slide_wrapper {
    width: 100%
}

.byline {
    font-size: 14px
}

.tweets_wrapper {
    width: auto;
    max-width: 1000px;
    margin: 88px auto 81px
}

.tweets_wrapper .tweets {
    font-size: 18px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:1000px) {
    .responsive .homepage {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px
    }
    .responsive .homepage .article {
        padding: 0 20px
    }
    .responsive .homepage .article .headline {
        font-size: 40px;
        line-height: 38px;
        text-align: center;
        margin: 0 0 20px
    }
    .responsive .homepage .article .copy {
        font-size: 15px;
        line-height: 20px
    }
    .responsive .homepage .featured_wrapper {
        padding-top: 35px
    }
    .responsive .tweets_wrapper {
        height: auto;
        margin: 0
    }
}

#common_edit {
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 20
}

#format_top_edit {
    bottom: 0;
    left: 115px;
    position: absolute;
    z-index: 20
}

#format_home_edit {
    bottom: 0;
    left: 212px;
    position: absolute;
    z-index: 20
}

#mobile_menu_edit {
    bottom: 0;
    left: 320px;
    position: absolute;
    z-index: 20
}

#format_bottom_edit {
    bottom: 10px;
    left: 0;
    position: absolute;
    z-index: 20
}

#external_resources_edit {
    bottom: 10px;
    left: 130px;
    position: absolute;
    z-index: 20
}

@media only screen and (min-width:960px) {
    .main_homepage {
        margin-left: 100px
    }
}

#interior {
    background: 0 0 0
}

#interior .accessories {
    *zoom: 1;
    max-width: 1000px;
    margin: 17px auto 0
}

#interior .accessories:before,
#interior .accessories:after {
    content: " ";
    display: table;
    line-height: 0
}

#interior .accessories:after {
    clear: both
}

@media only screen and (max-width: 960px) {
    #interior .accessories {
        margin: 25px 20px
    }
}

.interior {
    *zoom: 1;
    background: #fff 0 0;
    margin: 0 auto
}

.interior:before,
.interior:after {
    content: " ";
    display: table;
    line-height: 0
}

.interior:after {
    clear: both
}

.interior .interior_inner .header {
    margin-bottom: 26px
}

.interior .interior_mid {
    *zoom: 1;
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%
}

.interior .interior_mid:before,
.interior .interior_mid:after {
    content: " ";
    display: table;
    line-height: 0
}

.interior .interior_mid:after {
    clear: both
}

.interior .interior_mid .interior_content {
    width: 100%
}

.interior .interior_right {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    position: relative;
    width: 0
}

.interior .interior_right .section {
    color: #747b80;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 0
}

.interior .interior_right .sidebar {
    margin-top: 0
}

.interior .interior_right .sidebar_bordered>div {
    margin-bottom: 15px
}

.interior .interior_right .sidebar_bordered>div.bordered {
    border-top: 1px solid #005d7b;
    padding-top: 15px
}

.interior .interior_right .featured_link {
    height: auto;
    width: 0
}

.interior .slide_wrapper {
    margin-top: -15px
}

.edit .interior .interior_inner {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width: 640px) {
    .edit .interior .interior_inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1000px) {
    .responsive #interior {
        margin-top: 0
    }
    .responsive .interior {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        width: 100%
    }
    .responsive .interior .interior_inner {
        width: auto
    }
    .responsive .interior .interior_mid {
        float: none;
        margin: 0 auto 0 auto
    }
    .responsive .interior .interior_mid .interior_content {
        width: 100%
    }
    .responsive .interior .interior_right {
        float: none;
        padding-bottom: 35px;
        text-align: center;
        width: 100%
    }
    .responsive .interior .interior_right .section {
        display: none !important;
        visibility: hidden
    }
    .responsive .interior .interior_right .side_nav {
        display: none !important;
        visibility: hidden
    }
    .responsive .interior .interior_right .featured_link {
        width: 100%
    }
    .responsive .interior .interior_right .featured_link.bordered {
        border-bottom: none
    }
}

#format_copy_edit {
    left: 0;
    position: absolute;
    top: -20px
}

#format_interior_edit {
    left: 0;
    position: absolute;
    top: 5px
}

.photo_heading_wrapper {
    position: relative
}

@media only screen and (min-width:960px) {
    #interior {
        margin-left: 100px
    }
}

.interior.calendar_header {
    padding-bottom: 0
}

.interior.calendar .interior_right {
    padding-top: 0
}

#el_sample .footer {
    color: #757575;
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #757575
}

#el_sample .footer a {
    color: #0047BA
}

#el_sample .footer a.sitemap {
    display: inline-block;
    margin-bottom: 15px
}

#el_sample .footer .inline_menu .uk-width-1-3 {
    width: 100%
}

#el_sample .footer ul.sitemap-section {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px
}

#el_sample .footer ul.sitemap-section li {
    display: inline-block
}

#el_sample .footer ul.sitemap-section li:after {
    content: " | "
}

#el_sample .footer ul.sitemap-section li:last-of-type:after {
    content: ""
}

#ui_email_form.email {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px
}

form.vertical label {
    display: block;
    margin-bottom: 4px
}

.email .text_field {
    width: 99%;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px 0;
    text-indent: 5px;
    color: #757575;
    box-shadow: inset 0 1px 6px #ccc
}

.email .text_field.error {
    border: 1px solid #0047BA
}

.email .text_field:focus {
    -o-box-shadow: 0 0 7px #0047BA;
    box-shadow: 0 0 7px #0047BA;
    border: 1px solid #0047BA;
    outline: none;
    transition: box-shadow .5s, border .5s, background .5s;
    -moz-transition: -moz-box-shadow .5s, border .5s, background .5s;
    -webkit-transition: -webkit-box-shadow .5s, border .5s, background .5s;
    -o-transition: -o-box-shadow .5s, border .5s, background .5s
}

.email .btn {
    float: right
}

.email label.error {
    color: #0047BA
}

.email input.error {
    border: 1px solid #0047BA
}

.email .recaptcha {
    float: left
}

.email .recaptcha.recaptcha_required {
    border: 1px solid #0047BA
}

#enews {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px
}

#enews form.vertical label {
    display: block;
    margin-bottom: 4px
}

#enews .text_field {
    width: 99%;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px 0;
    text-indent: 5px;
    color: #757575;
    background: transparent;
    box-shadow: inset 0 1px 6px #ccc
}

#enews .text_field.error {
    background: #0047BA
}

#enews .text_field:focus {
    -o-box-shadow: 0 0 7px #0047BA;
    box-shadow: 0 0 7px #0047BA;
    border: 1px solid #0047BA;
    outline: none;
    transition: box-shadow .5s, border .5s, background .5s;
    -moz-transition: -moz-box-shadow .5s, border .5s, background .5s;
    -webkit-transition: -webkit-box-shadow .5s, border .5s, background .5s;
    -o-transition: -o-box-shadow .5s, border .5s, background .5s
}

#enews .button {
    float: right;
    cursor: pointer;
    background-color: #0047BA;
    color: #fff;
    font-family: Futura LT W01 Heavy;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 16px;
    padding-right: 65px;
    padding-bottom: 16px;
    padding-left: 20px;
    border: 1px solid #0047BA;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#enews .button:hover {
    background-color: #007EAF
}

#enews label.error {
    color: #ff5c5c
}

#enews input.error {
    border: 1px solid #ff5c5c
}

#enews .error {
    color: #757575;
    margin-bottom: 26px
}

.service_form {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px
}

form.vertical label {
    display: block
}

.service_form .text_field {
    width: 99%;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    padding: 5px 0;
    text-indent: 5px;
    color: #757575
}

.service_form .button {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 6px 6px;
    line-height: 100%;
    cursor: pointer;
    background-color: #0047BA;
    color: #ffffff;
    font-family: Avenir LT W01_55 Roman1475520;
    text-transform: uppercase;
    border: 0;
    float: right;
    margin: 0 5px 0 0
}

.service_form .button:hover {
    background-color: #f3c464
}

.service_form label.error {
    color: #bf2a22
}

.service_form input.error {
    border: 1px solid #bf2a22
}

.msg {
    color: #757575;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 18px;
    line-height: 26px;
    color: #bf2a22;
    margin-bottom: 26px
}

.dropmenu_base {
    display: block;
    position: relative
}

.dropmenu_base .base_label {
    display: block
}

.menu_main {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.menu_main .out_top {
    height: 30px;
    background-color: transparent;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.menu_main .out_left {
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0
}

.menu_main .out_right {
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0
}

.menu_main .out_bottom {
    height: 30px;
    background-color: transparent;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.menu_main .top {
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.menu_main .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu_main .items li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu_main .item {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.menu_main .item:hover {
    text-decoration: none
}

.menu_main .item .item_sub {
    height: 1px;
    width: 0;
    position: relative;
    cursor: pointer;
    float: left;
    background-color: transparent;
    border-width: 0;
    margin: 0;
    padding: 0;
    margin-left: -3px
}

.menu_main .bottom {
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.sub_main {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.sub_main .out_top {
    height: 30px;
    background-color: transparent;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.sub_main .out_left {
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 0;
    line-height: 0
}

.sub_main .out_right {
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0
}

.sub_main .out_bottom {
    height: 30px;
    background-color: transparent;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.sub_main .top {
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.sub_main .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sub_main .items li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sub_main .sub_item {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.sub_main .sub_item:hover {
    text-decoration: none
}

.sub_main .bottom {
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#dropmenu_format_edit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.dropmenu_base {
    height: 25px;
    float: right;
    clear: none;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 16px;
    color: #4a4a4a;
    z-index: 4
}

.dropmenu_base .base_top {
    position: relative
}

.dropmenu_base .base_bottom {
    position: relative;
    margin-top: 16px
}

.dropmenu_base .base_label a {
    padding: 0 9px 0 9px;
    margin: 0 9px 0 9px;
    display: block;
    color: #4a4a4a
}

.dropmenu_base .base_label a .over {
    display: none
}

.dropmenu_base .base_label a:hover {
    text-decoration: none;
    color: #0047BA;
    background:
}

.dropmenu_base .base_label a span {
    position: relative;
    z-index: 5
}

a.reveal:hover>.over {
    display: block;
    cursor: pointer
}

.dropmenu_base.base_active .base_label a {
    color: #0047BA;
    background:
}

.dropmenu_base.base_current .base_label a {
    color: #0047BA;
    background:
}

.menu_main {
    width: 150px;
    position: absolute;
    left: 9px;
    top: 25px;
    z-index: 3;
    text-align: left;
    line-height: 1
}

.menu_main .top {
    position: relative;
    height: 7px;
    width: 150px;
    background: rgba(0, 71, 186, 0.6)
}

.menu_main .bottom {
    width: 150px;
    height: 15px;
    background: rgba(0, 71, 186, 0.6)
}

.menu_main .out_top {
    height: 5px
}

.menu_main .out_left {
    width: 5px
}

.menu_main .out_left .top {
    height: 1px;
    width: 5px;
    background: none
}

.menu_main .out_left .mid {
    background: none;
    width: 5px
}

.menu_main .out_left .bottom {
    height: 0;
    width: 0
}

.menu_main .out_right {
    width: 5px;
    background: none
}

.menu_main .out_right .top {
    width: 2px;
    height: 5px;
    background: none
}

.menu_main .out_right .mid {
    background: none
}

.menu_main .out_right .bottom {
    width: 5px;
    height: 15px;
    background: none
}

.menu_main .out_bottom {
    width: 150px;
    height: 6px
}

.menu_main ul.items {
    margin-bottom: -2px;
    padding-bottom: 1px;
    background: rgba(0, 71, 186, 0.6)
}

.menu_main .item_active.item_parent {
    background-image: none
}

.menu_main .item {
    color: #fff;
    font-family: Avenir LT W01_55 Roman1475520;
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
    position: relative;
    display: block;
    padding: 2px 15px 2px 15px;
    margin: 0 0 2px 0
}

.menu_main ul li:last-child .item {
    background-image: none
}

.menu_main .item_active {
    background: #0047BA;
    color: #fff
}

@media only screen and (max-width: 640px) {
    .hide-phone {
        display: none !important
    }
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .hide-tablet {
        display: none !important
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .hide-laptop {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hide-desktop {
        display: none !important
    }
}

@media only screen and (min-width: 640px) {
    .show-phone {
        display: none !important
    }
}

@media only screen and (max-width: 640px) {
    .show-tablet {
        display: none !important
    }
}

@media only screen and (min-width: 960px) {
    .show-tablet {
        display: none !important
    }
}

@media only screen and (max-width: 960px) {
    .show-laptop {
        display: none !important
    }
}

@media only screen and (max-width: 1200px) {
    .show-desktop {
        display: none !important
    }
}

@media only screen and (min-width: 1600px) {
    .show-desktop {
        display: none !important
    }
}

.vert-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media only screen and (max-width:1080px) {
    .container {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 640px) {
    .container {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 640px) {
    .lr-margin {
        margin-left: 20px;
        margin-right: 20px
    }
}

.centered-column:first-of-type {
    margin-left: auto
}

.centered-column:last-of-type {
    margin-right: auto
}

.page_path {
    font-family: 'Avenir LT W01_55 Roman1475520';
    margin-bottom: 42px;
    line-height: 20px;
    font-size: 14px;
    color: #757575;
    width: 100%;
    float: left
}

.page_path .path a {
    color: #757575
}

.page_path .path a:hover {
    color: #007EAF
}

.page_path .path a.home .material-icons {
    position: relative;
    top: 2px;
    font-size: 14px
}

.page_path .path .sep {
    margin: 0 13px;
    color: #757575
}

.page_path .path .links {
    display: inline;
    position: relative
}

.page_path .path .links a.show_children {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    padding-right: 15px
}

.page_path .path .links a.show_children:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 10px
}

.page_path .path .links a.show_children:active:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e924";
    color: #000000;
    font-weight: 600
}

.page_path .path .links .dropdown-content {
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 49px;
    padding: 0;
    list-style-type: none;
    line-height: 20px;
    background: #13ace9;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #13ace9), color-stop(100%, rgba(1, 138, 192, 0.9)));
    background: linear-gradient(135deg, #13ace9 0, rgba(1, 138, 192, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#13ace9', endColorstr='#018ac0', GradientType=1);
    z-index: 99
}

.page_path .path .links .dropdown-content li {
    font-size: 16px
}

.page_path .path .links .dropdown-content li a {
    display: block;
    color: #ffffff;
    padding: 5px 8px
}

.page_path .path .links .dropdown-content li a:hover {
    background-color: #ffffff;
    color: #00A0E0
}

.page_path .path .links .dropdown-content li:last-of-type a {
    border: none
}

@media only screen and (max-width: 425px) {
    .responsive .page_path {
        line-height: 1.3;
        margin-bottom: 15px
    }
    .responsive .page_path .path {
        font-size: 14px
    }
    .responsive .page_path .path .links {
        margin-right: 10px
    }
    .responsive .page_path .path a {
        white-space: nowrap
    }
    .responsive .page_path .home,
    .responsive .page_path .sep,
    .responsive .page_path .current {
        display: none
    }
}

.interior .btn,
.photo_heading_wrapper .btn,
.main_homepage .btn,
.slide_wrapper .btn {
    position: relative;
    *zoom: 1;
    margin-top: 52px;
    margin-bottom: 52px;
    background-color: #0047BA;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-family: Futura LT W01 Heavy;
    font-weight: normal;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 65px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4.75px
}

.interior .btn:before,
.photo_heading_wrapper .btn:before,
.main_homepage .btn:before,
.slide_wrapper .btn:before,
.interior .btn:after,
.photo_heading_wrapper .btn:after,
.main_homepage .btn:after,
.slide_wrapper .btn:after {
    content: " ";
    display: table;
    line-height: 0
}

.interior .btn:after,
.photo_heading_wrapper .btn:after,
.main_homepage .btn:after,
.slide_wrapper .btn:after {
    clear: both
}

.interior .btn.green,
.photo_heading_wrapper .btn.green,
.main_homepage .btn.green,
.slide_wrapper .btn.green {
    background-color: #8DC63F
}

.interior .btn.white,
.photo_heading_wrapper .btn.white,
.main_homepage .btn.white,
.slide_wrapper .btn.white {
    background-color: #ffffff;
    color: #0047BA
}

.interior .btn.white:after,
.photo_heading_wrapper .btn.white:after,
.main_homepage .btn.white:after,
.slide_wrapper .btn.white:after {
    color: #0047BA
}

.interior .btn:hover,
.photo_heading_wrapper .btn:hover,
.main_homepage .btn:hover,
.slide_wrapper .btn:hover {
    background-color: #009FDD;
    color: #fff
}

.interior .btn:hover:after,
.photo_heading_wrapper .btn:hover:after,
.main_homepage .btn:hover:after,
.slide_wrapper .btn:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    animation-duration: 1s;
    animation-name: arrowAnimate;
    animation-iteration-count: once
}

.interior .btn:after,
.photo_heading_wrapper .btn:after,
.main_homepage .btn:after,
.slide_wrapper .btn:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #ffffff;
    position: absolute;
    top: 9px;
    right: 12px;
    font-size: 35px;
    padding-left: 5px
}

@media only screen and (max-width:1000px) {
    .interior .btn,
    .photo_heading_wrapper .btn,
    .main_homepage .btn,
    .slide_wrapper .btn {
        letter-spacing: 3.25px;
        font-size: 11px
    }
    .interior .btn:after,
    .photo_heading_wrapper .btn:after,
    .main_homepage .btn:after,
    .slide_wrapper .btn:after {
        top: 6px
    }
}

.button {
    position: relative;
    *zoom: 1;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    font-family: Futura LT W01 Heavy;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4.14px
}

.button:before,
.button:after {
    content: " ";
    display: table;
    line-height: 0
}

.button:after {
    clear: both
}

.button:hover {
    color: #fff
}

.button:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    animation-duration: 1s;
    animation-name: arrowAnimate;
    animation-iteration-count: once
}

.button:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 35px;
    padding-left: 55px
}

button {
    border: none;
    cursor: pointer
}

.text_small .btn {
    font-size: 16px
}

.text_medium .btn {
    font-size: 18px
}

.text_large .btn {
    font-size: 21px
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-i-read:before {
    content: "\e927"
}

.icon-i-download:before {
    content: "\e928"
}

.icon-i-graph:before {
    content: "\e929"
}

.icon-i-audio:before {
    content: "\e92a"
}

.icon-i-play:before {
    content: "\e92b"
}

.icon-i-search:before {
    content: "\e91f"
}

.icon-i-arrowDown:before {
    content: "\e923"
}

.icon-i-arrowUp:before {
    content: "\e924"
}

.icon-i-Collapse-Alt:before {
    content: "\e925"
}

.icon-i-Collapse:before {
    content: "\e926"
}

.icon-i-spiritArrowGroup-1:before {
    content: "\e920"
}

.icon-i-spiritArrowGroup-2 .path1:before {
    content: "\e921";
    color: #000;
    opacity: .4
}

.icon-i-spiritArrowGroup-2 .path2:before {
    content: "\e922";
    margin-left: -1em;
    color: #000
}

.icon-i-spiritArrowGroup-3 .path1:before {
    content: "\e923";
    color: #000;
    opacity: .4
}

.icon-i-spiritArrowGroup-3 .path2:before {
    content: "\e924";
    margin-left: -1em;
    color: #000
}

.icon-i-spiritArrowGroup-3 .path3:before {
    content: "\e925";
    margin-left: -1em;
    color: #000
}

.icon-i-360:before {
    content: "\e900"
}

.icon-i-arrowBack:before {
    content: "\e901"
}

.icon-i-arrowForward:before {
    content: "\e902"
}

.icon-i-composites:before {
    content: "\e903"
}

.icon-i-designEngineering:before {
    content: "\e904"
}

.icon-i-fontSize:before {
    content: "\e905"
}

.icon-i-hamburger:before {
    content: "\e906"
}

.icon-i-hamburgerClose:before {
    content: "\e907"
}

.icon-i-home:before {
    content: "\e908"
}

.icon-i-menuCapabilities:before {
    content: "\e909"
}

.icon-i-menuCareers:before {
    content: "\e90a"
}

.icon-i-menuCompany:before {
    content: "\e90b"
}

.icon-i-menuContact:before {
    content: "\e90c"
}

.icon-i-menuExpertise:before {
    content: "\e90d"
}

.icon-i-menuMore:before {
    content: "\e90e"
}

.icon-i-menuShare:before {
    content: "\e90f"
}

.icon-i-print:before {
    content: "\e910"
}

.icon-i-shareLink:before {
    content: "\e911"
}

.icon-i-socialFacebook:before {
    content: "\e912"
}

.icon-i-socialLinkedIn:before {
    content: "\e913"
}

.icon-i-socialTwitter:before {
    content: "\e914"
}

.icon-i-socialYouTube:before {
    content: "\e915"
}

.icon-i-spin:before {
    content: "\e916"
}

.icon-i-spiritArrow:before {
    content: "\e917"
}

.icon-i-spiritArrowGroup:before {
    content: "\e918"
}

.icon-i-spiritIcon:before {
    content: "\e919"
}

.icon-i-spiritLogo:before {
    content: "\e91a"
}

.icon-i-stressTesting:before {
    content: "\e91b"
}

.icon-i-structuralAnalysis:before {
    content: "\e91c"
}

.icon-i-systemsEngineering:before {
    content: "\e91d"
}

.icon-i-thermodynamics:before {
    content: "\e91e"
}

@keyframes arrowAnimate {
    33% {
        content: "\e920"
    }
    67% {
        content: "\e921"
    }
    100% {
        content: "\e922"
    }
}

.uk-modal-page {
    overflow: auto
}

.uk-modal-page body {
    padding-right: 0 !important
}

.el_content_item:last-of-type {
    margin-bottom: 0
}

.edit .el_content_item {
    margin-bottom: 0
}

@media only screen and (min-width: 960px) {
    .image_captioned_text h4 {
        font-size: 22px
    }
}

.revision_date {
    font-size: .8em;
    color: #9a9a9a
}

.bios {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.bios .el_content_items .el_content_item[data-resource=bio] {
    width: 45%;
    display: inline-block;
    margin-right: 5%
}

.bios .el_content_items .el_content_item[data-resource=bio] .bio .bio_text {
    width: calc(100% - 200px);
}

.bios .el_content_items .el_content_item[data-resource=bio] .bio .bio_text h3 {
    margin-bottom: 3px
}

.bios .el_content_items .el_content_item[data-resource=bio] .bio .bio_text .bio_text_text {
    width: 100%;
    margin-left: 0
}

.bios .el_content_items .el_content_item[data-resource=bio] .bio .bio_text p {
    margin-bottom: 13px
}

.bios .el_content_items .el_content_item[data-resource=bio] .bio .bio_text p:last-of-type {
    margin-bottom: 0
}

@media (max-width:1000px) {
    .bios .el_content_items .el_content_item {
        width: auto;
        display: block;
        margin-left: 20px;
        margin-right: 20px
    }
}

.noedit .uk-modal {
    background: #13ace9;
    background: linear-gradient(left, #13ace9 0, rgba(1, 138, 192, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#13ace9', endColorstr='#018ac0', GradientType=1)
}

.noedit .uk-modal .uk-modal-dialog {
    height: auto
}

.noedit .uk-modal .uk-modal-dialog.uk-modal-dialog-lightbox img {
    width: 100%;
    height: auto
}

.noedit .uk-modal .uk-modal-dialog .uk-close {
    color: #ffffff;
    margin-right: 15px
}

.noedit .uk-modal .uk-modal-dialog .uk-close:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907"
}

.noedit .uk-modal .uk-modal-dialog .uk-close.uk-close-alt {
    background: none;
    border-radius: 0
}

.noedit .uk-modal .uk-modal-dialog .uk-close.uk-close-alt:after {
    opacity: 100
}

.noedit .uk-modal .uk-modal-dialog .uk-lightbox-content .uk-slidenav-previous {
    left: -60px
}

.noedit .uk-modal .uk-modal-dialog .uk-lightbox-content .uk-slidenav-next {
    right: -60px
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .noedit .uk-modal {
        padding: 0
    }
}

@media only screen and (max-width: 640px) {
    .noedit .uk-modal {
        padding: 10px
    }
}

.noedit .uk-modal-dialog-lightbox>.uk-close:first-child {
    font-size: 30px;
    color: #ffffff
}

.noedit .uk-modal-caption {
    background-color: transparent;
    font-size: 24px
}

.uk-modal-dialog-lightbox {
    height: auto !important;
    top: 0 !important;
    background-color: transparent
}

.uk-modal-dialog-lightbox iframe {
    display: block;
    width: 90vw !important;
    height: 50.625vw !important;
    max-width: calc(90vh * 1.7777777777777777777) !important;
    max-height: calc(90vw / 1.7777777777777777777) !important;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .uk-modal-dialog-lightbox {
        top: 0 !important
    }
}

@media only screen and (max-width: 640px) {
    .uk-modal-dialog-lightbox {
        top: 0 !important
    }
}

body:not(.blog) .uk-modal-dialog-lightbox {
    width: 100vw !important
}

.noedit .rates_table {
    margin-left: -67px;
    margin-right: -65px;
    width: auto
}

@media (max-width:1150px) {
    .noedit .rates_table {
        margin-left: 0;
        margin-right: 0
    }
}

.noedit .rates_table thead tr {
    background: #f2f2f2;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: linear-gradient(135deg, #f2f2f2 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-align: left
}

.noedit .rates_table thead tr th {
    background-color: transparent;
    border-width: 0
}

.noedit .rates_table tbody tr:nth-child(even) {
    background: #f2f2f2;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: linear-gradient(135deg, #f2f2f2 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.noedit .rates_table tbody tr td {
    border-width: 0;
    vertical-align: top
}

.noedit .rates_table tbody tr td p {
    margin: 0;
    margin-bottom: 26px
}

.noedit .rates_table tbody tr td p:last-child {
    margin-bottom: 0
}

.certifications_table {
    width: 100% !important;
    margin-bottom: 52px
}

.certifications_table thead tr th:empty {
    height: 5px !important;
    padding: 0
}


@media only screen and (min-width:1000px) {
    .news_center_cards .card {
        width: 226px;
        height: 140px
    }
}

.news_center_cards .card a {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:1000px) {
    .news_center_cards .card a .content {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
}

.news_center_cards .card a .content h2 {
    color: white;
    text-align: center;
    font-size: 25px !important
}

@media only screen and (max-width:999px) {
    .news_center_cards .card a .content h2 {
        padding-bottom: 1.5em;
        padding-top: 1.4em;
        padding-left: 2em;
        padding-right: 2em;
        margin: auto
    }
}

.locations_cards.wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.locations_cards.wrapper .uk-width-1-2 {
    width: 145px !important;
    padding-left: 0;
    margin-left: 0 !important
}

.locations_cards.wrapper .card {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: relative
}

.locations_cards.wrapper .card img {
    width: 226px;
    height: 140px;
    left: -43px;
    max-width: none
}

.locations_cards.wrapper .card .content {
    position: relative;
    top: -100px;
    color: #fff;
    padding-left: 2px;
    padding-right: 8px
}

.locations_cards.wrapper .card .content h1,
.locations_cards.wrapper .card .content h2,
.locations_cards.wrapper .card .content h3,
.locations_cards.wrapper .card .content h4,
.locations_cards.wrapper .card .content h5,
.locations_cards.wrapper .card .content h6,
.locations_cards.wrapper .card .content .card-copy {
    color: #fff;
    text-align: right
}

.locations_cards.wrapper .card .content h3 {
    line-height: 1.2
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    .locations_cards.wrapper .uk-grid {
        margin-left: 0
    }
}

@media only screen and (max-width: 640px) {
    .locations_cards.wrapper .uk-grid {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%
    }
}

.logo_cards.wrapper,
.logo5_cards.wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.logo_cards.wrapper .card-grid .uk-grid,
.logo5_cards.wrapper .card-grid .uk-grid {
    margin-left: 0
}

.logo_cards.wrapper .card-grid .uk-grid>*,
.logo5_cards.wrapper .card-grid .uk-grid>* {
    padding-left: 0
}

.logo_cards.wrapper .card-grid .uk-grid .uk-width-medium-1-4,
.logo5_cards.wrapper .card-grid .uk-grid .uk-width-medium-1-4 {
    margin-bottom: 0
}

.logo_cards.wrapper .card img,
.logo5_cards.wrapper .card img {
    width: 151px;
    height: 94px;
    max-width: none
}

.logo5_cards.wrapper .card-grid .uk-grid .uk-width-1-2 {
    width: 200px !important;
    padding-left: 0;
    margin-left: 0 !important
}

.faq.wrapper {
    padding: 0;
    margin-top: 122px
}

.faq.wrapper .card-list .card-wrapper .card .content h3 {
    margin-bottom: 13px
}

.faq.wrapper .card-list .card-wrapper .card .content .card-copy {
    color: #009FDD;
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-size: 18px;
    line-height: 22px
}

.stats.wrapper {
    padding-top: 80px;
    margin-bottom: 0
}

@media only screen and (min-width:960px) {
    .stats.wrapper {
        padding-top: 100px
    }
}

.stats.wrapper .card .content .contain {
    position: relative
}

.stats.wrapper .card .content .contain h2 {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    color: #ffffff;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -2px;
    text-transform: none
}

@media only screen and (min-width:960px) {
    .stats.wrapper .card .content .contain h2 {
        position: absolute;
        bottom: 0
    }
}

@media only screen and (max-width: 640px) {
    .stats.wrapper .card .content .contain h2 {
        font-size: 32px;
        line-height: 1.2
    }
}

.stats.wrapper .card .content h3 {
    color: #ffffff;
    margin-top: 0
}

.footer_cards {
    margin-bottom: 0
}

.footer_cards .uk-width-medium-1-4 {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.footer_cards .uk-width-medium-1-4 .card-wrapper .card .image {
    position: relative;
    overflow: hidden;
    width: 226px;
    height: 140px
}

.footer_cards .uk-width-medium-1-4 .card-wrapper .card .image img {
    transition: transform .3s ease
}

@media only screen and (min-width:1000px) {
    .footer_cards .uk-width-medium-1-4:hover .card-wrapper .card img {
        transition: transform .3s ease;
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.relevant.wrapper {
    margin: 50px auto 25px;
    padding: 0
}

.relevant.wrapper .card .content h2 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    margin-bottom: 0
}

.relevant.wrapper .card .content h3 {
    font-size: 15px;
    font-family: "Avenir LT W01_45 Book1475508";
    line-height: 1.4
}

@media only screen and (max-width:500px) {
    .relevant.wrapper .card .content h2 {
        text-align: left
    }
    .relevant.wrapper .card .content h3 {
        text-align: left
    }
}

.wrapper.nopadding,
.wrapper.nopadding.full-width {
    padding-top: 0;
    padding-bottom: 0
}

#search_form {
    padding: 0 0 30px;
    margin: 0 auto;
    font-family: Avenir LT W01_55 Roman1475520;
    max-width: 1000px;
    *zoom: 1
}

@media only screen and (max-width:1000px) {
    #search_form {
        margin-left: 20px;
        margin-right: 20px
    }
}

#search_form:before,
#search_form:after {
    content: " ";
    display: table;
    line-height: 0
}

#search_form:after {
    clear: both
}

#search_form .btn {
    margin: 0;
    color: #ffffff
}

#search_terms_field {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 6px #ccc;
    color: #757575;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 3%;
    padding: 15px 6px;
    transition: box-shadow .5s, border .5s, background .5s;
    width: 70%
}

@media only screen and (max-width:1000px) {
    #search_terms_field {
        width: 95%
    }
}

#search_terms_field.error {
    background: #0047BA
}

#search_terms_field:focus {
    border: 1px solid #0047BA;
    box-shadow: 0 0 7px #0047BA;
    outline: none
}

#search_form .button {
    background-color: #0047BA;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 6px 9px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 100px
}

#search_form .button:hover {
    background-color: #0047BA;
    color: #757575
}

#search_results {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    font-size: 18px;
    line-height: 26px
}

#search_results .count {
    margin-bottom: 26px
}

#search_results .result {
    margin-bottom: 26px
}

#search_results .title a {
    margin-bottom: 0;
    color: #4a4a4a;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 24px;
    font-weight: normal;
    font-style: normal
}

#sitemap {
    max-width: 828px;
    margin: 0 auto;
    padding: 0;
    font-family: Avenir LT W01_55 Roman1475520;
    color: #757575;
    font-size: 18px;
    line-height: 26px
}

#sitemap p {
    margin: 0 0 26px 0;
    padding: 0
}

#sitemap ul,
#sitemap ol {
    margin-bottom: 18px
}

#sitemap ul li,
#sitemap ol li {
    list-style-type: none
}

#sitemap ul li:before,
#sitemap ol li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917";
    color: #0047ba
}

#sitemap ul li a,
#sitemap ol li a {
    color: #0047BA
}

#sitemap ul li a.show_children,
#sitemap ol li a.show_children {
    cursor: default
}

#sitemap ul li a.show_children:hover,
#sitemap ol li a.show_children:hover {
    color: #007EAF
}

#sitemap ul li a:hover,
#sitemap ol li a:hover {
    color: #007EAF
}

#sitemap ul li ul li:before,
#sitemap ol li ul li:before {
    display: none
}

#sitemap ul li ul li a.show_children,
#sitemap ol li ul li a.show_children {
    color: #757575
}

#sitemap ul li ul li a.show_children:hover,
#sitemap ol li ul li a.show_children:hover {
    color: #757575
}

#sitemap ul li ul li a.show_children:before,
#sitemap ol li ul li a.show_children:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917";
    color: #757575
}

.text_small #sitemap {
    font-size: 18px
}

.text_medium #sitemap {
    font-size: 20px
}

.text_large #sitemap {
    font-size: 23px
}

.press_release {
    margin-bottom: 52px
}

.press_release p.prnews_p,
.press_release span.prnews_span {
    font-size: 18px !important;
    font-family: Avenir LT W01_55 Roman1475520 !important;
    color: #757575 !important;
    line-height: 26px !important
}

.press_release *[style*=font-size],
.press_release *[style*='font-family'],
.press_release *[style*='color'],
.press_release *[style*='line-height'] {
    font-size: 18px !important;
    font-family: Avenir LT W01_55 Roman1475520 !important;
    color: #757575 !important;
    line-height: 26px !important
}

.print_logo {
    display: none
}

@media print {
    * {
        -ms-filter: none !important;
        background: transparent !important;
        color: black !important;
        filter: none !important;
        font-size: 12pt !important;
        text-shadow: none !important
    }
    p a,
    p a:visited {
        color: #ffffff !important;
        text-decoration: underline
    }
    p a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    h1 {
        font-size: 17pt
    }
    h2 {
        font-size: 16pt
    }
    h3 {
        font-size: 15pt
    }
    h4 {
        font-size: 14pt
    }
    h5 {
        font-size: 13pt
    }
    h6 {
        font-size: 12pt
    }
    .all_bottom {
        display: none;
        height: 0 !important;
        page-break-after: avoid
    }
    #all_top {
        display: none;
        height: 0 !important
    }
    .all_top {
        display: none;
        height: 0 !important;
        page-break-after: avoid
    }
    .photo_heading_wrapper .photo_heading {
        display: none;
        height: 0 !important
    }
    .side_content,
    .interior_heading,
    #interior_heading,
    .header,
    .interior_right,
    .interior_left,
    .interior_sidebar,
    .interior_nav,
    .interior_options,
    .interior .photo_heading_wrapper {
        display: none;
        height: 0 !important
    }
    .interior_mid,
    .interior_content {
        display: block;
        page-break-before: avoid
    }
    .print_heading {
        -ms-filter: none !important;
        background: transparent !important;
        border: none;
        color: black !important;
        display: block !important;
        filter: none !important;
        margin-bottom: .5cm;
        padding-bottom: .5cm;
        page-break-before: avoid;
        text-shadow: none !important
    }
    .print_logo {
        border: none;
        display: block !important;
        height: .5;
        margin-bottom: .25in;
        width: 1.5
    }
    .interior_content {
        width: 100% !important
    }
    .interior_mid {
        border: none;
        width: 100% !important
    }
    .interior_mid td tr,
    img {
        page-break-inside: avoid
    }
    .interior .interior_inner .interior_mid .interior_content {
        margin-left: 0
    }
}

@media only screen and (max-width:1000px) {
    .responsive .homepage {
        height: auto;
        margin: 0 auto 0 auto;
        padding-top: 15px;
        position: relative;
        width: 100%
    }
    .responsive .slide_wrapper {
        height: auto;
        margin-bottom: 15px;
        position: relative;
        width: 100%
    }
    .responsive .testimonials_wrapper {
        *zoom: 1;
        float: none;
        height: auto;
        position: relative;
        width: 100%
    }
    .responsive .testimonials_wrapper:before,
    .responsive .testimonials_wrapper:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .testimonials_wrapper:after {
        clear: both
    }
    .responsive .featured_wrapper {
        *zoom: 1;
        float: none;
        height: auto;
        position: relative;
        width: 100%
    }
    .responsive .featured_wrapper:before,
    .responsive .featured_wrapper:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .featured_wrapper:after {
        clear: both
    }
    .responsive .photo_features {
        *zoom: 1;
        float: none;
        height: auto;
        left: 0;
        position: relative;
        width: 100%
    }
    .responsive .photo_features:before,
    .responsive .photo_features:after {
        content: " ";
        display: table;
        line-height: 0
    }
    .responsive .photo_features:after {
        clear: both
    }
}