article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

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;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,input,select[multiple],textarea {
    background-image: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 0;
    line-height: 1.42857;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

body {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width:600px) {
    body {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    body {
        font-size: 18px;
    }
}

a:focus {
    text-decoration: none;
    text-color: #5892a8;
}

.inline {
    display: inline;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #ce171e;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,.h1 {
    font-size: 36px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 18px;
}

h5,.h5 {
    font-size: 14px;
}

h6,.h6 {
    font-size: 12px;
}

h1 small,.h1 small {
    font-size: 24px;
}

h2 small,.h2 small {
    font-size: 18px;
}

h3 small,.h3 small,h4 small,.h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0;
}

.list-unstyled,.list-inline,.list-newsticker,.list-references ul,.faqs,.usps > ul {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,dd {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dd:before,.dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
}

blockquote.pull-right p,blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.theme-beige a {
    color: #cbc6c0;
}

.theme-beige a:hover {
    color: #b4ada4;
}

.theme-brown a {
    color: #8d8070;
}

.theme-brown a:hover {
    color: #716659;
}

.theme-blue a {
    color: #62a3bb;
}

.theme-blue a:hover {
    color: #478aa3;
}

.theme-red a {
    color: #ce171e;
}

.theme-red a:hover {
    color: #a01217;
}

.theme-green a {
    color: #648878;
}

.theme-green a:hover {
    color: #4e6b5e;
}

.theme-grey a {
    color: #f4f4f2;
}

.theme-grey a:hover {
    color: #cbc6c0;
}

.theme-darkblue a {
    color: #5892a8;
}

.theme-darkblue a:hover {
    color: #467587;
}

.theme-black a {
    color: #1f1e1d;
}

.theme-black a:hover {
    color: #a01217;
}

.theme-purple a {
    color: #56566e;
}

.theme-purple a:hover {
    color: #404051;
}

.theme-olive a {
    color: #878062;
}

.theme-olive a:hover {
    color: #69644d;
}

.theme-blue_grey a {
    color: #627986;
}

.theme-blue_grey a:hover {
    color: #4c5e69;
}

.theme-red_grey a {
    color: #876262;
}

.theme-red_grey a:hover {
    color: #694d4d;
}

.theme-humanitarium a {
    color: #435056;
}

.theme-humanitarium a:hover {
    color: #2d3539;
}

.theme-review a {
    color: #56566e;
}

.theme-review a:hover {
    color: #404051;
}

.theme-black {
    color: #f4f4f2;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-bottom: 20px;
}

.theme-black h1,.theme-black .h1,.theme-black h2,.theme-black .h2,.theme-black h3,.theme-black .h3 {
    color: #fff;
}

h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    line-height: 1.3;
}

h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a {
    color: #1f1e1d;
}

h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover {
    color: #62a3bb;
    text-decoration: none;
}

.sans-serif h2,h2.sans-serif,.sans-serif .h2,.h2.sans-serif,.sans-serif h3,h3.sans-serif,.sans-serif .h3,.h3.sans-serif,.sans-serif h4,h4.sans-serif,.sans-serif .h4,.h4.sans-serif,.sans-serif h5,h5.sans-serif,.sans-serif .h5,.h5.sans-serif,.sans-serif h6,h6.sans-serif,.sans-serif .h6,.h6.sans-serif {
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 a,.h2 a,h3 a,.h3 a,h5 a,.h5 a,h6 a,.h6 a {
    color: #1f1e1d;
}

h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover {
    color: #62a3bb;
}

h1,.h1 {
    margin: 0 0 30px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (min-width:600px) {
    h1,.h1 {
        font-size: 40px;
    }
}

@media screen and (min-width:992px) {
    h1,.h1 {
        font-size: 46px;
    }
}

h2,.h2 {
    margin-top: 60px;
    font-size: 18px;
}

@media screen and (min-width:600px) {
    h2,.h2 {
        font-size: 21px;
    }
}

@media screen and (min-width:992px) {
    h2,.h2 {
        font-size: 24px;
    }
}

h4,.h4 {
    text-transform: uppercase;
    color: #a1978a;
    font-size: 14px;
}

@media screen and (min-width:600px) {
    h4,.h4 {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    h4,.h4 {
        font-size: 18px;
    }
}

h4 a,.h4 a {
    color: #a1978a;
}

h4 a:hover,.h4 a:hover {
    color: #1f1e1d;
}

p {
    margin-bottom: 30px;
}

blockquote,.blockquote {
    color: #8d8070;
    border-left: none;
    padding: 0;
    margin-bottom: 30px;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
}

blockquote:before,.blockquote:before {
    content: '\201C';
}

blockquote:after,.blockquote:after {
    content: '\201D';
}

html[dir="rtl"] blockquote:before,html[dir="rtl"] .blockquote:before {
    content: '\2033';
}

html[dir="rtl"] blockquote:after,html[dir="rtl"] .blockquote:after {
    content: '\2033';
}

@media screen and (min-width:600px) {
    blockquote,.blockquote {
        font-size: 28px;
    }
}

@media screen and (min-width:992px) {
    blockquote,.blockquote {
        font-size: 32px;
    }
}

.theme-beige blockquote,blockquote.theme-beige,.theme-beige .blockquote,.blockquote.theme-beige {
    color: #cbc6c0;
}

.theme-brown blockquote,blockquote.theme-brown,.theme-brown .blockquote,.blockquote.theme-brown {
    color: #8d8070;
}

.theme-blue blockquote,blockquote.theme-blue,.theme-blue .blockquote,.blockquote.theme-blue {
    color: #62a3bb;
}

.theme-red blockquote,blockquote.theme-red,.theme-red .blockquote,.blockquote.theme-red {
    color: #ce171e;
}

.theme-green blockquote,blockquote.theme-green,.theme-green .blockquote,.blockquote.theme-green {
    color: #648878;
}

.theme-grey blockquote,blockquote.theme-grey,.theme-grey .blockquote,.blockquote.theme-grey {
    color: #f4f4f2;
}

.theme-darkblue blockquote,blockquote.theme-darkblue,.theme-darkblue .blockquote,.blockquote.theme-darkblue {
    color: #5892a8;
}

.theme-black blockquote,blockquote.theme-black,.theme-black .blockquote,.blockquote.theme-black {
    color: #1f1e1d;
}

.theme-purple blockquote,blockquote.theme-purple,.theme-purple .blockquote,.blockquote.theme-purple {
    color: #56566e;
}

.theme-olive blockquote,blockquote.theme-olive,.theme-olive .blockquote,.blockquote.theme-olive {
    color: #878062;
}

.theme-blue_grey blockquote,blockquote.theme-blue_grey,.theme-blue_grey .blockquote,.blockquote.theme-blue_grey {
    color: #627986;
}

.theme-red_grey blockquote,blockquote.theme-red_grey,.theme-red_grey .blockquote,.blockquote.theme-red_grey {
    color: #876262;
}

.theme-humanitarium blockquote,blockquote.theme-humanitarium,.theme-humanitarium .blockquote,.blockquote.theme-humanitarium {
    color: #435056;
}

.theme-review blockquote,blockquote.theme-review,.theme-review .blockquote,.blockquote.theme-review {
    color: #56566e;
}

.intro {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (min-width:600px) {
    .intro {
        font-size: 20px;
    }
}

@media screen and (min-width:992px) {
    .intro {
        font-size: 22px;
    }
}

.theme-black .intro {
    color: #fff;
}

.btn,.styled-select,.styled-language-select,footer,footer .h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.page-header {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width:600px) {
    .page-header {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .page-header {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

.page-header h1,.page-header .h1 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:600px) {
    .page-header h1,.page-header .h1 {
        font-size: 40px;
    }
}

@media screen and (min-width:992px) {
    .page-header h1,.page-header .h1 {
        font-size: 46px;
    }
}

.page-header h2,.page-header .h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:600px) {
    .page-header h2,.page-header .h2 {
        font-size: 32px;
    }
}

@media screen and (min-width:992px) {
    .page-header h2,.page-header .h2 {
        font-size: 36px;
    }
}

.page-header h3,.page-header .h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:600px) {
    .page-header h3,.page-header .h3 {
        font-size: 20px;
    }
}

@media screen and (min-width:992px) {
    .page-header h3,.page-header .h3 {
        font-size: 22px;
    }
}

.page-header h3 {
    color: #8d8070;
}

.page-header h2 + h3,.page-header .h2 + .h3,.page-header .h2 + h3,.page-header h2 + .h3 {
    margin-top: 0;
}

.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    display: block;
    height: 1px;
    width: 100%;
}

.page-header.page-header--darkline:after {
    background-color: #e7e7e3;
    background-color: rgba(0,0,0,0.1);
}

.page-header.page-header--lightline:after {
    background-color: #81b5c9;
    background-color: rgba(255,255,255,0.2);
}

.page-header.page-header--small h3,.page-header.page-header--small .h3 {
    font-weight: 700;
}

.page-header.page-header--small h4,.page-header.page-header--small .h4 {
    font-size: 14px;
}

.page-header.page-header--small:after {
    top: 14px;
}

.page-header.page-header--small-vspace {
    margin-bottom: 20px;
}

.page-header.page-header--no-top-margin {
    margin-top: 0;
}

.page-header.page-header--centeredline:after {
    top: 50%;
}

.sans-serif {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.font-xs-10 {
    font-size: 10px !important;
}

.font-xs-12 {
    font-size: 12px !important;
}

.font-xs-14 {
    font-size: 14px !important;
}

.font-xs-16 {
    font-size: 16px !important;
}

.font-xs-18 {
    font-size: 18px !important;
}

.font-xs-24 {
    font-size: 24px !important;
}

@media (min-width:600px) {
    .font-sm-10 {
        font-size: 10px !important;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-14 {
        font-size: 14px !important;
    }

    .font-sm-16 {
        font-size: 16px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }

    .font-sm-24 {
        font-size: 24px !important;
    }

    .font-sm-36 {
        font-size: 36px !important;
    }

    .font-sm-60 {
        font-size: 60px !important;
    }
}

@media (min-width:992px) {
    .font-md-10 {
        font-size: 10px !important;
    }

    .font-md-12 {
        font-size: 12px !important;
    }

    .font-md-14 {
        font-size: 14px !important;
    }

    .font-md-16 {
        font-size: 16px !important;
    }

    .font-md-18 {
        font-size: 18px !important;
    }

    .font-md-20 {
        font-size: 20px !important;
    }

    .font-md-32 {
        font-size: 32px !important;
    }

    .font-md-36 {
        font-size: 36px !important;
    }

    .font-md-48 {
        font-size: 48px !important;
    }

    .font-md-60 {
        font-size: 60px !important;
    }
}

@media (min-width:1200px) {
    .font-lg-10 {
        font-size: 10px !important;
    }

    .font-lg-12 {
        font-size: 12px !important;
    }

    .font-lg-14 {
        font-size: 14px !important;
    }

    .font-lg-16 {
        font-size: 16px !important;
    }

    .font-lg-18 {
        font-size: 18px !important;
    }

    .font-lg-20 {
        font-size: 20px !important;
    }

    .font-lg-60 {
        font-size: 60px !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,.col-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,.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,.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,.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 {
    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 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:600px) {
    .container {
        max-width: 750px;
    }

    .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 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px;
    }

    .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 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
    }

    .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 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
}

.page-header + .container {
    padding-top: 0;
}

.container + .page-header {
    margin-top: 20px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.nested-row {
    margin-left: -15px;
    margin-right: -15px;
}

.nested-col-left {
    padding-left: 0;
}

.nested-col-right {
    padding-right: 0;
}

.visible-xs-landscape {
    display: none;
}

@media screen and (max-device-width:600px) and (orientation:landscape) {
    .col-xs-landscape-1,.col-xs-landscape-2,.col-xs-landscape-3,.col-xs-landscape-4,.col-xs-landscape-5,.col-xs-landscape-6,.col-xs-landscape-7,.col-xs-landscape-8,.col-xs-landscape-9,.col-xs-landscape-10,.col-xs-landscape-11,.col-xs-landscape-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-xs-landscape-1,.col-xs-landscape-2,.col-xs-landscape-3,.col-xs-landscape-4,.col-xs-landscape-5,.col-xs-landscape-6,.col-xs-landscape-7,.col-xs-landscape-8,.col-xs-landscape-9,.col-xs-landscape-10,.col-xs-landscape-11 {
        float: left;
    }

    .col-xs-landscape-1 {
        width: 8.33333%;
    }

    .col-xs-landscape-2 {
        width: 16.66667%;
    }

    .col-xs-landscape-3 {
        width: 25%;
    }

    .col-xs-landscape-4 {
        width: 33.33333%;
    }

    .col-xs-landscape-5 {
        width: 41.66667%;
    }

    .col-xs-landscape-6 {
        width: 50%;
    }

    .col-xs-landscape-7 {
        width: 58.33333%;
    }

    .col-xs-landscape-8 {
        width: 66.66667%;
    }

    .col-xs-landscape-9 {
        width: 75%;
    }

    .col-xs-landscape-10 {
        width: 83.33333%;
    }

    .col-xs-landscape-11 {
        width: 91.66667%;
    }

    .col-xs-landscape-12 {
        width: 100%;
    }

    .visible-xs-landscape {
        display: block !important;
    }
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

@media screen and (min-width:600px) {
    .col-sm-indent-1 {
        left: -8.33333%;
    }

    .col-sm-indent-2 {
        left: -16.66667%;
    }

    .col-sm-indent-3 {
        left: -25%;
    }

    .col-sm-indent-4 {
        left: -33.33333%;
    }

    .col-sm-indent-5 {
        left: -41.66667%;
    }
}

@media screen and (min-width:992px) {
    .col-md-indent-1 {
        left: -8.33333%;
    }

    .col-md-indent-2 {
        left: -16.66667%;
    }

    .col-md-indent-3 {
        left: -25%;
    }

    .col-md-indent-4 {
        left: -33.33333%;
    }

    .col-md-indent-5 {
        left: -41.66667%;
    }
}

@media screen and (min-width:1200px) {
    .col-lg-indent-1 {
        left: -8.33333%;
    }

    .col-lg-indent-2 {
        left: -16.66667%;
    }

    .col-lg-indent-3 {
        left: -25%;
    }

    .col-lg-indent-4 {
        left: -33.33333%;
    }

    .col-lg-indent-5 {
        left: -41.66667%;
    }
}

html[dir="rtl"] .col-xs-1,html[dir="rtl"] .col-xs-2,html[dir="rtl"] .col-xs-3,html[dir="rtl"] .col-xs-4,html[dir="rtl"] .col-xs-5,html[dir="rtl"] .col-xs-6,html[dir="rtl"] .col-xs-7,html[dir="rtl"] .col-xs-8,html[dir="rtl"] .col-xs-9,html[dir="rtl"] .col-xs-10,html[dir="rtl"] .col-xs-11 {
    float: right;
}

html[dir="rtl"] .col-xs-push-1 {
    left: auto;
    right: 8.33333%;
}

html[dir="rtl"] .col-xs-push-2 {
    left: auto;
    right: 16.66667%;
}

html[dir="rtl"] .col-xs-push-3 {
    left: auto;
    right: 25%;
}

html[dir="rtl"] .col-xs-push-4 {
    left: auto;
    right: 33.33333%;
}

html[dir="rtl"] .col-xs-push-5 {
    left: auto;
    right: 41.66667%;
}

html[dir="rtl"] .col-xs-push-6 {
    left: auto;
    right: 50%;
}

html[dir="rtl"] .col-xs-push-7 {
    left: auto;
    right: 58.33333%;
}

html[dir="rtl"] .col-xs-push-8 {
    left: auto;
    right: 66.66667%;
}

html[dir="rtl"] .col-xs-push-9 {
    left: auto;
    right: 75%;
}

html[dir="rtl"] .col-xs-push-10 {
    left: auto;
    right: 83.33333%;
}

html[dir="rtl"] .col-xs-push-11 {
    left: auto;
    right: 91.66667%;
}

@media (min-width:600px) {
    html[dir="rtl"] .col-sm-1,html[dir="rtl"] .col-sm-2,html[dir="rtl"] .col-sm-3,html[dir="rtl"] .col-sm-4,html[dir="rtl"] .col-sm-5,html[dir="rtl"] .col-sm-6,html[dir="rtl"] .col-sm-7,html[dir="rtl"] .col-sm-8,html[dir="rtl"] .col-sm-9,html[dir="rtl"] .col-sm-10,html[dir="rtl"] .col-sm-11 {
        float: right;
    }
}

@media (min-width:992px) {
    html[dir="rtl"] .col-md-1,html[dir="rtl"] .col-md-2,html[dir="rtl"] .col-md-3,html[dir="rtl"] .col-md-4,html[dir="rtl"] .col-md-5,html[dir="rtl"] .col-md-6,html[dir="rtl"] .col-md-7,html[dir="rtl"] .col-md-8,html[dir="rtl"] .col-md-9,html[dir="rtl"] .col-md-10,html[dir="rtl"] .col-md-11 {
        float: right;
    }
}

@media (min-width:1200px) {
    html[dir="rtl"] .col-lg-1,html[dir="rtl"] .col-lg-2,html[dir="rtl"] .col-lg-3,html[dir="rtl"] .col-lg-4,html[dir="rtl"] .col-lg-5,html[dir="rtl"] .col-lg-6,html[dir="rtl"] .col-lg-7,html[dir="rtl"] .col-lg-8,html[dir="rtl"] .col-lg-9,html[dir="rtl"] .col-lg-10,html[dir="rtl"] .col-lg-11 {
        float: right;
    }
}

@media (min-width:600px) {
    html[dir="rtl"] .col-sm-push-1 {
        left: auto;
        right: 8.33333%;
    }

    html[dir="rtl"] .col-sm-push-2 {
        left: auto;
        right: 16.66667%;
    }

    html[dir="rtl"] .col-sm-push-3 {
        left: auto;
        right: 25%;
    }

    html[dir="rtl"] .col-sm-push-4 {
        left: auto;
        right: 33.33333%;
    }

    html[dir="rtl"] .col-sm-push-5 {
        left: auto;
        right: 41.66667%;
    }

    html[dir="rtl"] .col-sm-push-6 {
        left: auto;
        right: 50%;
    }

    html[dir="rtl"] .col-sm-push-7 {
        left: auto;
        right: 58.33333%;
    }

    html[dir="rtl"] .col-sm-push-8 {
        left: auto;
        right: 66.66667%;
    }

    html[dir="rtl"] .col-sm-push-9 {
        left: auto;
        right: 75%;
    }

    html[dir="rtl"] .col-sm-push-10 {
        left: auto;
        right: 83.33333%;
    }

    html[dir="rtl"] .col-sm-push-11 {
        left: auto;
        right: 91.66667%;
    }

    html[dir="rtl"] .col-sm-pull-1 {
        right: auto;
        left: 8.33333%;
    }

    html[dir="rtl"] .col-sm-pull-2 {
        right: auto;
        left: 16.66667%;
    }

    html[dir="rtl"] .col-sm-pull-3 {
        right: auto;
        left: 25%;
    }

    html[dir="rtl"] .col-sm-pull-4 {
        right: auto;
        left: 33.33333%;
    }

    html[dir="rtl"] .col-sm-pull-5 {
        right: auto;
        left: 41.66667%;
    }

    html[dir="rtl"] .col-sm-pull-6 {
        right: auto;
        left: 50%;
    }

    html[dir="rtl"] .col-sm-pull-7 {
        right: auto;
        left: 58.33333%;
    }

    html[dir="rtl"] .col-sm-pull-8 {
        right: auto;
        left: 66.66667%;
    }

    html[dir="rtl"] .col-sm-pull-9 {
        right: auto;
        left: 75%;
    }

    html[dir="rtl"] .col-sm-pull-10 {
        right: auto;
        left: 83.33333%;
    }

    html[dir="rtl"] .col-sm-pull-11 {
        right: auto;
        left: 91.66667%;
    }

    html[dir="rtl"] .col-sm-offset-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    html[dir="rtl"] .col-sm-offset-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    html[dir="rtl"] .col-sm-offset-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    html[dir="rtl"] .col-sm-offset-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    html[dir="rtl"] .col-sm-offset-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    html[dir="rtl"] .col-sm-offset-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    html[dir="rtl"] .col-sm-offset-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    html[dir="rtl"] .col-sm-offset-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    html[dir="rtl"] .col-sm-offset-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    html[dir="rtl"] .col-sm-offset-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    html[dir="rtl"] .col-sm-offset-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }
}

@media (min-width:992px) {
    html[dir="rtl"] .col-md-push-0 {
        left: auto;
        right: auto;
    }

    html[dir="rtl"] .col-md-push-1 {
        left: auto;
        right: 8.33333%;
    }

    html[dir="rtl"] .col-md-push-2 {
        left: auto;
        right: 16.66667%;
    }

    html[dir="rtl"] .col-md-push-3 {
        left: auto;
        right: 25%;
    }

    html[dir="rtl"] .col-md-push-4 {
        left: auto;
        right: 33.33333%;
    }

    html[dir="rtl"] .col-md-push-5 {
        left: auto;
        right: 41.66667%;
    }

    html[dir="rtl"] .col-md-push-6 {
        left: auto;
        right: 50%;
    }

    html[dir="rtl"] .col-md-push-7 {
        left: auto;
        right: 58.33333%;
    }

    html[dir="rtl"] .col-md-push-8 {
        left: auto;
        right: 66.66667%;
    }

    html[dir="rtl"] .col-md-push-9 {
        left: auto;
        right: 75%;
    }

    html[dir="rtl"] .col-md-push-10 {
        left: auto;
        right: 83.33333%;
    }

    html[dir="rtl"] .col-md-push-11 {
        left: auto;
        right: 91.66667%;
    }

    html[dir="rtl"] .col-md-pull-0 {
        right: auto;
        left: auto;
    }

    html[dir="rtl"] .col-md-pull-1 {
        right: auto;
        left: 8.33333%;
    }

    html[dir="rtl"] .col-md-pull-2 {
        right: auto;
        left: 16.66667%;
    }

    html[dir="rtl"] .col-md-pull-3 {
        right: auto;
        left: 25%;
    }

    html[dir="rtl"] .col-md-pull-4 {
        right: auto;
        left: 33.33333%;
    }

    html[dir="rtl"] .col-md-pull-5 {
        right: auto;
        left: 41.66667%;
    }

    html[dir="rtl"] .col-md-pull-6 {
        right: auto;
        left: 50%;
    }

    html[dir="rtl"] .col-md-pull-7 {
        right: auto;
        left: 58.33333%;
    }

    html[dir="rtl"] .col-md-pull-8 {
        right: auto;
        left: 66.66667%;
    }

    html[dir="rtl"] .col-md-pull-9 {
        right: auto;
        left: 75%;
    }

    html[dir="rtl"] .col-md-pull-10 {
        right: auto;
        left: 83.33333%;
    }

    html[dir="rtl"] .col-md-pull-11 {
        right: auto;
        left: 91.66667%;
    }

    html[dir="rtl"] .col-md-offset-0 {
        margin-left: 0;
        margin-right: 0;
    }

    html[dir="rtl"] .col-md-offset-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    html[dir="rtl"] .col-md-offset-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    html[dir="rtl"] .col-md-offset-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    html[dir="rtl"] .col-md-offset-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    html[dir="rtl"] .col-md-offset-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    html[dir="rtl"] .col-md-offset-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    html[dir="rtl"] .col-md-offset-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    html[dir="rtl"] .col-md-offset-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    html[dir="rtl"] .col-md-offset-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    html[dir="rtl"] .col-md-offset-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    html[dir="rtl"] .col-md-offset-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }
}

@media (min-width:1200px) {
    html[dir="rtl"] .col-lg-push-0 {
        left: auto;
        right: auto;
    }

    html[dir="rtl"] .col-lg-push-1 {
        left: auto;
        right: 8.33333%;
    }

    html[dir="rtl"] .col-lg-push-2 {
        left: auto;
        right: 16.66667%;
    }

    html[dir="rtl"] .col-lg-push-3 {
        left: auto;
        right: 25%;
    }

    html[dir="rtl"] .col-lg-push-4 {
        left: auto;
        right: 33.33333%;
    }

    html[dir="rtl"] .col-lg-push-5 {
        left: auto;
        right: 41.66667%;
    }

    html[dir="rtl"] .col-lg-push-6 {
        left: auto;
        right: 50%;
    }

    html[dir="rtl"] .col-lg-push-7 {
        left: auto;
        right: 58.33333%;
    }

    html[dir="rtl"] .col-lg-push-8 {
        left: auto;
        right: 66.66667%;
    }

    html[dir="rtl"] .col-lg-push-9 {
        left: auto;
        right: 75%;
    }

    html[dir="rtl"] .col-lg-push-10 {
        left: auto;
        right: 83.33333%;
    }

    html[dir="rtl"] .col-lg-push-11 {
        left: auto;
        right: 91.66667%;
    }

    html[dir="rtl"] .col-lg-pull-0 {
        right: auto;
        left: auto;
    }

    html[dir="rtl"] .col-lg-pull-1 {
        right: auto;
        left: 8.33333%;
    }

    html[dir="rtl"] .col-lg-pull-2 {
        right: auto;
        left: 16.66667%;
    }

    html[dir="rtl"] .col-lg-pull-3 {
        right: auto;
        left: 25%;
    }

    html[dir="rtl"] .col-lg-pull-4 {
        right: auto;
        left: 33.33333%;
    }

    html[dir="rtl"] .col-lg-pull-5 {
        right: auto;
        left: 41.66667%;
    }

    html[dir="rtl"] .col-lg-pull-6 {
        right: auto;
        left: 50%;
    }

    html[dir="rtl"] .col-lg-pull-7 {
        right: auto;
        left: 58.33333%;
    }

    html[dir="rtl"] .col-lg-pull-8 {
        right: auto;
        left: 66.66667%;
    }

    html[dir="rtl"] .col-lg-pull-9 {
        right: auto;
        left: 75%;
    }

    html[dir="rtl"] .col-lg-pull-10 {
        right: auto;
        left: 83.33333%;
    }

    html[dir="rtl"] .col-lg-pull-11 {
        right: auto;
        left: 91.66667%;
    }

    html[dir="rtl"] .col-lg-offset-0 {
        margin-left: 0;
        margin-right: 0;
    }

    html[dir="rtl"] .col-lg-offset-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    html[dir="rtl"] .col-lg-offset-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    html[dir="rtl"] .col-lg-offset-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    html[dir="rtl"] .col-lg-offset-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    html[dir="rtl"] .col-lg-offset-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    html[dir="rtl"] .col-lg-offset-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    html[dir="rtl"] .col-lg-offset-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    html[dir="rtl"] .col-lg-offset-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    html[dir="rtl"] .col-lg-offset-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    html[dir="rtl"] .col-lg-offset-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    html[dir="rtl"] .col-lg-offset-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }
}

button,label,textarea,input {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

button.error,label.error,textarea.error,input.error {
    color: #ce171e;
    border-color: #ce171e;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.selectcontainer {
    position: relative;
}

.selectcontainer select {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-appearance: menulist-button;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.selecttext {
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.styled-select {
    width: 100%;
    padding: 6px 12px;
    line-height: 24px;
    background: #f4f4f2;
    border: 1px solid #e7e7e3;
    color: #1f1e1d;
    position: relative;
    z-index: 1;
}

.bg-white .styled-select,.content-aside--filled .styled-select {
    background-color: #fff;
}

.styled-select:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    right: .5em;
}

label {
    display: inline-block;
}

label input,label .styled-select {
    margin-top: .3em;
}

label input {
    width: 100%;
}

label input[type="radio"],label input[type="checkbox"] {
    margin-top: -5px;
    margin-right: 5px;
    width: auto;
}

html[dir="rtl"] label input[type="radio"],html[dir="rtl"] label input[type="checkbox"] {
    margin-right: 0;
    margin-left: 5px;
}

input[type="search"] {
    -webkit-appearance: none;
}

textarea,input {
    border: 1px solid #e7e7e3;
    background: #f4f4f2;
}

input[type="submit"],button {
    border: 0;
    text-transform: uppercase;
    line-height: 1.4em;
}

fieldset {
    border: 0;
    padding: 0;
}

textarea,input,button {
    padding: 7px 10px;
    line-height: 24px;
    vertical-align: middle;
}

#popup-contact form .confirmation {
    text-align: center;
}

#popup-contact form .please_wait {
    display: none;
}

#popup-contact form label {
    display: block;
    margin-bottom: 1em;
}

#popup-contact form label div {
    margin-bottom: .3em;
}

#popup-contact form textarea,#popup-contact form input {
    width: 100%;
    display: block;
}

#popup-contact form p:empty {
    display: none;
}

#popup-contact form .h3 {
    margin-bottom: 0;
}

#popup-contact form .js_title {
    font-size: .8em;
}

.bequest-form label {
    display: block;
    margin-bottom: 1em;
}

.bequest-form label div {
    margin-bottom: .3em;
}

.bequest-form textarea,.bequest-form input[type="text"],.bequest-form input[type="email"] {
    width: 100%;
    background-color: #fff;
    display: block;
}

.bequest-form .h3 {
    margin-bottom: 0;
}

.bequest-form .js_title {
    font-size: .8em;
}

.section-hero .search-resource {
    margin-bottom: 50px;
}

.search-resource {
    position: relative;
    height: 3.57143em;
}

.search-resource input[type="search"],.search-resource button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 100%;
}

.search-resource input[type="search"] {
    border-radius: 4px 0 0 4px;
    padding: 1em;
}

html[dir="rtl"] .search-resource input[type="search"] {
    border-radius: 0 4px 4px 0;
}

.search-resource button {
    text-align: center;
    font-size: 3.6em;
    line-height: 1em;
    max-width: 1em;
    padding: 0;
    border-radius: 0 4px 4px 0;
}

html[dir="rtl"] .search-resource button {
    border-radius: 4px 0 0 4px;
}

.content-aside--filled .search-resource input {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}

input[type="checkbox"] {
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 1em;
    min-height: 1em;
    position: absolute;
    z-index: 1;
}

input[type="checkbox"][disabled] ~ .input--checkbox {
    opacity: .5;
}

.input--checkbox {
    border: 1px solid #e7e7e3;
    background-color: #f4f4f2;
    width: 1em;
    height: 1em;
    padding: 0;
    position: relative;
    display: inline-block;
}

.input--checkbox:before {
    transition: width .2s ease;
    color: #8d8070;
    font-size: .8em;
    width: 0;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.5em;
    margin-left: -.4em;
}

.input--checkbox.active:before {
    width: 1em;
}

@media (max-width:599px) {
    .g-recaptcha {
        max-width: 280px;
    }
}

.styled-select,textarea,input,button,.btn {
    transition: background-color .3s ease-out;
    border-radius: 4px;
    display: inline-block;
}

.styled-select:hover,textarea:hover,input:hover,button:hover,.btn:hover,.quick_access-toggle.active {
    text-decoration: none;
}

.btn--beige {
    background-color: #cbc6c0 !important;
    color: #fff !important;
}

.btn--beige:hover {
    background-color: #b4ada4 !important;
    color: #fff !important;
}

.btn--brown {
    background-color: #8d8070 !important;
    color: #fff !important;
}

.btn--brown:hover {
    background-color: #716659 !important;
    color: #fff !important;
}

.btn--blue {
    background-color: #62a3bb !important;
    color: #fff !important;
}

.btn--blue:hover {
    background-color: #478aa3 !important;
    color: #fff !important;
}

.btn--red {
    background-color: #ce171e !important;
    color: #fff !important;
}

.btn--red:hover {
    background-color: #a01217 !important;
    color: #fff !important;
}

.btn--green {
    background-color: #648878 !important;
    color: #fff !important;
}

.btn--green:hover {
    background-color: #4e6b5e !important;
    color: #fff !important;
}

.btn--grey {
    background-color: #f4f4f2 !important;
    color: #363534 !important;
}

.btn--grey:hover {
    background-color: #cbc6c0 !important;
    color: #363534 !important;
}

.btn--darkblue {
    background-color: #5892a8 !important;
    color: #fff !important;
}

.btn--darkblue:hover {
    background-color: #467587 !important;
    color: #fff !important;
}

.btn--black {
    background-color: #1f1e1d !important;
    color: #fff !important;
}

.btn--black:hover {
    background-color: #a01217 !important;
    color: #fff !important;
}

.btn--purple {
    background-color: #56566e !important;
    color: #fff !important;
}

.btn--purple:hover {
    background-color: #404051 !important;
    color: #fff !important;
}

.btn--olive {
    background-color: #878062 !important;
    color: #fff !important;
}

.btn--olive:hover {
    background-color: #69644d !important;
    color: #fff !important;
}

.btn--blue_grey {
    background-color: #627986 !important;
    color: #fff !important;
}

.btn--blue_grey:hover {
    background-color: #4c5e69 !important;
    color: #fff !important;
}

.btn--red_grey {
    background-color: #876262 !important;
    color: #fff !important;
}

.btn--red_grey:hover {
    background-color: #694d4d !important;
    color: #fff !important;
}

.btn--humanitarium {
    background-color: #435056 !important;
    color: #fff !important;
}

.btn--humanitarium:hover {
    background-color: #2d3539 !important;
    color: #fff !important;
}

.btn--review {
    background-color: #56566e !important;
    color: #fff !important;
}

.btn--review:hover {
    background-color: #404051 !important;
    color: #fff !important;
}

.btn--white {
    color: #62a3bb !important;
    background-color: #fff !important;
}

.btn--white:hover {
    background-color: #62a3bb !important;
    color: #fff !important;
}

.btn {
    padding: 10px 20px;
    background: #f4f4f2;
    font-size: 14px;
    line-height: 20px;
    color: #8d8070;
    text-transform: uppercase;
    border: none;
}

.btn:hover,.quick_access-toggle.active {
    background-color: #cbc6c0;
    color: #fff;
}

.theme-beige .btn {
    background-color: #cbc6c0;
    color: #fff;
}

.theme-beige .btn:hover,.theme-beige .quick_access-toggle.active {
    background-color: #b4ada4;
    color: #fff;
}

.theme-beige.bg-beige .btn {
    background-color: #b4ada4;
    color: #fff;
}

.theme-beige.bg-beige .btn:hover,.theme-beige.bg-beige .quick_access-toggle.active {
    background-color: #9d9388;
    color: #fff;
}

.theme-brown .btn {
    background-color: #8d8070;
    color: #fff;
}

.theme-brown .btn:hover,.theme-brown .quick_access-toggle.active {
    background-color: #716659;
    color: #fff;
}

.theme-brown.bg-brown .btn {
    background-color: #716659;
    color: #fff;
}

.theme-brown.bg-brown .btn:hover,.theme-brown.bg-brown .quick_access-toggle.active {
    background-color: #544c43;
    color: #fff;
}

.theme-blue .btn {
    background-color: #62a3bb;
    color: #fff;
}

.theme-blue .btn:hover,.theme-blue .quick_access-toggle.active {
    background-color: #478aa3;
    color: #fff;
}

.theme-blue.bg-blue .btn {
    background-color: #478aa3;
    color: #fff;
}

.theme-blue.bg-blue .btn:hover,.theme-blue.bg-blue .quick_access-toggle.active {
    background-color: #376c80;
    color: #fff;
}

.theme-red .btn {
    background-color: #ce171e;
    color: #fff;
}

.theme-red .btn:hover,.theme-red .quick_access-toggle.active {
    background-color: #a01217;
    color: #fff;
}

.theme-red.bg-red .btn {
    background-color: #a01217;
    color: #fff;
}

.theme-red.bg-red .btn:hover,.theme-red.bg-red .quick_access-toggle.active {
    background-color: #720d11;
    color: #fff;
}

.theme-green .btn {
    background-color: #648878;
    color: #fff;
}

.theme-green .btn:hover,.theme-green .quick_access-toggle.active {
    background-color: #4e6b5e;
    color: #fff;
}

.theme-green.bg-green .btn {
    background-color: #4e6b5e;
    color: #fff;
}

.theme-green.bg-green .btn:hover,.theme-green.bg-green .quick_access-toggle.active {
    background-color: #394d44;
    color: #fff;
}

.theme-grey .btn {
    background-color: #f4f4f2;
    color: #363534;
}

.theme-grey .btn:hover,.theme-grey .quick_access-toggle.active {
    background-color: #cbc6c0;
    color: #363534;
}

.theme-grey.bg-grey .btn {
    background-color: #ddddd6;
    color: #363534;
}

.theme-grey.bg-grey .btn:hover,.theme-grey.bg-grey .quick_access-toggle.active {
    background-color: #b4ada4;
    color: #363534;
}

.theme-darkblue .btn {
    background-color: #5892a8;
    color: #fff;
}

.theme-darkblue .btn:hover,.theme-darkblue .quick_access-toggle.active {
    background-color: #467587;
    color: #fff;
}

.theme-darkblue.bg-darkblue .btn {
    background-color: #467587;
    color: #fff;
}

.theme-darkblue.bg-darkblue .btn:hover,.theme-darkblue.bg-darkblue .quick_access-toggle.active {
    background-color: #355865;
    color: #fff;
}

.theme-black .btn {
    background-color: #1f1e1d;
    color: #fff;
}

.theme-black .btn:hover,.theme-black .quick_access-toggle.active {
    background-color: #a01217;
    color: #fff;
}

.theme-black.bg-black .btn {
    background-color: #050404;
    color: #fff;
}

.theme-black.bg-black .btn:hover,.theme-black.bg-black .quick_access-toggle.active {
    background-color: #720d11;
    color: #fff;
}

.theme-purple .btn {
    background-color: #56566e;
    color: #fff;
}

.theme-purple .btn:hover,.theme-purple .quick_access-toggle.active {
    background-color: #404051;
    color: #fff;
}

.theme-purple.bg-purple .btn {
    background-color: #404051;
    color: #fff;
}

.theme-purple.bg-purple .btn:hover,.theme-purple.bg-purple .quick_access-toggle.active {
    background-color: #292935;
    color: #fff;
}

.theme-olive .btn {
    background-color: #878062;
    color: #fff;
}

.theme-olive .btn:hover,.theme-olive .quick_access-toggle.active {
    background-color: #69644d;
    color: #fff;
}

.theme-olive.bg-olive .btn {
    background-color: #69644d;
    color: #fff;
}

.theme-olive.bg-olive .btn:hover,.theme-olive.bg-olive .quick_access-toggle.active {
    background-color: #4c4837;
    color: #fff;
}

.theme-blue_grey .btn {
    background-color: #627986;
    color: #fff;
}

.theme-blue_grey .btn:hover,.theme-blue_grey .quick_access-toggle.active {
    background-color: #4c5e69;
    color: #fff;
}

.theme-blue_grey.bg-blue_grey .btn {
    background-color: #4c5e69;
    color: #fff;
}

.theme-blue_grey.bg-blue_grey .btn:hover,.theme-blue_grey.bg-blue_grey .quick_access-toggle.active {
    background-color: #37444b;
    color: #fff;
}

.theme-red_grey .btn {
    background-color: #876262;
    color: #fff;
}

.theme-red_grey .btn:hover,.theme-red_grey .quick_access-toggle.active {
    background-color: #694d4d;
    color: #fff;
}

.theme-red_grey.bg-red_grey .btn {
    background-color: #694d4d;
    color: #fff;
}

.theme-red_grey.bg-red_grey .btn:hover,.theme-red_grey.bg-red_grey .quick_access-toggle.active {
    background-color: #4c3737;
    color: #fff;
}

.theme-humanitarium .btn {
    background-color: #435056;
    color: #fff;
}

.theme-humanitarium .btn:hover,.theme-humanitarium .quick_access-toggle.active {
    background-color: #2d3539;
    color: #fff;
}

.theme-humanitarium.bg-humanitarium .btn {
    background-color: #2d3539;
    color: #fff;
}

.theme-humanitarium.bg-humanitarium .btn:hover,.theme-humanitarium.bg-humanitarium .quick_access-toggle.active {
    background-color: #161b1d;
    color: #fff;
}

.theme-review .btn {
    background-color: #56566e;
    color: #fff;
}

.theme-review .btn:hover,.theme-review .quick_access-toggle.active {
    background-color: #404051;
    color: #fff;
}

.theme-review.bg-review .btn {
    background-color: #404051;
    color: #fff;
}

.theme-review.bg-review .btn:hover,.theme-review.bg-review .quick_access-toggle.active {
    background-color: #292935;
    color: #fff;
}

.btn em {
    font-style: normal;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    margin: -12px 6px -12px -24px;
    padding: 12px;
    border-radius: 4px 0 0 4px;
}

html[dir="rtl"] .btn em {
    border-radius: 0 4px 4px 0;
}

.btn--media-room {
    background-color: #fff !important;
    color: #1f1e1d !important;
}

.btn--media-room:hover {
    background-color: #e7e7e3 !important;
}

.btn--streetview {
    background-color: #468bff;
    color: #fff;
    position: relative;
    padding-right: 50px;
}

.btn--streetview:hover {
    background-color: #0053df !important;
}

.btn--streetview:after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 4px;
    width: 22px;
    height: 37px;
    background: url(https://www.icrc.org/sites/default/themes/icrc_theme/images/who-we-are/icon-streetview.png);
}

.btn--with-icon:before {
    margin-right: .3em;
}

.btn-wrapper .btn {
    margin: 0 0 30px 30px;
}

.btn-wrapper .btn:first-child {
    margin-left: 0;
}

html[dir="rtl"] .btn-wrapper .btn {
    margin-right: 30px;
    margin-left: 0;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%;
}

footer {
    background: #1f1e1d;
}

.footer-nav {
    text-align: center;
    margin-bottom: 30px;
}

.footer-nav ul {
    margin-bottom: 20px;
}

.footer-nav ul:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:600px) {
    .footer-nav ul {
        margin-bottom: 0;
    }
}

.footer-nav ul.menu {
    padding: 0;
    list-style: none;
}

html[dir="rtl"] .footer-nav ul.menu {
    text-align: inherit;
}

.footer-nav li {
    vertical-align: top;
}

.footer-nav .block-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}

.footer-nav h5 {
    color: #fff;
}

.footer-nav a {
    line-height: 2em;
    display: block;
    color: #cbc6c0;
}

.footer-nav a:hover {
    text-decoration: none;
    color: #4e8fa7;
}

@media screen and (min-width:600px) {
    .footer-nav {
        margin-bottom: 40px;
        text-align: left;
    }

    html[dir="rtl"] .footer-nav {
        text-align: right;
    }
}

.meta-footer {
    border-top: 1px solid #272727;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    color: #8d8070;
    padding: 12px 0;
    margin-bottom: 0;
}

.meta-footer > ul {
    margin-bottom: 0;
}

.meta-footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.meta-footer ul.menu li {
    display: inline;
    padding: 0;
    margin: 0;
}

html[dir="rtl"] .meta-footer ul.menu {
    text-align: inherit;
}

.meta-footer a {
    color: #8d8070;
}

.meta-footer a:not(.author-link):before {
    content: "\2022";
    margin-right: 1em;
    margin-left: 1em;
}

.meta-footer a:hover {
    text-decoration: none;
    color: #62a3bb;
}

.newsletter h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.newsletter form,.newsletter h4 {
    display: inline-block;
}

.newsletter input:-moz-placeholder {
    font-size: 14px;
}

.newsletter input::-moz-placeholder {
    font-size: 14px;
}

.newsletter input:-ms-input-placeholder {
    font-size: 14px;
}

.newsletter input::-webkit-input-placeholder {
    font-size: 14px;
}

@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "icons";
        src: url(../icons.svg#icons) format("svg");
    }
}

.quick_access-toggle:after,.list-sort a.desc:after,.i-arrow-down:before,.content-main .accordion_title:before,.faqs__link:before,.i-arrow-down-after:after,html[dir="rtl"] .nav-aside a:after,html[dir="rtl"] .bx-next:before,.bx-prev:before,html[dir="rtl"] .list-alt li:before,html[dir="rtl"] .list-keywords li:before,.i-arrow-left:before,.i-arrow-left-after:after,.nav-aside a:after,html[dir="rtl"] .bx-prev:before,.bx-next:before,.list-alt li:before,.list-keywords li:before,.i-arrow-right:before,ul.arrow-list > li:before,.usps > ul > li:before,.i-arrow-right-after:after,a.block-link:after,.navbar--inline .navbar-toggle.active:after,.quick_access-toggle.active:after,.list-sort a.asc:after,.i-arrow-up:before,.content-main .accordion_title.active:before,.faqs__link.active:before,.i-arrow-up-after:after,.i-articles:before,.i-articles-after:after,.i-blog:before,.i-blog-after:after,.i-check:before,.input--checkbox:before,.i-check-after:after,.navbar .nav-search.active > .i-search:before,.active .breadcrumb > .active:before,.resource-filters .label:before,.i-close:before,.i-close-after:after,.i-cross:before,.i-cross-after:after,.i-document:before,.i-document-after:after,.i-document-type-1:before,.i-document-type-1-after:after,.i-document-type-2:before,.i-document-type-2-after:after,.i-document-type-4:before,.i-document-type-4-after:after,.i-document-type-5:before,.i-document-type-5-after:after,.i-document-type-6:before,.i-document-type-6-after:after,.i-document-type-7:before,.i-document-type-7-after:after,.i-download:before,.i-download-after:after,.i-event:before,.i-event-after:after,.i-facebook:before,.i-facebook-after:after,.i-faf-donation-cash:before,.i-faf-donation-cash-after:after,.i-faf-education:before,.i-faf-education-after:after,.i-faf-food:before,.i-faf-food-after:after,.i-faf-health:before,.i-faf-health-after:after,.i-faf-other:before,.i-faf-other-after:after,.i-faf-providing-aid:before,.i-faf-providing-aid-after:after,.i-faf-restoring-family-links:before,.i-faf-restoring-family-links-after:after,.i-faf-shelter:before,.i-faf-shelter-after:after,.i-faf-visiting-detainees:before,.i-faf-visiting-detainees-after:after,.i-faf-water-access:before,.i-faf-water-access-after:after,.i-flickr:before,.i-flickr-after:after,.i-googleplus:before,.i-googleplus-after:after,.i-headphones:before,.i-headphones-after:after,.i-infographic:before,.i-infographic-after:after,.i-instagram:before,.i-instagram-after:after,.i-kaixin:before,.i-kaixin-after:after,.i-linkedin:before,.i-linkedin-after:after,.i-location:before,.i-location-after:after,.i-medium:before,.i-medium-after:after,.i-menu:before,.i-menu-after:after,.i-news:before,.i-news-after:after,.i-photo:before,.i-photo-after:after,.i-rss:before,.i-rss-after:after,.i-search:before,.i-search-after:after,.i-sina-weibo:before,.i-sina-weibo-after:after,.i-tencent-weibo:before,.i-tencent-weibo-after:after,.i-twitter:before,.i-twitter-after:after,.i-video:before,.i-video-after:after,.i-vkontakte:before,.i-vkontakte-after:after,.i-weishi:before,.i-weishi-after:after,.i-youku:before,.i-youku-after:after,.i-youtube:before,.i-youtube-after:after,.bx-controls-direction a:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quick_access-toggle:after,.list-sort a.desc:after,.i-arrow-down:before,.content-main .accordion_title:before,.faqs__link:before,.i-arrow-down-after:after {
    content: "";
}

html[dir="rtl"] .nav-aside a:after,html[dir="rtl"] .bx-next:before,.bx-prev:before,html[dir="rtl"] .list-alt li:before,html[dir="rtl"] .list-keywords li:before,.i-arrow-left:before,.i-arrow-left-after:after {
    content: "";
}

.nav-aside a:after,html[dir="rtl"] .bx-prev:before,.bx-next:before,.list-alt li:before,.list-keywords li:before,.i-arrow-right:before,ul.arrow-list > li:before,.usps > ul > li:before,.i-arrow-right-after:after,a.block-link:after {
    content: "";
}

.navbar--inline .navbar-toggle.active:after,.quick_access-toggle.active:after,.list-sort a.asc:after,.i-arrow-up:before,.content-main .accordion_title.active:before,.faqs__link.active:before,.i-arrow-up-after:after {
    content: "";
}

.i-articles:before,.i-articles-after:after {
    content: "";
}

.i-blog:before,.i-blog-after:after {
    content: "";
}

.i-check:before,.input--checkbox:before,.i-check-after:after {
    content: "";
}

.navbar .nav-search.active > .i-search:before,.active .breadcrumb > .active:before,.resource-filters .label:before,.i-close:before,.i-close-after:after {
    content: "";
}

.i-cross:before,.i-cross-after:after {
    content: "";
}

.i-document:before,.i-document-after:after {
    content: "";
}

.i-document-type-1:before,.i-document-type-1-after:after {
    content: "";
}

.i-document-type-2:before,.i-document-type-2-after:after {
    content: "";
}

.i-document-type-4:before,.i-document-type-4-after:after {
    content: "";
}

.i-document-type-5:before,.i-document-type-5-after:after {
    content: "";
}

.i-document-type-6:before,.i-document-type-6-after:after {
    content: "";
}

.i-document-type-7:before,.i-document-type-7-after:after {
    content: "";
}

.i-download:before,.i-download-after:after {
    content: "";
}

.i-event:before,.i-event-after:after {
    content: "";
}

.i-facebook:before,.i-facebook-after:after {
    content: "";
}

.i-faf-donation-cash:before,.i-faf-donation-cash-after:after {
    content: "";
}

.i-faf-education:before,.i-faf-education-after:after {
    content: "";
}

.i-faf-food:before,.i-faf-food-after:after {
    content: "";
}

.i-faf-health:before,.i-faf-health-after:after {
    content: "";
}

.i-faf-other:before,.i-faf-other-after:after {
    content: "";
}

.i-faf-providing-aid:before,.i-faf-providing-aid-after:after {
    content: "";
}

.i-faf-restoring-family-links:before,.i-faf-restoring-family-links-after:after {
    content: "";
}

.i-faf-shelter:before,.i-faf-shelter-after:after {
    content: "";
}

.i-faf-visiting-detainees:before,.i-faf-visiting-detainees-after:after {
    content: "";
}

.i-faf-water-access:before,.i-faf-water-access-after:after {
    content: "";
}

.i-flickr:before,.i-flickr-after:after {
    content: "";
}

.i-googleplus:before,.i-googleplus-after:after {
    content: "";
}

.i-headphones:before,.i-headphones-after:after {
    content: "";
}

.i-infographic:before,.i-infographic-after:after {
    content: "";
}

.i-instagram:before,.i-instagram-after:after {
    content: "";
}

.i-kaixin:before,.i-kaixin-after:after {
    content: "";
}

.i-linkedin:before,.i-linkedin-after:after {
    content: "";
}

.i-location:before,.i-location-after:after {
    content: "";
}

.i-medium:before,.i-medium-after:after {
    content: "";
}

.i-menu:before,.i-menu-after:after {
    content: "";
}

.i-news:before,.i-news-after:after {
    content: "";
}

.i-photo:before,.i-photo-after:after {
    content: "";
}

.i-rss:before,.i-rss-after:after {
    content: "";
}

.i-search:before,.i-search-after:after {
    content: "";
}

.i-sina-weibo:before,.i-sina-weibo-after:after {
    content: "";
}

.i-tencent-weibo:before,.i-tencent-weibo-after:after {
    content: "";
}

.i-twitter:before,.i-twitter-after:after {
    content: "";
}

.i-video:before,.i-video-after:after {
    content: "";
}

.i-vkontakte:before,.i-vkontakte-after:after {
    content: "";
}

.i-weishi:before,.i-weishi-after:after {
    content: "";
}

.i-youku:before,.i-youku-after:after {
    content: "?";
}

.i-youtube:before,.i-youtube-after:after {
    content: "";
}

.social-icon {
    color: #8d8070;
    background: #e7e7e3;
    display: inline-block;
    line-height: 1em;
}

.social-icon:before {
    font-size: 3.5em;
}

html[dir="rtl"] .social-icon:after {
    font-size: 3.5em;
}

html[dir="rtl"] .i-arrow-right:before,html[dir="rtl"] ul.arrow-list > li:before,html[dir="rtl"] .usps > ul > li:before,.i-arrow-right-after:after,a.block-link:after {
    margin-left: .3em;
}

html[dir="rtl"] .i-arrow-right-after:after,html[dir="rtl"] a.block-link:after,.i-arrow-right:before,ul.arrow-list > li:before,.usps > ul > li:before {
    margin-right: .3em;
}

html[dir="rtl"] .i-arrow-left:before,html[dir="rtl"] .i-arrow-left-after:after {
    content: "";
}

html[dir="rtl"] .i-arrow-right:before,html[dir="rtl"] ul.arrow-list > li:before,html[dir="rtl"] .usps > ul > li:before,html[dir="rtl"] .i-arrow-right-after:after,html[dir="rtl"] a.block-link:after {
    content: "";
}

.social-icon:before,.i-search:before,.i-search-after:after {
    vertical-align: top;
}

.i-twitter-color {
    background-color: #55acee !important;
}

.i-facebook-color {
    background-color: #3b5999 !important;
}

.i-googleplus-color {
    background-color: #dd4b39 !important;
}

.i-instagram-color {
    background-color: #e4405f !important;
}

.i-medium-color {
    background-color: #00AB6C !important;
}

.i-linkedin-color {
    background-color: #0077b5 !important;
}

.i-vkontakte-color {
    background-color: #597BA5 !important;
}

.i-youtube-color {
    background-color: #e52d27 !important;
}

.i-rss-color {
    background-color: #8d8070 !important;
}

.i-kaixin-color {
    background-color: #d9353f !important;
}

.i-sina-weibo-color {
    background-color: #e6162d !important;
}

.i-youku-color {
    background-color: #ef3f22 !important;
}

.i-tencent-weibo-color {
    background-color: #259bc7 !important;
}

.i-weishi-color {
    background-color: #08bbc9 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1001;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 991;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #999;
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 5px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
    text-align: center;
}

@media (min-width:600px) {
    .nav-justified > li,.nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
}

.tabbable:before,.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane,.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,.pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (max-width:992px) {
    .navbar .container {
        margin: 0;
        max-width: inherit;
        padding: 0;
    }

    .nav-submenu {
        padding-bottom: 10px;
    }

    .nav-link-spot {
        margin: 0 10px;
    }
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.nav-toggle {
    display: none;
}

@media (max-width:992px) {
    .nav-toggle {
        display: inline-block;
        font-size: 60px;
        border: 0;
        height: 1em;
        padding: 0;
        margin: 0;
        background: #000;
        color: #fff;
    }
}

.navbar {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1em;
    background: #1f1e1d;
}

body.i18n-ar .navbar {
    font-size: 17px;
}

.navbar .h5 {
    margin: 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .container {
    padding: 0;
}

.navbar .i-menu:before {
    vertical-align: top;
}

.navbar--switch a,.navbar--inline a {
    line-height: 1;
    font-weight: 700;
    color: #f4f4f2;
    float: left;
    padding: 1.25em 1.875em;
    text-transform: uppercase;
}

html[dir="rtl"] .navbar--switch a,.navbar--switch html[dir="rtl"] a,html[dir="rtl"] .navbar--inline a,.navbar--inline html[dir="rtl"] a {
    float: right;
}

.navbar--switch a.bg-red:hover,.navbar--inline a.bg-red:hover,.navbar--switch a .bg-red.active,.navbar--inline a .bg-red.active {
    background: #e83037;
}

.navbar--switch a.bg-red:hover:after,.navbar--inline a.bg-red:hover:after,.navbar--switch a .bg-red.active:after,.navbar--inline a .bg-red.active:after {
    border-top-color: #e83037;
}

.navbar--switch a:hover,.navbar--inline a:hover,.navbar--switch a.active,.navbar--inline a.active {
    position: relative;
    text-decoration: none;
}

.theme-beige .navbar--switch {
    background: #d7d3ce;
}

@media screen and (min-width:600px) {
    .theme-beige .navbar--switch a {
        border-right: 1px solid #eeecea;
    }

    .theme-beige .navbar--switch a:first-child {
        border-left: 1px solid #eeecea;
    }
}

.theme-beige .navbar--switch a:hover,.theme-beige .navbar--switch .active {
    background: #eeecea;
}

.theme-beige .navbar--switch a:hover:after,.theme-beige .navbar--switch .active:after {
    border-top-color: #eeecea;
}

.theme-beige .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-brown .navbar--switch {
    background: #998d7e;
}

@media screen and (min-width:600px) {
    .theme-brown .navbar--switch a {
        border-right: 1px solid #afa69a;
    }

    .theme-brown .navbar--switch a:first-child {
        border-left: 1px solid #afa69a;
    }
}

.theme-brown .navbar--switch a:hover,.theme-brown .navbar--switch .active {
    background: #afa69a;
}

.theme-brown .navbar--switch a:hover:after,.theme-brown .navbar--switch .active:after {
    border-top-color: #afa69a;
}

.theme-brown .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-blue .navbar--switch {
    background: #74adc3;
}

@media screen and (min-width:600px) {
    .theme-blue .navbar--switch a {
        border-right: 1px solid #97c2d2;
    }

    .theme-blue .navbar--switch a:first-child {
        border-left: 1px solid #97c2d2;
    }
}

.theme-blue .navbar--switch a:hover,.theme-blue .navbar--switch .active {
    background: #97c2d2;
}

.theme-blue .navbar--switch a:hover:after,.theme-blue .navbar--switch .active:after {
    border-top-color: #97c2d2;
}

.theme-blue .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-red .navbar--switch {
    background: #e51a21;
}

@media screen and (min-width:600px) {
    .theme-red .navbar--switch a {
        border-right: 1px solid #ea474d;
    }

    .theme-red .navbar--switch a:first-child {
        border-left: 1px solid #ea474d;
    }
}

.theme-red .navbar--switch a:hover,.theme-red .navbar--switch .active {
    background: #ea474d;
}

.theme-red .navbar--switch a:hover:after,.theme-red .navbar--switch .active:after {
    border-top-color: #ea474d;
}

.theme-red .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-green .navbar--switch {
    background: #709685;
}

@media screen and (min-width:600px) {
    .theme-green .navbar--switch a {
        border-right: 1px solid #8dab9e;
    }

    .theme-green .navbar--switch a:first-child {
        border-left: 1px solid #8dab9e;
    }
}

.theme-green .navbar--switch a:hover,.theme-green .navbar--switch .active {
    background: #8dab9e;
}

.theme-green .navbar--switch a:hover:after,.theme-green .navbar--switch .active:after {
    border-top-color: #8dab9e;
}

.theme-green .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-grey .navbar--switch {
    background: #fff;
}

@media screen and (min-width:600px) {
    .theme-grey .navbar--switch a {
        border-right: 1px solid #fff;
    }

    .theme-grey .navbar--switch a:first-child {
        border-left: 1px solid #fff;
    }
}

.theme-grey .navbar--switch a:hover,.theme-grey .navbar--switch .active {
    background: #fff;
}

.theme-grey .navbar--switch a:hover:after,.theme-grey .navbar--switch .active:after {
    border-top-color: #fff;
}

.theme-grey .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-darkblue .navbar--switch {
    background: #699db1;
}

@media screen and (min-width:600px) {
    .theme-darkblue .navbar--switch a {
        border-right: 1px solid #8ab3c2;
    }

    .theme-darkblue .navbar--switch a:first-child {
        border-left: 1px solid #8ab3c2;
    }
}

.theme-darkblue .navbar--switch a:hover,.theme-darkblue .navbar--switch .active {
    background: #8ab3c2;
}

.theme-darkblue .navbar--switch a:hover:after,.theme-darkblue .navbar--switch .active:after {
    border-top-color: #8ab3c2;
}

.theme-darkblue .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-black .navbar--switch {
    background: #2c2b29;
}

@media screen and (min-width:600px) {
    .theme-black .navbar--switch a {
        border-right: 1px solid #474442;
    }

    .theme-black .navbar--switch a:first-child {
        border-left: 1px solid #474442;
    }
}

.theme-black .navbar--switch a:hover,.theme-black .navbar--switch .active {
    background: #474442;
}

.theme-black .navbar--switch a:hover:after,.theme-black .navbar--switch .active:after {
    border-top-color: #474442;
}

.theme-black .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-purple .navbar--switch {
    background: #61617c;
}

@media screen and (min-width:600px) {
    .theme-purple .navbar--switch a {
        border-right: 1px solid #7a7a97;
    }

    .theme-purple .navbar--switch a:first-child {
        border-left: 1px solid #7a7a97;
    }
}

.theme-purple .navbar--switch a:hover,.theme-purple .navbar--switch .active {
    background: #7a7a97;
}

.theme-purple .navbar--switch a:hover:after,.theme-purple .navbar--switch .active:after {
    border-top-color: #7a7a97;
}

.theme-purple .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-olive .navbar--switch {
    background: #958e6d;
}

@media screen and (min-width:600px) {
    .theme-olive .navbar--switch a {
        border-right: 1px solid #aba58b;
    }

    .theme-olive .navbar--switch a:first-child {
        border-left: 1px solid #aba58b;
    }
}

.theme-olive .navbar--switch a:hover,.theme-olive .navbar--switch .active {
    background: #aba58b;
}

.theme-olive .navbar--switch a:hover:after,.theme-olive .navbar--switch .active:after {
    border-top-color: #aba58b;
}

.theme-olive .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-blue_grey .navbar--switch {
    background: #6d8694;
}

@media screen and (min-width:600px) {
    .theme-blue_grey .navbar--switch a {
        border-right: 1px solid #8b9faa;
    }

    .theme-blue_grey .navbar--switch a:first-child {
        border-left: 1px solid #8b9faa;
    }
}

.theme-blue_grey .navbar--switch a:hover,.theme-blue_grey .navbar--switch .active {
    background: #8b9faa;
}

.theme-blue_grey .navbar--switch a:hover:after,.theme-blue_grey .navbar--switch .active:after {
    border-top-color: #8b9faa;
}

.theme-blue_grey .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-red_grey .navbar--switch {
    background: #956d6d;
}

@media screen and (min-width:600px) {
    .theme-red_grey .navbar--switch a {
        border-right: 1px solid #ab8b8b;
    }

    .theme-red_grey .navbar--switch a:first-child {
        border-left: 1px solid #ab8b8b;
    }
}

.theme-red_grey .navbar--switch a:hover,.theme-red_grey .navbar--switch .active {
    background: #ab8b8b;
}

.theme-red_grey .navbar--switch a:hover:after,.theme-red_grey .navbar--switch .active:after {
    border-top-color: #ab8b8b;
}

.theme-red_grey .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-humanitarium .navbar--switch {
    background: #4e5d64;
}

@media screen and (min-width:600px) {
    .theme-humanitarium .navbar--switch a {
        border-right: 1px solid #657881;
    }

    .theme-humanitarium .navbar--switch a:first-child {
        border-left: 1px solid #657881;
    }
}

.theme-humanitarium .navbar--switch a:hover,.theme-humanitarium .navbar--switch .active {
    background: #657881;
}

.theme-humanitarium .navbar--switch a:hover:after,.theme-humanitarium .navbar--switch .active:after {
    border-top-color: #657881;
}

.theme-humanitarium .navbar--switch a.navbar-toggle {
    border: none;
}

.theme-review .navbar--switch {
    background: #61617c;
}

@media screen and (min-width:600px) {
    .theme-review .navbar--switch a {
        border-right: 1px solid #7a7a97;
    }

    .theme-review .navbar--switch a:first-child {
        border-left: 1px solid #7a7a97;
    }
}

.theme-review .navbar--switch a:hover,.theme-review .navbar--switch .active {
    background: #7a7a97;
}

.theme-review .navbar--switch a:hover:after,.theme-review .navbar--switch .active:after {
    border-top-color: #7a7a97;
}

.theme-review .navbar--switch a.navbar-toggle {
    border: none;
}

.navbar--switch a {
    text-align: center;
}

.navbar--inline {
    text-align: center;
    line-height: 0;
}

.theme-beige .navbar--inline {
    background: #d7d3ce;
}

@media screen and (min-width:600px) {
    .theme-beige .navbar--inline a {
        border-right: 1px solid #eeecea;
    }

    .theme-beige .navbar--inline a:first-child {
        border-left: 1px solid #eeecea;
    }
}

.theme-beige .navbar--inline a:hover,.theme-beige .navbar--inline .active {
    background: #eeecea;
}

.theme-beige .navbar--inline a:hover:after,.theme-beige .navbar--inline .active:after {
    border-top-color: #eeecea;
}

.theme-beige .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-brown .navbar--inline {
    background: #998d7e;
}

@media screen and (min-width:600px) {
    .theme-brown .navbar--inline a {
        border-right: 1px solid #afa69a;
    }

    .theme-brown .navbar--inline a:first-child {
        border-left: 1px solid #afa69a;
    }
}

.theme-brown .navbar--inline a:hover,.theme-brown .navbar--inline .active {
    background: #afa69a;
}

.theme-brown .navbar--inline a:hover:after,.theme-brown .navbar--inline .active:after {
    border-top-color: #afa69a;
}

.theme-brown .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-blue .navbar--inline {
    background: #74adc3;
}

@media screen and (min-width:600px) {
    .theme-blue .navbar--inline a {
        border-right: 1px solid #97c2d2;
    }

    .theme-blue .navbar--inline a:first-child {
        border-left: 1px solid #97c2d2;
    }
}

.theme-blue .navbar--inline a:hover,.theme-blue .navbar--inline .active {
    background: #97c2d2;
}

.theme-blue .navbar--inline a:hover:after,.theme-blue .navbar--inline .active:after {
    border-top-color: #97c2d2;
}

.theme-blue .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-red .navbar--inline {
    background: #e51a21;
}

@media screen and (min-width:600px) {
    .theme-red .navbar--inline a {
        border-right: 1px solid #ea474d;
    }

    .theme-red .navbar--inline a:first-child {
        border-left: 1px solid #ea474d;
    }
}

.theme-red .navbar--inline a:hover,.theme-red .navbar--inline .active {
    background: #ea474d;
}

.theme-red .navbar--inline a:hover:after,.theme-red .navbar--inline .active:after {
    border-top-color: #ea474d;
}

.theme-red .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-green .navbar--inline {
    background: #709685;
}

@media screen and (min-width:600px) {
    .theme-green .navbar--inline a {
        border-right: 1px solid #8dab9e;
    }

    .theme-green .navbar--inline a:first-child {
        border-left: 1px solid #8dab9e;
    }
}

.theme-green .navbar--inline a:hover,.theme-green .navbar--inline .active {
    background: #8dab9e;
}

.theme-green .navbar--inline a:hover:after,.theme-green .navbar--inline .active:after {
    border-top-color: #8dab9e;
}

.theme-green .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-grey .navbar--inline {
    background: #fff;
    background: #f4f4f2;
}

@media screen and (min-width:600px) {
    .theme-grey .navbar--inline a {
        border-right: 1px solid #fff;
    }

    .theme-grey .navbar--inline a:first-child {
        border-left: 1px solid #fff;
    }
}

.theme-grey .navbar--inline a:hover,.theme-grey .navbar--inline .active {
    background: #fff;
}

.theme-grey .navbar--inline a:hover:after,.theme-grey .navbar--inline .active:after {
    border-top-color: #fff;
}

.theme-grey .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-grey .navbar--inline a {
    color: #363534;
    font-weight: 400;
}

.theme-grey .navbar--inline a:hover,.theme-grey .navbar--inline .active {
    background: #cbc6c0;
    color: #fff;
}

.theme-grey .navbar--inline a:hover:after,.theme-grey .navbar--inline .active:after {
    border-top-color: #cbc6c0;
}

.theme-darkblue .navbar--inline {
    background: #699db1;
}

@media screen and (min-width:600px) {
    .theme-darkblue .navbar--inline a {
        border-right: 1px solid #8ab3c2;
    }

    .theme-darkblue .navbar--inline a:first-child {
        border-left: 1px solid #8ab3c2;
    }
}

.theme-darkblue .navbar--inline a:hover,.theme-darkblue .navbar--inline .active {
    background: #8ab3c2;
}

.theme-darkblue .navbar--inline a:hover:after,.theme-darkblue .navbar--inline .active:after {
    border-top-color: #8ab3c2;
}

.theme-darkblue .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-black .navbar--inline {
    background: #2c2b29;
}

@media screen and (min-width:600px) {
    .theme-black .navbar--inline a {
        border-right: 1px solid #474442;
    }

    .theme-black .navbar--inline a:first-child {
        border-left: 1px solid #474442;
    }
}

.theme-black .navbar--inline a:hover,.theme-black .navbar--inline .active {
    background: #474442;
}

.theme-black .navbar--inline a:hover:after,.theme-black .navbar--inline .active:after {
    border-top-color: #474442;
}

.theme-black .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-purple .navbar--inline {
    background: #61617c;
}

@media screen and (min-width:600px) {
    .theme-purple .navbar--inline a {
        border-right: 1px solid #7a7a97;
    }

    .theme-purple .navbar--inline a:first-child {
        border-left: 1px solid #7a7a97;
    }
}

.theme-purple .navbar--inline a:hover,.theme-purple .navbar--inline .active {
    background: #7a7a97;
}

.theme-purple .navbar--inline a:hover:after,.theme-purple .navbar--inline .active:after {
    border-top-color: #7a7a97;
}

.theme-purple .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-olive .navbar--inline {
    background: #958e6d;
}

@media screen and (min-width:600px) {
    .theme-olive .navbar--inline a {
        border-right: 1px solid #aba58b;
    }

    .theme-olive .navbar--inline a:first-child {
        border-left: 1px solid #aba58b;
    }
}

.theme-olive .navbar--inline a:hover,.theme-olive .navbar--inline .active {
    background: #aba58b;
}

.theme-olive .navbar--inline a:hover:after,.theme-olive .navbar--inline .active:after {
    border-top-color: #aba58b;
}

.theme-olive .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-blue_grey .navbar--inline {
    background: #6d8694;
}

@media screen and (min-width:600px) {
    .theme-blue_grey .navbar--inline a {
        border-right: 1px solid #8b9faa;
    }

    .theme-blue_grey .navbar--inline a:first-child {
        border-left: 1px solid #8b9faa;
    }
}

.theme-blue_grey .navbar--inline a:hover,.theme-blue_grey .navbar--inline .active {
    background: #8b9faa;
}

.theme-blue_grey .navbar--inline a:hover:after,.theme-blue_grey .navbar--inline .active:after {
    border-top-color: #8b9faa;
}

.theme-blue_grey .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-red_grey .navbar--inline {
    background: #956d6d;
}

@media screen and (min-width:600px) {
    .theme-red_grey .navbar--inline a {
        border-right: 1px solid #ab8b8b;
    }

    .theme-red_grey .navbar--inline a:first-child {
        border-left: 1px solid #ab8b8b;
    }
}

.theme-red_grey .navbar--inline a:hover,.theme-red_grey .navbar--inline .active {
    background: #ab8b8b;
}

.theme-red_grey .navbar--inline a:hover:after,.theme-red_grey .navbar--inline .active:after {
    border-top-color: #ab8b8b;
}

.theme-red_grey .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-humanitarium .navbar--inline {
    background: #4e5d64;
}

@media screen and (min-width:600px) {
    .theme-humanitarium .navbar--inline a {
        border-right: 1px solid #657881;
    }

    .theme-humanitarium .navbar--inline a:first-child {
        border-left: 1px solid #657881;
    }
}

.theme-humanitarium .navbar--inline a:hover,.theme-humanitarium .navbar--inline .active {
    background: #657881;
}

.theme-humanitarium .navbar--inline a:hover:after,.theme-humanitarium .navbar--inline .active:after {
    border-top-color: #657881;
}

.theme-humanitarium .navbar--inline a.navbar-toggle {
    border: none;
}

.theme-review .navbar--inline {
    background: #61617c;
}

@media screen and (min-width:600px) {
    .theme-review .navbar--inline a {
        border-right: 1px solid #7a7a97;
    }

    .theme-review .navbar--inline a:first-child {
        border-left: 1px solid #7a7a97;
    }
}

.theme-review .navbar--inline a:hover,.theme-review .navbar--inline .active {
    background: #7a7a97;
}

.theme-review .navbar--inline a:hover:after,.theme-review .navbar--inline .active:after {
    border-top-color: #7a7a97;
}

.theme-review .navbar--inline a.navbar-toggle {
    border: none;
}

.navbar--inline nav {
    display: inline-block;
}

.navbar--inline nav a:hover:after,.navbar--inline nav .active:after {
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}

.navbar--inline .navbar-toggle {
    width: 100%;
    float: none;
    display: none;
}

.navbar--inline .navbar-toggle:after {
    margin-left: 1em;
}

.navbar--inline .navbar-toggle.active ~ nav {
    display: block !important;
}

.navbar--inline .navbar-toggle.show {
    display: block;
}

.navbar--inline .navbar-toggle.show ~ nav {
    display: none;
}

.navbar--inline .navbar-toggle.show ~ nav a {
    border-top: 1px solid rgba(255,255,255,0.2);
    float: none;
    display: block;
    width: 100%;
}

.navbar--inline .navbar-toggle.show ~ nav a:after {
    display: none;
}

.navbar--inline.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar--inline.hide-arrow a:after {
    top: 80%;
}

.nav-link-main-container {
    float: left;
    border-right: 1px solid #363534;
}

.nav-link-main-container:first-child,.nav-link-main-container.nav-who,.nav-link-main-container.nav-search {
    border-left: 1px solid #363534;
}

html[dir="rtl"] .nav-link-main-container {
    float: right;
    border-left: 1px solid #363534;
    border-right: none;
}

html[dir="rtl"] .nav-link-main-container:first-child,html[dir="rtl"] .nav-link-main-container.nav-who,html[dir="rtl"] .nav-link-main-container.nav-search {
    border-right: 1px solid #363534;
}

@media (max-width:992px) {
    .nav-link-main-container {
        border-right: none !important;
        border-left: none !important;
    }

    .nav-main > .nav-link-main-container {
        float: none !important;
    }

    .nav-link-main-container.nav-who {
        clear: both;
    }
}

.nav-home {
    display: none;
}

@media (max-width:992px) {
    .nav-home {
        display: block;
    }
}

.nav-submenu {
    z-index: 1001;
    position: absolute;
    display: none;
    width: 540px;
    background: #363534;
    font-size: 15px;
}

@media (max-width:992px) {
    .nav-submenu {
        width: 100%;
        min-height: 100%;
        left: 100%;
        top: 0;
    }
}

@media (min-width:992px) {
    .nav-submenu.nav-submenu--small {
        width: 300px;
    }
}

.no-touch .nav-link-main-container:hover .nav-submenu,.nav-link-main-container a:focus .nav-submenu,.nav-link-main-container.active .nav-submenu {
    display: block;
}

.no-csscolumns .nav-submenu {
    width: 300px;
}

.navbar .nav-search {
    position: inherit;
}

.no-touch .navbar .nav-search:hover .nav-submenu {
    display: none;
}

.navbar .nav-search.active .nav-submenu {
    display: block !important;
}

.navbar .nav-search.active > .i-search:before {
    vertical-align: top;
}

.navbar .nav-search .i-search {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 60px;
    padding: 0;
}

.navbar .nav-search .nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    text-align: right;
    padding: 10px;
}

html[dir="rtl"] .navbar .nav-search .nav-submenu {
    text-align: left;
}

.navbar .nav-search .i-search--small {
    font-size: 40px;
}

.navbar .nav-search input {
    font-size: 14px;
    border: 0;
    min-width: 370px;
}

@media (max-width:992px) {
    .navbar .nav-search input {
        min-width: 70%;
    }
}

.navbar .nav-search button {
    margin-left: 10px;
    color: #fff;
    background: #a1978a;
}

@media (max-width:600px) {
    .navbar .nav-search button {
        padding: 0;
    }
}

@media (min-width:992px) {
    .nav-split,.nav-nosplit {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width:992px) {
    .nav-split {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0;
    }

    .nav-split:after {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: #4a4a49;
        content: ' ';
    }

    .no-csscolumns .nav-split:after {
        display: none;
    }
}

.nav-split .group {
    display: inline-block;
}

.navbar--main a {
    transition: background-color .3s ease-out,color .3s ease-out;
    outline: none;
}

.navbar--main a:hover {
    text-decoration: none;
}

.nav-link-main {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
}

.nav-link-main:hover {
    color: #fff;
}

.no-touch .nav-link-main:hover {
    background: #363534;
}

.nav-link-main.bg-red:hover {
    background-color: #a01217;
}

@media (max-width:992px) {
    .nav-link-main {
        transition: width 1.2s;
        display: block;
        text-align: center;
    }

    .nav-home .nav-link-main {
        border-top: 1px solid #4a4a49;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body.i18n-fr .nav-link-main {
        padding: 0 12px;
    }

    body.i18n-es .nav-link-main {
        padding: 0 14px;
    }
}

.nav-link-spot {
    color: #fff;
    display: block;
    background: #a1978a;
    margin-top: 1em;
    padding: 1em 12px;
    clear: both;
}

.nav-link-spot:hover {
    color: #fff;
    background-color: #8a7e6e;
}

@media (min-width:992px) {
    .nav-link-spot {
        margin: 1em;
        padding: .5em;
    }
}

.nav-link-sub,.nav-link-sub-toggle,.nav-split ul li a,.nav-nosplit ul li a,.nav-split ul li span,.nav-nosplit ul li span {
    line-height: 1.4;
    color: #f4f4f2;
    display: inline-block;
    width: 100%;
}

.nav-link-sub:hover,.nav-link-sub-toggle:hover,.nav-split ul li a:hover,.nav-nosplit ul li a:hover,.nav-split ul li span:hover,.nav-nosplit ul li span:hover {
    color: #cbc6c0;
}

.no-touch .nav-link-sub:hover,.no-touch .nav-link-sub-toggle:hover,.no-touch .nav-split ul li a:hover,.no-touch .nav-nosplit ul li a:hover,.no-touch .nav-split ul li span:hover,.no-touch .nav-nosplit ul li span:hover {
    color: #fff;
    text-decoration: underline;
}

.nav-link-sub-toggle {
    background: #a1978a;
    color: #1f1e1d;
}

.nav-link-sub-toggle:hover {
    text-decoration: none;
}

.nav-split ul,.nav-nosplit ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-split ul ul,.nav-nosplit ul ul {
    padding-left: 10px;
}

html[dir="rtl"] .nav-split ul ul,html[dir="rtl"] .nav-nosplit ul ul {
    padding-left: 0;
    padding-right: 10px;
}

.nav-split ul li,.nav-nosplit ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.nav-link-sub,.nav-link-sub-toggle,.nav-submenu .h5,.nav-split ul li a,.nav-nosplit ul li a,.nav-split ul li span,.nav-nosplit ul li span {
    padding: 5px 40px;
}

@media (max-width:992px) {
    .nav-link-sub,.nav-link-sub-toggle,.nav-submenu .h5,.nav-split ul li a,.nav-nosplit ul li a,.nav-split ul li span,.nav-nosplit ul li span {
        padding: 15px 40px;
    }
}

.nav-resource {
    border-left: 1px solid #363534;
    border-right: 0;
}

@media (max-width:992px) {
    .nav-resource {
        width: 100%;
    }
}

html[dir="rtl"] .nav-resource {
    border-right: 1px solid #363534;
    border-left: 0;
}

.h5 {
    color: #a1978a;
}

.nav-where .h5 {
    color: #648878;
}

.nav-where .nav-link-spot {
    background: #648878;
}

.nav-where .nav-link-spot:hover {
    background-color: #4e6b5e;
}

.nav-where .nav-submenu {
    background-image: url(https://www.icrc.org/sites/default/themes/icrc_theme/images/menu-where-we-work-background.png);
    background-repeat: no-repeat;
    background-position: 0 40px;
}

.nav-resource .nav-link-main {
    color: #62a3bb;
}

.nav-support-us .nav-link-spot {
    background: #ce171e;
}

.nav-support-us .nav-link-spot:hover {
    background: #a01217;
}

@media (max-width:992px) {
    body {
        padding-top: 60px;
    }

    body.node-type-donation-form {
        padding-top: 0;
    }

    .navbar--main {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001;
    }

    .navbar--main.active {
        background: transparent;
        height: 100%;
        overflow: hidden;
    }

    .navbar--main > .container {
        background: #1f1e1d;
    }

    .nav-main {
        display: block;
        width: 100%;
        background: #1f1e1d;
        z-index: 1001;
        position: absolute;
    }

    .nav-main .nav-link-main {
        border-bottom: 1px solid #4a4a49;
    }

    .nav-sub {
        position: relative;
        background: #1f1e1d;
        z-index: 2;
    }

    .nav-sub:before,.nav-sub:after {
        content: " ";
        display: table;
    }

    .nav-sub:after {
        clear: both;
    }

    .nav-mask {
        position: absolute;
        top: 60px;
        width: 100%;
        overflow-x: hidden;
        z-index: 1;
    }

    .no-js .nav-main,.no-csstransforms3d .nav-main {
        transition: position .3s;
    }

    .no-js .active .nav-main.active,.no-csstransforms3d .active .nav-main.active {
        left: -100%;
    }

    .no-js html[dir="rtl"] .active .nav-main.active,.no-csstransforms3d html[dir="rtl"] .active .nav-main.active {
        right: -100%;
    }

    .nav-main {
        display: none;
    }

    .active .nav-main {
        display: block;
    }

    .csstransforms3d .nav-main {
        transition: all .3s;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        backface-visibility: visible;
    }

    .csstransforms3d .active .nav-main.active {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@media (min-width:992px) {
    .nav-mask {
        height: 0 !important;
    }
}

.nav-aside a {
    display: block;
    text-transform: uppercase;
    padding: 1em 3em 1em 1em;
    position: relative;
    background-color: #f4f4f2;
}

.nav-aside a:first-child {
    border-radius: 5px 5px 0 0;
}

.nav-aside a:last-child {
    border-radius: 0 0 5px 5px;
}

.nav-aside a:after {
    display: block;
    position: absolute;
    line-height: 1;
    width: 1em;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
}

html[dir="rtl"] .nav-aside a {
    padding-right: 1em;
    padding-left: 3em;
}

html[dir="rtl"] .nav-aside a:after {
    right: auto;
    left: 1em;
}

.theme-beige .nav-aside {
    color: #cbc6c0;
}

.theme-beige .nav-aside a {
    border-bottom: 1px solid rgba(203,198,192,0.2);
}

.theme-beige .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-beige .nav-aside a.active,.theme-beige .nav-aside a.active:hover {
    background-color: #cbc6c0;
    color: #fff;
}

.theme-beige .nav-aside a:hover {
    background-color: rgba(203,198,192,0.2);
    text-decoration: none;
}

.theme-brown .nav-aside {
    color: #8d8070;
}

.theme-brown .nav-aside a {
    border-bottom: 1px solid rgba(141,128,112,0.2);
}

.theme-brown .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-brown .nav-aside a.active,.theme-brown .nav-aside a.active:hover {
    background-color: #8d8070;
    color: #fff;
}

.theme-brown .nav-aside a:hover {
    background-color: rgba(141,128,112,0.2);
    text-decoration: none;
}

.theme-blue .nav-aside {
    color: #62a3bb;
}

.theme-blue .nav-aside a {
    border-bottom: 1px solid rgba(98,163,187,0.2);
}

.theme-blue .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-blue .nav-aside a.active,.theme-blue .nav-aside a.active:hover {
    background-color: #62a3bb;
    color: #fff;
}

.theme-blue .nav-aside a:hover {
    background-color: rgba(98,163,187,0.2);
    text-decoration: none;
}

.theme-red .nav-aside {
    color: #ce171e;
}

.theme-red .nav-aside a {
    border-bottom: 1px solid rgba(206,23,30,0.2);
}

.theme-red .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-red .nav-aside a.active,.theme-red .nav-aside a.active:hover {
    background-color: #ce171e;
    color: #fff;
}

.theme-red .nav-aside a:hover {
    background-color: rgba(206,23,30,0.2);
    text-decoration: none;
}

.theme-green .nav-aside {
    color: #648878;
}

.theme-green .nav-aside a {
    border-bottom: 1px solid rgba(100,136,120,0.2);
}

.theme-green .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-green .nav-aside a.active,.theme-green .nav-aside a.active:hover {
    background-color: #648878;
    color: #fff;
}

.theme-green .nav-aside a:hover {
    background-color: rgba(100,136,120,0.2);
    text-decoration: none;
}

.theme-grey .nav-aside {
    color: #f4f4f2;
}

.theme-grey .nav-aside a {
    border-bottom: 1px solid rgba(244,244,242,0.2);
}

.theme-grey .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-grey .nav-aside a.active,.theme-grey .nav-aside a.active:hover {
    background-color: #f4f4f2;
    color: #363534;
}

.theme-grey .nav-aside a:hover {
    background-color: rgba(244,244,242,0.2);
    text-decoration: none;
}

.theme-darkblue .nav-aside {
    color: #5892a8;
}

.theme-darkblue .nav-aside a {
    border-bottom: 1px solid rgba(88,146,168,0.2);
}

.theme-darkblue .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-darkblue .nav-aside a.active,.theme-darkblue .nav-aside a.active:hover {
    background-color: #5892a8;
    color: #fff;
}

.theme-darkblue .nav-aside a:hover {
    background-color: rgba(88,146,168,0.2);
    text-decoration: none;
}

.theme-black .nav-aside {
    color: #1f1e1d;
}

.theme-black .nav-aside a {
    border-bottom: 1px solid rgba(31,30,29,0.2);
}

.theme-black .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-black .nav-aside a.active,.theme-black .nav-aside a.active:hover {
    background-color: #1f1e1d;
    color: #fff;
}

.theme-black .nav-aside a:hover {
    background-color: rgba(31,30,29,0.2);
    text-decoration: none;
}

.theme-purple .nav-aside {
    color: #56566e;
}

.theme-purple .nav-aside a {
    border-bottom: 1px solid rgba(86,86,110,0.2);
}

.theme-purple .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-purple .nav-aside a.active,.theme-purple .nav-aside a.active:hover {
    background-color: #56566e;
    color: #fff;
}

.theme-purple .nav-aside a:hover {
    background-color: rgba(86,86,110,0.2);
    text-decoration: none;
}

.theme-olive .nav-aside {
    color: #878062;
}

.theme-olive .nav-aside a {
    border-bottom: 1px solid rgba(135,128,98,0.2);
}

.theme-olive .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-olive .nav-aside a.active,.theme-olive .nav-aside a.active:hover {
    background-color: #878062;
    color: #fff;
}

.theme-olive .nav-aside a:hover {
    background-color: rgba(135,128,98,0.2);
    text-decoration: none;
}

.theme-blue_grey .nav-aside {
    color: #627986;
}

.theme-blue_grey .nav-aside a {
    border-bottom: 1px solid rgba(98,121,134,0.2);
}

.theme-blue_grey .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-blue_grey .nav-aside a.active,.theme-blue_grey .nav-aside a.active:hover {
    background-color: #627986;
    color: #fff;
}

.theme-blue_grey .nav-aside a:hover {
    background-color: rgba(98,121,134,0.2);
    text-decoration: none;
}

.theme-red_grey .nav-aside {
    color: #876262;
}

.theme-red_grey .nav-aside a {
    border-bottom: 1px solid rgba(135,98,98,0.2);
}

.theme-red_grey .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-red_grey .nav-aside a.active,.theme-red_grey .nav-aside a.active:hover {
    background-color: #876262;
    color: #fff;
}

.theme-red_grey .nav-aside a:hover {
    background-color: rgba(135,98,98,0.2);
    text-decoration: none;
}

.theme-humanitarium .nav-aside {
    color: #435056;
}

.theme-humanitarium .nav-aside a {
    border-bottom: 1px solid rgba(67,80,86,0.2);
}

.theme-humanitarium .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-humanitarium .nav-aside a.active,.theme-humanitarium .nav-aside a.active:hover {
    background-color: #435056;
    color: #fff;
}

.theme-humanitarium .nav-aside a:hover {
    background-color: rgba(67,80,86,0.2);
    text-decoration: none;
}

.theme-review .nav-aside {
    color: #56566e;
}

.theme-review .nav-aside a {
    border-bottom: 1px solid rgba(86,86,110,0.2);
}

.theme-review .nav-aside a:last-child {
    border-bottom: 0;
}

.theme-review .nav-aside a.active,.theme-review .nav-aside a.active:hover {
    background-color: #56566e;
    color: #fff;
}

.theme-review .nav-aside a:hover {
    background-color: rgba(86,86,110,0.2);
    text-decoration: none;
}

.navbar--donate {
    background: #ce171e;
}

.navbar--donate .pull-right {
    border-left: 1px solid rgba(31,30,29,0.2);
    border-right: 1px solid rgba(31,30,29,0.2);
}

.navbar--donate .nav-link-main {
    display: inline-block;
    transition: background-color .3s ease;
}

.navbar--donate .nav-link-main:hover {
    background-color: #a01217;
    text-decoration: none;
    cursor: pointer;
}

.currencyswitcher {
    position: relative;
}

.currencyswitcher select {
    cursor: pointer;
}

.currencyswitcher .selectcontainer {
    position: initial;
    height: 60px;
}

@media (max-width:600px) {
    .currencyswitcher span {
        display: none;
    }
}

.currencyswitcher div {
    display: inline-block;
}

.currencyswitcher .selecttext {
    padding-right: 0;
}

.breadcrumb {
    padding: 15px 12px;
    margin-bottom: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.breadcrumb a {
    color: #8d8070;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb > li:first-child a {
    padding-left: 0;
}

.breadcrumb > .active {
    color: #1f1e1d;
}

.breadcrumb > .active:before {
    display: none;
}

.active .breadcrumb > .active:before {
    font-size: 1.5em;
    margin-right: 6px;
    margin-left: -26px;
}

.breadcrumb-wrapper.theme-beige,.theme-beige .breadcrumb-wrapper {
    background-color: #e2dfdc;
    color: #fff;
}

.breadcrumb-wrapper.theme-beige a,.theme-beige .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-brown,.theme-brown .breadcrumb-wrapper {
    background-color: #a4998c;
    color: #fff;
}

.breadcrumb-wrapper.theme-brown a,.theme-brown .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-blue,.theme-blue .breadcrumb-wrapper {
    background-color: #86b8ca;
    color: #fff;
}

.breadcrumb-wrapper.theme-blue a,.theme-blue .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-red,.theme-red .breadcrumb-wrapper {
    background-color: #e83037;
    color: #fff;
}

.breadcrumb-wrapper.theme-red a,.theme-red .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-green,.theme-green .breadcrumb-wrapper {
    background-color: #7ea191;
    color: #fff;
}

.breadcrumb-wrapper.theme-green a,.theme-green .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-grey,.theme-grey .breadcrumb-wrapper {
    background-color: #fff;
    color: #363534;
}

.breadcrumb-wrapper.theme-grey a,.theme-grey .breadcrumb-wrapper a {
    color: #363534;
}

.breadcrumb-wrapper.theme-darkblue,.theme-darkblue .breadcrumb-wrapper {
    background-color: #7aa8b9;
    color: #fff;
}

.breadcrumb-wrapper.theme-darkblue a,.theme-darkblue .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-black,.theme-black .breadcrumb-wrapper {
    background-color: #393836;
    color: #fff;
}

.breadcrumb-wrapper.theme-black a,.theme-black .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-purple,.theme-purple .breadcrumb-wrapper {
    background-color: #6c6c8b;
    color: #fff;
}

.breadcrumb-wrapper.theme-purple a,.theme-purple .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-olive,.theme-olive .breadcrumb-wrapper {
    background-color: #a0997c;
    color: #fff;
}

.breadcrumb-wrapper.theme-olive a,.theme-olive .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-blue_grey,.theme-blue_grey .breadcrumb-wrapper {
    background-color: #7c929f;
    color: #fff;
}

.breadcrumb-wrapper.theme-blue_grey a,.theme-blue_grey .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-red_grey,.theme-red_grey .breadcrumb-wrapper {
    background-color: #a07c7c;
    color: #fff;
}

.breadcrumb-wrapper.theme-red_grey a,.theme-red_grey .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-humanitarium,.theme-humanitarium .breadcrumb-wrapper {
    background-color: #596b73;
    color: #fff;
}

.breadcrumb-wrapper.theme-humanitarium a,.theme-humanitarium .breadcrumb-wrapper a {
    color: #fff;
}

.breadcrumb-wrapper.theme-review,.theme-review .breadcrumb-wrapper {
    background-color: #6c6c8b;
    color: #fff;
}

.breadcrumb-wrapper.theme-review a,.theme-review .breadcrumb-wrapper a {
    color: #fff;
}

@media (max-width:480px) {
    .breadcrumb-wrapper {
        overflow: hidden;
        height: 2.7em;
        position: relative;
    }

    .breadcrumb-wrapper .container {
        padding: 0;
    }

    .breadcrumb-wrapper.active {
        height: auto;
    }

    .breadcrumb-wrapper.active .container {
        position: relative;
    }

    .breadcrumb-wrapper .container {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .breadcrumb {
        padding: 0;
    }

    .breadcrumb a,.breadcrumb .active {
        padding: .8em 0 .8em 3em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .breadcrumb .active:before {
        display: inline-block;
        margin-left: -2em;
        margin-right: 1em;
    }

    .breadcrumb > li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .bg-white .breadcrumb > li,.content-aside--filled .breadcrumb > li {
        border-bottom: 1px solid #fff;
    }

    .breadcrumb > li:after {
        display: none;
    }

    .breadcrumb > li:first-child a {
        padding-left: 3em;
    }
}

.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    margin-top: -1em;
}

.pagination a {
    box-sizing: initial;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    border: 1px solid #cbc6c0;
    color: #8d8070;
    min-height: 1em;
    min-width: 1em;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    padding: 8px;
}

.pagination a:hover {
    border-color: #8d8070;
    background: #8d8070;
    color: #f4f4f2;
    text-decoration: none;
}

.pagination a.active {
    border-color: #8d8070;
    background: #8d8070;
    color: #f4f4f2;
    text-decoration: none;
}

.pagination li {
    display: inline-block;
}

@media (max-width:480px) {
    .pagination {
        text-align: center;
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.label-default {
    color: #fff;
    background-color: #999;
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    color: #fce8e8;
    background-color: #ce171e;
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #a01217;
}

.label-success {
    color: #fff;
    background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    color: #fff;
    background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    color: #fff;
    background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c;
}

.label {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    white-space: normal;
    font-weight: 400;
    font-size: 14px;
    padding: .35em 12px .5em;
    line-height: 1.2;
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.theme-beige .label {
    color: #fff;
    background-color: #cbc6c0;
}

.theme-beige .label[href]:hover,.theme-beige .label[href]:focus {
    background-color: #b4ada4;
}

.theme-brown .label {
    color: #fefefe;
    background-color: #8d8070;
}

.theme-brown .label[href]:hover,.theme-brown .label[href]:focus {
    background-color: #716659;
}

.theme-blue .label {
    color: #fff;
    background-color: #62a3bb;
}

.theme-blue .label[href]:hover,.theme-blue .label[href]:focus {
    background-color: #478aa3;
}

.theme-red .label {
    color: #fce8e8;
    background-color: #ce171e;
}

.theme-red .label[href]:hover,.theme-red .label[href]:focus {
    background-color: #a01217;
}

.theme-green .label {
    color: #f4f7f6;
    background-color: #648878;
}

.theme-green .label[href]:hover,.theme-green .label[href]:focus {
    background-color: #4e6b5e;
}

.theme-grey .label {
    color: #fff;
    background-color: #f4f4f2;
}

.theme-grey .label[href]:hover,.theme-grey .label[href]:focus {
    background-color: #ddddd6;
}

.theme-darkblue .label {
    color: #fff;
    background-color: #5892a8;
}

.theme-darkblue .label[href]:hover,.theme-darkblue .label[href]:focus {
    background-color: #467587;
}

.theme-black .label {
    color: #a19e9a;
    background-color: #1f1e1d;
}

.theme-black .label[href]:hover,.theme-black .label[href]:focus {
    background-color: #050404;
}

.theme-purple .label {
    color: #dedee5;
    background-color: #56566e;
}

.theme-purple .label[href]:hover,.theme-purple .label[href]:focus {
    background-color: #404051;
}

.theme-olive .label {
    color: #f6f5f2;
    background-color: #878062;
}

.theme-olive .label[href]:hover,.theme-olive .label[href]:focus {
    background-color: #69644d;
}

.theme-blue_grey .label {
    color: #f2f4f5;
    background-color: #627986;
}

.theme-blue_grey .label[href]:hover,.theme-blue_grey .label[href]:focus {
    background-color: #4c5e69;
}

.theme-red_grey .label {
    color: #f6f2f2;
    background-color: #876262;
}

.theme-red_grey .label[href]:hover,.theme-red_grey .label[href]:focus {
    background-color: #694d4d;
}

.theme-humanitarium .label {
    color: #c6ced2;
    background-color: #435056;
}

.theme-humanitarium .label[href]:hover,.theme-humanitarium .label[href]:focus {
    background-color: #2d3539;
}

.theme-review .label {
    color: #dedee5;
    background-color: #56566e;
}

.theme-review .label[href]:hover,.theme-review .label[href]:focus {
    background-color: #404051;
}

.label-beige {
    color: #fff !important;
    color: #fff !important;
    background-color: #cbc6c0 !important;
}

.label-beige[href]:hover,.label-beige[href]:focus {
    background-color: #b4ada4 !important;
}

.label-beige[href]:hover,.label-beige[href]:focus {
    color: #fff !important;
}

.label-brown {
    color: #fff !important;
    color: #fefefe !important;
    background-color: #8d8070 !important;
}

.label-brown[href]:hover,.label-brown[href]:focus {
    background-color: #716659 !important;
}

.label-brown[href]:hover,.label-brown[href]:focus {
    color: #fff !important;
}

.label-blue {
    color: #fff !important;
    color: #fff !important;
    background-color: #62a3bb !important;
}

.label-blue[href]:hover,.label-blue[href]:focus {
    background-color: #478aa3 !important;
}

.label-blue[href]:hover,.label-blue[href]:focus {
    color: #fff !important;
}

.label-red {
    color: #fff !important;
    color: #fce8e8 !important;
    background-color: #ce171e !important;
}

.label-red[href]:hover,.label-red[href]:focus {
    background-color: #a01217 !important;
}

.label-red[href]:hover,.label-red[href]:focus {
    color: #fff !important;
}

.label-green {
    color: #fff !important;
    color: #f4f7f6 !important;
    background-color: #648878 !important;
}

.label-green[href]:hover,.label-green[href]:focus {
    background-color: #4e6b5e !important;
}

.label-green[href]:hover,.label-green[href]:focus {
    color: #fff !important;
}

.label-grey {
    color: #363534 !important;
    color: #fff !important;
    background-color: #f4f4f2 !important;
}

.label-grey[href]:hover,.label-grey[href]:focus {
    background-color: #ddddd6 !important;
}

.label-grey[href]:hover,.label-grey[href]:focus {
    color: #363534 !important;
}

.label-darkblue {
    color: #fff !important;
    color: #fff !important;
    background-color: #5892a8 !important;
}

.label-darkblue[href]:hover,.label-darkblue[href]:focus {
    background-color: #467587 !important;
}

.label-darkblue[href]:hover,.label-darkblue[href]:focus {
    color: #fff !important;
}

.label-black {
    color: #fff !important;
    color: #a19e9a !important;
    background-color: #1f1e1d !important;
}

.label-black[href]:hover,.label-black[href]:focus {
    background-color: #050404 !important;
}

.label-black[href]:hover,.label-black[href]:focus {
    color: #fff !important;
}

.label-purple {
    color: #fff !important;
    color: #dedee5 !important;
    background-color: #56566e !important;
}

.label-purple[href]:hover,.label-purple[href]:focus {
    background-color: #404051 !important;
}

.label-purple[href]:hover,.label-purple[href]:focus {
    color: #fff !important;
}

.label-olive {
    color: #fff !important;
    color: #f6f5f2 !important;
    background-color: #878062 !important;
}

.label-olive[href]:hover,.label-olive[href]:focus {
    background-color: #69644d !important;
}

.label-olive[href]:hover,.label-olive[href]:focus {
    color: #fff !important;
}

.label-blue_grey {
    color: #fff !important;
    color: #f2f4f5 !important;
    background-color: #627986 !important;
}

.label-blue_grey[href]:hover,.label-blue_grey[href]:focus {
    background-color: #4c5e69 !important;
}

.label-blue_grey[href]:hover,.label-blue_grey[href]:focus {
    color: #fff !important;
}

.label-red_grey {
    color: #fff !important;
    color: #f6f2f2 !important;
    background-color: #876262 !important;
}

.label-red_grey[href]:hover,.label-red_grey[href]:focus {
    background-color: #694d4d !important;
}

.label-red_grey[href]:hover,.label-red_grey[href]:focus {
    color: #fff !important;
}

.label-humanitarium {
    color: #fff !important;
    color: #c6ced2 !important;
    background-color: #435056 !important;
}

.label-humanitarium[href]:hover,.label-humanitarium[href]:focus {
    background-color: #2d3539 !important;
}

.label-humanitarium[href]:hover,.label-humanitarium[href]:focus {
    color: #fff !important;
}

.label-review {
    color: #fff !important;
    color: #dedee5 !important;
    background-color: #56566e !important;
}

.label-review[href]:hover,.label-review[href]:focus {
    background-color: #404051 !important;
}

.label-review[href]:hover,.label-review[href]:focus {
    color: #fff !important;
}

.label-transparent {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.label-transparent[href]:hover,.label-transparent[href]:focus {
    background-color: #fff !important;
    color: #1f1e1d;
}

.thumbnail {
    position: relative;
    display: block;
    line-height: 1.42857;
    margin-bottom: 30px;
}

.thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.thumbnail p {
    margin: 10px 0;
}

.thumbnail .caption {
    color: #333;
}

@media screen and (min-width:600px) {
    .thumbnail .caption {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.thumbnail .caption :first-child {
    margin-top: 0;
}

.thumbnail .caption :last-child {
    margin-bottom: 0;
}

.thumbnail .alt-padding {
    padding: 9px;
    margin: -9px;
}

.thumbnail .background-gradient {
    color: #fff;
    background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(50%,rgba(0,0,0,0.8)),color-stop(100%,black));
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    background: -o-linear-gradient(top,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    background: -ms-linear-gradient(top,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    background: -ms-linear-gradient(top,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.8) 50%,black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

.thumbnail .background-gradient a {
    color: #fff;
}

.no-cssgradients .thumbnail .background-gradient {
    background: #000;
}

.thumbnail .background-gradient a {
    color: #fff;
}

.thumbnail .background-gradient-transparent {
    color: #fff;
    background: -moz-linear-gradient(top,transparent 0%,black 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,black));
    background: -webkit-linear-gradient(top,transparent 0%,black 100%);
    background: -o-linear-gradient(top,transparent 0%,black 100%);
    background: -ms-linear-gradient(top,transparent 0%,black 100%);
    background: linear-gradient(to bottom,transparent 0%,black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

.thumbnail .background-gradient-transparent a {
    color: #fff;
}

.no-cssgradients .thumbnail .background-gradient-transparent {
    background: #000;
    background: rgba(0,0,0,0.5);
}

.thumbnail .background-solid {
    color: #fff;
    background: #1f1e1d;
}

.thumbnail .background-solid a {
    color: #fff;
}

.thumbnail .background-solid-primary {
    color: #fff;
    background: #ce171e;
}

.thumbnail .background-solid-primary a {
    color: #fff;
}

.thumbnail:hover img {
    opacity: .9;
}

.thumbnail[href]:hover,.thumbnail[href]:focus {
    text-decoration: none;
}

.thumbnail[href]:hover .background-solid-primary,.thumbnail[href]:focus .background-solid-primary {
    background: #a01217;
}

.thumbnail[href]:hover .background-gradient,.thumbnail[href]:focus .background-gradient {
    text-decoration: underline;
}

.caption .label {
    display: inline-block;
    margin-bottom: 10px;
}

.caption-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}

.thumbnail-inner-caption .caption {
    padding: 9px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width:600px) {
    .thumbnail-inner-caption .caption {
        padding: 18px;
    }
}

.thumbnail-large-inner-caption .caption {
    padding: 18px;
}

.image-wrapper {
    position: relative;
}

.thumbnail-bottom-caption {
    color: #fff;
}

.thumbnail-bottom-caption:hover,.thumbnail-bottom-caption:focus {
    color: #fff;
}

.thumbnail-bottom-caption .caption {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.thumbnail-bottom-caption .caption-inside {
    position: absolute;
    color: #fff;
    padding: 9px;
    bottom: 0;
    left: 0;
    right: 0;
}

.thumbnail-bottom-caption .caption-inside .caption {
    color: #fff;
}

.thumbnail-bottom-caption.caption-title-sm .caption-title {
    padding: 9px;
}

@media screen and (min-width:600px) {
    .thumbnail-bottom-caption--large {
        font-size: 30px;
    }
}

.thumbnail-bottom-caption-inside .caption-inside {
    position: absolute;
    bottom: 9px;
    left: 9px;
    right: 9px;
}

.thumbnail-bottom-caption-inside .caption-inside .caption {
    color: #fff;
}

.thumbnail-bottom-caption-inside .caption-inside .caption :first-child {
    margin-top: 0;
}

.thumbnail-bottom-caption-inside .caption-inside .caption :last-child {
    margin-bottom: 0;
}

.thumbnail-bottom-caption-inside.caption-title-sm {
    margin-bottom: 62px;
}

.thumbnail-bottom-caption-inside.caption-title-sm .caption {
    margin-bottom: -32px;
}

.thumbnail-bottom-caption-inside.caption-title-sm .caption-title {
    padding: 9px;
}

@media screen and (min-width:600px) {
    .thumbnail-bottom-caption-inside.caption-title-sm {
        margin-bottom: 65px;
    }

    .thumbnail-bottom-caption-inside.caption-title-sm .caption {
        margin-bottom: -35px;
    }
}

@media screen and (min-width:992px) {
    .thumbnail-bottom-caption-inside.caption-title-sm {
        margin-bottom: 67px;
    }

    .thumbnail-bottom-caption-inside.caption-title-sm .caption {
        margin-bottom: -37px;
    }
}

@media screen and (min-width:600px) {
    .thumbnail-bottom-caption-inside {
        margin-bottom: 90px;
    }

    .thumbnail-bottom-caption-inside .caption-grow-inside {
        margin-bottom: 60px;
    }

    .thumbnail-bottom-caption-inside .caption-grow-inside .caption {
        margin-bottom: -60px;
    }

    .thumbnail-bottom-caption-inside .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
    }
}

.thumbnail-rounded {
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.thumbnail-rounded img {
    width: 200px;
    height: 200px;
    max-width: 100%;
    border-radius: 100px;
    display: inline-block;
}

.thumbnail-rounded + img {
    margin-bottom: 30px;
}

.thumbnail-rounded h4,.thumbnail-rounded .h4 {
    font-size: 14px;
}

.thumbnail-rounded .caption {
    background-color: #f4f4f2;
    margin-top: 30px;
}

@media screen and (min-width:600px) {
    .thumbnail-rounded .thumbnail-rounded-image,.thumbnail-rounded .thumbnail-rounded-description {
        float: none;
    }
}

.thumbnail-border img {
    margin-bottom: 16px;
}

.theme-beige .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #cbc6c0;
}

.theme-brown .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #8d8070;
}

.theme-blue .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #62a3bb;
}

.theme-red .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #ce171e;
}

.theme-green .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #648878;
}

.theme-grey .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #f4f4f2;
}

.theme-darkblue .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #5892a8;
}

.theme-black .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #1f1e1d;
}

.theme-purple .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #56566e;
}

.theme-olive .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #878062;
}

.theme-blue_grey .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #627986;
}

.theme-red_grey .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #876262;
}

.theme-humanitarium .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #435056;
}

.theme-review .thumbnail-border .border-bottom {
    box-shadow: 0 6px 0 0 #56566e;
}

.thumbnail-border .caption {
    font-weight: 700;
}

.thumbnail-border .caption a {
    color: #1f1e1d;
}

.thumbnail-video-button-small,.thumbnail-video-button {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #1f1e1d;
    background-color: rgba(31,30,29,0.55);
}

.thumbnail-video-button-small:after,.thumbnail-video-button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left: -6px;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #fff;
}

.thumbnail:hover .thumbnail-video-button-small,.thumbnail:hover .thumbnail-video-button,.thumbnail[href]:hover .thumbnail-video-button-small,.thumbnail[href]:hover .thumbnail-video-button {
    background-color: #1f1e1d;
    background-color: rgba(31,30,29,0.8);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

@media screen and (min-width:600px) {
    .thumbnail-video-button {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
        border-radius: 35px;
    }

    .thumbnail-video-button:after {
        margin-left: -10px;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 24px solid #fff;
    }
}

.thumbnail-over-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.thumbnail-over-label i {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: inline-block;
    margin-left: -.5em;
    font-size: 40px;
    width: 1em;
    height: 1em;
    line-height: 1;
}

html[dir="rtl"] .thumbnail-over-label i {
    margin-left: 0;
    margin-right: -.5em;
}

.thumbnail-over-label span {
    position: absolute;
    top: 50%;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.theme-beige .thumbnail-over-label {
    background-color: rgba(203,198,192,0.3);
}

.theme-brown .thumbnail-over-label {
    background-color: rgba(141,128,112,0.3);
}

.theme-blue .thumbnail-over-label {
    background-color: rgba(98,163,187,0.3);
}

.theme-red .thumbnail-over-label {
    background-color: rgba(206,23,30,0.3);
}

.theme-green .thumbnail-over-label {
    background-color: rgba(100,136,120,0.3);
}

.theme-grey .thumbnail-over-label {
    background-color: rgba(244,244,242,0.3);
}

.theme-darkblue .thumbnail-over-label {
    background-color: rgba(88,146,168,0.3);
}

.theme-black .thumbnail-over-label {
    background-color: rgba(31,30,29,0.3);
}

.theme-purple .thumbnail-over-label {
    background-color: rgba(86,86,110,0.3);
}

.theme-olive .thumbnail-over-label {
    background-color: rgba(135,128,98,0.3);
}

.theme-blue_grey .thumbnail-over-label {
    background-color: rgba(98,121,134,0.3);
}

.theme-red_grey .thumbnail-over-label {
    background-color: rgba(135,98,98,0.3);
}

.theme-humanitarium .thumbnail-over-label {
    background-color: rgba(67,80,86,0.3);
}

.theme-review .thumbnail-over-label {
    background-color: rgba(86,86,110,0.3);
}

.caption-cta-important {
    text-transform: uppercase;
    position: relative;
    padding: 20px 35px 20px 20px;
    line-height: 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #1f1e1d;
    color: #fff;
}

.theme-beige .caption-cta-important {
    background-color: #cbc6c0;
}

.theme-beige .thumbnail[href]:hover .caption-cta-important {
    background-color: #b4ada4;
}

.theme-brown .caption-cta-important {
    background-color: #8d8070;
}

.theme-brown .thumbnail[href]:hover .caption-cta-important {
    background-color: #716659;
}

.theme-blue .caption-cta-important {
    background-color: #62a3bb;
}

.theme-blue .thumbnail[href]:hover .caption-cta-important {
    background-color: #478aa3;
}

.theme-red .caption-cta-important {
    background-color: #ce171e;
}

.theme-red .thumbnail[href]:hover .caption-cta-important {
    background-color: #a01217;
}

.theme-green .caption-cta-important {
    background-color: #648878;
}

.theme-green .thumbnail[href]:hover .caption-cta-important {
    background-color: #4e6b5e;
}

.theme-grey .caption-cta-important {
    background-color: #f4f4f2;
}

.theme-grey .thumbnail[href]:hover .caption-cta-important {
    background-color: #cbc6c0;
}

.theme-darkblue .caption-cta-important {
    background-color: #5892a8;
}

.theme-darkblue .thumbnail[href]:hover .caption-cta-important {
    background-color: #467587;
}

.theme-black .caption-cta-important {
    background-color: #1f1e1d;
}

.theme-black .thumbnail[href]:hover .caption-cta-important {
    background-color: #a01217;
}

.theme-purple .caption-cta-important {
    background-color: #56566e;
}

.theme-purple .thumbnail[href]:hover .caption-cta-important {
    background-color: #404051;
}

.theme-olive .caption-cta-important {
    background-color: #878062;
}

.theme-olive .thumbnail[href]:hover .caption-cta-important {
    background-color: #69644d;
}

.theme-blue_grey .caption-cta-important {
    background-color: #627986;
}

.theme-blue_grey .thumbnail[href]:hover .caption-cta-important {
    background-color: #4c5e69;
}

.theme-red_grey .caption-cta-important {
    background-color: #876262;
}

.theme-red_grey .thumbnail[href]:hover .caption-cta-important {
    background-color: #694d4d;
}

.theme-humanitarium .caption-cta-important {
    background-color: #435056;
}

.theme-humanitarium .thumbnail[href]:hover .caption-cta-important {
    background-color: #2d3539;
}

.theme-review .caption-cta-important {
    background-color: #56566e;
}

.theme-review .thumbnail[href]:hover .caption-cta-important {
    background-color: #404051;
}

.caption-cta-important i {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em !important;
}

html[dir="rtl"] .caption-cta-important i {
    left: 9px;
    right: auto;
}

html[dir="rtl"] .thumbnail-hero .btn-wrapper .btn:first-child {
    margin-right: 0;
}

html[dir="rtl"] .thumbnail-hero .btn-wrapper .btn:last-child {
    margin-left: 0;
}

html[dir="ltr"] .thumbnail-hero .btn-wrapper .btn:first-child {
    margin-left: 0;
}

html[dir="ltr"] .thumbnail-hero .btn-wrapper .btn:last-child {
    margin-right: 0;
}

@media (min-width:992px) {
    .thumbnail-hero {
        margin-bottom: 0;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f8e5be;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
    color: #953b39;
}

.alert {
    padding: 4px 8px;
}

.theme-beige .alert-info {
    background-color: #fff;
    border-color: #cbc6c0;
    color: #333;
}

.theme-beige .alert-info hr {
    border-top-color: #bfb9b2;
}

.theme-beige .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--beige {
    background-color: #fff;
    border-color: #cbc6c0;
    color: #cbc6c0;
}

.alert--beige hr {
    border-top-color: #bfb9b2;
}

.alert--beige .alert-link {
    color: #b4ada4;
}

.theme-brown .alert-info {
    background-color: #fff;
    border-color: #8d8070;
    color: #333;
}

.theme-brown .alert-info hr {
    border-top-color: #7f7365;
}

.theme-brown .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--brown {
    background-color: #fff;
    border-color: #8d8070;
    color: #8d8070;
}

.alert--brown hr {
    border-top-color: #7f7365;
}

.alert--brown .alert-link {
    color: #716659;
}

.theme-blue .alert-info {
    background-color: #fff;
    border-color: #62a3bb;
    color: #333;
}

.theme-blue .alert-info hr {
    border-top-color: #5099b3;
}

.theme-blue .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--blue {
    background-color: #fff;
    border-color: #62a3bb;
    color: #62a3bb;
}

.alert--blue hr {
    border-top-color: #5099b3;
}

.alert--blue .alert-link {
    color: #478aa3;
}

.theme-red .alert-info {
    background-color: #fff;
    border-color: #ce171e;
    color: #333;
}

.theme-red .alert-info hr {
    border-top-color: #b7141b;
}

.theme-red .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--red {
    background-color: #fff;
    border-color: #ce171e;
    color: #ce171e;
}

.alert--red hr {
    border-top-color: #b7141b;
}

.alert--red .alert-link {
    color: #a01217;
}

.theme-green .alert-info {
    background-color: #fff;
    border-color: #648878;
    color: #333;
}

.theme-green .alert-info hr {
    border-top-color: #59796b;
}

.theme-green .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--green {
    background-color: #fff;
    border-color: #648878;
    color: #648878;
}

.alert--green hr {
    border-top-color: #59796b;
}

.alert--green .alert-link {
    color: #4e6b5e;
}

.theme-grey .alert-info {
    background-color: #363534;
    border-color: #f4f4f2;
    color: #333;
}

.theme-grey .alert-info hr {
    border-top-color: #e8e8e4;
}

.theme-grey .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--grey {
    background-color: #363534;
    border-color: #f4f4f2;
    color: #f4f4f2;
}

.alert--grey hr {
    border-top-color: #e8e8e4;
}

.alert--grey .alert-link {
    color: #ddddd6;
}

.theme-darkblue .alert-info {
    background-color: #fff;
    border-color: #5892a8;
    color: #333;
}

.theme-darkblue .alert-info hr {
    border-top-color: #4f8498;
}

.theme-darkblue .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--darkblue {
    background-color: #fff;
    border-color: #5892a8;
    color: #5892a8;
}

.alert--darkblue hr {
    border-top-color: #4f8498;
}

.alert--darkblue .alert-link {
    color: #467587;
}

.theme-black .alert-info {
    background-color: #fff;
    border-color: #1f1e1d;
    color: #333;
}

.theme-black .alert-info hr {
    border-top-color: #121111;
}

.theme-black .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--black {
    background-color: #fff;
    border-color: #1f1e1d;
    color: #1f1e1d;
}

.alert--black hr {
    border-top-color: #121111;
}

.alert--black .alert-link {
    color: #050404;
}

.theme-purple .alert-info {
    background-color: #fff;
    border-color: #56566e;
    color: #333;
}

.theme-purple .alert-info hr {
    border-top-color: #4b4b60;
}

.theme-purple .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--purple {
    background-color: #fff;
    border-color: #56566e;
    color: #56566e;
}

.alert--purple hr {
    border-top-color: #4b4b60;
}

.alert--purple .alert-link {
    color: #404051;
}

.theme-olive .alert-info {
    background-color: #fff;
    border-color: #878062;
    color: #333;
}

.theme-olive .alert-info hr {
    border-top-color: #787257;
}

.theme-olive .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--olive {
    background-color: #fff;
    border-color: #878062;
    color: #878062;
}

.alert--olive hr {
    border-top-color: #787257;
}

.alert--olive .alert-link {
    color: #69644d;
}

.theme-blue_grey .alert-info {
    background-color: #fff;
    border-color: #627986;
    color: #333;
}

.theme-blue_grey .alert-info hr {
    border-top-color: #576c77;
}

.theme-blue_grey .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--blue_grey {
    background-color: #fff;
    border-color: #627986;
    color: #627986;
}

.alert--blue_grey hr {
    border-top-color: #576c77;
}

.alert--blue_grey .alert-link {
    color: #4c5e69;
}

.theme-red_grey .alert-info {
    background-color: #fff;
    border-color: #876262;
    color: #333;
}

.theme-red_grey .alert-info hr {
    border-top-color: #785757;
}

.theme-red_grey .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--red_grey {
    background-color: #fff;
    border-color: #876262;
    color: #876262;
}

.alert--red_grey hr {
    border-top-color: #785757;
}

.alert--red_grey .alert-link {
    color: #694d4d;
}

.theme-humanitarium .alert-info {
    background-color: #fff;
    border-color: #435056;
    color: #333;
}

.theme-humanitarium .alert-info hr {
    border-top-color: #384348;
}

.theme-humanitarium .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--humanitarium {
    background-color: #fff;
    border-color: #435056;
    color: #435056;
}

.alert--humanitarium hr {
    border-top-color: #384348;
}

.alert--humanitarium .alert-link {
    color: #2d3539;
}

.theme-review .alert-info {
    background-color: #fff;
    border-color: #56566e;
    color: #333;
}

.theme-review .alert-info hr {
    border-top-color: #4b4b60;
}

.theme-review .alert-info .alert-link {
    color: #1a1a1a;
}

.alert--review {
    background-color: #fff;
    border-color: #56566e;
    color: #56566e;
}

.alert--review hr {
    border-top-color: #4b4b60;
}

.alert--review .alert-link {
    color: #404051;
}

.media,.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media {
    display: block;
}

html[dir="rtl"] .media > .pull-right,.media > .pull-left {
    margin-right: 15px;
}

html[dir="rtl"] .media > .pull-left,.media > .pull-right {
    margin-left: 15px;
}

html[dir="rtl"] .media > .pull-left {
    margin-right: 0;
}

html[dir="rtl"] .media > .pull-right {
    margin-left: 0;
}

@media screen and (min-width:992px) {
    html[dir="rtl"] .media > .pull-right,.media > .pull-left {
        margin-right: 30px;
    }

    html[dir="rtl"] .media > .pull-left,.media > .pull-right {
        margin-left: 30px;
    }
}

a.media:hover {
    text-decoration: none;
}

a.media:hover .h3 {
    color: #1f1e1d;
}

a.media:hover .media-body {
    color: #000;
}

.media-body {
    color: #1f1e1d;
}

.media-object {
    max-width: 40%;
}

.media-object > img,.media-object > .img {
    max-width: 100%;
}

.media--contact .media-object {
    max-width: 22%;
}

.media--contact b {
    display: inline-block;
}

.media--round {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}

.media--round img {
    display: block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.media--round .h3 {
    margin-top: 0;
    font-size: 24px;
}

.theme-beige .media--round .h3 {
    color: #cbc6c0;
}

.theme-brown .media--round .h3 {
    color: #8d8070;
}

.theme-blue .media--round .h3 {
    color: #62a3bb;
}

.theme-red .media--round .h3 {
    color: #ce171e;
}

.theme-green .media--round .h3 {
    color: #648878;
}

.theme-grey .media--round .h3 {
    color: #f4f4f2;
}

.theme-darkblue .media--round .h3 {
    color: #5892a8;
}

.theme-black .media--round .h3 {
    color: #1f1e1d;
}

.theme-purple .media--round .h3 {
    color: #56566e;
}

.theme-olive .media--round .h3 {
    color: #878062;
}

.theme-blue_grey .media--round .h3 {
    color: #627986;
}

.theme-red_grey .media--round .h3 {
    color: #876262;
}

.theme-humanitarium .media--round .h3 {
    color: #435056;
}

.theme-review .media--round .h3 {
    color: #56566e;
}

@media screen and (min-width:480px) {
    .media--round {
        text-align: left;
    }

    html[dir="rtl"] .media--round {
        text-align: right;
    }
}

@media (max-width:480px) {
    .media-object {
        margin: 0 auto 15px;
    }
}

@media (min-width:480px) {
    .media-object {
        float: left;
        margin-right: 30px;
    }

    html[dir="rtl"] .media-object {
        float: right;
        margin-right: 0;
        margin-left: 30px;
    }
}

.media-object--small {
    float: left;
    margin-right: 15px;
}

html[dir="rtl"] .media-object--small {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.media-list {
    margin-top: -15px;
}

.media-list .media:first-child {
    margin-top: 15px;
}

.media-list--where_we_work {
    margin-bottom: -50px;
}

.media-list--where_we_work .media {
    margin-bottom: 50px;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-skin {
    border-radius: 0;
    background-color: #1f1e1d;
}

.fancybox-close {
    top: 0;
    right: 0;
}

.fancybox-nav span {
    width: 44px;
    height: 44px;
}

.fancybox-prev span {
}

.fancybox-next span {
    background-position: 0 -80px;
}

.fancybox-title-inside-wrap {
    padding: 5px;
    background-color: #1f1e1d;
    color: #fff;
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
}

#fancybox-loading {
    background-position: 0 -124px;
}

.fancybox-inner .lightbox {
    color: #333;
    background-color: #fff;
    padding: 20px;
}

.fancybox-inner .lightbox h2 {
    margin-top: 20px;
}

@media screen and (max-width:600px) {
    .fancybox-inner .lightbox .btn {
        display: block;
        background-color: red;
    }

    .fancybox-inner .lightbox .btn.pull-left,.fancybox-inner .lightbox .btn.pull-right {
        float: none !important;
        margin: 5px 0;
    }
}

body.modal-is-active {
    overflow: hidden;
}

#modal {
    background: #000;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: auto;
}

#modal.is-active {
    display: block;
}

#modal.is-active #modal__container {
    opacity: 1;
}

#modal.is-loading #modal__loader {
    display: block;
}

#modal.is-loading #modal__container {
    opacity: 0;
}

#modal__container {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #000;
    margin-bottom: 20px;
    top: 2em;
}

#modal__loader {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid rgba(255,255,255,0.1);
    border-top: 2px solid #fff;
    border-radius: 120px;
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#modal__close:before {
    float: right;
    color: #c3c3c3;
    padding: 15px;
    margin-right: -15px;
    font-size: 25px;
}

#modal__close:before html[dir="rtl"] {
    margin-left: -15px;
}

.js-template {
    display: none;
    speak: none;
}

#modal .js-template {
    display: block;
}

@media (min-width:600px) {
    .carousel-wrapper {
        margin-top: 30px;
    }
}

.carousel-wrapper .container {
    position: relative;
    z-index: 1;
    top: 0;
}

.carousel-wrapper img {
    width: 100%;
    height: auto;
}

@media (max-width:600px) {
    .carousel-wrapper img {
        width: auto;
        height: 270px;
        position: relative;
        left: 50%;
        margin-left: -316px;
    }
}

@media (min-width:601px) {
    .carousel-wrapper img {
        width: 100%;
        height: auto;
    }
}

@media (max-width:992px) {
    .carousel-wrapper .bx-pager {
        display: none;
    }
}

@media (max-width:992px) {
    .carousel-wrapper {
        padding: 0;
    }
}

.js .carousel-wrapper {
    transition: opacity .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.js .carousel-wrapper.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.carousel > li {
    position: relative;
    margin-bottom: 1em;
}

@media (max-width:992px) {
    .carousel > li {
        overflow: hidden;
    }
}

html[dir="rtl"] .carousel > li {
    direction: rtl;
    text-align: right;
}

.carousel-text {
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    width: 29.375em;
    padding: 15px;
    position: absolute;
    display: block;
    bottom: 50px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    color: #1f1e1d;
    overflow: hidden;
}

.carousel-text p {
    font-size: 1em;
    margin-bottom: 20px;
}

.carousel-text h2,.carousel-text .h2 {
    margin-bottom: .25em;
    margin-top: 0;
}

@media (max-width:992px) {
    .carousel-text {
        position: relative;
        left: 0;
        margin: 0 !important;
        width: 100%;
        background: #f4f4f2;
        bottom: 0 !important;
    }
}

@media screen and (min-width:993px) {
    .carousel-text {
        padding: 30px;
    }

    .carousel-text.right {
        right: 60px;
    }

    .carousel-text.left {
        left: 60px;
    }
}

.carousel-text-wrp {
    color: #1f1e1d;
}

.carousel-text-wrp:hover {
    text-decoration: none;
}

.carousel-text-wrp + .list-label {
    margin-top: 20px;
}

.carousel-icon {
    font-size: 28px;
    margin-right: 20px;
    width: auto;
    height: 1em;
    line-height: 1;
    float: left;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
}

.bx-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
    background: rgba(0,0,0,0.5);
}

html[dir="rtl"] .bx-pager {
    direction: rtl;
}

@media (min-width:600px) {
    .bx-pager {
        bottom: 0;
    }
}

@media (min-width:992px) {
    .bx-pager {
        display: block;
    }
}

.bx-pager-item {
    display: inline-block;
}

.bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bx-pager-item a {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 15px;
    text-align: left;
    text-indent: -9999em;
    background: #e7e7e3;
    background: rgba(244,244,242,0.5);
}

html[dir="rtl"] .bx-pager-item a {
    text-align: right;
}

.bx-pager-item a.active {
    background: #f4f4f2;
}

@media (min-width:600px) {
    .bx-pager-item a {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
}

.bx-viewport {
    position: relative;
    z-index: 10;
}

.bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    line-height: 120px;
    width: 100%;
}

.bx-controls-direction a {
    display: block;
    width: 50px;
    position: relative;
    z-index: 100;
    background: #1f1e1d;
    background: rgba(31,30,29,0.75);
    text-align: center;
}

.bx-controls-direction a:hover,.bx-controls-direction a:active,.bx-controls-direction a:focus {
    text-decoration: none;
    background-color: rgba(31,30,29,0.85);
}

.bx-controls-direction a:before {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
}

html[dir="rtl"] .bx-next,.bx-prev {
    float: left;
}

html[dir="rtl"] .bx-next.disabled,.bx-prev.disabled {
    opacity: .5;
}

html[dir="rtl"] .bx-prev,.bx-next {
    float: right;
}

html[dir="rtl"] .bx-prev.disabled,.bx-next.disabled {
    opacity: .5;
}

.twitter-slider > li > div {
    position: relative;
    z-index: 100;
}

.twitter-slider__item {
    width: 66.66667%;
    margin: 0 auto;
}

.twitter-slider-wrapper .bx-controls-direction {
    margin-top: 0;
    top: 0;
}

.twitter-slider-wrapper .bx-controls-direction a {
    background-color: transparent;
}

.twitter-slider-wrapper .bx-controls-direction a:before {
    color: #1f1e1d;
}

.twitter-slider-wrapper .bx-controls-direction a:hover:before {
    color: #62a3bb;
}

html[dir="rtl"] .twitter-slider-wrapper .bx-wrapper li {
    direction: rtl !important;
    text-align: right;
}

.newsticker {
    background-color: #f4f4f2;
    font-size: 14px;
}

.container .newsticker:first-child {
    margin-top: 0;
}

.newsticker .newsticker-label {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbd9;
    position: relative;
    text-align: center;
}

.newsticker .newsticker-label:before,.newsticker .newsticker-label:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 15px;
    height: 1px;
    background-color: #f4f4f2;
}

.newsticker .newsticker-label:before {
    left: 0;
}

.newsticker .newsticker-label:after {
    right: 0;
}

.newsticker .newsticker-label a:hover {
    color: #1f1e1d;
    text-decoration: none;
}

@media screen and (min-width:992px) {
    .newsticker .newsticker-label {
        border-bottom: none;
        border-right: 1px solid #dbdbd9;
    }
}

.newsticker .list-newsticker {
    float: left;
}

.newsticker .list-newsticker > li {
    padding: 15px 0;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsticker .newsticker-wrapper {
    white-space: nowrap;
}

.newsticker .newsticker-wrapper a {
    display: inline;
    padding: 15px 10px;
}

html[dir="rtl"] .newsticker .newsticker-label {
    border-right: none;
    border-left: 1px solid #dbdbd9;
}

html[dir="rtl"] .newsticker .bx-wrapper {
    direction: rtl !important;
}

aside h3,aside .h3,aside h2,aside .h2 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0;
    text-transform: uppercase;
}

aside h2,aside .h2 {
    font-size: 14px;
}

.list-label li {
    margin-bottom: 10px;
}

.cookie-alert {
    background-color: #363534;
    color: #cbc6c0;
    font-size: 14px;
}

.cookie-alert .row {
    padding: 4px 0;
}

.site-header {
    padding: 0 20px;
    position: static;
}

.site-header .container {
    padding: 20px 0;
    position: relative;
}

.site-header .slogan {
    position: absolute;
    bottom: -5px;
    left: 70px;
    font-weight: 700;
    vertical-align: bottom;
    line-height: 1.3;
    text-transform: uppercase;
}

html[dir="rtl"] .site-header .slogan {
    right: 70px;
}

@media screen and (min-width:600px) {
    .site-header .slogan {
        width: 300px;
        left: 137px;
    }

    html[dir="rtl"] .site-header .slogan {
        right: 137px;
        left: auto;
    }
}

.site-header .slogan,.site-header .slogan h1 {
    margin: 0;
    color: #a1978a;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

@media screen and (min-width:600px) {
    .site-header .slogan,.site-header .slogan h1 {
        font-size: 20px;
    }
}

.site-header .btn,.site-header .styled-select {
    font-size: 12px;
    text-transform: uppercase;
}

.site-header .btn {
    margin-left: 20px;
    padding: 6px 12px;
    border: 1px solid #e7e7e3;
}

html[dir="rtl"] .site-header .btn {
    margin-left: 0;
    margin-right: 20px;
}

.site-header .btn--donate {
    display: none;
    border: 1px solid #ce171e;
}

@media (min-width:992px) {
    .site-header .btn--donate {
        display: inline-block;
    }
}

.site-header .selectcontainer:hover.styled-select {
    background-color: #ddddd6;
}

.site-header .selectcontainer:hover.styled-language-select .selecttext {
    text-decoration: underline;
}

.site-header .right-content {
    position: static;
}

html[dir="rtl"] .site-header .right-content {
    text-align: left;
}

.site-header .btn-wrapper {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

@media (max-width:992px) {
    .site-header .btn-wrapper {
        top: 60px;
        bottom: initial;
        left: initial;
    }

    .site-header .btn-wrapper .btn:first-child {
        margin-bottom: 1em;
    }

    html[dir="rtl"] .site-header .btn-wrapper {
        left: 0;
        right: initial;
    }
}

.site-header .btn-wrapper .i-arrow-down-after:after {
    right: 10px;
}

html[dir="rtl"] .site-header .btn-wrapper .i-arrow-down-after:before {
    left: 10px;
    right: auto;
}

.site-header .btn-wrapper .selecttext {
    text-align: center;
}

.site-header .styled-language-select select {
    font-size: 16px;
    height: 32px;
    margin-top: -8px;
}

.logo-wrapper {
    position: relative;
}

.logo img {
    width: 50px;
}

@media screen and (min-width:600px) {
    .logo img {
        width: 97px;
    }
}

.list-languages {
    display: inline-block;
    margin-bottom: 20px;
    color: #8d8070;
    font-size: 14px;
    line-height: 1;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

.list-languages a {
    color: #8d8070;
}

.list-languages > li {
    padding: 0 13px;
    border-right: 1px solid #dbdbd9;
}

html[dir="rtl"] .list-languages > li {
    border-right: none;
    border-left: 1px solid #dbdbd9;
}

html[dir="rtl"] .list-languages > li:last-child {
    border-left: 0;
    padding-left: 0;
}

.list-languages > li.active a {
    font-weight: 700;
}

.list-languages > li:last-child {
    border-right: 0;
    padding-right: 0;
}

.quick_access-toggle {
    display: inline-block;
    padding: 4px 12px;
}

.quick_access-toggle:after {
    margin-left: .3em;
    font-size: 1.4em;
}

.quick_access-toggle.active {
    padding-bottom: 2em;
    margin-bottom: -1em !important;
}

.quick_access-menu {
    background: #cbc6c0;
    padding: 20px;
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (min-width:600px) {
    .quick_access-menu {
        min-width: 450px;
    }
}

@media screen and (min-width:992px) {
    .quick_access-menu {
        min-width: 600px;
    }
}

.quick_access-menu.active {
    display: block;
    z-index: 1002;
    top: 40px;
}

.quick_access-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quick_access-menu a {
    display: block;
    font-size: 14px;
    color: #8d8070;
}

.quick_access-menu .simple-dropdown__submenu {
    width: 700px;
    right: 0;
    padding: 20px;
}

.quick_access-menu .simple-dropdown__submenu ul {
    text-align: left;
}

.quick_access-menu .simple-dropdown__submenu a {
    padding: 6px 0;
    display: block;
}

.quick_access-menu .simple-dropdown__submenu a:hover {
    color: #f4f4f2;
}

html[dir="rtl"] .quick_access-menu {
    right: auto;
    left: 0;
    text-align: right;
}

.section-hero.theme-beige,.theme-beige .section-hero {
    background: #cbc6c0;
    color: #fff;
}

.section-hero.theme-brown,.theme-brown .section-hero {
    background: #8d8070;
    color: #fff;
}

.section-hero.theme-blue,.theme-blue .section-hero {
    background: #62a3bb;
    color: #fff;
}

.section-hero.theme-red,.theme-red .section-hero {
    background: #ce171e;
    color: #fff;
}

.section-hero.theme-green,.theme-green .section-hero {
    background: #648878;
    color: #fff;
}

.section-hero.theme-grey,.theme-grey .section-hero {
    background: #f4f4f2;
    color: #363534;
}

.section-hero.theme-darkblue,.theme-darkblue .section-hero {
    background: #5892a8;
    color: #fff;
}

.section-hero.theme-black,.theme-black .section-hero {
    background: #1f1e1d;
    color: #fff;
}

.section-hero.theme-purple,.theme-purple .section-hero {
    background: #56566e;
    color: #fff;
}

.section-hero.theme-olive,.theme-olive .section-hero {
    background: #878062;
    color: #fff;
}

.section-hero.theme-blue_grey,.theme-blue_grey .section-hero {
    background: #627986;
    color: #fff;
}

.section-hero.theme-red_grey,.theme-red_grey .section-hero {
    background: #876262;
    color: #fff;
}

.section-hero.theme-humanitarium,.theme-humanitarium .section-hero {
    background: #435056;
    color: #fff;
}

.section-hero.theme-review,.theme-review .section-hero {
    background: #56566e;
    color: #fff;
}

.section-hero .h1,.section-hero p {
    font-weight: 700;
}

.section-hero .h1 {
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-hero p.sans-serif,.section-hero .sans-serif p {
    font-weight: 400;
}

.logo-hero {
    border-bottom: 1px solid #f4f4f2;
}

.logo-hero__slogan {
    color: #a1978a;
}

.photos-hero {
    background-color: #f4f4f2;
    padding-top: 20px;
}

@media screen and (min-width:600px) {
    .photos-hero {
        background-color: transparent;
        padding-top: 40px;
    }
}

.photos-hero__items {
    background-color: #f4f4f2;
}

.photos-hero__hero {
    z-index: 10;
    margin-bottom: 30px;
    min-height: 30px;
    background-color: #f4f4f2;
}

@media screen and (min-width:600px) {
    .photos-hero__hero {
        margin-bottom: 0;
    }
}

.rtl .photos-hero__item-wrap {
    float: right;
}

@media screen and (min-width:600px) {
    .photos-hero__item-wrap {
        top: -60px;
        margin-bottom: -60px;
    }
}

.photos-hero__item h2 {
    font-size: 1.2em;
    margin-bottom: .2em;
}

.photos-hero__item p {
    font-size: .9em;
    margin: 0 auto 30px;
}

@media screen and (min-width:600px) {
    .photos-hero__item {
        position: relative;
        z-index: 20;
    }
}

@media screen and (min-width:600px) {
    .photos-hero__item p {
        max-width: 260px;
    }
}

.photos-hero__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 1em;
}

@media screen and (min-width:1200px) {
    .photos-hero__photo {
        width: 200px;
        height: 200px;
    }
}

.photos-hero__photo-inner {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.social-icons {
    text-align: center;
    padding: 30px 0;
}

@media screen and (min-width:600px) {
    .social-icons {
        padding-bottom: 40px;
    }
}

.social-icons.social-icons--theme {
    padding: 0;
}

.social-icon {
    margin: 3px 7.5px;
}

.social-icon:hover {
    text-decoration: none;
    color: #363534;
}

@media screen and (min-width:480px) {
    .social-icon {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.social-icons--theme .social-icon {
    color: #fff;
}

.theme-beige .social-icons--theme .social-icon {
    background: #cbc6c0;
}

.theme-beige .social-icons--theme .social-icon:hover {
    background: #b4ada4;
    color: #fff;
}

.theme-brown .social-icons--theme .social-icon {
    background: #8d8070;
}

.theme-brown .social-icons--theme .social-icon:hover {
    background: #716659;
    color: #fff;
}

.theme-blue .social-icons--theme .social-icon {
    background: #62a3bb;
}

.theme-blue .social-icons--theme .social-icon:hover {
    background: #478aa3;
    color: #fff;
}

.theme-red .social-icons--theme .social-icon {
    background: #ce171e;
}

.theme-red .social-icons--theme .social-icon:hover {
    background: #a01217;
    color: #fff;
}

.theme-green .social-icons--theme .social-icon {
    background: #648878;
}

.theme-green .social-icons--theme .social-icon:hover {
    background: #4e6b5e;
    color: #fff;
}

.theme-grey .social-icons--theme .social-icon {
    background: #f4f4f2;
}

.theme-grey .social-icons--theme .social-icon:hover {
    background: #cbc6c0;
    color: #fff;
}

.theme-darkblue .social-icons--theme .social-icon {
    background: #5892a8;
}

.theme-darkblue .social-icons--theme .social-icon:hover {
    background: #467587;
    color: #fff;
}

.theme-black .social-icons--theme .social-icon {
    background: #1f1e1d;
}

.theme-black .social-icons--theme .social-icon:hover {
    background: #a01217;
    color: #fff;
}

.theme-purple .social-icons--theme .social-icon {
    background: #56566e;
}

.theme-purple .social-icons--theme .social-icon:hover {
    background: #404051;
    color: #fff;
}

.theme-olive .social-icons--theme .social-icon {
    background: #878062;
}

.theme-olive .social-icons--theme .social-icon:hover {
    background: #69644d;
    color: #fff;
}

.theme-blue_grey .social-icons--theme .social-icon {
    background: #627986;
}

.theme-blue_grey .social-icons--theme .social-icon:hover {
    background: #4c5e69;
    color: #fff;
}

.theme-red_grey .social-icons--theme .social-icon {
    background: #876262;
}

.theme-red_grey .social-icons--theme .social-icon:hover {
    background: #694d4d;
    color: #fff;
}

.theme-humanitarium .social-icons--theme .social-icon {
    background: #435056;
}

.theme-humanitarium .social-icons--theme .social-icon:hover {
    background: #2d3539;
    color: #fff;
}

.theme-review .social-icons--theme .social-icon {
    background: #56566e;
}

.theme-review .social-icons--theme .social-icon:hover {
    background: #404051;
    color: #fff;
}

html[dir="rtl"] .list-unstyled,html[dir="rtl"] .list-inline,html[dir="rtl"] .list-newsticker,html[dir="rtl"] .list-references ul,.list-references html[dir="rtl"] ul,html[dir="rtl"] .faqs,html[dir="rtl"] .usps > ul {
    padding-right: 0;
}

.list-newsticker {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

.list-newsticker .date {
    color: #cbc6c0;
}

.list-newsticker a {
    color: #1f1e1d;
}

html[dir="rtl"] .list-newsticker .date {
    margin-right: 0;
    float: right;
}

.list-related {
    list-style-type: none;
    padding-left: 0;
}

.list-related > li {
    border-bottom: 1px solid #f4f4f2;
    padding: 20px 0;
}

.list-related > li:first-child {
    padding-top: 0;
}

.list-related > li:last-child {
    border-bottom: 0;
}

.list-related .heading-meta {
    text-transform: uppercase;
    color: #8d8070;
}

.list-related .summary {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    display: inline-block;
}

.list-related .summary:hover {
    text-decoration: none;
    color: inherit;
}

html[dir="rtl"] .list-related {
    padding-right: 0;
}

.theme-purple .list-review .heading-meta {
    color: #fff;
}

.theme-purple .list-review a:hover {
    color: #fff;
    text-decoration: underline;
}

.list-review {
    list-style: none;
    overflow: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.list-review > li {
    display: flex;
    flex-wrap: wrap;
}

.list-review .heading-meta {
    text-transform: uppercase;
}

.list-references {
    list-style-type: none;
    padding-left: 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.list-references h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.list-references li {
    border-bottom: 1px solid #f4f4f2;
    padding: 15px 0;
    font-size: 14px;
}

.list-references li:first-child {
    padding-top: 0;
}

.list-references li:last-child {
    border-bottom: 0;
}

html[dir="rtl"] .list-references {
    padding-right: 0;
}

.list-photos > li {
    margin-bottom: 30px;
    text-align: center;
}

.list-photos img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    opacity: .9;
}

.list-photos a:hover img {
    opacity: 1;
}

.list-inline {
    display: inline-block;
}

.list-inline > li {
    display: inline;
    float: left;
}

html[dir="rtl"] .list-inline > li {
    float: right;
}

.list-inline.list-inline--margin > li {
    margin-right: 30px;
}

html[dir="rtl"] .list-inline.list-inline--margin > li {
    margin-right: 0;
    margin-left: 30px;
}

.list-label {
    padding-left: 0;
    display: block;
    list-style-type: none;
}

.list-label > li {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
}

.center-content .list-label > li {
    float: none;
    margin-right: 0;
}

html[dir="rtl"] .list-label {
    padding-right: 0;
}

html[dir="rtl"] .list-label > li {
    float: right;
}

.list-keywords .hits {
    color: #62a3bb;
}

.list-document {
    margin-bottom: 10px;
    color: #8d8070;
    font-size: 14px;
}

.list-document .document {
    margin-bottom: 5px;
}

.list-document p {
    margin: 10px 0;
}

.list-document p:first-child {
    margin-top: 0;
}

.list-document p:last-child {
    margin-bottom: 0;
}

.list-document .image-wrapper {
    display: block;
    position: relative;
}

.list-document .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1f1e1d;
    font-size: 25px;
    width: 1em;
    height: 1em;
    color: #fff;
    display: block;
}

.list-alt,.list-keywords {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2;
}

.list-alt li,.list-keywords li {
    padding-left: 2em;
}

html[dir="rtl"] .list-alt li,html[dir="rtl"] .list-keywords li {
    padding-left: 0;
    padding-right: 2em;
}

.list-alt li:before,.list-keywords li:before {
    margin-right: 1em;
    margin-left: -2em;
}

html[dir="rtl"] .list-alt li:before,html[dir="rtl"] .list-keywords li:before {
    margin-left: 1em;
    margin-right: -2em;
    margin-top: .5em;
    float: right;
}

@media (min-width:600px) {
    .list-split {
        min-height: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
    }
}

.list-split .group {
    display: inline-block;
}

.list--where_we_work {
    font-size: 14px;
}

.list-results {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 1.5em 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.list-results .result {
    padding: 1.5em 0;
    border-top: 1px solid #f4f4f2;
}

.list-results .result img.result-thumbnail {
    float: left;
    margin-right: 10px;
}

.list-results .h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0;
    color: #62a3bb;
}

.list-results a {
    color: #363534;
}

.list-results .result__sub {
    font-size: 12px;
    color: #8d8070;
    text-transform: uppercase;
}

.list-results .highlight {
    font-weight: 700;
}

.list-results .result a:hover {
    text-decoration: none;
}

.list-results .result a:hover .h6 {
    text-decoration: underline;
}

.list-sort {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    text-align: right;
}

html[dir="rtl"] .list-sort {
    text-align: left;
}

.list-sort li {
    display: inline-block;
    border-left: 1px solid #8d8070;
    padding: 0 .5em;
}

.list-sort li:first-child {
    border-left: 0;
}

.list-sort a.asc:after {
    margin-left: .5em;
}

.list-sort a.desc:after {
    margin-left: .5em;
}

.list-sort a.active {
    color: #ce171e;
}

.list-sort a.active:hover {
    color: #a01217;
}

.list-sort a {
    color: #cbc6c0;
}

.list-sort a:hover {
    text-decoration: none;
    color: #8d8070;
}

@media (max-width:600px) {
    .list-sort {
        margin-top: 1em;
        text-align: center;
    }
}

.list-toggle {
    font-size: 14px;
}

.list-toggle__item {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 1px solid #f4f4f2;
    position: relative;
    padding: 15px 30px;
    color: #8d8070;
    cursor: pointer;
}

.list-toggle__item:after {
    -webkit-font-smoothing: none;
    font-weight: 700;
    font-size: 26px;
    top: 50%;
    margin-top: -.6em;
    content: "+";
    position: absolute;
    right: 15px;
}

html[dir="rtl"] .list-toggle__item:after {
    right: auto;
    left: 15px;
}

.list-toggle__item:hover {
    font-weight: 700;
    background-color: #f4f4f2;
    text-decoration: none;
}

.list-download {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

.list-download > li {
    display: flex;
    flex-wrap: wrap;
}

.list-download a,.list-download li {
    color: #8d8070;
}

.list-download a {
    transition: color .2s ease-out;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.list-download a:hover {
    text-decoration: none;
    color: #716659;
}

.list-download a:hover .image-preview {
    transform: translate(-50%,0);
    opacity: 1;
    height: auto;
    overflow: visible;
}

.list-download .image-preview {
    transition: transform .1s ease,opacity .3s ease;
    transform: translate(-50%,1em);
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    bottom: calc(100% + 1em);
    z-index: 1;
    left: 50%;
    border: .4em solid #1f1e1d;
}

.list-download .image-preview:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -1em;
    border: 1em solid transparent;
    border-top-color: #1f1e1d;
}

.list-download small {
    font-weight: 400;
    display: block;
}

.list-download a {
    position: relative;
    padding: 20px 60px 20px 90px;
}

.list-download a:before,.list-download a:after {
    position: absolute;
    font-size: 1.2em;
    top: 20px;
}

.list-download a:before {
    font-size: 3em;
    left: 20px;
}

.list-download a:after {
    right: 20px;
    top: 50%;
    margin-top: -.5em;
}

html[dir="rtl"] .list-download a {
    padding-left: 2.6em;
    padding-right: 5em;
}

html[dir="rtl"] .list-download a:before {
    right: 20px;
    left: auto;
}

html[dir="rtl"] .list-download a:after {
    left: 20px;
    right: auto;
}

.list-checkbox .input--checkbox {
    float: left;
    margin-right: .5em;
    margin-top: .3em;
}

html[dir="rtl"] .list-checkbox .input--checkbox {
    float: right;
    margin-right: 0;
    margin-left: .5em;
}

.list-checkbox li {
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-checkbox label {
    display: block;
    overflow: hidden;
}

.list-bordered li {
    border-bottom: 1px solid #f4f4f2;
}

.message-section {
    padding: 10px 0;
    background-color: #d9534f;
}

.admin-toolbar {
    padding: 10px 0;
    background-color: #f4f4f2;
}

.content-main,.content-aside {
    margin-bottom: 30px;
}

.content-main {
    line-height: 1.75;
}

.content-main h1,.content-main .h1 {
    line-height: 1.3;
}

.content-main h2,.content-main .h2 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.55;
}

@media screen and (min-width:600px) {
    .content-main h2,.content-main .h2 {
        font-size: 21px;
    }
}

@media screen and (min-width:992px) {
    .content-main h2,.content-main .h2 {
        font-size: 24px;
    }
}

.content-main h3,.content-main .h3 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.55;
}

@media screen and (min-width:600px) {
    .content-main h3,.content-main .h3 {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    .content-main h3,.content-main .h3 {
        font-size: 18px;
    }
}

.content-main .bio {
    width: 100%;
}

.content-main .bio h2 {
    margin: 0;
    font-weight: 700;
}

.content-main .bio .h3 {
    font-weight: 700;
    margin: 0 0 10px;
}

.content-main .bio .thumbnail-rounded {
    margin: 0;
    padding: 0 10px 0 0;
    width: 200px;
    height: 200px;
    vertical-align: top;
}

.content-main .accordion_title {
    display: block;
    padding: 20px 0 20px 30px;
    color: #1f1e1d !important;
    font-weight: 700;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.content-main .accordion_title:hover {
    text-decoration: underline;
}

.content-main .accordion_title:before {
    color: #ce171e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    line-height: 1.5;
}

.theme-beige .content-main .accordion_title:before {
    color: #cbc6c0;
}

.theme-brown .content-main .accordion_title:before {
    color: #8d8070;
}

.theme-blue .content-main .accordion_title:before {
    color: #62a3bb;
}

.theme-red .content-main .accordion_title:before {
    color: #ce171e;
}

.theme-green .content-main .accordion_title:before {
    color: #648878;
}

.theme-grey .content-main .accordion_title:before {
    color: #f4f4f2;
}

.theme-darkblue .content-main .accordion_title:before {
    color: #5892a8;
}

.theme-black .content-main .accordion_title:before {
    color: #1f1e1d;
}

.theme-purple .content-main .accordion_title:before {
    color: #56566e;
}

.theme-olive .content-main .accordion_title:before {
    color: #878062;
}

.theme-blue_grey .content-main .accordion_title:before {
    color: #627986;
}

.theme-red_grey .content-main .accordion_title:before {
    color: #876262;
}

.theme-humanitarium .content-main .accordion_title:before {
    color: #435056;
}

.theme-review .content-main .accordion_title:before {
    color: #56566e;
}

.content-main .accordion_content {
    display: none;
}

.content-main blockquote,.content-main .blockquote {
    line-height: 1.5;
    text-align: center;
}

@media (max-width:600px) {
    .content-main blockquote,.content-main .blockquote {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.content-main figure {
    margin: 30px auto;
}

.content-main figure .thumbnail {
    margin-bottom: 0;
}

.content-main figcaption {
    margin-top: 10px;
    color: #8d8070;
    font-size: 14px;
}

.content-main img {
    max-width: 100%;
}

.main-content--related .list-related > li,.content-aside .list-related > li,.content-aside--filled .list-related > li {
    border-bottom-color: #fff;
}

.main-content--related .list-related > li:last-child,.content-aside .list-related > li:last-child,.content-aside--filled .list-related > li:last-child {
    padding-bottom: 0;
}

.main-content--related .inner-section:first-child,.content-aside .inner-section:first-child,.content-aside--filled .inner-section:first-child {
    border-top: 0;
    padding-top: 0;
}

.main-content--related .inner-section:last-child,.content-aside .inner-section:last-child,.content-aside--filled .inner-section:last-child {
    padding-bottom: 0;
}

.main-content--related .inner-section > :last-child,.content-aside .inner-section > :last-child,.content-aside--filled .inner-section > :last-child {
    margin-bottom: 0;
}

.main-content--related .inner-section ul.list-unstyled,.main-content--related .inner-section ul.list-inline,.main-content--related .inner-section ul.list-newsticker,.main-content--related .inner-section .list-references ul,.list-references .main-content--related .inner-section ul,.main-content--related .inner-section ul.faqs,.main-content--related .inner-section .usps > ul,.content-aside .inner-section ul.list-unstyled,.content-aside .inner-section ul.list-inline,.content-aside .inner-section ul.list-newsticker,.content-aside .inner-section .list-references ul,.list-references .content-aside .inner-section ul,.content-aside .inner-section ul.faqs,.content-aside .inner-section .usps > ul,.content-aside--filled .inner-section ul.list-unstyled,.content-aside--filled .inner-section ul.list-inline,.content-aside--filled .inner-section ul.list-newsticker,.content-aside--filled .inner-section .list-references ul,.list-references .content-aside--filled .inner-section ul,.content-aside--filled .inner-section ul.faqs,.content-aside--filled .inner-section .usps > ul {
    padding-left: 17px;
}

.main-content--related .inner-section ul.list-unstyled li,.main-content--related .inner-section ul.list-inline li,.main-content--related .inner-section ul.list-newsticker li,.main-content--related .inner-section .list-references ul li,.list-references .main-content--related .inner-section ul li,.main-content--related .inner-section ul.faqs li,.main-content--related .inner-section .usps > ul li,.content-aside .inner-section ul.list-unstyled li,.content-aside .inner-section ul.list-inline li,.content-aside .inner-section ul.list-newsticker li,.content-aside .inner-section .list-references ul li,.list-references .content-aside .inner-section ul li,.content-aside .inner-section ul.faqs li,.content-aside .inner-section .usps > ul li,.content-aside--filled .inner-section ul.list-unstyled li,.content-aside--filled .inner-section ul.list-inline li,.content-aside--filled .inner-section ul.list-newsticker li,.content-aside--filled .inner-section .list-references ul li,.list-references .content-aside--filled .inner-section ul li,.content-aside--filled .inner-section ul.faqs li,.content-aside--filled .inner-section .usps > ul li {
    list-style-type: disc;
    color: #a1978a;
}

@media (max-width:992px) {
    .main-content--related .hidden-xs + .inner-section,.content-aside .hidden-xs + .inner-section,.content-aside--filled .hidden-xs + .inner-section {
        border-top: 0;
        padding-top: 0;
    }
}

.country-shape img {
    max-width: 100%;
}

.content-aside--filled .country-shape {
    margin: 30px 0;
}

.content-aside--filled {
    padding: 15px;
    font-size: 14px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8d8070;
}

.content-aside--filled table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.content-aside--filled table tr:first-child {
    border-top: 0;
}

.content-aside--filled tr {
    border-top: 1px solid #fff;
}

.content-aside--filled th,.content-aside--filled td {
    padding: 5px 0;
}

.content-aside--filled th {
    text-transform: uppercase;
    color: #8d8070;
}

.content-aside--filled h1,.content-aside--filled .h1,.content-aside--filled h2,.content-aside--filled .h2,.content-aside--filled h3,.content-aside--filled .h3,.content-aside--filled h4,.content-aside--filled .h4,.content-aside--filled h5,.content-aside--filled .h5,.content-aside--filled h6,.content-aside--filled .h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.content-aside--filled .h4 {
    font-size: 14px;
}

@media screen and (min-width:600px) {
    .content-aside--filled {
        margin-bottom: 0;
    }
}

@media screen and (min-width:992px) {
    .content-aside--filled {
        padding: 30px;
    }
}

.content-aside--filled .inner-section {
    border-color: #dbdbd9;
}

.content-aside--filled .label {
    font-size: 100%;
}

.content-aside--filled input {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 15px;
}

.facts-table th {
    text-align: left;
    padding-right: 10px;
    font-weight: 400;
}

.facts-table td {
    text-align: right;
    padding-left: 10px;
}

.theme-beige .facts-table td {
    color: #cbc6c0;
}

.theme-brown .facts-table td {
    color: #8d8070;
}

.theme-blue .facts-table td {
    color: #62a3bb;
}

.theme-red .facts-table td {
    color: #ce171e;
}

.theme-green .facts-table td {
    color: #648878;
}

.theme-grey .facts-table td {
    color: #f4f4f2;
}

.theme-darkblue .facts-table td {
    color: #5892a8;
}

.theme-black .facts-table td {
    color: #1f1e1d;
}

.theme-purple .facts-table td {
    color: #56566e;
}

.theme-olive .facts-table td {
    color: #878062;
}

.theme-blue_grey .facts-table td {
    color: #627986;
}

.theme-red_grey .facts-table td {
    color: #876262;
}

.theme-humanitarium .facts-table td {
    color: #435056;
}

.theme-review .facts-table td {
    color: #56566e;
}

.facts-table td.figures-col {
    width: 75px;
}

html[dir="rtl"] .facts-table th {
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
}

html[dir="rtl"] .facts-table td {
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
}

.details-table {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.details-table th {
    text-align: left;
    padding-right: 10px;
    font-weight: 400;
    color: #8d8070;
}

.details-table td {
    text-align: left;
    padding-left: 10px;
}

.theme-beige .details-table td {
    color: #cbc6c0;
}

.theme-brown .details-table td {
    color: #8d8070;
}

.theme-blue .details-table td {
    color: #62a3bb;
}

.theme-red .details-table td {
    color: #ce171e;
}

.theme-green .details-table td {
    color: #648878;
}

.theme-grey .details-table td {
    color: #f4f4f2;
}

.theme-darkblue .details-table td {
    color: #5892a8;
}

.theme-black .details-table td {
    color: #1f1e1d;
}

.theme-purple .details-table td {
    color: #56566e;
}

.theme-olive .details-table td {
    color: #878062;
}

.theme-blue_grey .details-table td {
    color: #627986;
}

.theme-red_grey .details-table td {
    color: #876262;
}

.theme-humanitarium .details-table td {
    color: #435056;
}

.theme-review .details-table td {
    color: #56566e;
}

.details-table td.figures-col {
    width: 75px;
}

html[dir="rtl"] .details-table th {
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
}

html[dir="rtl"] .details-table td {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
}

.content-indent,.content-indent-oneside {
    position: relative;
}

@media screen and (min-width:600px) {
    .content-indent {
        width: 125%;
    }
}

@media screen and (min-width:600px) {
    .content-indent-oneside {
        padding-right: 15px;
        width: 112.5%;
    }
}

.content-highlight {
    padding: 15px;
    background-color: #f4f4f2;
}

.content-highlight :first-child {
    margin-top: 0;
}

.content-highlight :last-child {
    margin-bottom: 0;
}

@media screen and (min-width:600px) {
    .content-highlight {
        padding: 30px;
    }
}

.bg-white .content-highlight,.content-aside--filled .content-highlight {
    background-color: #fff;
}

.content-highlight,.content-highlight-list {
    margin-bottom: 15px;
}

@media screen and (min-width:600px) {
    .content-highlight,.content-highlight-list {
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .content-highlight,.content-highlight-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

ul.content-highlight-list {
    color: #8d8070;
    font-style: italic;
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #e7e7e3;
}

html[dir="rtl"] ul.content-highlight-list {
    padding-right: 0;
}

ul.content-highlight-list > li {
    position: relative;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #e7e7e3;
}

ul.content-highlight-list > li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #8d8070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

html[dir="rtl"] ul.content-highlight-list > li:before {
    left: auto;
    right: 0;
}

@media screen and (min-width:600px) {
    ul.content-highlight-list > li {
        padding: 20px 30px;
    }
}

.inner-section {
    border-top: 1px solid #f4f4f2;
    padding: 30px 0;
}

.inner-section :first-child {
    margin-top: 0;
}

.inner-section.theme-beige h2,.inner-section.theme-beige .h2,.inner-section.theme-beige h3,.inner-section.theme-beige .h3,.theme-beige .inner-section h2,.theme-beige .inner-section .h2,.theme-beige .inner-section h3,.theme-beige .inner-section .h3 {
    color: #cbc6c0;
}

.inner-section.theme-brown h2,.inner-section.theme-brown .h2,.inner-section.theme-brown h3,.inner-section.theme-brown .h3,.theme-brown .inner-section h2,.theme-brown .inner-section .h2,.theme-brown .inner-section h3,.theme-brown .inner-section .h3 {
    color: #8d8070;
}

.inner-section.theme-blue h2,.inner-section.theme-blue .h2,.inner-section.theme-blue h3,.inner-section.theme-blue .h3,.theme-blue .inner-section h2,.theme-blue .inner-section .h2,.theme-blue .inner-section h3,.theme-blue .inner-section .h3 {
    color: #62a3bb;
}

.inner-section.theme-red h2,.inner-section.theme-red .h2,.inner-section.theme-red h3,.inner-section.theme-red .h3,.theme-red .inner-section h2,.theme-red .inner-section .h2,.theme-red .inner-section h3,.theme-red .inner-section .h3 {
    color: #ce171e;
}

.inner-section.theme-green h2,.inner-section.theme-green .h2,.inner-section.theme-green h3,.inner-section.theme-green .h3,.theme-green .inner-section h2,.theme-green .inner-section .h2,.theme-green .inner-section h3,.theme-green .inner-section .h3 {
    color: #648878;
}

.inner-section.theme-grey h2,.inner-section.theme-grey .h2,.inner-section.theme-grey h3,.inner-section.theme-grey .h3,.theme-grey .inner-section h2,.theme-grey .inner-section .h2,.theme-grey .inner-section h3,.theme-grey .inner-section .h3 {
    color: #f4f4f2;
}

.inner-section.theme-darkblue h2,.inner-section.theme-darkblue .h2,.inner-section.theme-darkblue h3,.inner-section.theme-darkblue .h3,.theme-darkblue .inner-section h2,.theme-darkblue .inner-section .h2,.theme-darkblue .inner-section h3,.theme-darkblue .inner-section .h3 {
    color: #5892a8;
}

.inner-section.theme-black h2,.inner-section.theme-black .h2,.inner-section.theme-black h3,.inner-section.theme-black .h3,.theme-black .inner-section h2,.theme-black .inner-section .h2,.theme-black .inner-section h3,.theme-black .inner-section .h3 {
    color: #1f1e1d;
}

.inner-section.theme-purple h2,.inner-section.theme-purple .h2,.inner-section.theme-purple h3,.inner-section.theme-purple .h3,.theme-purple .inner-section h2,.theme-purple .inner-section .h2,.theme-purple .inner-section h3,.theme-purple .inner-section .h3 {
    color: #56566e;
}

.inner-section.theme-olive h2,.inner-section.theme-olive .h2,.inner-section.theme-olive h3,.inner-section.theme-olive .h3,.theme-olive .inner-section h2,.theme-olive .inner-section .h2,.theme-olive .inner-section h3,.theme-olive .inner-section .h3 {
    color: #878062;
}

.inner-section.theme-blue_grey h2,.inner-section.theme-blue_grey .h2,.inner-section.theme-blue_grey h3,.inner-section.theme-blue_grey .h3,.theme-blue_grey .inner-section h2,.theme-blue_grey .inner-section .h2,.theme-blue_grey .inner-section h3,.theme-blue_grey .inner-section .h3 {
    color: #627986;
}

.inner-section.theme-red_grey h2,.inner-section.theme-red_grey .h2,.inner-section.theme-red_grey h3,.inner-section.theme-red_grey .h3,.theme-red_grey .inner-section h2,.theme-red_grey .inner-section .h2,.theme-red_grey .inner-section h3,.theme-red_grey .inner-section .h3 {
    color: #876262;
}

.inner-section.theme-humanitarium h2,.inner-section.theme-humanitarium .h2,.inner-section.theme-humanitarium h3,.inner-section.theme-humanitarium .h3,.theme-humanitarium .inner-section h2,.theme-humanitarium .inner-section .h2,.theme-humanitarium .inner-section h3,.theme-humanitarium .inner-section .h3 {
    color: #435056;
}

.inner-section.theme-review h2,.inner-section.theme-review .h2,.inner-section.theme-review h3,.inner-section.theme-review .h3,.theme-review .inner-section h2,.theme-review .inner-section .h2,.theme-review .inner-section h3,.theme-review .inner-section .h3 {
    color: #56566e;
}

.inner-section h3,.inner-section .h3 {
    font-size: 1em;
    text-transform: none;
}

.resource-filters h2 {
    margin-bottom: .3em;
}

.resource-filters .label {
    padding-left: .4em;
    margin-bottom: .3em;
}

.resource-filters__item {
    margin-bottom: 30px;
}

.resource-filters__item .list-keywords a {
    color: #1f1e1d;
}

.resource-filters__item .filter-facet {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.resource-filters__item .i-search:before {
    font-size: 30px;
    vertical-align: middle;
}

.resource-filters__item .i-cross:before {
    font-size: 30px;
    vertical-align: middle;
}

h1 + .heading-meta {
    margin: -20px 0 20px;
}

.heading-meta {
    margin: 10px 0;
    line-height: 1;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.heading-meta .list-label {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}

.heading-meta .date {
    float: left;
    display: inline-block;
    margin: .5em 0;
}

.heading-meta .seperator-left {
    display: inline-block;
    border-left: 1px solid #cbc6c0;
    padding-left: 10px;
    margin-left: 10px;
}

html[dir="rtl"] .heading-meta .seperator-left {
    border-left: 0;
    padding-left: 0;
    padding-right: 10px;
    border-right: 1px solid #cbc6c0;
}

.theme-black .heading-meta .seperator-left {
    color: #fff;
}

.heading-meta .small {
    color: #8d8070;
    text-transform: uppercase;
    font-size: 75%;
}

.heading-meta.heading-location {
    margin: -20px 0 20px;
}

.heading-meta.heading-location a {
    color: inherit;
}

html[dir="rtl"] .heading-meta .list-label,html[dir="rtl"] .heading-meta .date {
    float: right;
}

html[dir="rtl"] .heading-meta .list-label {
    margin: 0 0 5px 5px;
}

.heading-meta + .intro {
    margin-top: 20px;
}

.buttons-meta {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.buttons-meta li,.buttons-meta a {
    display: inline-block;
    position: relative;
    margin: 5px 15px;
}

.buttons-meta.is-stacked li,.buttons-meta.is-stacked a {
    display: block;
    float: none;
    margin: 10px auto;
}

.buttons-meta.is-stacked li:before,.buttons-meta.is-stacked a:before {
    display: none;
}

.buttons-meta__meta {
    color: #8d8070;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
    left: 0;
    font-size: 12px;
}

.is-stacked .buttons-meta__meta {
    position: static;
    display: block;
    margin-top: 3px;
}

.border-right-big {
    border-right: 4px solid #f4f4f2;
}

html[dir="rtl"] .border-right-big {
    border-right: 0;
    border-left: 4px solid #f4f4f2;
}

.border-left-big {
    border-left: 4px solid #f4f4f2;
}

html[dir="rtl"] .border-left-big {
    border-left: 0;
    border-right: 4px solid #f4f4f2;
}

@media (max-width:992px) {
    .switch_mask {
        overflow: hidden;
    }
}

.switch_container {
    transition-property: -webkit-transform,-moz-tranform,-o-transform,transform,left,right;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

@media (max-width:992px) {
    .switch_container {
        width: 200%;
    }
}

.no-js .switch_container,.no-csstransforms3d .switch_container {
    position: relative;
    transition: position .4s ease-out;
    left: 0;
}

.no-js .switch_container.active,.no-csstransforms3d .switch_container.active {
    left: -100%;
}

.no-js html[dir="rtl"] .switch_container,.no-csstransforms3d html[dir="rtl"] .switch_container {
    right: 0;
}

.no-js html[dir="rtl"] .switch_container.active,.no-csstransforms3d html[dir="rtl"] .switch_container.active {
    right: -100%;
}

.csstransforms3d .switch_container {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.csstransforms3d .switch_container.active {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}

html[dir="rtl"].csstransforms3d .switch_container.active {
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}

.hero {
    position: relative;
}

.hero h1,.hero .h1 {
    font-size: 26px;
}

@media screen and (min-width:600px) {
    .hero h1,.hero .h1 {
        font-size: 34px;
    }
}

@media screen and (min-width:992px) {
    .hero h1,.hero .h1 {
        font-size: 40px;
    }
}

@media (min-width:992px) {
    .hero.hero--inner-outside {
        margin-bottom: 65px;
    }
}

.hero__inner {
    text-align: center;
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero--inner-outside .hero__inner {
    padding-bottom: 0;
    bottom: 20px;
}

@media (max-width:599px) {
    .hero--inner-outside .hero__inner {
        position: static;
        padding-top: 0;
    }
}

@media (min-width:992px) {
    .hero__inner {
        padding: 50px 0;
    }

    .hero--inner-outside .hero__inner {
        position: absolute;
        bottom: -65px;
    }
}

@media (max-width:599px) {
    .hero__inner .btn {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hero__inner .btn-wrapper .btn {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.thumbnail-hero--small.thumbnail-inner-caption .caption {
    padding: 20px 10px;
}

.thumbnail-hero--small .btn-wrapper .btn {
    margin-bottom: 0;
    padding: 10px;
}

@media (max-width:1199px) {
    .thumbnail-hero--small .btn {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .thumbnail-hero--small .btn-wrapper .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.hero__inner-top {
    text-align: center;
}

.hero__inner-top a {
    font-weight: 700;
}

@media (max-width:599px) {
    .hero__inner-top {
        margin-top: 30px;
    }
}

@media (min-width:600px) {
    .hero__inner-top {
        color: #fff;
        padding: 50px 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .hero--inner-outside .hero__inner-top {
        padding-bottom: 0;
        bottom: 20px;
    }
}

@media (min-width:992px) {
    .hero--inner-outside .hero__inner-top {
        bottom: -65px;
    }
}

.hero-who-we-are__header {
    color: #fff;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn--hero {
    background-color: transparent;
    color: #f4f4f2;
    box-shadow: inset 0 0 0 1px #f4f4f2;
}

.btn--hero:hover {
    background: rgba(0,0,0,0.4);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden;
}

@media (max-width:600px) {
    .video-container {
        margin-right: -30px;
        margin-left: -30px;
        padding-bottom: 69.25%;
    }
}

.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.image-container p {
    margin-bottom: 15px;
}

@media (max-width:600px) {
    .image-container {
        margin-right: -30px;
        margin-left: -30px;
    }

    .content-aside .image-container {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .graph__static {
        display: none;
    }
}

.graph__interactive {
    display: none;
}

@media (min-width:992px) {
    .graph__interactive {
        display: block;
    }
}

.image-caption {
    margin: 0 0 15px;
    color: #8d8070;
    font-size: 14px;
}

@media (max-width:600px) {
    .image-caption {
        margin-right: -15px;
        margin-left: -15px;
    }

    .content-aside .image-caption,.image-container .image-caption {
        margin-right: 0;
        margin-left: 0;
    }
}

a.block-link {
    display: block;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
}

ul.arrow-list {
    padding: 30px;
    margin: 0;
    list-style: none;
    background-color: #f4f4f2;
}

ul.arrow-list > li {
    position: relative;
}

html[dir="ltr"] ul.arrow-list > li {
    padding-left: 20px;
}

html[dir="rtl"] ul.arrow-list > li {
    padding-right: 20px;
}

ul.arrow-list > li + li {
    margin-top: 1em;
}

ul.arrow-list > li:before {
    position: absolute;
    top: 0;
    line-height: 1.5;
}

html[dir="ltr"] ul.arrow-list > li:before {
    left: 0;
}

html[dir="rtl"] ul.arrow-list > li:before {
    right: 0;
}

.theme-beige ul.arrow-list > li:before {
    color: #cbc6c0;
}

.theme-brown ul.arrow-list > li:before {
    color: #8d8070;
}

.theme-blue ul.arrow-list > li:before {
    color: #62a3bb;
}

.theme-red ul.arrow-list > li:before {
    color: #ce171e;
}

.theme-green ul.arrow-list > li:before {
    color: #648878;
}

.theme-grey ul.arrow-list > li:before {
    color: #f4f4f2;
}

.theme-darkblue ul.arrow-list > li:before {
    color: #5892a8;
}

.theme-black ul.arrow-list > li:before {
    color: #1f1e1d;
}

.theme-purple ul.arrow-list > li:before {
    color: #56566e;
}

.theme-olive ul.arrow-list > li:before {
    color: #878062;
}

.theme-blue_grey ul.arrow-list > li:before {
    color: #627986;
}

.theme-red_grey ul.arrow-list > li:before {
    color: #876262;
}

.theme-humanitarium ul.arrow-list > li:before {
    color: #435056;
}

.theme-review ul.arrow-list > li:before {
    color: #56566e;
}

.bg-white ul.arrow-list,.content-aside--filled ul.arrow-list {
    background-color: #fff;
}

.twitter-tweet {
    width: 100% !important;
    margin: 30px auto !important;
}

.action-block {
    padding: 1.67em;
    border: 7px solid #ce171e;
    margin-bottom: 30px;
    color: #ce171e;
}

.action-block a {
    color: #ce171e;
}

.action-block a:hover {
    color: #a01217;
}

.highlight {
    position: relative;
}

.highlight--image-wrapper {
    background-color: #d2ccc2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.highlight--image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

@media screen and (min-width:600px) {
    .highlight--image-wrapper {
        background-color: transparent;
    }

    .highlight--image-wrapper:after {
        position: absolute;
        left: 0;
        right: 15px;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-color: #d2ccc2;
        content: '';
        display: block;
    }

    html[dir="rtl"] .highlight--image-wrapper:after {
        left: 15px;
        right: 0;
    }
}

.map-fullwidth {
    height: 250px;
    direction: ltr !important;
}

@media screen and (min-width:600px) {
    .map-fullwidth {
        height: 330px;
    }
}

@media screen and (min-width:992px) {
    .map-fullwidth {
        height: 430px;
    }
}

@media screen and (min-width:1200px) {
    .map-fullwidth {
        height: 520px;
    }
}

.faqs > li {
    border-bottom: 1px solid #e5e5e5;
}

.faqs__link {
    display: block;
    padding: 20px 0 20px 30px;
    color: #1f1e1d !important;
    font-weight: 700;
    position: relative;
}

.faqs__link:before {
    position: absolute;
    left: 0;
    top: 20px;
    line-height: 1.5;
}

.theme-beige .faqs__link:before {
    color: #cbc6c0;
}

.theme-brown .faqs__link:before {
    color: #8d8070;
}

.theme-blue .faqs__link:before {
    color: #62a3bb;
}

.theme-red .faqs__link:before {
    color: #ce171e;
}

.theme-green .faqs__link:before {
    color: #648878;
}

.theme-grey .faqs__link:before {
    color: #f4f4f2;
}

.theme-darkblue .faqs__link:before {
    color: #5892a8;
}

.theme-black .faqs__link:before {
    color: #1f1e1d;
}

.theme-purple .faqs__link:before {
    color: #56566e;
}

.theme-olive .faqs__link:before {
    color: #878062;
}

.theme-blue_grey .faqs__link:before {
    color: #627986;
}

.theme-red_grey .faqs__link:before {
    color: #876262;
}

.theme-humanitarium .faqs__link:before {
    color: #435056;
}

.theme-review .faqs__link:before {
    color: #56566e;
}

.js .faqs__description {
    display: none;
}

.js .active + .faqs__description {
    display: block;
}

#faq_selector_fallback.theme-beige {
    background-color: #cbc6c0;
}

#faq_selector_fallback.theme-beige .styled-select {
    background-color: #e2dfdc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-beige .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-brown {
    background-color: #8d8070;
}

#faq_selector_fallback.theme-brown .styled-select {
    background-color: #a4998c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-brown .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-blue {
    background-color: #62a3bb;
}

#faq_selector_fallback.theme-blue .styled-select {
    background-color: #86b8ca;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-blue .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-red {
    background-color: #ce171e;
}

#faq_selector_fallback.theme-red .styled-select {
    background-color: #e83037;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-red .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-green {
    background-color: #648878;
}

#faq_selector_fallback.theme-green .styled-select {
    background-color: #7ea191;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-green .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-grey {
    background-color: #f4f4f2;
}

#faq_selector_fallback.theme-grey .styled-select {
    background-color: #fff;
    color: #363534;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-grey .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-darkblue {
    background-color: #5892a8;
}

#faq_selector_fallback.theme-darkblue .styled-select {
    background-color: #7aa8b9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-darkblue .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-black {
    background-color: #1f1e1d;
}

#faq_selector_fallback.theme-black .styled-select {
    background-color: #393836;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-black .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-purple {
    background-color: #56566e;
}

#faq_selector_fallback.theme-purple .styled-select {
    background-color: #6c6c8b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-purple .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-olive {
    background-color: #878062;
}

#faq_selector_fallback.theme-olive .styled-select {
    background-color: #a0997c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-olive .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-blue_grey {
    background-color: #627986;
}

#faq_selector_fallback.theme-blue_grey .styled-select {
    background-color: #7c929f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-blue_grey .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-red_grey {
    background-color: #876262;
}

#faq_selector_fallback.theme-red_grey .styled-select {
    background-color: #a07c7c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-red_grey .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-humanitarium {
    background-color: #435056;
}

#faq_selector_fallback.theme-humanitarium .styled-select {
    background-color: #596b73;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-humanitarium .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.theme-review {
    background-color: #56566e;
}

#faq_selector_fallback.theme-review .styled-select {
    background-color: #6c6c8b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 0;
    width: auto;
}

#faq_selector_fallback.theme-review .selecttext {
    vertical-align: top;
}

#faq_selector_fallback.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.node-type-faq .styled-select {
    width: auto;
}

.donate-with-visual,.donate {
    background-color: #ce171e;
    color: #f4f4f2;
    position: relative;
}

.donate-with-visual .btn,.donate .btn {
    background-color: #a01217;
    color: #f4f4f2;
}

.donate {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.donate form {
    display: inline-block;
}

.donate .form__oneline {
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
}

.donate .btn {
    float: right;
}

.donate .donate-with-visual__select {
    margin-right: 20px;
}

.donate .donate-with-visual__select .selecttext {
    min-width: 190px;
    text-align: left;
}

.donate .donate-inputs {
    display: inline-block;
    margin-left: 20px;
}

.hero .donate-btn-small {
    display: inline-block;
}

@media (min-width:992px) {
    .hero .donate-btn-small {
        display: none;
    }
}

.donate-with-visual {
    margin-bottom: 30px;
    overflow: hidden;
}

.donate-with-visual .form__oneline {
    margin-bottom: 8px;
    overflow: hidden;
}

.donate-with-visual .btn {
    background-color: #a01217;
    float: right;
}

@media (max-width:992px) {
    .donate-with-visual .btn {
        margin-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .donate-with-visual .donate-with-visual__select {
        float: left;
    }
}

.donate-with-visual .donate-btn-small {
    display: inline-block;
}

@media (min-width:1200px) {
    .donate-with-visual .donate-btn-small {
        display: none;
    }
}

.donate-with-visual__select,.donate-inputs label,.donate-inputs input[type="number"] {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    background: #f4f4f2;
    color: #1f1e1d;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
}

.donate-inputs input[type="number"] {
    width: 80px;
    margin-left: 5px;
    border: 0;
    -moz-appearance: textfield;
}

.donate-inputs input[type=number]::-webkit-inner-spin-button,.donate-inputs input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.donate-inputs span {
    display: inline-block;
}

.donate-inputs input[type="radio"] {
    margin-left: 6px;
}

@media (max-width:991px) {
    .donate-inputs span + span {
        margin-top: 10px;
    }
}

@media (max-width:1199px) {
    .donate-inputs label {
        text-align: center;
    }
}

.donate-inputs label {
    margin-left: 4px;
}

@media (max-width:1199px) {
    .donate-with-visual .donate-inputs {
        margin: 15px 0;
    }
}

@media (min-width:1200px) {
    .donate-with-visual .donate-inputs {
        float: right;
    }
}

@media (min-width:1200px) {
    .donate-with-visual .donate-inputs {
        display: inline-block;
    }
}

@media (max-width:599px) {
    .donate-with-visual {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.donate-with-visual__select {
    display: inline-block;
}

.donate-with-visual__img {
    width: 100%;
    height: 300px;
    display: block;
}

@media (min-width:600px) {
    .donate-with-visual__img {
        width: 50%;
        position: absolute;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center center;
    }

    html[dir="rtl"] .donate-with-visual__img {
        right: 0;
    }
}

.donate-with-visual__txt {
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
}

@media (min-width:600px) {
    .donate-with-visual__txt {
        width: 50%;
        overflow: auto;
        float: right;
    }

    html[dir="ltr"] .donate-with-visual__txt {
        float: right;
    }

    html[dir="rtl"] .donate-with-visual__txt {
        float: left;
    }
}

.donate-small {
    padding: 15px;
    background-color: #ce171e;
    color: #f4f4f2;
    box-sizing: border-box;
}

.donate-small h3 {
    margin: 0 0 5px;
}

@media (min-width:992px) {
    .donate-small.donate-small--fixedheight {
        height: 212px;
    }
}

@media (min-width:1200px) {
    .donate-small.donate-small--fixedheight {
        height: 260px;
    }
}

.donate-small p {
    margin-bottom: 20px;
}

.donate-small .btn {
    color: #f4f4f2;
    background-color: #a01217;
}

.donate-small .btn:hover,.donate-small .quick_access-toggle.active {
    background-color: #720d11;
}

.photo-album__thumbwrp {
    padding: 0 36px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp {
        padding: 0 62px;
    }
}

.photo-album__thumbwrp .bx-wrapper {
    width: 228px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-wrapper {
        width: 644px;
    }
}

@media screen and (min-width:1200px) {
    .photo-album__thumbwrp .bx-wrapper {
        width: 1046px;
    }
}

.photo-album__thumbwrp .bx-wrapper img {
    width: 72px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-wrapper img {
        width: 99px;
    }
}

@media screen and (min-width:1200px) {
    .photo-album__thumbwrp .bx-wrapper img {
        width: 166px;
    }
}

.photo-album__thumbwrp .bx-controls-direction {
    line-height: 56px;
    margin-top: -28px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-controls-direction {
        line-height: 76px;
        margin-top: -38px;
    }
}

@media screen and (min-width:1200px) {
    .photo-album__thumbwrp .bx-controls-direction {
        line-height: 126px;
        margin-top: -63px;
    }
}

.photo-album__thumbwrp .bx-controls-direction a {
    width: 30px;
    height: 56px;
    background-color: #62a3bb;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-controls-direction a {
        width: 52px;
        height: 76px;
    }
}

@media screen and (min-width:1200px) {
    .photo-album__thumbwrp .bx-controls-direction a {
        height: 126px;
    }
}

.photo-album__thumbwrp .bx-controls-direction a:before {
    font-size: 30px;
}

.photo-album__thumbwrp .bx-prev {
    left: -36px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-prev {
        left: -62px;
    }
}

html[dir="rtl"] .photo-album__thumbwrp .bx-prev {
    left: auto;
    right: -36px;
}

@media screen and (min-width:768px) {
    html[dir="rtl"] .photo-album__thumbwrp .bx-prev {
        right: -62px;
    }
}

.photo-album__thumbwrp .bx-next {
    right: -36px;
}

@media screen and (min-width:768px) {
    .photo-album__thumbwrp .bx-next {
        right: -62px;
    }
}

html[dir="rtl"] .photo-album__thumbwrp .bx-next {
    right: auto;
    left: -36px;
}

@media screen and (min-width:768px) {
    html[dir="rtl"] .photo-album__thumbwrp .bx-next {
        left: -62px;
    }
}

.photo-album__thumbwrp .photo-album__thumb {
    display: block;
    position: relative;
}

.photo-album__thumbwrp .photo-album__thumb img {
    display: block;
    opacity: .9;
}

.photo-album__thumbwrp .photo-album__thumb.is-active img {
    opacity: 1;
}

.photo-album__thumbwrp .photo-album__thumb.is-active:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #fff;
}

.photo-album__large {
    margin: 6px auto 0;
    width: 300px;
}

.photo-album__large .bx-viewport {
    position: relative;
    z-index: 10;
}

.photo-album__large .bx-viewport li {
    height: 200px;
}

.photo-album__large .bx-viewport li img {
    max-height: 100%;
}

.photo-album__large img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 780px;
}

@media screen and (min-width:600px) {
    .photo-album__large {
        width: 580px;
        margin-top: 10px;
    }

    .photo-album__large .bx-viewport li {
        height: 385px;
    }
}

@media screen and (min-width:992px) {
    .photo-album__large {
        width: 755px;
        margin-top: 10px;
    }

    .photo-album__large .bx-viewport li {
        height: 502px;
    }
}

@media screen and (min-width:1200px) {
    .photo-album__large {
        width: 1170px;
    }

    .photo-album__large .bx-viewport li {
        height: 779px;
    }
}

.photo-album__download {
    color: #f4f4f2;
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
}

.photo-album__download:before {
    margin-right: 5px;
    text-decoration: none;
}

.photo-album__download:hover {
    text-decoration: none;
    color: #f4f4f2;
}

.photo-album__description {
    margin: 20px 0 0;
    color: #f4f4f2;
}

.photo-album__description h2 {
    margin: 0 0 5px;
}

.photo-album__copyright {
    color: #cbc6c0;
}

.modal-download {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    padding-left: 20px;
}

.modal-download:hover {
    color: #fff;
    text-decoration: none;
}

.modal-download:before {
    position: absolute;
    left: 0;
}

@media (min-width:992px) {
    .md-split {
        position: relative;
    }

    .md-split:before,.md-split:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        display: block;
    }

    .md-split:after {
        left: 55%;
        right: 0;
        background: #fff;
    }

    .md-split:before {
        left: 0;
        right: 55%;
        background: #1f1e1d;
    }

    html[dir="rtl"] .md-split:after {
        background: #1f1e1d;
    }

    html[dir="rtl"] .md-split:before {
        background: #fff;
    }
}

@media (min-width:1200px) {
    .md-split:after {
        left: 50%;
    }

    .md-split:before {
        right: 50%;
    }
}

.graph-body {
    font-size: 14px;
    font-style: italic;
}

.graph-object {
    text-align: center;
}

.graph .h4 {
    background: #fff;
}

@media (max-width:480px) {
    .graph .graph-body {
        margin-top: 2em;
    }
}

@media (min-width:992px) {
    .graph .page-header:after {
        background-color: rgba(255,255,255,0.2);
    }

    .graph .h4 {
        background: #1f1e1d;
    }
}

.js_more__container .js_more__item {
    transition: opacity .5s ease,transform .3s ease-out;
}

.js_more__container.inactive .js_more__item {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    transform: translateY(1em);
    overflow: hidden;
}

.js_more__container.active .js_more__item {
    opacity: 1;
    transform: translateY(0);
    height: auto;
}

.clearfix:before,.bx-controls-direction:before,.list-label:before,.clearfix:after,.bx-controls-direction:after,.list-label:after {
    content: " ";
    display: table;
}

.clearfix:after,.bx-controls-direction:after,.list-label:after {
    clear: both;
}

.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;
}

.affix {
    position: fixed;
}

.browsehappy {
    background-color: #f4f4f2;
    text-align: center;
    padding: 10px 0;
}

.vspace-top-small,.vspace-small {
    padding-top: 10px;
}

@media (min-width:600px) {
    .vspace-top-small,.vspace-small {
        padding-top: 20px;
    }
}

@media (min-width:1200px) {
    .vspace-top-small,.vspace-small {
        padding-top: 30px;
    }
}

.vspace-top,.vspace,.donation-tab header {
    padding-top: 20px;
}

@media (min-width:600px) {
    .vspace-top,.vspace,.donation-tab header {
        padding-top: 30px;
    }
}

@media (min-width:1200px) {
    .vspace-top,.vspace,.donation-tab header {
        padding-top: 60px;
    }
}

.vspace-bottom-small,.vspace-small {
    padding-bottom: 10px;
}

@media (min-width:600px) {
    .vspace-bottom-small,.vspace-small {
        padding-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .vspace-bottom-small,.vspace-small {
        padding-bottom: 30px;
    }
}

.vspace-bottom,.vspace,.donation-tab header {
    padding-bottom: 20px;
}

@media (min-width:600px) {
    .vspace-bottom,.vspace,.donation-tab header {
        padding-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .vspace-bottom,.vspace,.donation-tab header {
        padding-bottom: 60px;
    }
}

.vspace-invert--bottom {
    margin-bottom: -30px;
}

@media (min-width:600px) {
    .vspace-invert--bottom {
        margin-bottom: -60px;
    }
}

.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

html[dir="rtl"] .center {
    float: none;
}

.reset-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.vspace-invert--top-small {
    margin-top: -30px;
}

.hidden {
    display: none !important;
}

.upper {
    text-transform: uppercase;
}

.clear {
    clear: both;
}

@media screen and (max-width:600px) {
    .clear-sm {
        clear: both;
    }
}

@media screen and (max-width:992px) {
    .clear-md {
        clear: both;
    }
}

@media screen and (min-width:600px) {
    .hide-sm {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .hide-md {
        display: none;
    }
}

.block {
    display: block;
}

.relative {
    position: relative;
}

section {
    max-width: 100%;
}

.toggle {
    display: none;
}

.toggle.active {
    display: block;
}

.list-horizontal {
    display: inline-block;
    padding-left: 0;
}

.list-horizontal > li {
    display: inline-block;
    float: left;
}

html[dir="rtl"] .list-horizontal > li {
    float: right;
}

.modal {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1f1e1d;
    background-color: rgba(31,30,29,0.75);
    display: none;
}

.modal-box {
    border: 1px solid #333;
    background-color: #1f1e1d;
    color: #fff;
    max-width: 640px;
    left: 50%;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -320px;
    padding: 30px;
}

.modal-box p {
    margin-bottom: 20px;
}

@media (max-width:640px) {
    .modal-box {
        margin-left: 0;
        width: 90%;
        left: 5%;
    }
}

.modal-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.02);
    margin-bottom: 20px;
}

.modal-image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a.modal-nav {
    position: absolute;
    top: 50%;
    font-size: 25px;
    margin-top: -.5em;
    text-decoration: none;
}

a.modal-nav:hover {
    color: #62a3bb;
}

a.modal-nav:after {
    border-radius: 100%;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    margin: 0;
    font-size: 1em;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    padding: .3em;
}

.modal-prev {
    left: 20px;
}

html[dir="rtl"] .modal-prev {
    left: auto;
    right: 20px;
}

.modal-next {
    right: 20px;
}

html[dir="rtl"] .modal-next {
    right: auto;
    left: 20px;
}

.modal-download {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    padding-left: 20px;
}

.modal-download:hover {
    color: #fff;
    text-decoration: none;
}

.modal-download:before {
    position: absolute;
    left: 0;
}

.modal-copyright {
    color: #8d8070;
}

.fullwidth-image {
    margin-bottom: 15px;
}

.fullwidth-image img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

@media (max-width:599px) {
    .container .fullwidth-image {
        margin-right: -30px;
        margin-left: -30px;
    }

    body.front .container .fullwidth-image,.container .inner-section .fullwidth-image {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.inline-image {
    float: left;
    margin: 0 1em 1em 0;
}

.center-content {
    text-align: center;
}

.center-content img {
    margin-left: auto;
    margin-right: auto;
}

.right-content {
    text-align: right;
}

.border-bottom {
    box-shadow: 0 6px 0 0 #1f1e1d;
}

.theme-beige .border-bottom {
    box-shadow: 0 6px 0 0 #cbc6c0;
}

.theme-brown .border-bottom {
    box-shadow: 0 6px 0 0 #8d8070;
}

.theme-blue .border-bottom {
    box-shadow: 0 6px 0 0 #62a3bb;
}

.theme-red .border-bottom {
    box-shadow: 0 6px 0 0 #ce171e;
}

.theme-green .border-bottom {
    box-shadow: 0 6px 0 0 #648878;
}

.theme-grey .border-bottom {
    box-shadow: 0 6px 0 0 #f4f4f2;
}

.theme-darkblue .border-bottom {
    box-shadow: 0 6px 0 0 #5892a8;
}

.theme-black .border-bottom {
    box-shadow: 0 6px 0 0 #1f1e1d;
}

.theme-purple .border-bottom {
    box-shadow: 0 6px 0 0 #56566e;
}

.theme-olive .border-bottom {
    box-shadow: 0 6px 0 0 #878062;
}

.theme-blue_grey .border-bottom {
    box-shadow: 0 6px 0 0 #627986;
}

.theme-red_grey .border-bottom {
    box-shadow: 0 6px 0 0 #876262;
}

.theme-humanitarium .border-bottom {
    box-shadow: 0 6px 0 0 #435056;
}

.theme-review .border-bottom {
    box-shadow: 0 6px 0 0 #56566e;
}

img.border-bottom-secondary {
    position: relative;
}

img.border-bottom-secondary:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 6px 0 0 red;
}

.border-vertical-center {
    position: relative;
}

.border-vertical-center:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dbdbd9;
}

.border-vertical-center .fix-position {
    position: relative;
    z-index: 10;
}

.border-vertical-center .border-vertical-wrapper {
    position: relative;
    z-index: 10;
}

.border-vertical-center .border-vertical-wrapper img {
    display: inline-block;
    margin-bottom: 30px;
}

.content-aside--filled .border-vertical-center p {
    padding: 10px 0;
    background-color: #f4f4f2;
}

.bg-blue h1,.bg-blue .h1,.bg-blue h2,.bg-blue .h2,.bg-blue h3,.bg-blue .h3,.bg-blue h4,.bg-blue .h4,.bg-blue h5,.bg-blue .h5,.bg-blue h6,.bg-blue .h6,.bg-blue a,.bg-green h1,.bg-green .h1,.bg-green h2,.bg-green .h2,.bg-green h3,.bg-green .h3,.bg-green h4,.bg-green .h4,.bg-green h5,.bg-green .h5,.bg-green h6,.bg-green .h6,.bg-green a,.bg-purple h1,.bg-purple .h1,.bg-purple h2,.bg-purple .h2,.bg-purple h3,.bg-purple .h3,.bg-purple h4,.bg-purple .h4,.bg-purple h5,.bg-purple .h5,.bg-purple h6,.bg-purple .h6,.bg-purple a,.bg-red h1,.bg-red .h1,.bg-red h2,.bg-red .h2,.bg-red h3,.bg-red .h3,.bg-red h4,.bg-red .h4,.bg-red h5,.bg-red .h5,.bg-red h6,.bg-red .h6,.bg-red a {
    color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-blue {
    background-color: #62a3bb;
}

.bg-darkblue {
    background-color: #5892a8;
}

.bg-green {
    background-color: #648878;
}

.bg-red {
    background-color: #ce171e;
}

.bg-white,.content-aside--filled {
    background-color: #f4f4f2;
}

.bg-white-3 {
    background-color: #fff;
}

.bg-brown {
    background-color: #8d8070;
}

.bg-brown-3 {
    background-color: #363534;
}

.bg-beige {
    background-color: #cbc6c0;
}

.bg-grey {
    background-color: #363534;
}

.bg-humanitarium {
    background-color: #435056;
}

.bg-purple,.bg-review {
    background-color: #56566e;
}

.color-black {
    color: #000;
}

.color-blue {
    color: #62a3bb;
}

.color-brown {
    color: #8d8070;
}

.color-darkblue {
    color: #5892a8;
}

.color-green {
    color: #648878;
}

.color-brown {
    color: #8d8070;
}

.color-red {
    color: #ce171e;
}

.color-white {
    color: #f4f4f2;
}

.color-white-3 {
    color: #fff;
}

.color-humanitarium {
    background-color: #435056;
}

.color-purple,.color-review {
    background-color: #56566e;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.small-margin-top {
    margin-top: 15px !important;
}

.small-margin-bottom {
    margin-bottom: 15px !important;
}

html[dir="ltr"] .small-margin-left {
    margin-left: 10px !important;
}

.margin-top {
    margin-top: 30px;
}

.margin-below {
    margin-bottom: 30px;
}

html[dir="rtl"] .margin-left {
    margin-right: 30px;
}

html[dir="rtl"] .small-margin-left {
    margin-right: 10px !important;
}

html[dir="ltr"] .margin-right {
    margin-right: 30px;
}

html[dir="rtl"] .margin-right {
    margin-left: 30px;
}

html[dir="ltr"] .margin-left {
    margin-left: 30px;
}

.font-serif {
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
}

.font-sans-serif {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.twitter-user {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding: 7px 0;
    font-size: 14px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #1f1e1d;
}

.twitter-user:before {
    position: absolute;
    left: -55px;
    top: -15px;
    font-size: 60px;
    color: #1ab2e8;
}

.twitter-user:hover {
    color: #1f1e1d;
    text-decoration: none;
}

.twitter-user:hover:before {
    color: #1390bc;
}

.solid-link {
    padding: 20px;
    border-radius: 4px;
}

.solid-link img {
    max-width: 100%;
    width: auto;
}

.block {
    display: block;
}

html[dir="rtl"] .pull-right {
    float: left !important;
}

html[dir="rtl"] .pull-left {
    float: right !important;
}

.document-type {
    width: 30px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #8d8070;
    background-color: #fff;
    color: #ce171e;
    font-weight: 700;
    font-size: 10px;
    position: relative;
}

.document-type span {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 10px;
    height: 10px;
    border: 2px solid #8d8070;
}

.document-type:before,.document-type:after {
    display: block;
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
}

.document-type:before {
    border-width: 0 7px 7px 0;
    border-color: transparent #f4f4f2 transparent transparent;
    z-index: 100;
}

.document-type:after {
    border-width: 0 10px 10px 0;
    z-index: 10;
    border-color: transparent #8d8070 transparent transparent;
}

html[dir="rtl"] .document-type span,html[dir="rtl"] .document-type:before,html[dir="rtl"] .document-type:after {
    right: auto;
    left: -2px;
}

html[dir="rtl"] .document-type:before {
    border-width: 7px 7px 0 0;
    border-color: #f4f4f2 transparent transparent;
}

html[dir="rtl"] .document-type:after {
    border-width: 10px 10px 0 0;
    border-color: #8d8070 transparent transparent;
}

.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%;
}

.usps {
    padding: 30px;
}

.usps > ul {
    margin: 0;
}

.usps > ul > li {
    position: relative;
}

html[dir="ltr"] .usps > ul > li {
    padding-left: 20px;
}

html[dir="rtl"] .usps > ul > li {
    padding-right: 20px;
}

.usps > ul > li + li {
    margin-top: 1em;
}

.usps > ul > li:before {
    position: absolute;
    top: 0;
    line-height: 1.5;
}

html[dir="ltr"] .usps > ul > li:before {
    left: 0;
}

html[dir="rtl"] .usps > ul > li:before {
    right: 0;
}

.theme-beige .usps > ul > li:before {
    color: #cbc6c0;
}

.theme-brown .usps > ul > li:before {
    color: #8d8070;
}

.theme-blue .usps > ul > li:before {
    color: #62a3bb;
}

.theme-red .usps > ul > li:before {
    color: #ce171e;
}

.theme-green .usps > ul > li:before {
    color: #648878;
}

.theme-grey .usps > ul > li:before {
    color: #f4f4f2;
}

.theme-darkblue .usps > ul > li:before {
    color: #5892a8;
}

.theme-black .usps > ul > li:before {
    color: #1f1e1d;
}

.theme-purple .usps > ul > li:before {
    color: #56566e;
}

.theme-olive .usps > ul > li:before {
    color: #878062;
}

.theme-blue_grey .usps > ul > li:before {
    color: #627986;
}

.theme-red_grey .usps > ul > li:before {
    color: #876262;
}

.theme-humanitarium .usps > ul > li:before {
    color: #435056;
}

.theme-review .usps > ul > li:before {
    color: #56566e;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs,td.visible-xs {
    display: none !important;
}

@media (max-width:599px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm,td.visible-sm {
    display: none !important;
}

@media (max-width:599px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md,td.visible-md {
    display: none !important;
}

@media (max-width:599px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,td.visible-lg {
    display: none !important;
}

@media (max-width:599px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,td.hidden-xs {
    display: table-cell !important;
}

@media (max-width:599px) {
    .hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: none !important;
    }

    th.hidden-xs,td.hidden-xs {
        display: none !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xs.hidden-sm {
        display: none !important;
    }

    th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }

    tr.hidden-xs.hidden-md {
        display: none !important;
    }

    th.hidden-xs.hidden-md,td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,td.hidden-sm {
    display: table-cell !important;
}

@media (max-width:599px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }

    tr.hidden-sm.hidden-xs {
        display: none !important;
    }

    th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    tr.hidden-sm {
        display: none !important;
    }

    th.hidden-sm,td.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }

    tr.hidden-sm.hidden-md {
        display: none !important;
    }

    th.hidden-sm.hidden-md,td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,td.hidden-md {
    display: table-cell !important;
}

@media (max-width:599px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }

    tr.hidden-md.hidden-xs {
        display: none !important;
    }

    th.hidden-md.hidden-xs,td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }

    tr.hidden-md.hidden-sm {
        display: none !important;
    }

    th.hidden-md.hidden-sm,td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md,td.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg,td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,td.hidden-lg {
    display: table-cell !important;
}

@media (max-width:599px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }

    tr.hidden-lg.hidden-xs {
        display: none !important;
    }

    th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }

    tr.hidden-lg.hidden-sm {
        display: none !important;
    }

    th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }

    tr.hidden-lg.hidden-md {
        display: none !important;
    }

    th.hidden-lg.hidden-md,td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg,td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print,td.hidden-print {
        display: none !important;
    }
}

.fact-text {
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto 20px;
    min-height: 40px;
}

.fact-tex__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.fact {
    background-color: #fff;
    position: relative;
    min-height: 40px;
    margin: 0 auto 20px;
    padding: 20px;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
    .fact {
        min-height: 80px;
        padding: 30px 30px 30px 140px;
        margin: 0 auto 30px;
    }
}

html[dir="rtl"] .fact {
    padding-left: 20px;
    padding-right: 80px;
}

@media screen and (min-width:1200px) {
    html[dir="rtl"] .fact {
        padding-left: 30px;
        padding-right: 140px;
    }
}

.fact--rounded {
    text-align: center;
    padding: 10px;
}

.fact-year,.fact-amount,.fact-description {
    font-size: 14px;
    color: #1f1e1d;
}

.fact-title {
    color: #1f1e1d;
    font-size: 28px;
    top: 45%;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-left: 50px;
}

@media screen and (min-width:1200px) {
    .fact-title {
        margin-left: 0;
    }
}

.fact-amount {
    color: #1f1e1d;
    font-size: 28px;
    top: 45%;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-left: 50px;
}

@media screen and (min-width:1200px) {
    .fact-amount {
        margin-left: 0;
    }
}

.fact-title.theme-beige,.theme-beige .fact-title,.fact-amount.theme-beige,.theme-beige .fact-amount,.fact-image.theme-beige,.theme-beige .fact-image,.fact-icon.theme-beige,.theme-beige .fact-icon {
    color: #cbc6c0;
}

.fact-title.theme-brown,.theme-brown .fact-title,.fact-amount.theme-brown,.theme-brown .fact-amount,.fact-image.theme-brown,.theme-brown .fact-image,.fact-icon.theme-brown,.theme-brown .fact-icon {
    color: #8d8070;
}

.fact-title.theme-blue,.theme-blue .fact-title,.fact-amount.theme-blue,.theme-blue .fact-amount,.fact-image.theme-blue,.theme-blue .fact-image,.fact-icon.theme-blue,.theme-blue .fact-icon {
    color: #62a3bb;
}

.fact-title.theme-red,.theme-red .fact-title,.fact-amount.theme-red,.theme-red .fact-amount,.fact-image.theme-red,.theme-red .fact-image,.fact-icon.theme-red,.theme-red .fact-icon {
    color: #ce171e;
}

.fact-title.theme-green,.theme-green .fact-title,.fact-amount.theme-green,.theme-green .fact-amount,.fact-image.theme-green,.theme-green .fact-image,.fact-icon.theme-green,.theme-green .fact-icon {
    color: #648878;
}

.fact-title.theme-grey,.theme-grey .fact-title,.fact-amount.theme-grey,.theme-grey .fact-amount,.fact-image.theme-grey,.theme-grey .fact-image,.fact-icon.theme-grey,.theme-grey .fact-icon {
    color: #f4f4f2;
}

.fact-title.theme-darkblue,.theme-darkblue .fact-title,.fact-amount.theme-darkblue,.theme-darkblue .fact-amount,.fact-image.theme-darkblue,.theme-darkblue .fact-image,.fact-icon.theme-darkblue,.theme-darkblue .fact-icon {
    color: #5892a8;
}

.fact-title.theme-black,.theme-black .fact-title,.fact-amount.theme-black,.theme-black .fact-amount,.fact-image.theme-black,.theme-black .fact-image,.fact-icon.theme-black,.theme-black .fact-icon {
    color: #1f1e1d;
}

.fact-title.theme-purple,.theme-purple .fact-title,.fact-amount.theme-purple,.theme-purple .fact-amount,.fact-image.theme-purple,.theme-purple .fact-image,.fact-icon.theme-purple,.theme-purple .fact-icon {
    color: #56566e;
}

.fact-title.theme-olive,.theme-olive .fact-title,.fact-amount.theme-olive,.theme-olive .fact-amount,.fact-image.theme-olive,.theme-olive .fact-image,.fact-icon.theme-olive,.theme-olive .fact-icon {
    color: #878062;
}

.fact-title.theme-blue_grey,.theme-blue_grey .fact-title,.fact-amount.theme-blue_grey,.theme-blue_grey .fact-amount,.fact-image.theme-blue_grey,.theme-blue_grey .fact-image,.fact-icon.theme-blue_grey,.theme-blue_grey .fact-icon {
    color: #627986;
}

.fact-title.theme-red_grey,.theme-red_grey .fact-title,.fact-amount.theme-red_grey,.theme-red_grey .fact-amount,.fact-image.theme-red_grey,.theme-red_grey .fact-image,.fact-icon.theme-red_grey,.theme-red_grey .fact-icon {
    color: #876262;
}

.fact-title.theme-humanitarium,.theme-humanitarium .fact-title,.fact-amount.theme-humanitarium,.theme-humanitarium .fact-amount,.fact-image.theme-humanitarium,.theme-humanitarium .fact-image,.fact-icon.theme-humanitarium,.theme-humanitarium .fact-icon {
    color: #435056;
}

.fact-title.theme-review,.theme-review .fact-title,.fact-amount.theme-review,.theme-review .fact-amount,.fact-image.theme-review,.theme-review .fact-image,.fact-icon.theme-review,.theme-review .fact-icon {
    color: #56566e;
}

.fact-icon {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 40px;
    width: 1em;
    height: 1em;
    line-height: 1;
}

@media screen and (min-width:1200px) {
    .fact-icon {
        left: 30px;
        top: 30px;
        font-size: 80px;
    }
}

html[dir="rtl"] .fact-icon {
    left: auto;
    right: 20px;
}

@media screen and (min-width:1200px) {
    html[dir="rtl"] .fact-icon {
        right: 30px;
    }
}

.fact-image {
    position: absolute;
    left: 20px;
    top: 20px;
    height: auto;
    font-size: 40px;
    width: 100px;
    line-height: 1;
}

.fact-image img {
    display: block;
}

html[dir="rtl"] .fact-image {
    left: auto;
    right: 20px;
}

@media screen and (min-width:1200px) {
    html[dir="rtl"] .fact-image {
        right: 20px;
    }
}

.fact.humanitarium {
    padding: 20px 20px 20px 140px !important;
}

html[dir="rtl"] .fact.humanitarium {
    padding: 20px 140px 20px 20px !important;
}

.fact.humanitarium .fact-title {
    margin-left: 0;
}

.fact-year {
    font-style: italic;
    bottom: 55%;
    font-size: 14px;
    color: #8d8070;
    white-space: nowrap;
    margin-bottom: 10px;
}

.fact-wrapper {
    position: relative;
}

.fact-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:600px) {
    .fact--rounded {
        padding: 0;
        margin: 0 auto 30px;
        width: 190px;
        height: 190px;
        border: 10px solid #f4f4f2;
        border-radius: 95px;
    }

    .fact--rounded .fact-year,.fact--rounded .fact-title,.fact--rounded .fact-amount,.fact--rounded .fact-description {
        margin: 20px 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
    }

    .fact--rounded .fact-year {
        top: auto;
        margin-bottom: 20px;
    }

    .fact--rounded .fact-amount {
        margin-top: -14px;
    }

    .fact-wrapper > .row {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -100px;
    }
}

@media screen and (min-width:992px) {
    .fact--rounded {
        width: 240px;
        height: 240px;
        border-radius: 120px;
        border: 15px solid #f4f4f2;
    }

    .fact--rounded .fact-year {
        margin-bottom: 25px;
    }

    .fact--rounded .fact-amount {
        font-size: 32px;
        margin-top: -19px;
    }

    .fact--rounded .fact-description {
        margin: 20px 16px 0;
        font-size: 18px;
    }

    .fact-wrapper > .row {
        margin-top: -100px;
    }
}

.worldmap-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.worldmap-wrapper img {
    display: block;
    max-width: 100%;
}

@media (max-width:600px) {
    .worldmap-wrapper a {
        display: block;
        width: 100%;
        position: initial;
        margin: 1em 0;
    }

    .worldmap-wrapper a:before {
        display: none;
    }
}

.tooltip {
    text-align: center;
    position: relative;
    color: #fff;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #333;
    background-clip: padding-box;
  /* border: 3px solid #111;
    border: 3px solid rgba(0,0,0,0.2);*/
    border-radius: 3px;
    position: absolute;
    min-width: 100px;
    /*margin-left: -125px;*/
    padding: 12px 15px;
    margin-top: -10px;
    z-index: 9999;
}



.tooltip:before,.tooltip:after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.tooltip:before {
    border-top: 10px solid #333;
    margin-top: -5px;
}

.tooltip--americas {
    left: 20%;
    bottom: 50%;
}

.tooltip--europe {
    left: 48%;
    bottom: 73%;
}

.tooltip--middle-east {
    left: 58%;
    bottom: 55%;
}

.tooltip--africa {
    left: 53%;
    bottom: 36%;
}

.tooltip--asia {
    left: 83%;
    bottom: 39%;
}

.mandate-and-mission .fullwidth-image {
    margin-top: -5em;
}

@media (min-width:600px) {
    .mandate-and-mission .fullwidth-image {
        margin-top: -15em;
    }
}

.red-cross .fullwidth-image {
    margin-top: -10em;
}

@media (min-width:600px) {
    .red-cross .fullwidth-image {
        margin-top: -20em;
    }
}

.contact .fullwidth-image {
    margin-top: -5em;
}

@media (min-width:600px) {
    .contact .fullwidth-image {
        margin-top: -10em;
    }
}

.user-login-form .form-text {
    width: 100%;
}

.user-login-form .form-submit {
    margin-top: 15px;
}

body.iframe {
    padding: 0 !important;
}

#popup-contact {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #fff;
}

@media (min-width:800px) {
    #popup-contact {
        width: 800px;
    }
}

@media (min-width:500px) and (max-width:900px) {
    #popup-contact {
        width: 100%;
    }
}

@media (max-width:500px) {
    #popup-contact {
        width: 100%;
    }
}

#popup-contact input,#popup-contact textarea {
    outline: none !important;
}

#popup-contact button:disabled {
    opacity: .5;
}

#popup-contact button:disabled:hover {
    background-color: #f4f4f2 !important;
    color: #8d8070 !important;
}

#popup-contact .js_name {
    margin-bottom: 0 !important;
}

#popup-contact .js_contact {
    text-align: left;
    font-size: 12px;
}

#popup-contact .js_contact a {
    color: #1f1e1d;
}

@media (min-width:992px) {
    .page-contact .row_country {
        display: none;
    }
}

@media (max-width:992px) {
    .page-contact .select_country {
        background-color: #a4998c;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 4px;
        width: auto;
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
        padding: 6px 12px;
        line-height: 24px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom: 10px;
    }
}

.page-contact .list-worldwide {
    font-size: 14px;
}

.page-contact .list-worldwide__item {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 1px solid #f4f4f2;
    position: relative;
    color: #8d8070;
}

.page-contact .list-worldwide__item a.libelle {
    display: block;
    cursor: pointer;
    padding: 15px 30px;
    position: relative;
    text-decoration: none !important;
}

.page-contact .list-worldwide__item a.libelle:after {
    -webkit-font-smoothing: none;
    font-weight: 700;
    font-size: 26px;
    top: 50%;
    margin-top: -20px;
    content: "+";
    position: absolute;
    right: 15px;
}

html[dir="rtl"] .page-contact .list-worldwide__item a.libelle:after {
    right: auto;
    left: 15px;
}

.page-contact .list-worldwide__item:hover {
    background-color: #f4f4f2;
    text-decoration: none;
}

.page-contact .list-worldwide__item:hover .libelle {
    font-weight: 700;
}

@media (max-width:992px) {
    .page-contact .list-worldwide__item .libelle {
        display: none !important;
    }

    .page-contact .list-worldwide__item:not(.active) {
        display: none !important;
    }

    .page-contact .list-worldwide__item.active {
        display: block !important;
    }

    .page-contact .list-worldwide .list-worldwide__content {
        display: block !important;
    }
}

@media (max-width:992px) {
    .page-contact .section-worldwide-list {
        display: none;
    }
}

.currencyswitcher {
    position: relative;
}

.currencyswitcher .selectcontainer {
    position: static;
}

.donation label {
    cursor: pointer;
}

.donation img {
    max-width: 100%;
}

.donation .box {
    padding: 15px;
}

.donation .bordered-right,.donation .bordered-left,.donation .bordered {
    border: 1px solid #e7e7e3;
    border-radius: 6px;
}

.donation .bordered-left {
    border-right: none;
}

.donation .bordered-right {
    border-left: none;
}

.donation .flex_fit,.donation .flex_space {
    align-items: center;
}

.donation .flex_space {
    display: flex;
    justify-content: space-between;
}

.donation .flex_fit {
    display: flex;
}

.donation .flex_fit > * {
    flex-grow: 1;
}

.donation .address {
    list-style: none;
    border-left: 1px solid #e7e7e3;
    padding-left: 1em;
    margin-top: 2em;
}

.donation main {
    max-width: 490px;
}

@media (min-width:992px) {
    .donation main {
        color: #f4f4f2;
    }
}

.donation h2 {
    margin-top: 0;
}

.donation .intro {
    color: #cbc6c0;
}

.donation .donation_type label {
    line-height: 1;
}

.donation .amount_custom {
    min-width: 150px;
    position: relative;
}

.donation .amount_custom input {
    margin-top: 0;
    padding: 12px 34px;
    background: transparent;
}

.donation .amount_custom:before {
    position: absolute;
    content: attr(data-currency-prefix);
    top: 50%;
    margin-top: -.5em;
    left: 13px;
}

.donation .amount_custom:after {
    position: absolute;
    content: attr(data-currency-suffix);
    top: 50%;
    margin-top: -.5em;
    right: 13px;
}

.donation .payment_methods {
    border-top: 1px solid #f4f4f2;
    margin-top: 2em;
    padding-top: 2em;
}

.donation .seperator {
    position: relative;
}

.donation .seperator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e7e7e3;
}

.donation .js_amount label {
    cursor: pointer;
    transition: background-color .3s ease,color .3s ease;
    width: 20%;
}

.donation .js_amount .amount_custom.active input::-webkit-input-placeholder {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input:-moz-placeholder {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input::-moz-placeholder {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input:-ms-input-placeholder {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input::-ms-input-placeholder {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input:placeholder-shown {
    color: #ea474d;
}

.donation .js_amount .amount_custom.active input,.donation .js_amount input[type="radio"]:checked + label {
    background-color: #ce171e;
    color: #f4f4f2;
}

.donation .js_amount .amount_custom.active:before,.donation .js_amount .amount_custom.active:after {
    color: #f4f4f2;
}

.donation .js_amount input[type="radio"] {
    display: none;
}

.donation-share .i-twitter-color {
    margin-right: 1em;
}

.donation-share .i-twitter-color,.donation-share .i-facebook-color {
    font-weight: 700;
    color: #fff;
    transition: color .4s ease,background-color .3s ease;
}

.donation-share .i-twitter-color:hover,.donation-share .i-facebook-color:hover {
    background-color: #363534;
}

.donation-tab {
    background: #1f1e1d;
}

.donation-tab h1 {
    margin-bottom: .3em;
}

.donation-tab .intro {
    margin: 0;
}

.donation-tab .navbar {
    background: transparent;
}

.donation-tab .navbar a:first-child,.donation-tab .navbar a {
    border-top: 1px solid;
    border-color: #fff;
}

.donation-tab .navbar a:hover,.donation-tab .navbar .active {
    background: #fff;
    color: #1f1e1d;
}

@media screen and (max-width:480px) {
    .donation .flex_space {
        display: block;
    }

    .donation .js_amount label,.amount_custom input {
        display: block;
        width: 100%;
        margin: 4px 0;
    }
}

.hero-newsletter__header {
    color: #000;
    background: #fff;
    padding: 20px 20px 0;
    text-align: center;
}

@media (min-width:600px) {
    .hero-newsletter__header {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 70%;
        max-width: 900px;
        display: inline-block;
    }
}

.hero-newsletter__header h1 {
    margin: 0;
}

.newsletter h1 {
    text-align: center;
}

.newsletter p {
    text-align: center;
}

.newsletter p.intro {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}