@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

/* ------------------------------------------------------
**** Breakpoints
------------------------------------------------------ */

/* BP Extra Smaller */
@media screen and (min-width: 18.75em) { /* 300px */

}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */

}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */

}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */

}

/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
    font-size: 62.5%;
}

body {
    line-height: 1.4;
    font-size: 1.6em;
    color: #1d1414;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    body {
        font-size: 1.7em;
    }
}


/* Fonts */

/*

font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-family: 'Anonymous Pro', Helvetica, Arial, monospace;

*/

/* Iconfont */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/fonts/icomoon.eot?5ovlnn');
    src:  url('../fonts/icomoon/fonts/icomoon.eot?5ovlnn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?5ovlnn') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?5ovlnn') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?5ovlnn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-before:before,
.icon-after:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-before.icon-email:before,
.icon-after.icon-email:after {
    content: "\e901";
}
.icon-before.icon-download:before,
.icon-after.icon-download:after {
    content: "\e902";
}
.icon-before.icon-enews:before,
.icon-after.icon-enews:after {
    content: "\e903";
}
.icon-before.icon-search:before,
.icon-after.icon-search:after {
    content: "\e909";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
    content: "\e906";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
    content: "\e90c";
}
.icon-before.icon-pinterest:before,
.icon-after.icon-pinterest:after {
    content: "\e90d";
}
.icon-before.icon-twitter:before,
.icon-after.icon-twitter:after {
    content: "\e910";
}
.icon-before.icon-youtube:before,
.icon-after.icon-youtube:after {
    content: "\e911";
}
.icon-before.icon-home:before,
.icon-after.icon-home:after {
    content: "\e900";
}

.icon-after.icon-feedback:after {
    content: "";
    background: url(../images/icon_feedback-form--v2.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 22px;
    display: inline-block;
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .icon-after.icon-feedback:after {
        width: 24px;
        height: 22px;
    }
}


/* Specific text types */
span.field-info {
    text-transform: uppercase;
     color: #1d1414;
     opacity: 0.66;
     transition: opacity 300ms ease-in-out;
}



/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 1.2rem 0 1.2rem 0;
    line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: normal;
    text-transform: uppercase;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    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 {
    font-size: 3.2rem;
}

h2, .h2 {
    font-size: 2.5rem;
}

h2:before,
.h2:before {
    content: "//\00a0";
    color: #d7c1c1;
}

.mainbar h2,
.mainbar .h2 {
    position: relative;
    padding-left: 62px;
}

.mainbar h2:before,
.mainbar .h2:before {
    width: 62px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Black */
.bg-black h2:before,
.bg-black .h2:before {
    color: #7b6565;
}

/* Blue */
.bg-blue h2:before,
.bg-blue .h2:before {
    color: #a6d7f5;
}


h3, .h3 {
    font-size: 2.3rem;
}

h3:before, .h3:before {
    content: none;
}

h4, .h4 {
    font-size: 2rem;
}

h5, .h5 {
    font-size: 1.8rem;
}

h6, .h6 {
    font-size: 1.6rem;
}

.mainbar h3,
.mainbar .h3 {
color: #564D4D;
}
.mainbar h4,
.mainbar .h4,
.mainbar h5,
.mainbar .h5,
.mainbar h6,
.mainbar .h6 {
    color: #6B6060;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    h1, .h1 {
        font-size: 3.8rem;
    }
    h2, .h2 {
        font-size: 2.9rem;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-bottom: 1.7rem;
    }
    h1, .h1 {
        font-size: 4.2rem;
    }
    h2, .h2 {
        font-size: 3.1rem;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    h1, .h1 {
        font-size: 4.5rem;
    }
    h2, .h2 {
        font-size: 3.3rem;
    }
    h3, .h3 {
        font-size: 2.6rem;
    }
    h4, .h4 {
        font-size: 2.3rem;
    }
    h5, .h5 {
        font-size: 2rem;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    h1, .h1 {
        font-size: 5rem;
    }
    h2, .h2 {
        font-size: 3.8rem;
    }
    h3, .h3 {
        font-size: 3rem;
    }
    h4, .h4 {
        font-size: 2.4rem;
    }

    h5, .h5 {
        font-size: 2.1rem;
    }

    h6, .h6 {
        font-size: 1.8rem;
    }
}



.heading-inline {
    display: inline;
    float: left;
    padding: 0;
}


/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    /* Heading centered */
    .heading-centered {
        text-align: center;
    }
    h2.heading-centered:before,
    .h2.heading-centered:before {
        content: none;
    }
    h2.heading-centered:after,
    .h2.heading-centered:after {
        content: "//";
        color: #d7c1c1;
        display: block;
        margin: 0 0 20px;
    }

    /* Black */
    .bg-black h2.heading-centered:after,
    .bg-black .h2.heading-centered:after {
        color: #7b6565;
    }

    /* Blue */
    .bg-blue h2.heading-centered:after,
    .bg-blue .h2.heading-centered:after {
        color: #a6d7f5;
    }
}

p,
ol,
ul,
dl,
address {
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

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;
}

/* List style 1 */
.list-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style-1 a {
    text-decoration: none;
    color: inherit;
    padding: 7px 0;
    display: block;
}
.list-style-1 a:hover,
.list-style-1 a:focus {
    text-decoration: underline;
    color: inherit;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    ul,
    ol {
        padding: 0 0 0 4rem;
    }
}

/* ---- Breadcrumbs ---- */
h1 + .breadcrumb {
    margin-top: -10px;
}
.breadcrumb {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    color: #aaa2a2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}
.breadcrumb a {
    text-decoration: none;
    color: #1d1414;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb > li:before {
    content: "\003e";
    display: inline-block;
    margin: 0 8px;
}
.breadcrumb > li:first-child:before {
    content: none;
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    h1 + .breadcrumb {
        margin-top: -15px;
    }
}


/* ---- Blockquotes ---- */
blockquote {
    margin: 4rem 0;
    margin-left: 2rem;
    padding: 1px 0 1px 1.25rem;
    border-left: solid 1.25rem #5eabdb;
    font-style: italic;
    position: relative;
    clear: both;
}

blockquote a {
    color: #808080;
    transition: color 200ms ease-in-out;
}

blockquote p {
    line-height: 1.75;
    color: #564D4D;
}

blockquote a:hover {
    color: #dc4d3f;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.mainbar blockquote ul:not([class]) li {
    padding-left: 1.5rem;
    color: #564D4D;
}
.mainbar blockquote ul:not([class]) li:before {
    background: #5eabdb;
    width: 0.75rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    blockquote {
        margin-left: 4rem;
    }
}


/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .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 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
}


/* ---- 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: #dc4d3f;
    word-break: break-word;
}

a:hover,
a:active,
a:focus {
    color: #A1392E;
}

/* 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) ")";
}


/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Background colours ---- */

/* White */
.bg-white {
    background-color: #fff;
}

/* Light grey */
.bg-lightgrey {
    background-color: #f0e7e7;
}

/* Black */
.bg-black {
    background-color: #1d1414;
    color: #f0e7e7;
}
.bg-black h2,
.bg-black .h2 {
    color: #FFF;
}

/* Blue */
.bg-blue {
    background-color: #5eabdb;
    color: #FFF;
}

/* Navy blue */
.bg-navyblue {
    background-color: #2a333e;
    color: #fff;
}
.bg-navyblue a:not(.button) {
    color: #778294;
}
.bg-navyblue a:not(.button):hover,
.bg-navyblue a:not(.button):focus,
.bg-navyblue a:not(.button):active {
    color: #B0B7BF;
}

/* Orange */
.bg-orange {
    background-color: #F77450;
}
.bg-orange,
.bg-orange a:not(.button) {
    color: #fff;
}
.bg-orange a:not(.button):hover,
.bg-orange a:not(.button):focus,
.bg-orange a:not(.button):active {
    color: #f9dcd4;
}

/* Green */
.bg-green {
    background-color: #dc4d3f;
}
.bg-green,
.bg-green a:not(.button) {
    color: #fff;
}
.bg-green a:not(.button):hover,
.bg-green a:not(.button):focus,
.bg-green a:not(.button):active {
    color: #c7eada;
}

/* ---- Buttons ---- */
.button {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #dc4d3f;
    text-decoration: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: bold;
    outline: none;
    position: relative;
    line-height: 1.2;
}


/* Small */
.button,
.button.button-small {
    font-size: 1.4rem;
    padding: 7px 20px;
}

/* Icon */
.button.icon-after,
.button.button-small.icon-after {
    padding-right: 37px;
}
.button.icon-after:after,
.button.button-small.icon-after:after {
    position: absolute;
    top: 4px;
    right: 12px;
    font-size: 2.2rem;
}


/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    /* Regular */
    .button {
        padding: 8px 27px;
        font-size: 2rem;
    }

    .button.icon-after {
        padding-right: 47px;
    }
    .button.icon-after:after {
        top: 8px;
        right: 16px;
        font-size: 2.6rem;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* Large */
    .button.button-large {
        font-size: 2.5rem;
        padding: 13px 37px;
    }

    /* Icon */
    .button.button-large.icon-after {
        padding-right: 65px;
    }
    .button.button-large.icon-after:after {
        top: 10px;
        right: 25px;
        font-size: 3.4rem;
    }
}

/* Lightblue */
.bg-blue .button,
.button.button-lightblue {
    background-color: #a6d7f5;
    color: #1670a8;
}
.button.button-lightblue.icon-before:before,
.button.button-lightblue.icon-after:after,
.bg-blue .button.icon-before:before,
.bg-blue .button.icon-after:after {
    color: #1670a8;
}
.button.button-lightblue:hover,
.button.button-lightblue:focus,
.bg-blue .button:hover,
.bg-blue .button:focus {
    background-color: #97c9e8;
    color: #1670a8;
}

/* Red (default) */
.button,
.button.button-red {
    background-color: #dc4d3f;
    color: #fff;
}
.button.icon-before:before,
.button.icon-after:after,
.button.button-red.icon-before:before,
.button.button-red.icon-after:after {
    color: #fff;
}
.button:hover,
.button.button-red:hover,
.button:focus,
.button.button-red:focus {
    background-color: #ce4335;
    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: #596474;
    color: #fff;
}
.button.button-blue.icon-before:before,
.button.button-blue.icon-after:after {
    color: #2A333E;
}
.button.button-blue:hover,
.button.button-blue:focus {
    background-color: #4D5765;
    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;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* - Inline buttons - */
.inline-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -13px;
    margin-right: -13px;
}
.inline-buttons .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 13px;
    margin-right: 13px;
}


/* Right */
.inline-buttons.inline-buttons--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* ---- Arrow links ---- */
.arrow-link {
    text-decoration: none;
    color: #5eabdb;
    text-transform: lowercase;
}
.arrow-link:after {
    content: "\00a0\003e";
}
.arrow-link:hover {
    color: #a6d7f5;
    text-decoration: underline;
}

/* ---- Expando ---- */
.expando-opener-para,
.expando-opener-heading {
    color: #dc4d3f;
    position: relative;
}
.expando-opener-heading {
    padding-left: 2.25rem;
}
.expando-opener-heading:after {
    content: "[expand]";
    font-size: 1.5rem;
    color: rgba(29,20,20,0.3);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: 8px;
    text-transform: uppercase;
}
/* override soe site specific styles */
.mainbar h2.expando-opener-heading,
.mainbar .h2.expando-opener-heading {
    padding-left: 2.25rem;
}
.mainbar h2.expando-opener-heading:before {
    content: "\003e ";
    display: inline-block;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 100%;
    width: 1em;
    color: #dc4d3f;
}
.mainbar h2.expando-opener-heading.expanded:before {
    color: #ce4335;
    -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%;
}
/* end override */
/* remove excess padding on mobile and with ul lists */
.expando-opener-heading:hover:after {
    color: rgba(29,20,20,0.5);
}
.expando-opener-heading.expanded:after {
    content: "[close]";
}
.expando-opener-para {
    margin: 0;
    padding: 30px;
    background-color: #f6f6f6;
}
.expando.expanded .expando-closer-para {
    margin: 0;
    background-color: #f6f6f6;
}
.expando-opener-para.expanded {
    padding: 0;
}
.expando.expanded {
    background-color: #f6f6f6;
    margin-bottom: 1.5rem;
}
.expando-opener-heading:hover {
    color: #ce4335;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
    content:"\003e ";
    display: inline-block;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Keeps the text from wrapping under arrows */
    position: absolute;
    left: 0;
    width: 1em;
}

a.expando-opener-link:before {
    left: 15px;
}
.expando-closer-link {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.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 {
    padding: 2.25rem;  /* aligns close link with header paragraph */
}
.expando .expando{
    padding: 0;
}
.expando .expando p {
    padding-left: 2.25rem;
}
.expando .expando h4 {
    padding-left: 2.25rem;
}
.expando .expando table p {
    padding-left: 0;
}
.expando ul,
.expando ol {
    padding: 0 0 0 0;
}
.expando ul ul,
.expando ol ol {
    padding-left: 2.25rem;
}
.expando .case-study,
.expando blockquote {
    margin-left: 0;
}
.expando .case-study p,
.expando .expando .case-study p,{
    padding-left: 0;
}
.expando .highlight--right,
.expando .highlight--left {
    padding: 0 30px;
}

@media only screen and (min-width: 37.5em) {
    .expando ul,
    .expando ol {
        padding-left: 2.25rem;
    }
}
@media only screen and (min-width: 80em) {
    .expando-opener-heading {
        padding-left: 3.2rem;
    }
    .mainbar h2.expando-opener-heading,
    .mainbar .h2.expando-opener-heading {
        padding-left: 3.2rem;
    }
    .expando .expando p {
        padding-left: 3.2rem;
    }
    .expando .expando h4 {
        padding-left: 3.2rem;
    }
    .expando ul,
    .expando ol {
        padding-left: 3.2rem;
    }
    .expando ul ul,
    .expando ol ol {
        padding-left: 3.2rem;
    }
    .mainbar .expando ul:not(.breadcrumb) li {
        padding-left: 3.2rem;
    }
    .expando .case-study,
    .expando blockquote {
        padding-left: 2rem;
    }
}


/* ---- Highlight ---- */
.highlight,
.highlight--right,
.highlight--left {
    margin: 0 0 1.5rem;
    padding: 30px;
    background: #f6f6f6;
    clear: both;
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .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;
}

/* ---- Centered Image with Caption ---- */
.image-caption {
    background: none;
    text-align: center;
}

.image-caption p {
    font-weight: bold;
    font-style: italic;
}
.highlight--right .image-caption img.center,
.highlight--left .image-caption img.center {
    margin: 0 auto;
}

/* ---- Case Study Styling ---- */
.case-study {
    background: none;
    margin: 4rem 0;
    margin-left: 2rem;
    padding: 0 0 0 1.25rem;
    border-left: solid 1.25rem #dc4d3f;
    padding-top: 1px;
    padding-bottom: 1px;
}

.case-study p,
.case-study ul,
.case-study li  {
    color: #564D4D;
}


.case-study a {
    color: #808080;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .case-study {
        margin-left: 4rem;
    }
}
/* ---- Site Messages ---- */
.section.section--messages {
    padding-top: 0;
    padding-bottom: 0;
}
ul.messages {
    list-style: none;
    margin: 16px 0;
    padding: 0;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
    border: none !important;
    background: none !important;
}
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 !important;
    border-left: 4px solid #B72323;
    color: #FFF !important;
}
ul.messages .confirm {
    color: #FFF !important;
    background: #6DBB5A !important;
    border-left: 4px solid #439230;
}
ul.messages a {
    color: #FFF;
}

/* ---- Icon sprite ---- */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ---- Social list ---- */
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-list__item a {
    display: block;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    font-size: 3.1rem;
}

/* Facebook */
.social-list__item.social-list__item--facebook a {
    background-color: #3e5b98;
}
.social-list__item.social-list__item--facebook a:hover {
    background-color: #4e6daf;
}

/* Twitter */
.social-list__item.social-list__item--twitter a {
    background-color: #4da7de;
}
.social-list__item.social-list__item--twitter a:hover {
    background-color: #5eb7ec;
}

/* Email */
.social-list__item.social-list__item--email a {
    background-color: #3a3333;
}
.social-list__item.social-list__item--email a:hover {
    background-color: #484242;
}

/* Inline */
.social-list.social-list--inline .social-list__item {
    display: inline-block;
    margin-right: 5px;
}

/* ---- 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,
.field-element-attach-wrapper__button {
    margin-bottom: 13px;
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element,
    .field-element-attach-wrapper__button {
        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: none;
    border-radius: 0;
    background-color: #f0e7e7;
}
input.textbox {
    display: block;
    width: 100%;
    outline: none;
    line-height: normal;
    padding: 5px 10px 5px;
    -webkit-appearance: none;
    border: 1px solid rgba(29, 20, 20, 0.15);
}

/* ---- 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;
}


/* BP small */
@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;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* 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: 16px 25px 15px;
    }
}

/* ---- 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;
}


/* ---- Placeholders ---- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9d9595;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9d9595;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9d9595;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9d9595;
}
.field-element--dropdown--placeholder .field-input select {
    color: #9d9595;
}

/* ---- 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: 'PT Sans', 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 {
    display: flex;
}
.field-element-attach-wrapper .field-element {
    flex: 1 0 auto;
}
.field-element-attach-wrapper__button {
    cursor: pointer;
    flex: 0 0 auto;
}

/* 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 */

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element-attach-wrapper__button .icon {
        font-size: 3.1rem;
        margin-top: 3px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .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);
    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;
}
.field-element .field-input select,
.field-element.field-element--small .field-input select,
.field-element.field-element--large .field-input select {
    padding-right: 55px;
}

/* Responsive */
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element .field-input select {
        background-position: top -257px right -104px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* Large */
    .field-element.field-element--large .field-input select {
        background-position: top -253px right -104px;
    }
}


/* ---- 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: none;
    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: 5px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1d1414;
}

/* 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 */
/* BP small */
@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;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* 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 */
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element.field-element--colorpicker .textbox.colorpicker {
        padding: 3px 8px;
        height: 42px;
        width: 49px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .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: 40px;
    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: #9d9595;
    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: 2px;
}

/* Responsive */
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element.field-element--money .field-input .money-symbol:before {
        top: 7px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .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: 40px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top -170px left 12px;
}

/* 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;
}


/* Responsive */
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .field-element.field-element--timepicker .field-input .textbox {
        background-position: top -170px left 12px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* Large */
    .field-element.field-element--timepicker.field-element--large .field-input .textbox {
        background-position: top -163px left 12px;
    }
}



/* ---- 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: 40px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 11px left 12px;
}

/* 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;
}



/* Responsive */
/* BP small */
@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;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* 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 18px left 12px;
    }
}


/* - Date/time picker - */
.field-element.field-element--datetimepicker .field-input .textbox,
.field-element.field-element--datetimerangepicker .field-input .textbox {
    padding-left: 40px;
    background-image: 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;
}



/* Responsive */
/* BP small */
@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;
    }

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    /* 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 -82px left 12px;
    }
}


/* 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);
    background-repeat: no-repeat, no-repeat;
    background-position: top -355px right -119px;
}

.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: #dc4d3f;
    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;
}

/* BP Smaller */
@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;
    }

}

/* BP small */
@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: #dc4d3f;
}

.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;
    -o-text-overflow: ellipsis;
       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 {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    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: -webkit-box;
    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;
    -webkit-box-flex: 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;
    -webkit-box-flex: 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: 15px;
    margin: 15px 0;
}

.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:first-child {
    border-top: 1px solid transparent;
    margin-top: 0;
}
.search-no-results {
    margin-top: 2em;
}
.search-result p:last-child {
    margin-bottom: 0;
}
.search-form .search-form-column {
    padding: 8px 0;
}
.search-form .search-form-column:before,
.search-form .search-form-column:after,
.search-form input[type="submit"]:before,
.search-form input[type="submit"]:after {
    content: " ";
    display: table;
}
.search-form .search-form-column:after,
.search-form input[type="submit"]:after {
    clear: both;
}
.search-form label[for="fm-search-keyword"],
.search-form label[for="fm-search-date"],
.search-form label[for="fm-search-doctype"],
.search-form label[for="fm-search-category"] {
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: bold;
    text-transform: uppercase;
}
.search-form input,
.search-form select {
    border: 1px solid #596474;
    padding: 6px 16px;
    line-height: 20px;
    display: inline-block;
}
.search-form-column #fm-search-doctype {
    width: calc(100% - 42px);
}
.search-form #fm-search-date {
    margin-top: 0.5em;
    margin-left: 0.25em;
    width: calc(100% - 132px);
}
@supports(display: flex) {
    /* override IE fallback */
    .search-form #fm-search-date {
        margin-top: 0.5em;
        margin-left: 0.25em;
    }
}
.search-form input[type="submit"] {
    border: 1px solid #dc4d3f;
    margin-top: 8px;
}
@media screen and (min-width: 37.5em) {
    .search-form #fm-search-date {
        border-left: 1px solid #596474;
    }
}
@media screen and (min-width: 48em) {
    .search-form label[for="fm-search-keyword"] {
        line-height: 18px;
        background-color: #596474;
        color: #fff;
        border: 1px solid #596474;
        padding: 8px 20px;
        text-transform: uppercase;
        font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        float: left;
        width: unset;
    }
    .search-form input,
    .search-form select {
        width: unset;
        border-left: none;
    }
    .search-form label[for="fm-search-keyword"] {
        padding: 8px 27px;
        line-height: 24px;
    }
    .search-form input {
        line-height: 24px;
        padding: 8px 16px;
    }
    .search-form .search-form-column {
        margin-right: 24px;
    }
    .search-form .search-form-column:nth-child(even) {
        margin-right: 0;
    }
    .search-form label[for="fm-search-date"],
    .search-form label[for="fm-search-doctype"],
    .search-form label[for="fm-search-category"] {
        line-height: 42px;
    }
    .search-form #fm-search-date {
        border-left: 1px solid #596474;
        margin-top: 0;
        margin-left: 0.25em;
        line-height: 32px;
        max-width: 190px;
    }
    @supports(display: flex) {
        /* override IE fallback */
        .search-form .search-form-column {
            max-width: 50%;
            width: 48%;
            float: left;
        }
        .search-form #fm-search-date {
            max-width: unset;
        }
    }
}
/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .search-form > .clear {
        height: 0;
        clear: unset;
    }
    .search-form label[for="fm-search-keyword"] {
        padding: 8px 22px;
    }
    .search-form .search-form-first-column {
        width: calc(100% - 480px);
        max-width: unset;
    }
    .search-form input#fm-search-keyword {
        width: calc(100% - 121px);
    }
    .search-form .search-form-column:nth-child(2) {
        margin-left: 24px;
    }
}
/* BP medium */
@media only screen and (min-width: 80em) { /* 1280px */
    .search-form .search-form-column:nth-child(2) {
        max-width: 33%;
        width: unset;
        margin-left: 0;
        margin-right: 24px;
    }
    .search-form #fm-search-date {
        max-width: 190px;
    }
}

/* ---- 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 solid rgba(29, 20, 20, 0.4);
    text-decoration: none;
    color: rgba(29, 20, 20, 0.66);
    font-weight: bold;
}
.search-paginate .page.on {
    color: #fff;
    border-color: #ce4335;
    background: #dc4d3f;
}

.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 #fff;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid #fff;
}

th,
thead td {
    background: #f6f6f6;
}

/* ---- Content tables ---- */
table {
    width: 100%;
    margin: 2rem 0;
}
table caption {
    text-align: left;
    padding-bottom: 13px;
}
table th,
table thead td {
    font-weight: bold;
    background-color: #dc4d3f;
    color: #fff;
    font-size: 1.7rem;
    border: 1px solid #dc4d3f;
}
table td {
    background-color: transparent;
}
table td {
    border: 1px solid #fff;
    padding: 12px 15px;
    text-align: left;
}
table tr:nth-child(odd) {
    background-color: #f0e7e7;
}
table tr:nth-child(odd) td:first-child {
    border-left: solid 1px #f0e7e7;
}
table tr:nth-child(odd) td:last-child {
    border-right: solid 1px #f0e7e7;
}
table tr:nth-child(even) {
    background-color: #FFF;
}
table tr:nth-child(even) td {
    background-color: #FFF;
    border-color: #f0e7e7;
}
table caption {
    background: #000;
    color: #fff;
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.4rem;
    padding: 8px 16px;
}
table caption:before {
    color: #7b6565;
    content: "//\00a0";
    font-weight: bold;
}

/* Small */
table.table--small {
    font-size: 1.3rem;
}
table.table--small th,
table.table--small td {
    padding: 5px 10px;
}
table.table--small th,
table.table--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,
.center,
.right {
    margin: 30px auto;
    display: block;
}


/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .left {
        margin: 0 30px 30px 0;
        float: left;
    }

    .right {
        margin: 0 0 30px 30px;
        float: right;
    }
}

/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
    margin: 0;
}

html,
body {
    background: #FFF;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin-top: 68px;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */

}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */

}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    #wrap {
        margin-top: 85px;
    }
}


/* ---- Container ---- */
.container {
    width: 88%;
    margin: 0 auto;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .container {
        width: 680px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .container {
        width: 900px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .container {
        width: 1170px;
    }
}

@media only screen and (min-width: 86.25em) { /* 1380px */
    .container {
        width: 1270px;
    }
}

/* ---- Text alignment ---- */

/* - Left - */
.text-align-xs--left {
    text-align: left;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .text-align-sm--left {
        text-align: left;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .text-align-md--left {
        text-align: left;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .text-align-lg--left {
        text-align: left;
    }
}

/* - Right - */
.text-align-xs--right {
    text-align: right;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .text-align-sm--right {
        text-align: right;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .text-align-md--right {
        text-align: right;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .text-align-lg--right {
        text-align: right;
    }
}

/* - Center - */
.text-align-xs--center {
    text-align: center;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .text-align-sm--center {
        text-align: center;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .text-align-md--center {
        text-align: center;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .text-align-lg--center {
        text-align: center;
    }
}

/* ---- Extra padding ---- */

/* - Left - */
.extra-padding-xs--left {
    padding-left: 30px;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .extra-padding-sm--left {
        padding-left: 30px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .extra-padding-md--left {
        padding-left: 30px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .extra-padding-lg--left {
        padding-left: 30px;
    }
}

/* - Right - */
.extra-padding-xs--right {
    padding-right: 30px;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .extra-padding-sm--right {
        padding-right: 30px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .extra-padding-md--right {
        padding-right: 30px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .extra-padding-lg--right {
        padding-right: 30px;
    }
}


/* ---- Sections ---- */
.section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

/* 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: 25px;
        padding-bottom: 25px;
    }
    .section--small {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .section--large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .section--small {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section--large {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section--small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section--large {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}


/* ---- 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;
    }
}
/* BP small */
@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;
    }
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .box {
        padding: 30px;
    }
}

.box > *:last-child {
    margin-bottom: 0;
}

/* ---- Header ---- */
.section--header {
    display: none;
}
.header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__soe-logo {
    float: left
    vertical-align: center;
    margin-right: 10px;
}
.header__epa-logo {
    flex: 0 0 auto;
    float: left;
    margin: 5px 10px 0 0;
}
.header__epa-logo a {
    display: inline-block;
}
.header__soe-logo a {
    display: inline-block;
}
.header__soe-logo__img {
    width: 141px;
}

.header__epa-logo img {
    width: 26px;
}

/* BP Extra Smaller */
@media screen and (min-width: 18.75em) { /* 300px */
    .header__soe-logo {
        margin-right: 20px;
    }
    .header__epa-logo {
        margin: 3px 15px 0 0;
    }
    .header__soe-logo__img {
        width: 155px;
    }
    .header__epa-logo img {
        width: 30px;
    }
}


/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .header__soe-logo__img {
        width: 205px;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .section--header {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        height: 68px;
    }
    .header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__logo,
    #frankenmenu,
    .header__epa-logo {
        flex: 0 0 auto;
    }
    .header__logo__img {
        width: 205px;
    }
    .header__epa-logo img {
        width: 40px;
    }
    .header__logo,{
        margin: 0;
    }

    .header__epa-logo {
        float: left;
        margin: 0px 20px 0 0;
    }

    .header__soe-logo {
        flex: 0 0 auto;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .section--header {
        height: 85px;
    }
    .header__logo__img {
        width: 276px;
    }
    .header__epa-logo img {
        width: 56px;
    }
}

/* ---- Nav ---- */
.section--nav {
    padding-top: 0;
    padding-bottom: 0;
}


/* ---- Partners ---- */
.partners-logo-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.partners-logo-list__item a {
    display: inline-block;
}
.partners-logo-list__item img {
    max-width: 120px;
    max-height: 50px;
}
.partners-logo-list__item {
    margin-bottom: 20px;
    text-align: center;
}
.partners-logo-list__item:last-child {
    margin-bottom: 0;
}

/* BP Extra Smaller */
@media screen and (min-width: 18.75em) { /* 300px */

}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .partners-logo-list__item img {
        max-width: 100px;
        max-height: 30px;
    }
    .partners-logo-list__item {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .partners-logo-list {
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .partners-logo-list__item img {
        max-width: 110px;
        max-height: 40px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .partners-logo-list__item img {
        max-width: 150px;
        max-height: 60px;
    }
    .partners-logo-list {
        flex-wrap: nowrap;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .partners-logo-list__item img {
        max-width: none;
        max-height: none;
    }
}


/* ---- Footer ---- */
.footer__copyright {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.footer__copyright,
.footer__copyright a {
    color: #7b6565;
}
.footer__copyright p {
    margin: 0;
    display: inline-block;
}
.footer__copyright a {
    text-decoration: none;
}
.footer__copyright a:hover {
    text-decoration: underline;
}
.footer__copyright__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footer__copyright__links li {
    display: inline-block;
}
.footer__copyright__links li:before {
    content: "// "
}
.feedback_form h2 {
    margin-top: 0;
}
.feedback_form__content p span {
    display: block;
    margin-top: 12px;
}
.section--feedback {
    position: relative;
    overflow: hidden;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */

}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .feedback_form h2 {
        margin-bottom: 1rem;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .footer__copyright {
        font-size: 1.6rem;
    }
    .feedback_form h2 {
        margin-bottom: 0;
    }
    .section--feedback:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url(../images/img_feedback-pen-overlay.svg);
        background-position: center left;
        background-size: auto 90%;
        background-repeat: no-repeat;
        background-position: bottom right 20px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .footer__copyright {
        font-size: 1.7rem;
    }
}

/* ---- Content ---- */

/* - Mainbar - */
.mainbar {

}
.mainbar ul:not([class]) {
    margin-bottom: 3rem;
}

.mainbar ul:not([class]) li {
    margin-bottom: 15px;
}

.mainbar ul:not(.breadcrumb) {
    list-style-type: none;
}
.mainbar ul:not(.breadcrumb) li {
    position: relative;
    padding-left: 2.25rem;
}

.mainbar ul:not(.breadcrumb) li:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    background: #AC9A9A;
    position: absolute;
    border-radius: 0.625rem;
    top: 0.625rem;
    left: 0;
}

.mainbar ul:not(.breadcrumb) ul li:before {
    border: #777373 2px solid;
    background: #fff;
}

.mainbar ul:not(.breadcrumb) ul ul li:before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.75rem;
    background: #605C5C;
    top: 0.75rem;
    border: none;
}

/* - Sidebar - */
.sidebar {
    margin-top: 30px;
}
.sidebar__item {
    margin-bottom: 30px;
}
.sidebear__item:last-child {
    margin-bottom: 0;
}

/* Related links */
.sidebar__item--related-links {
    padding: 10px 25px;
}

/* Downloads */
.sidebar__item--downloads {
    padding: 10px 25px;
}
.downloads-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.downloads-list__item:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    float: left;
    font-size: 2.8rem;
    color: #b09a9a;
    margin: 0 9px 0 -6px;
}
.downloads-list__item__content {overflow: hidden;}

.downloads-list__item__title {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
    text-transform: none;
    font-size: 1.7rem;
    margin: 0;
}
.downloads-list__item__type {
    color: #aaa2a2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .sidebar {
        padding-right: 30px;
        margin-top: -110px;
    }
    .sidebar__item {
        margin-bottom: 50px;
    }

}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .sidebar {
        margin-top: -150px;
    }
    /* Related links */
    .sidebar__item--related-links {
        padding: 20px 40px;
    }

    /* Downloads */
    .sidebar__item--downloads {
        padding: 20px 40px;
    }
}

/* ---- Search Results ---- */
/*Because documents aren't subsite specific and once you remove one of two options there is no other option*/
.search-tabs,
.mainbar ul.search-tabs {
    display: none;
}
/*----*/

form:before,
form:after {
    content: " ";
    display: table;
}

/* ---- Page banner ---- */
.section--page-banner {
    padding-top: 0;
    padding-bottom: 0;
}
.page-banner__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
}
/* TEMP */
.page-banner__img {
    background-image: url(../images/temp/page-banner.jpg);
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .page-banner__img {
        height: 180px;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .page-banner__img {
        height: 240px;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .page-banner__img {
        height: 300px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .page-banner__img {
        height: 365px;
    }
}

/* ---- Hero banner ---- */
.section--hero-banner {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-banner__slider__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero-banner__slider__list__item__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
}
.hero-banner__slider__list__item__content {
    position: relative;
}
.hero-banner__slider__list__item__content__inner {
    padding: 11px 0;
}

.hero-banner__slider__dots {
    position: absolute;
    left: 6%;
    top: 41px;
}
.hero-banner__slider__dots__container {
    position: relative;
}
.hero-banner__slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-banner__slider .slick-dots li {
    margin: 8px 0;
}
.hero-banner__slider .slick-dots button {
    -webkit-appearance: none;
    padding: 0;
    outline: none;
    border: none;
    background-color: #ece3e3;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    display: block;
}
.hero-banner__slider .slick-dots button:hover {
    background-color: #FFF;
}
.hero-banner__slider .slick-dots .slick-active button {
    background-color: #5eabdb;
}

/* TEMP */
.hero-banner__slider__list__item__img {
    background-image: url(../images/temp/home-banner.jpg);
}
.hero-banner__slider__list__item--2 .hero-banner__slider__list__item__img {
    background-image: url(../images/temp/home-banner2.jpg);
}
.hero-banner__slider__list__item--3 .hero-banner__slider__list__item__img {
    background-image: url(../images/temp/home-banner3.jpg);
}

/* BP Extra Smaller */
@media screen and (min-width: 18.75em) { /* 300px */
    .hero-banner__slider__list__item__img {
        height: 200px;
    }
    .hero-banner__slider__dots {
        top: 65px;
    }
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .hero-banner__slider__list__item__img {
        height: 300px;
    }
    .hero-banner__slider__dots {
        top: 113px;
    }
    .hero-banner__slider .slick-dots button {
        width: 15px;
        height: 15px;
    }
    .hero-banner__slider .slick-dots li {
        margin: 10px 0;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .hero-banner__slider__list__item__img {
        height: 400px;
    }
    .hero-banner__slider__dots {
        top: 167px;
    }
    .hero-banner__slider__list__item__text {
        margin-bottom: 23px;
    }
}

/* Max BP medium */
@media only screen and (max-width: 61.938em) { /* 992px */
    .hero-banner__slider__dots__container {
        width: auto;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .hero-banner__slider,
    .hero-banner__slider__list.slick-slider,
    .hero-banner__slider .slick-list,
    .hero-banner__slider .slick-track {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .section--hero-banner {
        height: 600px;
    }
    .hero-banner__slider__dots {
        bottom: 0px;
        left: 0;
        right: 0;
        top: auto;
    }
    .hero-banner__slider .slick-dots {
        bottom: 125px;
        left: -32px;
        top: auto;
    }
    .hero-banner__slider__list__item__content {
        position: absolute;
        z-index: 5;
        bottom: 60px;
        left: 0;
        right: 0;
    }
    .hero-banner__slider__list__item__img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .hero-banner__slider__list__item__content__inner {
        padding: 25px;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .section--hero-banner {
        height: 750px;
    }
    .hero-banner__slider__list__item__content__inner {
        padding: 30px;
    }
    .hero-banner__slider__list__item__content {
        bottom: 80px;
    }
    .hero-banner__slider .slick-dots {
        bottom: 153px;
        left: -42px;
    }
}

/* ---- hero banner social share buttons ---- */
.hero-banner__share {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
}
.hero-banner__share .container {
    height: 100%;
    padding-bottom: 26px;
}
.hero-banner__share .social-list--inline {
    text-align: right;
    height: 100%;
}
.hero-banner__share .social-list__item--small a {
    width: 32px;
    height: 32px;
    font-size: 2.5rem;
}
@media screen and (min-width: 48em) { /* 768px */
    .hero-banner__share .social-list__item--small a {
        width: 40px;
        height: 40px;
        font-size: 3.1rem;
    }
      .hero-banner__share {
          height: 66px;
      }
}
@media only screen and (min-width: 64.063em) { /* 992px */
    .hero-banner__share .container {
        padding-bottom: 60px;
    }
    .hero-banner__share {
        height: 100px;
    }
    .hero-banner__share .social-list__item a {
        box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    }
}
/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .hero-banner__share .container {
        padding-bottom: 80px;
    }
    .hero-banner__share {
        height: 125px;
    }
    .hero-banner__share .social-list.social-list--inline .social-list__item {
        margin-right: 0;
        margin-left: 10px;
    }
}

/* ---- Download report ---- */
.download-report__container {
    padding-top: 20px;
}
.download-report__container p {
    font-size: 1.55rem;
    margin: 0 0 .5rem 0;
    text-transform: uppercase;
}
.download-report__preview-img {
    height: 260px;
    width: auto;
    box-shadow: 1px 1px 8px #000;
}
.download-report__button {
    margin-top: 10px;
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */
.download-report__container {
    position: relative;
    padding-top: 1.2rem;
}
.download-report__button {
    float: right;
    font-size: 1em;
    width: 199px;
}
.download-report__preview-img {
    float: right;
    height: 280px;
    }
}
/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .download-report__container p {
        text-align: right;
        letter-spacing: 1px;
    }
    .download-report__preview-img {
        height: 308px;
    }
    .download-report__button {
        float: right;
        font-size: 2rem;
        width: 218px;
    }
}

@media only screen and (min-width: 80em) {
.col-lg-offset-0 {
    margin-left: 0;
    }
}

/* ---- Promo box ---- */
.section--promo-boxes {
    padding-bottom: 0;
}
.promo-box-wrapper {
    margin-top: 40px;
}
.promo-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.promo-box__list__item {
    position: relative;
    background: #1d1414;
}
.promo-box__list__item__content {
    background-color: #1d1414;
    padding: 12px 20px 22px;
    border-right: 1px solid #423434;
    flex: 1 0 auto;
}
.promo-box__list__item__title {
    font-size: 2.3rem;
    margin-bottom: 12px;
}
.promo-box__list__item__img {
    display: block;
    width: 100%;
}
.promo-box__list__item__link {
    color: inherit;
    text-decoration: none;
}
.promo-box__list__item__link:hover,
.promo-box__list__item__link:focus {
    color: inherit;
}

.promo-box__list__item__link:hover .promo-box__list__item__content {
    transform: none;
}
.promo-box__list__item__link:hover .promo-box__list__item__title {
    transform: none;
}

.promo-box__list.promo-box__list--4col .promo-box__list__item,
.promo-box__list.promo-box__list--5col .promo-box__list__item {
    flex: none;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .promo-box__list.promo-box__list--4col .promo-box__list__item,
    .promo-box__list.promo-box__list--5col .promo-box__list__item {
        flex: 1 0 50%;
    }
    .promo-box__list {
        display: flex;
        flex-wrap: wrap;
    }
    .promo-box__list__item__img {
        flex: 0 0 auto;
    }
    .promo-box__list__item__link {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .promo-box__list.promo-box__list--5col .promo-box__list__item {
        flex: 1 0 33.33333%;
    }
    .promo-box__list.promo-box__list--4col .promo-box__list__item {
        flex: 1 0 25%;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .promo-box__list.promo-box__list--5col .promo-box__list__item {
        flex: 1 0 20%;
    }
    .promo-box__list__item__content {
        transform: translateY(calc(100% - 44px));
        transition: all 400ms cubic-bezier(0.15, 0.84, 0.51, 0.96);
        text-align: center;
        padding: 15px 20px 30px;
    }
    .promo-box__list__item__title {
        transform: scale(0.8) translateY(-15px);
        transition: all 200ms ease;
        margin-bottom: 5px;
    }
    .promo-box__list__item__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 1.4rem;
        padding: 10px 15px;
        flex: none;
    }
    .promo-box__list__item {
        padding-bottom: 44px;
    }
    .promo-box__list__item__link {
        display: block;
        height: auto;
    }
    .promo-box__list__item__img {
        flex: none;
    }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .promo-box__list__item__title {
        font-size: 2.6rem;
        line-height: 29px;
        transform: scale(0.7) translateY(-35px);
    }
    .promo-box__list__item__content {
        padding: 20px 25px;
    }
    .promo-box__list__item__title {
        margin-bottom: 12px;
    }
}
/* BP custom */
@media only screen and (min-width: 84.5em) { /* 1352px */
    .promo-box__list__item__title {
        font-size: 2.8rem;
        letter-spacing: -0.5px;
    }
    .promo-box__list__item__content {
        font-size: 1.6rem;
    }
}

/* ---- More links ---- */
.section--more-links {
    display: none;
}
.section--more-links h3 a {
    color: inherit;
    text-decoration: none;
}
.section--more-links h3 a:hover {
    text-decoration: underline;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */

}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .section--more-links {
        display: block;
    }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */

}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */

}

/* ---- Magnific Popup ---- */
.mfp-image-holder .mfp-content {
    max-width: 1000px;
}

.mfp-ajax-holder .mfp-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    max-width: 700px;
}

@media screen and (min-width: 35em) { /* 560px */
    .mfp-ajax-holder .mfp-content {
        padding: 30px;
    }
}

@media screen and (min-width: 48em) { /*  768px */
    .mfp-ajax-holder .mfp-content {
        padding: 50px;
    }
}



/* Generic style for all widgets */

.widget h3.widget-title {

}

@media only screen and (min-width: 64.063em) {
    .widget-title{
        font-size: 2.5rem;
    }
}


/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in separate partial file

------------------------------------------------------ */

/* ---- Related Links ---- */
.widget-RelatedLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-RelatedLinks > ul {
    margin: 0 -25px;
}
.widget-RelatedLinks a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 6px 25px;
    position: relative;
}


/* - Depth 1 - */
.widget-RelatedLinks li.depth1 {
    position: relative;
    min-height: 46px;
}
.widget-RelatedLinks li.depth1:last-child {
    border-bottom: none;
}
.widget-RelatedLinks li.depth1 > a {
    font-family: 'Anonymous Pro', Helvetica, Arial, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.9rem;
    min-height: 46px;
    display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

/* Hover */
.widget-RelatedLinks li.depth1 > a:hover {
    color: #fff;
    background-color: #3a3333;
}
/* On */
.widget-RelatedLinks li.depth1.on > a {
    background-color: #5eabdb;
}
.widget-RelatedLinks li.depth1.on > a:hover {
    background-color: #549ecc;
}


/* - Depth 2 - */
.widget-RelatedLinks li.depth2 {

}
.widget-RelatedLinks li.depth2 > a {
    background-color: #3a3333;
}

/* Hover */
.widget-RelatedLinks li.depth2 > a:hover {
    color: #fff;
    background-color: #4e4747;
}
/* On */
.widget-RelatedLinks li.depth2.on > a {
    background-color: #4e4747;
}

/* - Depth 3 - */
.widget-RelatedLinks li.depth3 > a {
    padding-left: 60px;
    background-color: #615959;
}
.widget-RelatedLinks li.depth3 > a:before {
    content: "\2013  ";
}

/* Hover */
.widget-RelatedLinks li.depth3 > a:hover {
    color: #fff;
    background-color: #736b6b;
}
/* On */
.widget-RelatedLinks li.depth3.on > a {
    background-color: #7b7575;
}

/* Related Downloads - sidebar widget */
.widget-FileList {
    background-color: #f0e7e7;
    color: #1d1414;
    margin: 40px -25px -10px -25px;
    border-top: 40px solid #ffffff;
    padding: 20px 40px 20px;
}

.widget-FileList a {
    color: #1d1414;
    text-decoration: none;
    float: absolute;
}

.widget-FileList ul {
    list-style-type: none;
    margin: 0 -20px;

}

.widget-FileList li.depth1 {
    position: relative;
    padding-left: 34px;
    padding-right: 10px;
}

.widget-FileList li.depth1:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 2.8rem;
    color: #b09a9a;
    margin: 0 9px 0 -6px;
}

.widget-FileList a {
    display: block;
}

.widget-FileList small{
    color: #aaa2a2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    float: absolute;
}

/* Form widget */
.widget-Form table,
.widget-Form table td,
.widget-Form table tr:nth-child(even) td,
.widget-Form table tr:nth-child(odd) td:first-child,
.widget-Form table tr:nth-child(odd) td:last-child  {
    border: 1px solid rgba(29, 20, 20, 0.15);
}
table.checkbox-list {
    background: transparent;
}
.widget-Form table tr:nth-child(odd) {
    background: #f6f6f6;
}
.widget-Form table tr:nth-child(odd) {
    background: #f6f6f6;
}
.widget-Form table th, table thead td {
    background-color: rgba(29, 20, 20, 1);
    border-color: rgba(29, 20, 20, 1);
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .widget-RelatedLinks li.depth1.on > a:after {
        content: " ";
        position: absolute;
        top: calc(50% - 23px);
        left: 100%;
        width: 0;
        height: 46px;
        border-style: solid;
        border-width: 24px 0 23px 22px;
        border-color: transparent transparent transparent #5eabdb;
    }
    .widget-RelatedLinks li.depth1.on > a:hover:after {
        border-color: transparent transparent transparent #549ecc;
    }

    .widget-FileList {
        padding: 20px 25px;
        margin-left: -25px;
        margin-right: -25px;
     }
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .widget-RelatedLinks li.depth1 > a {
        font-size: 2.1rem;
    }
    .widget-RelatedLinks > ul {
        margin-left: -40px;
        margin-right: -40px;
    }
    .widget-RelatedLinks a {
        padding: 9px 40px;
    }

    .widget-FileList {
        margin: 24px -40px 0px -40px;
        padding: 20px 40px;
    }
}


/* Links List - sidebar widget */
.widget-LinkList {
    background-color: #f0e7e7;
    color: #1d1414;
    margin: 0px -25px -10px -25px;
    border-top: 40px solid #ffffff;
    padding: 20px 40px 20px;
}

.widget-LinkList li {
    margin-bottom: 15px;
    padding-left: 12px;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
    .widget-LinkList {
        border-bottom: 20px solid white;
     }
}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .widget-LinkList {
        margin: 0px -25px -40px -25px;
        border-bottom: 20px solid white;
     }
}

/* BP medium */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .widget-LinkList {
        margin: 0px -25px -30px -25px;
        padding: 20px 25px;
}
}

/* BP large */
@media only screen and (min-width: 80em) { /* 1280px */
    .widget-LinkList {
        margin: 0px -40px -20px -40px;
        padding: 20px 40px;
     }
}


/* ---- 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%;
}

/* ---- Children Page Gallery ---- */
.children-gallery,
.mainbar .widget-ChildrenGallery ul:not(.breadcrumb) {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: -1rem;
    margin-right: -1rem;

    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.children-gallery .pg-item,
.mainbar .widget-ChildrenGallery ul:not(.breadcrumb) li {
    margin-bottom: 25px;
    position: relative;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mainbar .widget-ChildrenGallery ul:not(.breadcrumb) li:before {
    content: none;
}

.children-gallery .pg-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: inherit;
    background-color: #1d1414;
    height: 100%;
}

.children-gallery .pg-link:hover .pg-image,
.children-gallery .pg-link:hover .pg-no-image {
    opacity: 0.9;
}

.children-gallery .pg-no-image {
    padding-top: 86.67%;
    background-color: #f0e7e7;
    position: relative;
}
.children-gallery .pg-no-image:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/logo-epa-grayscale.png) no-repeat center center;
    opacity: 0.5;
}

.children-gallery .pg-title {
    margin: 0;
    color: #FFF;
    padding: 15px 20px;
}

.children-gallery .pg-anchor {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* BP Smaller */
@media screen and (min-width: 35em) { /* 560px */
.children-gallery {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.children-gallery .pg-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
}


/* ---- 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;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    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: -webkit-box;
    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%;
}


/* ---- Order Form ---- */
.widget-OrderForm .product {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
    margin-right: 0;
}

/* ---- Videos ---- */
.widget-Video {
    position: relative;
    padding-bottom: 49.8%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---- 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 */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* 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;
    }
}
