@charset "UTF-8";
/* =============================================================================
   HTML5 Reset
   ========================================================================== */
@import url('formsmain.min.css');
@import url('datepicker.min.css');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: 'Inter', Arial;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1;
}

p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    padding: 0;
    color: #444;
    margin: 0;
}

h2.lineheight_md{
    line-height: 1.2;
}

a {
    color: #8c8c8c;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

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

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

b, strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #FF9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #FF0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    /*font-family: monospace, serif;*/
    /*_font-family: 'courier new', monospace;*/
    font-family: 'Inter', Arial;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 90%;
}

blockquote {
    background-color: #EEE;
    border: 1px solid #DDD;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 3px;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

ol {
    margin: 15px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    *overflow: visible;
}

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

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid, textarea:invalid {
    background-color: #F0DDDD;
}

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

td {
    vertical-align: top;
}

/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* =============================================================================
   Handy Styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

.clearfix:before, .gform_wrapper .gform_footer:before, .gfield.two_columns .ginput_container:before,
.gfield.three_columns .ginput_container:before, .buttons-block:before, .product-group:before, .admin-search form:before,
.admin-filter form:before, .sectioned-form .gform_fields:before, .sectioned-form .section-wrap:before, .export-form__row:before, .container:after {
    content: "";
    display: table;
}

.clearfix:after, .gform_wrapper .gform_footer:after, .gfield.two_columns .ginput_container:after,
.gfield.three_columns .ginput_container:after, .buttons-block:after, .product-group:after, .admin-search form:after,
.admin-filter form:after, .sectioned-form .gform_fields:after, .sectioned-form .section-wrap:after, .export-form__row:after {
    clear: both;
}

/* =============================================================================
   Helpers
   ========================================================================== */
.fw {
    width: 100%;
}

.mw {
    max-width: 100%;
}

.hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
}

.hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.hl > li.fr {
    float: right;
}

.hl:before, .hl:after {
    content: "";
    display: table;
    line-height: 0;
}

.hl:after {
    clear: both;
}

.bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
}

.bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

@media screen {
    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .grid-container:before, .grid-container:after, .clearfix:before, .gform_wrapper .gform_footer:before, .gfield.two_columns .ginput_container:before,
    .gfield.three_columns .ginput_container:before, .buttons-block:before, .product-group:before, .admin-search form:before,
    .admin-filter form:before, .sectioned-form .gform_fields:before, .sectioned-form .section-wrap:before, .export-form__row:before, .clearfix:after, .gform_wrapper .gform_footer:after, .gfield.two_columns .ginput_container:after,
    .gfield.three_columns .ginput_container:after, .buttons-block:after, .product-group:after, .admin-search form:after,
    .admin-filter form:after, .sectioned-form .gform_fields:after, .sectioned-form .section-wrap:after, .export-form__row:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .grid-container:after, .clearfix:after, .gform_wrapper .gform_footer:after, .gfield.two_columns .ginput_container:after,
    .gfield.three_columns .ginput_container:after, .buttons-block:after, .product-group:after, .admin-search form:after,
    .admin-filter form:after, .sectioned-form .gform_fields:after, .sectioned-form .section-wrap:after, .export-form__row:after {
        clear: both;
    }

    .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .gfield.two_columns li, .sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-half-right, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .gfield.three_columns li, .sectioned-form .section-wrap.layout-third-left, .sectioned-form .section-wrap.layout-third-middle, .sectioned-form .section-wrap.layout-third-right, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-parent, .gfield.two_columns .ginput_container ul,
    .gfield.three_columns .ginput_container ul, .sectioned-form .gform_fields {
        padding-left: 0;
        padding-right: 0;
    }

    body {
        min-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-grid-100:before,
    .mobile-grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .mobile-grid-100:after {
        clear: both;
    }

    .mobile-push-5,
    .mobile-pull-5, .mobile-push-10,
    .mobile-pull-10, .mobile-push-15,
    .mobile-pull-15, .mobile-push-20,
    .mobile-pull-20, .mobile-push-25,
    .mobile-pull-25, .mobile-push-30,
    .mobile-pull-30, .mobile-push-35,
    .mobile-pull-35, .mobile-push-40,
    .mobile-pull-40, .mobile-push-45,
    .mobile-pull-45, .mobile-push-50,
    .mobile-pull-50, .mobile-push-55,
    .mobile-pull-55, .mobile-push-60,
    .mobile-pull-60, .mobile-push-65,
    .mobile-pull-65, .mobile-push-70,
    .mobile-pull-70, .mobile-push-75,
    .mobile-pull-75, .mobile-push-80,
    .mobile-pull-80, .mobile-push-85,
    .mobile-pull-85, .mobile-push-90,
    .mobile-pull-90, .mobile-push-95,
    .mobile-pull-95, .mobile-push-33,
    .mobile-pull-33, .mobile-push-66,
    .mobile-pull-66 {
        position: relative;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .mobile-grid-5 {
        float: left;
        width: 5%;
    }

    .mobile-prefix-5 {
        margin-left: 5%;
    }

    .mobile-suffix-5 {
        margin-right: 5%;
    }

    .mobile-push-5 {
        left: 5%;
    }

    .mobile-pull-5 {
        left: -5%;
    }

    .mobile-grid-10 {
        float: left;
        width: 10%;
    }

    .mobile-prefix-10 {
        margin-left: 10%;
    }

    .mobile-suffix-10 {
        margin-right: 10%;
    }

    .mobile-push-10 {
        left: 10%;
    }

    .mobile-pull-10 {
        left: -10%;
    }

    .mobile-grid-15 {
        float: left;
        width: 15%;
    }

    .mobile-prefix-15 {
        margin-left: 15%;
    }

    .mobile-suffix-15 {
        margin-right: 15%;
    }

    .mobile-push-15 {
        left: 15%;
    }

    .mobile-pull-15 {
        left: -15%;
    }

    .mobile-grid-20 {
        float: left;
        width: 20%;
    }

    .mobile-prefix-20 {
        margin-left: 20%;
    }

    .mobile-suffix-20 {
        margin-right: 20%;
    }

    .mobile-push-20 {
        left: 20%;
    }

    .mobile-pull-20 {
        left: -20%;
    }

    .mobile-grid-25 {
        float: left;
        width: 25%;
    }

    .mobile-prefix-25 {
        margin-left: 25%;
    }

    .mobile-suffix-25 {
        margin-right: 25%;
    }

    .mobile-push-25 {
        left: 25%;
    }

    .mobile-pull-25 {
        left: -25%;
    }

    .mobile-grid-30 {
        float: left;
        width: 30%;
    }

    .mobile-prefix-30 {
        margin-left: 30%;
    }

    .mobile-suffix-30 {
        margin-right: 30%;
    }

    .mobile-push-30 {
        left: 30%;
    }

    .mobile-pull-30 {
        left: -30%;
    }

    .mobile-grid-35 {
        float: left;
        width: 35%;
    }

    .mobile-prefix-35 {
        margin-left: 35%;
    }

    .mobile-suffix-35 {
        margin-right: 35%;
    }

    .mobile-push-35 {
        left: 35%;
    }

    .mobile-pull-35 {
        left: -35%;
    }

    .mobile-grid-40 {
        float: left;
        width: 40%;
    }

    .mobile-prefix-40 {
        margin-left: 40%;
    }

    .mobile-suffix-40 {
        margin-right: 40%;
    }

    .mobile-push-40 {
        left: 40%;
    }

    .mobile-pull-40 {
        left: -40%;
    }

    .mobile-grid-45 {
        float: left;
        width: 45%;
    }

    .mobile-prefix-45 {
        margin-left: 45%;
    }

    .mobile-suffix-45 {
        margin-right: 45%;
    }

    .mobile-push-45 {
        left: 45%;
    }

    .mobile-pull-45 {
        left: -45%;
    }

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

    .mobile-prefix-50 {
        margin-left: 50%;
    }

    .mobile-suffix-50 {
        margin-right: 50%;
    }

    .mobile-push-50 {
        left: 50%;
    }

    .mobile-pull-50 {
        left: -50%;
    }

    .mobile-grid-55 {
        float: left;
        width: 55%;
    }

    .mobile-prefix-55 {
        margin-left: 55%;
    }

    .mobile-suffix-55 {
        margin-right: 55%;
    }

    .mobile-push-55 {
        left: 55%;
    }

    .mobile-pull-55 {
        left: -55%;
    }

    .mobile-grid-60 {
        float: left;
        width: 60%;
    }

    .mobile-prefix-60 {
        margin-left: 60%;
    }

    .mobile-suffix-60 {
        margin-right: 60%;
    }

    .mobile-push-60 {
        left: 60%;
    }

    .mobile-pull-60 {
        left: -60%;
    }

    .mobile-grid-65 {
        float: left;
        width: 65%;
    }

    .mobile-prefix-65 {
        margin-left: 65%;
    }

    .mobile-suffix-65 {
        margin-right: 65%;
    }

    .mobile-push-65 {
        left: 65%;
    }

    .mobile-pull-65 {
        left: -65%;
    }

    .mobile-grid-70 {
        float: left;
        width: 70%;
    }

    .mobile-prefix-70 {
        margin-left: 70%;
    }

    .mobile-suffix-70 {
        margin-right: 70%;
    }

    .mobile-push-70 {
        left: 70%;
    }

    .mobile-pull-70 {
        left: -70%;
    }

    .mobile-grid-75 {
        float: left;
        width: 75%;
    }

    .mobile-prefix-75 {
        margin-left: 75%;
    }

    .mobile-suffix-75 {
        margin-right: 75%;
    }

    .mobile-push-75 {
        left: 75%;
    }

    .mobile-pull-75 {
        left: -75%;
    }

    .mobile-grid-80 {
        float: left;
        width: 80%;
    }

    .mobile-prefix-80 {
        margin-left: 80%;
    }

    .mobile-suffix-80 {
        margin-right: 80%;
    }

    .mobile-push-80 {
        left: 80%;
    }

    .mobile-pull-80 {
        left: -80%;
    }

    .mobile-grid-85 {
        float: left;
        width: 85%;
    }

    .mobile-prefix-85 {
        margin-left: 85%;
    }

    .mobile-suffix-85 {
        margin-right: 85%;
    }

    .mobile-push-85 {
        left: 85%;
    }

    .mobile-pull-85 {
        left: -85%;
    }

    .mobile-grid-90 {
        float: left;
        width: 90%;
    }

    .mobile-prefix-90 {
        margin-left: 90%;
    }

    .mobile-suffix-90 {
        margin-right: 90%;
    }

    .mobile-push-90 {
        left: 90%;
    }

    .mobile-pull-90 {
        left: -90%;
    }

    .mobile-grid-95 {
        float: left;
        width: 95%;
    }

    .mobile-prefix-95 {
        margin-left: 95%;
    }

    .mobile-suffix-95 {
        margin-right: 95%;
    }

    .mobile-push-95 {
        left: 95%;
    }

    .mobile-pull-95 {
        left: -95%;
    }

    .mobile-grid-33 {
        float: left;
        width: 33.33333%;
    }

    .mobile-prefix-33 {
        margin-left: 33.33333%;
    }

    .mobile-suffix-33 {
        margin-right: 33.33333%;
    }

    .mobile-push-33 {
        left: 33.33333%;
    }

    .mobile-pull-33 {
        left: -33.33333%;
    }

    .mobile-grid-66 {
        float: left;
        width: 66.66667%;
    }

    .mobile-prefix-66 {
        margin-left: 66.66667%;
    }

    .mobile-suffix-66 {
        margin-right: 66.66667%;
    }

    .mobile-push-66 {
        left: 66.66667%;
    }

    .mobile-pull-66 {
        left: -66.66667%;
    }

    .mobile-grid-100 {
        clear: both;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tablet-grid-100:before,
    .tablet-grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .tablet-grid-100:after {
        clear: both;
    }

    .tablet-push-5,
    .tablet-pull-5, .tablet-push-10,
    .tablet-pull-10, .tablet-push-15,
    .tablet-pull-15, .tablet-push-20,
    .tablet-pull-20, .tablet-push-25,
    .tablet-pull-25, .tablet-push-30,
    .tablet-pull-30, .tablet-push-35,
    .tablet-pull-35, .tablet-push-40,
    .tablet-pull-40, .tablet-push-45,
    .tablet-pull-45, .tablet-push-50,
    .tablet-pull-50, .tablet-push-55,
    .tablet-pull-55, .tablet-push-60,
    .tablet-pull-60, .tablet-push-65,
    .tablet-pull-65, .tablet-push-70,
    .tablet-pull-70, .tablet-push-75,
    .tablet-pull-75, .tablet-push-80,
    .tablet-pull-80, .tablet-push-85,
    .tablet-pull-85, .tablet-push-90,
    .tablet-pull-90, .tablet-push-95,
    .tablet-pull-95, .tablet-push-33,
    .tablet-pull-33, .tablet-push-66,
    .tablet-pull-66 {
        position: relative;
    }

    .hide-on-tablet {
        display: none !important;
    }

    .tablet-grid-5 {
        float: left;
        width: 5%;
    }

    .tablet-prefix-5 {
        margin-left: 5%;
    }

    .tablet-suffix-5 {
        margin-right: 5%;
    }

    .tablet-push-5 {
        left: 5%;
    }

    .tablet-pull-5 {
        left: -5%;
    }

    .tablet-grid-10 {
        float: left;
        width: 10%;
    }

    .tablet-prefix-10 {
        margin-left: 10%;
    }

    .tablet-suffix-10 {
        margin-right: 10%;
    }

    .tablet-push-10 {
        left: 10%;
    }

    .tablet-pull-10 {
        left: -10%;
    }

    .tablet-grid-15 {
        float: left;
        width: 15%;
    }

    .tablet-prefix-15 {
        margin-left: 15%;
    }

    .tablet-suffix-15 {
        margin-right: 15%;
    }

    .tablet-push-15 {
        left: 15%;
    }

    .tablet-pull-15 {
        left: -15%;
    }

    .tablet-grid-20 {
        float: left;
        width: 20%;
    }

    .tablet-prefix-20 {
        margin-left: 20%;
    }

    .tablet-suffix-20 {
        margin-right: 20%;
    }

    .tablet-push-20 {
        left: 20%;
    }

    .tablet-pull-20 {
        left: -20%;
    }

    .tablet-grid-25 {
        float: left;
        width: 25%;
    }

    .tablet-prefix-25 {
        margin-left: 25%;
    }

    .tablet-suffix-25 {
        margin-right: 25%;
    }

    .tablet-push-25 {
        left: 25%;
    }

    .tablet-pull-25 {
        left: -25%;
    }

    .tablet-grid-30 {
        float: left;
        width: 30%;
    }

    .tablet-prefix-30 {
        margin-left: 30%;
    }

    .tablet-suffix-30 {
        margin-right: 30%;
    }

    .tablet-push-30 {
        left: 30%;
    }

    .tablet-pull-30 {
        left: -30%;
    }

    .tablet-grid-35 {
        float: left;
        width: 35%;
    }

    .tablet-prefix-35 {
        margin-left: 35%;
    }

    .tablet-suffix-35 {
        margin-right: 35%;
    }

    .tablet-push-35 {
        left: 35%;
    }

    .tablet-pull-35 {
        left: -35%;
    }

    .tablet-grid-40 {
        float: left;
        width: 40%;
    }

    .tablet-prefix-40 {
        margin-left: 40%;
    }

    .tablet-suffix-40 {
        margin-right: 40%;
    }

    .tablet-push-40 {
        left: 40%;
    }

    .tablet-pull-40 {
        left: -40%;
    }

    .tablet-grid-45 {
        float: left;
        width: 45%;
    }

    .tablet-prefix-45 {
        margin-left: 45%;
    }

    .tablet-suffix-45 {
        margin-right: 45%;
    }

    .tablet-push-45 {
        left: 45%;
    }

    .tablet-pull-45 {
        left: -45%;
    }

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

    .tablet-prefix-50 {
        margin-left: 50%;
    }

    .tablet-suffix-50 {
        margin-right: 50%;
    }

    .tablet-push-50 {
        left: 50%;
    }

    .tablet-pull-50 {
        left: -50%;
    }

    .tablet-grid-55 {
        float: left;
        width: 55%;
    }

    .tablet-prefix-55 {
        margin-left: 55%;
    }

    .tablet-suffix-55 {
        margin-right: 55%;
    }

    .tablet-push-55 {
        left: 55%;
    }

    .tablet-pull-55 {
        left: -55%;
    }

    .tablet-grid-60 {
        float: left;
        width: 60%;
    }

    .tablet-prefix-60 {
        margin-left: 60%;
    }

    .tablet-suffix-60 {
        margin-right: 60%;
    }

    .tablet-push-60 {
        left: 60%;
    }

    .tablet-pull-60 {
        left: -60%;
    }

    .tablet-grid-65 {
        float: left;
        width: 65%;
    }

    .tablet-prefix-65 {
        margin-left: 65%;
    }

    .tablet-suffix-65 {
        margin-right: 65%;
    }

    .tablet-push-65 {
        left: 65%;
    }

    .tablet-pull-65 {
        left: -65%;
    }

    .tablet-grid-70 {
        float: left;
        width: 70%;
    }

    .tablet-prefix-70 {
        margin-left: 70%;
    }

    .tablet-suffix-70 {
        margin-right: 70%;
    }

    .tablet-push-70 {
        left: 70%;
    }

    .tablet-pull-70 {
        left: -70%;
    }

    .tablet-grid-75 {
        float: left;
        width: 75%;
    }

    .tablet-prefix-75 {
        margin-left: 75%;
    }

    .tablet-suffix-75 {
        margin-right: 75%;
    }

    .tablet-push-75 {
        left: 75%;
    }

    .tablet-pull-75 {
        left: -75%;
    }

    .tablet-grid-80 {
        float: left;
        width: 80%;
    }

    .tablet-prefix-80 {
        margin-left: 80%;
    }

    .tablet-suffix-80 {
        margin-right: 80%;
    }

    .tablet-push-80 {
        left: 80%;
    }

    .tablet-pull-80 {
        left: -80%;
    }

    .tablet-grid-85 {
        float: left;
        width: 85%;
    }

    .tablet-prefix-85 {
        margin-left: 85%;
    }

    .tablet-suffix-85 {
        margin-right: 85%;
    }

    .tablet-push-85 {
        left: 85%;
    }

    .tablet-pull-85 {
        left: -85%;
    }

    .tablet-grid-90 {
        float: left;
        width: 90%;
    }

    .tablet-prefix-90 {
        margin-left: 90%;
    }

    .tablet-suffix-90 {
        margin-right: 90%;
    }

    .tablet-push-90 {
        left: 90%;
    }

    .tablet-pull-90 {
        left: -90%;
    }

    .tablet-grid-95 {
        float: left;
        width: 95%;
    }

    .tablet-prefix-95 {
        margin-left: 95%;
    }

    .tablet-suffix-95 {
        margin-right: 95%;
    }

    .tablet-push-95 {
        left: 95%;
    }

    .tablet-pull-95 {
        left: -95%;
    }

    .tablet-grid-33 {
        float: left;
        width: 33.33333%;
    }

    .tablet-prefix-33 {
        margin-left: 33.33333%;
    }

    .tablet-suffix-33 {
        margin-right: 33.33333%;
    }

    .tablet-push-33 {
        left: 33.33333%;
    }

    .tablet-pull-33 {
        left: -33.33333%;
    }

    .tablet-grid-66 {
        float: left;
        width: 66.66667%;
    }

    .tablet-prefix-66 {
        margin-left: 66.66667%;
    }

    .tablet-suffix-66 {
        margin-right: 66.66667%;
    }

    .tablet-push-66 {
        left: 66.66667%;
    }

    .tablet-pull-66 {
        left: -66.66667%;
    }

    .tablet-grid-100 {
        clear: both;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .grid-100:before,
    .grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .grid-100:after {
        clear: both;
    }

    .push-5,
    .pull-5, .push-10,
    .pull-10, .push-15,
    .pull-15, .push-20,
    .pull-20, .push-25,
    .pull-25, .push-30,
    .pull-30, .push-35,
    .pull-35, .push-40,
    .pull-40, .push-45,
    .pull-45, .push-50,
    .pull-50, .push-55,
    .pull-55, .push-60,
    .pull-60, .push-65,
    .pull-65, .push-70,
    .pull-70, .push-75,
    .pull-75, .push-80,
    .pull-80, .push-85,
    .pull-85, .push-90,
    .pull-90, .push-95,
    .pull-95, .push-33,
    .pull-33, .push-66,
    .pull-66 {
        position: relative;
    }

    .hide-on-desktop {
        display: none !important;
    }

    .grid-5 {
        float: left;
        width: 5%;
    }

    .prefix-5 {
        margin-left: 5%;
    }

    .suffix-5 {
        margin-right: 5%;
    }

    .push-5 {
        left: 5%;
    }

    .pull-5 {
        left: -5%;
    }

    .grid-10 {
        float: left;
        width: 10%;
    }

    .prefix-10 {
        margin-left: 10%;
    }

    .suffix-10 {
        margin-right: 10%;
    }

    .push-10 {
        left: 10%;
    }

    .pull-10 {
        left: -10%;
    }

    .grid-15 {
        float: left;
        width: 15%;
    }

    .prefix-15 {
        margin-left: 15%;
    }

    .suffix-15 {
        margin-right: 15%;
    }

    .push-15 {
        left: 15%;
    }

    .pull-15 {
        left: -15%;
    }

    .grid-20 {
        float: left;
        width: 20%;
    }

    .prefix-20 {
        margin-left: 20%;
    }

    .suffix-20 {
        margin-right: 20%;
    }

    .push-20 {
        left: 20%;
    }

    .pull-20 {
        left: -20%;
    }

    .grid-25 {
        float: left;
        width: 25%;
    }

    .prefix-25 {
        margin-left: 25%;
    }

    .suffix-25 {
        margin-right: 25%;
    }

    .push-25 {
        left: 25%;
    }

    .pull-25 {
        left: -25%;
    }

    .grid-30 {
        float: left;
        width: 30%;
    }

    .prefix-30 {
        margin-left: 30%;
    }

    .suffix-30 {
        margin-right: 30%;
    }

    .push-30 {
        left: 30%;
    }

    .pull-30 {
        left: -30%;
    }

    .grid-35 {
        float: left;
        width: 35%;
    }

    .prefix-35 {
        margin-left: 35%;
    }

    .suffix-35 {
        margin-right: 35%;
    }

    .push-35 {
        left: 35%;
    }

    .pull-35 {
        left: -35%;
    }

    .grid-40 {
        float: left;
        width: 40%;
    }

    .prefix-40 {
        margin-left: 40%;
    }

    .suffix-40 {
        margin-right: 40%;
    }

    .push-40 {
        left: 40%;
    }

    .pull-40 {
        left: -40%;
    }

    .grid-45 {
        float: left;
        width: 45%;
    }

    .prefix-45 {
        margin-left: 45%;
    }

    .suffix-45 {
        margin-right: 45%;
    }

    .push-45 {
        left: 45%;
    }

    .pull-45 {
        left: -45%;
    }

    .grid-50, .gfield.two_columns li, .sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-half-right {
        float: left;
        width: 50%;
    }

    .prefix-50 {
        margin-left: 50%;
    }

    .suffix-50 {
        margin-right: 50%;
    }

    .push-50 {
        left: 50%;
    }

    .pull-50 {
        left: -50%;
    }

    .grid-55 {
        float: left;
        width: 55%;
    }

    .prefix-55 {
        margin-left: 55%;
    }

    .suffix-55 {
        margin-right: 55%;
    }

    .push-55 {
        left: 55%;
    }

    .pull-55 {
        left: -55%;
    }

    .grid-60 {
        float: left;
        width: 60%;
    }

    .prefix-60 {
        margin-left: 60%;
    }

    .suffix-60 {
        margin-right: 60%;
    }

    .push-60 {
        left: 60%;
    }

    .pull-60 {
        left: -60%;
    }

    .grid-65 {
        float: left;
        width: 65%;
    }

    .prefix-65 {
        margin-left: 65%;
    }

    .suffix-65 {
        margin-right: 65%;
    }

    .push-65 {
        left: 65%;
    }

    .pull-65 {
        left: -65%;
    }

    .grid-70 {
        float: left;
        width: 70%;
    }

    .prefix-70 {
        margin-left: 70%;
    }

    .suffix-70 {
        margin-right: 70%;
    }

    .push-70 {
        left: 70%;
    }

    .pull-70 {
        left: -70%;
    }

    .grid-75 {
        float: left;
        width: 75%;
    }

    .prefix-75 {
        margin-left: 75%;
    }

    .suffix-75 {
        margin-right: 75%;
    }

    .push-75 {
        left: 75%;
    }

    .pull-75 {
        left: -75%;
    }

    .grid-80 {
        float: left;
        width: 80%;
    }

    .prefix-80 {
        margin-left: 80%;
    }

    .suffix-80 {
        margin-right: 80%;
    }

    .push-80 {
        left: 80%;
    }

    .pull-80 {
        left: -80%;
    }

    .grid-85 {
        float: left;
        width: 85%;
    }

    .prefix-85 {
        margin-left: 85%;
    }

    .suffix-85 {
        margin-right: 85%;
    }

    .push-85 {
        left: 85%;
    }

    .pull-85 {
        left: -85%;
    }

    .grid-90 {
        float: left;
        width: 90%;
    }

    .prefix-90 {
        margin-left: 90%;
    }

    .suffix-90 {
        margin-right: 90%;
    }

    .push-90 {
        left: 90%;
    }

    .pull-90 {
        left: -90%;
    }

    .grid-95 {
        float: left;
        width: 95%;
    }

    .prefix-95 {
        margin-left: 95%;
    }

    .suffix-95 {
        margin-right: 95%;
    }

    .push-95 {
        left: 95%;
    }

    .pull-95 {
        left: -95%;
    }

    .grid-33, .gfield.three_columns li, .sectioned-form .section-wrap.layout-third-left, .sectioned-form .section-wrap.layout-third-middle, .sectioned-form .section-wrap.layout-third-right {
        float: left;
        width: 33.33333%;
    }

    .prefix-33 {
        margin-left: 33.33333%;
    }

    .suffix-33 {
        margin-right: 33.33333%;
    }

    .push-33 {
        left: 33.33333%;
    }

    .pull-33 {
        left: -33.33333%;
    }

    .grid-66 {
        float: left;
        width: 66.66667%;
    }

    .prefix-66 {
        margin-left: 66.66667%;
    }

    .suffix-66 {
        margin-right: 66.66667%;
    }

    .push-66 {
        left: 66.66667%;
    }

    .pull-66 {
        left: -66.66667%;
    }

    .grid-100 {
        clear: both;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-50, .gfield.two_columns li, .sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-half-right, .mobile-grid-50, .tablet-grid-50, .grid-33, .gfield.three_columns li, .sectioned-form .section-wrap.layout-third-left, .sectioned-form .section-wrap.layout-third-middle, .sectioned-form .section-wrap.layout-third-right, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*@font-face {
    font-family: 'entypo';
    font-style: 'normal';
    font-weight: 'normal';
    src: url("http://weloveiconfonts.com/api/fonts/entypo/entypo.eot");
    src: url("http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix") format("eot"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.woff") format("woff"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf") format("truetype"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo") format("svg");
}*/

.entypo-note:before {
    content: "\266a";
}

.entypo-note-beamed:before {
    content: "\266b";
}

.entypo-music:before {
    content: "\1f3b5";
}

.entypo-search:before {
    content: "\1f50d";
}

.entypo-flashlight:before {
    content: "\1f526";
}

.entypo-mail:before {
    content: "\2709";
}

.entypo-heart:before {
    content: "\2665";
}

.entypo-heart-empty:before {
    content: "\2661";
}

.entypo-star:before {
    content: "\2605";
}

.entypo-star-empty:before {
    content: "\2606";
}

.entypo-user:before {
    content: "\1f464";
}

.entypo-users:before {
    content: "\1f465";
}

.entypo-user-add:before {
    content: "\e700";
}

.entypo-video:before {
    content: "\1f3ac";
}

.entypo-picture:before {
    content: "\1f304";
}

.entypo-camera:before {
    content: "\1f4f7";
}

.entypo-layout:before {
    content: "\268f";
}

.entypo-menu:before {
    content: "\2630";
}

.entypo-check:before {
    content: "\2713";
}

.entypo-cancel:before {
    content: "\2715";
}

.entypo-cancel-circled:before {
    content: "\2716";
}

.entypo-cancel-squared:before {
    content: "\274e";
}

.entypo-plus:before {
    content: "\2b";
}

.entypo-plus-circled:before {
    content: "\2795";
}

.entypo-plus-squared:before {
    content: "\229e";
}

.entypo-minus:before {
    content: "\2d";
}

.entypo-minus-circled:before {
    content: "\2796";
}

.entypo-minus-squared:before {
    content: "\229f";
}

.entypo-help:before {
    content: "\2753";
}

.entypo-help-circled:before {
    content: "\e704";
}

.entypo-info:before {
    content: "\2139";
}

.entypo-info-circled:before {
    content: "\e705";
}

.entypo-back:before {
    content: "\1f519";
}

.entypo-home:before {
    content: "\2302";
}

.entypo-link:before {
    content: "\1f517";
}

.entypo-attach:before {
    content: "\1f4ce";
}

.entypo-lock:before {
    content: "\1f512";
}

.entypo-lock-open:before {
    content: "\1f513";
}

.entypo-eye:before {
    content: "\e70a";
}

.entypo-tag:before {
    content: "\e70c";
}

.entypo-bookmark:before {
    content: "\1f516";
}

.entypo-bookmarks:before {
    content: "\1f4d1";
}

.entypo-flag:before {
    content: "\2691";
}

.entypo-thumbs-up:before {
    content: "\1f44d";
}

.entypo-thumbs-down:before {
    content: "\1f44e";
}

.entypo-download:before {
    content: "\1f4e5";
}

.entypo-upload:before {
    content: "\1f4e4";
}

.entypo-upload-cloud:before {
    content: "\e711";
}

.entypo-reply:before {
    content: "\e712";
}

.entypo-reply-all:before {
    content: "\e713";
}

.entypo-forward:before {
    content: "\27a6";
}

.entypo-quote:before {
    content: "\275e";
}

.entypo-code:before {
    content: "\e714";
}

.entypo-export:before {
    content: "\e715";
}

.entypo-pencil:before {
    content: "\270e";
}

.entypo-feather:before {
    content: "\2712";
}

.entypo-print:before {
    content: "\e716";
}

.entypo-retweet:before {
    content: "\e717";
}

.entypo-keyboard:before {
    content: "\2328";
}

.entypo-comment:before {
    content: "\e718";
}

.entypo-chat:before {
    content: "\e720";
}

.entypo-bell:before {
    content: "\1f514";
}

.entypo-attention:before {
    content: "\26a0";
}

.entypo-alert:before {
    content: "\1f4a5'";
}

.entypo-vcard:before {
    content: "\e722";
}

.entypo-address:before {
    content: "\e723";
}

.entypo-location:before {
    content: "\e724";
}

.entypo-map:before {
    content: "\e727";
}

.entypo-direction:before {
    content: "\27a2";
}

.entypo-compass:before {
    content: "\e728";
}

.entypo-cup:before {
    content: "\2615";
}

.entypo-trash:before {
    content: "\e729";
}

.entypo-doc:before {
    content: "\e730";
}

.entypo-docs:before {
    content: "\e736";
}

.entypo-doc-landscape:before {
    content: "\e737";
}

.entypo-doc-text:before {
    content: "\1f4c4";
}

.entypo-doc-text-inv:before {
    content: "\e731";
}

.entypo-newspaper:before {
    content: "\1f4f0";
}

.entypo-book-open:before {
    content: "\1f4d6";
}

.entypo-book:before {
    content: "\1f4d5";
}

.entypo-folder:before {
    content: "\1f4c1";
}

.entypo-archive:before {
    content: "\e738";
}

.entypo-box:before {
    content: "\1f4e6";
}

.entypo-rss:before {
    content: "\e73a";
}

.entypo-phone:before {
    content: "\e73a";
}

.entypo-cog:before {
    content: "\2699";
}

.entypo-tools:before {
    content: "\2692";
}

.entypo-share:before {
    content: "\e73c";
}

.entypo-shareable:before {
    content: "\e73e";
}

.entypo-basket:before {
    content: "\e73d";
}

.entypo-bag:before {
    content: "\1f45c'";
}

.entypo-calendar:before {
    content: "\1f4c5";
}

.entypo-login:before {
    content: "\e740";
}

.entypo-logout:before {
    content: "\e741";
}

.entypo-mic:before {
    content: "\1f3a4";
}

.entypo-mute:before {
    content: "\1f507";
}

.entypo-sound:before {
    content: "\1f50a";
}

.entypo-volume:before {
    content: "\e742";
}

.entypo-clock:before {
    content: "\1f554";
}

.entypo-hourglass:before {
    content: "\23f3";
}

.entypo-lamp:before {
    content: "\1f4a1";
}

.entypo-light-down:before {
    content: "\1f505";
}

.entypo-light-up:before {
    content: "\1f506";
}

.entypo-adjust:before {
    content: "\25d1";
}

.entypo-block:before {
    content: "\1f6ab";
}

.entypo-resize-full:before {
    content: "\e744";
}

.entypo-resize-small:before {
    content: "\e746";
}

.entypo-popup:before {
    content: "\e74c";
}

.entypo-publish:before {
    content: "\e74d";
}

.entypo-window:before {
    content: "\e74e";
}

.entypo-arrow-combo:before {
    content: "\e74f";
}

.entypo-down-circled:before {
    content: "\e758";
}

.entypo-left-circled:before {
    content: "\e759";
}

.entypo-right-circled:before {
    content: "\e75a";
}

.entypo-up-circled:before {
    content: "\e75b";
}

.entypo-down-open:before {
    content: "\e75c";
}

.entypo-left-open:before {
    content: "\e75d";
}

.entypo-right-open:before {
    content: "\e75e";
}

.entypo-up-open:before {
    content: "\e75f";
}

.entypo-down-open-mini:before {
    content: "\e760";
}

.entypo-left-open-mini:before {
    content: "\e761";
}

.entypo-right-open-mini:before {
    content: "\e762";
}

.entypo-up-open-mini:before {
    content: "\e763";
}

.entypo-down-open-big:before {
    content: "\e764";
}

.entypo-left-open-big:before {
    content: "\e765";
}

.entypo-right-open-big:before {
    content: "\e766";
}

.entypo-up-open-big:before {
    content: "\e767";
}

.entypo-down:before {
    content: "\2b07";
}

.entypo-left:before {
    content: "\2b05";
}

.entypo-right:before {
    content: "\27a1";
}

.entypo-up:before {
    content: "\2b06";
}

.entypo-down-dir:before {
    content: "\25be";
}

.entypo-left-dir:before {
    content: "\25c2";
}

.entypo-right-dir:before {
    content: "\25b8";
}

.entypo-up-dir:before {
    content: "\25b4";
}

.entypo-down-bold:before {
    content: "\e4b0";
}

.entypo-left-bold:before {
    content: "\e4ad";
}

.entypo-right-bold:before {
    content: "\e4ae";
}

.entypo-up-bold:before {
    content: "\e4af";
}

.entypo-down-thin:before {
    content: "\2193";
}

.entypo-left-thin:before {
    content: "\2190";
}

.entypo-right-thin:before {
    content: "\2192";
}

.entypo-up-thin:before {
    content: "\2191";
}

.entypo-ccw:before {
    content: "\27f2";
}

.entypo-cw:before {
    content: "\27f3";
}

.entypo-arrows-ccw:before {
    content: "\1f504";
}

.entypo-level-down:before {
    content: "\21b3";
}

.entypo-level-up:before {
    content: "\21b0";
}

.entypo-shuffle:before {
    content: "\1f500";
}

.entypo-loop:before {
    content: "\1f501";
}

.entypo-switch:before {
    content: "\21c6";
}

.entypo-play:before {
    content: "\25b6";
}

.entypo-stop:before {
    content: "\25a0";
}

.entypo-pause:before {
    content: "\2389";
}

.entypo-record:before {
    content: "\26ab";
}

.entypo-to-end:before {
    content: "\23ed";
}

.entypo-to-start:before {
    content: "\23ee";
}

.entypo-fast-forward:before {
    content: "\23e9";
}

.entypo-fast-backward:before {
    content: "\23ea";
}

.entypo-progress-0:before {
    content: "\e768";
}

.entypo-progress-1:before {
    content: "\e769";
}

.entypo-progress-2:before {
    content: "\e76a";
}

.entypo-progress-3:before {
    content: "\e76b";
}

.entypo-target:before {
    content: "\1f3af";
}

.entypo-palette:before {
    content: "\1f3a8";
}

.entypo-list:before {
    content: "\e005";
}

.entypo-list-add:before {
    content: "\e003";
}

.entypo-signal:before {
    content: "\1f4f6";
}

.entypo-trophy:before {
    content: "\1f3c6";
}

.entypo-battery:before {
    content: "\1f50b";
}

.entypo-back-in-time:before {
    content: "\e771";
}

.entypo-monitor:before {
    content: "\1f4bb";
}

.entypo-mobile:before {
    content: "\1f4f1";
}

.entypo-network:before {
    content: "\e776";
}

.entypo-cd:before {
    content: "\1f4bf";
}

.entypo-inbox:before {
    content: "\e777";
}

.entypo-install:before {
    content: "\e778";
}

.entypo-globe:before {
    content: "\1f30e";
}

.entypo-cloud:before {
    content: "\2601";
}

.entypo-cloud-thunder:before {
    content: "\26c8";
}

.entypo-flash:before {
    content: "\26a1";
}

.entypo-moon:before {
    content: "\263d";
}

.entypo-flight:before {
    content: "\2708";
}

.entypo-paper-plane:before {
    content: "\e79b";
}

.entypo-leaf:before {
    content: "\1f342";
}

.entypo-lifebuoy:before {
    content: "\e788";
}

.entypo-mouse:before {
    content: "\e789";
}

.entypo-briefcase:before {
    content: "\1f4bc";
}

.entypo-suitcase:before {
    content: "\e78e";
}

.entypo-dot:before {
    content: "\e78b";
}

.entypo-dot-2:before {
    content: "\e78c";
}

.entypo-dot-3:before {
    content: "\e78d";
}

.entypo-brush:before {
    content: "\e79a";
}

.entypo-magnet:before {
    content: "\e7a1";
}

.entypo-infinity:before {
    content: "\221e";
}

.entypo-erase:before {
    content: "\232b";
}

.entypo-chart-pie:before {
    content: "\e751";
}

.entypo-chart-line:before {
    content: "\1f4c8";
}

.entypo-chart-bar:before {
    content: "\1f4ca";
}

.entypo-chart-area:before {
    content: "\1f53e";
}

.entypo-tape:before {
    content: "\2707";
}

.entypo-graduation-cap:before {
    content: "\1f393";
}

.entypo-language:before {
    content: "\e752";
}

.entypo-ticket:before {
    content: "\1f3ab";
}

.entypo-water:before {
    content: "\1f4a6";
}

.entypo-droplet:before {
    content: "\1f4a7";
}

.entypo-air:before {
    content: "\e753";
}

.entypo-credit-card:before {
    content: "\1f4b3";
}

.entypo-floppy:before {
    content: "\1f4be";
}

.entypo-clipboard:before {
    content: "\1f4cb";
}

.entypo-megaphone:before {
    content: "\1f4e3";
}

.entypo-database:before {
    content: "\e754";
}

.entypo-drive:before {
    content: "\e755";
}

.entypo-bucket:before {
    content: "\e756";
}

.entypo-thermometer:before {
    content: "\e757";
}

.entypo-key:before {
    content: "\1f511";
}

.entypo-flow-cascade:before {
    content: "\e790";
}

.entypo-flow-branch:before {
    content: "\e791";
}

.entypo-flow-tree:before {
    content: "\e792";
}

.entypo-flow-line:before {
    content: "\e793";
}

.entypo-flow-parallel:before {
    content: "\e794";
}

.entypo-rocket:before {
    content: "\1f680";
}

.entypo-gauge:before {
    content: "\e7a2";
}

.entypo-traffic-cone:before {
    content: "\e7a3";
}

.entypo-cc:before {
    content: "\e7a5";
}

.entypo-cc-by:before {
    content: "\e7a6";
}

.entypo-cc-nc:before {
    content: "\e7a7";
}

.entypo-cc-nc-eu:before {
    content: "\e7a8";
}

.entypo-cc-nc-jp:before {
    content: "\e7a9";
}

.entypo-cc-sa:before {
    content: "\e7aa";
}

.entypo-cc-nd:before {
    content: "\e7ab";
}

.entypo-cc-pd:before {
    content: "\e7ac";
}

.entypo-cc-zero:before {
    content: "\e7ad";
}

.entypo-cc-share:before {
    content: "\e7ae";
}

.entypo-cc-remix:before {
    content: "\e7af";
}

.entypo-github:before {
    content: "\f300";
}

.entypo-github-circled:before {
    content: "\f301";
}

.entypo-flickr:before {
    content: "\f303";
}

.entypo-flickr-circled:before {
    content: "\f304";
}

.entypo-vimeo:before {
    content: "\f306";
}

.entypo-vimeo-circled:before {
    content: "\f307";
}

.entypo-twitter:before {
    content: "\f309";
}

.entypo-twitter-circled:before {
    content: "\f30a";
}

.entypo-facebook:before {
    content: "\f30c";
}

.entypo-facebook-circled:before {
    content: "\f30d";
}

.entypo-facebook-squared:before {
    content: "\f30e";
}

.entypo-gplus:before {
    content: "\f30f";
}

.entypo-gplus-circled:before {
    content: "\f310";
}

.entypo-pinterest:before {
    content: "\f312";
}

.entypo-pinterest-circled:before {
    content: "\f313";
}

.entypo-tumblr:before {
    content: "\f315";
}

.entypo-tumblr-circled:before {
    content: "\f316";
}

.entypo-linkedin:before {
    content: "\f318";
}

.entypo-linkedin-circled:before {
    content: "\f319";
}

.entypo-dribbble:before {
    content: "\f31b";
}

.entypo-dribbble-circled:before {
    content: "\f31c";
}

.entypo-stumbleupon:before {
    content: "\f31e";
}

.entypo-stumbleupon-circled:before {
    content: "\f31f";
}

.entypo-lastfm:before {
    content: "\f321";
}

.entypo-lastfm-circled:before {
    content: "\f322";
}

.entypo-rdio:before {
    content: "\f324";
}

.entypo-rdio-circled:before {
    content: "\f325";
}

.entypo-spotify:before {
    content: "\f327";
}

.entypo-spotify-circled:before {
    content: "\f328";
}

.entypo-qq:before {
    content: "\f32a";
}

.entypo-instagrem:before {
    content: "\f32d";
}

.entypo-dropbox:before {
    content: "\f330";
}

.entypo-evernote:before {
    content: "\f333";
}

.entypo-flattr:before {
    content: "\f336";
}

.entypo-skype:before {
    content: "\f339";
}

.entypo-skype-circled:before {
    content: "\f33a";
}

.entypo-renren:before {
    content: "\f33c";
}

.entypo-sina-weibo:before {
    content: "\f33f";
}

.entypo-paypal:before {
    content: "\f342";
}

.entypo-picasa:before {
    content: "\f345";
}

.entypo-soundcloud:before {
    content: "\f348";
}

.entypo-mixi:before {
    content: "\f34b";
}

.entypo-behance:before {
    content: "\f34e";
}

.entypo-google-circles:before {
    content: "\f351";
}

.entypo-vkontakte:before {
    content: "\f354";
}

.entypo-smashing:before {
    content: "\f357";
}

.entypo-sweden:before {
    content: "\f601";
}

.entypo-db-shape:before {
    content: "\f600";
}

.entypo-logo-db:before {
    content: "\f603";
}

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

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

.slicknav_menu:after {
    clear: both;
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    font-size: 16px;
}

/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    background-color: #222222;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: 600;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_item {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_item:hover {
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}

.slicknav_nav a:hover {
    border-radius: 6px;
    background: #ccc;
    color: #222;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
    position: relative;
}

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

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

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

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

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

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

.fa-hacker-news:before {
    content: "";
}

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

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

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

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

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

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

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

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

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

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 600;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden,
.offscreen,
.admin-search input[disabled],
.admin-search select[disabled],
.admin-filter input[disabled],
.admin-filter select[disabled] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

body {
    /*
	font-size: 12px;
	line-height: 20px;
	@include base-font();
	*/
    font-size: 16px;
    line-height: 1.5;
    color: #4c4c4c;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*padding-top: 10px;
  padding-bottom: 5px;*/
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    color: #00275d;
}

h1 {
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    margin: 10px 0 20px 0;
}

h2 {
    font-size: 24px;
    text-align: center;
    margin: 15px 0 20px 0;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 32px;
        margin: 30px 0 40px 0;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 40px;
        margin: 30px 0 40px 0;
    }

    h2 {
        font-size: 32px;
        margin: 40px 0 50px 0;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 51px;
        margin: 60px 0 70px 0;
    }

    h2 {
        font-size: 42px;
        margin: 60px 0 70px 0;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.wrap li {
    margin-left: 10px;
    list-style: disc;
}

hr {
    outline: none;
    border: none;
    border-top: 1px solid #e0ecf1;
    margin: 10px 0px;
    clear: both;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline-style: none;
}

.label, .order-summary td.title, .account-selector label,
.product-selector label {
    font-weight: 600;
    color: #919ba2;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

.header-row-1-wrap {
    margin-top: 0;
}

.header-row-2-wrap {
    background: #FFF;
}

.header-row-2-phone p {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin: 14px;
    color: #00275d;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
}

.top-nav {
    text-align: center;
    float: right;
}

.top-nav li {
    display: inline;
    border-right: 1px solid #919ba2;
    margin-top: 14px;
    line-height: 10px;
}

.top-nav li:last-child {
    border-right: none;
}

.top-nav .menu-item a {
    line-height: 12px;
    display: inline-block;
    padding: 0 10px;
    color: #919ba2;
    background: none;
    border-bottom: none;
    font-size: 12px;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
}

.top-nav .menu-item a:hover {
    text-decoration: none;
    color: #000;
    background: none;
}

.header-row-3-wrap {
    background: #FFF;
    position: relative;
}

/* =============================================================================
   small / mobile media query
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-row-1-wrap img {
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .header-row-3-wrap {
        margin-top: 10px;
    }
}

/* =============================================================================
   medium / tablet media query
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-row-3-wrap {
        margin-top: 5px;
    }
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    /*
	.header-row-2-wrap {
		margin-top: 15px;
	}
	*/
    .header-row-2-phone p {
        text-align: left;
    }

    .header-row-2-nav {
        text-align: right;
    }

    .header-row-3-wrap {
        margin-top: 5px;
        left: -15px;
    }
}

.header-slogan {
    font-size: 20px;
    text-align: center;
    color: #00275d;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.user-nav {
    text-align: right;
    font-size: 0;
    line-height: 0;
}

.user-nav li {
    margin-bottom: 0;
    display: inline-block;
    top: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
}

.user-nav li a {
    margin: 0;
    /*border-bottom: 2px solid transparent;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    color: #122858;
    /*padding: 0 8px 0 8px;*/
    margin-left: 8px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

/*.user-nav > ul > li > a:hover {*/
/*    border-bottom: 2px solid #1a6ed1;*/
/*}*/

.user-nav li.login-link a,
.user-nav li.orders-link a,
.user-nav li.enquiries-link a,
.user-nav li.export-link a,
.user-nav li.cart-link a {
    background: transparent;
    color: #122858;
}

/*.user-nav li.login-link a:hover,*/
/*.user-nav li.cart-link a:hover {*/
/*    border-bottom: 2px solid #1a6ed1;*/
/*    color: #1a6ed1;*/
/*}*/

.user-nav li.login-link a,
.user-nav li.orders-link a,
.user-nav li.export-link a,
.user-nav li.enquiries-link a {
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.user-nav li.orders-link a,
.user-nav li.enquiries-link a,
.user-nav li.export-link a,
.user-nav li.cart-link a {
    position: relative;
    top: 0;
}

.user-nav li.cart-link a {
    line-height: 50px;
}

.user-nav li.cart-link a .cart-count {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}


/* =============================================================================
   small / mobile media query
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .user-nav {
        text-align: center;
    }
}

/* =============================================================================
   medium / tablet media query
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-slogan {
        text-align: right;
        line-height: 40px;
        margin: 0;
        padding: 0;
    }
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    .header-slogan {
        text-align: right;
        line-height: 60px;
        margin: 0;
        padding: 0;
    }

    .slicknav_menu {
        display: none;
    }

    ul.nav-list {
        position: relative;
        width: 100%;
    }
}

.cycle-slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.cycle-slideshow img {
    width: 100%;
}

.cycle-navigation {
    position: relative;
    width: 100%;
    display: block;
}

.cycle-navigation > * {
    cursor: pointer;
}

.cycle-navigation span {
    position: absolute;
    background-image: url(../images/home-slider-controls.jpg);
    width: 59px;
    height: 59px;
    z-index: 1500;
    opacity: 0.5;
}

.cycle-navigation span:hover {
    opacity: 0.8;
}

.cycle-navigation .prev {
    left: 15px;
    top: 250px;
    background-position: top left;
    border-radius: 50px;
}

.cycle-navigation .next {
    right: 15px;
    top: 250px;
    background-position: top right;
    border-radius: 50px;
}

.slide-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-caption {
    position: absolute;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px;
}

.promo-row {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.promo-row a {
    display: block;
    margin-bottom: 20px;
}

.promo-row a.light-blue-button {
    display: inline-block;
    margin-bottom: 30px;
}

.page-wrap ul {
    margin-left: 20px;
}

.page-wrap li {
    line-height: 2;
    list-style: disc;
}

.breadcrumbs {
    width: 100%;
    border-bottom: 1px solid #d4d9dd;
    line-height: 52px;
    padding-left: 25px;
    color: #00275d;
    background: url(../images/breadcrumbs-icon.png) top left no-repeat;
}

.breadcrumbs a {
    color: #00275d;
}

.page-numbers {
    padding: 0 15px;
    margin-right: 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    float: left;
}

.current {
    background: #f1f1f1;
}

a.page-numbers:hover {
    text-decoration: none;
    color: #FFF;
    background: #00275d;
}

.project-link {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .project-link {
    margin-bottom: 30px;
  }
}

.project-link .project_detail {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #002c65;
    text-align: center;
    padding: 10px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

.project-link:hover .project_detail {
    background: #fff;
}

.project-link:hover p {
    color: #002c65;
}

.project-gallery-image {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.project-gallery-image p {
    display: none;
}

.product-logo {
    max-width: 100%;
    height: auto;
    margin: 20px 0 20px;
}

.form-block {
    background: #f4f4f4;
    border: 1px solid #d4d9dd;
    display: block;
    padding: 10px 40px;
}

.downloads-block h3 {
    margin-bottom: 15px;
    text-align: left;
}

.downloads-block a {
    text-decoration: none;
}

.downloads-block ul {
    margin: 0;
}

.downloads-block li {
    background: url(../images/download-icon.png) center left no-repeat;
    list-style: none;
    line-height: 39px;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 10px;
    display: block;
}

.colour-logo-link {
    margin-top: 20px;
    display: block;
}

.applicator-row ul {
    margin: 0;
}

.applicator-row li {
    list-style: none;
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    line-height: 20px;
    padding: 5px 0;
}

.applicator-row li span {
    width: 33%;
    display: block;
    float: left;
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.faq-row {
    padding: 0;
}

.accordion-wrap {
    background: #f1f1f1;
    margin-top: 5px;
    border: 1px solid #e8e8e8;
}

.accordion-row-Button {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.accordion-row-Content {
    padding: 10px;
}

.post-row a h2 {
    color: #00275d;
    font-size: 18px;
}

.row.banner img {
    max-width: 100%;
}

.gallery-image {
    max-width: 100%;
    height: 130px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    background: #FFF;
    border: 5px solid #f1f1f1;
}

.mega-footer {
    background: #f7f7f7;
    padding-bottom: 40px;
}

.mega-footer h6 {
    border-bottom: 1px solid #68757e;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #68757e;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin: 10px 0 15px;
    padding-bottom: 8px;
}

.mega-footer li {
    margin-bottom: 10px;
}

.mega-footer li a {
    color: #68757e;
    line-height: 20px;
    font-size: 12px;
}

.mega-footer p {
    color: #68757e;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer {
    margin: 20px 0;
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    .mega-footer {
        background: #f7f7f7;
        padding: 30px 50px 50px;
        margin-top: 30px;
    }
}

.gform_wrapper .gform_body > li {
    margin-top: 10px;
}

.gform_wrapper .gform_body .gform_fields,
.gform_wrapper .gform_body .gfield,
.gform_wrapper .gform_body .gfield_checkbox,
.gform_wrapper .gform_body .gfield_radio {
    list-style: none;
    margin-left: 0;
}

.gform_wrapper .gform_body .gform_fields li,
.gform_wrapper .gform_body .gfield li,
.gform_wrapper .gform_body .gfield_checkbox li,
.gform_wrapper .gform_body .gfield_radio li {
    list-style: none;
    margin-left: 0;
}

.gform_wrapper .gform_body:before, .gform_wrapper .gform_body:after,
.gform_wrapper .gform_footer:before,
.gform_wrapper .gform_footer:after,
.gform_wrapper .gform_page:before,
.gform_wrapper .gform_page:after,
.gform_wrapper .gform_fields:before,
.gform_wrapper .gform_fields:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.gform_wrapper .gform_body:after,
.gform_wrapper .gform_footer:after,
.gform_wrapper .gform_page:after,
.gform_wrapper .gform_fields:after {
    clear: both;
}

.gform_wrapper ul li.gfield {
    clear: none;
}

.gform_wrapper .gfield {
    /*
		input[type=text] {
			font-size: 14px !important;
			height: 35px;
		}
		*/
}

.gform_wrapper .gfield label {
    font-weight: 600;
}

.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="password"],
.gform_wrapper .gfield input[type="name"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="url"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield input[type="color"],
.gform_wrapper .gfield input[type="number"],
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px !important;
    height: 45px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 3px;
}

.gform_wrapper .gfield textarea {
    height: 9.375em;
}

.gform_wrapper .gfield .address_country select {
    height: 45px;
}

.gform_wrapper .gfield select {
    height: 35px;
    padding: 5px;
}

.gform_wrapper .gfield .ginput_container_select {
    min-height: 45px;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.gform_wrapper .top_label select.medium {
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 0;
    text-indent: 15px;
    min-height: 45px;
}

.gform_wrapper .gfield_description {
    color: #919ba2;
}

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

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .cancel-btn {
    box-sizing: border-box;
    background-color: #555;
    border: 1px solid #000;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .cancel-btn:hover {
    cursor: pointer;
    background-color: #222;
}

.gform_wrapper .gform_footer .cancel-btn {
    border-color: #919ba2;
    background-color: #919ba2;
}

.gform_wrapper .gform_footer .cancel-btn:hover {
    background-color: #75828b;
}

.gform_wrapper input[type=submit] {
    margin-left: 10px;
}

.gform_wrapper div.validation_error {
    border: none !important;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #EB3C48;
    color: #fff;
    width: 100%;
}

.gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #EB3C48;
}

.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
    border-color: #EB3C48;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: .625em;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: .375em;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    max-width: 100%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0 !important;
    font-weight: normal;
    font-style: italic;
    color: #EB3C48;
    margin-top: 0;
}

.gform_description {
    font-size: 12px;
    line-height: 25px;
    color: #5c5c5c;
    margin-bottom: 30px;
}

.gform_heading {
    margin-bottom: 20px;
}

.gform_confirmation_wrapper {
    margin-bottom: 20px;
}

.gform_confirmation_message {
    background-color: #4AA74C;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_left_half,
.gfield.gf_right_half {
    float: left;
}

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_half {
    float: right;
}

.gfield.gf_left_half,
.gfield.gf_right_half,
.gform_wrapper .top_label .gfield_error.gf_left_half,
.gform_wrapper .top_label .gfield_error.gf_right_half {
    width: 50%;
}

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gform_wrapper .top_label .gfield_error.gf_left_third,
.gform_wrapper .top_label .gfield_error.gf_middle_third,
.gform_wrapper .top_label .gfield_error.gf_right_third {
    width: 33.333%;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gform_wrapper .top_label .gfield_error.gf_fourth_one,
.gform_wrapper .top_label .gfield_error.gf_fourth_two,
.gform_wrapper .top_label .gfield_error.gf_fourth_three,
.gform_wrapper .top_label .gfield_error.gf_fourth_four {
    width: 25%;
}

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half,
.gform_wrapper .top_label .gfield_error.gf_fourth_one,
.gform_wrapper .top_label .gfield_error.gf_left_third,
.gform_wrapper .top_label .gfield_error.gf_left_half {
    padding-right: 10px;
}

.gfield.gf_fourth_two,
.gform_wrapper .top_label .gfield_error.gf_fourth_two {
    padding-right: 5px;
}

.gfield.gf_fourth_three,
.gform_wrapper .top_label .gfield_error.gf_fourth_three {
    padding-left: 5px;
}

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_half,
.gform_wrapper .top_label .gfield_error.gf_fourth_four,
.gform_wrapper .top_label .gfield_error.gf_right_third,
.gform_wrapper .top_label .gfield_error.gf_right_half {
    padding-left: 10px;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_half,
.gform_wrapper .top_label .gfield_error.gf_fourth_one,
.gform_wrapper .top_label .gfield_error.gf_fourth_two,
.gform_wrapper .top_label .gfield_error.gf_fourth_three,
.gform_wrapper .top_label .gfield_error.gf_fourth_four,
.gform_wrapper .top_label .gfield_error.gf_middle_third,
.gform_wrapper .top_label .gfield_error.gf_right_third,
.gform_wrapper .top_label .gfield_error.gf_right_half {
    clear: none;
}

.gfield.gf_fourth_four + .gfield:not(.gf_fourth_four),
.gfield.gf_right_third + .gfield:not(.gf_right_third),
.gfield.gf_right_half + .gfield:not(.gf_right_half),
.gform_wrapper .top_label .gfield_error.gf_fourth_four + .gfield:not(.gf_fourth_four),
.gform_wrapper .top_label .gfield_error.gf_right_third + .gfield:not(.gf_right_third),
.gform_wrapper .top_label .gfield_error.gf_right_half + .gfield:not(.gf_right_half) {
    clear: both;
}

.gfield.no-label > .gfield_label {
    display: none;
}

.gfield.single-option .check-list li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
    width: 100%;
}

.gfield.single-option .gfield_description {
    padding-top: 0;
    padding-left: 24px;
}

.gfield.hide-required-symbol .gfield_label .gfield_required {
    display: none !important;
}

#gform_wrapper_3 label {
    color: #FFF;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

#gform_wrapper_3 ul li.gfield {
    clear: none;
}

#gform_wrapper_3 .top_label select.medium {
    width: 100%;
}

#gform_wrapper_3 .chzn-search {
    display: none;
}

#gform_wrapper_3 .gform_footer {
    width: 25%;
    display: inline-block;
    float: left;
    clear: none;
    padding: 0 20px;
}

#gform_submit_button_3 {
    background: #00275d;
    width: 100%;
    border: none;
    height: 64px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 0 !important;
}

.gform_wrapper .gfield.readonly textarea,
.gform_wrapper .gfield.readonly select,
.gform_wrapper .gfield.readonly input:not([type="radio"]):not([type="checkbox"]) {
    border: none;
    background: #f7f7f7;
}

.gform_wrapper .gfield.readonly label,
.gform_wrapper .gfield.readonly select,
.gform_wrapper .gfield.readonly input,
.gform_wrapper .gfield.readonly textarea {
    pointer-events: none;
}

.gfield.clear {
    clear: both;
}

.gfield.clear-left {
    clear: left;
}

.gfield.clear-right {
    clear: right;
}

.dulux-form {
    /*
	.gfield_label {
		@extend .label;
		font-size: 12px;
		margin: 0 0 3px;
	}
	*/
}

.dulux-form .gfield {
    margin-bottom: 20px;
}

.dulux-form .ginput_complex.ginput_container {
    overflow: visible;
}

.dulux-form .ginput_container {
    margin: 0;
}

.dulux-form .ginput_complex label {
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    margin: 0 0 4px;
    color: #68757e;
}

.dulux-form .gfield_checkbox label,
.dulux-form .gfield_radio label {
    font-weight: normal;
    font-size: 13px;
    margin-left: 18px;
}

.dulux-form .gfield_checkbox input,
.dulux-form .gfield_radio input {
    margin-top: 3px;
}

.dulux-form .gfield input.datepicker {
    width: 100% !important;
}

.dulux-form .gform_footer,
.dulux-form .gform_page_footer {
    padding-top: 20px;
}

.dulux-form .gform_footer input[type="submit"],
.dulux-form .gform_footer .button.gform_next_button,
.dulux-form .gform_footer .button.gform_previous_button,
.dulux-form .gform_footer .cancel-btn,
.dulux-form .gform_page_footer input[type="submit"],
.dulux-form .gform_page_footer .button.gform_next_button,
.dulux-form .gform_page_footer .button.gform_previous_button,
.dulux-form .gform_page_footer .cancel-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #2f9eca;
    border-color: #2f9eca;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px !important;
    margin: 0 20px 0 0;
    color: #fff;
    box-sizing: border-box;
    padding: 15px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dulux-form .gform_footer input[type="submit"]:hover,
.dulux-form .gform_footer .button.gform_next_button:hover,
.dulux-form .gform_footer .button.gform_previous_button:hover,
.dulux-form .gform_footer .cancel-btn:hover,
.dulux-form .gform_page_footer input[type="submit"]:hover,
.dulux-form .gform_page_footer .button.gform_next_button:hover,
.dulux-form .gform_page_footer .button.gform_previous_button:hover,
.dulux-form .gform_page_footer .cancel-btn:hover {
    color: #2f9eca;
    background-color: #ffffff;
    border: 1px solid #2f9eca;
}

.dulux-form .gform_footer .button.gform_previous_button,
.dulux-form .gform_footer .button.gform_next_button,
.dulux-form .gform_page_footer .button.gform_previous_button,
.dulux-form .gform_page_footer .button.gform_next_button {
    display: inline-block;
    margin: 0;
}

.dulux-form .gform_footer .button.gform_previous_button,
.dulux-form .gform_page_footer .button.gform_previous_button {
    float: left;
}

.dulux-form .gform_footer .button.gform_next_button,
.dulux-form .gform_page_footer .button.gform_next_button {
    float: right;
}

.dulux-form .gform_footer .cancel-btn,
.dulux-form .gform_page_footer .cancel-btn {
    border-color: #919ba2;
    background-color: #919ba2;
}

.dulux-form .gform_footer .cancel-btn:hover,
.dulux-form .gform_page_footer .cancel-btn:hover {
    background-color: #75828b;
}

.dulux-form .gform_page_footer input[type="submit"] {
    display: inline-block;
    float: right;
}

.dulux-form .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 0;
}

.warranty-application-form .gsection_title .gfRepeater-shortcode-remove,
.warranty-application-form .gsection_title .gfRepeater-shortcode-add,
.warranty-application-form .gfield_label .gfRepeater-shortcode-remove,
.warranty-application-form .gfield_label .gfRepeater-shortcode-add {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 21px;
    color: #50555e;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
}

.warranty-application-form .gsection_title .gfRepeater-shortcode-remove:before, .warranty-application-form .gsection_title .gfRepeater-shortcode-remove:after,
.warranty-application-form .gsection_title .gfRepeater-shortcode-add:before,
.warranty-application-form .gsection_title .gfRepeater-shortcode-add:after,
.warranty-application-form .gfield_label .gfRepeater-shortcode-remove:before,
.warranty-application-form .gfield_label .gfRepeater-shortcode-remove:after,
.warranty-application-form .gfield_label .gfRepeater-shortcode-add:before,
.warranty-application-form .gfield_label .gfRepeater-shortcode-add:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.warranty-application-form .gsection_title .gfRepeater-shortcode-remove:after,
.warranty-application-form .gsection_title .gfRepeater-shortcode-add:after,
.warranty-application-form .gfield_label .gfRepeater-shortcode-remove:after,
.warranty-application-form .gfield_label .gfRepeater-shortcode-add:after {
    clear: both;
}

.warranty-application-form .ginput_container_repeater-end .gf_repeater_add,
.warranty-application-form .ginput_container_repeater-end .gf_repeater_remove {
    display: inline-block;
    float: right;
}

.warranty-application-form .ginput_container_repeater-end .gf_repeater_add:before, .warranty-application-form .ginput_container_repeater-end .gf_repeater_add:after,
.warranty-application-form .ginput_container_repeater-end .gf_repeater_remove:before,
.warranty-application-form .ginput_container_repeater-end .gf_repeater_remove:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.warranty-application-form .ginput_container_repeater-end .gf_repeater_add:after,
.warranty-application-form .ginput_container_repeater-end .gf_repeater_remove:after {
    clear: both;
}

.warranty-application-form .ginput_container_repeater-end .gf_repeater_add {
    margin-right: 20px;
}

.warranty-application-form .gfield.gfield_html.repeater_remove_wrap {
    margin: 0 !important;
    max-width: 100%;
    min-height: 40px;
}

.warranty-application-form .gf_repeater_add,
.warranty-application-form .gf_repeater_remove {
    border-color: #e4e6e8;
    background-color: #e4e6e8;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 3px;
}

.warranty-application-form .gf_repeater_add,
.warranty-application-form .gf_repeater_add a,
.warranty-application-form .gf_repeater_remove,
.warranty-application-form .gf_repeater_remove a {
    color: #5d6163;
    text-decoration: none;
}

.warranty-application-form .gf_repeater_add:hover,
.warranty-application-form .gf_repeater_remove:hover {
    background-color: #c8cdd1;
    cursor: pointer;
}

.warranty-application-form .gf_repeater_add:hover a,
.warranty-application-form .gf_repeater_remove:hover a {
    text-decoration: none;
}

.warranty-application-form .gf_repeater_add:focus,
.warranty-application-form .gf_repeater_remove:focus {
    outline: none;
}

.warranty-application-form .gfield[data-repeater-childid="1"] {
    padding-top: 20px;
}

/* =============================================================================
   small / mobile media query
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #gform_wrapper_3 .gform_footer {
        width: 100%;
    }

    .gfield.gf_left_third,
    .gfield.gf_middle_third,
    .gfield.gf_right_third,
    .gfield.gf_left_half,
    .gfield.gf_right_half,
    .gform_wrapper .top_label .gfield_error.gf_left_third,
    .gform_wrapper .top_label .gfield_error.gf_middle_third,
    .gform_wrapper .top_label .gfield_error.gf_right_third,
    .gform_wrapper .top_label .gfield_error.gf_left_half,
    .gform_wrapper .top_label .gfield_error.gf_right_half {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .gfield.gf_fourth_one,
    .gfield.gf_fourth_two,
    .gfield.gf_fourth_three,
    .gfield.gf_fourth_four,
    .gform_wrapper .top_label .gfield_error.gf_fourth_one,
    .gform_wrapper .top_label .gfield_error.gf_fourth_two,
    .gform_wrapper .top_label .gfield_error.gf_fourth_three,
    .gform_wrapper .top_label .gfield_error.gf_fourth_four {
        float: none;
        padding-right: 0;
        padding-left: 0;
        width: 50%;
    }

    .gfield.gf_fourth_one,
    .gfield.gf_fourth_three,
    .gform_wrapper .top_label .gfield_error.gf_fourth_one,
    .gform_wrapper .top_label .gfield_error.gf_fourth_three {
        float: left;
        padding-right: 5px;
    }

    .gfield.gf_fourth_two,
    .gfield.gf_fourth_four,
    .gform_wrapper .top_label .gfield_error.gf_fourth_two,
    .gform_wrapper .top_label .gfield_error.gf_fourth_four {
        float: right;
        padding-left: 5px;
    }

    .gfield.gf_fourth_three,
    .gform_wrapper .top_label .gfield_error.gf_fourth_three {
        clear: both;
    }

    .gfield.gf_fourth_two,
    .gfield.gf_fourth_four,
    .gform_wrapper .top_label .gfield_error.gf_fourth_two,
    .gform_wrapper .top_label .gfield_error.gf_fourth_four {
        padding-right: 0;
    }
}

/* =============================================================================
   medium / tablet media query
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #gform_wrapper_3 .gform_footer {
        width: 100%;
    }

    .gfield.gf_left_third,
    .gfield.gf_middle_third,
    .gfield.gf_right_third,
    .gform_wrapper .top_label .gfield_error.gf_left_third,
    .gform_wrapper .top_label .gfield_error.gf_middle_third,
    .gform_wrapper .top_label .gfield_error.gf_right_third {
        float: left;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }

    .gfield.gf_left_third,
    .gform_wrapper .top_label .gfield_error.gf_left_third {
        padding-right: 10px;
    }
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    #field_3_2,
    #field_3_3 {
        border-right: 1px solid #315c86;
    }
}

.page-template-tpl-spec-tool-php .breadcrumbs {
    height: 53px;
    overflow: hidden;
    margin: 0;
}

.product-finder-wrap {
    background: url(../images/pf-bg-wrap.jpg) top center repeat-y;
    padding: 20px;
    position: relative;
}

.product-finder-wrap h1 {
    color: #FFF;
    text-align: center;
}

.zone-link {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 75px;
    left: 790px;
}

.pf-results-wrap {
    padding: 20px 0;
}

a.pf-result-item {
    border: 3px solid #e0e0e0;
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
}

a.pf-result-item:hover {
    text-decoration: none;
}

a.pf-result-item h2 {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.pf-results-image {
    background: #FFF;
    border-bottom: 3px solid #e0e0e0;
    display: block;
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    li.pf-menu-icon {
        position: absolute;
        right: 0;
        border-top: 5px solid #8b959d;
        margin-top: -5px;
    }

    li.pf-menu-icon a {
        background: #919ba2;
        color: #FFF;
        display: inline-block;
    }

    li.pf-menu-icon a:hover {
        background: #8b959d;
    }

    .product-finder-wrap {
        background: url(../images/pf-bg-wrap.jpg) top center repeat-y;
        padding: 50px;
    }

    .pf-results-wrap {
        padding: 20px 50px;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Inter', Arial;
    font-style: normal;
    font-weight: normal;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #EB3C48;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #EB3C48;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    transform: scale(1);
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s;
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: none;
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert button {
    background-color: #00275D;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: none;
}

/*
.sweet-alert button:hover {
	background-color: #a1d9f2;
}
.sweet-alert button:active {
	background-color: #81ccee;
}
*/
.sweet-alert button.cancel {
    background-color: #919BA2;
}

/*
.sweet-alert button.cancel:hover {
	background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
	background-color: #b6b6b6;
}
*/
.sweet-alert button.cancel:focus {
    box-shadow: none;
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #EB3C48;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #EB3C48;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #EB3C48;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #EB3C48;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #EB3C48;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #2F53A3;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #2F53A3;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #2F53A3;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4AA74C;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4AA74C;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
    0% {
        border-color: #f28189;
    }
    100% {
        border-color: #EB3C48;
    }
}

.pulseWarning {
    animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f28189;
    }
    100% {
        background-color: #EB3C48;
    }
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate;
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

/*------------------------------------*    Flaunt JS Navigation
\*------------------------------------*/
.nav {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.nav-list {
    text-align: left;
}

.menu-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative;
}

.menu-item a {
    display: block;
    color: #122858;
    line-height: 52px;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
    /*border-bottom: 2px solid transparent;*/
    text-decoration: none;
    font-weight: normal;
}

@media (min-width: 1024px) {
    .menu-item a {
        margin: 0 13px;
        font-size: 17px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .menu-item a {
        font-size: 14px;
    }

    .user-nav li a {
        padding: 0 4px 0 4px;
    }
}

.menu-item > a:hover {
    color: #1a6ed1;
    text-decoration: none;
}

/*@media (min-width: 1024px) {*/
/*    .nav-list > .menu-item > a:hover {*/
/*        border-bottom: 2px solid #1a6ed1;*/
/*    }*/
/*}*/

@media (min-width: 1024px) {
    .menu-item:hover .sub-menu {
        text-align: left;
        display: block;
    }
}

/* Navigation submenu */
.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 280px;
    z-index: 5000;
}

.sub-menu .menu-item a {
    color: #FFF;
    background: #00275d;
    line-height: 40px;
    display: block;
    padding: 0;
    width: 280px;
}

.sub-menu .menu-item a .project_element span {
    line-height: 25px;
    margin-top: 20px;
    display: inherit;
}

/*.sub-menu .menu-item a:hover {
  background: #063474; }*/

/* Mobile navigation */
.nav-mobile-wrap {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #c3c3c3 url(../images/nav.svg) no-repeat center center;
    background-size: 18px;
    height: 50px;
    width: 50px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: #FFF;
    /*border-left: 1px solid #001839;*/
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.nav-click i {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../images/down-arrow.png) no-repeat center center;
    background-size: 20px;
}

.nav-click .nav-arrow {
    transition: all 0.3s ease;
}

.nav-rotate:after {
    transform: rotate(180deg);
}

/*------------------------------------*    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .nav-mobile-wrap {
        border: 1px solid #f0f0f0;
        background: #fff;
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .nav-mobile-wrap span {
        color: #122858;
        line-height: 50px;
        padding-left: 30px;
    }

    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 50px 0 0;
    }

    .nav-list {
        display: none;
    }

    .menu-item {
        width: 100%;
        float: none;
    }

    .menu-item > a {
        background: #FFF;
        color: #00275d;
        line-height: 50px;
        padding: 0 0 0 15px;
        /*border-bottom: 1px solid #f0f0f0;*/
    }

    /*.menu-item > a:hover {
        background: #00275d;
        color: #FFF;
        padding: 0 0 0 30px; }*/
    .menu-item > a:hover .sub-menu {
        display: none;
    }

    .nav-click {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
    }

    .sub-menu {
        position: static;
        width: 100%;
    }

    .sub-menu .menu-item a {
        background: #063474;
        display: block;
        padding: 0 0 0 30px;
        width: 100%;
    }
}

/*! Tablesaw - v1.0.3 - 2015-01-27
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}

/* Structure */
.tablesaw {
    border: 0;
    padding: 0;
}

.tablesaw th,
.tablesaw td {
    box-sizing: border-box;
    padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    border: 1px solid #ccc;
    background: none;
    background-color: #fafafa;
    box-shadow: 0 1px 0 white;
    color: #4a4a4a;
    clear: both;
    cursor: pointer;
    display: block;
    font: 600 20px/1 'Inter', Arial;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    /* Theming */
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
    color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    outline: none;
}

.tablesaw-bar .btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    border-color: #aaa;
    outline: none;
}

.tablesaw-bar .btn-select select {
    background: none;
    border: none;
    display: block;
    position: absolute;
    font-weight: inherit;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
}

.tablesaw-bar .btn-select select {
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    color: transparent;
}

.tablesaw-bar .btn select option {
    background: #fff;
    color: #000;
    font-family: 'Inter', Arial;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
    text-align: left;
    text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
}

.tablesaw-bar .btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left;
}

.tablesaw-bar .btn-select:after {
    background: #e5e5e5;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
    content: " ";
    display: block;
    position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
    padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
    background: none;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: none;
    box-shadow: none;
    border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
    font-size: .8125em;
    padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .5em;
    position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    top: .45em;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: .6em;
    border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
    clear: both;
    font-family: 'Inter', Arial;
}

.tablesaw-toolbar {
    font-size: .875em;
    float: left;
}

.tablesaw-toolbar label {
    padding: .5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: .5em;
    text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: transparent;
    font-family: 'Inter', Arial;
    font-size: 1em;
    padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
    color: #888;
    text-transform: none;
    background: transparent;
}

.tablesaw-toolbar ~ table {
    clear: both;
}

.tablesaw-toolbar .a11y-sm {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (min-width: 24em) {
    .tablesaw-toolbar .a11y-sm {
        clip: none;
        height: auto;
        width: auto;
        position: static;
        overflow: visible;
    }
}

table.tablesaw tbody th {
    font-weight: 600;
}

table.tablesaw thead th,
table.tablesaw thead td {
    color: #444;
    font-size: .9em;
}

.tablesaw th,
.tablesaw td {
    line-height: 1em;
    text-align: left;
    vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
    vertical-align: middle;
    font-size: 1.17em;
    /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
    margin: 0;
}

.tablesaw thead {
    border: 1px solid #e5e5e4;
    background: #e2dfdc;
    background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
    font-weight: 100;
    color: #777;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
}

.tablesaw thead tr:first-child th {
    font-weight: normal;
    font-family: 'Inter', Arial;
    border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
    text-align: left;
    margin-bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    line-height: 2.4;
}

@media (min-width: 25em) {
    .tablesaw caption {
        margin-bottom: .6em;
        line-height: 1.2;
    }
}

/* Stack */
.tablesaw-cell-label-top {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal;
}

.tablesaw-cell-label {
    font-size: .65em;
    text-transform: uppercase;
    color: #888;
    font-family: 'Inter', Arial;
}

@media (min-width: 40em) {
    .tablesaw td {
        line-height: 2em;
    }
}

@media only all {
    .tablesaw-swipe .tablesaw-cell-persist {
        border-right: 1px solid #e4e1de;
    }

    .tablesaw-swipe .tablesaw-cell-persist {
        box-shadow: 3px 0 4px -1px #e4e1de;
    }
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }

    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block;
    }

    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {
    /* Unchecked manually: Always hide */
    .tablesaw-swipe th.tablesaw-cell-hidden,
    .tablesaw-swipe td.tablesaw-cell-hidden {
        display: none;
    }
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
    /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em;
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: none;
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: table-cell;
    }
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2 {
        display: table-cell;
    }
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3 {
        display: table-cell;
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2;
    }
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4 {
        display: table-cell;
    }
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5 {
        display: table-cell;
    }
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media only all {
    /* Unchecked manually: Always hide */
    .tablesaw-columntoggle th.tablesaw-cell-hidden,
    .tablesaw-columntoggle td.tablesaw-cell-hidden {
        display: none;
    }

    /* Checked manually: Always show */
    .tablesaw-columntoggle th.tablesaw-cell-visible,
    .tablesaw-columntoggle td.tablesaw-cell-visible {
        display: table-cell;
    }
}

.tablesaw-columntoggle-popup .btn-group > label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
    margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
    position: relative;
}

.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-bottom: .7em;
    padding-left: .6em;
    padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
    min-width: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    font: inherit;
    text-transform: inherit;
    position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    width: 7px;
    height: 10px;
    content: "\0020";
    position: absolute;
    right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "↑";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "↓";
}

.tablesaw-sortable .not-applicable:after {
    content: "--";
    display: block;
}

.tablesaw-sortable .not-applicable span {
    display: none;
}

.tablesaw-advance {
    float: right;
}

.tablesaw-advance.minimap {
    margin-right: .4em;
}

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: .4em .2em;
}

.tablesaw-advance-dots li i {
    width: .25em;
    height: .25em;
    background: #555;
    border-radius: 100%;
    display: inline-block;
}

.tablesaw-advance-dots-hide {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}

/* Customized Demo CSS for our Demo Tables */
.tablesaw-columntoggle td.title a,
.tablesaw-swipe td.title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10em;
    max-width: 40vw;
}

.tablesaw-sortable thead tr th {
    padding: 1em;
    vertical-align: middle;
}

@media (min-width: 40em) {
    td.title {
        max-width: 12em;
    }

    .tablesaw-stack td.title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 10em;
        max-width: 40vw;
    }
}

.table-filter-wrap {
    margin: 0 0 30px;
}

.table-filter-select {
    margin-top: 40px;
}

.table-filter-search {
    margin-bottom: 20px;
}

.table-filter-search input,
.table-filter-search .styled-select {
    width: 45%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.table-filter-search button {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 43px;
    padding: 0;
    width: 7%;
}

table td.text-center,
table th.text-center {
    text-align: center;
}

table td span.text-center,
table th span.text-center {
    text-align: center;
    display: block;
}

table td.text-right,
table th.text-right {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .table-filter-search input,
    .table-filter-search .styled-select {
        width: 44%;
    }
}

@media only screen and (max-width: 570px) {
    .table-filter-search input {
        width: 100%;
        margin: 0 0 10px;
    }

    .table-filter-search .styled-select {
        width: 85%;
    }

    .table-filter-search button {
        width: 13%;
    }

    table td.text-center,
    table th.text-center,
    table td.text-right,
    table th.text-right {
        text-align: left;
    }
}

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

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 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;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    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;
    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;
    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: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    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;
    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("../images/chosen-sprite.png") -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("../images/chosen-sprite.png") 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("../images/chosen-sprite.png") no-repeat 100% -20px;
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: 'Inter', Arial;
    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: 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: 600;
    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 !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    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;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: 'Inter', Arial;
    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: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    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("../images/chosen-sprite.png") -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: linear-gradient(top, #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;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    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;
    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("../images/chosen-sprite.png") no-repeat -30px -20px;
    background: url("../images/chosen-sprite.png") 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 (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-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
.btn {
    background-color: #00275d;
    border-color: #00275d;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 18px !important;
    margin: 0 20px 0 0;
    color: #fff;
    box-sizing: border-box;
    padding: 15px 40px;
    border-radius: 3px;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
    background-color: #001c44;
}

.btn--secondary {
    border-color: #919ba2;
    background-color: #919ba2;
}

.btn--secondary:hover {
    background-color: #75828b;
}

button:focus {
    outline: none !important;
}

.buttons-block {
    display: block;
    margin-bottom: 10px;
}

.buttons-block .buttons-block__item {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.buttons-block .buttons-block__item:first-child {
    padding-right: 5px;
}

.buttons-block .buttons-block__item:last-child {
    padding-left: 5px;
}

.buttons-block a {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    padding: 15px 20px;
    color: #fff;
    background: #00275d;
    font-size: 18px;
    line-height: 1.2;
    background: #05295b;
    background: linear-gradient(to bottom, #05295b 0%, #05234f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05295b', endColorstr='#05234f', GradientType=0);
}

.buttons-block a strong {
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.buttons-block a i {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.buttons-block a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .buttons-block .buttons-block__item {
        width: 100%;
        padding: 0 !important;
    }

    .buttons-block .buttons-block__item:first-child {
        margin-bottom: 10px;
    }
}

.nav-tabs {
    text-align: center;
    list-style: none;
    display: block;
    margin: 0 !important;
    padding: 0;
    position: relative;
    top: 1px;
    z-index: 5;
}

.tab-content .gform_wrapper .gfield_required {
    color: #ffffff;
}

.nav-tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.nav-tabs li:first-child {
    /*border-left: 1px solid #d4d9dd;*/
}

.nav-tabs a {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    text-decoration: none !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}

.nav-tabs a:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-tabs li.active a {
    border-bottom: 2px solid #fff;
    color: rgba(255, 255, 255, 1);
}

.tab-content {
    position: relative;
    z-index: 4;
}

.tab-content #sign_in {
    padding: 30px;
    background-color: #062f5f;
}

@media (min-width: 768px) {
    .tab-content #sign_in {
        padding: 60px 80px;
    }
}

.tab-content, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content a {
    color: #ffffff;
}

.tab-content a {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.tab-content .login-wrap,
.tab-content .reg-wrap {
    padding-right: 60px;
    padding-top: 10px;
    border-right: 1px solid #8397af;
}

.tab-content .password-wrap,
.tab-content .reg-content-wrap {
    padding-left: 60px;
    padding-top: 30px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#order_product_brochures {
    margin-top: 30px;
}

#order_product_brochures > h2,
#order_product_brochures > h3,
#order_swatch_samples > h2 {
    margin-bottom: 20px;
    text-align: left;
}

.product-group {
    margin-left: -10px;
    margin-bottom: 20px;
}

.page-template-tpl-colour-range-page .product-group {
    margin-top: 50px;
}

.product-group__logo,
.product-group__title {
    display: inline-block;
    margin: 0 20px 0 20px;
}

.product-group__logo {
    width: 250px;
    height: auto;
}

.cart .product-group__title,
.admin-order .product-group__title {
    font-size: 26px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.add-product,
.product {
    padding-left: 10px;
    margin-bottom: 20px;
}

.product__link,
.product__item {
    display: block;
    border: 1px solid #d4d9dd;
    position: relative;
    text-decoration: none;
    color: #50555e;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 17px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.product__link:hover,
.product__item:hover {
    text-decoration: none;
}

.product__link.in-cart,
.product__item.in-cart {
    border-color: #00275d;
    box-shadow: 1px 1px 3px 0px rgba(0, 39, 93, 0.15);
}

.product__link {
    padding-left: 100px;
    background-size: 100px;
    background-position: 0 50%;
}

.admin-order .product__link,
.cart .product__link {
    background-size: 135px;
    background-position: -10px 50%;
}

.cart .product__sample,
.admin-order .product__sample {
    display: block;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 2px 2px 0 0;
    position: relative;
}

.admin-order .brochures .product__sample{
    background-size: contain;
}

.product__title {
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    min-height: 70px;
    background: #fff;
    color: #393c42;
    font-size: 12px;
}

.page-template-tpl-order-page .product__title {
    min-height: 88px;
}

.admin-order .product__title {
    min-height: 125px;
}

#brochure_product_detail .product__title {
    padding: 0 15px;
    background: none;
    min-height: 0;
}

.product__cart-toggle,
.product__cart-remove,
.product__download {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 2px 0 2px 0;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #f7f7f7;
}

.product__download_revit i, .product__download_bim_assets i, .product__download_archicad i, .product__download i, .product__cart-toggle i{
    padding-right: 5px;
}

.product__download_revit{
    right: 245px;
    z-index: 11;
    width: 124px;
    text-decoration: none;
}

.product__download_archicad{
    right: 75px;
    z-index: 11;
    width: 154px;
    text-decoration: none;
}

.product__download_bim_assets{
    right: 75px;
    z-index: 11;
    width: 110px;
    text-decoration: none;
}

.product__download_revit:hover,
.product__download_archicad:hover,
.product__download_bim_assets:hover{
    text-decoration: none;
}

    /*.product-detail .product__title {*/
    /*    padding-bottom: 140px;*/
    /*}*/

    /*.product-detail .product__cart-toggle{*/
    /*    left: 15px;*/
    /*    width: 169px;*/
    /*}*/

    #brochure_product_detail .product__cart-toggle{
        width: 50px;
        right: 0;
        left: auto;
    }

    .product__download_archicad{
        left: 15px;
        bottom: 70px;
    }

    .product__download_revit{
        left: 15px;
        bottom: 35px;
    }

    .product__download_bim_assets{
        left: 15px;
        bottom: 35px;
    }

    /*.product__download {*/
    /*    left: 15px;*/
    /*    bottom: 105px;*/
    /*    width: 190px;*/
    /*}*/

    .product__cart-toggle .text,
    .product__download .text {
        display: inline-block;
    }



/*.product__cart-toggle,*/
/*.product__download {*/
/*    color: #47484C;*/
/*}*/

.product__cart-remove {
    color: #EB3C48;
}

.product__download {
    right: 38px;
    z-index: 11;
}

.product__qty {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: right;
}

.product__qty label, .product__qty input {
    padding: 5px 0;
    vertical-align: middle;
    display: inline-block;
}

.product__qty label {
    font-size: 16px;
    position: relative;
    left: 40px;
    color: #000;
}

.product__qty input {
    font-size: 18px;
    width: 85px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d4d9dd;
    box-shadow: none;
    padding-left: 35px;
}

.product-detail {
    display: none;
}

.product-detail .product__sample {
    width: 100%;
    max-height: 800px;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-detail .product__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.product-detail .product__cart-toggle {
    z-index: 10;
    line-height: 1.3;
}

.product__link.in-cart .product__cart-toggle,
.product-detail.in-cart .product__cart-toggle {
    background-color: #00275d;
    color: #fff;
}

.cart-header .cart-units {
    text-align: right;
}

.cart-header .error {
    color: #EB3C48;
}

.cart-footer {
    padding-top: 40px;
    margin-bottom: 20px;
}

.cart-footer button {
    box-sizing: border-box;
    background-color: #919ba2;
    border: 1px solid #919ba2;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 30px;
}

.cart-footer button:hover {
    cursor: pointer;
    background-color: #838e96;
}

.cart-details {
    margin: 10px 0 0 20px;
    border: 1px solid #d4d9dd;
    background: #fff;
}

.cart-details .gform_wrapper div.validation_error {
    width: auto;
    margin: 0 20px 20px;
}

#gform_wrapper_15 {
    max-width: 100%;
    margin: 30px 0 0;
}

#gform_wrapper_15 .gsection {
    border: none;
}

#gform_wrapper_15 .gform_body > .gform_fields > .gfield {
    margin: 0 0 20px;
    padding: 0 30px;
}

#gform_wrapper_15 .gform_body > .gform_fields > .gfield.account-details {
    padding-bottom: 20px;
}

#gform_wrapper_15 .gform_body > .gform_fields > .gfield.project-details {
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d4d9dd;
}

#gform_wrapper_15 .gform_footer {
    padding: 30px;
}

.cart-details__section {
    border-bottom: 1px solid #d4d9dd;
}

.cart-details__section:last-child {
    border-bottom: none;
}

.cart-details__section-inner {
    padding: 30px;
    position: relative;
}

.cart-details__title {
    display: block;
    margin: 0;
    padding: 20px 30px;
    background: #f1f1f1;
    font-size: 17px;
    border-bottom: 1px solid #d4d9dd;
}

.order-summary {
    background: #f7f7f7;
    padding: 20px 40px 40px;
    max-width: 640px;
    margin: 40px auto;
}

.order-summary h1 {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

.order-summary table {
    width: 100%;
}

.order-summary td {
    padding: 10px 10px 20px;
}

.order-summary td.title {
    padding-left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cart {
        margin-bottom: 30px;
    }

    .cart-details {
        margin-left: 0;
    }

    .cart-header .cart-units {
        text-align: left;
    }

    .product__link {
        margin-bottom: 10px;
    }
}

.user-details {
    font-size: 14px;
    position: relative;
}

.edit-profile-link {
    color: #50555e;
    position: absolute;
    right: 30px;
    top: 30px;
}

.gfield.account-details .edit-profile-link {
    top: 0;
    right: 0;
}

.password-wrap textarea,
.password-wrap select,
.password-wrap input[type="text"],
.password-wrap input[type="password"],
.password-wrap input[type="name"],
.password-wrap input[type="email"],
.password-wrap input[type="url"],
.password-wrap input[type="tel"],
.password-wrap input[type="color"],
.password-wrap input[type="number"] {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px !important;
    height: 45px;
    border: 1px solid #d4d9dd;
    border-radius: 3px;
}

.password-wrap #result .info,
.password-wrap #result .error,
.password-wrap #result .success {
    border-radius: 3px;
    padding: 10px 20px;
    margin: 20px 0;
    color: #fff;
}

.password-wrap #result .info {
    background-color: #00275d;
}

.password-wrap #result .error {
    background-color: #EB3C48;
}

.password-wrap #result .success {
    background-color: #4AA74C;
}

.password-wrap p,
.password-wrap input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.password-wrap input[type="submit"] {
    margin-top: 20px;
    border: none;
    background: transparent;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    padding: 0;
}

/*.gform_wrapper .gfield.account_type .ginput_container {
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  padding: 15px 0 8px; }*/

.gform_wrapper .gfield.account_type .gfield_radio li {
    display: inline-block;
    padding-left: 40px !important;
    margin-bottom: 0 !important;
}

.gform_wrapper .gfield.account_type .gfield_radio li:first-child {
    padding-left: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    position: relative;
}

body .gform_wrapper .top_label div.ginput_container_select:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #adadad;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*.tab-content {
    padding: 40px; }*/
    .tab-content .login-wrap,
    .tab-content .reg-wrap {
        padding-right: 0;
        border-right: none;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #d4d9dd;
    }

    .tab-content .password-wrap,
    .tab-content .reg-content-wrap {
        padding-left: 0;
        padding-top: 0;
    }
}

.warranty-application-wrap,
.warranties-wrap {
    padding: 60px 0 30px;
}

.spec-doc-delete-wrap {
    padding-top: 20px;
}

.spec-doc-delete {
    color: #EB3C48;
    margin-right: 6px;
}

.spec-doc-filename {
    font-weight: 600;
}

.warranties-table {
    border: 1px solid #00275d;
}

.warranties-table thead tr {
    background-color: #00275d;
}

.warranties-table thead th {
    padding: 8px;
    color: #fff;
    text-align: left;
}

.warranties-table tbody tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.warranties-table tbody td {
    padding: 4px 8px;
}

.warranties-table a.gravitypdf-download-link:before {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
}

.warranties-table a.gravitypdf-download-link:hover:before {
    text-decoration: none;
}

.admin-warranty .admin-header-meta--id:first-child,
.admin-warranty .admin-header-meta--date:first-child,
.admin-warranty .admin-header-meta--date:nth-child(2),
.admin-warranty .admin-header-meta--approved:nth-child(2),
.admin-warranty .admin-header-meta--approved:nth-child(3) {
    position: relative;
    top: 17px;
}

.superadmin-warranty .admin-warranty__header,
.superadmin-warranty .admin-warranty__form {
    border-color: #EB3C48;
    border-width: 2px;
}

.superadmin-warranty .admin-warranty__header {
    background: #EB3C48;
    color: #fff;
}

.superadmin-warranty .admin-warranty__form {
    border-top-width: 0;
}

.pdf-link {
    position: relative;
}

.pdf-link .warranty-type {
    background: #00275d;
    color: white;
    text-align: center;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    border-radius: 50%;
    right: -4px;
    bottom: -5px;
    font-size: 12px;
}

#warranties_table .pdf-link {
    margin-right: 6px;
}

#warranties_table .pdf-link .warranty-type {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }

    .warranty-application-wrap,
    .warranties-wrap {
        padding: 0 0 30px;
    }
}

.admin-table,
.admin-table.tablesaw {
    width: 100%;
}

.admin-account, .admin-table {
    margin-bottom: 60px;
}

.admin-table thead tr th,
.admin-table tbody tr td,
.admin-table.tablesaw thead tr th,
.admin-table.tablesaw tbody tr td {
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
}

.admin-table thead tr th,
.admin-table tbody tr td.bold,
.admin-table.tablesaw thead tr th,
.admin-table.tablesaw tbody tr td.bold {
    font-weight: 600;
}

.admin-table thead tr th.tablesaw-sortable-descending,
.admin-table thead tr th.tablesaw-sortable-ascending,
.admin-table.tablesaw thead tr th.tablesaw-sortable-descending,
.admin-table.tablesaw thead tr th.tablesaw-sortable-ascending {
    background-color: #f1f1f1;
}

.admin-table tbody tr.superadmin td,
.admin-table.tablesaw tbody tr.superadmin td {
    background-color: #fef3f4;
}

.admin-search,
.admin-filter {
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #D6D7D9;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    min-height: 115px;
}

.admin-search form,
.admin-filter form {
    display: block;
}

.admin-search .label, .admin-search .order-summary td.title, .order-summary .admin-search td.title, .admin-search .account-selector label, .account-selector .admin-search label, .admin-search
.product-selector label, .product-range-selector label,
.product-selector .admin-search label, .product-range-selector .admin-search label,
.admin-filter .label,
.admin-filter .order-summary td.title, .order-summary
.admin-filter td.title,
.admin-filter .account-selector label, .account-selector
.admin-filter label,
.admin-filter
.product-selector label, .product-range-selector label,
.product-selector .admin-filter label, .product-range-selector  .admin-filter label {
    display: block;
}

.admin-search input,
.admin-search select,
.admin-search button,
.admin-filter input,
.admin-filter select,
.admin-filter button {
    display: inline-block;
    float: left;
    vertical-align: middle;
    height: 45px;
}

.admin-search input,
.admin-search select,
.admin-filter input,
.admin-filter select {
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px !important;
}

.admin-search button,
.admin-filter button {
    min-width: 45px;
}

.admin-search input,
.admin-search select {
    width: 40%;
    margin-right: 10px;
}

.admin-search button {
    background-color: #00275d;
    border-color: #00275d;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 13px !important;
    color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
}

.admin-search button:hover {
    background-color: #001c44;
}

.admin-filter input,
.admin-filter select {
    width: 45%;
    margin-right: 10px;
}

.admin-filter input:last-child,
.admin-filter select:last-child {
    margin-right: 0;
}

.search-filter-meta {
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #68757e;
}

.search-filter-meta .term {
    color: #00275d;
    font-weight: 600;
}

.search-filter-clear {
    text-align: right;
}

.admin-table thead {
    background-image: none;
    background: #f8f8f8;
    border-color: #d4d9dd;
}

.admin-table tbody {
    border-left: 1px solid #d4d9dd;
    border-right: 1px solid #d4d9dd;
}

.admin-table thead tr th,
.admin-table tbody tr td {
    box-sizing: border-box;
    padding: 0;
}

.admin-table thead tr th {
    border: none !important;
    font-size: 14px;
    color: #919ba2;
}

.admin-table thead tr th.tablesaw-sortable-head button {
    padding: 8px;
}

.admin-table tbody tr td, .admin-table th a {
    font-size: 16px;
    padding: 8px;
    color: #50555e;
}

.admin-table .details-link {
    color: #50555e;
}

.admin-table .details-link:hover {
    color: #00275d;
}

.admin-table .fa-check {
    color: #4AA74C;
}

#orders_table thead tr th:first-child {
    padding: 4px 8px;
    width: 90px;
}

#print_labels {
    display: inline-block;
    border: 1px solid #d4d9dd;
    background: #fafafa;
    border-radius: 3px;
    color: #919ba2;
    padding: 12px;
}

#select_all_to_print {
    display: inline-block;
    margin-right: 10px;
}

.admin-menu {
    text-align: right;
    padding-top: 20px;
}

.admin-menu ul, .admin-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-menu li {
    display: inline-block;
    margin-left: 20px;
}

.admin-menu li:first-child {
    margin-left: 0;
}

.admin-menu a {
    color: #919ba2;
    text-decoration: none;
    font-size: 13px;
}

.admin-menu a:hover {
    text-decoration: none;
    color: #00275d;
}

.admin-menu a.create-new-admin-warranty {
    color: #EB3C48;
}

#clear_search,
#delete_order,
#delete_account,
#delete_enquiry,
#delete_warranty,
#delete_custom_order{
    background: transparent;
    border: none;
    color: #EB3C48;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#clear_search:hover,
#delete_order:hover,
#delete_account:hover,
#delete_enquiry:hover,
#delete_warranty:hover,
#delete_custom_order:hover {
    text-decoration: none;
}

#override_warranty {
    background: transparent;
    color: #EB3C48;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    border: 1px solid #EB3C48;
    padding: 5px 10px;
    border-radius: 5px;
}

#override_warranty:hover {
    text-decoration: none;
}

.admin-order__header,
.admin-order__form,
.admin-enquiry__header,
.admin-enquiry__form,
.admin-account__header,
.admin-account__form,
.admin-warranty__header,
.admin-warranty__form {
    border: 1px solid #d4d9dd;
    margin: 0 10px;
}

.admin-order__header,
.admin-enquiry__header,
.admin-account__header,
.admin-warranty__header {
    min-height: 60px;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    color: #919ba2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.admin-order__header strong,
.admin-enquiry__header strong,
.admin-account__header strong,
.admin-warranty__header strong {
    font-weight: 600;
}

.admin-order__header .print-btn,
.admin-order__header .pdf-link,
.admin-enquiry__header .print-btn,
.admin-enquiry__header .pdf-link,
.admin-account__header .print-btn,
.admin-account__header .pdf-link,
.admin-warranty__header .print-btn,
.admin-warranty__header .pdf-link {
    margin: 8px 8px 8px 0;
    display: inline-block;
    border: 1px solid #d4d9dd;
    background: #fafafa;
    border-radius: 3px;
    color: #919ba2;
}

.admin-order__header .print-btn,
.admin-enquiry__header .print-btn,
.admin-account__header .print-btn,
.admin-warranty__header .print-btn {
    padding: 12px 16px;
}

.admin-order__header .pdf-link,
.admin-enquiry__header .pdf-link,
.admin-account__header .pdf-link,
.admin-warranty__header .pdf-link {
    padding: 9px 16px;
}

.admin-order__header .admin-header-meta,
.admin-enquiry__header .admin-header-meta,
.admin-account__header .admin-header-meta,
.admin-warranty__header .admin-header-meta {
    display: inline-block;
}

.admin-order__header .admin-header-meta--created,
.admin-order__header .admin-header-meta--approved,
.admin-order__header .admin-header-meta--rejected,
.admin-order__header .admin-header-meta--date,
.admin-enquiry__header .admin-header-meta--created,
.admin-enquiry__header .admin-header-meta--approved,
.admin-enquiry__header .admin-header-meta--rejected,
.admin-enquiry__header .admin-header-meta--date,
.admin-account__header .admin-header-meta--created,
.admin-account__header .admin-header-meta--approved,
.admin-account__header .admin-header-meta--rejected,
.admin-account__header .admin-header-meta--date,
.admin-warranty__header .admin-header-meta--created,
.admin-warranty__header .admin-header-meta--approved,
.admin-warranty__header .admin-header-meta--rejected,
.admin-warranty__header .admin-header-meta--date {
    margin-left: 20px;
}

.admin-order__header .admin-header-meta--closed,
.admin-enquiry__header .admin-header-meta--closed,
.admin-account__header .admin-header-meta--closed,
.admin-warranty__header .admin-header-meta--closed {
    margin-left: 80px;
}

.admin-order__header .admin-header-meta--type,
.admin-enquiry__header .admin-header-meta--type,
.admin-account__header .admin-header-meta--type,
.admin-warranty__header .admin-header-meta--type {
    margin-left: 50px;
}

.admin-order__header .admin-header-meta--id,
.admin-enquiry__header .admin-header-meta--id,
.admin-account__header .admin-header-meta--id,
.admin-warranty__header .admin-header-meta--id {
    margin-left: 75px;
}

.page-template-tpl-admin-create-enquiry .admin-enquiry__header .admin-header-meta,
.page-template-tpl-admin-enquiry-detail .admin-enquiry__header .admin-header-meta,
.page-template-tpl-admin-create-order .admin-order__header .admin-header-meta {
    margin-top: 18px;
}

.admin-order__form,
.admin-enquiry__form {
    border-top: none;
    margin-bottom: 40px;
}

.page-template-tpl-admin-enquiry-detail .admin-enquiry__header > div .admin-header-meta:first-child,
.page-template-tpl-admin-warranty-detail .admin-enquiry__header > div .admin-header-meta:first-child {
    margin-left: 20px;
}

/*
.admin-account__form {
	padding: $base-spacing-unit * 2;
}
*/
.admin-order .product-group {
    padding-left: 10px;
    padding-right: 10px;
}

.admin-order .add-product__link {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: 3px dashed #d4d9dd;
    border-radius: 5px;
    padding: 120px 5px 80px;
    color: #919ba2;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.admin-order .add-product__link:hover {
    text-decoration: none;
}

.admin-order .add-product__label span {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

.account-selector, .product-selector, .product-range-selector {
    display: none;
    box-sizing: border-box;
}

.account-selector form,
.product-selector form,
.product-range-selector form {
    width: 100%;
    padding: 20px;
}

.account-selector label,
.product-selector label,
.product-range-selector label {
    display: block;
}

.account-selector select,
.product-selector select,
.product-range-selector select {
    display: block;
    width: 100%;
}

.account-selector .account-selector__body,
.account-selector .product-selector__body,
.product-selector .account-selector__body,
.product-selector .product-selector__body
.product-range-selector .product-selector__body {
    overflow: hidden;
}

.account-selector .product-selector__body,
.product-selector .product-selector__body,
.product-range-selector .product-selector__body {
    min-height: 150px;
}

.account-selector .account-selector__body,
.product-selector .account-selector__body,
.product-range-selector .account-selector__body
{
    min-height: 190px;
}

.account-selector .account-selector__footer,
.account-selector .product-selector__footer,
.product-selector .account-selector__footer,
.product-selector .product-selector__footer,
.product-range-selector .account-selector__footer,
.product-range-selector .product-selector__footer
{
    padding-top: 20px;
    text-align: right;
}

.account-selector button,
.product-selector button,
.product-range-selector button {
    background-color: #00275d;
    border-color: #00275d;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 3px;
}

.account-selector button:hover,
.product-selector button:hover,
.product-range-selector button:hover {
    background-color: #001c44;
}

.account-selector .chosen-container .chosen-results,
.product-selector .chosen-container .chosen-results,
.product-range-selector .chosen-container .chosen-results
{
    max-height: 99px;
}

.admin-order .gform_wrapper,
.admin-account .gform_wrapper,
.admin-enquiry .gform_wrapper,
.admin-warranty .gform_wrapper {
    margin: 0;
    max-width: 100%;
}

.admin-warranty .gform_wrapper {
    padding: 35px 30px;
}

.admin-warranty__form .gform_wrapper,
.sectioned-form_wrapper {
    position: relative;
}

.admin-warranty__form .gform_wrapper > .cancel-btn,
.sectioned-form_wrapper > .cancel-btn {
    display: block;
    position: absolute;
    top: -62px;
    right: 0;
    border-color: #919ba2;
    background-color: #919ba2;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 18px !important;
    margin: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 15px 40px;
    border: none;
    border-radius: 0;
    height: 61px;
}

.admin-warranty__form .gform_wrapper > .cancel-btn:hover,
.sectioned-form_wrapper > .cancel-btn:hover {
    background-color: #75828b;
}

.sectioned-form {
    position: relative;
}

.sectioned-form .gsection {
    border: none;
}

.sectioned-form .gform_hidden {
    display: none;
}

.sectioned-form .section-wrap {
    box-sizing: border-box;
}

.sectioned-form .section-wrap.layout-one-whole, .sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-half-right, .sectioned-form .section-wrap.layout-third-left, .sectioned-form .section-wrap.layout-third-middle, .sectioned-form .section-wrap.layout-third-right {
    box-sizing: border-box;
    padding: 25px 30px;
}

.sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-third-middle {
    padding-right: 10px;
}

.sectioned-form .section-wrap.layout-half-right, .sectioned-form .section-wrap.layout-third-middle {
    padding-left: 10px;
}

.sectioned-form .section-wrap.layout-half-left, .sectioned-form .section-wrap.layout-third-left, .sectioned-form .section-wrap.layout-one-whole {
    clear: both;
}

.sectioned-form .section-wrap.layout-one-whole {
    width: 100%;
}

.sectioned-form,
.admin-warranty .warranty-application-form {
    position: relative;
}

.sectioned-form .gform_footer,
.admin-warranty .warranty-application-form .gform_footer {
    position: absolute;
    padding: 0;
}

.sectioned-form .gform_footer:after,
.admin-warranty .warranty-application-form .gform_footer:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 20px;
    left: 30px;
    z-index: 1;
    width: auto;
    height: auto;
    visibility: visible;
    overflow: visible;
    line-height: 1.2;
}

.sectioned-form .gform_footer:hover::after,
.admin-warranty .warranty-application-form .gform_footer:hover::after {
    color: #2f9eca;
}

.sectioned-form .gform_footer input[type="submit"],
.admin-warranty .warranty-application-form .gform_footer input[type="submit"] {
    margin-right: 0;
    border: none;
    border-radius: 0;
    height: 60px;
    padding-left: 60px;
}

.sectioned-form .gform_footer .gform_ajax_spinner,
.admin-warranty .warranty-application-form .gform_footer .gform_ajax_spinner {
    padding: 0 10px;
    display: block;
    position: absolute;
    left: -180px;
    top: 20px;
}

.sectioned-form .gform_footer {
    bottom: -60px;
    display: inline-block;
    width: auto;
}

.admin-warranty .warranty-application-form .gform_footer {
    top: -95px;
    right: -31px;
}

.admin-warranty__form .gform_wrapper > .cancel-btn {
    right: 118px;
}

.admin-order .sectioned-form .section-wrap.layout-third-left, .admin-order .sectioned-form .section-wrap.layout-third-middle, .admin-order .sectioned-form .section-wrap.layout-third-right {
    border-top: 1px solid #d4d9dd;
}

.admin-account .sectioned-form .section-wrap.layout-half-left, .admin-account .sectioned-form .section-wrap.layout-half-right,
.admin-enquiry .sectioned-form .section-wrap.layout-half-left,
.admin-enquiry .sectioned-form .section-wrap.layout-half-right {
    border-top: 1px solid #d4d9dd;
}

.export-form label {
    display: block;
    font-weight: 600;
}

.export-form .export-fields__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.export-form .export-fields__list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.export-form .export-fields__list li:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
}

.export-form .export-fields__list input {
    margin-right: 10px;
}

.export-form .export-fields__list label {
    font-weight: normal;
}

.export-form__row {
    margin-bottom: 20px;
}

.export-form__row .export-fields__list li,
.export-form__row select,
.export-form__row textarea,
.export-form__row input[type="text"] {
    width: 60%;
}

.export-form__row input[type="text"],
.export-form__row select,
.export-form__row textarea {
    padding: 10px;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px !important;
    height: 45px;
    border: 1px solid #d4d9dd;
    border-radius: 3px;
}

.export-form__row select {
    height: 35px;
    padding: 5px;
}

.export-form__row textarea {
    height: 9.375em;
}

.export-form__footer {
    padding: 20px 0;
    text-align: left;
}

.export-form__footer button {
    background-color: #00275d;
    border-color: #00275d;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    -webkit-font-smoothing: antialiased;
    font-size: 18px !important;
    margin: 0 20px 0 0;
    color: #fff;
    box-sizing: border-box;
    padding: 15px 40px;
    border-radius: 3px;
}

.export-form__footer button:hover {
    background-color: #001c44;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .admin-menu {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-filter-meta,
    .search-filter-clear {
        text-align: center;
    }

    .search-filter-clear {
        padding-bottom: 20px;
    }

    .export-fields__list li input[type="text"],
    .export-fields__list li select,
    .export-fields__list li textarea,
    .export-form__row input[type="text"],
    .export-form__row select,
    .export-form__row textarea {
        width: 100%;
    }
}

section.info > div,
section.success > div,
section.important > div {
    border-radius: 3px;
    padding: 10px 20px;
    margin: 20px 0;
}

section.info > div p, section.info > div h1, section.info > div h2, section.info > div h3, section.info > div h4, section.info > div h5, section.info > div h6, section.info > div ul, section.info > div ol, section.info > div li,
section.success > div p,
section.success > div h1,
section.success > div h2,
section.success > div h3,
section.success > div h4,
section.success > div h5,
section.success > div h6,
section.success > div ul,
section.success > div ol,
section.success > div li,
section.important > div p,
section.important > div h1,
section.important > div h2,
section.important > div h3,
section.important > div h4,
section.important > div h5,
section.important > div h6,
section.important > div ul,
section.important > div ol,
section.important > div li {
    color: #fff;
}

p.important,
span.important {
    color: #EB3C48;
}

section.important > div {
    background-color: #EB3C48;
}

p.success,
span.success {
    color: #4AA74C;
}

section.success > div {
    background-color: #4AA74C;
}

p.info,
span.info {
    color: #00275d;
}

section.info > div {
    background-color: #00275d;
}

/* =============================================================================
   large / desktop media query
   ========================================================================== */
@media only screen and (min-width: 1024px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
}

.datasheet_container ul {
    margin-bottom: 50px;
    display: inline-block;
    text-align: left;
}

.datasheet_container li {
    background: url(../images/download-icon.png) center left no-repeat;
    list-style: none;
    line-height: 39px;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 10px;

}

.datasheet_container {
    margin-top: 100px;
    margin-bottom: 100px;

}

.datasheet_container h2 {
    margin-bottom: 30px;
}

.trend-heading, .swatch-heading {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}

@media(max-width: 1023px){
    .trend-heading, .swatch-heading {
        font-size: 24px;
    }
}

.trend-image {
    margin-top: 0px;
    max-width: 100%;
    margin-bottom: 15px;
}

/*nth child*/

.trend-copy p{
    font-size: 19px;
}

@media(max-width: 1023px){
    .trend-copy p{
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.single-anchor-heading, .single-anchor-heading-dynamic{
    margin-bottom: 15px;
}

.anchor-heading {
    color: white;
    font-size: 20px;
    text-decoration: none;
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
}

@media(max-width:767px){
    .anchor-heading {
        font-size: 16px;
    }
}


.single-anchor-heading:nth-child(1) .anchor-heading{
    background-color: #175842;
}

.single-anchor-heading:nth-child(2) .anchor-heading{
    background-color: #9F7B53;
}

.single-anchor-heading:nth-child(3) .anchor-heading{
    background-color: #6D3330;
}

.single-anchor-heading:nth-child(4) .anchor-heading{
    background-color: #405B78;
}

@media (max-width: 540px) {
    .single-anchor-heading-dynamic a {
        padding: 10px;
    }
}

@media (min-width:541px) {
    .single-anchor-heading-dynamic {
        display: inline-block;
        width: 130px;
    }
}

@media (min-width: 768px) {
    .single-anchor-heading-dynamic {
        display: inline-block;
        width: 200px;
    }
}

.color-forecast-index {
    text-align: center;
    padding-top: 25px;
    margin-bottom:15px;
}

.color-forecast-subheading {
    font-size: 23px;
    padding-bottom: 20px;
}

@media(max-width: 1023px){
    .color-forecast-subheading {
        font-size: 20px;
    }
}

.single-trend:nth-child(1) .color-forecast-subheading{
    color: #175842;
}

.single-trend:nth-child(2) .color-forecast-subheading{
    color: #9F7B53;
}

.single-trend:nth-child(3) .color-forecast-subheading{
    color: #6D3330;
}

.single-trend:nth-child(4) .color-forecast-subheading{
    color: #405B78;
}

.color-forecast-introduction {
    font-size: 20px;
    color: #002060;
    padding: 15px 0;
}

@media(max-width:767px){
    .color-forecast-introduction{
        font-size: 17px;
    }
}

.all-palette p{
    font-size: 20px;
    margin: 25px 0;
}

.single_swatch{
    margin-top:15px;
}

.single_swatch .product__link{
    max-width: 300px;
}

.color-forecast-heading{
    margin-bottom: 0px !important;
}

@media(max-width:767px){
    .single_swatch .product__link{
        margin: 0 auto 15px;
    }

    .product-group{
        margin-bottom: 0;
    }
}

@media(min-width:768px){
    .color-forecast-heading{
        margin-bottom: 20px !important;
    }
}

.space_sm_top{
    margin-top:30px !important;
}

.search-navigation, .search, #s {
    width: 100%;
}

.search-navigation {
    position: inherit;
}

#search-input {
    padding: 20px;
    width: 100%;
    border: solid;
    border-top: none;
    border-color: #122858;
    box-sizing: inherit;
}

#search-form {
    position: relative;
    width: 100%;

}

.search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border: 0;
    padding: 0;
    font-size: 23px;
    background-color: white;
    margin-right: 53px;
}

.searchwp-live-search-result p {
    border-color: #122858 !important;
}

.searchwp-live-search-result p a {
    text-decoration: none;
}

.searchwp-live-search-results {
    -webkit-box-shadow: 0 0 0px 1px #122858 !important;
    box-shadow: 0 0 0px 1px #122858 !important;
    /*border: 2px solid #122858;*/
    margin-top: -6px;
}

nav.user-nav li {
    float: none;
}

.desktop-search-icon {
    padding: 0 0px;
    max-height: 40px;
}
@media(min-width: 1024px) and (max-width:1150px){
.desktop-search-icon {
    padding: 0 0 0 0;
}
}

@media(min-width: 1024px) {
    .search-bar-wrapper {
        position: absolute;
        top: 158px;
        width: 100%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        transition:opacity 3s;
    }
}

@media(max-width: 1023px) {
    .search-submit{
        margin-right: 5px;
        font-size: 19px;
    }
    .search-submit i{
        display: none;
    }
    #search-input {
        padding: 10px 15px;
        border-top: 3px solid #122858 !important;
    }
}

.extra-margin-wrap-sm{
    margin-bottom: 40px;
}

.header-photo-credit {
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: right;
}

@media (min-width: 768px) {
    .header-photo-credit {
        position: absolute;
        right: 10px;
        margin-bottom: 10px;
        min-height: 100px;
    }
}

a:hover sup{
    text-decoration:none;
}
