@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}

/* ------------------------------------------------------
Variables for easy find and replace


$link:					#1d7fcb;
$link-hover:			#000000;

$second-bg-color: #F6F6F6;
$second-font-color: #707070;
$table-border-color: #D6D6D6;

$body-font:				font-family: 'effra', Helvetica, Arial, sans-serif;;


Table of Contents for search based navigation


**** Box Model Reset

**** Typography
---- Fonts
---- Headings
---- Lists
---- Breadcrumbs
---- Blockquotes
---- HR
---- Text level elements
---- Links


**** Design Patterns
---- Icons
---- Buttons
---- Expando
---- Highlight
---- Site Messages
---- Icon sprite
---- Social list


**** Images


**** Forms
---- Form Errors
---- Submit Bar
---- Search Form
---- Search pagination
---- Captcha


**** Tables
---- Content tables
---- Responsive table
---- No Styles Table


**** Helper classes
---- Clearfix
---- Hiding classes
---- Pseudo elements
---- Floats and positioning
---- Grid system


**** Template Layout
---- Container
---- simple content alignment classes
---- Sections
---- Content Box
---- Header
---- Footer
---- Magnific Popup


**** Widgets
---- Catch all
---- Related Links
---- widget-ImageGallery
---- Simple Image Gallery
---- Children Page Gallery
---- Sponsors module
---- Secure files module
---- Order Form
---- Videos


**** Print styles



------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
    font-size: 62.5%;
}

body {
    line-height: 1.3;
    font-size: 1.6em;
    color: #5b6068;
    font-family: 'effra', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---- Fonts ---- */


/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 1.7rem 0;
    font-family: 'effra', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #8a7b7b;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 3rem;
}


h1, .h1 {
    line-height: 1.2;
    font-size: 2.8rem;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 2.4rem;
    color: #000;
}

h2:after,
.h2:after {
    content: '\00a0';
    display: block;
    height: 4px;
    width: 170px;
    background: #53b7ff;
    margin-top: 20px;
    margin-bottom: 20px;
}


.center-xs h2:after,
.center-xs .h2:after {
    margin-left: auto;
    margin-right: auto;
}

h3, .h3 {
    font-size: 1.9rem;
}

h4, .h4 {
    font-size: 1.8rem;
}

h5, .h5 {
    font-size: 1.7rem;
}

.h3:after,
.h4:after,
.h5:after {
    display: none;
}

.heading-inline {
    display: inline;
    float: left;
    padding: 0;
}

@media screen and (min-width: 48em) {/*  768px */
    h1, .h1 {
        font-size: 3.4rem;
    }

    h2, .h2 {
        font-size: 2.4rem;
    }
    h2:after,
    .h2:after {
        margin-bottom: 30px;
    }

}


@media screen and (min-width: 75em) {/* 1200px */
    h1, .h1 {
        font-size: 5.8rem;
        line-height: 1;
    }

    h2, .h2 {
        font-size: 3.4rem;
    }
    h3, .h3 {
        font-size: 2.4rem;
    }
}

p,
ol,
ul,
dl,
address {
    margin: 0 0 1.5rem;
}

small {
    font-size: 1.28rem;
}


/* ---- Lists ---- */
ul,
ol {
    padding: 0 0 0 2rem;
}

li ul,
li ol {
    margin: 1rem 0;
}

ul.inline,
ol.inline {
    list-style-type: none;
    margin-left: 0;
}
ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}


/* ---- Breadcrumbs ---- */
.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.breadcrumb > li {
    display: inline;
    text-transform: uppercase;
}
.breadcrumb > li:before {
    content: "\003e";
    padding: 0 8px;
}
.breadcrumb > li:first-child:before {
    content: none;
}

@media screen and (min-width: 48em) {/*  768px */
    .breadcrumb {
        margin-bottom: 1.5rem;
    }
}


/* ---- Blockquotes ---- */
blockquote {
    margin: 1.5rem 0;
    padding: 22px 25px 28px;
    background: #53b7ff;
    color: #ffffff;
    font-style: italic;
    position: relative;
    clear: both;
    font-size: 1.1em;
    margin-left: -8px;
    margin-right: -8px;
}

blockquote *:last-child {
    margin-bottom: 0;
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 13rem;
    display: block;
    height: 25px;
    width: 50px;
    color: #1d7fcb;
    font-style: italic;
    line-height: 10px;
    font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
}

blockquote:before {
    content: '\201C';
    top: 38px;
    left: -8px;
}

blockquote:after {
    content: '\201D';
    bottom: -36px;
    right: 18px;
}

@media screen and (min-width: 48em) {/* 768px */
    blockquote {
        padding: 22px 5vh 25px;
    }
    .blockquote--left {
        float: left;
        width: 45%;
        margin-left: 0px;
        margin-right: 20px;
        clear: right;
    }

    .blockquote--right {
        float: right;
        width: 45%;
        margin-left: 20px;
        margin-right: 0px;
        clear: left;
    }
}


/* ---- HR ---- */
hr {
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
    clear: both;
}


/* ---- Text level elements ---- */
abbr[title] {
    border-bottom: 1px dotted #c6bfbf;
    cursor: help;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

ins {
    background-color: #f6f6f6;
    color: #473f3f;
    text-decoration: none;
}

mark {
    background-color: #f6f6f6;
    color: #473f3f;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: 'Monaco', 'Courier New', monospace;
    color: #484040;
    background: #efefef;
    background: rgba(0, 0, 0, .07);
    padding: 0 2px;
    margin: 0 -2px;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}


/* ---- Links ---- */
a {
    color: #ff5069;
    transition: color 180ms ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #1180cb;
}

.sidebar a {
    word-break: break-all;
    word-break: break-word;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}

/* Include file type and size in document links */
a.document::after {
    content: " (" attr(data-ext) " " attr(data-size) ")";
}

/* Disable fax and similar links you don't want on phone link auto detection */
/* a */.iphone-no-link {
    color: inherit !important;
    text-decoration: inherit !important;
    cursor: inherit !important;
    pointer-events: none !important;
}

/* Hide tel links on mobile */

@media screen and (min-width: 75em) {/* 1200px */
    a[href^="tel"] {
        text-decoration: inherit;
        color: inherit;
    }
}

/* - Bolder text link - */

.bold-text-link {
    color: #53b7ff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid rgba(17,128,203,0);
    padding-bottom: 4px;
    transition: all 180ms ease-in-out;
}

.bold-text-link:hover,
.bold-text-link:focus,
.bold-text-link:active {
    border-bottom: 2px solid rgba(17,128,203,1);
}


.bold-text-link:after {
    content: "\00a0\003e";
}


/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Icons ---- */

.icon {
    display: block;
    width: 25px;
    height: 25px;
    background: no-repeat center top;
    text-indent: -999em;
    overflow: hidden;
}

.icon--location {
    background-image: url(../images/icon_map-blue.svg);
}

.icon--mail {
    background-image: url(../images/icon_mail.svg);
}

.icon--phone {
    background-image: url(../images/icon_phone.svg);
    background-size: 18px auto;
}

.icon--fax {
    background-image: url(../images/icon_fax.svg);
}

.icon--email {
    background-image: url(../images/icon_email.svg);
}



/* ---- Background colours ---- */

/* White */
.bg-white {
    background-color: #fff;
}

/* Light grey */
.bg-lightgrey {
    background-color: #f0f0f3;
}

/* Navy blue */
.bg-navyblue {
    background-color: #1c1f23;
    color: #fff;
}

/* Dark */
.bg-dark {
    background-color: #2b3038;
    color: #fff;
}

/* Orange */
.bg-orange {
    background-color: #F77450;
}

/* blue */
.bg-blue {
    background-color: #4ea6e6;
}

/* red */
.bg-red {
    background-color: #ee2841;
}

/* light-red */
.bg-light-red {
    background-color: #ef605b;
}

/* light-blue */
.bg-light-blue {
    background-color: #53b7ff;
}




/* ---- Text Colours ---- */

.text-white {
    color: #ffffff;
}

.text-white a {
    color: inherit;
}
.text-white a:hover,
.text-white a:focus,
.text-white a:active {
    color: inherit;
}

/* subtle links */
.subtle-links a {
    color: inherit;
    text-decoration: none;
}
.subtle-links a:hover,
.subtle-links a:focus,
.subtle-links a:active {
    color: inherit;
    text-decoration: underline;
}


/* ---- Buttons ---- */
.button {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    background-color: #EE2841;
    text-decoration: none;
    border-radius: 0px;
    border: none;
    outline: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'effra', Helvetica, Arial, sans-serif;
    transition: background 200ms ease-in-out, color 200ms ease-in-out;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #1180cb;
    color: #fff;
}


/* Small */
.button,
.button.button-small {
    font-size: 1.4rem;
    padding: 8px 10px 8px;
    line-height: 1.2;
}


@media screen and (min-width:  48em) { /* 768px */
    /* Regular */
    .button {
        padding: 12px 18px 12px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .button.button-large {
        font-size: 1.9rem;
        padding: 14px 26px;
    }
}

.button.document {
    background-color: #4ea6e6;
    background-image: url(../images/icon_download-document.svg);
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 21px auto;
    padding-left: 41px;
}

.button.document:hover,
.button.document:focus,
.button.document:active {
    background-color: #1180cb;
}



/* Orange */
.button.button-orange {
    background-color: #F77450;
    color: #fff;
}
.button.button-orange.icon-before:before,
.button.button-orange.icon-after:after {
    color: #CC4925;
}
.button.button-orange:hover,
.button.button-orange:focus {
    background-color: #E45E3A;
    color: #fff;
}

/* Red */
.button.button-red {
    background-color: #ee2841;
    color: #fff;
}
.button.button-red.icon-before:before,
.button.button-red.icon-after:after {
    color: #A22B2B;
}
.button.button-red:hover,
.button.button-red:focus {
    background-color: #1180cb;
    color: #fff;
}

/* Grey */
.button.button-grey {
    background-color: #D0D3DA;
    color: #24292f;
}
.button.button-grey.icon-before:before,
.button.button-grey.icon-after:after {
    color: #81848A;
}
.button.button-grey:hover,
.button.button-grey:focus {
    background-color: #BCBFC5;
    color: #24292f;
}

/* Blue */
.button.button-blue {
    background-color: #4ea6e6;
    color: #fff;
}
.button.button-blue.icon-before:before,
.button.button-blue.icon-after:after {
    color: rgba(255,255,255,0.5);
}
.button.button-blue:hover,
.button.button-blue:active,
.button.button-blue:focus {
    background-color: #1180cb;
    color: #fff;
}

/* Blue */
.button.button-light-blue {
    background-color: #53b7ff;
    color: #fff;
}
.button.button-light-blue.icon-before:before,
.button.button-light-blue.icon-after:after {
    color: rgba(255,255,255,0.5);
}
.button.button-light-blue:hover,
.button.button-light-blue:active,
.button.button-light-blue:focus {
    background-color: #4ea6e6;
    color: #fff;
}

/* Block */
.button-block {
    display: block;
    width: 100%;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
    border: none;
    opacity: 0.4;
    cursor: default;
    box-shadow: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Inline buttons */
.inline-buttons .button {
    margin-right: 8px;
    float: left;
}
.inline-buttons .button:last-child {
    margin-right: 0;
}

/* right */
.inline-buttons.inline-buttons-right {
    text-align: right;
}
.inline-buttons.inline-buttons-right .button {
    margin-right: 0;
    margin-left: 8px
}
.inline-buttons.inline-buttons-right .button:first-child {
    margin-left: 0;
}


/* ---- Expando ---- */
.expando-opener-para,
.expando-opener-heading {
    color: #5b6068;
    position: relative;
    margin-left: 1em; /* aligns the arrows with the edge of the paragraph */
    transition: all 180ms ease-in-out;
}

.expando-opener-heading:hover {
    color: #1d7fcb;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
    content:"\003e ";
    display: inline-block;
    transition: all 150ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Keeps the text from wrapping under arrows */
    position: absolute;
    right: 100%;
    width: 1em;
}

.expando-opener-heading.expanded:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 30% 56%;
    -ms-transform-origin: 30% 56%;
    transform-origin: 30% 56%;
}

.expando {
    margin-left: 2.2em;  /* aligns close link with header paragraph */
}


/* ---- Highlight ---- */
.highlight,
.highlight--right,
.highlight--left {
    margin: 0 0 1.5rem;
    padding: 30px;
    background: #f6f6f6;
    clear: both;
}

@media screen and (min-width: 1000px) {
    .highlight--left {
        float: left;
        width: 45%;
        margin-right: 20px;
        clear: right;
    }

    .highlight--right {
        float: right;
        width: 45%;
        margin-left: 20px;
        clear: left;
    }
}

.highlight *:last-child,
.highlight--right *:last-child,
.highlight--left *:last-child {
    margin-bottom: 0;
}

.text-columns {
    -webkit-columns: 122px 2;
        columns: 122px 2;
        -webkit-column-gap: 25px;
        column-gap: 25px;
}

@media screen and (min-width: 48em) {/*  768px */
    .text-columns {
        -webkit-columns: 260px 4;
            columns: 260px 4;
            -webkit-column-gap: 25px;
            column-gap: 25px;
    }
}


/* ---- Site Messages ---- */
ul.messages {
    list-style: none;
    margin: 16px 0 25px;
    padding: 0;
}
ul.messages li {
    margin: 0 0 15px;
    padding: 10px 20px;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
}
ul.messages .error {
    background: #E04D4D;
    border-left: 4px solid #B72323;
    color: #FFF !important;
}
ul.messages .confirm {
    color: #FFF !important;
    background: #6DBB5A;
    border-left: 4px solid #439230;
}
ul.messages a {
    color: #FFF;
}

/* ---- Icon System ---- */
.bg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: no-repeat center center;
    background-size: contain;
}

.bg-icon--search {
    background-image: url(../images/icon-system/icon_search.svg);
}


/* ---- Social list ---- */
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-list .icon {
    font-size: 3.5rem;
}
.social-list__item a {
    color: inherit;
    display: block;
}

/* Inline */
.social-list.social-list--inline .social-list__item {
    display: inline-block;
}

/* ---- Block list ---- */
.block-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.block-list li {
    border-top: 1px solid rgba(0,0,0,0.2);
}
.block-list a {
    display: block;
    text-decoration: none;
    padding: 7px 0;
}


/* ------------------------------------------------------
**** Images
------------------------------------------------------ */

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

/* ---- Base styles ---- */
.field-element {
    margin-bottom: 13px;
}
@media screen and (min-width:  48em) { /* 768px */
    .field-element {
        margin-bottom: 21px;
    }
}

.field-element:before,
.field-element:after {
    content: " ";
    display: table;
}

.field-element:after {
    clear: both;
}

.field-input .textbox,
.field-input select {
    display: block;
    width: 100%;
    outline: none;
    line-height: normal;
    padding: 11px 20px 10px;
    -webkit-appearance: none;
}
.field-input .textbox,
.field-input select,
.field-element--fileselector .fs-preview-wrapper {
    line-height: 1.4;
    border: 1px solid #CED2DC;
    border-radius: 0px;
    background-color: #EEF0F3;
}

/* ---- Inline ---- */
.field-elements-inline:before,
.field-elements-inline:after {
    content: " ";
    display: table;
}

.field-elements-inline:after {
    clear: both;
}
.field-elements-inline .field-element {
    float: left;
    margin-right: 1%;
}
.field-elements-inline .field-element:last-child {
    margin-right: 0;
}

/* Button */
.field-elements-inline .field-element--button {
    margin-top: 29px;
}
.field-elements-inline .field-element--button.field-element--inline-no-label {
    margin-top: 0;
}

/* Add top margin to make empty space for margins */
.field-element--inline-with-label {
    margin-top: 29px;
}

/* ---- White ---- */
.field-element.field-element--white .field-input .textbox,
.field-element.field-element--white .field-input select,
.field-element--white.field-element--fileselector .fs-preview-wrapper {
    background-color: #fff;
}


/* ---- Sizes ---- */

/* Small */
.field-element .field-input .textbox,
.field-element .field-input select,
.field-element--fileselector .fs-preview-wrapper,
.field-element.field-element--small .field-input .textbox,
.field-element.field-element--small .field-input select,
.field-element.field-element--small.field-element--fileselector .fs-preview-wrapper {
    font-size: 1.6rem;
    padding: 5px 15px 3px;
}


@media screen and (min-width:  48em) { /* 768px */
    /* Regular */
    .field-element .field-input .textbox,
    .field-element .field-input select,
    .field-element.field-element--fileselector .fs-preview-wrapper {
        padding: 10px 20px 8px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--large .field-input .textbox,
    .field-element.field-element--large .field-input select,
    .field-element.field-element--large.field-element--fileselector .fs-preview-wrapper {
        font-size: 1.8rem;
        padding: 12px 25px 11px;
    }
}

/* ---- Disabled ---- */
.field-element.field-element--disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.field-element.field-element--disabled .textbox[disabled],
.field-element.field-element--disabled select[disabled],
.field-element.field-element--disabled button[disabled],
.field-element.field-element--disabled input[type="checkbox"] + label,
.field-element.field-element--disabled input[type="radio"] + label {
    cursor: not-allowed;
}

/* ---- Caps ---- */
.field-element--caps .textbox,
.field-element--caps select {
    text-transform: uppercase;
}

/* ---- Fieldset ---- */
.field-element fieldset {
    border: none;
    padding: 0;
    margin: 0;
}


/* ---- Labels and legends ---- */
.field-label,
.fieldset__legend {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'effra', Helvetica, Arial, sans-serif;
}

/* Instead of h3s */
.label.heading {
    margin: 30px 0px 20px;
    padding: 8px 8px 8px 0px;
    border-bottom: 1px solid #E2E2E2;
}

/* Hidden labels */
.field-element--hidden-label .field-label,
.field-element--hidden-label .fieldset__legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ---- Required ---- */
.field-label__required {
    text-indent: -9999px;
    line-height: 0;
    display: inline-block;
}

.field-label__required:after {
    content: "*";
    text-indent: 0;
    display: block;
    line-height: inherit;
}


/* ---- Field helpers ---- */
.field-helper {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1em;
}

.field-label .field-helper {
    margin-top: 0.3em;
    margin-bottom: 0;
}

/* ---- Attach wrapper ---- */
.field-element-attach-wrapper {
    position: relative;
}
.field-element-attach-wrapper__button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 0 5px 5px 0;
    background: #d7dce0;
    border: none;
    outline: none;
    padding: 0 8px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
}
.field-element-attach-wrapper__button .bg-icon {
    width: 1.25em;
    height: 1.25em;
}
.field-element-attach-wrapper__button:hover,
.field-element-attach-wrapper__button:active,
.field-element-attach-wrapper__button:focus {
    background-color: #c8cdd2;
}
.field-element-attach-wrapper .field-element .field-input .textbox,
.field-element-attach-wrapper .field-element .field-input select {
    padding-right: 55px;
}

.field-element-attach-wrapper--small .field-element-attach-wrapper__button .icon,
.field-element-attach-wrapper__button .icon {
    font-size: 2.7rem;
    margin-top: 2px;
}

/* White */
.field-element-attach-wrapper.field-element-attach-wrapper--white .field-element-attach-wrapper__button {
    background-color: #eaecf1;
}
.field-element-attach-wrapper.field-element-attach-wrapper--white .field-element-attach-wrapper__button:hover,
.field-element-attach-wrapper.field-element-attach-wrapper--white .field-element-attach-wrapper__button:active,
.field-element-attach-wrapper.field-element-attach-wrapper--white .field-element-attach-wrapper__button:focus {
    background-color: #e1e3e8;
}

/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element-attach-wrapper__button .icon {
        font-size: 3.1rem;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    .field-element-attach-wrapper--large .field-element-attach-wrapper__button .icon {
        font-size: 3.4rem;
        margin-top: 4px;
    }
}


/* ---- Field errors ---- */
.field-element.field-element--error  .field-input .textbox,
.field-element.field-element--error  .field-input select {
    background-color: #f7eaec;
}
.field-error__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.field-error__list__item {
    color: #fff;
    background: #E04D4D;
    padding: 10px 20px;
    margin: 11px 0;
    border-left: 6px solid #b72323;
}

/* ---- Text area ---- */
textarea {
    resize: vertical;
}

/* ---- Range ---- */
.field-element.field-element--range .field-input .textbox {
    -webkit-appearance: slider-horizontal;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none !important;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}


/* ---- Selects ---- */
.field-element .field-input select {
    -moz-appearance: none;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    padding-right: 55px;
}
.field-element .field-input select[multiple] {
    background-image: none;
    padding-right: 20px;
}

.field-element select::-ms-expand,
.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
    display: none;
}

/* Multiple selects */
.field-element.field-element--select.field-element--select--multiple select {
    padding: 8px 8px;
    background-image: none;
}

.field-element.field-element--select.field-element--select--multiple option {
    padding: 6px 10px;
}

/* Small */
.field-element .field-input select,
.field-element.field-element--small .field-input select {
    background-position: top -262px right -104px, top -447px right -92px;
}
.field-element .field-input select,
.field-element.field-element--small .field-input select,
.field-element.field-element--large .field-input select {
    padding-right: 55px;
}


/* White + Small */
.field-element.field-element--white .field-input select,
.field-element.field-element--small.field-element--white .field-input select {
    background-position: top -262px right -104px, top -607px right -92px;
}

/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element .field-input select {
        background-position: top -257px right -104px, top -447px right -92px;
    }
    /* White */
    .field-element.field-element--white .field-input select {
        background-position: top -257px right -104px, top -607px right -92px;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--large .field-input select {
        background-position: top -253px right -104px, top -447px right -92px;
    }
    /* White + Large */
    .field-element.field-element--large.field-element--white .field-input select {
        background-position: top -253px right -104px, top -607px right -92px;
    }
}


/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
    font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label {
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="checkbox"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    position: relative;
    top: 3px;
    background-color: #EEF0F3;
    border: 1px solid #CED2DC;
    margin-left: -34px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: 6px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
    padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
    margin-left: 0;
    margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
    left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
    margin-left: 4px;
}


/* -- Checkboxes -- */

/* Box */
.field-element input[type="checkbox"]:checked + label:before {
    border-radius: 1px;
}

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after,
.field-element.field-element--small input[type="checkbox"]:checked + label:after {
    content: " ";
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top -702px left 1px;
    width: 17px;
    height: 17px;
    margin: -2px 0 0 -1px;
}

.field-element.field-element--checkboxlist--columns .field-element__input-set {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
    border-radius: 12px;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"]:checked + label:after,
.field-element.field-element--small input[type="radio"]:checked + label:after {
    left: 6px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #58595B;
}

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
    background-color: #FFF;
}


/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element input[type="checkbox"] + label:before,
    .field-element input[type="radio"] + label:before {
        width: 24px;
        height: 24px;
        margin-right: 13px;
        top: 4px;
    }

    .field-element input[type="checkbox"]:checked + label:after {
        background-position: top -731px left 0;
        width: 23px;
        height: 23px;
        margin: 0;
    }

    /* Radio outer */
    .field-element input[type="radio"] + label:before {
        border-radius: 12px;
    }

    /* Radio dot (pseudo element) */
    .field-element input[type="radio"]:checked + label:after {
        left: 7px;
        top: 11px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--large input[type="checkbox"] + label:before,
    .field-element.field-element--large input[type="radio"] + label:before {
        width: 30px;
        height: 30px;
        margin-right: 16px;
        top: 9px;
    }

    .field-element.field-element--large input[type="checkbox"]:checked + label:after {
        background-position: top -759px left 1px;
        width: 29px;
        height: 29px;
        margin: 4px 0 0 -1px;
    }

    /* Radio outer */
    .field-element input[type="radio"] + label:before {
        border-radius: 15px;
    }
    .field-element.field-element--large input[type="radio"]:checked + label:after {
        left: 9px;
        top: 18px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
}

/* ---- Color picker ---- */

/* Small */
.field-element.field-element--colorpicker .textbox.colorpicker,
.field-element.field-element--colorpicker.field-element--small .textbox.colorpicker {
    padding: 2px 7px;
    height: 32px;
    width: 38px;
}

/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element.field-element--colorpicker .textbox.colorpicker {
        padding: 3px 8px;
        height: 42px;
        width: 49px;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    .field-element.field-element--colorpicker.field-element--large .textbox.colorpicker {
        padding: 4px 10px;
        height: 50px;
        width: 60px;
    }
}

/* ---- Money ---- */
.field-element.field-element--money .field-input .textbox {
    padding-left: 55px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -447px left 0;
}

.field-element.field-element--money .field-input {
    position: relative;
}
.field-element.field-element--money .field-input .money-symbol:before {
    content: "\00a4";		/* Generic currency sign */
    position: absolute;
    display: block;
    left: 0;
    color: #58595B;
    font-weight: bold;
    font-size: 19px;
    width: 41px;
    text-align: center;
}
.field-element.field-element--money .field-input .money-symbol--dollar:before {
    content: "$";    /* Dollars */
}
.field-element.field-element--money .field-input .money-symbol--pound:before {
    content: "\00a3";    /* Pounds */
}
.field-element.field-element--money .field-input .money-symbol--yen:before {
    content: "\00a5";    /* Yen */
}
.field-element.field-element--money .field-input .money-symbol--indian_rupee:before {
    content: "\20B9";   /* Indian rupee */
}


/* Small */
.field-element.field-element--money .field-input .textbox,
.field-element.field-element--money.field-element--small .field-input .textbox {
    background-position: top -447px left 0;
}
.field-element.field-element--money .field-input .money-symbol:before,
.field-element.field-element--money.field-element--small .field-input .money-symbol:before {
    top: 4px;
}

/* White */
.field-element--money.field-element--white .field-input .textbox,
.field-element--money.field-element--white.field-element--small .field-input .textbox,
.field-element--money.field-element--white.field-element--large .field-input .textbox {
    background-position: top -607px left 0;
}


/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element.field-element--money .field-input .money-symbol:before {
        top: 9px;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    .field-element.field-element--money.field-element--large .field-input .money-symbol:before {
        top: 14px;
    }
}


/* ---- Time pickers ---- */

.field-element.field-element--timepicker .field-input .textbox {
    padding-left: 55px;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top -170px left 12px, top -447px left 0;
}

/* Timepicker modal */
.ui-timepicker {
    display: block;
    position: absolute;
    height: 200px;
    overflow: auto;
    z-index: 9999 !important;
}

.ui-timepicker-standard {
    background-color: #FFF;
    border: 1px solid #CED2DC;
    display: block;
    margin: 3px 0 0;
    padding: 5px;
    list-style: none outside none;
    border-radius: 4px;
}

.ui-timepicker-standard a {
    color: #24292f;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #EAECF1;
}

.ui-timepicker-standard .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-timepicker-standard .ui-menu-item a {
    display: block;
    padding: 5px 10px;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 3px;
}

.ui-timepicker-hidden {
    display: none;
}


/* Small */
.field-element.field-element--timepicker .field-input .textbox,
.field-element.field-element--timepicker.field-element--small .field-input .textbox {
    background-position: top -175px left 12px, top -447px left 0;
}

/* White + Small */
.field-element.field-element--timepicker.field-element--white .field-input .textbox,
.field-element.field-element--timepicker.field-element--white.field-element--small .field-input .textbox {
    background-position: top -175px left 12px, top -607px left 0;
}

/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element.field-element--timepicker .field-input .textbox {
        background-position: top -170px left 12px, top -447px left 0;
    }
    /* White */
    .field-element.field-element--timepicker.field-element--white .field-input .textbox {
        background-position: top -170px left 12px, top -607px left 0;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--timepicker.field-element--large .field-input .textbox {
        background-position: top -166px left 12px, top -447px left 0;
    }
    /* White + Large */
    .field-element.field-element--timepicker.field-element--white.field-element--large .field-input .textbox {
        background-position: top -166px left 12px, top -607px left 0;
    }
}



/* ---- Date pickers ---- */

/* - Date picker and Date-range picker - */
.field-element.field-element--datepicker .field-input .textbox,
.field-element.field-element--daterangepicker .field-input .textbox {
    padding-left: 55px;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 11px left 12px, top -447px left 0;
}

/* Small */
.field-element.field-element--datepicker .field-input .textbox,
.field-element.field-element--datepicker.field-element--small .field-input .textbox,
.field-element.field-element--daterangepicker .field-input .textbox,
.field-element.field-element--daterangepicker.field-element--small .field-input .textbox {
    background-position: top 6px left 12px, top -447px left 0;
}

/* White + Small */
.field-element.field-element--datepicker.field-element--white .field-input .textbox,
.field-element.field-element--datepicker.field-element--white.field-element--small .field-input .textbox,
.field-element.field-element--daterangepicker.field-element--white .field-input .textbox,
.field-element.field-element--daterangepicker.field-element--white.field-element--small .field-input .textbox {
    background-position: top 7px left 12px, top -607px left 0;
}


/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element.field-element--datepicker .field-input .textbox,
    .field-element.field-element--daterangepicker .field-input .textbox {
        background-position: top 11px left 12px, top -447px left 0;
    }
    /* White */
    .field-element.field-element--datepicker.field-element--white .field-input .textbox,
    .field-element.field-element--daterangepicker.field-element--white .field-input .textbox {
        background-position: top 11px left 12px, top -607px left 0;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--datepicker.field-element--large .field-input .textbox,
    .field-element.field-element--daterangepicker.field-element--large .field-input .textbox {
        background-position: top 15px left 12px, top -447px left 0;
    }
    /* White + Large */
    .field-element.field-element--datepicker.field-element--white.field-element--large .field-input .textbox,
    .field-element.field-element--daterangepicker.field-element--white.field-element--large .field-input .textbox {
        background-position: top 15px left 12px, top -607px left 0;
    }
}


/* - Date/time picker - */
.field-element.field-element--datetimepicker .field-input .textbox,
.field-element.field-element--datetimerangepicker .field-input .textbox {
    padding-left: 55px;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
}

/* Small */
.field-element.field-element--datetimepicker .field-input .textbox,
.field-element.field-element--datetimepicker.field-element--small .field-input .textbox,
.field-element.field-element--datetimerangepicker .field-input .textbox,
.field-element.field-element--datetimerangepicker.field-element--small .field-input .textbox {
    background-position: top -93px left 12px, top -447px left 0;
}

/* White + Small */
.field-element.field-element--datetimepicker.field-element--white .field-input .textbox,
.field-element.field-element--datetimepicker.field-element--small.field-element--white .field-input .textbox,
.field-element.field-element--datetimerangepicker.field-element--white .field-input .textbox,
.field-element.field-element--datetimerangepicker.field-element--small.field-element--white .field-input .textbox {
    background-position: top -93px left 12px, top -607px left 0;
}


/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    .field-element.field-element--datetimepicker .field-input .textbox,
    .field-element.field-element--datetimerangepicker .field-input .textbox {
        background-position: top -88px left 12px, top -447px left 0;
    }

    /* White */
    .field-element.field-element--datetimepicker.field-element--white .field-input .textbox,
    .field-element.field-element--datetimerangepicker.field-element--white .field-input .textbox {
        background-position: top -88px left 12px, top -607px left 0;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    /* Large */
    .field-element.field-element--datetimepicker.field-element--large .field-input .textbox,
    .field-element.field-element--datetimerangepicker.field-element--large .field-input .textbox {
        background-position: top -85px left 12px, top -447px left 0;
    }
    /* White + Large */
    .field-element.field-element--datetimepicker.field-element--white.field-element--large .field-input .textbox,
    .field-element.field-element--datetimerangepicker.field-element--white.field-element--large .field-input .textbox {
        background-position: top -85px left 12px, top -607px left 0;
    }
}


/* Container Appearance */
.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 2px;
    border-radius: 4px;
    width: 278px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup{
    margin-top: -5px;
}

.daterangepicker.dropup:before{
    top: initial;
    bottom:-7px;
    border-bottom: initial;
    border-top: 7px solid #CED2DC;
}

.daterangepicker.dropup:after{
    top: initial;
    bottom:-6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
    display: none;
    border: 1px solid #CED2DC;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    border: 1px solid #E8E8E8;
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
    border: none;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    padding: 2px;
}
.daterangepicker td,
.daterangepicker th.available {
    cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #999;
    background: #fff;
    border-color: #E8E8E8;
}
.daterangepicker td.off.in-range {
    background-color: #F4FAFC;
}
.daterangepicker td.off.active {
    background-color: #AAD8EA;
    color: #FFF;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #EAECF1;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #358AAB;
    border-color: #358AAB;
    color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.yearselect,
.daterangepicker select.monthselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 62px;
    background-color: #FFF;
    outline: none;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 5px 23px 5px 8px;
    border: 1px solid #CED2DC;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top -355px right -119px, top -607px right -115px;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 40%;
}

.daterangepicker select.yearselect {
    width: 44%;
}

.daterangepicker th.month {
    width: auto;
}

/* Previous/Next buttons */
.daterangepicker th.prev .daterangepicker-prev-icon,
.daterangepicker th.next .daterangepicker-next-icon {
    width: 11px;
    height: 17px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.daterangepicker th.prev:hover,
.daterangepicker th.next:hover {
    background: none;
    opacity: 0.8;
}
.daterangepicker th.prev .daterangepicker-prev-icon {
    background-position: top -820px left 0px;
}
.daterangepicker th.next .daterangepicker-next-icon {
    background-position: top -880px left 1px;
}

.daterangepicker th.prev,
.daterangepicker th.next,
.daterangepicker th.month,
.daterangepicker .calendar-table thead tr:first-child th {
    border: none;
    background: none;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
    background-color: #F2F2F5;
}

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #358AAB;
    background-color: rgb(255, 255, 238);
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 7px;
    color: #596474;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

/* Time Picker */
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Predefined Ranges */
.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.daterangepicker .applyBtn {
    background-color: #35ab75;
    color: #FFF;
}
.daterangepicker .applyBtn:hover,
.daterangepicker .applyBtn:focus {
    background-color: #2C9867;
    color: #FFF;
}

.daterangepicker .cancelBtn {
    background-color: #D0D3DA;
    color: #24292F;
}
.daterangepicker .cancelBtn:hover,
.daterangepicker .cancelBtn:focus {
    background-color: #BCBFC5;
    color: #24292f;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto 12px;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 1.3rem;
    background: #EAECF1;
    border: 1px solid #f5f5f5;
    color: #24292F;
    padding: 4px 12px 3px;
    margin-bottom: 7px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.2;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #358AAB;
    border: 1px solid #358AAB;
    color: #fff;
}

/*  Larger Screen Styling */
@media screen and (min-width:  35em) { /* 560px */
    .daterangepicker{
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges,
    .daterangepicker.single .calendar{
        float:left;
    }

    .daterangepicker .calendar.right {
        margin-left: 0;
    }

    .daterangepicker .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker .ranges,
    .daterangepicker .calendar {
        float: left;
    }

}

@media screen and (min-width:  48em) { /* 768px */
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}


/* ---- File upload area ---- */
.file-upload__input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.file-upload__helptext {
    padding-top: 14px;
}
.file-upload__helptext--hidden {
    display: none;
}
.file-upload__helptext__line2 {
    display: block;
    font-size: 1.3rem;
}
.file-upload__helptext p {
    margin: 0;
}
.file-upload__helptext:before {
    content: " ";
    display: block;
    width: 27px;
    height: 32px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: 0 -1317px;
    margin: 0 auto 10px;
}

.file-upload__area {
    cursor: pointer;
    text-align: center;
}
.field-input .textbox.file-upload__area--dragenter {
    border-color: #35ab75;
}

.file-upload__uploads:before,
.file-upload__uploads:after {
    content: " ";
    display: table;
}

.file-upload__uploads:after {
    clear: both;
}
.file-upload__item,
.file-upload__helptext {
    height: 110px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.file-upload__item {
    background-color: #FFF;
    border: 1px solid #ced2dc;
    width: 110px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    cursor: default;
    vertical-align: top;
}

.file-upload__item__remove {
    -webkit-appearance: none;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
.file-upload__item__remove:hover,
.file-upload__item__remove:focus {
    background: rgba(0, 0, 0, 0.7);
}

.file-upload__item__remove:after {
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: 3px -938px;
}
.file-upload__item__remove__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Feedback */
.file-upload__item__feedback__response {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.file-upload__item__feedback__response p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

/* Not image response */
.file-upload__item__feedback__response .file-upload__item__feedback__name {
    font-size: 1.2rem;
    margin: 0 0 5px;
}
.file-upload__item__feedback__size {
    font-size: 1.1rem;
    margin: 0;
}
.file-upload__item__feedback__response--success--not-image {
    padding: 26px 15px 20px;
}
.file-upload__item__feedback__response--success--not-image:before {
    content: " ";
    display: block;
    width: 28px;
    height: 24px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: 0px -1396px;
    margin: 0 auto 10px;
}

/* Image response */
.file-upload__item__feedback__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

/* Error */
.file-upload__item__feedback__response--error {
    padding: 25px 15px 20px;
}
.file-upload__item__feedback__response .file-upload__item__feedback__error__text {
    font-size: 1.2rem;
    white-space: normal;
    overflow: visible;
}
.file-upload__item__feedback__response--error:before {
    content: " ";
    display: block;
    width: 23px;
    height: 24px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: 0px -1473px;
    margin: 0 auto 10px;
}

/* Hover */
.file-upload__item__feedback__hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 33px 15px 20px;
    overflow: hidden;
}
.file-upload__item:hover .file-upload__item__feedback__hover {
    opacity: 1;
}
.file-upload__item__feedback__hover__size {
    font-size: 1.1rem;
}
.file-upload__item__feedback__hover__dimensions {
    font-size: 1.1rem;
}
.file-upload__item__feedback__hover .file-upload__item__feedback__hover__name {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

/* Progress circles */
.file-upload__progress-circle {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.1;
    display: block;
    width: 56px;
    height: 56px;
    padding: 21px 0 0 0;
    margin: 26px auto 0;
    text-align: center;
}
.file-upload__progress-circle__amount {
    z-index: 1;
    position: relative;
}
.file-upload__progress-circle__pie {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.file-upload__progress-circle__pie__piece {
    transition: all 100ms ease-in-out;
}



/* ---- File selector ---- */
.field-element--fileselector .fs-select-button {
    float: left;
    margin-right: 9px;
}

.field-element--fileselector .fs-preview-wrapper {
    background-color: #EEF0F3;
    position: relative;
    overflow: hidden;
    display: block;
}

.field-element--fileselector .fs-filename {
    padding: 10px 15px;
    word-break: break-all;
    overflow: hidden;
    display: block;
}
.field-element--fileselector .fs-file-selected .fs-filename {
    padding-left: 10px;
    padding-right: 38px;
}

.field-element--fileselector .fs-preview {
    width: 39px;
    display: none;
    float: left;
}
.field-element--fileselector .fs-file-selected .fs-preview {
    display: block;
}

.field-element--fileselector .fs-remove {
    display: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    color: #D4D7DE;
    position: absolute;
    right: 6px;
    top: 9px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -1075px left 3px;
    width: 22px;
    height: 22px;
}
.field-element--fileselector .fs-remove:hover,
.field-element--fileselector .fs-remove:focus {background-position: top -1135px left 3px;}
.field-element--fileselector .fs-file-selected .fs-remove {
    display: block;
}


/* Small */
.field-element--fileselector.field-element--small .fs-preview {
    width: 30px;
}
.field-element--fileselector.field-element--small .fs-filename {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 1.4rem;
}
.field-element--fileselector.field-element--small .fs-remove {
    top: 6px;
    background-position: top -964px left 3px;
    width: 20px;
    height: 20px;
}
.field-element--fileselector.field-element--small .fs-remove:hover,
.field-element--fileselector.field-element--small .fs-remove:focus {
    background-position: top -1023px left 3px;
}
.field-element--fileselector.field-element--small .fs-file-selected .fs-filename {
    padding-right: 31px;
}

/* Large */
.field-element--fileselector.field-element--large .fs-preview {
    width: 48px;
}
.field-element--fileselector.field-element--large .fs-filename {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.8rem;
}
.field-element--fileselector.field-element--large .fs-remove {
    top: 14px;
    right: 9px;
}
.field-element--fileselector.field-element--large .fs-file-selected .fs-filename {
    padding-right: 41px;
    padding-left: 20px;
}

/* Popup */
.file-selector-search-wrapper  {
    display: none;
}
.file-selector-search-wrapper.searched  {
    display: block;
}
#file-selector-preview {
    display: block;
    background: #f9f9fb;
    border: 1px solid #E0E3EA;
    margin: 0 0 20px;
    position: relative;
    padding: 20px 25px;
}
.no-results #file-selector-preview {
    display: none;
}
#file-selector-preview .preview-title {
    margin: 0 0 12px;
}
#file-selector-preview .preview-box {
    position: relative;
    height: 150px;
}
#file-selector-preview img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: block;
}

#file-selector-upload .field-element--new-category,
#file-selector-upload.new-category .field-element--select-category {
    display: none;
}
#file-selector-upload.new-category .field-element--new-category,
#file-selector-upload .field-element--select-category {
    display: block;
}

#file-selector-result-wrap {
    max-height: 450px;
    overflow: auto;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}
#file-selector-upload .field-elements-inline,
#file-selector-search .field-elements-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#file-selector-upload .field-elements-inline .field-element--dropdown,
#file-selector-search .field-elements-inline .field-element--dropdown {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#file-selector-upload .field-elements-inline .field-element--text,
#file-selector-search .field-elements-inline .field-element--text {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#file-selector-stats {
    font-size: 1.6rem;
    margin-bottom: 14px;
}
#file-selector-results .file-select-table {
    margin: 0;
    width: 100%;
    border-left: 1px solid #E0E3EA;
    border-right: 1px solid #E0E3EA;
}
#file-selector-results .file-select-table tr {
    border-bottom: 1px solid #D7D7D7;
    cursor: pointer;
}
#file-selector-results .file-select-table tr:last-child {
    border-bottom: 0;
}
#file-selector-results .file-select-table tr:nth-child(odd) {
    background-color: #f9f9fb;
}

/* Hover */
#file-selector-results .file-select-table tr:hover {
    background-color: #ECE9E9;
}

#file-selector-paginate {
    margin-top: 16px;
}
#file-selector-prev {
    float: left;
}
#file-selector-next {
    float: right;
}
#file-selector-results a {
    text-decoration: none;
    color: inherit;
    display: block;
}
#file-selector-results .file-select-table-thumbnail {
    width: 100px;
    padding: 5px 20px;
}
#file-selector-results .file-select-table-text a {
    padding: 27px 25px 27px 0;
}
#file-selector-results .table--content-standard tr:hover td {
    background-color: red;
}

/* ---- Autocomplete ---- */
.ui-autocomplete {
    list-style: none;
    background: #FFFFFF;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #CED2DC;
    border-radius: 4px;
    padding: 3px 0;
    margin: 0;
}
.ui-autocomplete .ui-menu-item {
    padding: 5px 11px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    padding: 5px 11px;
    background: #358AAB;
    color: #FFF;
}


/* ---- Lightweight elements ---- */
.field-element--lightweight {
    margin: 0;
}


/* ---- TinyMCE tweaks ---- */
.mce-panel {
    border-color: #CED2DC !important;
}
.mce-toolbar-grp,
.mce-flow-layout {
    background-color: #EAECF1 !important;
}
.mce-tinymce{
    border-radius: 5px !important;
    overflow: hidden !important;
}
.mce-btn {
    border: 1px solid #EAECF1 !important;
    background-color: #EAECF1 !important;
}
.mce-btn:hover,
.mce-btn:focus{
    color: #333;
    background-color: #DDE0E6 !important;
    border-color: #C6CAD2 !important;
}
.mce-btn.mce-active,
.mce-btn.mce-active:hover{
    background-color: #CED2DC !important;
    border-color: #B5B8C1 !important;
}
.mce-btn:active{
    background-color:#e0e0e0 !important;
    border-color: #ccc !important;
}
.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
    background-color: #358AAB !important;
    color: #FFF !important;
}


/* ---- Submit Bar ---- */
.submit-bar {
    text-align: right;
    background: #F6F6F6;
    padding: 14px;
}

.sidebar .submit-bar {
    padding: 10px 0;
}

.submit-bar a {
    margin-right: 20px;
}


/* ---- Search Form ---- */
.site-search-form {
    margin: 0 0 40px;
}
.search-result {
    border-top: 1px solid #ced2dc;
    margin: 20px 0;
    padding: 20px 0;
}
.search-result p:last-child {
    margin-bottom: 0;
}


/* ---- Search pagination ---- */
.search-paginate {
    padding: 10px 0;
    text-align: center;
}
.search-paginate .page-prev {
    margin: 0 8px 0 0;
}
.search-paginate .page {
    padding: 2px 9px;
    margin: 0 3px;
    background: #eee;
    border: 1px #1d7fcb solid;
    text-decoration: none;
}
.search-paginate .page.on {
    color: #000;
    border-color: #000;
}
.search-paginate .page-next {
    margin: 0 0 0 8px;
}


/* ---- Captcha ---- */
.captcha {
    background-color: #f6f6f6;
    padding: 10px;
    width: 100%;
    border: 1px solid #D7D7D7;
}

.captcha .captcha-info, .captcha .info {
    float: right;
    padding-bottom: 8px;
}
.captcha .captcha-info, .captcha .info a {
    text-decoration: none;
}
.captcha .captcha-info .captcha-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 16px;
}

.captcha .captcha-img {
    width: 200px;
    margin-bottom: 10px;
}

.captcha .captcha-input {
    width: 200px;
}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
}

th,
thead td {
    background: #f6f6f6;
}

/* ---- Content tables ---- */
.table--content-standard {
    width: 100%;
    margin: 2rem 0;
}
.table--content-standard caption {
    text-align: left;
    padding-bottom: 13px;
}
.table--content-standard th,
.table--content-standard thead td {
    font-weight: bold;
    background-color: #F0F0F0;
    font-size: 1.7rem;
}
.table--content-standard td {
    background-color: #FFF;
}
.table--content-standard th,
.table--content-standard td {
    border: 1px solid #d7d7d7;
    padding: 12px 15px;
    text-align: left;
}


/* Small */
.table--content-standard.table--content-small {
    font-size: 1.3rem;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small td {
    padding: 5px 10px;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small thead td {
    font-size: 1.4rem;
}

/* ---- Responsive table ---- */
table.responsive {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
}

/* ---- No Styles Table ---- */
.table__no-styles {
    border-collapse: separate !important;
    border: none !important;
    background: none !important;
    min-width: 0 !important;
}

.table__no-styles th,
.table__no-styles thead td,
.table__no-styles td {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}




/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */
.clear {
    height: 0;
    clear: both;
    display: block;
}

.-clearfix:before,
.-clearfix:after {
    content: " ";
    display: table;
}

.-clearfix:after {
    clear: both;
}


/* ---- Hiding classes ---- */
.-ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.-ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.-hidden {
    display: none !important;
    visibility: hidden;
}

.-vis-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.-invisible {
    visibility: hidden;
}

/* ---- Pseudo elements ---- */

/* Angle Brackets */
.-r-arrow-after:after {
    content: "\00a0\003e";
}
.-r-arrow-before:before {
    content: "\003e\00a0";
}
.-l-arrow-after:after {
    content: "\00a0\003c";
}
.-l-arrow-before:before {
    content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
    content: "..";
}
.ellipsis-3:after {
    content: "...";
}

/* ---- Floats and positioning ---- */

.left {
    margin: 0 30px 30px -7vh;
    float: left;
}

.right {
    margin: 0 -7vh 30px 30px;
    float: right;
}

.center {
    display: block;
    margin: 30px auto
}

.block {
    margin: 0 0 30px;
    display: block;
}

@media screen and (max-width: 600px) {
    .left,
    .center,
    .right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: block;
        float: none;
    }
}

/* ---- Grid system ---- */
.grid:before,
.grid:after {
    content: " ";
    display: table;
}

.grid:after {
    clear: both;
}

.grid-col {
    float: left;
    margin-right: 1.754385964912%;
}
.grid-col:last-child,
.grid-col.grid-col-last-in-row {
    margin-right: 0;
}

/* Reverse */
.grid.grid-reverse .grid-col {
    float: right;
    margin-right: 0;
    margin-left: 1.754385964912%;
}
.grid.grid-reverse .grid-col:last-child,
.grid.grid-reverse .grid-col.grid-col-last-in-row {
    margin-left: 0;
}

/* 2 col grid */
.grid-2-cols .grid-col:nth-child(2n+2) {
    margin-right: 0;
}
/* 3 col grid */
.grid-3-cols .grid-col:nth-child(3n+3) {
    margin-right: 0;
}
/* 4 col grid */
.grid-4-cols .grid-col:nth-child(4n+4) {
    margin-right: 0;
}

/* 1 col */
.grid-col-1 {
    width: 6.725146198830%;
}
/* 2 col */
.grid-col-2 {
    width: 15.204678362573%;
}
/* 3 col */
.grid-col-3 {
    width: 23.684210526316%;
}
/* 4 col */
.grid-col-4 {
    width: 32.163742690058%;
}
/* 5 col */
.grid-col-5 {
    width: 40.643274853801%;
}
/* 6 col */
.grid-col-6 {
    width: 49.122807017544%;
}
/* 7 col */
.grid-col-7 {
    width: 57.602339181287%;
}
/* 8 col */
.grid-col-8 {
    width: 66.081871345029%;
}
/* 9 col */
.grid-col-9 {
    width: 74.561403508772%;
}
/* 10 col */
.grid-col-10 {
    width: 83.040935672515%;
}
/* 11 col */
.grid-col-11 {
    width: 91.520467836257%;
}
/* 12 col */
.grid-col-12 {
    width: 100%;
    margin-right: 0;
}

/* BP 1 */
@media screen and (max-width: 1200px) {

    /* 1 col */
    .grid-col-1-bp1 {
        width: 6.725146198830%;
    }
    /* 2 col */
    .grid-col-2-bp1 {
        width: 15.204678362573%;
    }
    /* 3 col */
    .grid-col-3-bp1 {
        width: 23.684210526316%;
    }
    /* 4 col */
    .grid-col-4-bp1 {
        width: 32.163742690058%;
    }
    /* 5 col */
    .grid-col-5-bp1 {
        width: 40.643274853801%;
    }
    /* 6 col */
    .grid-col-6-bp1 {
        width: 49.122807017544%;
    }
    /* 7 col */
    .grid-col-7-bp1 {
        width: 57.602339181287%;
    }
    /* 8 col */
    .grid-col-8-bp1 {
        width: 66.081871345029%;
    }
    /* 9 col */
    .grid-col-9-bp1 {
        width: 74.561403508772%;
    }
    /* 10 col */
    .grid-col-10-bp1 {
        width: 83.040935672515%;
    }
    /* 11 col */
    .grid-col-11-bp1 {
        width: 91.520467836257%;
    }
    /* 12 col */
    .grid-col-12-bp1 {
        width: 100%;
        margin-right: 0;
    }
}

/* BP 2 */
@media screen and (max-width: 900px) {

    /* 1 col */
    .grid-col-1-bp2 {
        width: 6.725146198830%;
    }
    /* 2 col */
    .grid-col-2-bp2 {
        width: 15.204678362573%;
    }
    /* 3 col */
    .grid-col-3-bp2 {
        width: 23.684210526316%;
    }
    /* 4 col */
    .grid-col-4-bp2 {
        width: 32.163742690058%;
    }
    /* 5 col */
    .grid-col-5-bp2 {
        width: 40.643274853801%;
    }
    /* 6 col */
    .grid-col-6-bp2 {
        width: 49.122807017544%;
    }
    /* 7 col */
    .grid-col-7-bp2 {
        width: 57.602339181287%;
    }
    /* 8 col */
    .grid-col-8-bp2 {
        width: 66.081871345029%;
    }
    /* 9 col */
    .grid-col-9-bp2 {
        width: 74.561403508772%;
    }
    /* 10 col */
    .grid-col-10-bp2 {
        width: 83.040935672515%;
    }
    /* 11 col */
    .grid-col-11-bp2 {
        width: 91.520467836257%;
    }
    /* 12 col */
    .grid-col-12-bp2 {
        width: 100%;
        margin-right: 0;
    }
}

/* BP 3 */
@media screen and (max-width: 768px) {

    /* 1 col */
    .grid-col-1-bp3 {
        width: 6.725146198830%;
    }
    /* 2 col */
    .grid-col-2-bp3 {
        width: 15.204678362573%;
    }
    /* 3 col */
    .grid-col-3-bp3 {
        width: 23.684210526316%;
    }
    /* 4 col */
    .grid-col-4-bp3 {
        width: 32.163742690058%;
    }
    /* 5 col */
    .grid-col-5-bp3 {
        width: 40.643274853801%;
    }
    /* 6 col */
    .grid-col-6-bp3 {
        width: 49.122807017544%;
    }
    /* 7 col */
    .grid-col-7-bp3 {
        width: 57.602339181287%;
    }
    /* 8 col */
    .grid-col-8-bp3 {
        width: 66.081871345029%;
    }
    /* 9 col */
    .grid-col-9-bp3 {
        width: 74.561403508772%;
    }
    /* 10 col */
    .grid-col-10-bp3 {
        width: 83.040935672515%;
    }
    /* 11 col */
    .grid-col-11-bp3 {
        width: 91.520467836257%;
    }
    /* 12 col */
    .grid-col-12-bp3 {
        width: 100%;
        margin-right: 0;
    }
}

/* BP 4 */
@media screen and (max-width: 600px) {

    /* 1 col */
    .grid-col-1-bp4 {
        width: 6.725146198830%;
    }
    /* 2 col */
    .grid-col-2-bp4 {
        width: 15.204678362573%;
    }
    /* 3 col */
    .grid-col-3-bp4 {
        width: 23.684210526316%;
    }
    /* 4 col */
    .grid-col-4-bp4 {
        width: 32.163742690058%;
    }
    /* 5 col */
    .grid-col-5-bp4 {
        width: 40.643274853801%;
    }
    /* 6 col */
    .grid-col-6-bp4 {
        width: 49.122807017544%;
    }
    /* 7 col */
    .grid-col-7-bp4 {
        width: 57.602339181287%;
    }
    /* 8 col */
    .grid-col-8-bp4 {
        width: 66.081871345029%;
    }
    /* 9 col */
    .grid-col-9-bp4 {
        width: 74.561403508772%;
    }
    /* 10 col */
    .grid-col-10-bp4 {
        width: 83.040935672515%;
    }
    /* 11 col */
    .grid-col-11-bp4 {
        width: 91.520467836257%;
    }
    /* 12 col */
    .grid-col-12-bp4 {
        width: 100%;
        margin-right: 0;
    }
}

/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
    margin: 0;
}

html,
body {
    background: #1c1f23;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}


/* ---- Container ---- */
.container {
    width: 88%;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (min-width:  48em) { /* 768px */
    .container {
        width: 92%;
    }
}

/* ---- simple content alignment classes ---- */

/*
For use fix flexgrid or when you don't need anything else
The breakpoints align with flexgrid breakpoints

*/

/* - right - */

.col--right-align {
    text-align: right;
}

@media screen and (min-width:  48em) { /* 768px */
    .col-sm--right-align {
        text-align: right;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    .col-md--right-align {
        text-align: right;
    }
}

@media only screen and (min-width: 75em) { /* 1200px */
    .col-lg--right-align {
        text-align: right;
    }
}

/* - left - */

.col--left-align {
    text-align: left;
}

@media screen and (min-width:  48em) { /* 768px */
    .col-sm--left-align {
        text-align: left;
    }
}

@media only screen and (min-width: 62em) { /* 992px */
    .col-md--left-align {
        text-align: left;
    }
}

@media only screen and (min-width: 75em) { /* 1200px */
    .col-lg--left-align {
        text-align: left;
    }
}


/* ---- Sections ---- */
.section {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Small */
.section--small {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Large */
.section--large {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 23.75em) { /* 380px */
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section--small {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section--large {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media screen and (min-width:  48em) { /* 768px */
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section--small {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section--large {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* ---- Blocks ---- */

/* like sections, but using margin instead of padding */

.block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-mb {
    margin-bottom: 20px;
}

.block-large {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-mb-large {
    margin-bottom: 20px;
}

@media screen and (min-width: 23.75em) { /* 380px */
    .block-large {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .block-mb-large {
        margin-bottom: 25px;
    }
}
@media screen and (min-width:  48em) { /* 768px */
    .block-large {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-mb-large {
        margin-bottom: 30px;
    }
}


/* ---- Content Box ---- */

.box {
    padding: 20px 15px;
}

@media screen and (min-width: 23.75em) { /* 380px */
    .box {
        padding: 20px;
    }
}
@media screen and (min-width:  48em) { /* 768px */
    .box {
        padding: 30px;
    }
}

.box > *:last-child {
    margin-bottom: 0;
}

#wrap {
    line-height: 1.4;
    font-size: 1.7rem;
}

@media screen and (min-width: 87.5em) {/* 1400px */
    #wrap {
        line-height: 1.65;
        font-size: 2rem;
    }
}

/* ---- Header ---- */

.pre-header .button {
    height: 54px;
    font-size: 1.7rem;
}

.pre-header__lhs {
    display: none;
}

.button--member {
    padding-left: 0;
    padding-right: 44px;
    background: transparent;
    background-image: url(../images/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: auto 1em;
    transition: background 200ms ease-in-out,
        padding-left 200ms ease-in-out,
        color 200ms ease-in-out;
    pointer-events: auto;
}

.hide-header-button {
    animation: fadeOut 300ms ease;
    animation-fill-mode: forwards;
    pointer-events: none;
}

/* Fade in */
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
        display: initial;
	}
	99% {
		opacity: 0;
        display: initial;
	}
    100% {
        opacity: 0;
		display: none;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
        display: initial;
	}
	99% {
		opacity: 0;
        display: initial;
	}
    100% {
        opacity: 0;
		display: none;
	}
}

.show-header-button {
    animation: fadeIn 300ms ease;
    animation-fill-mode: forwards;
}

/* Fade in */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
		display: none;
	}
	1% {
		opacity: 0;
        display: initial;
	}
	100% {
		opacity: 1;
        display: initial;
	}
}
@keyframes fadeIn {
    0% {
        opacity: 0;
		display: none;
	}
	1% {
		opacity: 0;
        display: initial;
	}
	100% {
		opacity: 1;
        display: initial;
	}
}

.button--member:hover,
.button--member:focus,
.button--member:active {
    padding-left: 18px;
}

.button--preheader-search {
    background: #53b7ff;
    background: url(../images/icon_search.svg) no-repeat 30px center;
    padding: 17px 40px 17px 60px;
}

.button--preheader-search:hover,
.button--preheader-search:focus,
.button--preheader-search:active {
    background-color: #1180cb;
}

.button--preheader-donate {
    padding: 17px 40px;
    float: right;
    text-transform: uppercase;
}

.col-xs--preheader-donate {
    max-width: 180px;
}

.col-xs--preheader-phoneno {
    min-width: 375px;
}

.preheader-phoneno {
    background: url(../images/icon_phone-red.svg) no-repeat left center;
    padding-left: 40px;
    border-left: 0px;
    padding-top: 5px;
    line-height: 1.15;
    font-size: 1.4rem;
    height: 54px;
    float: right;
}

.preheader-phoneno:first-child {
    background: none;
    padding-left: 25px;
    margin-left: 20px;
    position: relative;
}

.preheader-phoneno:first-child:before {
    content: '\00a0';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,.5);
}

.preheader-phoneno__link {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 46.25em) {/*  740px */
    .col-xs--preheader-search {
        display: none;
    }
    .col-xs--preheader-donate {
        display: none;
    }
    .preheader-phoneno {
        float: left;
        margin-left: 20px;
    }

    .preheader-phoneno:first-child:before {
        display: none;
    }

    .preheader-phoneno:first-child {
        background: url(../images/icon_phone-red.svg) no-repeat left center;
        padding-left: 40px;
        float: right;
        padding-right: 20px;
    }
}

@media screen and (max-width: 25.625em) {/*  410px */
    .preheader-phoneno:first-child {
        background: none;
        padding-left: 0px;
    }
}

@media screen and (max-width: 23.75em) {/*  380px */
    .preheader-phoneno:first-child {
        display: none;
    }
}



@media screen and (min-width: 1181px) { /*  mobile switch */
    .header {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 330px;
        padding-top: 54px;
    }

    .pre-header {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 54px;
        z-index: 999;

        display: flex;
    }

    .pre-header__lhs {
        display: block;
        width: 331px;
    }

    .pre-header__lhs .button {
        display: flex;
        align-items: center;
        position: relative;
        background-image: url(../images/icon_arrow_right.svg);
        background-repeat: no-repeat;
        background-position: center right 20px;
    }

    .pre-header__rhs {
        flex: 1 1 auto;
        max-width: calc(100% - 331px);
    }

    .pre-header__wrap {
        height: 100%;
    }

    .content {
        padding-top: 54px;
        padding-left: 330px;
    }
}


.header__logo {
    padding: 15px 0 20px;
    max-width: 105px;
    margin: auto;
}

.home .header__logo {
    max-width: 145px;
}

.header__logo a {
    display: block;
}

.header__logo__img {
    width: 180px;
    height: auto;
}


@media screen and (min-width: 30em) {/* 480px */
    .header__logo {
        max-width: 145px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1181px) { /*  mobile switch */
    .header__logo {
        padding: 60px 10% 0;
        height: 210px;
        max-width: none;
        text-align: center;
    }
    .home .header__logo {
        max-width: none;
    }

}



/* ---- Nav ---- */
.section--nav {
    padding-top: 0;
    padding-bottom: 0;
}

.banner {
    background-image: url(../images/bnr-fallback_inner_960x290.jpg);
    color: #ffffff;
    min-height: 100px;
    padding: 2vh 0;
    background-size: cover;
    background-position: right center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.banner > .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

@media screen and (min-width:  30em) { /* 480px */
    .background {
        background-image: url(../images/bnr-fallback_inner_1450x315.jpg);
    }
}
@media screen and (min-width:  48em) { /* 768px */
    .banner {
        min-height: 210px;
    }

    .banner > .container {
        height: calc(210px - 4vh); /* IE10 flex bug workaround */
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 75em) {/*  1200px */
    .banner {
        min-height: 303px;
    }
    .banner > .container {
        height: calc(303px - 4vh); /* IE10 flex bug workaround */
    }
}

/* ---- Hero banner ---- */

.section--hero-banner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.hero-banner-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1c1f23;
}

.hero-banner-slider__slide {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-banner__img {
    width: 100%;
}

.hero-banner__text {
    padding: 20px 0;
    font-size: 110%;
    line-height: 1.3;
}

.hero-banner__heading {
    color: #fff;
    margin-bottom: 0;
}

.hero-banner__heading:after {
    margin-top: 10px
    margin-bottom: 0px;
}

.hero-banner__text .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.hero-banner__text .container p:last-child {
    margin-bottom: 0;
}

.hero-banner__navigation {
    position: relative;
    margin: 0 0 0 0;
}

@media screen and (max-width:  61.9375em) { /* 991px */
    .hero-banner__navigation {
        display: none !important;
    }
}


.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(83,183,255,1) no-repeat center center;
    background-size: 20px auto;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 100;
    border: 0;
    text-indent: 999em;
    overflow: hidden;
    opacity: 1;
    transition: background 200ms ease-in-out;
    cursor: pointer;
    border: 4px solid rgb(83,183,255);
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    background-color: rgba(83,183,255,.15);
}

.slick-prev {
    right: 50px;
    background-color: rgba(38,55,75,1);
    border: 4px solid rgb(38,55,75);
    background-image: url(../images/icon_arrow_left.svg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
    background-color: rgba(38,55,75,.15);
}


.slick-next {
    background-image: url(../images/icon_arrow_right.svg);
}

@media screen and (min-height: 42.5em) {/*  680px */
    .hero-banner-slider__slide {
        max-height: 80vh;
    }
}


@media screen and (min-width:  48em) { /* 768px */



    .hero-banner__navigation,
    .hero-banner__text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        color: #FFF;
        padding: 7.2% 8.8%;
    }

    .hero-banner__navigation {
        bottom: auto;
    }

    .hero-banner__text {
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: calc(7.2% + 60px);
    }

    .hero-banner__navigation__list {
        list-style: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: -1rem;
        margin-left: -1rem;
        justify-content: space-between;
    }

    .hero-banner__navigation__list li {
        padding-right: 2rem;
        padding-left: 2rem;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .hero-banner__navigation__list__button {
        height: 100%;
        width: 100%;
        line-height: 1.2;
        padding: 0 0 5px 0;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        border: 0px;
        color: #ffffff;
        background: transparent;
        border-bottom: 4px solid rgba(255,255,255,.3);
        cursor: pointer;
    }

    .slick-active .hero-banner__navigation__list__button {
        color: #53b7ff;
        border-color: #53b7ff;
    }

    .hero-banner__heading {
        margin-top: 25px;
        font-size: 4.4rem;
        line-height: 1;
    }

    .hero-banner__heading:after {
        margin-top: 18px;
        margin-bottom: 15px;
    }
    .slick-arrow {
        width: 70px;
        height: 70px;
        background-size: 26px auto;
    }
    .slick-prev {
        right: 70px;
    }

}

@media screen and (min-width: 87.5em) {/* 1400px */


    .hero-banner__text .container {
        padding-right: 16%;
    }
    .hero-banner__text {
        padding: calc(7.2% + 70px) 8.8% 7.2%;

    }
    .hero-banner__heading {
        font-size: 5.7rem;
        line-height: 1.1;
    }
    .slick-arrow {
        width: 98px;
        height: 98px;
        background-size: 37px auto;
    }
    .slick-prev {
        right: 98px;
    }
}




/* ---- Promo ---- */
.promo-list {
    margin-top: 20px;
}
.promo {
    padding: 0;
    background: #2b3038;
}
.promo:nth-child(2n) {
    background: #1c1f23;
}
.promo__inner {
    height: 100%;
}
.promo__img img {
    width: 100%;
}
.promo__content {
    padding: 20px 25px;
}


@media screen and (min-width:  48em) { /* 768px */
    .promo-list {
        margin-top: 30px;
    }
    .promo {
        margin-bottom: 0;
    }
    .promo__content {
        padding: 25px 30px;
    }
}



/* ---- Calendar List ---- */


.calendar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #53b7ff;
}


.calendar-list__item {
    border-bottom: 2px solid #53b7ff;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

@media screen and (min-width: 62em) {/* 992px */
    .calendar-list {
        border: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .calendar-list__item {
        border: 0px;
        width: 33.33%;
        flex: 1 1 33.33%;
    }
}

.calendar-list__date {
    line-height: 36px;
    background: #53b7ff;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4rem;

    /*-ms-flex: 1 1 150px;  This breaks it in IE, don't use it */
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
        flex: 1 1 150px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;


    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar-list__date span {
    display: block;
    min-width: 100px;
}

.calendar-list__date__day {
    font-size: 4.6rem;
}

.calendar-list__title {
    background: #ebeaee;
    color: #5b6068;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.2;
    padding: 22px 30px 15px;
    width: 100%;
}

.calendar-list__title__link {
    margin-top: 12px;
    display: inline-block;
}


/* ---- Donation Promo ---- */

.donation-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.donation-promo__image {
    display: none;
}

.donation-promo__text {
    background: #ebeaee;
    flex: 1 1 66.66%;
    padding: 20px 30px 15px;

    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}

.donation-promo__text__heading {
    margin-bottom: 0;
}


@media screen and (min-width: 37.5em) {/* 600px */
    .donation-promo__image {
        display: inline-flex;
        width: 33.333333333%;
        flex: 1 1 33.33%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .donation-promo__text .button-large {
        margin-top: 15px;
    }
}

@media screen and (min-width: 48em) {/* 768px */
    .donation-promo__image {
        width: 33.333333333%;
        flex: 1 1 33.33%;
        min-width: 350px;
    }
    .donation-promo__text {
        padding: 20px 2.66vw 30px;
    }
}


/* ---- Footer ---- */

.footer {
    background: #000;
}

.footer-contact-row {
    position: relative;
}

.footer-subscribe {
    color: inherit;
    background-color: #2b3038;

    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    height: 100%;
}

.footer-contact {
    position: relative;
}

.footer-contact,
.footer-subscribe {
    padding: 30px 20px;
}

.footer-contact__heading {
    color: inherit;
    margin-top: 1.33em;
}

.footer-contact__heading:after {
    display: none;
}

.footer-contact__logos--acnc {
    width: 80px;
}

.footer-contact__logos--ases {
    height: 80px;
    width: auto;
}

.footer-contact__logos--31-years {
    height: 80px;
    width: auto;
}

.footer-contact__logos .row {
    gap: 1.6rem;
    margin-top: 1.6rem;
}


@media screen and (min-width: 48em) {/*  768px */
    .footer-contact {
        position: relative;
        height: 100%;
    }

    .footer-contact__heading {
        margin-top: 0;
    }

    .footer-contact__logos {
        margin-top: auto;
    }

    .footer-contact__logos--acnc {
        width: 120px;
    }

    .footer-contact__logos--ases {
        height: 120px;
    }

    .footer-contact__logos--31-years {
        height: 120px;
    }
}

@media screen and (min-width: 62em) {/* 992px */
    .footer-contact__logos--acnc {
        width: 92px;
    }

    .footer-contact__logos--ases {
        height: 92px;
    }

    .footer-contact__logos--31-years {
        height: 92px;
    }

    .txt-db--md {
        display: block;
    }

    .footer-contact__heading {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 75em) { /* 1200px */

    .footer-contact__logos--acnc {
        width: 112px;
    }

    .footer-contact__logos--ases {
        height: 112px;
    }

    .footer-contact__logos--31-years {
        height: 112px;
    }
}

/* mailchimp signup */
#mc_embed_signup{
    color: inherit;
    width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 1;
    flex: 0 1 100%;
    margin-bottom: 2rem;
}

#mc_embed_signup form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

#mc_embed_signup h2 {
    margin-top: 0 !important;
}

#mc_embed_signup .button {
    display: inline-block !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer !important;
    line-height: 1 !important;
    color: #fff !important;
    background-color: #EE2841 !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: 'effra', Helvetica, Arial, sans-serif !important;
    transition: background 200ms ease-in-out, color 200ms ease-in-out !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 0 !important;
    min-height: 1px !important;
}

@media screen and (min-width: 48em) {/*  768px */
    .footer-contact {
        padding: 30px;
        font-size: 1.7rem;
        line-height: 1.4;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (min-width: 62em) {/* 992px */
    #mc_embed_signup{
        margin-bottom: 0;
    }

    #mc_embed_signup h2.footer-contact__heading {
        font-size: 24px;
    }
}

.contact-list {
    list-style: none;
    padding: 0 0 0 3.5rem;
    margin-bottom: 1.5em;
}
.contact-list__item {
    position: relative;
}
.contact-list__item__icon {
    position: absolute;
    top: 2px;
    left: -3.5rem;
}

.footer-map {
    overflow: hidden;
}

.footer-map__img {
    display: block;
    cursor: pointer;
    background-image: url(../images/img_map-centered.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1160px auto;
    height: 100%;
    width: 100%;
    min-height: 240px;
}

@media screen and (min-width: 48em) {/* 768px */
    .footer-map__img {
        background-size: 1400px auto;
    }
}

.footer-disclaimer {
    font-size: 1.5rem;
    padding: 15vh 20px 5vw 20px;
    position: relative;
    background: url(../images/bg_disclaimer-large.jpg) no-repeat center center;
    background-size: cover;
}

.footer-disclaimer__anchor-top {
    position: absolute;
    top: 0;
    right: 0;
}

.anchor-top {
    width: 56px;
    height: 56px;
    display: block;
    background: #53b7ff no-repeat center center;
    background-image: url(../images/icon_arrow-up.svg);
}

.footer-disclaimer-copyright {
    font-weight: bold;
}


@media screen and (min-width: 30em) {/* 480px */
    .footer-disclaimer {
        padding: 15vh 30% 2vw 2.66%;
        background-image: url(../images/bg_disclaimer-large.jpg);
    }
    .footer-disclaimer-copyright {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 48em) {/*  768px */
    .footer-disclaimer {
        padding-left: 30px;
    }
}

@media screen and (min-width: 62em) {/* 992px */
    .footer-disclaimer {
        padding-right: 50%;
    }
}

/* ---- social listings ---- */
.footer__socials {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    margin-top: auto;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0;
}

.footer__socials li {
    display: block;
    width: 32px;
    height: 32px;
    -ms-flex: 0 1 32px;
    -webkit-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer__socials a {
    opacity: 0.8;
    -webkit-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

@supports(display: block) {
    .footer__socials a {
        display: block;
    }
}

.footer__socials a:hover,
.footer__socials a:focus {
    opacity: 1;
}

svg.youtube {
    margin-top: 4px;
}

/* ---- Magnific Popup ---- */
.mfp-content {
	background-color: #fff;
    margin: 0 auto;
}

.mfp-image-holder .mfp-content {
    max-width: 1000px;
}

.mfp-ajax-holder .mfp-content {
    padding: 50px;
    max-width: 700px;
}

.mfp-entry-popup .mfp-content {
	max-width: 580px;
	padding: 25px;
	border-radius: 6px;
}

.mfp-close {
	opacity: 1;
	font-size: 36px;
	line-height: 42px;
	right: -20px;
	left: auto;
	top: -20px;
}

.mfp-close:active {
    top: 10px;
}

.mfp-close-btn-in .mfp-close,
button.mfp-close {
	color: #6d7c87;
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding-right: 0;
	border-radius: 20px;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.15), -2px 2px 20px rgba(0,0,0,0.3);
    top: -20px;
    right: -20px;
    opacity: 1;
}

.mfp-image-holder .mfp-close {
	padding-right: 7px;
}

.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:focus,
button.mfp-close:hover,
button.mfp-close:focus {
	background-color: #fff;
	opacity: 1;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.25), -2px 2px 20px rgba(0,0,0,0.35);
}

/* Generic style for all widgets */

.widget h3.widget-title {

}


/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in separate partial file

------------------------------------------------------ */

/* ---- Catch all ---- */
.sidebar .widget {
    margin-bottom: 25px;
}


/* ---- Simple Image Gallery ---- */
.widget-GallerySimple {
    margin: 15px -10px;
}

.widget-GallerySimple h3 {
    padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
    width: 33.333%;
    padding: 10px;
    float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
    width: 100%;
}




/* ---- widget-ImageGallery ---- */

.widget-ImageGallery .thumb {
    background: #000;
    display: block;
    position: relative;
}

.widget-ImageGallery .thumb:after {
    content: '\00a0';
    transition: opacity 200ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon_search.svg) rgba(0,0,0,.35) no-repeat center center;
    background-size: 30px auto;
    opacity: 0;
}

.widget-ImageGallery .image-gallery-thumb:hover .thumb:after {
    opacity: 1;
}

.widget-ImageGallery .image-gallery-thumb img {
    /*transition: opacity 200ms ease-in-out;*/
}

.widget-ImageGallery .image-gallery-thumb:hover img {
    /*opacity: 0.75;*/
}


/* ---- Children Page Gallery ---- */
.children-gallery-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-ChildrenGallery .children-gallery-list-item {
    width: 48%;
    float: left;
    margin: 0 0 20px 4%;
    position: relative;
}

.widget-ChildrenGallery .children-gallery-list-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover {
    text-decoration: underline;
}

.widget-ChildrenGallery .children-gallery-list-item-image {
    margin-bottom: 9px;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover .children-gallery-list-item-image {
    opacity: 0.9;
}

.widget-ChildrenGallery .children-gallery-list-item-title {
    margin: 0;
}

.widget-ChildrenGallery .children-gallery-list-item-anchor {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Uncomment if you want "Visit Page" button to appear on hover state
.widget-ChildrenGallery .children-gallery-list-item-link:hover .children-gallery-list-item-anchor {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
padding: 0;
position: absolute;
width: 100%;
top: 56px;
left: 0;
text-align: center;
}
.widget-ChildrenGallery .children-gallery-list-item-anchor .button {
margin: 0 auto;
display: inline-block;
}
*/

@media screen and (max-width: 600px) {
    .widget-ChildrenGallery .children-gallery-list-item:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
}

@media screen and (min-width: 601px) and (max-width: 730px) {
    .widget-ChildrenGallery .children-gallery-list-item {
        width: 30.666666%;
    }
    .widget-ChildrenGallery .children-gallery-list-item:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
}

@media screen and (min-width: 731px) {
    .widget-ChildrenGallery .children-gallery-list-item {
        width: 22%;
    }
    .widget-ChildrenGallery .children-gallery-list-item:nth-child(4n+1) {
        margin-left: 0;
        clear: left;
    }
}


/* ---- Events ---- */

/* events listings */
.event-list__item__date {
    padding-top: 12px;
    padding-bottom: 10px;
}

.event-list__item__date__no-date {
    padding-top: 6px;
    padding-bottom: 8px;
}

.calendar-list__date .event-list__item__date__no-date,
.event-list__item__date .event-list__item__date__no-date {
    line-height: 1;
}

/* events page */
.event-detail__location__heading {
    padding: 0 20px;
    margin-bottom: 0px;
}
.event-detail__location__detail {
    padding: 0 20px 20px;
    margin: 0;
}




/* ---- Share links ---- */
.share-links {
    margin: 0 0 20px;
}
.share-link {
    display: inline-block;
    margin: 0 5px 0 0;
}
.share-link:last-child {
    margin-right: 0;
}
.share-link a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    position: relative;
}
.share-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 22px;
}
.share-link a:hover {
    opacity: 0.9;
}


/* Facebook */
.share-link.share-link--facebook a {
    background-color: #3e5b98;
}

/* Twitter */
.share-link.share-link--twitter a {
    background-color: #4da7de;
}

/* Email */
.share-link.share-link--email a {
    background-color: #444;
}

/* LinkedIn */
.share-link.share-link--linkedin a {
    background-color: #3371b7;
}

/* ---- Sponsors module ---- */

.sponsors-list__item-link {
    text-decoration: none;
}

.sponsors-list__img-wrap {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    position: relative;
    margin-bottom: 8px;
    transition: border-color 250ms ease-in-out;
}

.sponsors-list__item-link:hover .sponsors-list__img-wrap {
    border: 1px solid #444;
}

.sponsors-list__img-wrap:before {
    content: "";
    display: block;
    padding-top: 100%; 	/* initial ratio of 1:1*/
}

.sponsors-list__img-wrap__vert-center {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.sponsors-list-item__image {
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
}

/* ---- Secure files module ---- */
.section__securefile__info {
    position: relative;
}
.secure_files__file-list__item {
    background: #ebeaee;
    color: #5b6068;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.2;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
}
.secure_files__file-list__item p {
    margin-bottom: 0;
    float: left;
    padding: 10px 20px 0 0;
}

.secure_files__file-list__item .button.button-red:hover,
.secure_files__file-list__item .button.button-red:focus {
    background-color: #D80F2A;
    color: #fff;
}

.securefile-link__info:after {
    content: "\00a0\003e";
}

.secure_files__file-list__item__buttons {
    float: left;
    margin-top: 5px;
}
.securefile-link {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
.securefile__info .row {
    margin-left: 0;
    margin-right: 0;
}
.securefile__info .securefile-info__details__row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.securefile-link__icon__img {
    height: 2em;
    width: auto;
    padding-left: 0.5em;
}

.securefile-info__button {
    min-width: 180px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

.securefile-info__list {
    list-style-type: none;
    padding: 0;
}
.securefile-info__list__catagories li{
    list-style-type: none;
    display: inline-block;
    background-color: #53b7ff;
    color: #fff;
    font-size: 0.75em;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
}

.securefile__info {
    position: relative;
    padding-bottom: 56px;
}

.securefile__info h2 {
    line-height: 1em;
}

.securefile-info__filename {
    display: block;
    font-size: 1.6rem;
    color: #5b6068;
    font-weight: normal;
}

.filename__title {
    text-transform: uppercase;
}

.securefile__info .field-label,
.securefile__info .fieldset__legend {
     margin-bottom: 0;
}

.securefile__info h3 {
    margin: 0 0 0 0;
    color: #000;
}

.securefile__info .securefile-info__details__title {
    margin: 0 0 0.5em 0;
}

.anchor-back {
    background: #53b7ff;
    height: 56px;
    border: none;
    transition: all 200ms ease-in-out;
}
.anchor-back:hover {
    background: #1180cb;
}

.secure-file__anchor-back {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.secure-file__anchor-back__label {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}

.secure-file__anchor-back__label:before {
    content: " ";
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    background-image: url(../images/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
}

@media screen and (min-width:  48em) { /* 768px */
    .secure_files__file-list__item__buttons {
        float: right;
    }
    .securefile-link {
        float: right;
        margin-left: 10px;
    }
    .securefile-info__button {
        min-width: 180px;
        width: 50%;
        padding: 30px 0;
        margin: 30px 0;
    }
    .securefile-info__details {
        padding: 22px 30px;
        background: #ebeaee;
        color: #5b6068;
    }
    .secure-file__anchor-back {
        width: 33%;
        left: 0;
        top: calc(100% - 30px);
    }
    .secure-file__anchor-back__label {
        margin-left: 10px;
    }
    .secure-file__anchor-back--js {
        left: 0;
        width: 146px;
        overflow: hidden;
        top: 0;
        height: 56px;
    }
    .secure-file__anchor-back--js .secure-file__anchor-back__label:before {
        content: " ";
        height: 56px;
    }
    .secure-file__anchor-back--js .anchor-back__label__hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .secure-file__anchor-back--js .secure-file__anchor-back__label {
        margin-left: 10px;
    }
    .securefile__info--js {
        padding-top: 10px;
    }
}

@media screen and (min-width: 75em) {/* 1200px */
    .securefile__info h2 {
        line-height: 0.9em;
    }
    .securefile-info__filename {
        font-size: 0.5em;
    }
}

/* ---- Secure File Parent Page ---- */
.widget-ChildrenPages ul {
    list-style-type: none;
    padding: 0;
}
.widget-ChildrenPages ul li {
    padding: 4px 0;
}
.widget-ChildrenPages ul li a {
    position: relative;
    color: #5b6068;
    text-decoration: none;
    padding: 4px 0;
    transition: all 180ms ease-in-out;
}
.widget-ChildrenPages ul li a:before {
    content: ' ';
    position: absolute;
    top: calc(100% - 0.2em);
    left: 0;
    background-color: #5b6068;
    height: 2px;
    width: 0px;
    transition: all 180ms ease-in-out;
}

.widget-ChildrenPages ul li a:hover:before,
.widget-ChildrenPages ul li a:focus:before,
.widget-ChildrenPages ul li a:active:before {
    background-color: #1180cb;
    width: 100%;
}

.widget-ChildrenPages ul li a:hover,
.widget-ChildrenPages ul li a:focus,
.widget-ChildrenPages ul li a:active {
    color: #1180cb;
}

.widget-ChildrenPages ul li a:after {
    content: "\00a0\003e";
    display: inline-block;
}

/* ---- Order Form ---- */
.widget-OrderForm .product {
    width: 30%;
    margin-right: 5%;
    float: left;
    top: calc(100% - 0.5em);
}
.widget-OrderForm .product:nth-child(3n+3) {
    margin-right: 0;
}

/* ---- Videos ---- */
iframe {
    border: 0px;
}

/*.widget-RichText iframe,*/
.tinymce-media-iframe,
.widget-Video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*.widget-RichText iframe,*/
.tinymce-media-iframe iframe,
.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

.tinymce-media-iframe {
    margin: 2rem 0;
}


/* ---- Map Directions ---- */
.widget-MapDirections .directions-form {
    padding: 20px 25px;
    background: #f0f0f3;
    margin: 25px 0;
}
.widget-MapDirections .directions-list {
    padding: 20px 25px;
    background: #f0f0f3;
    margin: 25px 0;
}


/* ---- reCAPTCHA ---- */
.g-recaptcha {
    padding-bottom: 15px;
}

/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /* Don't show links for images, or javascript/internal links */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
