.angelina {
    font-family: "angelina", Georgia, "Times New Roman", Times, serif;
}

.button {
    color: white;
    background-color: #ce0058;
    border-color: #ce0058;
    padding: 10px 22px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    color: white;
    background-color: #5f5e5e;
    border-color: #5f5e5e;
    text-decoration: none;
}

.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: grey;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
}

.corners {
    border-radius: 4px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    header,
    .content-info {
        display: none;
    }
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #5f5e5e;
    background-color: #fff;
}

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

a {
    color: #ce0058;
    text-decoration: none;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

html {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #121212;
    font-weight: 600;
    clear: left;
}

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

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

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

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

main {
    font-size: 14px;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 48em) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.bg-primary {
    color: #fff;
    background-color: #ce0058;
}

a.bg-primary:hover {
    background-color: #9b0042;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page__content ul,
.page__content--featured ul,
.error-text ul,
.page__content ol,
.page__content--featured ol,
.error-text ol {
    margin-top: 0;
    margin-bottom: 12px;
}

.page__content ul ul,
.page__content--featured ul ul,
.error-text ul ul,
.page__content ol ul,
.page__content--featured ol ul,
.error-text ol ul,
.page__content ul ol,
.page__content--featured ul ol,
.error-text ul ol,
.page__content ol ol,
.page__content--featured ol ol,
.error-text ol ol {
    margin-bottom: 0;
}

.page__content ul,
.page__content--featured ul,
.error-text ul {
    list-style: none;
    padding-left: 10px;
}

.page__content ul li,
.page__content--featured ul li,
.error-text ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 25px;
}

.page__content ul li:before,
.page__content--featured ul li:before,
.error-text ul li:before {
    display: inline-block;
    content: "\2022";
    color: #ce0058;
    position: absolute;
    left: 0;
}

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

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

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

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 48em) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    margin: 0 0 24px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

blockquote {
    font-size: 18px;
    margin: 20px 0;
    font-style: italic;
    position: relative;
    padding: 0 40px;
    color: #121212;
}

blockquote:before {
    font-family: "fontawesome";
    content: "\f10d";
    display: inline-block;
    position: absolute;
    color: #ce0058;
    left: 0;
    top: 0;
    font-style: normal;
    font-size: 20px;
}

blockquote:after {
    font-family: "fontawesome";
    content: "\f10e";
    display: inline-block;
    position: absolute;
    color: #ce0058;
    right: 0;
    top: 0;
    font-style: normal;
    font-size: 20px;
}

blockquote p {
    margin: 0;
}

blockquote cite,
blockquote strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

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

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

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

@media (min-width: 75em) {
    .container {
        width: 1210px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 62em) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #f7f7f7;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #f7f7f7;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 38px;
    line-height: 1.5 \0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
}

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

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

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 4px;
}

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

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

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 48em) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.sidebar--event #event__details .event__item:before,
.sidebar--event #event__details .event__item:after,
.banner .banner__container:before,
.banner .banner__container:after,
.banner .banner__row:before,
.banner .banner__row:after,
.main .page__wrap:before,
.main .page__wrap:after,
.main .page__row:before,
.main .page__row:after,
.content-info .footer__container:before,
.content-info .footer__container:after,
.content-info .footer__row:before,
.content-info .footer__row:after,
.home .billboard .billboard__wrap:before,
.home .billboard .billboard__wrap:after,
.page__builder .page-list:before,
.page__builder .page-list:after,
.page-template-template-recycling-single .page__list:before,
.page-template-template-recycling-single .page__list:after,
.page-template-template-contact .main .contact__row:before,
.page-template-template-contact .main .contact__row:after,
.page-template-template-donate .donate__row:before,
.page-template-template-donate .donate__row:after,
.post-type-archive-event .billboard .billboard__wrap:before,
.post-type-archive-event .billboard .billboard__wrap:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.sidebar--event #event__details .event__item:after,
.banner .banner__container:after,
.banner .banner__row:after,
.main .page__wrap:after,
.main .page__row:after,
.content-info .footer__container:after,
.content-info .footer__row:after,
.home .billboard .billboard__wrap:after,
.page__builder .page-list:after,
.page-template-template-recycling-single .page__list:after,
.page-template-template-contact .main .contact__row:after,
.page-template-template-donate .donate__row:after,
.post-type-archive-event .billboard .billboard__wrap:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
    visibility: hidden !important;
}

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

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

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

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

    table.visible-xs {
        display: table;
    }

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

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

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

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

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

@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

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

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

@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 62em) and (max-width: 74em) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

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

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

@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-lg {
        display: table;
    }

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

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

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

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

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

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

@media (min-width: 48em) and (max-width: 61em) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 62em) and (max-width: 74em) {
    .hidden-md {
        display: none !important;
    }
}

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

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

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

    table.visible-print {
        display: table;
    }

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

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

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

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

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

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

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

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

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

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

.gform_wrapper li {
    margin-bottom: 15px;
}

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

.gform_wrapper li:after {
    clear: both;
}

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

.gform_wrapper li:after {
    clear: both;
}

.gform_wrapper form li.nolabel label.gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gform_wrapper form li.nosublabel .ginput_container label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gform_wrapper form li.complexname .name_first {
    float: left;
    width: 49%;
}

.gform_wrapper form li.complexname .name_last {
    float: right;
    width: 49%;
}

.gform_wrapper form img.delete_list_item {
    margin: 0 3px;
}

.gform_wrapper form .vertical-radio .gfield_radio li {
    float: none;
    margin: 5px 0 0;
}

.gform_wrapper .gform_description {
    display: block;
    padding-bottom: 20px;
}

.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #a94442;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #a94442;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
    border-color: #a94442;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, 0.6);
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #f7f7f7;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.gform_wrapper .ginput_container input::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.gform_wrapper .ginput_container input:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea:-ms-input-placeholder {
    color: #777777;
}

.gform_wrapper .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
    color: #777777;
}

.gform_wrapper .ginput_container input[disabled],
.gform_wrapper .ginput_container select[disabled],
.gform_wrapper .ginput_container textarea[disabled],
.gform_wrapper .ginput_container input[readonly],
.gform_wrapper .ginput_container select[readonly],
.gform_wrapper .ginput_container textarea[readonly],
fieldset[disabled] .gform_wrapper .ginput_container input,
fieldset[disabled] .gform_wrapper .ginput_container select,
fieldset[disabled] .gform_wrapper .ginput_container textarea {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.gform_wrapper .ginput_container input,
textarea.gform_wrapper .ginput_container select,
textarea.gform_wrapper .ginput_container textarea {
    height: auto;
}

.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container textarea:focus {
    border-color: #ce0058;
    outline: 0;
    box-shadow: inset 0 1px 1px #ffffff, 0 0 8px #ce0058;
}

.gform_wrapper .ginput_container textarea {
    height: auto;
}

.gform_wrapper .ginput_container select[multiple] {
    height: 100px;
    overflow-y: scroll;
}

.gform_wrapper .gform_button {
    color: white;
    background-color: #ce0058;
    border-color: #ce0058;
    padding: 10px 22px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button.active {
    color: white;
    background-color: #5f5e5e;
    border-color: #5f5e5e;
    text-decoration: none;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    width: 100%;
    padding-left: 21px;
    display: inline-block;
    margin-bottom: 0;
}

.gform_wrapper ul.gfield_checkbox input,
.gform_wrapper ul.gfield_radio input {
    width: 15px;
    float: left;
    margin-left: -20px;
    height: 15px;
    box-shadow: none;
}

.gform_wrapper ul.gfield_checkbox label,
.gform_wrapper ul.gfield_radio label {
    width: auto;
    float: left;
}

.gform_wrapper .ginput_container_address span {
    font-size: 0.8em;
}

.gform_wrapper .ginput_container_date input {
    width: 225px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gform_wrapper .ginput_container_date img {
    margin-top: 8px;
}

main .gform_wrapper {
    background-color: #efefef;
    padding: 20px;
}

main .gform_wrapper h3.gform_title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
}

main .gform_wrapper .gform_fields {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

main .gform_wrapper .gform_fields li.gfield {
    padding-left: 0;
    margin-bottom: 0;
}

main .gform_wrapper .gform_fields li.gfield:before {
    display: none;
}

main .gform_wrapper .gform_fields li.gfield.title {
    width: 100%;
}

main .gform_wrapper .gform_fields li.gfield.title select {
    background: url('../img/caret-down.svg') no-repeat center right 20px white;
    background-size: 10px;
    width: 49%;
}

main .gform_wrapper .gform_fields li.gfield.full {
    width: 99%;
    /*height: 100px;*/
}

main .gform_wrapper .gform_fields li.gfield.full textarea {
    height: 100px;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions {
    width: 100%;
    padding-top: 20px;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions .gfield_label {
    display: none;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions input[type="checkbox"]:checked + label:before {
    color: #ce0058;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions label {
    padding-left: 35px;
    position: relative;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: white;
    line-height: 22px;
    padding-left: 2px;
    border-radius: 4px;
}

main .gform_wrapper .gform_fields li.gfield.gfield.terms_conditions .gfield_description {
    font-size: 14px;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal {
    margin-bottom: 20px;
    width: 99%;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal .gfield_required {
    display: none;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal > label {
    font-weight: bold;
    margin-bottom: 20px;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal input[type="radio"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal input[type="radio"]:checked + label:before {
    color: #ce0058;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal li label {
    padding-left: 35px;
    position: relative;
    font-weight: normal;
}

main .gform_wrapper .gform_fields li.gfield.radio_horizontal li label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    color: white;
    line-height: 20px;
    padding-left: 4px;
    font-size: 14px;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox {
    margin: 5px 0 0 0;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox li {
    padding-left: 0;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox input[type="checkbox"]:checked + label:before {
    color: #ce0058;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox label {
    padding-left: 35px;
    position: relative;
}

main .gform_wrapper .gform_fields li.gfield .ginput_container_checkbox label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: white;
    line-height: 22px;
    padding-left: 2px;
    border-radius: 4px;
}

main .gform_wrapper .gform_fields li.gfield.gfield .validation_message {
    color: #ce0058;
    font-weight: 600;
    padding: 5px 15px;
}

main .gform_wrapper .gform_fields input,
main .gform_wrapper .gform_fields select,
main .gform_wrapper .gform_fields textarea {
    border: 0;
    margin-bottom: 10px;
    line-height: 38px;
    padding: 0 15px;
    color: black;
}

main .gform_wrapper .gform_fields select {
    color: #5f5e5e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
    main .gform_wrapper .gform_fields select {
        padding: 0 10px;
    }
}

main .gform_wrapper .validation_error {
    border: 1px solid #ce0058;
    border-radius: 4px;
    padding: 15px;
    color: #ce0058;
    margin-bottom: 15px;
    text-align: center;
}

main .gform_wrapper .gform_footer {
    transition: all 0.3s ease;
    clear: left;
}

main .gform_wrapper .gform_footer .button {
    margin-top: 30px;
}

main .gform_wrapper .abc-radio--1 {
    margin-top: 10px;
}

main .gform_wrapper .abc-radio--1 .gfield_required {
    display: none;
}

main .gform_wrapper .abc-radio--1 label {
    margin-bottom: 0;
}

main .gform_wrapper .abc-radio--1 .gfield_checkbox li label {
    font-weight: normal;
}

main .gform_wrapper .abc-radio--2 {
    font-size: 14px;
}

main .gform_wrapper .abc-radio--2 label {
    margin-bottom: 0;
}

main .gform_wrapper .abc-radio--2 .ginput_container_checkbox {
    margin-bottom: 0 !important;
}

main .gform_wrapper .abc-radio--2 .gfield_checkbox li label {
    font-weight: normal;
}

main .gform_wrapper .message {
    margin: 20px 0;
}

.ui-widget {
    background: white;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 1px 3px #000000;
}

.ui-datepicker {
    padding: 0;
    z-index: 9 !important;
}

.ui-datepicker-header {
    border: none;
    border-bottom: 1px solid #ce0058;
    background: transparent;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 7px;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title:after {
    clear: both;
    content: " ";
    display: table;
}

.ui-datepicker .ui-datepicker-title select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    /*color: #f7f7f7;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 90px;
    float: left;
    margin-left: 40px;
}

.ui-datepicker .ui-datepicker-title select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-datepicker .ui-datepicker-title select::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.ui-datepicker .ui-datepicker-title select:-ms-input-placeholder {
    color: #777777;
}

.ui-datepicker .ui-datepicker-title select::-webkit-input-placeholder {
    color: #777777;
}

.ui-datepicker .ui-datepicker-title select[disabled],
.ui-datepicker .ui-datepicker-title select[readonly],
fieldset[disabled] .ui-datepicker .ui-datepicker-title select {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.ui-datepicker .ui-datepicker-title select {
    height: auto;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: none;
    color: #5f5e5e;
    padding: 0 7px;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker table {
    margin: 0;
    width: 100%;
    min-width: 300px;
}

.ui-datepicker th {
    padding: 0.5rem 0;
    color: #ce0058;
    font-size: 1rem;
    font-weight: normal;
    text-shadow: 0 0 2px #ffffff;
    text-transform: uppercase;
    border: none;
}

.ui-datepicker td {
    border: none;
    padding: 0;
    text-align: center;
}

td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0.5rem 0;
    margin: 0;
    font-weight: normal;
    color: #5f5e5e;
    font-size: 1rem;
    display: block;
}

td .ui-state-active,
td .ui-state-hover {
    background: #000000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: white;
}

.gallery-row {
    padding: 12px 0;
}

.aligncenter {
    display: block;
    margin: 12px auto;
    max-width: 100%;
    height: auto;
}

.alignleft,
.alignright {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto 20px auto;
}

.alignnone {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.alignnone img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

figure.alignnone {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

@media (min-width: 48em) {
    .alignleft {
        float: left;
        margin-top: 6px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .alignright {
        float: right;
        margin-top: 6px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

/* end .wp-caption */
.nav__close,
.nav__search {
    display: none;
}

body .site-overlay {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #000;
    z-index: 1039;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease all;
}

body.nav-open .site-overlay {
    visibility: visible;
    opacity: 0.6;
    z-index: 1039;
}

body.nav-open .navbar--header {
    visibility: visible;
    opacity: 1;
    right: 0;
}

body.nav-open .nav__close {
    display: block;
    background: black;
    color: white;
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    z-index: 9999;
    width: 100%;
    border: 0;
}

body.nav-open .nav__search {
    display: block;
    background: white;
    color: black;
    text-align: left;
    padding-left: 17px;
    font-size: 23px;
    line-height: 40px;
    position: relative;
    z-index: 9999;
    border-left: 1px solid #efefef;
}

body.nav-open .mobile-menu nav {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.site-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.navbar--header nav ul {
    background: #ce0058;
    height: auto;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.navbar--header nav ul > li {
    position: relative;
    width: 100%;
}

.navbar--header nav ul li {
    display: block;
}

.navbar--header nav ul li.tap ul {
    display: block;
    position: relative;
}

.navbar--header nav ul li.tap a span:after {
    border-width: 0 6.5px 6.5px 6px;
    border-color: transparent transparent #ffffff transparent;
}

.navbar--header nav ul a {
    line-height: 40px;
    position: relative;
    display: block;
    color: #161616;
    padding: 0px 10px;
}

.navbar--header nav ul a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #9b0042;
}

.navbar--header nav ul a span:after {
    content: " ";
    display: block;
    top: 44%;
    left: 40%;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 6.5px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}

.navbar--header nav ul ul {
    background: #e80063;
    display: none;
}

.navbar--header nav ul ul a {
    cursor: pointer;
    display: block;
    color: white;
    line-height: 30px;
    padding: 0 10px;
}

.banner__nav-control {
    height: 60px;
}

.navbar--header {
    display: none;
}

.mobile-menu.navbar--header {
    /* Common styles of menus */
    display: block;
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease all;
    /* Hide the inner submenus */
    /*
    When a submenu is openend, we will hide all li siblings.
    For that we give a class to the parent menu called "dl-subview".
    We also hide the submenu link.
    The opened submenu will get the class "dl-subviewopen".
    All this is done for any sub-level being entered.
    */
    /* Dynamically added submenu outside of the menu context */
    /* Animation classes for moving out and in */
    /* No JS Fallback */
}

.mobile-menu.navbar--header nav {
    perspective: 1000px;
    perspective-origin: 50% 200%;
    transform-style: preserve-3d;
}

.mobile-menu.navbar--header nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.mobile-menu.navbar--header nav li {
    position: relative;
}

.mobile-menu.navbar--header nav li img {
    display: none;
}

.mobile-menu.navbar--header nav li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    line-height: 20px;
    border-top: 1px solid #a8044a;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.mobile-menu.navbar--header nav li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu.navbar--header nav li.dl-back > a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu.navbar--header .no-touch nav li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.mobile-menu.navbar--header nav {
    margin: 0 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
}

.mobile-menu.navbar--header nav .menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.mobile-menu.navbar--header nav .menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu.navbar--header nav li .dropdown-menu {
    display: none;
}

.mobile-menu.navbar--header .dl-subview li,
.mobile-menu.navbar--header .dl-subview li.dl-subviewopen > a,
.mobile-menu.navbar--header .dl-subview li.dl-subview > a {
    display: none;
}

.mobile-menu.navbar--header .dl-subview li.dl-subview,
.mobile-menu.navbar--header .dl-subview li.dl-subview .dropdown-menu,
.mobile-menu.navbar--header .dl-subview li.dl-subviewopen,
.mobile-menu.navbar--header .dl-subview li.dl-subviewopen > .dropdown-menu,
.mobile-menu.navbar--header .dl-subview li.dl-subviewopen > .dropdown-menu > li {
    display: block;
}

.mobile-menu.navbar--header nav > .dropdown-menu {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    margin: 0;
}

.mobile-menu.navbar--header .dl-animate-out-2 {
    animation: MenuAnimOut2 0.3s ease-in-out;
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.mobile-menu.navbar--header .dl-animate-in-2 {
    animation: MenuAnimIn2 0.3s ease-in-out;
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.mobile-menu.navbar--header nav .dropdown-menu.dl-animate-in-2 {
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.mobile-menu.navbar--header nav .dropdown-menu.dl-animate-out-2 {
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.mobile-menu.navbar--header .no-js nav .dl-menu {
    position: relative;
    opacity: 1;
    -ms-transform: none;
    transform: none;
}

.mobile-menu.navbar--header .no-js nav li .dropdown-menu {
    display: block;
}

.mobile-menu.navbar--header .no-js nav li.dl-back {
    display: none;
}

.mobile-menu.navbar--header .no-js nav li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu.navbar--header .no-js .nav li > a:not(:only-child):after {
    content: '';
}

.mobile-menu.navbar--header nav ul.mobile-below {
    background-color: #efefef;
    padding: 10px 0;
}

.mobile-menu.navbar--header nav ul.mobile-below li a {
    color: black;
    font-size: 13px;
    border: 0;
}

h3.accordion__title {
    display: none;
}

.accordion__header {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 10px 0 10px 60px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    /* title closed */
    /* title opened */
}

.accordion__header:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 6px;
    color: white;
    transition: all 0.3s ease;
    font-size: 15px;
    background-color: #ce0058;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}

.accordion__header[aria-expanded="false"]:before {
    font-family: "fontawesome";
    content: "\f067";
}

.accordion__header[aria-expanded="true"]:before {
    font-family: "fontawesome";
    content: "\f068";
    background-color: #5f5e5e;
}

.accordion__panel {
    background-color: transparent;
    padding: 0 0 15px 60px;
}

.accordion__panel[aria-hidden="false"] {
    transition: all 1s ease;
}

.js .accordion__header {
    /* title closed */
    /* title opened */
}

.js .accordion__header[aria-hidden="true"]:after {
    content: "\02C5";
}

.js .accordion__header[aria-hidden="false"] {
    font-weight: bold;
}

.js .accordion__header[aria-hidden="false"]:after {
    content: "\02C4";
}

.js .accordion__panel[aria-hidden=true] {
    display: none;
}

.js .accordion__panel[aria-hidden="false"] {
    border-bottom-color: #ce0058;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

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

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

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

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

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

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

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

.fa-th:before {
    content: "\f00a";
}

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

.fa-check:before {
    content: "\f00c";
}

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

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

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

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

.fa-signal:before {
    content: "\f012";
}

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

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

.fa-home:before {
    content: "\f015";
}

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

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

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

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

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

.fa-inbox:before {
    content: "\f01c";
}

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

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

.fa-refresh:before {
    content: "\f021";
}

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

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

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

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

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

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
    content: "\f03a";
}

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

.fa-indent:before {
    content: "\f03c";
}

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

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

.fa-pencil:before {
    content: "\f040";
}

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

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

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

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

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

.fa-arrows:before {
    content: "\f047";
}

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

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

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

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

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

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

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

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

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

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

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1;
}

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

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

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

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

.slick-prev {
    left: 10px;
}

.slick-prev:before {
    content: '\f053';
}

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

[dir='rtl'] .slick-prev:before {
    content: '\f054';
}

.slick-next {
    right: 10px;
}

.slick-next:before {
    content: '\f054';
}

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

[dir='rtl'] .slick-next:before {
    content: '\f053';
}

.slick-active {
    z-index: 999;
}

/* Dots */
.slick-dots {
    text-align: left;
    display: block;
    padding: 0;
    list-style: none;
}

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

.slick-dots li:first-child {
    margin-left: 0;
}

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

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

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

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

.slick-dots li.slick-active button {
    background: #b1b1b1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@font-face {
    font-family: 'angelina';
    src: url('../fonts/angelina.eot');
    src: url('../fonts/angelina.eot?#iefix') format('embedded-opentype'), url('../fonts/angelina.woff2') format('woff2'), url('../fonts/angelina.woff') format('woff'), url('../fonts/angelina.ttf') format('truetype'), url('../fonts/angelina.svg#angelina') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot?-owabew');
    src: url('../fonts/fontawesome-webfont.eot?#iefix-owabew') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf?-owabew') format('truetype'), url('../fonts/fontawesome-webfont.woff?-owabew') format('woff'), url('../fonts/fontawesome-webfont.svg?-owabew#signet') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.font-icon {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-arrow-left:before {
    content: "\e600";
}

.icon-arrow-right:before {
    content: "\e601";
}

.icon-arrow-up:before {
    content: "\e602";
}

.icon-arrow-down:before {
    content: "\e603";
}

.icon-caret-down:before {
    content: "\e604";
}

.icon-caret-up:before {
    content: "\e605";
}

.icon-caret-left:before {
    content: "\e606";
}

.icon-caret-right:before {
    content: "\f061";
}

.icon-menu:before {
    content: "\f0c9";
}

.icon-close:before {
    content: "\f00d";
}

.icon-tag:before {
    content: "\e60a";
}

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

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

.icon-email:before {
    content: "\e60c";
}

.icon-basket-empty:before {
    content: "\e60d";
}

.icon-basket-full:before {
    content: "\e60e";
}

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

.icon-facebook:before {
    content: "\f09a";
}

.icon-googleplus:before {
    content: "\f0d5";
}

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

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

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

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

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

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

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

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

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

.breadcrumbs {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0;
    font-size: 12px;
}

.breadcrumbs > span {
    margin-left: 5px;
}

.breadcrumbs > span:first-child {
    margin-left: 0;
}

.breadcrumbs .icon-angle-right {
    margin: 0 6px;
}

.breadcrumbs a,
.breadcrumbs a:visited {
    color: #5f5e5e;
    text-decoration: underline;
}

.nav--post,
.nav--page {
    margin-top: 28px;
}

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

.nav--post:after,
.nav--page:after {
    clear: both;
}

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

.nav--post:after,
.nav--page:after {
    clear: both;
}

.nav--post .nav--row,
.nav--page .nav--row {
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav--post .nav__content,
.nav--page .nav__content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #efefef;
    padding: 20px;
    display: block;
    text-align: center;
    position: relative;
    transition: all 0.3 ease;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 16px;
    color: #121212;
    margin: 0 5px;
}

.nav--post .nav__content:first-child,
.nav--page .nav__content:first-child {
    margin-bottom: 1px;
}

.nav--post .nav__content .icon-angle-left,
.nav--page .nav__content .icon-angle-left {
    position: absolute;
    top: 40%;
    left: 30px;
    font-size: 30px;
    color: #ce0058;
    font-weight: bold;
}

.nav--post .nav__content .icon-angle-right,
.nav--page .nav__content .icon-angle-right {
    position: absolute;
    top: 40%;
    right: 30px;
    font-size: 30px;
    color: #ce0058;
    font-weight: bold;
}

.nav--post .nav__content .nav__title,
.nav--page .nav__content .nav__title {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    color: headings;
}

.sidebar--page {
    background-color: #f7f7f7;
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.sidebar--page h2 {
    font-size: 20px;
    margin: 7px 0 7px 15px;
}

.sidebar--page h2 a {
    display: block;
    color: #121212;
    text-decoration: none;
    position: relative;
}

.sidebar--page h2 a:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    position: absolute;
    right: 15px;
    top: 6px;
}

.sidebar--page h2.active a:after {
    content: "\f068";
}

.sidebar--page nav {
    height: 0;
    overflow: hidden;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 500ms ease;
}

.sidebar--page nav ul {
    margin: 15px 0 0;
    padding: 0;
}

.sidebar--page nav ul:before,
.sidebar--page nav ul:after {
    content: " ";
    display: table;
}

.sidebar--page nav ul:after {
    clear: both;
}

.sidebar--page nav ul:before,
.sidebar--page nav ul:after {
    content: " ";
    display: table;
}

.sidebar--page nav ul:after {
    clear: both;
}

.sidebar--page nav li {
    display: block;
    margin: 6px 0;
}

.sidebar--page nav li.current_page_item a {
    background-color: white;
}

.sidebar--page nav a {
    display: block;
    font-size: 16px;
    color: #ce0058;
    padding: 13px 15px;
    background-color: #efefef;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.sidebar--page nav a:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
}

.sidebar--page nav.active {
    height: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sidebar--event {
    padding: 0;
}

.sidebar--event #sidebar__event__control {
    padding: 10px;
}

.sidebar--event #event__details {
    height: 0;
    overflow: hidden;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 500ms ease;
}

.sidebar--event #event__details.active {
    height: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sidebar--event #event__details .event__item {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #efefef;
    margin-bottom: 10px;
    padding: 15px 0;
}

.sidebar--event #event__details .event__title {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar--event #event__details .event__title:after {
    content: "\003A";
    display: inline;
}

.sidebar--event #event__details .event__title h3 {
    margin: 0 0 0 15px;
    display: inline;
    line-height: 16px;
}

.sidebar--event #event__details .event__info {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar--event #event__details .event__info p {
    margin: 0 15px 0 0;
    font-size: 16px;
}

.sidebar--event #event__details .event__map {
    margin: 0 0 10px;
    padding: 0;
}

.sidebar--event #event__details .acf-map {
    height: 320px;
}

.sidebar--event .ads .ads--one__text {
    margin: 0;
    text-align: center;
}

.sidebar--event .ads .ads--one__text p {
    font-size: 14px;
    margin: 15px 0 0;
}

.ads {
    margin-bottom: 30px;
    padding: 0 20px;
}

.ads > div {
    margin-top: 30px;
}

.ads .ads--one {
    margin-bottom: 30px;
}

.ads .ads--one .ads--one__content {
    border: 2px solid #ce0058;
    border-radius: 4px;
    padding: 25px;
    color: #161616;
    font-size: 17px;
    background: no-repeat 25px center white;
}

.ads .ads--one .ads--one__content a {
    font-size: 16px;
}

.ads .ads--one__text {
    margin-left: 30%;
}

.ads .ads--two .ads--two__content {
    padding: 15px;
    color: white;
    font-size: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #AD134D;

}

.ads .ads--two .ads--two__content a {
    font-size: 16px;
}

.ads .ads--two__text {
    margin-left: 40%;
}

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

.ads .social:after {
    clear: both;
}

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

.ads .social:after {
    clear: both;
}

.ads .social h4 {
    padding-top: 30px;
}

.ads .social .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 0;
}

.ads .social .a2a_kit a:first-child {
    padding-left: 0;
}

.sidebar--page .ads {
    display: none;
}

.ml-tributesearch-searchbox {
    height: 44px;
    padding: 4px 10px 4px 10px;
    max-width: 350px;
    width: 100%;
    margin-right: 8px;
    border: 1px solid #eeefee;
    background-color: #eeefee;
    vertical-align: middle;
}

.ml-tributesearch-summary {
    margin: 20px 0 20px 0;
}

.ml-tributesearch-thumbnail {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.ml-tributesearch-thumbnail img {
    width: 50px;
}

.ml-tributesearch-resultscontainer {
    margin-bottom: 20px;
}

.ml-tributesearch-result {
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px;
    min-height: 50px;
}

.ml-tributesearch-result h3 a {
    color: #121212;
}

.ml-tributesearch-result h3 a:hover {
    text-decoration: none;
}

.ml-tributesearch-result h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.ml-tributesearch-eventowner {
    font-size: 16px;
    margin-bottom: 5px;
    color: #353535;
}

.ml-tributesearch-pager {
    position: relative;
    width: 400px;
    min-height: 46px;
    margin: auto;
    text-align: center;
}

.ml-tributesearch-pager:blank {
    display: none;
}

.ml-tributesearch-pager-summary {
    display: inline-block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.ml-tributesearch-btn-next {
    position: absolute;
    top: 0;
    right: 0;
}

.ml-tributesearch-btn-previous {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 478px) and (min-width: 0px) {
    .ml-tributesearch-searchbox {
        margin: 10px 0 10px 0;
    }

    .ml-tributesearch-pager {
        width: 100%;
        margin: 0;
    }

    .ml-tributesearch-pager {
        min-height: 70px;
    }

    .ml-tributesearch-btn-next {
        top: 40px;
    }

    .ml-tributesearch-btn-previous {
        top: 40px;
    }
}

#ml-tributecreate-container iframe {
    width: 100%;
}

#ml-tributecreate-container {
    background-color: #efefef;
}

.banner {
    padding-bottom: 25px;
}

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

@media (min-width: 48em) {
    .banner .banner__container {
        width: 750px;
    }
}

@media (min-width: 62em) {
    .banner .banner__container {
        width: 970px;
    }
}

@media (min-width: 75em) {
    .banner .banner__container {
        width: 1210px;
    }
}

.banner .banner__row {
    margin-left: -15px;
    margin-right: -15px;
}

.banner .banner__donate--mobile a {
    width: 100%;
    border-radius: 0;
}

.banner .banner__logo {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.banner .banner__logo .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background: url("../img/logo.svg") no-repeat center center;
    background-size: contain;
    width: 140px;
    height: 60px;
    margin: 0 20px;
}

.banner .banner__buttons {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    padding: 35px 15px 0;
}

.banner .banner__buttons .donate,
.banner .banner__buttons .search-form {
    display: none;
}

.banner .banner__buttons .icon-menu {
    margin-right: 10px;
}

.banner .banner__description,
.banner .banner__search,
.banner .banner__donate--tablet {
    display: none;
}

.page__featured-image {
    background: no-repeat center center;
    background-size: cover;
    height: 200px;
}

.page-template-template-fundraising .page__featured-image {
    height: 150px;
}

.page__featured-image .page__header__text {
    display: none;
}

.main {
    padding-bottom: 20px;
}

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

@media (min-width: 48em) {
    .main .page__wrap {
        width: 750px;
    }
}

@media (min-width: 62em) {
    .main .page__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) {
    .main .page__wrap {
        width: 1210px;
    }
}

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

.main .page__wrap:after {
    clear: both;
}

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

.main .page__wrap:after {
    clear: both;
}

.main .page__row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.main .page__row:after {
    clear: both;
}

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

.main .page__row:after {
    clear: both;
}

.main .page__columns {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.main .page__header h1 {
    margin-top: 0;
}

.content-info {
    background-color: #ce0058;
    color: white;
    font-size: 13px;
}

.content-info h3 {
    font-size: 16px;
    color: white;
}

.content-info .footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 48em) {
    .content-info .footer__container {
        width: 750px;
    }
}

@media (min-width: 62em) {
    .content-info .footer__container {
        width: 970px;
    }
}

@media (min-width: 75em) {
    .content-info .footer__container {
        width: 1210px;
    }
}

.content-info .footer__row {
    margin-left: -15px;
    margin-right: -15px;
}

.content-info .footer__text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.content-info .footer__text a {
    color: white;
    text-decoration: none;
    display: block;
}

.content-info .footer__text a[href^="tel"] {
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    cursor: default;
    padding-right: 6px;
    margin-top: 12px;
}

.content-info .footer__text a[href^="tel"]:hover,
.content-info .footer__text a[href^="tel"]:focus {
    text-decoration: none;
    color: white;
}

.content-info .footer__nav {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-info .footer__nav ul {
    padding-left: 0;
}

.content-info .footer__nav li {
    display: inline;
    margin-right: 2%;
}

.content-info .footer__nav a {
    color: white;
}

.content-info .footer__ns {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.content-info .footer__ns form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.content-info .footer__ns form .gform_body {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content-info .footer__ns form ul {
    margin-top: 0;
}

.content-info .footer__ns form ul,
.content-info .footer__ns form li {
    margin-bottom: 0;
}

.content-info .footer__ns form input {
    background: #f7f7f7;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #5f5e5e;
    box-shadow: none;
    border: 0;
}

.content-info .footer__ns form button {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 39px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: black;
    background-size: 18px;
    width: 40px;
    position: relative;
}

.content-info .footer__ns form button:hover,
.content-info .footer__ns form button:focus {
    background-color: #5f5e5e;
}

.content-info .footer__ns form button:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f061";
    display: inline-block;
    font-size: 20px;
    color: white;
    top: 8px;
    left: 13px;
}

.content-info .footer__fr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-info .footer__fr a {
    margin-right: 5px;
}

.content-info .footer__fr .footer__image-parent {
    margin-right: 60px;
    margin-top: 15px;
    max-width: 190px;
}

.content-info .footer__fr .footer__image-parent a {
    margin-right: 0;
}

.content-info .footer__fr .footer__image-parent .fr-logo {
    max-height: 100px;
}

.content-info .footer__social {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}

.content-info .footer__social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: black;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding-top: 10px;
}

.content-info .footer__social a:last-child {
    margin-right: 0;
}

.content-info .footer__social a:hover,
.content-info .footer__social a:focus {
    background-color: #5f5e5e;
    text-decoration: none;
}

.content-info .footer__form a {
    display: inline-block;
    background-color: black;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 10px 60px;
}

.content-info .footer__form a:hover,
.content-info .footer__form a:focus {
    background-color: #5f5e5e;
    text-decoration: none;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
}

.home .main {
    padding-bottom: 0;
}

.home .billboard {
    margin-bottom: 10px;
    height: 300px;
}

.home .billboard .slick-slide {
    background: no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.home .billboard .billboard__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.home .billboard .billboard__wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 48em) {
    .home .billboard .billboard__wrap {
        width: 750px;
    }
}

@media (min-width: 62em) {
    .home .billboard .billboard__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) {
    .home .billboard .billboard__wrap {
        width: 1210px;
    }
}

.home .billboard .billboard__row {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home .billboard .billboard__text {
    width: 50%;
    margin: auto;
}

.home .billboard .billboard__text h2 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    color: #161616;
}

.home .billboard .billboard__text h3 {
    display: none;
}

.home .billboard .billboard__button {
    width: 50%;
    text-align: right;
    margin: auto;
}

.home .bingo {
    background-color: #efefef;
    padding: 20px;
    text-align: center;
}

.home .bingo .bingo--tablet {
    display: none;
}

.home .pack,
.page-template-template-recycling-listing .pack {
    background: url('../img/pack-lgmob.jpg') no-repeat right center #A92F52;
    background-size: cover;
    color: white;
    padding: 30px 0;
    margin-top: 30px;
}

.home .pack .pack__text,
.page-template-template-recycling-listing .pack .pack__text {
    background-color: rgba(231, 131, 179, 0.9);
    padding: 16px;
    border-radius: 2px;
    text-align: left;
    max-width: 768px;
}

.home .pack,
.page-template-template-recycling-listing .pack::after {
    content: " ";
    clear: both;
    display: block;
}

.home .pack .pack__content,
.page-template-template-recycling-listing .pack .pack__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.home .pack .pack__content .button,
.page-template-template-recycling-listing .pack .pack__content .button {
    margin-top: 18px;
}

.page__builder h1,
.page__builder h2,
.page__builder h3,
.page__builder h4 {
    text-indent: 2px;
    margin: 15px 0px 5px 0px;
}

.page__builder .page-list {
    margin-left: -15px;
    margin-right: -15px;
}

.page__builder .page-list__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.page__builder .page-list__item p {
    margin-top: 20px;
    margin-bottom: 0;
}

.page__builder .page_list__image {
    background: no-repeat center center;
    background-size: cover;
    height: 180px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page__builder .page_list__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
    transition: all 0.3s ease;
}

.page__builder .page_list__image:hover,
.page__builder .page_list__image:focus {
    text-decoration: none;
}

.page__builder .page_list__image:hover:after,
.page__builder .page_list__image:focus:after {
    background-color: rgba(206, 0, 88, 0.6);
}

.page__builder .page_list__image:hover h3,
.page__builder .page_list__image:focus h3 {
    text-decoration: none;
}

.page__builder .page_list__image h3 {
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.page__builder .one_column .wysiwyg_editor img,
.page__builder .two_column .wysiwyg_editor img,
.page__builder .third_two_thirds .wysiwyg_editor img,
.page__builder .two_thirds_thirds .wysiwyg_editor img,
.page__builder .three_column .wysiwyg_editor img,
.page__builder .four_column .wysiwyg_editor img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.page__builder .call_to_action {
    clear: both;
    padding: 20px 0px 10px 0px;
}

.page__builder .call_to_action a {
    float: right;
    margin-top: 5px;
}

.page__builder .call_to_action a:hover {
    background: #fff;
    color: #ce0058;
}

.page__builder iframe {
    max-width: 100%;
    max-height: 300px;
}

.page__builder .schedule .schedule__inner {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.page__builder .schedule .schedule__inner table {
    width: 100%;
    text-align: left;
}

.page__builder .schedule .schedule__inner table thead {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.page__builder .schedule .schedule__inner table th,
.page__builder .schedule .schedule__inner table td {
    padding: 8px;
}

.page__builder .schedule .schedule__inner table tr:nth-child(even) {
    background: #eeeeee;
}

.page__builder .tablepress tfoot th,
.page__builder .tablepress thead th {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.bg-cols {
    padding-top: 0px !important;
}

.bg-cols .inner {
    position: relative;
    padding: 10px 20px 80px 20px;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.bg-cols .inner h3 {
    font-size: 18px;
}

.bg-cols .inner a.button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.newsletter {
    background: #ce0058;
    padding-top: 0px !important;
}

.newsletter .gform_footer {
    text-align: center;
    clear: none;
    padding: 0;
    margin: 2px 0 0 0;
}

.newsletter .gform_footer .gform_button:hover {
    background: #fff;
    color: black;
}

.quote-cols {
    padding-bottom: 40px !important;
}

.quote-cols .inner {
    border-bottom: 5px solid #ce0058;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    background: #f4f4f4;
    min-height: 210px;
}

.quote-cols .inner blockquote p {
    text-align: left;
}

.quote-cols p {
    text-align: center;
}

.quote-cols .gform_wrapper li.gfield {
    width: 100%;
}

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

.accordion__wrapper:after {
    clear: both;
}

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

.accordion__wrapper:after {
    clear: both;
}

.page-slideshow:before,
.page-slideshow:after {
    content: " ";
    display: table;
}

.page-slideshow:after {
    clear: both;
}

.page-slideshow:before,
.page-slideshow:after {
    content: " ";
    display: table;
}

.page-slideshow:after {
    clear: both;
}

.page-slideshow .page-slideshow__inner {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-slideshow .page-slideshow__slick {
    border: 5px solid #ce0058;
    border-radius: 6px;
}

.page-slideshow .page-slideshow__item {
    background: no-repeat center center;
    background-size: cover;
    height: 480px;
    position: relative;
}

.page-slideshow .page-slideshow__item p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

.page-gallery .page-gallery__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px;
}

.page-gallery .page-gallery__image {
    min-height: 150px;
    background: no-repeat center center;
    background-size: cover;
    height: 150px;
}

.single-post .sidebar--page {
    display: none;
}

.single-post article header {
    font-size: 14px;
    color: #121212;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.single-post article header [class^="icon-"],
.single-post article header [class*=" icon-"] {
    margin-right: 9px;
}

.single-post article header .published {
    margin-right: 10px;
}

.single-post article header .published:after {
    display: inline-block;
    content: "\007C";
    margin-left: 10px;
}

.blog .sidebar--page,
.archive .sidebar--page {
    display: none;
}

.blog .home__text,
.archive .home__text {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.blog .alert,
.archive .alert {
    padding-top: 30px;
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.blog form,
.archive form {
    margin-top: 30px;
    font-size: 16px;
}

.blog form ul,
.archive form ul {
    margin-top: 0;
}

.blog form ul,
.archive form ul,
.blog form li,
.archive form li {
    margin-bottom: 0;
}

.blog form input[type="search"],
.archive form input[type="search"] {
    background: #f7f7f7;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #5f5e5e;
    box-shadow: none;
    border: 0;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    padding: 6px 12px;
    width: 240px;
}

.blog form button,
.archive form button {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 39px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: black;
    background-size: 18px;
    width: 40px;
    position: relative;
    display: inline-block;
}

.blog form button:hover,
.archive form button:hover,
.blog form button:focus,
.archive form button:focus {
    background-color: #5f5e5e;
}

.blog form button:after,
.archive form button:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f061";
    display: inline-block;
    font-size: 20px;
    color: white;
    top: 8px;
    left: 13px;
}

.blog article,
.archive article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.blog article header,
.archive article header {
    font-size: 14px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog article header [class^="icon-"],
.archive article header [class^="icon-"],
.blog article header [class*=" icon-"],
.archive article header [class*=" icon-"] {
    margin-right: 9px;
}

.blog article header .published,
.archive article header .published {
    margin-right: 10px;
}

.blog article header .published:after,
.archive article header .published:after {
    display: inline-block;
    content: "\007C";
    margin-left: 10px;
}

.blog article .entry-image,
.archive article .entry-image {
    text-align: center;
    margin-bottom: 20px;
}

.blog article .entry-image img,
.archive article .entry-image img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.blog article .entry-summary .read-more,
.archive article .entry-summary .read-more {
    display: inline-block;
    font-weight: 600;
}

.blog .malinky-load-more a,
.archive .malinky-load-more a {
    color: white;
    background-color: #ce0058;
    border-color: #ce0058;
    padding: 10px 22px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.blog .malinky-load-more a:hover,
.archive .malinky-load-more a:hover,
.blog .malinky-load-more a:focus,
.archive .malinky-load-more a:focus,
.blog .malinky-load-more a:active,
.archive .malinky-load-more a:active,
.blog .malinky-load-more a.active,
.archive .malinky-load-more a.active {
    color: white;
    background-color: #5f5e5e;
    border-color: #5f5e5e;
    text-decoration: none;
}

.blog.paged .home__text p {
    display: none;
}

.error404 .page__featured-image {
    background: no-repeat center center;
    background-size: cover;
    height: 200px;
}

.error404 .page__featured-image .page__header__text {
    display: none;
}

.error404 .sidebar--page {
    display: none;
}

.error404 main .breadcrumbs {
    display: none;
}

.page-template-template-recycling-listing .main {
    padding-bottom: 0;
}

.page-template-template-recycling-listing .main .main-padded {
    padding-bottom: 50px;
}

.page-template-template-recycling-listing .page__builder .page-list__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.page-template-template-recycling-listing .page__builder .page-list__item p {
    margin-top: 20px;
    margin-bottom: 0;
}

.page-template-template-recycling-listing .page__builder .page_list__image {
    height: 180px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ce0058;
}

.page-template-template-recycling-listing .page__builder .page_list__image:after {
    display: none;
}

.page-template-template-recycling-listing .page__builder .page_list__image:hover,
.page-template-template-recycling-listing .page__builder .page_list__image:focus {
    text-decoration: none;
    background-color: #5f5e5e;
}

.page-template-template-recycling-listing .page__builder .page_list__image:hover:after,
.page-template-template-recycling-listing .page__builder .page_list__image:focus:after {
    display: none;
}

.page-template-template-recycling-listing .page__builder .page_list__image:hover h3,
.page-template-template-recycling-listing .page__builder .page_list__image:focus h3 {
    text-decoration: none;
}

.page-template-template-recycling-listing .page__builder .page_list__image h3 {
    margin-top: 15px;
}

.page-template-template-recycling-listing .content-info {
    margin-top: 0;
}

.page-template-template-recycling-single .page__header:before,
.page-template-template-recycling-single .page__header:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single .page__header:after {
    clear: both;
}

.page-template-template-recycling-single .page__header:before,
.page-template-template-recycling-single .page__header:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single .page__header:after {
    clear: both;
}

.page-template-template-recycling-single .header-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

.page-template-template-recycling-single .header-inner h1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}

.page-template-template-recycling-single .page__builder iframe {
    max-height: 100%;
}

.page-template-template-recycling-single main .gform_wrapper {
    background-color: #efefef;
    padding: 20px;
}

.page-template-template-recycling-single main .gform_wrapper h3.gform_title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields {
    padding-left: 0;
    list-style: none;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li {
    padding-left: 0;
    margin-bottom: 0;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li:before {
    display: none;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.title select {
    background: url('../img/caret-down.svg') no-repeat center right 20px white;
    background-size: 10px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions {
    width: 100%;
    padding-top: 10px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions .gfield_label {
    display: none;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions input[type="checkbox"]:checked + label:before {
    color: #ce0058;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions label {
    padding-left: 40px;
    position: relative;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: white;
    line-height: 22px;
    padding-left: 2px;
    border-radius: 4px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.terms_conditions .gfield_description {
    font-size: 14px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield .validation_message {
    color: #ce0058;
    font-weight: 600;
    padding: 5px 15px;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields input,
.page-template-template-recycling-single main .gform_wrapper .gform_fields select,
.page-template-template-recycling-single main .gform_wrapper .gform_fields textarea {
    border: 0;
    margin-bottom: 10px;
    line-height: 38px;
    padding: 0 15px;
    color: black;
}

.page-template-template-recycling-single main .gform_wrapper .gform_fields select {
    color: #5f5e5e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
    .page-template-template-recycling-single main .gform_wrapper .gform_fields select {
        padding: 0 10px;
    }
}

.page-template-template-recycling-single main .gform_wrapper .validation_error {
    border: 1px solid #ce0058;
    border-radius: 4px;
    padding: 15px;
    color: #ce0058;
    margin-bottom: 15px;
    text-align: center;
}

.page-template-template-recycling-single main .gform_wrapper .gform_footer {
    transition: all 0.3s ease;
    clear: left;
    padding-top: 15px;
}

.page-template-template-recycling-single main .address-box {
    margin-bottom: 12px;
}

.page-template-template-recycling-single main .address-box:before,
.page-template-template-recycling-single main .address-box:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single main .address-box:after {
    clear: both;
}

.page-template-template-recycling-single main .address-box:before,
.page-template-template-recycling-single main .address-box:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single main .address-box:after {
    clear: both;
}

.page-template-template-recycling-single main .address-box__inner {
    background-color: #efefef;
    padding: 20px;
    text-align: center;
}

.page-template-template-recycling-single main .address-box__inner p {
    margin: 0;
}

.page-template-template-recycling-single .page_list_title {
    margin-bottom: 30px;
}

.page-template-template-recycling-single .page__list {
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-template-recycling-single .page__list .page-list__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    height: 120px;
}

.page-template-template-recycling-single .page__list .page-list__item p {
    margin-top: 20px;
    margin-bottom: 0;
}

.page-template-template-recycling-single .page__list .page_list__image {
    height: 120px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ce0058;
}

.page-template-template-recycling-single .page__list .page_list__image:after {
    display: none;
}

.page-template-template-recycling-single .page__list .page_list__image:hover,
.page-template-template-recycling-single .page__list .page_list__image:focus {
    text-decoration: none;
    background-color: #5f5e5e;
}

.page-template-template-recycling-single .page__list .page_list__image:hover:after,
.page-template-template-recycling-single .page__list .page_list__image:focus:after {
    display: none;
}

.page-template-template-recycling-single .page__list .page_list__image:hover h3,
.page-template-template-recycling-single .page__list .page_list__image:focus h3 {
    text-decoration: none;
}

.page-template-template-recycling-single .page__list .page_list__image img {
    height: 60px;
}

.page-template-template-recycling-single .page__list .page_list__image h3 {
    margin: 15px 0 0;
    color: white;
    font-size: 16px;
}

.page-template-template-recycling-single .gform_confirmation_message {
    background: #efefef;
}

.page-template-template-recycling-single .gform_confirmation_message:before,
.page-template-template-recycling-single .gform_confirmation_message:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single .gform_confirmation_message:after {
    clear: both;
}

.page-template-template-recycling-single .gform_confirmation_message:before,
.page-template-template-recycling-single .gform_confirmation_message:after {
    content: " ";
    display: table;
}

.page-template-template-recycling-single .gform_confirmation_message:after {
    clear: both;
}

.page-template-template-recycling-single .gform_confirmation_message img {
    margin-left: 30px;
}

.page-template-template-recycling-single .gform_confirmation_message h3 {
    background: #80e176;
    margin: 0px;
    padding: 20px;
}

.page-template-template-recycling-single .gform_confirmation_message h3:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: 20px;
}

.page-template-template-recycling-single .gform_confirmation_message a {
    color: white;
    background-color: #ce0058;
    border-color: #ce0058;
    padding: 10px 22px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.page-template-template-recycling-single .gform_confirmation_message a:hover,
.page-template-template-recycling-single .gform_confirmation_message a:focus,
.page-template-template-recycling-single .gform_confirmation_message a:active,
.page-template-template-recycling-single .gform_confirmation_message a.active {
    color: white;
    background-color: #5f5e5e;
    border-color: #5f5e5e;
    text-decoration: none;
}

.page-template-template-recycling-single #cm_mapTR,
.page-template-template-recycling-single #radius_label,
.page-template-template-recycling-single #radiusSelect_td,
.page-template-template-recycling-single #search_label {
    display: none;
}

.page-template-template-recycling-single #addressInput {
    background: #fff !important;
    padding: 9px 10px 8px 10px !important;
}

.page-template-template-recycling-single .sl_header tr {
    width: 134px;
}

.page-template-template-recycling-single .sl_header tr:first-child {
    width: calc(100% - 190px);
}

.page-template-template-recycling-single .sl_header tr:last-child {
    width: 190px;
}

.page-template-template-recycling-single .sl_header tr:first-child input {
    width: 100%;
}

.page-template-template-recycling-single .sl_header tr:last-child input {
    width: calc(100% - 40px) !important;
    border: none;
    background-color: #ce0058;
    height: 100% !important;
    color: white !important;
    line-height: 38px;
}

.page-template-template-recycling-single .sl_header tr:last-child td:nth-child(3n):before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/locate.png) top left no-repeat;
    display: inline-block;
    position: relative;
    float: right;
}

.page-template-template-recycling-single .sl_header tr,
.page-template-template-recycling-single .sl_header td {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
}

.page-template-template-recycling-single .sl_header td {
    width: 100%;
    text-align: right;
}

.page-template-template-contact .main .page__content,
.page-template-template-contact .main .page__content--featured {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-contact .main .contact__row {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 18px;
}

.page-template-template-contact .main .contact__form,
.page-template-template-contact .main .contact__details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.page-template-template-contact .main .contact__form {
    margin-bottom: 30px;
}

.page-template-template-contact .main .contact__details {
    color: #121212;
}

.page-template-template-contact .main .gform_wrapper {
    background-color: #efefef;
    padding: 20px;
}

.gform_page:after {
    clear: both;
    content: " ";
    display: table;
}

.page-template-template-contact .main .gform_wrapper h3.gform_title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li {
    padding-left: 0;
    margin-bottom: 0;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li:before {
    display: none;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.title select {
    background: url('../img/caret-down.svg') no-repeat center right 20px white;
    background-size: 10px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.full {
    width: 99%;
    /*height: 100px;*/
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.full textarea {
    height: 100px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions {
    width: 100%;
    padding-top: 20px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions .gfield_label {
    display: none;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions input[type="checkbox"]:checked + label:before {
    color: #ce0058;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions label {
    padding-left: 40px;
    position: relative;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: white;
    line-height: 22px;
    padding-left: 2px;
    border-radius: 4px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield.terms_conditions .gfield_description {
    font-size: 14px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields li.gfield .validation_message {
    color: #ce0058;
    font-weight: 600;
    padding: 5px 15px;
}

.page-template-template-contact .main .gform_wrapper .gform_fields input,
.page-template-template-contact .main .gform_wrapper .gform_fields select,
.page-template-template-contact .main .gform_wrapper .gform_fields textarea {
    border: 0;
    margin-bottom: 10px;
    line-height: 38px;
    padding: 0 15px;
    color: black;
}

.page-template-template-contact .main .gform_wrapper .gform_fields select {
    color: #5f5e5e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
    .page-template-template-contact .main .gform_wrapper .gform_fields select {
        padding: 0 10px;
    }
}

.page-template-template-contact .main .gform_wrapper .validation_error {
    border: 1px solid #ce0058;
    border-radius: 4px;
    padding: 15px;
    color: #ce0058;
    margin-bottom: 15px;
    text-align: center;
}

.page-template-template-contact .main .gform_wrapper .gform_footer {
    transition: all 0.3s ease;
    clear: left;
}

.page-template-template-contact .main .gform_wrapper .gform_footer .button {
    margin-top: 30px;
}

.page-template-template-contact .main .contact__telephone,
.page-template-template-contact .main .contact__email,
.page-template-template-contact .main .contact__postal {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 10px;
}

.page-template-template-contact .main .contact__telephone a[href^="tel"] {
    color: #121212;
    text-decoration: none;
    border-bottom: none;
    cursor: default;
}

.page-template-template-contact .main .contact__telephone a[href^="tel"]:hover,
.page-template-template-contact .main .contact__telephone a[href^="tel"]:focus {
    text-decoration: none;
    color: #121212;
}

.page-template-template-contact .main .contact__postal p {
    margin-bottom: 0;
}

.page-template-template-contact .main .acf-map--mobile {
    text-align: center;
}

.page-template-template-contact .main .acf-map--tablet {
    display: none;
}

.page-template-template-donate aside .donate--tablet {
    display: none;
}

.page-template-template-donate .donate__content {
    margin-bottom: 18px;
}

.page-template-template-donate .donate__caf-and-header,
.page-template-template-donate .donate--tablet {
    display: none;
}

.page-template-template-donate .donate__row {
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-template-donate .donate__card,
.page-template-template-donate .donate__bytext,
.page-template-template-donate .donate__paypal,
.page-template-template-donate .other__cheque,
.page-template-template-donate .other__call {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    background-color: #cbcbcb;
}

.page-template-template-donate .donate__inner {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-template-donate .donate__inner a {
    font-weight: bold;
    min-width: 170px;
}

.page-template-template-donate .donate__inner p {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
    color: #161616;
}

.page-template-template-donate .donate__inner p span {
    color: #ce0058;
}

.page-template-template-donate .donate__inner .donate__button {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.page-template-template-donate .donate__inner .donate__text {
    margin: auto;
    padding-left: 10px;
}

.page-template-template-donate .donate__inner .donate__text.paypal {
    text-align: center;
}

.page-template-template-donate .donate__inner .donate__text.paypal:nth-child(1) {
    float: left;
    width: 52px;
    margin-right: 10px;
}

.page-template-template-donate .donate__inner .donate__text.paypal:nth-child(1) img {
    max-width: 100%;
    height: auto;
}

.page-template-template-donate .donate__inner .donate__text.paypal span {
    display: block;
}

.page-template-template-donate .other__inner {
    padding: 15px;
    color: #161616;
}

.page-template-template-donate .other__inner p {
    margin-bottom: 0;
}

.page-template-template-donate .other__heading h2 {
    margin: 5px 0 15px;
}

.page-template-template-donate .other__call {
    font-weight: bold;
}

.page-template-template-donate .other__call .append:before {
    content: "\0020";
}

.page-template-template-donate .other__call .prepend:after {
    content: "\0020";
}

.page-template-template-donate .other__call a[href^="tel"] {
    color: #ce0058;
    text-decoration: none;
    border-bottom: none;
    cursor: default;
}

.page-template-template-donate .donate__row .social {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.page-template-template-donate .donate__row .social h4 {
    padding-left: 5px;
    font-size: 20px;
    margin: 20px 0 10px;
}

.page-template-template-donate .donate__row .social .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 0;
}

.page-template-template-donate .donate__tablet {
    display: none;
}

.page-template-template-donate .donate__tabs {
    display: none;
}

.page-template-template-jobs .page__builder .one_column .inner {
    background-color: #efefef;
    padding: 30px;
    margin: 0 7.5px;
}

.page-template-template-jobs .page__builder .one_column .inner:before,
.page-template-template-jobs .page__builder .one_column .inner:after {
    content: " ";
    display: table;
}

.page-template-template-jobs .page__builder .one_column .inner:after {
    clear: both;
}

.page-template-template-jobs .page__builder .one_column .inner:before,
.page-template-template-jobs .page__builder .one_column .inner:after {
    content: " ";
    display: table;
}

.page-template-template-jobs .page__builder .one_column .inner:after {
    clear: both;
}

.page-template-template-jobs .page__builder .one_column .inner h3 {
    font-size: 20px;
    margin: 0 0 30px;
}

.page-template-template-jobs .page__builder .one_column .inner .wysiwyg_editor {
    padding: 0;
}

.page-template-template-partners .page__content ul,
.page-template-template-partners .page__content--featured ul {
    padding-left: 0;
    list-style: none;
    padding: 0;
}

.page-template-template-partners .page__content ul.partners__logos,
.page-template-template-partners .page__content--featured ul.partners__logos {
    margin-top: 30px;
}

.page-template-template-partners .page__content ul.partners__logos li,
.page-template-template-partners .page__content--featured ul.partners__logos li {
    padding-left: 0;
    margin-bottom: 30px;
}

.page-template-template-partners .page__content ul.partners__logos li::before,
.page-template-template-partners .page__content--featured ul.partners__logos li::before {
    display: none;
}

.page-template-template-partners .page__content ul.partners__logos h4,
.page-template-template-partners .page__content--featured ul.partners__logos h4 {
    margin: 15px 0 10px;
    font-size: 14px;
}

.page-template-template-partners .page__content ul.partners__logos p,
.page-template-template-partners .page__content--featured ul.partners__logos p {
    margin-bottom: 0;
    font-size: 14px;
}

.page-template-template-partners .page__content ul.partners__logos a,
.page-template-template-partners .page__content--featured ul.partners__logos a {
    display: block;
    border: 1px solid #121212;
    text-align: center;
}

.page-template-template-partners .page__content ul.partners__logos a:before,
.page-template-template-partners .page__content--featured ul.partners__logos a:before,
.page-template-template-partners .page__content ul.partners__logos a:after,
.page-template-template-partners .page__content--featured ul.partners__logos a:after {
    content: " ";
    display: table;
}

.page-template-template-partners .page__content ul.partners__logos a:after,
.page-template-template-partners .page__content--featured ul.partners__logos a:after {
    clear: both;
}

.page-template-template-partners .page__content ul.partners__logos a:before,
.page-template-template-partners .page__content--featured ul.partners__logos a:before,
.page-template-template-partners .page__content ul.partners__logos a:after,
.page-template-template-partners .page__content--featured ul.partners__logos a:after {
    content: " ";
    display: table;
}

.page-template-template-partners .page__content ul.partners__logos a:after,
.page-template-template-partners .page__content--featured ul.partners__logos a:after {
    clear: both;
}

.page-template-template-partners .page__content ul.partners__logos a .partner__image,
.page-template-template-partners .page__content--featured ul.partners__logos a .partner__image {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-template-template-partners .page__content ul.partners__logos a img,
.page-template-template-partners .page__content--featured ul.partners__logos a img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.page-template-template-people .people {
    padding-left: 0;
    list-style: none;
}

.page-template-template-people .people li {
    padding-left: 0;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.page-template-template-people .people li::before {
    display: none;
}

.page-template-template-people .people .person__image img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    border: 3px solid #ce0058;
}

.page-template-template-people .people h3 {
    margin-bottom: 10px;
}

.page-template-template-people .people h4 {
    margin: 0 0 15px;
}

.page-template-template-fundraising .main .page__row aside {
    border-top: 3px solid #ce0058;
}

.page-template-template-fundraising .main .page__row aside .social {
    display: none;
}

.page-template-template-fundraising .main .page__row .sidebar--page {
    padding: 40px 40px 28px;
}

.page-template-template-fundraising .main .page__row .sidebar--page h2 {
    font-size: 18px;
    margin: 0 0 20px;
}

.page-template-template-fundraising .main .page__columns {
    background-color: #efefef;
}

.page-template-template-fundraising .main .gform_wrapper {
    padding: 20px 0;
}

.page-template-template-fundraising .main .footer__ads .ads__row {
    display: none;
}

.page-template-template-fundraising .main .footer__ads .ads {
    margin: 0;
}

.page-template-template-fundraising .main .footer__ads .social {
    margin: 0 0 10px;
}

.page-template-template-fundraising .main .footer__ads .social h4 {
    margin-top: 0;
}

.single-event main .entry__form > p {
    display: block;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #ce0058;
    background-color: #efefef;
    padding: 10px;
    border-radius: 4px;
    color: #121212;
    font-weight: bold;
}

.single-event main .entry__form .gform_wrapper {
    margin-top: 18px;
    padding: 30px 20px;
}

.single-event main .entry__form .form__title {
    width: 100% !important;
}

.single-event main .entry__form .form__title h2 {
    margin: 0 0 28px;
}

.single-event main .interested h2 {
    margin: 30px 0;
}

.single-event main .additional-events {
    list-style: none;
    padding-left: 0;
}

.single-event main .additional-events li {
    padding: 0;
}

.single-event main .additional-events li:before {
    display: none;
}

.single-event main .additional-events a {
    background: no-repeat center center;
    background-size: cover;
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    color: white;
    text-decoration: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    position: relative;
}

.single-event main .additional-events a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.single-event main .additional-events a span {
    position: relative;
    z-index: 2;
}

.single-event main .additional-events .sub__date,
.single-event main .additional-events .sub__location {
    font-weight: bold;
    color: #121212;
}

.single-event main .additional-events .sub__date:after {
    content: "\007C";
    display: inline-block;
    margin-left: 7px;
    margin-right: 2px;
}

.single-event main .additional-events .event__sub p {
    margin-top: 8px;
}

.single-event main > .ads .ads--one__text {
    margin: 0;
    text-align: center;
}

.single-event main > .ads .ads--one__text p {
    font-size: 14px;
    margin: 15px 0 0;
}

.single-event main > .ads .social h4 {
    margin-top: 0;
    padding-top: 0;
}

.post-type-archive-event .billboard {
    margin-bottom: 10px;
}

.post-type-archive-event .billboard .slick-slide {
    background: no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.post-type-archive-event .billboard .billboard__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.post-type-archive-event .billboard .billboard__wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 48em) {
    .post-type-archive-event .billboard .billboard__wrap {
        width: 750px;
    }
}

@media (min-width: 62em) {
    .post-type-archive-event .billboard .billboard__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) {
    .post-type-archive-event .billboard .billboard__wrap {
        width: 1210px;
    }
}

.post-type-archive-event .billboard .billboard__row {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-type-archive-event .billboard .billboard__text {
    width: 50%;
    margin: auto;
}

.post-type-archive-event .billboard .billboard__text h2 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    color: #161616;
}

.post-type-archive-event .billboard .billboard__text h3 {
    display: none;
}

.post-type-archive-event .billboard .billboard__button {
    width: 50%;
    text-align: right;
    margin: auto;
}

.post-type-archive-event main .page__header h1 {
    margin-top: 0;
}

.post-type-archive-event main .event__filter form {
    background-color: #ce0058;
    padding: 10px;
}

.post-type-archive-event main .event__filter form h2 {
    margin: 0;
    position: relative;
    padding-right: 20px;
    color: #fff;
}

.post-type-archive-event main .event__filter form h2:hover {
    cursor: pointer;
}

.post-type-archive-event main .event__filter form h2:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    position: absolute;
    right: 0;
    top: 6px;
}

.post-type-archive-event main .event__filter form .filter__wrapper {
    display: none;
    transition: all 0.3s ease;
}

.post-type-archive-event main .event__filter form .filter__wrapper fieldset {
    padding-bottom: 10px;
}

.post-type-archive-event main .event__filter form .filter__wrapper label {
    color: #ffffff;
}

.post-type-archive-event main .event__filter form .filter__wrapper .location label,
.post-type-archive-event main .event__filter form .filter__wrapper .keywords label,
.post-type-archive-event main .event__filter form .filter__wrapper .location input,
.post-type-archive-event main .event__filter form .filter__wrapper .keywords input,
.post-type-archive-event main .event__filter form .filter__wrapper .location select,
.post-type-archive-event main .event__filter form .filter__wrapper .keywords select {
    width: 100%;
}

.post-type-archive-event main .event__filter form .filter__wrapper .keywords input[type="text"] {
    border-radius: 4px;
    padding: 9px 10px;
    background-color: white;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

.post-type-archive-event main .event__filter form .filter__wrapper .dates legend {
    margin-bottom: 5px;
    color: #ffffff;
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.post-type-archive-event main .event__filter form .filter__wrapper .dates label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.post-type-archive-event main .event__filter form .filter__wrapper .dates input[type="text"] {
    background: white;
    width: 49%;
    padding: 9px 10px;
    border-radius: 4px;
    border: 0;
}

.post-type-archive-event main .event__filter form .filter__wrapper select {
    background: url('../img/caret-down.svg') no-repeat center right 10px white;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    padding: 10px 25px 10px 10px;
}

.post-type-archive-event main .event__filter form .filter__wrapper ul {
    padding-left: 0;
    list-style: none;
}

.post-type-archive-event main .event__filter form .filter__wrapper ul input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
}

.post-type-archive-event main .event__filter form .filter__wrapper ul input[type="checkbox"]:checked + label:before {
    color: #000000;
}

.post-type-archive-event main .event__filter form .filter__wrapper ul li label {
    padding-left: 35px;
    margin-bottom: 10px;
    position: relative;
    font-weight: normal;
}

.post-type-archive-event main .event__filter form .filter__wrapper ul li label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: white;
    line-height: 22px;
    padding-left: 2px;
    border-radius: 4px;
}

.post-type-archive-event main .event__filter form .filter__wrapper input[type="submit"] {
    background-color: #ddd;
    color: #000000;
}

.post-type-archive-event main .event__filter.active form h2:after {
    content: "\f068";
}

.post-type-archive-event main .event__filter.active form .filter__wrapper {
    display: block;
    margin-top: 13px;
}

.post-type-archive-event main .event__filters_applied h3 {
    margin: 40px 0px 40px 0px;
    display: inline-block;
}

.post-type-archive-event main .event__filters_applied .filter-show {
    display: inline-block;
    margin-left: 20px;
}

.post-type-archive-event main .event__filters_applied ul {
    display: inline;
    padding-left: 0;
    list-style: none;
}

.post-type-archive-event main .event__filters_applied ul li {
    display: inline-block;
    margin-right: 8px;
}

.post-type-archive-event main .event__filters_applied ul li a {
    color: #5f5e5e;
    display: block;
    border: 1px solid #5f5e5e;
    padding: 10px 10px;
}

.post-type-archive-event main .event__filters_applied ul li a:hover {
    color: #fff;
    background: #ce0058;
    border: 1px solid #ce0058;
    text-decoration: none;
}

.post-type-archive-event main .event__filters_applied ul li span {
    margin-left: 10px;
}

.post-type-archive-event main .event__count {
    text-align: right;
    margin: 40px 0px 40px 0px;
}

.post-type-archive-event main .event__count span {
    font-size: 16px;
    color: #121212;
}

.post-type-archive-event main article {
    border-bottom: 0;
    padding-bottom: 0;
}

.post-type-archive-event main article a {
    background: no-repeat center center;
    background-size: cover;
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.post-type-archive-event main article a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.post-type-archive-event main article a header {
    margin: 0;
}

.post-type-archive-event main article a h2 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.post-type-archive-event main article .sub__date,
.post-type-archive-event main article .sub__location {
    font-weight: bold;
    color: #121212;
}

.post-type-archive-event main article .sub__location:before {
    content: "\007C";
    display: inline-block;
    margin-left: 2px;
    margin-right: 7px;
}

.post-type-archive-event main article .event__sub p {
    margin-top: 8px;
}

.post-type-archive-event main article.hold-your-own {
    overflow: hidden;
}

.post-type-archive-event main article.hold-your-own a {
    margin-bottom: 0;
    position: relative;
}

.post-type-archive-event main article.hold-your-own a:after {
    background: transparent;
}

.post-type-archive-event main article.hold-your-own a span {
    width: 250px;
    background: #ce0058;
    position: absolute;
    top: 30px;
    left: -60px;
    text-align: center;
    color: white;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 60px;
}

.post-type-archive-event main article.hold-your-own p {
    background-color: #efefef;
    padding: 15px 25px 25px;
    margin-bottom: 0;
}

.page-template-template-search main form.search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.page-template-template-search main form.search-form .gform_body {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-template-template-search main form.search-form ul {
    margin-top: 0;
}

.page-template-template-search main form.search-form ul,
.page-template-template-search main form.search-form li {
    margin-bottom: 0;
}

.page-template-template-search main form.search-form input {
    background: #f7f7f7;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #5f5e5e;
    box-shadow: none;
    border: 0;
    padding: 6px 12px;
    width: 80%;
}

.page-template-template-search main form.search-form button {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 39px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: black;
    background-size: 18px;
    width: 40px;
    position: relative;
}

.page-template-template-search main form.search-form button:hover,
.page-template-template-search main form.search-form button:focus {
    background-color: #5f5e5e;
}

.page-template-template-search main form.search-form button:after {
    font-family: 'fontawesome-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f061";
    display: inline-block;
    font-size: 20px;
    color: white;
    top: 8px;
    left: 13px;
}

.search .main .results-count {
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    color: #121212;
}

.search .main article {
    margin-bottom: 15px;
}

.search .main article:before,
.search .main article:after {
    content: " ";
    display: table;
}

.search .main article:after {
    clear: both;
}

.search .main article:before,
.search .main article:after {
    content: " ";
    display: table;
}

.search .main article:after {
    clear: both;
}

.search .main article .entry-meta {
    font-size: 14px;
    color: #121212;
    margin-bottom: 15px;
}

.search .main article .entry-meta .icon-calendar,
.search .main article .entry-meta .icon-folder {
    margin-right: 7px;
}

.search .main article .entry-meta .published,
.search .main article .entry-meta .is-page {
    margin-right: 7px;
}

.search .main article .entry-meta .published:after,
.search .main article .entry-meta .is-page:after {
    display: inline-block;
    padding-left: 7px;
    content: "\007C";
}

.search .main article .entry-image img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.search .main article .entry-summary {
    padding-bottom: 30px;
    padding-top: 15px;
    border-bottom: 1px solid #efefef;
}

.search .main article .read-more {
    font-weight: bold;
}

@media (min-width: 30em) {
    .ads {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .ads > div {
        margin-top: 30px;
    }

    .footer__ads .ads .ads__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer__ads .ads .ads--one,
    .footer__ads .ads .ads--two {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .banner__donate--mobile {
        display: none;
    }

    .banner .banner__logo {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .banner__logo .logo {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: inline-block;
        background: url("../img/logo.svg") no-repeat center center;
        background-size: contain;
        width: 175px;
        height: 76px;
        margin: 0;
    }

    .banner .banner__buttons {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 41px;
    }

    .banner .banner__buttons .banner__donate--tablet {
        display: inline-block;
        margin-right: 10px;
    }

    .content-info .footer__text a {
        display: inline-block;
    }

    .content-info .footer__text a[href^="tel"] {
        margin-top: 0;
    }

    .content-info .footer__text a[href^="mailto"]:after {
        display: inline-block;
        content: "\007C";
        padding-left: 6px;
    }

    .content-info .footer__nav ul {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 0px;
    }

    .content-info .footer__nav li {
        display: block;
        margin-bottom: 15px;
        line-height: 1.1em;
    }

    .gform_validation_container,
    .gform_wrapper .gform_validation_container,
    body .gform_wrapper li.gform_validation_container,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
    body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
        display: none !important;
    }

    .page__builder .page-list__item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page__builder .page-list__item:first-child,
    .page__builder .page-list.three .page-list__item:nth-child(3),
    .page__builder .page-list__item:nth-child(2) {
        margin-top: 0;
    }

    .page__builder .page_list__image {
        height: 210px;
    }

    .page__builder .page_list__image h3 {
        padding: 0 20px;
    }

    .page-template-template-page-builder .page__builder .page-list__item:nth-child(2n+1) {
        clear: both;
    }

    .page-template-template-recycling-listing .page__builder .page-list__item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }

    .page-template-template-recycling-listing .page__builder .page-list__item:first-child,
    .page-template-template-recycling-listing .page__builder .page-list.three .page-list__item:nth-child(2) {
        margin-top: 40px;
    }

    .page-template-template-recycling-listing .page__builder .page_list__image {
        height: 210px;
    }

    .page-template-template-recycling-listing .page__builder .page_list__image span {
        min-height: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-template-template-recycling-listing .page__builder .page_list__image h3 {
        padding: 0 20px;
    }

    .page-template-template-partners .page__content ul.partners__logos,
    .page-template-template-partners .page__content--featured ul.partners__logos {
        margin-top: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-template-template-partners .page__content ul.partners__logos li,
    .page-template-template-partners .page__content--featured ul.partners__logos li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 45px;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(odd),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(odd) {
        padding-right: 5px;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(even),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(even) {
        padding-left: 5px;
    }
}

@media (min-width: 48em) {
    h1,
    .h1 {
        font-size: 30px;
    }

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

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

    main {
        font-size: 16px;
    }

    .navbar--header.mobile-menu nav {
        height: 100vh;
        background: #ce0058;
        position: relative;
        min-height: 888px;
    }

    .navbar--header.mobile-menu nav .navbar__footer {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
    }

    .nav--post,
    .nav--page {
        margin-top: 32px;
    }

    .nav--post .nav__row,
    .nav--page .nav__row {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
    }

    .nav--post .nav__content,
    .nav--page .nav__content {
        display: inline-block;
        width: 49.8%;
        float: left;
        margin: 0;
        cursor: pointer;
        border: 1px solid transparent;
        font-size: 18px;
    }

    .nav--post .nav__content:first-child,
    .nav--page .nav__content:first-child {
        margin-bottom: 0;
        margin-right: 1px;
        padding-left: 60px;
    }

    .nav--post .nav__content:last-child,
    .nav--page .nav__content:last-child {
        padding-right: 60px;
    }

    .nav--post .nav__content:hover,
    .nav--page .nav__content:hover,
    .nav--post .nav__content:focus,
    .nav--page .nav__content:focus {
        border-color: #ce0058;
    }

    .nav--post .nav__content .icon-angle-left,
    .nav--page .nav__content .icon-angle-left,
    .nav--post .nav__content .icon-angle-right,
    .nav--page .nav__content .icon-angle-right {
        top: 35%;
    }

    .banner {
        padding-bottom: 30px;
    }

    .page__featured-image {
        height: 380px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-template-template-fundraising .page__featured-image {
        height: 330px;
    }

    .page__featured-image .text__wrap {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page__featured-image .page__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .page__featured-image .page__wrap.left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page__featured-image .page__wrap.center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page__featured-image .page__header__text {
        font-family: "angelina", Georgia, "Times New Roman", Times, serif;
        margin-left: auto;
        width: 315px;
        color: white;
        font-size: 35px;
        line-height: 35px;
        text-align: center;
        display: block;
        background: #ce0058;
        padding: 30px;
        box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.3);
    }

    .page__featured-image .page__header__text.sans {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .main .page__wrap {
        width: 100%;
    }

    .main .page__header h1 {
        margin-top: 30px;
    }

    .main .gform_wrapper .gform_fields li.gfield {
        float: left;
        width: 49%;
        margin-right: 1%;
    }

    .main .gform_wrapper .gform_fields li.gfield.full {
        width: 99%;
    }

    .content-info .footer__container {
        width: 100%;
    }

    .content-info .footer__nav__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-info .footer__form {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-right: 15px;
    }

    .content-info .footer__social {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }

    .gform_validation_container,
    .gform_wrapper .gform_validation_container,
    body .gform_wrapper li.gform_validation_container,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
    body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
        display: none !important;
    }

    .home .billboard {
        height: 500px;
    }

    .home .billboard .slick-slide {
        height: 500px;
    }

    .home .billboard .billboard__content {
        background: transparent;
        bottom: 10px;
    }

    .home .billboard .billboard__wrap {
        width: 100%;
    }

    .home .billboard .billboard__row {
        background-color: rgba(255, 255, 255, 0.85);
        padding-left: 30px;
        padding-right: 30px;
    }

    .home .billboard .billboard__text {
        width: auto;
        margin: 0;
    }

    .home .billboard .billboard__text h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .home .billboard .billboard__text h3 {
        display: block;
        font-size: 20px;
        color: #161616;
        margin: 12px 0 0;
    }

    .home .billboard .billboard__button {
        width: auto;
        margin: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .home .billboard .slick-prev {
        left: 15px;
    }

    .home .billboard .slick-prev:before {
        content: '\f053';
        font-size: 30px;
    }

    .home .billboard .slick-next {
        right: 15px;
    }

    .home .billboard .slick-next:before {
        content: '\f054';
        font-size: 30px;
    }

    .home .main .page__builder .page-list__item {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: 28px;
    }

    .home .bingo {
        padding: 20px 0 14px;
    }

    .home .bingo .bingo--mobile {
        display: none;
    }

    .home .bingo a {
        display: inline-block;
        margin: 0 auto;
    }

    .home .bingo .bingo--tablet {
        display: block;
    }

    .home .pack,
    .page-template-template-recycling-listing .pack {
        background: url('../img/pack-tablet.jpg') no-repeat center #A92F52;
        background-size: cover;
    }

    .page .page__builder .page__builder__container {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page .page__builder .page__builder__container:before,
    .page .page__builder .page__builder__container:after {
        content: " ";
        display: table;
    }

    .page .page__builder .page__builder__container:after {
        clear: both;
    }

    .page .page__builder .page__builder__container:before,
    .page .page__builder .page__builder__container:after {
        content: " ";
        display: table;
    }

    .page .page__builder .page__builder__container:after {
        clear: both;
    }

    .page .page__builder .page_list__image {
        height: 220px;
    }

    .page .page__builder .one_column .wysiwyg_editor {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .two_column .wysiwyg_editor {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .third_two_thirds .wysiwyg_editor:first-child {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .third_two_thirds .wysiwyg_editor:last-child {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .two_thirds_third .wysiwyg_editor:first-child {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .two_thirds_third .wysiwyg_editor:last-child {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .three_column .wysiwyg_editor {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .four_column .wysiwyg_editor {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .page__builder .blockquote {
        overflow: hidden;
    }

    .page .page__builder .blockquote .blockquote__inner {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 16.66666667%;
    }

    .page .page__builder .accordion__wrapper .accordion__inner {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .bg-cols .inner {
        min-height: 420px;
    }

    .page .newsletter .gform_body {
        width: 90%;
        float: left;
    }

    .page .newsletter .gform_body input {
        border: 0;
    }

    .page .newsletter .gform_footer {
        width: 10%;
        float: left;
        text-align: left;
    }

    .page-gallery .page-gallery__item {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .error404 .page__featured-image {
        height: 380px;
    }

    .page-template-template-recycling-single .page__header:before,
    .page-template-template-recycling-single .page__header:after {
        content: " ";
        display: table;
    }

    .page-template-template-recycling-single .page__header:after {
        clear: both;
    }

    .page-template-template-recycling-single .page__header:before,
    .page-template-template-recycling-single .page__header:after {
        content: " ";
        display: table;
    }

    .page-template-template-recycling-single .page__header:after {
        clear: both;
    }

    .page-template-template-recycling-single .header-inner h1 {
        margin: 0;
    }

    .page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.radio_horizontal > label {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }

    .page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.radio_horizontal .ginput_container {
        width: 74%;
        display: inline-block;
    }

    .page-template-template-recycling-single main .gform_wrapper .gform_fields li.gfield.radio_horizontal .ginput_container li {
        display: inline-block;
        width: auto;
        margin-right: 5%;
    }

    .page-template-template-recycling-single main .address-box {
        float: right;
        width: 48%;
        margin-left: 2%;
    }

    .page-template-template-recycling-single main .page__list {
        margin: 0 -0.5%;
        display: -ms-flexbox;
        display: flex;
    }

    .page-template-template-recycling-single main .page__list .page-list__item {
        margin: 0 0.5%;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 0;
        height: 145px;
    }

    .page-template-template-recycling-single main .page__list .page-list__content span {
        display: block;
    }

    .page-template-template-recycling-single main .page__list .page-list__content span img {
        height: auto;
    }

    .page-template-template-recycling-single main .page__list .page_list__image {
        height: 145px;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
        background-color: #ce0058;
        padding: 0 5px;
    }

    .page-template-template-recycling-single main .page__list .page_list__image:after {
        display: none;
    }

    .page-template-template-recycling-single main .page__list .page_list__image:hover,
    .page-template-template-recycling-single main .page__list .page_list__image:focus {
        text-decoration: none;
        background-color: #5f5e5e;
    }

    .page-template-template-recycling-single main .page__list .page_list__image:hover:after,
    .page-template-template-recycling-single main .page__list .page_list__image:focus:after {
        display: none;
    }

    .page-template-template-recycling-single main .page__list .page_list__image:hover h3,
    .page-template-template-recycling-single main .page__list .page_list__image:focus h3 {
        text-decoration: none;
    }

    .page-template-template-recycling-single main .page__list .page_list__image h3 {
        margin-top: 15px;
        color: white;
        font-size: 16px;
    }

    .page-template-template-contact .main .acf-map--mobile {
        display: none;
    }

    .page-template-template-contact .main .acf-map--tablet {
        display: block;
        height: 360px;
    }

    .page-template-template-donate .donate--mobile,
    .page-template-template-donate .page__header,
    .page-template-template-donate .donate__content {
        display: none;
    }

    .page-template-template-donate .donate__caf-and-header {
        display: block;
        padding-bottom: 40px;
        border-bottom: 1px solid #f7f7f7;
    }

    .page-template-template-donate .donate__caf {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .page-template-template-donate .donate__header--tablet {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .page-template-template-donate .donate--tablet {
        display: block;
    }

    .page-template-template-donate .other__cheque {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: transparent;
    }

    .page-template-template-donate .other__cheque .other__inner {
        background: #cbcbcb;
    }

    .page-template-template-donate .other__cheque .other__inner p {
        font-weight: bold;
    }

    .page-template-template-donate .other__cheque .other__inner strong {
        font-weight: normal;
        font-size: 22px;
        display: inline-block;
        margin-top: 13px;
    }

    .page-template-template-donate .other__cheque .other__inner a.button {
        margin-top: 27px;
    }

    .page-template-template-donate .other__cheque .other__inner--bg {
        background: no-repeat left 20px top 20px #cbcbcb;
        background-size: 50px auto;
        padding-left: 80px;
    }

    .page-template-template-donate .donate--tablet__inner {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-donate .donate__bytext .donate__inner {
        display: block;
        background: #cbcbcb;
    }

    .page-template-template-donate .donate__bytext .donate__inner--bg {
        background: no-repeat left 20px center #cbcbcb;
        background-size: 50px auto;
        padding-left: 88px;
    }

    .page-template-template-donate .donate__bytext .donate__text {
        padding: 0;
    }

    .page-template-template-donate .donate__bytext .donate__text p {
        text-align: left;
        font-size: 22px;
        font-weight: normal;
    }

    .page-template-template-donate .other__call .other__inner {
        display: block;
        background: #cbcbcb;
    }

    .page-template-template-donate .other__call .other__inner--bg {
        background: no-repeat left 20px center #cbcbcb;
        background-size: 50px auto;
        padding-left: 88px;
    }

    .page-template-template-donate .other__call p {
        text-align: left;
        font-size: 22px;
        font-weight: normal;
    }

    .page-template-template-donate .donate__paypal a {
        text-decoration: none;
    }

    .page-template-template-donate .donate__text.paypal p {
        font-size: 22px;
        text-align: left;
        font-weight: normal;
    }

    .page-template-template-partners .page__content ul.partners__logos li,
    .page-template-template-partners .page__content--featured ul.partners__logos li {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(odd),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(odd) {
        padding-right: 0;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(even),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(even) {
        padding-left: 0;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(3n+1),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(3n+1) {
        padding-right: 15px;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(3n+2),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(3n+2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-partners .page__content ul.partners__logos li:nth-child(3n+3),
    .page-template-template-partners .page__content--featured ul.partners__logos li:nth-child(3n+3) {
        padding-left: 15px;
    }

    .page-template-template-people .people .person__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-template-template-people .people .person__row:before,
    .page-template-template-people .people .person__row:after {
        content: " ";
        display: table;
    }

    .page-template-template-people .people .person__row:after {
        clear: both;
    }

    .page-template-template-people .people .person__row:before,
    .page-template-template-people .people .person__row:after {
        content: " ";
        display: table;
    }

    .page-template-template-people .people .person__row:after {
        clear: both;
    }

    .page-template-template-people .people .person__image {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-people .people .person__text {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-people .people h3 {
        margin-top: 0;
    }

    .page-template-template-people .people li:nth-child(even) .person__image {
        left: 75%;
    }

    .page-template-template-people .people li:nth-child(even) .person__text {
        right: 25%;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--1 {
        width: 100%;
        margin-top: 12px;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--1 label.gfield_label {
        float: left;
        width: auto;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--1 .ginput_container_checkbox {
        float: left;
        display: inline-block;
        width: 60%;
        padding-left: 20px;
        margin-top: 2px;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.message,
    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.full {
        width: 100%;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.message {
        font-size: 14px;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--2 {
        width: 100%;
        margin-top: 8px;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--2 > label,
    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--2 > div {
        display: inline-block;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--2 .ginput_container_checkbox {
        margin-top: 0;
    }

    .page-template-template-fundraising .gform_wrapper .gform_fields li.gfield.abc-radio--2 .ginput_container_checkbox li {
        display: inline-block;
        width: auto;
        margin-left: 20px;
        vertical-align: text-top;
    }

    .single-event main .additional-events {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
    }

    .single-event main .additional-events li {
        width: 50%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .single-event main .additional-events a {
        height: 220px;
        cursor: pointer;
    }

    .single-event main .additional-events a:after {
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .single-event main .additional-events a:hover:after {
        background-color: rgba(206, 0, 88, 0.6);
    }

    .post-type-archive-event .billboard .slick-slide {
        height: 500px;
    }

    .post-type-archive-event .billboard .billboard__content {
        background: transparent;
        bottom: 10px;
    }

    .post-type-archive-event .billboard .billboard__wrap {
        width: 100%;
    }

    .post-type-archive-event .billboard .billboard__row {
        background-color: rgba(255, 255, 255, 0.85);
        padding-left: 30px;
        padding-right: 30px;
    }

    .post-type-archive-event .billboard .billboard__text {
        width: auto;
        margin: 0;
    }

    .post-type-archive-event .billboard .billboard__text h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .post-type-archive-event .billboard .billboard__text h3 {
        display: block;
        font-size: 20px;
        color: #161616;
        margin: 12px 0 0;
    }

    .post-type-archive-event .billboard .billboard__button {
        width: auto;
        margin: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .post-type-archive-event .billboard .slick-prev {
        left: 15px;
    }

    .post-type-archive-event .billboard .slick-prev:before {
        content: '\f053';
        font-size: 30px;
    }

    .post-type-archive-event .billboard .slick-next {
        right: 15px;
    }

    .post-type-archive-event .billboard .slick-next:before {
        content: '\f054';
        font-size: 30px;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper {
        margin-top: 46px;
    }

    .post-type-archive-event main .event__filter form {
        padding: 30px;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper {
        display: none;
        transition: all 0.3s ease;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper fieldset {
        padding-bottom: 20px;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .location > label,
    .post-type-archive-event main .event__filter form .filter__wrapper .keywords > label,
    .post-type-archive-event main .event__filter form .filter__wrapper .event-type > label {
        width: 17%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .location select,
    .post-type-archive-event main .event__filter form .filter__wrapper .keywords select,
    .post-type-archive-event main .event__filter form .filter__wrapper .event-type select {
        width: 82%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .keywords input[type="text"] {
        width: 82%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .dates legend {
        display: inline-block;
        float: left;
        width: 17%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .dates input[type="text"] {
        width: 40%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .dates input[type="text"].date-from {
        margin-left: 0.6%;
        margin-right: 1.2%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .event-type {
        height: 160px;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .event-type > label {
        vertical-align: top;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper ul {
        width: 82%;
        display: inline-block;
        -moz-column-count: 2;
        column-count: 2;
        padding-top: 4px;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper {
        margin-top: 46px;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper:before,
    .post-type-archive-event main .event__filter.active form .filter__wrapper:after {
        content: " ";
        display: table;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper:after {
        clear: both;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper:before,
    .post-type-archive-event main .event__filter.active form .filter__wrapper:after {
        content: " ";
        display: table;
    }

    .post-type-archive-event main .event__filter.active form .filter__wrapper:after {
        clear: both;
    }

    .post-type-archive-event main .event__articles {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        clear: both;
    }

    .post-type-archive-event main .event__articles article {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .post-type-archive-event main .event__articles a {
        height: 220px;
        cursor: pointer;
    }

    .post-type-archive-event main .event__articles a:after {
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .post-type-archive-event main .event__articles a:hover:after {
        background-color: rgba(206, 0, 88, 0.6);
    }
}

@media (min-width: 48em) and (min-width: 48em) {
    .page__featured-image .text__wrap {
        width: 750px;
    }
}

@media (min-width: 48em) and (min-width: 62em) {
    .page__featured-image .text__wrap {
        width: 970px;
    }
}

@media (min-width: 48em) and (min-width: 75em) {
    .page__featured-image .text__wrap {
        width: 1210px;
    }
}

@media (min-width: 62em) {
    .banner {
        padding: 20px 0 25px;
    }

    .banner .banner__logo {
        position: relative;
        float: left;
        width: 16.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .banner__logo .logo {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: inline-block;
        background: url("../img/logo.svg") no-repeat center center;
        background-size: contain;
        width: 177px;
        height: 80px;
        vertical-align: middle;
    }

    .banner .banner__description {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-align: left;
    }

    .banner .banner__description span {
        font-family: "angelina", Georgia, "Times New Roman", Times, serif;
        display: inline-block;
        margin-top: 28px;
        font-size: 30px;
        vertical-align: middle;
        color: #161616;
        margin-left: 33px;
    }

    .banner .banner__buttons {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
    }

    .main .page__wrap {
        width: 100%;
    }

    .content-info .footer__container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-info .footer__text {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 30px 20px;
    }

    .content-info .footer__nav {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 30px 20px;
    }

    .content-info .footer__ns {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 30px 20px;
    }

    .content-info .footer__form {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-info .footer__social {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-info .footer__social a {
        margin-right: 5px;
    }

    .content-info .footer__fr {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-info .footer__fr a {
        margin-right: 5px;
    }

    .content-info .footer__fr .footer__image-parent {
        margin-right: 60px;
        margin-top: 15px;
        max-width: 190px;
    }

    .content-info .footer__fr .footer__image-parent a {
        margin-right: 0;
    }

    .content-info .footer__fr .footer__image-parent .fr-logo {
        max-height: 100px;
    }

    .content-info .footer__nav__row ul {
        margin-top: 0;
    }

    .gform_validation_container,
    .gform_wrapper .gform_validation_container,
    body .gform_wrapper li.gform_validation_container,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
    body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
        display: none !important;
    }

    .page .page__builder .four_column .wysiwyg_editor {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .bg-cols .inner {
        min-height: 460px;
    }
}

@media (min-width: 62em) and (min-width: 48em) {
    .content-info .footer__container {
        width: 750px;
    }
}

@media (min-width: 62em) and (min-width: 62em) {
    .content-info .footer__container {
        width: 970px;
    }
}

@media (min-width: 62em) and (min-width: 75em) {
    .content-info .footer__container {
        width: 1210px;
    }
}

@media (min-width: 75em) {
    .banner__nav-control,
    .navbar__footer {
        display: none;
    }

    .page__builder .page-list.three .page-list__item {
        width: 33.333333%;
    }

    .page-template-template-page-builder .page__builder .page-list.three .page-list__item:nth-child(2n+1) {
        clear: none;
    }

    .page-template-template-page-builder .page__builder .page-list.three .page-list__item:nth-child(3n+1) {
        clear: both;
    }

    .navbar--header {
        display: block;
        background: #efefef;
    }

    .navbar--header nav {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar--header nav > ul {
        text-align: left;
        background: #efefef;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        padding-top: 5px;
    }

    .navbar--header nav > ul > li {
        width: auto;
        display: inline-block;
        position: relative;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 13px 10px 15px;
    }

    .navbar--header nav > ul > li:hover,
    .navbar--header nav > ul > li:focus {
        background-color: #fafafa;
    }

    .navbar--header nav > ul li {
        padding: 6px 10px;
    }

    .navbar--header nav > ul li:hover > ul {
        display: block;
    }

    .navbar--header nav > ul li a {
        font-weight: 600;
        text-decoration: none;
        line-height: 33px;
    }

    .navbar--header nav > ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        z-index: 1000;
        width: 250px;
        background: #fafafa;
        border-radius: 4px;
        border-top-left-radius: 0;
    }

    .navbar--header nav > ul ul li {
        padding: 6px 4px;
    }

    .navbar--header nav > ul ul li:hover,
    .navbar--header nav > ul ul li:focus {
        background-color: #ce0058;
    }

    .navbar--header nav > ul ul li:hover > a,
    .navbar--header nav > ul ul li:focus > a {
        color: white;
    }

    .navbar--header nav > ul ul > li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .navbar--header nav > ul ul a {
        line-height: 1.2em;
        padding: 6px 12px;
        color: #121212;
        font-size: 14px;
    }

    .navbar--header nav > ul ul li.dropdown:after {
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 40px;
        font-family: 'fontawesome';
        speak: none;
        color: rgba(250, 250, 250, 0.5);
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-weight: bold;
    }

    .navbar--header nav > ul ul li ul {
        position: absolute;
        top: 0;
        left: 100%;
        text-align: left;
        z-index: 1000;
    }

    .sidebar--page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar--page h2 {
        font-size: 25px;
        margin: 12px 0 17px 15px;
    }

    .sidebar--page h2 a:after {
        display: none;
    }

    .sidebar--page nav {
        height: auto;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .sidebar--page nav ul {
        margin-top: 0;
    }

    .sidebar--page nav li {
        cursor: pointer;
    }

    .sidebar--page nav a {
        transition: all 0.3s ease;
    }

    .sidebar--page nav a:hover,
    .sidebar--page nav a:focus {
        background-color: white;
    }

    .sidebar--event {
        padding: 0;
    }

    .sidebar--event #sidebar__event__control {
        padding: 10px;
    }

    .sidebar--event #event__details {
        height: auto;
        -ms-transform: none;
        transform: none;
    }

    .sidebar--page .ads {
        display: block;
    }

    .sidebar--page .ads .ads--one,
    .sidebar--page .ads .ads--two,
    .sidebar--page .ads .social {
        margin-top: 30px;
    }

    .sidebar--page .ads .social {
        margin-top: 0;
    }

    .sidebar--page .ads .social h4 {
        padding-top: 0;
        font-size: 25px;
    }

    .footer__ads {
        display: none;
    }

    .banner .banner__description {
        position: relative;
        float: left;
        width: 41.66666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }

    .banner .banner__description span {
        font-size: 35px;
    }

    .banner .banner__buttons {
        position: relative;
        float: left;
        width: 41.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .banner__buttons .button.menu {
        display: none;
    }

    .banner .banner__buttons .banner__search {
        display: inline-block;
        margin-right: 21px;
        font-size: 32px;
        color: #121212;
        vertical-align: middle;
        text-decoration: none;
    }

    .banner .banner__buttons.search--active {
        padding-top: 21px;
    }

    .banner .banner__buttons.search--active .search-form {
        display: inline-block;
        background-color: #eeefee;
        margin-right: 8px;
        width: 260px;
        text-align: left;
    }

    .banner .banner__buttons.search--active .search-form .search-field {
        width: calc(100% - 53px);
        border: 0;
        box-shadow: none;
        background-color: transparent;
        padding-left: 20px;
    }

    .banner .banner__buttons.search--active .search-form .search-submit {
        display: inline-block;
        font-size: 32px;
        color: #121212;
        vertical-align: middle;
        text-decoration: none;
        border: 0;
        background-color: transparent;
    }

    .banner .banner__buttons.search--active .search-form .search-submit:before {
        font-family: 'fontawesome-webfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
    }

    .banner .banner__buttons.search--active .search-control {
        display: none;
    }

    .page__featured-image {
        height: 600px;
        background-position: top;
        border-bottom: none;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page-template-template-fundraising .page__featured-image {
        height: 400px;
        background-position: center;
        background-size: cover;
    }

    .page__featured-image.center {
        background-position: center;
    }

    .page__featured-image.bottom {
        background-position: bottom;
    }

    .page__featured-image .page__wrap {
        height: 380px;
    }

    .page__featured-image .page__header__text {
        margin-right: 30px;
    }

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

    .main .page__wrap > .page__row {
        padding-top: 30px;
        display: -ms-flexbox;
        display: flex;
    }

    .main .page__wrap > .page__row aside {
        width: 390px;
        background-color: #f7f7f7;
        transition: all 0.3s ease;
    }

    .main .page__wrap--featured > .page__row {
        display: -ms-flexbox;
        display: flex;
        border-top: 3px solid #ce0058;
        margin-top: -120px;
        /*Why is this here? */
        background: white;
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .main .page__content,
    .main .page__content--featured {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 30px;
    }

    .content-info {
        margin-top: 80px;
    }

    .content-info .footer__social a {
        margin-right: 10px;
    }

    .gform_validation_container,
    .gform_wrapper .gform_validation_container,
    body .gform_wrapper li.gform_validation_container,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
    body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
        display: none !important;
    }

    .home .billboard .billboard__wrap {
        width: 800px;
    }

    .home .billboard .billboard__wrap h3 {
        max-width: 560px;
    }

    .home .billboard .slick-prev {
        left: 40px;
        top: 50%;
    }

    .home .billboard .slick-prev:before {
        content: '\f053';
        font-size: 30px;
    }

    .home .billboard .slick-next {
        right: 40px;
        top: 50%;
    }

    .home .billboard .slick-next:before {
        content: '\f054';
        font-size: 30px;
    }

    .home .content-info {
        margin-top: 0;
    }

    .home .pack,
    .page-template-template-recycling-listing .pack {
        background: url('../img/pack-wide.jpg') no-repeat right center #A92F52;
        background-size: cover;
        padding: 60px 0;
        text-align: center;
    }

    .home .pack .pack__content,
    .page-template-template-recycling-listing .pack .pack__content {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 16.66666667%;
    }

    .home .pack .pack__content .button,
    .page-template-template-recycling-listing .pack .pack__content .button {
        margin-top: 50px;
    }

    .home .pack .pack__text,
    .page-template-template-recycling-listing .pack .pack__text {
        background-color: #e884b4;
        padding: 30px;
        margin: 0 40px;
        text-align: left;
    }

    .page__builder .page_list__image {
        height: 220px;
    }

    .page__builder .page_list__image h3 {
        padding: 60px;
    }

    .single-post .sidebar--page {
        display: block;
    }

    .blog .sidebar--page,
    .archive .sidebar--page {
        display: block;
    }

    .blog main .page__wrap,
    .archive main .page__wrap {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog main .page__wrap > .page__row,
    .archive main .page__wrap > .page__row {
        padding-top: 30px;
    }

    .blog main .page__wrap--featured > .page__row,
    .archive main .page__wrap--featured > .page__row {
        border-top: 3px solid #ce0058;
        margin-top: -120px;
        background: white;
        padding-top: 0;
    }

    .blog main .page__columns,
    .archive main .page__columns {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 30px;
    }

    .error404 .page__featured-image {
        height: 500px;
        background-position: top;
    }

    .error404 .sidebar--page {
        display: block;
    }

    .error404 .main .page__wrap {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .error404 .main .page__wrap > .page__row {
        padding-top: 30px;
    }

    .error404 .main .page__wrap--featured > .page__row {
        border-top: 3px solid #ce0058;
        /*margin-top: -120px; Why is this here? */
        background: white;
        padding-top: 0;
    }

    .error404 .main .page__content,
    .error404 .main .page__content--featured {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 30px;
    }

    .page-template-template-recycling-listing main .page__columns {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 30px;
    }

    .page-template-template-recycling-listing .page__builder .page-list__item {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }

    .page-template-template-recycling-listing .page__builder .page-list__item:first-child,
    .page-template-template-recycling-listing .page__builder .page-list__item:nth-child(2) {
        margin-top: 40px;
    }

    .page-template-template-recycling-listing .page__builder .page_list__image {
        height: 230px;
    }

    .page-template-template-recycling-listing .page__builder .page_list__image h3 {
        padding: 0;
    }

    .page-template-template-contact .main .page__content,
    .page-template-template-contact .main .page__content--featured {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 30px;
    }

    .page-template-template-contact .main .contact__form {
        position: relative;
        float: left;
        width: 66.66666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-contact .main .contact__form__inner {
        padding-right: 15px;
    }

    .page-template-template-contact .main .contact__details {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-donate .donate__header--tablet {
        display: none;
    }

    .page-template-template-donate .donate__caf {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-donate .page__header,
    .page-template-template-donate .donate__content {
        display: block;
    }

    .page-template-template-donate .donate__content {
        margin-bottom: 38px;
    }

    .page-template-template-donate .page__columns .donate--tablet {
        display: none;
    }

    .page-template-template-donate .donate__tabs {
        display: block;
    }

    .page-template-template-donate .donate__tabs h2 {
        margin: 45px 0;
        font-size: 30px;
    }

    .page-template-template-donate .donate__tabs .js-tabcontent[aria-hidden=true] {
        display: none;
    }

    .page-template-template-donate .donate__tabs .tabs__list {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        display: table;
        width: 100%;
    }

    .page-template-template-donate .donate__tabs .tabs__list li {
        display: table-cell;
        padding: 0;
        margin-bottom: 0;
    }

    .page-template-template-donate .donate__tabs .tabs__list li::before {
        display: none;
    }

    .page-template-template-donate .donate__tabs .tabs__list li a {
        margin-right: 12px;
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
        background-color: #ce0058;
        color: white;
        padding: 30px 0;
        width: 175px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    .page-template-template-donate .donate__tabs .tabs__list li a[aria-selected=true] {
        background-color: #efefef;
        color: black;
        outline: none;
    }

    .page-template-template-donate .donate__tabs .tabs__content {
        background-color: #efefef;
        padding: 30px;
    }

    .page-template-template-donate .donate__tabs .tabs__content:before,
    .page-template-template-donate .donate__tabs .tabs__content:after {
        content: " ";
        display: table;
    }

    .page-template-template-donate .donate__tabs .tabs__content:after {
        clear: both;
    }

    .page-template-template-donate .donate__tabs .tabs__content:before,
    .page-template-template-donate .donate__tabs .tabs__content:after {
        content: " ";
        display: table;
    }

    .page-template-template-donate .donate__tabs .tabs__content:after {
        clear: both;
    }

    .page-template-template-donate aside .donate--tablet {
        display: block;
    }

    .page-template-template-donate aside .other__cheque,
    .page-template-template-donate aside .donate--tablet__inner {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-partners .page__content ul.partners__logos,
    .page-template-template-partners .page__content--featured ul.partners__logos {
        margin: 70px -15px 0;
    }

    .page-template-template-partners .page__content ul.partners__logos li,
    .page-template-template-partners .page__content--featured ul.partners__logos li {
        -ms-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
        padding: 0 !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .page-template-template-partners .page__content ul.partners__logos a,
    .page-template-template-partners .page__content--featured ul.partners__logos a {
        transition: all 0.3s ease;
    }

    .page-template-template-partners .page__content ul.partners__logos a:hover,
    .page-template-template-partners .page__content--featured ul.partners__logos a:hover,
    .page-template-template-partners .page__content ul.partners__logos a:focus,
    .page-template-template-partners .page__content--featured ul.partners__logos a:focus {
        background-color: #e2669b;
        border: 1px solid #c2467a;
    }

    .page-template-template-fundraising .main .page__row aside {
        border-top: 0;
        position: relative;
    }

    .page-template-template-fundraising .main .page__row aside .sidebar--page {
        width: 390px;
        border-bottom: 0;
        padding: 50px 30px;
    }

    .page-template-template-fundraising .main .page__row aside .sidebar--page h2 {
        font-size: 30px;
    }

    .page-template-template-fundraising .main .page__row aside .social {
        display: block;
        position: absolute;
        padding: 30px;
        bottom: 0;
    }

    .page-template-template-fundraising .main .page__columns {
        background-color: transparent;
        padding: 30px 30px 0;
        width: auto;
        float: none;
    }

    .page-template-template-fundraising .main .gform_wrapper {
        padding: 20px;
        background-color: #efefef;
    }

    .page-template-template-fundraising .content-info {
        margin-top: 60px;
    }

    .single-event main > .ads {
        display: none;
    }

    .post-type-archive-event .billboard .billboard__wrap {
        width: 800px;
    }

    .post-type-archive-event .billboard .slick-prev {
        left: 40px;
        top: 50%;
    }

    .post-type-archive-event .billboard .slick-prev:before {
        content: '\f053';
        font-size: 30px;
    }

    .post-type-archive-event .billboard .slick-next {
        right: 40px;
        top: 50%;
    }

    .post-type-archive-event .billboard .slick-next:before {
        content: '\f054';
        font-size: 30px;
    }

    .post-type-archive-event main .page__columns {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-type-archive-event main .event__filter form .fieldset--left {
        width: 48%;
        float: left;
    }

    .post-type-archive-event main .event__filter form .fieldset--right {
        margin-left: 4%;
        width: 45%;
        float: left;
    }

    .post-type-archive-event main .event__filter form .fieldset--submit {
        width: 100%;
        float: left;
        padding-top: 30px;
    }

    .post-type-archive-event main .event__filter form .fieldset--submit:before,
    .post-type-archive-event main .event__filter form .fieldset--submit:after {
        content: " ";
        display: table;
    }

    .post-type-archive-event main .event__filter form .fieldset--submit:after {
        clear: both;
    }

    .post-type-archive-event main .event__filter form .fieldset--submit:before,
    .post-type-archive-event main .event__filter form .fieldset--submit:after {
        content: " ";
        display: table;
    }

    .post-type-archive-event main .event__filter form .fieldset--submit:after {
        clear: both;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .event-type > label {
        width: 20%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .event-type ul {
        width: 79%;
    }

    .post-type-archive-event main .event__filter form .filter__wrapper .event-type ul li label {
        margin-bottom: 30px;
    }

    .post-type-archive-event main .event__count {
        float: right;
    }

    .post-type-archive-event main .event__articles article {
        width: calc(33.3333% - 20px);
    }

    .post-type-archive-event .event__articles article {
        width: calc(33.3333% - 20px);
    }

    .search .sidebar-page h2 a {
        cursor: default;
    }
}

@media (min-width: 75em) and (min-width: 48em) {
    .navbar--header nav {
        width: 750px;
    }
}

@media (min-width: 75em) and (min-width: 62em) {
    .navbar--header nav {
        width: 970px;
    }
}

@media (min-width: 75em) and (min-width: 75em) {
    .navbar--header nav {
        width: 1210px;
    }
}

@media (min-width: 75em) and (min-width: 48em) {
    .main .page__wrap {
        width: 750px;
    }
}

@media (min-width: 75em) and (min-width: 62em) {
    .main .page__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) and (min-width: 75em) {
    .main .page__wrap {
        width: 1210px;
    }
}

@media (min-width: 75em) and (min-width: 48em) {
    .blog main .page__wrap,
    .archive main .page__wrap {
        width: 750px;
    }
}

@media (min-width: 75em) and (min-width: 62em) {
    .blog main .page__wrap,
    .archive main .page__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) and (min-width: 75em) {
    .blog main .page__wrap,
    .archive main .page__wrap {
        width: 1210px;
    }
}

@media (min-width: 75em) and (min-width: 48em) {
    .error404 .main .page__wrap {
        width: 750px;
    }
}

@media (min-width: 75em) and (min-width: 62em) {
    .error404 .main .page__wrap {
        width: 970px;
    }
}

@media (min-width: 75em) and (min-width: 75em) {
    .error404 .main .page__wrap {
        width: 1210px;
    }
}

@media (min-width: 1600px) {
    .page-template-template-fundraising .page__featured-image {
        background-color: #A92F52;
    }
}

.button.short-btn {
    margin-bottom: 10px;
    margin-right: 4px;
}

.funds-raised__title h2 {
    font-size: 30px;
}

.funds-raised__inner {
    width: 100%;
    color: white;
    text-align: center;
    display: block;
    background: #ce0058;
    padding: 10px;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.3);
    margin: 20px 0 40px;
}

.funds-raised__inner h2 {
    color: white;
    font-size: 35px;
    margin: 0;
}

.pagination ul.page-numbers {
    display: block;
    padding-left: 0;
}

.pagination ul.page-numbers .current {
    border: 1px solid #CE0058;
    padding: 10px;
    color: #CE0058;
    font-weight: bold;
    font-size: 1.1rem;
}

.pagination ul.page-numbers li {
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-bottom: 25px;
}

.pagination ul.page-numbers li:before {
    display: none;
}

.page__header {
    padding-top: 16px;
}

.page__header .anchor.button {
    margin: 0 0 16px;
}

@media only screen and (min-width: 1024px) {
    .page__header .anchor.button {
        position: absolute;
        top: 16px;
        right: 0;
        margin: 0;
    }
}

ul.gfield_radio li {
    padding-left: 0 !important;
}

ul.gfield_radio li::before {
    display: none;
}

#main-container iframe {
    max-width: 100%;
}

.people-title .spacer {
    display: none;
}

.people-title {
    display: flex;

}

.people-title h1 {
    display: inline-block;
    padding: 0;
}

@media (min-width: 768px) {
    .people-title .spacer {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
    }

    .people-title h1 {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 4px;
    }
}