@charset "UTF-8";

/*------------------------------------*    #MAIN
\*------------------------------------*/
/* 1. Settings*/
/*------------------------------------*    #SETTINGS.GLOBAL
\*------------------------------------*/
/*------------------------------------*    #COLOURS
\*------------------------------------*/
/*------------------------------------*    #FONTS
\*------------------------------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

/*td,
th {
    padding: 0;
}*/

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

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

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

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

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

a {
    color: #337ab7;
    text-decoration: none;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer;
}

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

.container-fluid:after {
    clear: both;
}

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

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

.row:after {
    clear: both;
}

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

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

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

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

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

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

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

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

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

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

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

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

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

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

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

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

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

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

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

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

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

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

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

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

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

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

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

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

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

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

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

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

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

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

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

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

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

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

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

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

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

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

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

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

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

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

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

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

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

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

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    text-transform: none !important;
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

.open>a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

.nav:after {
    clear: both;
}

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

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

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

.nav>li.disabled>a {
    color: #777777;
}

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

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

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

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

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

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

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

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

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

.nav-pills>li {
    float: left;
}

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

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

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

.nav-stacked>li {
    float: none;
}

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

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

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

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

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

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

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

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

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

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

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

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

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

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
    color: #FFF;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

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

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

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

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

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

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

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

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

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

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

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

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.html") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.html") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url("chosen-sprite.html") no-repeat 100% -20px;
    background: url("chosen-sprite.html") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.html") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url("chosen-sprite.html") no-repeat -30px -20px;
    background: url("chosen-sprite.html") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite%402x.html") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
/*------------------------------------*    #MODULES.SLICK
\*------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/* Slider */
/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(minimal.html) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}

.icheckbox_minimal.hover {
    background-position: -20px 0;
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal {
    background-position: -100px 0;
}

.iradio_minimal.hover {
    background-position: -120px 0;
}

.iradio_minimal.checked {
    background-position: -140px 0;
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(minimal%402x.html);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(blue.html) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-blue {
    background-position: -100px 0;
}

.iradio_minimal-blue.hover {
    background-position: -120px 0;
}

.iradio_minimal-blue.checked {
    background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-blue.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(blue%402x.html);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

/*------------------------------------*    #MIXINS
\*------------------------------------*/
/*------------------------------------*    #GENERIC.FONTS
\*------------------------------------*/

@font-face {
    font-family: Colossalis Bold;
    src: url("../fonts/colossalis_bold.woff") format("woff"), url("../fonts/colossalis_bold.woff2") format("woff2");
}

@font-face {
    font-family: Colossalis Medium;
    src: url("../fonts/colossalis_medium.woff") format("woff"), url("../fonts/colossalis_medium.woff2") format("woff2");
}

@font-face {
    font-family: Kelson Sans Bold;
    src: url("../fonts/kelson_sans_bold.woff") format("woff"), url("../fonts/kelson_sans_bold.woff2") format("woff2");
}

@font-face {
    font-family: Kelson Sans Regular;
    src: url("../fonts/kelson_sans_regular.woff") format("woff"), url("../fonts/kelson_sans_regular.woff2") format("woff2");
}

@font-face {
    font-family: Kelson Sans Light;
    src: url("../fonts/kelson_sans_light.woff") format("woff"), url("../fonts/kelson_sans_light.woff2") format("woff2");
}

/*------------------------------------*    #GENERIC.PAGE
\*------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-font-smoothing: antialiased;*/
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #787d83;
    background-color: #ffffff;
}

/*------------------------------------*    #GENERIC.TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    color: bright purple;

}

h1,
h2,
.h1,
.h2 {
    text-transform: uppercase;
}

a.h1:hover,
a.h2:hover,
a.h3:hover,
a.h4:hover,
a.h5:hover,
a.h6:hover {
    color: #f36f21;
}

h1,
.h1 {
    font-family: 'Colossalis Bold', sans-serif;
    font-size: 40.5px;
    line-height: 1.0;
    margin-bottom: 0.25em;
}

@media screen and (min-width: 480px) {

    h1,
    .h1 {
        font-size: 72px;
    }
}

@media screen and (min-width: 768px) {

    h1,
    .h1 {
        font-size: 60px;
    }
}

h2,
.h2 {

    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0.2em;
}

@media screen and (min-width: 480px) {

    h2,
    .h2 {
        font-size: 40px;
    }
}

h3,
.h3 {
    font-family: 'Kelson Sans Bold', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 480px) {

    h3,
    .h3 {
        font-size: 40px;
    }
}

h4,
.h4 {
    font-family: 'Colossalis Bold', sans-serif;
    font-size: 22.4px;
    line-height: 1.2;
}

@media screen and (min-width: 480px) {

    h4,
    .h4 {
        font-size: 28px;
    }
}

h5,
.h5 {
    font-family: 'Colossalis Bold', sans-serif;
    font-size: 16.2px;
    line-height: 1.2;
}

@media screen and (min-width: 480px) {

    h5,
    .h5 {
        font-size: 18px;
        font-weight: 400;
    }
}

h6,
.h6 {
    font-family: 'Kelson Sans Bold';
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

p {
    margin: 0 0 1.6em 0;
}

p a {
    color: #E52320;
    text-decoration: underline;
    font-weight: bold;
}

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

ul.l-section__list li a {
    color: #1c5577;
    text-decoration: underline;
}

ul.l-section__list li a:hover,
ul.l-section__list li a:focus {
    color: #f36f21;
    text-decoration: underline;
}

td a {
    color: #1c5577;
    text-decoration: underline;
}

td a:hover,
td a:focus {
    color: inherit;
    text-decoration: underline;
}

a {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.link {
    text-transform: uppercase;
    font-weight: 600;
    color: #f36f21;
}

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

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

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

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

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

/*---------------------------------------------*    #GENERIC.FORMS
    See vendor.scss for chosen dropdown styles
\*---------------------------------------------*/
.form-control {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 18px;
    color: #FFFFFF;
    border-radius: 0;
    height: 60px;
    border: 1px solid #1c5577;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

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

.form-control:focus {
    border: 1px solid #1c5577;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 18px;
}

.form-group,
textarea {
    vertical-align: middle;
}

.form-group label {
    display: none;
}

.checkbox {
    color: #FFFFFF;
}

/*------------------------------------*    #LAYOUT.SECTION
\*------------------------------------*/
.l-section h3 {
    margin-top: 60px;
}

.l-section h4 {
    font-family: 'Kelson Sans Bold', sans-serif;
    font-size: 30px;
    margin: 1.2em 0 0.5em;
}

@media screen and (min-width: 992px) {
    .l-section--border-right>div {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .l-section--border-right>div {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.l-section--border-right>div:first-child {
    margin-bottom: 45px;
}

@media screen and (min-width: 992px) {
    .l-section--border-right>div:first-child {
        margin-bottom: 0;
        border-right: 1px solid #1c5577;
    }
}

@media screen and (min-width: 1200px) {
    .l-section--border-right>div:first-child {
        padding-right: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .l-section--border-right>div:last-child {
        padding-left: 90px;
    }
}

.l-section__hr {
    margin: 2em 0;
}

.l-section__img--r {
    display: block;
    margin: 0 0 2em 0;
}

.l-section__img--r img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .l-section__img--r {
        float: right;
        max-width: 50%;
        margin: 0 0 5em 2em;
    }
}

.l-section__img--full {
    margin: 2em 0;
    width: 100%;
}

.l-section__img--full img {
    width: 100%;
}

.l-section__caption {
    margin: 1em 0 0 0;
    color: #f36f21;
}

.l-section__list {
    margin: 1em 0 2em;
}

.l-section__list li {
    margin-bottom: 1em;
}

/*------------------------------------*    #LAYOUT.LAYOUT
\*------------------------------------*/
.l-hero {
    display: inline-block;
    max-width: 990px;
    margin: 0 auto;
}

.l-center {
    margin: 0 auto;
}

.l-landingWidth {
    max-width: 1800px;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .l-landingWidth {
        padding-left: 70px;
        padding-right: 90px;
    }
}

/*------------------------------------*    #COMPONENTS.PAGE-HEADER
\*------------------------------------*/
.c-page-header {
    text-align: center;
    margin-bottom: 8%;
}

.c-page-header__underline {
    position: relative;
    width: 120px;
    height: 35px;
    margin: 0 auto 15px;
    border-top: 1px solid #1c5577;
}

.c-page-header__underline:after {
    position: absolute;
    left: 61px;
    height: 35px;
    top: 0;
    border-right: 1px solid #1c5577;
    content: '';
}

@media screen and (min-width: 480px) {
    .c-page-header__underline {
        width: 170px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .c-page-header__underline:after {
        left: 87px;
        height: 60px;
    }
}

.c-page-header__date {
    color: #1c5577;
    text-transform: uppercase;
}

.c-page-header__img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 990px) {
    .c-page-header__img {
        max-width: 990px;
    }
}

.c-page-header--nomargin {
    margin-bottom: 0;
}

/*------------------------------------*    #COMPONENTS.BUTTONS
\*------------------------------------*/
.c-btn {
    display: inline-block;
    position: relative;
    font-family: 'Colossalis Bold', sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin: 0.3em 0.5em 0.3em 0;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* Reset unusual Firefox-on-Android default style*/
    border: none;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease;
    -o-transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease;
    transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease;
    padding: 0.5em 2.5em 0.45em 1em;
    line-height: 1;
    min-width: 6em;
    border-radius: 0;
}

@media screen and (max-width: 480px) {
    .c-btn {
        font-size: 20px;
    }
}

.c-btn:before {
    position: absolute;
    font-family: 'icomoon';
    content: "\e902";
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.8em;
    right: 0.6em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Button Colours*/
/* --------------------------------------------------*/
.c-btn--blue {
    background-color: #1c5577;
    color: #FFFFFF;
}

.c-btn--blue:hover,
.c-btn--blue:focus {
    background-color: #0d2939;
    color: #FFFFFF;
}

.c-btn--orange {
    background-color: #f36f21;
    color: #FFFFFF;
}

.c-btn--orange:hover,
.c-btn--orange:focus {
    background-color: #bd4d0a;
    color: #FFFFFF;
}

.c-btn--aqua {
    background-color: #06a99f;
    color: #FFFFFF;
}

.c-btn--aqua:hover,
.c-btn--aqua:focus {
    background-color: #035f59;
    color: #FFFFFF;
}

.c-btn--darkGrey {
    background-color: #08161e;
    color: #FFFFFF;
}

.c-btn--darkGrey:hover,
.c-btn--darkGrey:focus {
    background-color: black;
    color: #FFFFFF;
}

.c-btn--grey {
    background-color: #64686d;
    color: #FFFFFF;
}

.c-btn--grey:hover,
.c-btn--grey:focus {
    background-color: #3f4245;
    color: #FFFFFF;
}

/* Button Sizes*/
/* --------------------------------------------------*/
.c-btn--lg {
    font-size: 36px;
}

.c-btn--sm {
    font-size: 24px;
}

/* Button Types*/
/* --------------------------------------------------*/
.c-btn--yt {
    width: 175px;
}

.c-btn--yt:before {
    font-size: 0.85em;
    content: "\e90a";
    width: 25px;
}

.c-btn--flickr {
    width: 175px;
}

.c-btn--flickr:before {
    margin-top: 1px;
    font-size: 1em;
    content: "\e905";
}

.c-btn--twitter {
    width: 175px;
}

.c-btn--twitter:before {
    margin-top: 0px;
    font-size: 0.75em;
    content: "\e908";
}

.c-btn--fb {
    width: 175px;
}

.c-btn--fb:before {
    margin-top: -2px;
    font-size: 0.85em;
    content: "\e904";
}

.c-btn--instagram {
    width: 203px;
}

.c-btn--instagram:before {
    margin-top: -2px;
    font-size: 0.85em;
    content: "\e906";
}

.c-btn--vimeo {
    width: 175px;
}

.c-btn--vimeo:before {
    margin-top: -2px;
    font-size: 0.85em;
    content: "\e909";
}

.c-btn--cat {
    font-family: 'Kelson Sans Bold', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0.7em 1.2em 0.65em 2.5em;
}

.c-btn--cat:before {
    font-size: 0.8em;
    right: auto;
    left: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-btn--down {
    display: block;
    padding: 0.5em 1em 1.4em 1em;
    margin: 0 auto 1em;
}

.c-btn--down:before {
    position: absolute;
    font-family: 'icomoon';
    content: "\e900";
    color: #FFFFFF;
    font-size: 0.7em;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0.6em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-btn--center {
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    margin: 0 auto 1em;
}

/* Form button*/
/* --------------------------------------------------*/
.c-btn--form {
    float: right;
    margin-top: 30px;
}

/* Block button*/
/* --------------------------------------------------*/
.c-btn--block {
    display: block;
    width: 100%;
}

/* Remove blue box around buttons*/
.btn:focus,
button:focus {
    outline: none !important;
}

.c-btn--nomargin {
    margin: 0;
}

/*------------------------------------*    #COMPONENTS.FLAGS
\*------------------------------------*/
/* Country Flags */
.c-flag.newzealand span:before {
    background-image: url("../images/flags/NewZealand.html");
}

.c-flag.australia span:before {
    background-image: url("../images/flags/Australia.gif");
}

.c-flag.argentina span:before {
    background-image: url("../images/flags/Argentina.gif");
}

.c-flag.belgium span:before {
    background-image: url("../images/flags/Belgium.gif");
}

.c-flag.britain span:before {
    background-image: url("../images/flags/britain.html");
}

.c-flag.brazil span:before {
    background-image: url("../images/flags/Brazil.gif");
}

.c-flag.chile span:before {
    background-image: url("../images/flags/Chile.gif");
}

.c-flag.canada span:before {
    background-image: url("../images/flags/Canada.gif");
}

.c-flag.czechrepublic span:before {
    background-image: url("../images/flags/CzechRepublic.html");
}

.c-flag.finland span:before {
    background-image: url("../images/flags/Finland.gif");
}

.c-flag.hongkong span:before {
    background-image: url("../images/flags/Hong%20Kong.gif");
}

.c-flag.ireland span:before {
    background-image: url("../images/flags/Ireland.gif");
}

.c-flag.japan span:before {
    background-image: url("../images/flags/Japan.gif");
}

.c-flag.netherlands span:before {
    background-image: url("../images/flags/netherlands.gif");
}

.c-flag.southafrica span:before {
    background-image: url("../images/flags/SouthAfrica.gif");
}

.c-flag.spain span:before {
    background-image: url("../images/flags/Spain.gif");
}

.c-flag.sweden span:before {
    background-image: url("../images/flags/Sweden.gif");
}

.c-flag.unitedkingdom span:before {
    background-image: url("../images/flags/UnitedKingdom.gif");
}

.c-flag.unitedstates span:before {
    background-image: url("../images/flags/UnitedStates.gif");
}

.c-flag.denmark span:before {
    background-image: url("../images/flags/Denmark.gif");
}

.c-flag.malaysia span:before {
    background-image: url("../images/flags/Malaysian.gif");
}

.c-flag.singapore span:before {
    background-image: url("../images/flags/singapore.gif");
}

/* Country Flags */
/*------------------------------------*    #COMPONENTS.OVERLAYS
\*------------------------------------*/
.c-hover-overlay {
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    display: block;
}

.c-hover-overlay:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

.c-hover-overlay:hover {
    cursor: pointer;
}

.c-hover-overlay:hover:before {
    opacity: 0.2;
}

/*------------------------------------*    #COMPONENTS.LANDING
\*------------------------------------*/
.c-landing {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

@media screen and (min-width: 480px) {
    .c-landing {
        height: 540px;
    }
}

@media screen and (min-width: 768px) {
    .c-landing {
        height: 800px;
        height: 100vh;
    }
}

.c-landing:before {
    opacity: 0;
}

.c-landing--mobile:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: url("../images/poster.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: -1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: block;
}

@media screen and (min-width: 768px) {
    .c-landing--mobile:after {
        display: none;
    }
}

.c-landing.poster:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: url("../images/poster.png");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-landing.poster:before {
        display: block;
    }
}

.c-landing__gradient {
    position: absolute;
    top: -22%;
    left: -50%;
    width: 200%;
    height: 130%;
    background: -webkit-radial-gradient(transparent 55%, #08161e 65%), -webkit-gradient(linear, left bottom, left top, from(#08161e), color-stop(7%, rgba(8, 22, 30, 0.95)), color-stop(10%, transparent));
    background: -o-radial-gradient(transparent 55%, #08161e 65%), -webkit-gradient(linear, left bottom, left top, from(#08161e), color-stop(7%, rgba(8, 22, 30, 0.95)), color-stop(10%, transparent));
    background: radial-gradient(transparent 55%, #08161e 65%), -webkit-gradient(linear, left bottom, left top, from(#08161e), color-stop(7%, rgba(8, 22, 30, 0.95)), color-stop(10%, transparent));
    background: -webkit-radial-gradient(transparent 55%, #08161e 65%), -webkit-linear-gradient(bottom, #08161e, rgba(8, 22, 30, 0.95) 7%, transparent 10%);
    background: -o-radial-gradient(transparent 55%, #08161e 65%), -o-linear-gradient(bottom, #08161e, rgba(8, 22, 30, 0.95) 7%, transparent 10%);
    background: radial-gradient(transparent 55%, #08161e 65%), linear-gradient(to top, #08161e, rgba(8, 22, 30, 0.95) 7%, transparent 10%);
}

.c-landing__video {
    position: relative;
    top: -1px;
    width: 100%;
    height: 100%;
    border: none;
    /* z-index: -1;*/
    display: none;
}

@media screen and (min-width: 768px) {
    .c-landing__video {
        display: block;
    }
}

.c-landing .container {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .c-landing__content .container {
        padding-left: 0;
    }

    .c-landing__content {
        margin-top: 17%;
    }
}

.c-landing__content {
    position: absolute;
    width: 100%;
    top: 0;
    display: inline-block;
    margin-left: 15px;
    margin-top: 100px;
    z-index: 10;
}

@media screen and (min-width: 480px) {
    .c-landing__content {
        margin-left: 15px;
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px) {
    .c-landing__content {
        margin-top: 10%;
    }
}

.c-landing__banner {
    position: relative;
    z-index: 10;
    width: 200px;
    height: auto;
}

@media screen and (min-width: 480px) {
    .c-landing__banner {
        width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .c-landing__banner {
        width: 290px;
    }
}

@media screen and (min-width: 992px) {
    .c-landing__banner {
        width: 330px;
    }
}

@media screen and (min-width: 1200px) {
    .c-landing__banner {
        width: 400px;
    }
}

@media screen and (min-width: 1500px) {
    .c-landing__banner {
        width: 460px;
    }
}

.c-landing__btns {
    margin: 40px -5px 100px;
}

@media screen and (min-width: 480px) {
    .c-landing__btns {
        margin: -180px -5px 100px;
    }
}

@media screen and (min-width: 768px) {
    .c-landing__btns {
        margin: -15% -5px 14%;
    }
}

@media screen and (min-width: 1200px) {
    .c-landing__btns {
        margin: -15% -15px 14%;
    }
}

@media screen and (max-width: 1200px) {
    .c-landing__btns .col-sm-3 {
        padding: 0 5px;
    }
}

@media screen and (max-width: 410px) {
    .c-landing__btns .col-sm-3 {
        width: 100%;
    }


}

.c-btn--landing {
    font-size: 20px;
    padding: 0.62em 1.9em 0.68em 0.9em;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-btn--landing {
        font-size: 18px;
    }
}

@media screen and (min-width: 1300px) {
    .c-btn--landing {
        font-size: 27px;
    }
}

.c-btn--landing p {
    font-size: 0.6em;
    font-family: "Kelson Sans Regular", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin: 5px 0 0;
    opacity: 0.75;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-btn--landing:before {
    position: absolute;
    font-family: 'icomoon';
    content: "\e902";
    color: #FFFFFF;
    font-size: 0.6em;
    right: 1.1em;
    top: auto;
    bottom: 0.4em;
    -webkit-transform: translateY(-72%);
    -ms-transform: translateY(-72%);
    transform: translateY(-72%);
}

/*------------------------------------*    #COMPONENTS.TABLES
\*------------------------------------*/
.c-table {
    width: 100%;
    max-width: 100%;
}

.c-table thead th {
    font-family: 'Colossalis Bold', sans-serif;
    font-size: 16px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.c-table th,
.c-table td {
    position: relative;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 5px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    -webkit-transition: font 0.2s ease, color 0.2s ease;
    -o-transition: font 0.2s ease, color 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease;
}

.c-table thead:first-child>tr:first-child>th,
.c-table thead:first-child>tr:first-child>td {
    border-top: 0;
}

.c-table--orange thead th {
    color: #f36f21;
}

.c-table--orange th,
.c-table--orange td {
    border-top: 1px solid #f36f21;
}

.c-table--aqua thead th {
    color: #06a99f;
}

.c-table--aqua th,
.c-table--aqua td {
    border-top: 1px solid #06a99f;
}

.c-table--results th,
.c-table--results td {
    vertical-align: top;
    width: 16%;
}

.c-table--results th:first-child,
.c-table--results td:first-child {
    width: 4%;
}

.c-flag span {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.c-flag span:before {
    position: absolute;
    top: -1px;
    left: -35px;
    vertical-align: middle;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    width: 28px;
    height: 19px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.c-table--results tr:hover td {
    font-family: 'Kelson Sans Bold', sans-serif;
    cursor: pointer;
}

.c-table--orange tr:hover td,
.c-table--orange tr:hover th {
    color: #f36f21;
}

.c-table--aqua tr:hover td,
.c-table--aqua tr:hover th {
    color: #06a99f;
}

.c-table tr:hover .c-flag span {
    left: 35px;
}

.c-table tr:hover .c-flag span:before {
    opacity: 1;
}

.c-table-responsive {
    min-height: 0.01%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: scroll;
}

.c-table-responsive .c-table {
    width: 900px;
}

@media screen and (min-width: 992px) {
    .c-table-responsive .c-table {
        width: 100%;
    }
}

/*------------------------------------*    #COMPONENTS.BOX
\*------------------------------------*/
.c-box {
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .c-box {
        width: 100%;
    }
}

.c-box__media img {
    width: 100%;
    height: auto;
}

.box__media--feature {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.box__media--feature .c-circle {
    position: relative;
    margin-top: -50px;
    top: 0;
}

@media screen and (min-width: 480px) {
    .box__media--feature .c-circle {
        top: -35px;
    }
}

.c-box__media.video,
.box__media--feature.video {
    position: relative;
    display: block;
}

.c-box__media.video:before,
.box__media--feature.video:before {
    position: absolute;
    content: "\e90d";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0.8;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.c-box__media.video:hover:before,
.box__media--feature.video:hover:before {
    color: #f36f21;
}

.c-box__media.video:before {
    font-size: 50px;
    margin-top: 10px;
}

.box__media--feature.video:before {
    font-size: 50px;
    margin-top: -30px;
}

@media screen and (min-width: 480px) {
    .box__media--feature.video:before {
        font-size: 60px;
    }
}

.c-box__content {
    background-color: #1c5577;
    padding: 15px 25px 15px 25px;
    width: 100%;
}

.c-box__content:before,
.c-box__content:after {
    content: " ";
    display: table;
}

.c-box__content:after {
    clear: both;
}

.c-box__caption {
    width: 75%;
    float: left;
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .c-box__caption {
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.c-box__caption--wdate {
    width: 75%;
    float: left;
    padding-left: 15px;
}

.c-box__date {
    width: 55px;
    float: left;
    border-right: 1px solid #1c5577;
    color: #FFFFFF;
}

.c-box__date .day {
    font-size: 15px;
    margin-top: 0px;
    line-height: 10px;
}

.c-box__date .time {
    font-size: 15px;
}

.c-box__heading {
    display: block;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 5px;
}

.c-box__heading--lg {
    line-height: 1.1;
    font-size: 28px;
    margin-top: 10px;
}

.c-box__text {
    color: #719bb4;
    font-size: 14px;
    margin: 0;
}

.c-box__link {
    font-size: 14px;
    margin-bottom: 5px;
}

.c-box__link:hover {
    color: #FFFFFF;
}

.c-box__arrow {
    position: absolute;
    bottom: 10px;
    right: 28px;
    color: #FFFFFF;
}

.c-box__arrow:hover {
    color: #f36f21;
}

/*------------------------------------*#COMPONENTS.EVENT
 Event is the class that is responsible for
 the layout of the boxes in a time line
\*------------------------------------*/
.c-events {
    position: relative;
    margin-top: 3%;
    margin-bottom: 2%;
    padding: 0;
}

.c-event__hr {
    position: absolute;
    top: 48px;
    right: -20%;
    width: 20%;
    border-bottom: 1px solid #1c5577;
}

.c-event__line {
    position: absolute;
    left: 50%;
    top: -10%;
    bottom: -50px;
    border: 1px solid #1c5577;
    z-index: -1;
}

.c-event {
    position: relative;
    margin: 1em 0;
    list-style: none;
    float: left;
    clear: left;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .c-event {
        padding: 0 15px 0 0;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-event {
        padding: 0;
        width: 40%;
    }
}

.c-event .c-circle {
    position: absolute;
    top: 0;
    left: 125.1%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-event:nth-of-type(2n) {
    float: right;
    clear: right;
}

@media screen and (min-width: 600px) {
    .c-event:nth-of-type(2n) {
        padding: 0 0 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .c-event:nth-of-type(2n) {
        padding: 0;
    }
}

.c-event:nth-of-type(2n) .c-circle {
    left: auto;
    right: 125.1%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.c-event:nth-of-type(2n) .c-event__hr {
    left: -20%;
    right: auto;
}

@media screen and (min-width: 768px) {
    .c-event.second {
        margin-top: 150px;
    }
}

/*------------------------------------*    #COMPONENTS.TABS
\*------------------------------------*/
.c-tabs {
    padding: 0;
    font-size: 0;
}

.c-tab__item {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0 1%;
}

.c-tab__item.orange .c-tab__link {
    border-color: #f36f21;
    color: #f36f21;
}

.c-tab__item.orange .c-tab__underline {
    left: 0;
    border-bottom: 1px solid #06a99f;
}

.c-tab__item.aqua .c-tab__link {
    border-color: #06a99f;
    color: #06a99f;
}

.c-tab__item.aqua .c-tab__underline {
    right: 0;
    border-bottom: 1px solid #f36f21;
}

.c-tab__item.active .c-tab__underline {
    display: none;
}

.c-tab__underline {
    position: absolute;
    bottom: -1px;
    width: 102%;
}

.c-tab__link {
    display: block;
    font-family: Colossalis Bold;
    color: #FFFFFF;
    font-size: 26px;
    text-transform: uppercase;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding: 0.5em 2em;
}

.c-tab__link:hover,
.c-tab__link:focus {
    color: #FFFFFF;
}

.c-tab__content {
    padding: 2em 0;
}

/*------------------------------------*    #COMPONENTS.ICON
\*------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icons/icomoon7e94.eot?unrbbe");
    src: url("fonts/icomoon7e94.html?unrbbe#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon7e94.ttf?unrbbe") format("truetype"), url("fonts/icomoon7e94-2.html?unrbbe") format("woff"), url("../fonts/icons/icomoon7e94.svg?unrbbe#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icon,
.c-box__media.video:before,
.box__media--feature.video:before,
.t-quote .icon-quotes {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-left:before {
    content: "\e901";
}

.icon-arrow-right:before {
    content: "\e902";
}

.icon-arrow-up:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e906";
}

.icon-nz:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-vimeo:before {
    content: "\e909";
}

.icon-youtube:before {
    content: "\e90a";
}

.icon-flickr:before {
    content: "\e905";
}

.icon-cross:before {
    content: "\e90b";
}

.icon-menu:before {
    content: "\e90c";
}

.icon-play:before {
    content: "\e90d";
}

.icon-profile:before {
    content: "\e90e";
}

.icon-news:before {
    content: "\e90f";
}

.icon-document:before {
    content: "\e910";
}

.icon-godzone:before {
    content: "\e911";
}

.icon-mail:before {
    content: "\e912";
}

.icon-quotes:before {
    content: "\e913";
}

.c-icon {
    display: inline-block;
    position: relative;
    z-index: 11;
    color: #FFFFFF;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-icon.white {
    color: #FFFFFF;
}

.c-icon.blue {
    color: #1c5577;
}

.c-icon.sm {
    font-size: 16px;
    margin: 5px;
}

.c-icon.lg {
    font-size: 26px;
    margin: 0 20px 20px;
}

.c-icon:hover {
    color: #E52320;
}

.c-icon__holder {
    display: inline-block;
}

/*------------------------------------*    #COMPONENTS.ACCORDION
\*------------------------------------*/
.c-accordion .panel {
    padding: 15px;
    border-bottom: 1px solid #1c5577;
}

.c-accordion .panel.active {
    background: #1c5577;
}

.c-accordion .panel-title {
    color: #FFFFFF;
}

.c-accordion .panel-title a {
    display: block;
}

.c-accordion .panel-title a:hover,
.c-accordion .panel-title a:focus {
    color: #FFFFFF;
}

.c-accordion .panel-title i {
    float: right;
    font-size: 0.6em;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c-accordion .panel-title i.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-accordion .panel-body {
    margin-top: 20px;
    font-size: 14px;
    color: #719bb4;
}

.panel-img {
    display: none;
}

.panel-img.active {
    display: block;
}

@media screen and (min-width: 992px) {
    .accordion--img {
        max-height: 600px;
        overflow: scroll;
    }
}

.accordion--img .panel {
    padding: 30px 15px;
}

.panel-img {
    display: none;
}

.panel-img.active {
    display: block;
}

.c-accordion--faq .panel {
    padding: 15px;
}

.c-accordion--faq .panel-title {
    font-size: 20px;
}

.c-accordion--faq .panel-body {
    margin-top: 20px;
    font-size: 16px;
}

.c-accordion--faq ul {
    margin: 1em 0;
}

.faq-img {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
}

@media screen and (min-width: 500px) {
    .faq-img {
        float: left;
        margin: 0 1em 1em 0;
        width: 200px;
    }
}

/*------------------------------------*    #COMPONENTS.HEADER
\*------------------------------------*/
.c-header {
    position: relative;
    padding-bottom: 100px;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-header {
        padding-top: 30px;
    }
}

.c-header.c-header--home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .c-header.c-header--home {
        left: 15px;
        right: 15px;
    }
}

.c-header__menu {
    float: left;
}

.c-header__menu i {
    z-index: 0;
    font-size: 32px;
    color: #FFFFFF;
}

.c-header__menu i:hover {
    cursor: pointer;
}

.c-header__brand {
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.c-header__brand img {
    max-height: 100%;
    width: 140px;
}

@media screen and (min-width: 768px) {
    .c-header__brand img {
        width: 210px;
    }
}

/*------------------------------------*    #COMPONENTS.NAV
\*------------------------------------*/
.c-nav {
    position: fixed;
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 0;
    min-height: 100%;
    width: 100%;
    background: #F9B2B2;
    text-align: center;
    text-transform: uppercase;
    z-index: 20;
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .c-nav {
        padding-top: 30px;
    }
}

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

.c-nav .container {
    position: relative;
}

.c-nav__close {
    position: absolute;
    z-index: 10;
}

.c-nav__close.top {
    top: -12px;
    left: 5px;
}

.c-nav__close i {
    z-index: 0;
    font-size: 56px;
    color: #FFFFFF;
}

.c-nav__close i:hover {
    cursor: pointer;
}

.c-nav__close.bottom {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-nav__close.bottom {
        display: block;
    }
}

.c-nav__inner {
    position: absolute;
    padding: 3em 0 2em;
    width: 100%;
}

.c-nav__link.no-child {
    margin-left: -18px;
}

.c-nav__link {
    display: inline-block;
    padding: 6px;
    font-family: Colossalis Bold;
    color: #FFFFFF;
    font-size: 30px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-nav__link:hover {
    color: #f36f21;
}

.c-nav__link:focus {
    color: #FFFFFF;
}

.c-nav__sublink {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-nav__sublink:hover {
    color: #f36f21;
}

.c-nav__arrow {
    display: inline-block;
    position: relative;
    top: -3px;
    left: -2px;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c-nav__arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-nav__socials {
    margin-top: 3em;
}

/*------------------------------------*    #COMPONENTS.CIRCLE
\*------------------------------------*/
.c-circle {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    background: #1c5577;
    border-radius: 50%;
    padding-top: 12px;
    margin: 0 auto;
}

.c-circle--lg {
    width: 100px;
    height: 100px;
    padding-top: 20px;
}

@media screen and (min-width: 480px) {
    .c-circle--lg {
        height: 134px;
        width: 134px;
    }
}

.c-circle__date {
    text-align: center;
    color: #FFFFFF;
}

.c-circle__date .day {
    position: relative;
    font-size: 15px;
    margin-top: -2px;
    line-height: 14px;
}

.c-circle__date .day:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 4%;
    width: 93%;
    border-bottom: 1px solid #719bb4;
}

.c-circle__date .time {
    font-size: 15px;
}

.c-circle__date--lg .month {
    font-size: 24px;
}

.c-circle__date--lg .day {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 13px;
}

@media screen and (min-width: 480px) {
    .c-circle__date--lg .day {
        line-height: 15px;
        margin-bottom: 6px;
    }
}

.c-circle__date--lg .day:before {
    bottom: -10px;
}

.c-circle__date--lg .time {
    font-size: 18px;
}

@media screen and (min-width: 480px) {
    .c-circle__date--lg .month {
        font-size: 36px;
    }

    .c-circle__date--lg .day {
        font-size: 30px;
        line-height: 15px;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .c-circle__date--lg .day:before {
        bottom: -10px;
    }

    .c-circle__date--lg .time {
        font-size: 30px;
    }
}

.c-circle__img {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-circle__img img {
    width: 50px;
    height: auto;
}

.c-circle__img--lg {
    top: 29px;
}

.c-circle__img--lg img {
    width: 105px;
}

/*------------------------------------*    #COMPONENTS.PROFILE
\*------------------------------------*/
.c-profile {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .c-profile {
        width: 100%;
    }
}

.c-profile--fade {
    opacity: 0.5;
}

.c-profile--fade .c-profile__btn:hover {
    background: #1c5577;
    cursor: default;
}

.c-profile__img {
    width: 140px;
    width: 140px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.c-profile__img img {
    width: 140px;
    height: 140px;
}

.c-profile__heading {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 24px;
}

.c-profile__icon-heading {
    color: #FFFFFF;
    margin: 0 auto 10px;
    max-width: 180px;
    text-align: center;
    height: 60px;
    line-height: 1.2;
    font-size: 24px;
}

.c-profile__subheading {
    color: #FFFFFF;
    margin-bottom: 8px;
}

.c-profile__date {
    color: #FFFFFF;
    max-width: 190px;
    display: inline-block;
    margin: 0 0 10px;
}

.c-profile__info {
    font-size: 14px;
}

.c-profile__address {
    font-size: 14px;
    margin: 12px 0;
}

.c-profile__text {
    font-size: 14px;
    padding: 0 15px 30px;
    margin: 0 auto;
    max-width: 220px;
}

.c-profile__icon-text {
    font-size: 14px;
    padding: 0 15px 15px;
    margin: 0 auto;
    max-width: 220px;
    height: 110px;
}

.c-profile__btn {
    padding: 15px 24px;
    margin: 0 0 40px;
    min-width: auto;
    width: 130px;
}

.c-profile__icon {
    font-size: 90px;
    color: #1c5577;
    display: inline-block;
    margin: 30px 0;
}

@media screen and (min-width: 600px) {
    .c-profile__border {
        position: relative;
        margin-bottom: 30px;
    }

    .c-profile__border:before,
    .c-profile__border:after {
        content: '';
        position: absolute;
        height: 1px;
        border-top: 1px solid #1c5577;
        left: 24%;
        right: 24%;
    }
}

@media screen and (min-width: 600px) and (min-width: 992px) {

    .c-profile__border:before,
    .c-profile__border:after {
        left: 146.66667px;
        right: 146.66667px;
    }
}

@media screen and (min-width: 600px) and (min-width: 1200px) {

    .c-profile__border:before,
    .c-profile__border:after {
        left: 131.25px;
        right: 131.25px;
    }
}

@media screen and (min-width: 600px) {
    .c-profile__border:before {
        top: 0;
    }

    .c-profile__border:after {
        bottom: 0px;
    }

    .c-profile__border--thirds {
        position: relative;
        margin-bottom: 30px;
    }

    .c-profile__border--thirds:before,
    .c-profile__border--thirds:after {
        content: '';
        position: absolute;
        height: 1px;
        border-top: 1px solid #1c5577;
        left: 24%;
        right: 24%;
    }
}

@media screen and (min-width: 600px) and (min-width: 992px) {

    .c-profile__border--thirds:before,
    .c-profile__border--thirds:after {
        left: 146.66667px;
        right: 146.66667px;
    }
}

@media screen and (min-width: 600px) and (min-width: 1200px) {

    .c-profile__border--thirds:before,
    .c-profile__border--thirds:after {
        left: 180px;
        right: 180px;
    }
}

@media screen and (min-width: 600px) {
    .c-profile__border--thirds:before {
        top: 0;
    }

    .c-profile__border--thirds:after {
        bottom: 0px;
    }

    .c-profile__border .c-profile {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .c-profile__border .c-profile:before,
    .c-profile__border .c-profile:after {
        content: '';
        position: absolute;
        left: 50%;
        height: 40px;
        width: 3px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-right: 1px solid #1c5577;
    }

    .c-profile__border .c-profile:before {
        top: -40px;
    }

    .c-profile__border .c-profile:after {
        bottom: -40px;
    }

    .c-profiles__heading {
        margin-bottom: 60px;
        position: relative;
    }

    .c-profiles__heading:after {
        content: '';
        border-right: 1px solid #1c5577;
        position: absolute;
        bottom: -60px;
        left: 50%;
        height: 50px;
        width: 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .c-profile__line {
        position: absolute;
        top: 100%;
        width: 1px;
        height: 50px;
        border-right: 1px solid #1c5577;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*------------------------------------*    #COMPONENTS.FOOTER
\*------------------------------------*/
.c-footer {
    padding: 50px 0 0;
}

.footer__icon-container {
    position: relative;
}

.c-footer__icons {
    position: relative;
    display: inline-block;
    margin: 30px 0 40px;
    padding: 0 15px;
    background-color: #08161e;
}

@media screen and (max-width: 500px) {
    .c-footer__icons {
        margin: 30px 0 20px;
    }

    .c-footer__icons i {
        margin: 0 10px;
        font-size: 24px;
    }
}

.c-footer__icon-hr {
    position: absolute;
    bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #1c5577;
    border-color: #1c5577;
}

@media screen and (max-width: 500px) {
    .c-footer__icon-hr {
        display: none;
    }
}

.c-footer__logo-container {
    padding: 20px 0 30px;
    margin-top: 40px;
    background-color: #1c5577;
}

.c-footer__logos {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.c-footer__logo {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
}

.c-footer__logo img {
    max-width: 170px;
}

.c-footer__bottom {
    padding: 25px 15px 20px;
}

.c-footer__swordfox {
    display: inline-block;
    float: left;
    color: #1c5577;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (max-width: 600px) {
    .c-footer__swordfox {
        width: 290px;
    }
}

.c-footer__swordfox .text {
    float: left;
    font-size: 14px;
    margin-left: 5px;
}

@media screen and (max-width: 600px) {
    .c-footer__swordfox .text {
        line-height: 18px;
        margin-left: 0;
        width: 250px;
    }
}

.c-footer__swordfox:hover {
    color: #f36f21;
}

.c-footer__swordfox i {
    position: relative;
    float: left;
    top: -5px;
    font-size: 40px;
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .c-footer__swordfox i {
        width: 40px;
    }
}

.c-footer__back-to-top {
    width: 20px;
    float: right;
    line-height: 40px;
    color: #FFFFFF;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-footer__back-to-top:hover {
    color: #f36f21;
}

/*------------------------------------*    #TRUMPS.UTILITIES
\*------------------------------------*/
.u-full-height {
    height: 100% !important;
}

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

.u-pt--sm {
    padding-top: 2%;
}

.u-pt--md {
    padding-top: 5%;
}

.u-pt--lg {
    padding-top: 10%;
}

.u-pb--sm {
    padding-bottom: 2%;
}

.u-pb--md {
    padding-bottom: 5%;
}

.u-pb--lg {
    padding-bottom: 10%;
}

.u-mt--0 {
    margin-top: 0;
}

.u-mt--sm {
    margin-top: 2%;
}

.u-mt--md {
    margin-top: 5%;
}

.u-mt--lg {
    margin-top: 10%;
}

.u-mb--sm {
    margin-bottom: 2%;
}

.u-mb--md {
    margin-bottom: 5%;
}

.u-mb--lg {
    margin-bottom: 10%;
}

.u-bg--blue {
    background-color: #1c5577 !important;
}

.u-bg--orange {
    background-color: #f36f21 !important;
}

.u-text--blue {
    color: #1c5577 !important;
}

.u-text--orange {
    color: #f36f21 !important;
}

.u-text--aqua {
    color: #06a99f !important;
}

.u-text--left {
    text-align: left;
}

.u-text--right {
    text-align: right;
}

.u-text--center {
    text-align: center;
}

.u-text--justify {
    text-align: justify;
}

.u-text--nowrap {
    white-space: nowrap;
}

.u-text--lowercase {
    text-transform: lowercase;
}

.u-text--uppercase {
    text-transform: uppercase;
}

.u-text--capitalize {
    text-transform: capitalize;
}

/*------------------------------------*    #TRUMPS.MISC
\*------------------------------------*/
.t-quote {
    margin: 80px 0;
    position: relative;
    border-top: 1px solid rgba(28, 85, 119, 0.5);
    border-bottom: 1px solid rgba(28, 85, 119, 0.5);
    padding: 110px 15px 30px 15px;
}

@media screen and (min-width: 480px) {
    .t-quote {
        padding: 60px 50px 30px 70px;
    }
}

.t-quote .icon-quotes {
    position: absolute;
    opacity: 0.3;
    display: block;
    color: #1c5577;
    font-size: 80px;
    left: 0px;
    top: 20px;
}

@media screen and (min-width: 480px) {
    .t-quote .icon-quotes {
        font-size: 100px;
    }
}

.t-quote__content {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 480px) {
    .t-quote__content {
        width: calc(100% - 140px);
    }
}

.t-quote__text {
    color: white;
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 20px;
}

.t-quote__author {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.t-social__helper {
    margin-right: 15px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.l-hero img {
    width: 100%;
}

/* Image casscade, text in blue circles */
.box__media--feature .c-circle.c-circle--lg h3 {
    margin: 28px 0px 0px 25px;
}

.box__media--feature .c-circle.c-circle--lg img.godzone-logo {
    width: 110px;
    margin: 5px 0px 0px 11px;
}

.c-box.c-event .c-circle.hidden-xs h4 {
    margin: 9px 0px 0px 7px;
}

.c-box.c-event .c-circle.hidden-xs img.godzone-logo {
    width: 62px;
    margin: 4px 0px 0px 6px;
}

/* Media Images */
.c-gallery__header .pull-right {
    margin-top: 60px;
}

/* Contact form fix to align h3 with top of vertical blue line.*/
.l-section--border-right>div>h3 {
    margin-top: 0;
}

/* Contact Form 7 spacing for checkbox labels */
.form-control span.wpcf7-list-item-label {
    padding-right: 15px;
}

/* to allow div to expand to content */
.form-control {
    overflow: hidden;
    height: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control .wpcf7-list-item {
    width: 30%;
}

@media screen and (max-width: 992px) {
    .form-control .wpcf7-list-item {
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    .form-control .wpcf7-list-item {
        width: 100%;
    }
}

/* News Page */
.t-news-section {
    display: none;
}

@media screen and (min-width: 992px) {
    .t-news-section {
        display: block;
        float: right;
        margin: 0 0 40px calc(50px + 3%);
        padding: 0 0 0 calc(50px + 3%);
        border-left: 1px solid #1c5577;
    }
}

.t-news-section h3 {
    margin-bottom: 30px;
}

.t-news-section .c-btn--cat {
    margin: 0 0 20px 0;
}

.t-news-section .c-btn--blue {
    margin-top: 35px;
}

/* Front page call to action boxs */
.c-btn--landing p {
    font-size: 0.59em;
}

.teamfinder .box__media--feature img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.teamfinder .c-box__media img {
    width: 100%;
    max-height: 317px;
    -o-object-fit: cover;
    object-fit: cover;
}

.box__media--feature img {
    margin: auto;
}

/* Finder */
/* To allow for select2 multiselect dropdown */
.form-group.multiselect .form-control {
    overflow: visible;
}

.form-group.multiselect .chosen-container-multi .chosen-choices {
    background-image: none;
    background-color: black;
}

input.filebutton {
    background-color: #1c5577;
    color: white;
    font-family: 'Colossalis Bold', sans-serif;
    padding: 0.5em 2.5em 0.45em 1em;
    margin-top: 20px;
    width: 100%;
}

.js-contact_us.loggedin .checkbox.forgotpassword {
    display: none;
}

.js-contact_us.notloggedin .form-group.finder_logout {
    display: none;
}

.form-control.mixedcase {
    text-transform: none;
}

.c-box__caption.teamfinder {
    text-transform: uppercase;
    font-size: 14px;
}

.c-box__caption .white {
    color: white;
}

.teamfinder .c-box__caption {
    width: 100%;
    float: none;
    padding-left: 0;
}

.wp-list-table .toggle-row {
    display: none;
}

@media screen and (min-width: 992px) {
    .teamfinder.l-section--border-right>div:first-child {
        min-height: 782px;
    }
}

/*------------------------------------*    #TRUMPS.VENDOR
\*------------------------------------*/
.icheckbox_minimal-blue {
    top: -2px;
    left: -15px;
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
    background: url(../images/icheck/blue.png) no-repeat;
}

/* HiDPI support
@media (-o-min-device-pixel-ratio : 5/4), (-webkit-min-device-pixel-ratio : 1.25), (min-resolution : 120dpi), (min-resolution : 1.25dppx) {
  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image : url(../images/icheck/blue@2x.png);
  }
}
*/
@media screen and (max-width: 479px) {
    .col-xxs-12 {
        width: 100%;
    }
}

Form .chosen-container-single .chosen-single {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 18px;
    color: #FFFFFF;
    border-radius: 0;
    height: 60px;
    border: 1px solid #1c5577;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 16px;
}

Form .chosen-container-single .chosen-single:focus {
    border: 1px solid #1c5577;
    -webkit-box-shadow: none;
    box-shadow: none;
}

Form .chosen-container-single.chosen-with-drop .chosen-single {
    color: #444;
}

.chosen-single:before {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.chosen-single div b {
    display: none !important;
}

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen/chosen-sprite.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("../images/chosen/chosen-sprite%402x.png") !important;
    }
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

div.wpcf7-mail-sent-ng {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/*# sourceMappingURL=main.css.map */
/*Pagination*/
.pagination {
    height: auto;
    margin: 0;
    padding: 0 0 20px;
}

.pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.pagination ul li {
    display: inline-block;
    margin-right: 16px;
}

.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
    padding: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
    background: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

.pagination ul li .pagenav:hover,
.pagination ul li .hasTooltip:hover {
    background: none;
    color: #ffffff;
}

.pagination ul li span.pagenav {
    background: none;
    color: #ffffff;
}

.tooltip {
    display: none !important;
}

.top_blocks>h2 {
    text-align: center;
    padding-bottom: 30px;
}

.top_blocks .mod-newsflash-adv {
    padding-bottom: 30px;
}

.top_blocks .item_title {
    padding-top: 30px;
}

.view-article .top_blocks>h3 {
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

.view-article .top_blocks h5 {
    padding-top: 30px;

}

.padding_b30 {
    padding-bottom: 40px;
}

.padding_b25 {
    padding-bottom: 25px;
}

#headertitle {
    font-size: 68px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.subheader {
    text-align: center;
    padding: 130px 0;
}

.subheader .custom {
    padding-top: 20px;
}

.color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}

.headprice {
    text-align: center;
    padding-top: 50px;
}

.inputfields input,
.inputfields textarea {
    width: 100%;
}

.popover {
    display: none !important;
}

.contact_email-copy {
    line-height: 40px;
}

.contact_email-copy,
.contact_vcard {
    margin: 0 14px;
    height: 28px;
    line-height: 40px;
    display: inline-block;
}

.readmore .btn {
    background: #E52320;
}

.blog .items-row {
    padding-bottom: 30px;
}

.blog .page-header {
    padding-bottom: 20px;
}

body.view-featured {
    .container:has(.mod-newsflash-adv) {
        margin-top: 100px;
    }
}

.footer4 {
    .txt-right {
        text-align: right;
    }
}

.pagination {
    list-style: none;
    display: flex;
    gap: 20px;
}

.com-content-category-blog__navigation {
    margin-top: 30px;
}


@media (min-width: 481px) and (max-width: 767px) {

    .top_blocks .item {
        padding-bottom: 30px;
    }

    .c-footer .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer4 .img-large {
        width: 70%;
    }

    .footer4 .txt-right {
        text-align: center;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .top_blocks .item {
        padding-bottom: 30px;
    }

    .c-landing__btns {
        margin-top: -210px;
        margin-bottom: 100px;
    }

    .c-footer .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer4 .img-large {
        width: 70%;
    }

    .footer4 .txt-right {
        text-align: center;
    }

}

#jform_cmc_groups_EMAIL {
    max-width: 100%;
    width: 300px;
}