@charset "UTF-8";
/* Custom bootstrap variable overrides */
:root {
  --blue: #46588a;
  --bright-blue: #00ccff;
  --bright-green: #99cc00;
  --gray: #676767;
  --gray-dark: #343a40;
  --green: #9ec171;
  --orange: #ff6600;
  --red: #e73439;
  --turquoise: #089b9b;
  --violet: #996699;
  --white: #fff;
  --yellow: #f6eb6e;
  --primary: #46588a;
  --secondary: #9ec171;
  --success: #99cc00;
  --info: #00ccff;
  --warning: #f6eb6e;
  --danger: #e73439;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1920px;
  --font-family-sans-serif: "Source Sans Pro", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.14;
  color: #555555;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #46588a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #2c3857;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #676767;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

h2, .h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #676767; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #676767; }

code {
  font-size: 87.5%;
  color: #ff6600;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .itf-events-form {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto; }

.row, .c-footer__nav > ul, [id*="block-itf-content"], .page-campaigns div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-campaigns div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-in-memory div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-in-memory div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-elected-officials div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-elected-officials div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-our-people div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-our-people div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-node-page div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-node-page div[id="block-itf-content"] .c-listing-boxes__wrap, .page-node-reports_publications .c-node-content,
.page-node-training_education .c-node-content, .page-workers-memorial-day .views-infinite-scroll-content-wrapper, .page-videos [id^="block-blocklatestvideo"] article,
.page-node-videos [id^="block-blocklatestvideo"] article, .page-videos .views-infinite-scroll-content-wrapper,
.page-node-videos .views-infinite-scroll-content-wrapper, .page-node-videos [id^="block-itf-content"] article, .c-event-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .page-itf-leaders-and-chairs-1 [id="block-itf-content"] header,
.page-itf-leaders-and-chairs [id="block-itf-content"] header, .col,
.col-auto, .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, .page-elected-officials .views-infinite-scroll-content-wrapper > h3,
.page-our-people .views-infinite-scroll-content-wrapper > h3,
.page-node-page .views-infinite-scroll-content-wrapper > h3, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .page-node-reports_publications .c-node-content > div,
.page-node-training_education .c-node-content > div, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .c-wide-info > .container > .row > div, .c-wide-info > .itf-events-form > .row > div, .c-wide-info > .c-footer__nav.container > ul > div, .c-wide-info > .c-footer__nav.itf-events-form > ul > div, .c-wide-info > .container > [id*="block-itf-content"] > div, .c-wide-info > .itf-events-form > [id*="block-itf-content"] > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-reports_publications .c-wide-info > .container > .c-node-content > div, .page-node-reports_publications .c-wide-info > .itf-events-form > .c-node-content > div, .page-node-training_education .c-wide-info > .container > .c-node-content > div, .page-node-training_education .c-wide-info > .itf-events-form > .c-node-content > div, .page-workers-memorial-day .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-workers-memorial-day .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-videos [id^="block-blocklatestvideo"] .c-wide-info > .container > article > div, .page-videos [id^="block-blocklatestvideo"] .c-wide-info > .itf-events-form > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-wide-info > .container > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-wide-info > .itf-events-form > article > div, .page-videos .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-videos .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos [id^="block-itf-content"] .c-wide-info > .container > article > div, .page-node-videos [id^="block-itf-content"] .c-wide-info > .itf-events-form > article > div, .c-wide-info > .container > .c-event-wrapper > div, .c-wide-info > .itf-events-form > .c-event-wrapper > div, .c-calendar-pagination, .page-node-reports_publications [id*="block-itf-content"],
.page-node-training_education [id*="block-itf-content"], .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .page-videos [id^="block-blocklatestvideo"] .field-field_video,
.page-node-videos [id^="block-blocklatestvideo"] .field-field_video, .page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper,
.page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper, .page-videos div[id="block-itf-content"] .views-row,
.page-node-videos div[id="block-itf-content"] .views-row, .page-node-videos [id^="block-itf-content"] .field-field_video, .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper, .col-lg-7, .col-lg-8, .col-lg-9, .c-campaign-comments .field-field_comment, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12, .page-itf-leaders-and-chairs-1 [id="block-itf-content"] header,
.page-itf-leaders-and-chairs [id="block-itf-content"] header {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d0d0d0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d0d0d0; }
  .table tbody + tbody {
    border-top: 2px solid #d0d0d0; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d0d0d0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d0d0d0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbd0de; }

.table-hover .table-primary:hover {
  background-color: #bbc2d4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bbc2d4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e4eed7; }

.table-hover .table-secondary:hover {
  background-color: #d8e6c5; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d8e6c5; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e2f1b8; }

.table-hover .table-success:hover {
  background-color: #d9eda3; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d9eda3; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f1ff; }

.table-hover .table-info:hover {
  background-color: #9fecff; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #9fecff; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf9d6; }

.table-hover .table-warning:hover {
  background-color: #faf6be; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf6be; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c6c8; }

.table-hover .table-danger:hover {
  background-color: #f5afb2; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5afb2; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #0a1420;
  background-color: #efefef;
  border-color: #d0d0d0; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.14;
  color: #0a1420;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #0a1420;
    background-color: #fff;
    border-color: #8b9ac4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #676767;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #676767;
    opacity: 1; }
  .form-control::placeholder {
    color: #676767;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #efefef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(1.89rem + 2px); }

select.form-control:focus::-ms-value {
  color: #0a1420;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.14; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.14;
  color: #555555;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #676767; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #99cc00; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(153, 204, 0, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #99cc00; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #99cc00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #99cc00; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #99cc00; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #d2ff4d; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #bfff00; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #99cc00; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e73439; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(231, 52, 57, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e73439; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e73439;
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e73439; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e73439; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f4a6a8; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ec6265; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 52, 57, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e73439; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.14;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #46588a;
  border-color: #46588a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #394871;
    border-color: #354268; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #46588a;
    border-color: #46588a; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #354268;
    border-color: #313d60; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #9ec171;
  border-color: #9ec171; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #8cb556;
    border-color: #86b24e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 193, 113, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #9ec171;
    border-color: #9ec171; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #86b24e;
    border-color: #7fa94a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 193, 113, 0.5); }

.btn-success {
  color: #212529;
  background-color: #99cc00;
  border-color: #99cc00; }
  .btn-success:hover {
    color: #fff;
    background-color: #7ca600;
    border-color: #739900; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #99cc00;
    border-color: #99cc00; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #739900;
    border-color: #698c00; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }

.btn-info {
  color: #fff;
  background-color: #00ccff;
  border-color: #00ccff; }
  .btn-info:hover {
    color: #fff;
    background-color: #00add9;
    border-color: #00a3cc; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 204, 255, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00ccff;
    border-color: #00ccff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00a3cc;
    border-color: #0099bf; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 204, 255, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f6eb6e;
  border-color: #f6eb6e; }
  .btn-warning:hover {
    color: #212529;
    background-color: #f4e64a;
    border-color: #f3e43e; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 235, 110, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f6eb6e;
    border-color: #f6eb6e; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f3e43e;
    border-color: #f2e332; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 235, 110, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e73439;
  border-color: #e73439; }
  .btn-danger:hover {
    color: #fff;
    background-color: #db1a1f;
    border-color: #cf191e; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e73439;
    border-color: #e73439; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cf191e;
    border-color: #c4171c; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #46588a;
  background-color: transparent;
  background-image: none;
  border-color: #46588a; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #46588a;
    border-color: #46588a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #46588a;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #46588a;
    border-color: #46588a; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.5); }

.btn-outline-secondary {
  color: #9ec171;
  background-color: transparent;
  background-image: none;
  border-color: #9ec171; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #9ec171;
    border-color: #9ec171; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 193, 113, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #9ec171;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #9ec171;
    border-color: #9ec171; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 193, 113, 0.5); }

.btn-outline-success {
  color: #99cc00;
  background-color: transparent;
  background-image: none;
  border-color: #99cc00; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #99cc00;
    border-color: #99cc00; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #99cc00;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #99cc00;
    border-color: #99cc00; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }

.btn-outline-info {
  color: #00ccff;
  background-color: transparent;
  background-image: none;
  border-color: #00ccff; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00ccff;
    border-color: #00ccff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 204, 255, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00ccff;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00ccff;
    border-color: #00ccff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 204, 255, 0.5); }

.btn-outline-warning {
  color: #f6eb6e;
  background-color: transparent;
  background-image: none;
  border-color: #f6eb6e; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f6eb6e;
    border-color: #f6eb6e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 235, 110, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f6eb6e;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f6eb6e;
    border-color: #f6eb6e; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 235, 110, 0.5); }

.btn-outline-danger {
  color: #e73439;
  background-color: transparent;
  background-image: none;
  border-color: #e73439; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e73439;
    border-color: #e73439; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e73439;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e73439;
    border-color: #e73439; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 52, 57, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #46588a;
  background-color: transparent; }
  .btn-link:hover {
    color: #2c3857;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #676767;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #555555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #efefef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #46588a; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #676767;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #676767;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.14;
  color: #0a1420;
  text-align: center;
  white-space: nowrap;
  background-color: #efefef;
  border: 1px solid #c2c2c2;
  border-radius: 3px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.14rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #46588a; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #adb8d5; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #676767; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #efefef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.07rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d0d0d0; }
  .custom-control-label::after {
    position: absolute;
    top: 0.07rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #46588a; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #46588a; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(70, 88, 138, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(70, 88, 138, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #46588a; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(70, 88, 138, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.89rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.14;
  color: #0a1420;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #8b9ac4;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 154, 196, 0.5); }
    .custom-select:focus::-ms-value {
      color: #0a1420;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #676767;
    background-color: #efefef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.89rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.89rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8b9ac4;
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #8b9ac4; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.89rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.14;
  color: #0a1420;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 3px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 1.89rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.14;
    color: #0a1420;
    content: "Browse";
    background-color: #efefef;
    border-left: 1px solid #c2c2c2;
    border-radius: 0 3px 3px 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #46588a;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #adb8d5; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0d0d0;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #46588a;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #adb8d5; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0d0d0;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #46588a;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #adb8d5; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #d0d0d0;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d0d0d0;
    border-radius: 1rem; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #676767; }

.nav-tabs {
  border-bottom: 1px solid #d0d0d0; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #efefef #efefef #d0d0d0; }
    .nav-tabs .nav-link.disabled {
      color: #676767;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #0a1420;
    background-color: #fff;
    border-color: #d0d0d0 #d0d0d0 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 3px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #46588a; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .navbar > .itf-events-form,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3575rem;
  padding-bottom: 0.3575rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .itf-events-form,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .itf-events-form,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card, [id*="hp-news-block"] article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0; }
  .card > hr, [id*="hp-news-block"] article > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, [id*="hp-news-block"] article > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child, [id*="hp-news-block"] article > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px; }

.card-title {
  margin-bottom: 15px; }

.card-subtitle {
  margin-top: -7.5px;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 12px; }

.card-header {
  padding: 15px 12px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid transparent; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 15px 12px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -6px;
  margin-bottom: -15px;
  margin-left: -6px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -6px;
  margin-left: -6px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: 0; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card, .card-deck [id*="hp-news-block"] article, [id*="hp-news-block"] .card-deck article {
    margin-bottom: 21px; }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card, [id*="hp-news-block"] .card-group > article {
    margin-bottom: 21px; }

.card-columns .card, .card-columns [id*="hp-news-block"] article, [id*="hp-news-block"] .card-columns article {
  margin-bottom: 15px; }

.accordion .card:not(:first-of-type):not(:last-of-type), .accordion [id*="hp-news-block"] article:not(:first-of-type):not(:last-of-type), [id*="hp-news-block"] .accordion article:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child, .accordion [id*="hp-news-block"] article:not(:first-of-type) .card-header:first-child, [id*="hp-news-block"] .accordion article:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type, .accordion [id*="hp-news-block"] article:first-of-type, [id*="hp-news-block"] .accordion article:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type, .accordion [id*="hp-news-block"] article:last-of-type, [id*="hp-news-block"] .accordion article:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #efefef;
  border-radius: 3px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #676767;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #676767; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #46588a;
  background-color: #fff;
  border: 1px solid #d0d0d0; }
  .page-link:hover {
    z-index: 2;
    color: #2c3857;
    text-decoration: none;
    background-color: #efefef;
    border-color: #d0d0d0; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(70, 88, 138, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #46588a;
  border-color: #46588a; }

.page-item.disabled .page-link {
  color: #676767;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d0d0d0; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #46588a; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #354268; }

.badge-secondary {
  color: #212529;
  background-color: #9ec171; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #86b24e; }

.badge-success {
  color: #212529;
  background-color: #99cc00; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #739900; }

.badge-info {
  color: #fff;
  background-color: #00ccff; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00a3cc; }

.badge-warning {
  color: #212529;
  background-color: #f6eb6e; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #f3e43e; }

.badge-danger {
  color: #fff;
  background-color: #e73439; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cf191e; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #efefef;
  border-radius: 0.3rem; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #242e48;
  background-color: #dadee8;
  border-color: #cbd0de; }
  .alert-primary hr {
    border-top-color: #bbc2d4; }
  .alert-primary .alert-link {
    color: #131826; }

.alert-secondary {
  color: #52643b;
  background-color: #ecf3e3;
  border-color: #e4eed7; }
  .alert-secondary hr {
    border-top-color: #d8e6c5; }
  .alert-secondary .alert-link {
    color: #384428; }

.alert-success {
  color: #506a00;
  background-color: #ebf5cc;
  border-color: #e2f1b8; }
  .alert-success hr {
    border-top-color: #d9eda3; }
  .alert-success .alert-link {
    color: #2a3700; }

.alert-info {
  color: #006a85;
  background-color: #ccf5ff;
  border-color: #b8f1ff; }
  .alert-info hr {
    border-top-color: #9fecff; }
  .alert-info .alert-link {
    color: #004152; }

.alert-warning {
  color: #807a39;
  background-color: #fdfbe2;
  border-color: #fcf9d6; }
  .alert-warning hr {
    border-top-color: #faf6be; }
  .alert-warning .alert-link {
    color: #5d5829; }

.alert-danger {
  color: #781b1e;
  background-color: #fad6d7;
  border-color: #f8c6c8; }
  .alert-danger hr {
    border-top-color: #f5afb2; }
  .alert-danger .alert-link {
    color: #4e1214; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #efefef;
  border-radius: 3px; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #46588a;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #0a1420;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #0a1420;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #555555;
    background-color: #efefef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #676767;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #46588a;
    border-color: #46588a; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #242e48;
  background-color: #cbd0de; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #242e48;
    background-color: #bbc2d4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #242e48;
    border-color: #242e48; }

.list-group-item-secondary {
  color: #52643b;
  background-color: #e4eed7; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #52643b;
    background-color: #d8e6c5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #52643b;
    border-color: #52643b; }

.list-group-item-success {
  color: #506a00;
  background-color: #e2f1b8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #506a00;
    background-color: #d9eda3; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #506a00;
    border-color: #506a00; }

.list-group-item-info {
  color: #006a85;
  background-color: #b8f1ff; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006a85;
    background-color: #9fecff; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006a85;
    border-color: #006a85; }

.list-group-item-warning {
  color: #807a39;
  background-color: #fcf9d6; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #807a39;
    background-color: #faf6be; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #807a39;
    border-color: #807a39; }

.list-group-item-danger {
  color: #781b1e;
  background-color: #f8c6c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #781b1e;
    background-color: #f5afb2; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #781b1e;
    border-color: #781b1e; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.14; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #efefef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #555555; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #46588a !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #354268 !important; }

.bg-secondary {
  background-color: #9ec171 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #86b24e !important; }

.bg-success {
  background-color: #99cc00 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #739900 !important; }

.bg-info {
  background-color: #00ccff !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00a3cc !important; }

.bg-warning {
  background-color: #f6eb6e !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f3e43e !important; }

.bg-danger {
  background-color: #e73439 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cf191e !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #c2c2c2 !important; }

.border-top {
  border-top: 1px solid #c2c2c2 !important; }

.border-right {
  border-right: 1px solid #c2c2c2 !important; }

.border-bottom {
  border-bottom: 1px solid #c2c2c2 !important; }

.border-left {
  border-left: 1px solid #c2c2c2 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #46588a !important; }

.border-secondary {
  border-color: #9ec171 !important; }

.border-success {
  border-color: #99cc00 !important; }

.border-info {
  border-color: #00ccff !important; }

.border-warning {
  border-color: #f6eb6e !important; }

.border-danger {
  border-color: #e73439 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

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

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

.float-none {
  float: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important; }

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #46588a !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #354268 !important; }

.text-secondary {
  color: #9ec171 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #86b24e !important; }

.text-success {
  color: #99cc00 !important; }

a.text-success:hover, a.text-success:focus {
  color: #739900 !important; }

.text-info {
  color: #00ccff !important; }

a.text-info:hover, a.text-info:focus {
  color: #00a3cc !important; }

.text-warning {
  color: #f6eb6e !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #f3e43e !important; }

.text-danger {
  color: #e73439 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #cf191e !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #555555 !important; }

.text-muted {
  color: #676767 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Settings */
body {
  opacity: 0;
  visibility: hidden; }
  body.show {
    transition: 0.2s ease-in-out;
    opacity: 1;
    visibility: visible; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-LightIt.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-ExtraLightIt.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-Bold.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-Light.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-Semibold.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-BoldIt.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-It.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-Black.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-BlackIt.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-SemiboldIt.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../assets/fonts/source-sans/SourceSansPro-Regular.woff2") format("woff2"), url("../../assets/fonts/source-sans/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../assets/fonts/montserrat/hinted-Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/montserrat/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../assets/fonts/montserrat/hinted-Montserrat-Bold.woff2") format("woff2"), url("../../assets/fonts/montserrat/hinted-Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayRoman.woff") format("woff"); }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayMediu.woff") format("woff"); }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayBold.woff") format("woff"); }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 95 Black';
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayBlack.woff") format("woff"); }

@font-face {
  font-family: 'icomoon';
  src: url("../../assets/fonts/icomoon/icomoon.eot?7wmz5e");
  src: url("../../assets/fonts/icomoon/icomoon.eot?7wmz5e#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.ttf?7wmz5e") format("truetype"), url("../../assets/fonts/icomoon/icomoon.woff?7wmz5e") format("woff"), url("../../assets/fonts/icomoon/icomoon.svg?7wmz5e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"],
.field-body blockquote::before,
.field-field_campaign_materials_text blockquote::before,
.page-taxonomy-in_focus .field-description blockquote::before,
.slick-arrow:not(.c-timeline__arrow)::before,
.c-btn-arrow::before,
[id*="block-views-block-event-calendar"] footer a::before,
[id*="hp-news-block"] footer a::before,
.c-btn-rectangle::before,
[id*="block-regionmenu"] .language-link::before,
[id*="block-regionmenu"] [class*="icon-region-"]::before,
[id*="block-regionmenu"] .custom-dropdown-current::before,
[id*="block-languageswitcher"] .language-link::before,
[id*="block-languageswitcher"] [class*="icon-region-"]::before,
[id*="block-languageswitcher"] .custom-dropdown-current::before,
[id="block-itf-main-menu"] > ul > li ul a::before,
div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email .c-info-box__read-more::before,
div[id="block-itf-content"] .views-row .c-info-image-holder__with-email .c-info-box__read-more::before,
div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email .c-info-box__read-more::before,
div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a::before,
div[id="block-itf-content"] .views-row .c-info-image-holder__video a::before,
div[id="block-itf-content"] .page-tag .c-info-image-holder__video a::before,
.c-info-comment::before,
[id="block-itf-breadcrumbs"] li::before,
.header-search form::before,
.c-secondary-content h2::before,
[id="c-sidebar-second"] h2::before,
[id*="block-views-block-event-calendar"] > h2::before,
.c-subscribe-block__content::before,
ul.pager a::before,
.c-calendar-pagination__link::before,
.views-exposed-form .form-item-search-api-fulltext label::before,
.views-exposed-form .form-item-search-api-fulltext .search-label-trigger::before,
.views-exposed-form .js-form-type-textfield label::before,
.views-exposed-form .js-form-type-textfield .search-label-trigger::before,
.itf-events-form .form-item-search-api-fulltext label::before,
.itf-events-form .form-item-search-api-fulltext .search-label-trigger::before,
.itf-events-form .js-form-type-textfield label::before,
.itf-events-form .js-form-type-textfield .search-label-trigger::before,
[aria-labelledby^="select2-edit-field-year"]::before,
[aria-labelledby^="select2-edit-field-sector"]::before,
[aria-labelledby^="select2-edit-field-in-focus"]::before,
[aria-labelledby^="select2-edit-field-region"]::before,
.search-sort-wrapper .form-item-sort-by .search-sort-title::before,
.c-search-noresults__content::before,
.layout-sidebar-first nav h2::before,
.layout-sidebar-first nav ul li.menu-item--active-trail > a::before,
.layout-sidebar-first nav ul li.menu-item--active-trail > span::before,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before,
.layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a::before,
.layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span::before,
.c-contacts-block h2::before,
.c-social-block h2::before,
.c-social-block li a::before,
[id^="block-views-block-external-links-block"] > h2::before,
[id*="block-views-block-related"] > h2::before,
[id*="block-views-block-downloads"] > h2::before,
[id*="block-jointhesolidaritynetwork"] > h2::before,
[id="block-campaignsnewsblock"] > h2::before,
[id="block-campaignsnewsblock"] .subscription-block-form > h2::before,
.c-campaign-about__text blockquote::before,
.page-elected-officials .c-btn-circle::before,
.page-our-people .c-btn-circle::before,
.page-node-page .c-btn-circle::before,
.page-elected-officials .views-exposed-form .form-item-title label::before,
.page-our-people .views-exposed-form .form-item-title label::before,
.page-node-page .views-exposed-form .form-item-title label::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .inland-navigation::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .dockers::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .civil-aviation::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .fisheries::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .railways::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .road-transport::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .seafarers::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .tourism::before,
.page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .urban-transport::before,
.c-video-article-wrap .field-field_video::before,
.c-video-article-wrap .field-field_image::before,
.page-affiliates .views-exposed-form .form-item-title label::before,
.page-events [aria-labelledby^="select2-edit-field-year"]::before,
.page-events [aria-labelledby^="select2-edit-sector"]::before,
.page-events [aria-labelledby^="select2-edit-topic"]::before,
.page-events [aria-labelledby^="select2-edit-region"]::before,
.page-node-leaders_and_chairs [id="block-itf-content"] .field-field_email > a::before,
.page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li::before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li::before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li::before,
.page-photoprize-winners .section-3 > div:not(.title) .right-column .image-caption::before,
.page-photoprize-winners .section-4 > div:not(.title) .right-column .image-caption::before,
.c-get-involved__title::before,
.c-involved-item__title::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-no_events:before {
  content: "\e957"; }

.icon-slide:before {
  content: "\e958"; }

.icon-play:before, div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a:before,
div[id="block-itf-content"] .views-row .c-info-image-holder__video a:before,
div[id="block-itf-content"] .page-tag .c-info-image-holder__video a:before, .c-video-article-wrap .field-field_video:before,
.c-video-article-wrap .field-field_image:before {
  content: "\e956"; }

.icon-download-round:before {
  content: "\e93d"; }

.icon-links:before, [id^="block-views-block-external-links-block"] > h2:before,
[id*="block-views-block-related"] > h2:before,
[id*="block-views-block-downloads"] > h2:before {
  content: "\e952"; }

.icon-google-plus:before {
  content: "\e916"; }

.icon-feed:before {
  content: "\e94a"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-youtube:before {
  content: "\e947"; }

.icon-facebook:before {
  content: "\e948"; }

.icon-facebook-f:before {
  content: "\e948"; }

.icon-twitter:before {
  content: "\e949"; }

.icon-updates:before, [id="block-campaignsnewsblock"] > h2:before,
[id="block-campaignsnewsblock"] .subscription-block-form > h2:before {
  content: "\e955"; }

.icon-email:before, div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email .c-info-box__read-more:before,
div[id="block-itf-content"] .views-row .c-info-image-holder__with-email .c-info-box__read-more:before,
div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email .c-info-box__read-more:before, .c-contacts-block h2:before, .page-elected-officials .c-btn-circle:before,
.page-our-people .c-btn-circle:before,
.page-node-page .c-btn-circle:before, .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_email > a:before, .c-involved-slider_slide.c-send-protest-mail .c-involved-item__title:before {
  content: "\e953"; }

.icon-follow:before, .c-social-block h2:before {
  content: "\e954"; }

.icon-Alert:before, .page-news .c-subscribe-block__content:before,
.page-campaigns .c-subscribe-block__content:before,
.page-reports-publications .c-subscribe-block__content:before,
.page-training-education .c-subscribe-block__content:before {
  content: "\e919"; }

.icon-arrow-right:before {
  content: "\e91a"; }

.icon-comments:before {
  content: "\e91b"; }

.icon-facebook-round:before, .c-social-block li a.facebook:before {
  content: "\e91c"; }

.icon-google-plus-round:before {
  content: "\e91d"; }

.icon-instagram-round:before, .c-social-block li a.instagram:before {
  content: "\e91e"; }

.icon-linkedin-round:before {
  content: "\e91f"; }

.icon-number-one:before, .c-involved-slider_slide.c-do-one-thing .c-involved-item__title:before {
  content: "\e920"; }

.icon-Order:before {
  content: "\e921"; }

.icon-region:before {
  content: "\e922"; }

.icon-related:before, .page-node-page .layout-sidebar-second [id*="block-views-block-related"] > h2:before,
.page-affiliates .layout-sidebar-second [id*="block-views-block-related"] > h2:before,
.page-itf-leaders-and-chairs-1 .layout-sidebar-second [id*="block-views-block-related"] > h2:before,
.page-itf-leaders-and-chairs .layout-sidebar-second [id*="block-views-block-related"] > h2:before,
.page-node-image_map .layout-sidebar-second [id*="block-views-block-related"] > h2:before, .layout-container_page-taxonomy .layout-sidebar-second [id*="block-views-block-related"] > h2:before {
  content: "\e923"; }

.icon-sector:before, [aria-labelledby^="select2-edit-field-sector"]:before, .page-events [aria-labelledby^="select2-edit-sector"]:before {
  content: "\e924"; }

.icon-share:before {
  content: "\e925"; }

.icon-sign-1:before, .c-involved-slider_slide.c-sign-petition .c-involved-item__title:before {
  content: "\e926"; }

.icon-speech-marks:before, .field-body blockquote:before,
.field-field_campaign_materials_text blockquote:before,
.page-taxonomy-in_focus .field-description blockquote:before, .c-campaign-about__text blockquote:before, .page-photoprize-winners .section-3 > div:not(.title) .right-column .image-caption:before,
.page-photoprize-winners .section-4 > div:not(.title) .right-column .image-caption:before {
  content: "\e927"; }

.icon-spread-the-word:before, .c-involved-slider_slide.c-spread-the-word .c-involved-item__title:before {
  content: "\e928"; }

.icon-story:before, .c-involved-slider_slide.c-send-us-your-story .c-involved-item__title:before {
  content: "\e94b"; }

.icon-twitter-round:before, .c-social-block li a.twitter:before {
  content: "\e94c"; }

.icon-updates1:before, ul.pager a:before {
  content: "\e94d"; }

.icon-video:before {
  content: "\e94e"; }

.icon-website:before, .page-node-campaigns .layout-sidebar-second .c-btn__website:before {
  content: "\e94f"; }

.icon-whatsapp-round:before {
  content: "\e950"; }

.icon-youtube-round:before, .c-social-block li a.youtube:before {
  content: "\e951"; }

.icon-comment:before, .c-info-comment:before {
  content: "\e917"; }

.icon-order:before, .search-sort-wrapper .form-item-sort-by .search-sort-title:before {
  content: "\e918"; }

.icon-news:before, .page-node-campaigns .layout-sidebar-second .c-btn__material:before {
  content: "\e915"; }

.icon-love:before {
  content: "\e913"; }

.icon-retweet:before {
  content: "\e914"; }

.icon-bookmark:before, [aria-labelledby^="select2-edit-field-in-focus"]:before, .page-events [aria-labelledby^="select2-edit-topic"]:before {
  content: "\e911"; }

.icon-fist:before, .c-subscribe-block__content:before, [id*="block-jointhesolidaritynetwork"] > h2:before, .c-involved-slider_slide.c-sign-up-for-updates .c-involved-item__title:before {
  content: "\e912"; }

.icon-protest:before {
  content: "\e910"; }

.icon-sector-civil-aviation:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .civil-aviation:before {
  content: "\e900"; }

.icon-sector-dockers:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .dockers:before {
  content: "\e901"; }

.icon-sector-fisheries:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .fisheries:before {
  content: "\e902"; }

.icon-sector-inland-navigation:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .inland-navigation:before {
  content: "\e903"; }

.icon-sector-logistics:before {
  content: "\e904"; }

.icon-sector-railways:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .railways:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .road-transport:before {
  content: "\e905"; }

.icon-sector-road-transport:before {
  content: "\e906"; }

.icon-sector-seafarers:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .seafarers:before {
  content: "\e907"; }

.icon-sector-tourism:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .tourism:before {
  content: "\e908"; }

.icon-sector-urban-transport:before, .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .urban-transport:before {
  content: "\e909"; }

.icon-region-asia-pacific:before {
  content: "\e90d"; }

.icon-region-africa:before {
  content: "\e90a"; }

.icon-region-americas:before {
  content: "\e90b"; }

.icon-region-arab-world:before {
  content: "\e90c"; }

.icon-region-europe:before {
  content: "\e929"; }

.icon-region-global:before {
  content: "\e92a"; }

.icon-language-japanese:before, [id*="block-languageswitcher"] li.ja a:before, [id*="block-languageswitcher"] .custom-dropdown-current.ja:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.ja:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.ja:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.ja:before {
  content: "\e90e"; }

.icon-language-arabic:before, [id*="block-languageswitcher"] li.ar a:before, [id*="block-languageswitcher"] .custom-dropdown-current.ar:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.ar:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.ar:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.ar:before {
  content: "\e92b"; }

.icon-language-english:before, [id*="block-languageswitcher"] li.en a:before, [id*="block-languageswitcher"] .custom-dropdown-current.en:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.en:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.en:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.en:before {
  content: "\e92c"; }

.icon-language-french:before, [id*="block-languageswitcher"] li.fr a:before, [id*="block-languageswitcher"] .custom-dropdown-current.fr:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.fr:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.fr:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.fr:before {
  content: "\e92d"; }

.icon-language-german:before, [id*="block-languageswitcher"] li.de a:before, [id*="block-languageswitcher"] .custom-dropdown-current.de:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.de:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.de:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.de:before {
  content: "\e92e"; }

.icon-language-portugues:before, [id*="block-languageswitcher"] li.pt-pt a:before, [id*="block-languageswitcher"] .custom-dropdown-current.pt-pt:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.pt-pt:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.pt-pt:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.pt-pt:before {
  content: "\e92f"; }

.icon-language-russian:before, [id*="block-languageswitcher"] li.ru a:before, [id*="block-languageswitcher"] .custom-dropdown-current.ru:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.ru:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.ru:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.ru:before {
  content: "\e930"; }

.icon-language-spanish:before, [id*="block-languageswitcher"] li.es a:before, [id*="block-languageswitcher"] .custom-dropdown-current.es:before, .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.es:before,
.page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.es:before,
.page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.es:before {
  content: "\e931"; }

.icon-play-button:before {
  content: "\e90f"; }

.icon-calendar:before, [id*="block-views-block-event-calendar"] > h2:before, [aria-labelledby^="select2-edit-field-year"]:before, .page-events [aria-labelledby^="select2-edit-field-year"]:before {
  content: "\e932"; }

.icon-flag:before {
  content: "\e933"; }

.icon-megaphone:before, .page-node-campaigns .layout-sidebar-second .c-btn__get-involved:before, .c-get-involved__title:before {
  content: "\e934"; }

.icon-ribbon:before {
  content: "\e935"; }

.icon-star:before {
  content: "\e936"; }

.icon-add:before {
  content: "\e937"; }

.icon-alert:before, .c-search-noresults__content:before {
  content: "\e938"; }

.icon-arrow:before, .slick-arrow:not(.c-timeline__arrow):before, .c-btn-arrow:before, [id*="block-views-block-event-calendar"] footer a:before, [id*="hp-news-block"] footer a:before, [id="block-itf-breadcrumbs"] li:before, .c-calendar-pagination__link:before, .layout-sidebar-first nav ul li.menu-item--active-trail > a:before, .layout-sidebar-first nav ul li.menu-item--active-trail > span:before, .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a:before, .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span:before {
  content: "\e939"; }

.icon-arrow-solid:before {
  content: "\e93a"; }

.icon-close:before, .layout-sidebar-first.active h2:before {
  content: "\e93b"; }

.icon-download:before {
  content: "\e93c"; }

.icon-drag:before {
  content: "\e93e"; }

.icon-edit:before {
  content: "\e93f"; }

.icon-email-alert:before {
  content: "\e940"; }

.icon-location-pointer:before, [aria-labelledby^="select2-edit-field-region"]:before, .page-events [aria-labelledby^="select2-edit-region"]:before {
  content: "\e941"; }

.icon-menu:before, .layout-sidebar-first nav h2:before {
  content: "\e943"; }

.icon-search:before, .header-search form:before, .views-exposed-form .form-item-search-api-fulltext label:before,
.views-exposed-form .form-item-search-api-fulltext .search-label-trigger:before,
.views-exposed-form .js-form-type-textfield label:before,
.views-exposed-form .js-form-type-textfield .search-label-trigger:before,
.itf-events-form .form-item-search-api-fulltext label:before,
.itf-events-form .form-item-search-api-fulltext .search-label-trigger:before,
.itf-events-form .js-form-type-textfield label:before,
.itf-events-form .js-form-type-textfield .search-label-trigger:before, .page-elected-officials .views-exposed-form .form-item-title label:before,
.page-our-people .views-exposed-form .form-item-title label:before,
.page-node-page .views-exposed-form .form-item-title label:before, .page-affiliates .views-exposed-form .form-item-title label:before {
  content: "\e944"; }

.icon-sign:before {
  content: "\e945"; }

.icon-instagram:before {
  content: "\e942"; }

.icon-checkmark:before {
  content: "\ea10"; }

*::-moz-selection {
  background-color: #f6eb6e; }

*::selection {
  background-color: #f6eb6e; }

a {
  color: #000; }

.layout-container {
  min-height: 100vh;
  max-width: 100% !important; }

.layout-content {
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

.custom-object-fit {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .custom-object-fit img {
    display: none; }

body.hide-overflow {
  overflow: hidden; }

/* Generic */
/* Elements */
body {
  line-height: calc(1rem + 0.17rem); }
  body.c-no-vscr {
    overflow-y: hidden; }

a.c-link {
  font-size: 1.4rem;
  font-weight: 900; }

a:hover {
  color: #46588a; }

.field-body blockquote,
.field-field_campaign_materials_text blockquote,
.page-taxonomy-in_focus .field-description blockquote {
  margin: 100px 90px 50px 50px;
  position: relative; }
  .field-body blockquote::before,
  .field-field_campaign_materials_text blockquote::before,
  .page-taxonomy-in_focus .field-description blockquote::before {
    color: #9ec171;
    font-size: 45px;
    left: -5px;
    position: absolute;
    top: -55px; }
  .field-body blockquote p,
  .field-field_campaign_materials_text blockquote p,
  .page-taxonomy-in_focus .field-description blockquote p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-style: italic; }
    .field-body blockquote p:last-child,
    .field-field_campaign_materials_text blockquote p:last-child,
    .page-taxonomy-in_focus .field-description blockquote p:last-child {
      margin-bottom: 0; }
      .field-body blockquote p:last-child:not(:only-child),
      .field-field_campaign_materials_text blockquote p:last-child:not(:only-child),
      .page-taxonomy-in_focus .field-description blockquote p:last-child:not(:only-child) {
        font-size: 15px; }
  .ltr-conntent .field-body blockquote::before, .ltr-conntent
  .field-field_campaign_materials_text blockquote::before, .ltr-conntent
  .page-taxonomy-in_focus .field-description blockquote::before {
    left: initial;
    right: -5px;
    transform: rotateY(180deg); }

.field-body a:not(.c-btn-block),
.field-field_campaign_materials_text a:not(.c-btn-block),
.page-taxonomy-in_focus .field-description a:not(.c-btn-block) {
  color: #46588a;
  text-decoration: underline;
  transition: all 0.1s ease-in-out; }
  .field-body a:not(.c-btn-block):hover,
  .field-field_campaign_materials_text a:not(.c-btn-block):hover,
  .page-taxonomy-in_focus .field-description a:not(.c-btn-block):hover {
    text-decoration: none;
    color: #354268; }

.field-body figure,
.field-field_campaign_materials_text figure,
.page-taxonomy-in_focus .field-description figure {
  margin: 10px 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }
  .field-body figure.align-center,
  .field-field_campaign_materials_text figure.align-center,
  .page-taxonomy-in_focus .field-description figure.align-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .field-body figure.align-center figcaption,
    .field-field_campaign_materials_text figure.align-center figcaption,
    .page-taxonomy-in_focus .field-description figure.align-center figcaption {
      text-align: center; }
  .field-body figure.align-left,
  .field-field_campaign_materials_text figure.align-left,
  .page-taxonomy-in_focus .field-description figure.align-left {
    margin: 5px 25px 5px 0; }
  .field-body figure.align-right,
  .field-field_campaign_materials_text figure.align-right,
  .page-taxonomy-in_focus .field-description figure.align-right {
    margin: 5px 0 5px 25px; }

.field-body img.align-center,
.field-field_campaign_materials_text img.align-center,
.page-taxonomy-in_focus .field-description img.align-center {
  margin-bottom: 20px; }
  .field-body img.align-center figcaption,
  .field-field_campaign_materials_text img.align-center figcaption,
  .page-taxonomy-in_focus .field-description img.align-center figcaption {
    text-align: center; }

.field-body img.align-left,
.field-field_campaign_materials_text img.align-left,
.page-taxonomy-in_focus .field-description img.align-left {
  margin: 5px 25px 5px 0; }

.field-body img.align-right,
.field-field_campaign_materials_text img.align-right,
.page-taxonomy-in_focus .field-description img.align-right {
  margin: 5px 0 5px 25px; }

.field-body img:not([class]),
.field-field_campaign_materials_text img:not([class]),
.page-taxonomy-in_focus .field-description img:not([class]) {
  margin: 3px 10px 0; }
  .field-body img:not([class]) + *,
  .field-field_campaign_materials_text img:not([class]) + *,
  .page-taxonomy-in_focus .field-description img:not([class]) + * {
    margin: 5px 10px 25px; }

.field-body figcaption,
.field-field_campaign_materials_text figcaption,
.page-taxonomy-in_focus .field-description figcaption {
  font-size: 14px;
  margin-top: 5px; }

.field-body .video-embed-field-provider-youtube,
.field-field_campaign_materials_text .video-embed-field-provider-youtube,
.page-taxonomy-in_focus .field-description .video-embed-field-provider-youtube {
  margin-bottom: 25px; }

.field-body .embed-media,
.field-field_campaign_materials_text .embed-media,
.page-taxonomy-in_focus .field-description .embed-media {
  margin-bottom: 25px; }

.c-field-summary {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

.title-xl {
  font-size: 38px;
  line-height: 1.13;
  font-weight: 300;
  letter-spacing: 0.014em; }
  .title-xl.white {
    color: #fff; }

.title-section, .c-secondary-content h2, [id*="hp-news-block"] > h2, .page-elected-officials .views-infinite-scroll-content-wrapper > h3,
.page-our-people .views-infinite-scroll-content-wrapper > h3,
.page-node-page .views-infinite-scroll-content-wrapper > h3, .page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a,
.page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a, .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper > h2 a {
  font-size: 24px;
  color: #555555;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.24px; }

.title-mid, [id="c-sidebar-second"] h2, [id*="block-views-block-event-calendar"] > h2, [id^="block-views-block-external-links-block"] > h2,
[id*="block-views-block-related"] > h2,
[id*="block-views-block-downloads"] > h2 {
  font-size: 20px;
  color: #555555;
  font-weight: 600;
  line-height: 1.2; }

.title-sidebar, .layout-sidebar-second [id^='block-views-block-related'] > h2, .layout-sidebar-second [id^='block-views-block-latest-news'] > h2,
.layout-sidebar-second [id^='block-views-block-itf-global-news-block'] > h2,
.layout-sidebar-second [id^='block-views-block-in-memory-block'] > h2,
.layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] > h2, [id^='block-views-block-itf-global-news-block'] > h2, [id*="block-blockregionnews"] > h2, [id*="block-blocksectorresources"] > h2, .c-campaign-materials__title, .c-event-content__text, .field-field_spotlight > div:first-of-type {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.32; }
  .title-sidebar.gray, .layout-sidebar-second [id^='block-views-block-related'] > h2.gray, .layout-sidebar-second [id^='block-views-block-latest-news'] > h2.gray,
  .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] > h2.gray,
  .layout-sidebar-second [id^='block-views-block-in-memory-block'] > h2.gray,
  .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] > h2.gray, [id^='block-views-block-itf-global-news-block'] > h2.gray, [id*="block-blockregionnews"] > h2.gray, [id*="block-blocksectorresources"] > h2.gray, .gray.c-campaign-materials__title, .gray.c-event-content__text, .field-field_spotlight > div.gray:first-of-type {
    color: #555555; }
  .title-sidebar.white, .layout-sidebar-second [id^='block-views-block-related'] > h2.white, .layout-sidebar-second [id^='block-views-block-latest-news'] > h2.white,
  .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] > h2.white,
  .layout-sidebar-second [id^='block-views-block-in-memory-block'] > h2.white,
  .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] > h2.white, [id^='block-views-block-itf-global-news-block'] > h2.white, [id*="block-blockregionnews"] > h2.white, [id*="block-blocksectorresources"] > h2.white, .white.c-campaign-materials__title, .white.c-event-content__text, .field-field_spotlight > div.white:first-of-type {
    color: #fff; }

table {
  border: 1px solid #c2c2c2;
  margin-bottom: 25px;
  color: #555555;
  width: 100% !important; }
  table ul {
    padding-left: 0;
    list-style: none; }
    table ul:last-of-type {
      margin-bottom: 0 !important; }
    table ul li {
      padding-left: 15px;
      position: relative; }
      table ul li::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #46588a; }
  table p:last-of-type {
    margin-bottom: 0 !important; }
  table b, table strong {
    font-weight: 600; }

td {
  padding: 8px 10px; }

tr:nth-last-of-type(even) {
  background-color: #efefef; }

.c-mobile-table-holder {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 25px; }
  .c-mobile-table-holder table {
    overflow-x: scroll;
    min-width: 560px;
    margin-bottom: 0; }

.c-mobile-table-scroll {
  padding: 25px 15px 3px;
  position: relative; }
  .c-mobile-table-scroll span {
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 0;
    animation: scroll 1.5s ease-in-out infinite alternate;
    z-index: 1;
    display: block; }

@keyframes scroll {
  0% {
    transform: translateX(-25px); }
  100% {
    transform: translateX(25px); } }

.slick-slide:focus {
  outline: none; }

.slick-dots:not(.timeline-dots) {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots:not(.timeline-dots) li {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 12px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    margin: 3px;
    transition: border 0.3s ease-out;
    width: 12px; }
    .slick-dots:not(.timeline-dots) li:hover {
      border-color: #fff; }
    .slick-dots:not(.timeline-dots) li.slick-active {
      border-color: #fff; }
  .slick-dots:not(.timeline-dots) button {
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 6px;
    line-height: 0;
    padding: 0;
    width: 6px; }
    .slick-dots:not(.timeline-dots) button:focus {
      outline: none; }

.slick-arrow:not(.c-timeline__arrow) {
  background-color: transparent;
  border: 0;
  color: #46588a;
  font-size: 0;
  height: 26px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
  width: 26px;
  z-index: 1; }
  .slick-arrow:not(.c-timeline__arrow)::before {
    display: block;
    font-size: 25px; }
  .slick-arrow:not(.c-timeline__arrow):hover {
    color: #000;
    cursor: pointer;
    text-decoration: none; }
  .slick-arrow:not(.c-timeline__arrow):focus {
    outline: none;
    text-decoration: none; }
  .slick-arrow:not(.c-timeline__arrow).slick-disabled {
    color: #bababa !important; }
    .slick-arrow:not(.c-timeline__arrow).slick-disabled:hover {
      cursor: auto; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    transform: rotate(180deg); }

.slick-next {
  right: 0; }

/* Objects */
.o-flex,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="americas"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="global"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="africa"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="asia"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="arab"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="europe"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="aviation"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="dockers"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="fisheries"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="inland"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="logistics"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="railways"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="road"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="seafarers"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="tourism"]::after,
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="urban"]::after {
  display: -ms-flexbox;
  display: flex; }

.o-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

/**
 * Flex justifize
*/
.o-flex--justifize {
  -ms-flex-pack: justify;
  justify-content: space-between; }

/**
 * Flex justifize - around
*/
.o-flex--around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/**
 * Flex horizontal center
*/
.o-flex--center {
  -ms-flex-pack: center;
  justify-content: center; }

/**
 * Flex vertical align middle
*/
.o-flex--middle {
  -ms-flex-align: center;
  align-items: center; }

/**
 * Flex vertical align top
*/
.o-flex--top {
  -ms-flex-align: start;
  align-items: flex-start; }

/**
 * Flex vertical align bottom
*/
.o-flex--bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

/**
 * Padding left for reapiting sidebar title + icon
*/
.layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="americas"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="global"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="africa"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="asia"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="arab"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="europe"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="aviation"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="dockers"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="fisheries"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="inland"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="logistics"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="railways"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="road"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="seafarers"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="tourism"], .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="urban"] {
  padding-left: 51px; }

/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($phone) 			 	@media screen and (max-width: 640px)
	-------------------------------------------------------------------------------------------------
	@include mq(991) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($phone + 1, min) 	 	@media screen and (min-width: 641px)
	-------------------------------------------------------------------------------------------------
	@include mq(992, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */
/* Components */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

.js-form-type-checkbox {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .ltr-conntent .js-form-type-checkbox {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .js-form-type-checkbox input {
    opacity: 0;
    position: absolute;
    top: 4px;
    z-index: -1; }
    .js-form-type-checkbox input:checked + label::after {
      border-bottom: 2px solid #666666;
      border-right: 2px solid #666666;
      transition: border 0.1s linear, border-right 0.1s linear 0.1s; }
  .js-form-type-checkbox label {
    color: #808080;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 17px;
    padding-left: 18px;
    position: relative;
    z-index: 1; }
    .page-media_enquiry_form .js-form-type-checkbox label,
    .page-node-webform .js-form-type-checkbox label {
      padding-left: 20px;
      padding-top: 1px;
      font-size: 14px; }
    .js-form-type-checkbox label::before {
      border: 1px solid #aab2bd;
      content: '';
      height: 11px;
      left: 0;
      position: absolute;
      top: 4px;
      width: 11px;
      background-color: #fff; }
      .page-media_enquiry_form .js-form-type-checkbox label::before,
      .page-node-webform .js-form-type-checkbox label::before {
        height: 15px;
        width: 15px; }
    .js-form-type-checkbox label::after {
      border-bottom: 2px solid transparent;
      border-right: 2px solid transparent;
      content: '';
      display: block;
      height: 8px;
      left: 4px;
      position: absolute;
      top: 5px;
      transform: rotate(45deg);
      transition: 0;
      width: 4px; }
      .page-media_enquiry_form .js-form-type-checkbox label::after,
      .page-node-webform .js-form-type-checkbox label::after {
        height: 9px;
        left: 5px;
        top: 6px; }

.js-form-type-radio {
  position: relative; }
  .js-form-type-radio input {
    left: -1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    z-index: -1; }
    .js-form-type-radio input:checked + label::after {
      opacity: 1; }
  .js-form-type-radio label {
    -ms-flex-align: center;
    align-items: center;
    color: #808080;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    position: relative; }
    .js-form-type-radio label::before {
      border: 1px solid #acacac;
      border-radius: 50%;
      background-color: #fff;
      content: '';
      min-height: 10px;
      height: 10px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 5px;
      min-width: 10px;
      width: 10px; }
    .js-form-type-radio label::after {
      background-color: #666666;
      border-radius: 50%;
      content: '';
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 6px;
      left: 2px;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity 0.2s ease;
      width: 6px; }

.c-btn-arrow, [id*="block-views-block-event-calendar"] footer a, [id*="hp-news-block"] footer a {
  color: #46588a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.1;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; }
  .ltr-conntent .c-btn-arrow, .ltr-conntent [id*="block-views-block-event-calendar"] footer a, [id*="block-views-block-event-calendar"] footer .ltr-conntent a, .ltr-conntent [id*="hp-news-block"] footer a, [id*="hp-news-block"] footer .ltr-conntent a {
    padding-left: 20px;
    padding-right: 0; }
  .c-btn-arrow::before, [id*="block-views-block-event-calendar"] footer a::before, [id*="hp-news-block"] footer a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    right: 0;
    transition: all 0.1s ease-in-out; }
    .ltr-conntent .c-btn-arrow::before, .ltr-conntent [id*="block-views-block-event-calendar"] footer a::before, [id*="block-views-block-event-calendar"] footer .ltr-conntent a::before, .ltr-conntent [id*="hp-news-block"] footer a::before, [id*="hp-news-block"] footer .ltr-conntent a::before {
      right: auto;
      left: 0;
      transform: scaleX(-1) translateY(-50%); }
  .c-btn-arrow:hover, [id*="block-views-block-event-calendar"] footer a:hover, [id*="hp-news-block"] footer a:hover {
    color: #000;
    text-decoration: none; }

.c-btn-round, ul.pager a {
  background-color: #e4343e;
  border-radius: 16px;
  border: 2px solid #e4343e;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.08;
  padding: 8px 21px;
  text-align: center;
  transition: all 0.1s ease-in-out; }
  .ltr-conntent .c-btn-round, .ltr-conntent ul.pager a, ul.pager .ltr-conntent a {
    text-align: center; }
  .c-btn-round:hover, ul.pager a:hover {
    background-color: #fff;
    color: #e4343e;
    text-decoration: none; }
  .c-btn-round.c-btn-round__blue, ul.pager a.c-btn-round__blue {
    background-color: #46588a;
    border-color: #46588a; }
    .c-btn-round.c-btn-round__blue:hover, ul.pager a.c-btn-round__blue:hover {
      color: #46588a;
      background-color: #fff; }

.c-btn-circle {
  -ms-flex-align: center;
  align-items: center;
  background-color: #46588a;
  border-radius: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.13px;
  line-height: 1;
  max-width: 32px;
  overflow: hidden;
  position: relative;
  transition: 0.15s ease-out; }
  .ltr-conntent .c-btn-circle {
    text-align: center; }
  .c-btn-circle::before, .c-btn-circle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    content: '';
    display: block;
    height: 1.5px;
    width: 16px;
    transition: 0.15s ease-out;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.15s; }
  .c-btn-circle::after {
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, 90deg); }
  .c-btn-circle span {
    color: #fff;
    display: block;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    transform: translateX(-100%);
    transition: 0.2s ease-out;
    white-space: nowrap; }
  .c-btn-circle.c-btn-circle__green {
    background-color: #76a03d; }
  .c-btn-circle.c-btn-circle__red {
    background-color: #e4343e; }
  .c-btn-circle.c-btn-circle__alt span {
    transform: translateX(100%); }

.c-btn-circle:hover, div[id="block-itf-content"] .node-search-result .c-info-image-holder:hover .c-info-box__read-more,
div[id="block-itf-content"] .views-row .c-info-image-holder:hover .c-info-box__read-more,
div[id="block-itf-content"] .page-tag .c-info-image-holder:hover .c-info-box__read-more, [id*="hp-news-block"] article a:hover .c-btn-circle, .c-info-box__link:hover .c-info-box__read-more, .c-events-box:hover .c-info-box__read-more {
  transition: 0.4s ease-out;
  max-width: 250px; }
  .c-btn-circle:hover::before, div[id="block-itf-content"] .node-search-result .c-info-image-holder:hover .c-info-box__read-more::before,
  div[id="block-itf-content"] .views-row .c-info-image-holder:hover .c-info-box__read-more::before,
  div[id="block-itf-content"] .page-tag .c-info-image-holder:hover .c-info-box__read-more::before, [id*="hp-news-block"] article a:hover .c-btn-circle::before, .c-info-box__link:hover .c-info-box__read-more::before, .c-events-box:hover .c-info-box__read-more::before, .c-btn-circle:hover::after, div[id="block-itf-content"] .node-search-result .c-info-image-holder:hover .c-info-box__read-more::after,
  div[id="block-itf-content"] .views-row .c-info-image-holder:hover .c-info-box__read-more::after,
  div[id="block-itf-content"] .page-tag .c-info-image-holder:hover .c-info-box__read-more::after, [id*="hp-news-block"] article a:hover .c-btn-circle::after, .c-info-box__link:hover .c-info-box__read-more::after, .c-events-box:hover .c-info-box__read-more::after {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s; }
  .c-btn-circle:hover span, div[id="block-itf-content"] .node-search-result .c-info-image-holder:hover .c-info-box__read-more span, div[id="block-itf-content"] .views-row .c-info-image-holder:hover .c-info-box__read-more span, div[id="block-itf-content"] .page-tag .c-info-image-holder:hover .c-info-box__read-more span, [id*="hp-news-block"] article a:hover .c-btn-circle span, .c-info-box__link:hover .c-info-box__read-more span, .c-events-box:hover .c-info-box__read-more span {
    opacity: 1;
    transform: translateX(0);
    transition: 0.15s ease-out; }

.c-btn-block, .ui-widget.ui-widget-content .button, .ui-dialog .ui-dialog-buttonset .button, .user-login-form .button,
.user-login-form .c-btn-block,
.user-pass .button,
.user-pass .c-btn-block, main.page-404 [data-history-node-id="74"] a,
main.page-404 [data-history-node-id="73"] a,
main.page-403 [data-history-node-id="74"] a,
main.page-403 [data-history-node-id="73"] a, .page-comment .comment-delete-flag-form .button, [id*='password-page-form'] input[id*='edit-submit'], [id="block-campaignsnewsblock"] [id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input,
.page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
.page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
.page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
.page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
.page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
.page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"], .comment-form .form-submit, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"] {
  background-color: #46588a;
  border-radius: 3px;
  border: 1px solid #46588a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
  min-width: 120px;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; }
  .c-btn-block:hover, .ui-widget.ui-widget-content .button:hover, .ui-dialog .ui-dialog-buttonset .button:hover, .user-login-form .button:hover,
  .user-pass .button:hover, main.page-404 [data-history-node-id="74"] a:hover,
  main.page-404 [data-history-node-id="73"] a:hover,
  main.page-403 [data-history-node-id="74"] a:hover,
  main.page-403 [data-history-node-id="73"] a:hover, .page-comment .comment-delete-flag-form .button:hover, [id*='password-page-form'] input:hover[id*='edit-submit'], [id="block-campaignsnewsblock"] :hover[id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"], .comment-form .form-submit:hover, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input:hover[value="Remove"] {
    background-color: #fff;
    color: #46588a;
    text-decoration: none; }
  .c-btn-block:focus, .ui-widget.ui-widget-content .button:focus, .ui-dialog .ui-dialog-buttonset .button:focus, .user-login-form .button:focus,
  .user-pass .button:focus, main.page-404 [data-history-node-id="74"] a:focus,
  main.page-404 [data-history-node-id="73"] a:focus,
  main.page-403 [data-history-node-id="74"] a:focus,
  main.page-403 [data-history-node-id="73"] a:focus, .page-comment .comment-delete-flag-form .button:focus, [id*='password-page-form'] input:focus[id*='edit-submit'], [id="block-campaignsnewsblock"] :focus[id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input:focus,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:focus,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:focus,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input:focus, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:focus, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:focus[value="Remove"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:focus, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:focus[value="Remove"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:focus, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:focus[value="Remove"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:focus, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:focus[value="Remove"], .comment-form .form-submit:focus, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input:focus[value="Remove"] {
    outline: none; }
  .c-btn-block.c-btn-block__yellow, .ui-widget.ui-widget-content .c-btn-block__yellow.button, .ui-dialog .ui-dialog-buttonset .c-btn-block__yellow.button, .user-login-form .c-btn-block__yellow.button,
  .user-pass .c-btn-block__yellow.button, main.page-404 [data-history-node-id="74"] a.c-btn-block__yellow,
  main.page-404 [data-history-node-id="73"] a.c-btn-block__yellow,
  main.page-403 [data-history-node-id="74"] a.c-btn-block__yellow,
  main.page-403 [data-history-node-id="73"] a.c-btn-block__yellow, .page-comment .comment-delete-flag-form .c-btn-block__yellow.button, [id*='password-page-form'] input.c-btn-block__yellow[id*='edit-submit'], [id="block-campaignsnewsblock"] .c-btn-block__yellow[id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow[value="Remove"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow[value="Remove"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow[value="Remove"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow[value="Remove"], .comment-form .c-btn-block__yellow.form-submit, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input.c-btn-block__yellow[value="Remove"] {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    color: #000; }
    .c-btn-block.c-btn-block__yellow:hover, .ui-widget.ui-widget-content .c-btn-block__yellow.button:hover, .ui-dialog .ui-dialog-buttonset .c-btn-block__yellow.button:hover, .user-login-form .c-btn-block__yellow.button:hover,
    .user-pass .c-btn-block__yellow.button:hover, main.page-404 [data-history-node-id="74"] a.c-btn-block__yellow:hover,
    main.page-404 [data-history-node-id="73"] a.c-btn-block__yellow:hover,
    main.page-403 [data-history-node-id="74"] a.c-btn-block__yellow:hover,
    main.page-403 [data-history-node-id="73"] a.c-btn-block__yellow:hover, .page-comment .comment-delete-flag-form .c-btn-block__yellow.button:hover, [id*='password-page-form'] input.c-btn-block__yellow:hover[id*='edit-submit'], [id="block-campaignsnewsblock"] .c-btn-block__yellow:hover[id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow:hover,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow:hover,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow:hover,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__yellow:hover, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit:hover, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow:hover[value="Remove"],
    .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit:hover, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow:hover[value="Remove"],
    .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit:hover, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow:hover[value="Remove"],
    .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow.form-submit:hover, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__yellow:hover[value="Remove"], .comment-form .c-btn-block__yellow.form-submit:hover, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__yellow:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input.c-btn-block__yellow:hover[value="Remove"] {
      background-color: white;
      border: 1px solid #fff; }
  .c-btn-block.c-btn-block__red, .ui-widget.ui-widget-content .c-btn-block__red.button, .ui-widget.ui-widget-content [id="block-campaignsnewsblock"] .button[id*="edit-submit"], [id="block-campaignsnewsblock"] .ui-widget.ui-widget-content .button[id*="edit-submit"], .ui-dialog .ui-dialog-buttonset .c-btn-block__red.button, .ui-dialog .ui-dialog-buttonset [id="block-campaignsnewsblock"] .button[id*="edit-submit"], [id="block-campaignsnewsblock"] .ui-dialog .ui-dialog-buttonset .button[id*="edit-submit"], .user-login-form .c-btn-block__red.button,
  .user-pass .c-btn-block__red.button, main.page-404 [data-history-node-id="74"] a.c-btn-block__red, main.page-404 [data-history-node-id="74"] [id="block-campaignsnewsblock"] a[id*="edit-submit"], [id="block-campaignsnewsblock"] main.page-404 [data-history-node-id="74"] a[id*="edit-submit"],
  main.page-404 [data-history-node-id="73"] a.c-btn-block__red, main.page-404 [data-history-node-id="73"] [id="block-campaignsnewsblock"] a[id*="edit-submit"], [id="block-campaignsnewsblock"] main.page-404 [data-history-node-id="73"] a[id*="edit-submit"],
  main.page-403 [data-history-node-id="74"] a.c-btn-block__red, main.page-403 [data-history-node-id="74"] [id="block-campaignsnewsblock"] a[id*="edit-submit"], [id="block-campaignsnewsblock"] main.page-403 [data-history-node-id="74"] a[id*="edit-submit"],
  main.page-403 [data-history-node-id="73"] a.c-btn-block__red, main.page-403 [data-history-node-id="73"] [id="block-campaignsnewsblock"] a[id*="edit-submit"], [id="block-campaignsnewsblock"] main.page-403 [data-history-node-id="73"] a[id*="edit-submit"], .page-comment .comment-delete-flag-form .c-btn-block__red.button, .page-comment .comment-delete-flag-form [id="block-campaignsnewsblock"] .button[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-comment .comment-delete-flag-form .button[id*="edit-submit"], [id*='password-page-form'] input.c-btn-block__red[id*='edit-submit'], [id*='password-page-form'] [id="block-campaignsnewsblock"] input[id*='edit-submit'][id*="edit-submit"], [id="block-campaignsnewsblock"] [id*='password-page-form'] input[id*='edit-submit'][id*="edit-submit"], [id="block-campaignsnewsblock"] [id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red, .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*="edit-submit"],
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red, .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*="edit-submit"],
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red, .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*="edit-submit"],
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red, .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red[value="Remove"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit[id*="edit-submit"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red[value="Remove"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit[id*="edit-submit"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red[value="Remove"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit[id*="edit-submit"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red[value="Remove"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"][id*="edit-submit"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit[id*="edit-submit"], .comment-form .c-btn-block__red.form-submit, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input.c-btn-block__red[value="Remove"], .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .comment-form input[value="Remove"][id*="edit-submit"], .comment-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"][id*="edit-submit"] {
    background-color: #e4343e;
    border: 1px solid #e4343e; }
    .c-btn-block.c-btn-block__red:hover, .ui-widget.ui-widget-content .c-btn-block__red.button:hover, .ui-dialog .ui-dialog-buttonset .c-btn-block__red.button:hover, .user-login-form .c-btn-block__red.button:hover,
    .user-pass .c-btn-block__red.button:hover, main.page-404 [data-history-node-id="74"] a.c-btn-block__red:hover,
    main.page-404 [data-history-node-id="73"] a.c-btn-block__red:hover,
    main.page-403 [data-history-node-id="74"] a.c-btn-block__red:hover,
    main.page-403 [data-history-node-id="73"] a.c-btn-block__red:hover, .page-comment .comment-delete-flag-form .c-btn-block__red.button:hover, [id*='password-page-form'] input.c-btn-block__red:hover[id*='edit-submit'], [id="block-campaignsnewsblock"] :hover[id*="edit-submit"], .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red:hover, .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover[id*="edit-submit"],
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red:hover, .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover[id*="edit-submit"],
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red:hover, .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover[id*="edit-submit"],
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input.c-btn-block__red:hover, .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions [id="block-campaignsnewsblock"] input:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input:hover[id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit:hover, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red:hover[value="Remove"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input:hover[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover[id*="edit-submit"],
    .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit:hover, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red:hover[value="Remove"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input:hover[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover[id*="edit-submit"],
    .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit:hover, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red:hover[value="Remove"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input:hover[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover[id*="edit-submit"],
    .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red.form-submit:hover, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.c-btn-block__red:hover[value="Remove"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input:hover[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input:hover[value="Remove"][id*="edit-submit"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id="block-campaignsnewsblock"] input.form-submit:hover[id*="edit-submit"], [id="block-campaignsnewsblock"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit:hover[id*="edit-submit"], .comment-form .c-btn-block__red.form-submit:hover, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input.c-btn-block__red:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input.c-btn-block__red:hover[value="Remove"], .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] input:hover[value="Remove"][id*="edit-submit"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id="block-campaignsnewsblock"] .comment-form input:hover[value="Remove"][id*="edit-submit"], .comment-form [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"][id*="edit-submit"], [id="block-campaignsnewsblock"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input:hover[value="Remove"][id*="edit-submit"] {
      background-color: #fff;
      color: #e4343e; }

.c-btn-solid__yellow, .c-filters-wrapper .button {
  background-color: #f6eb6e;
  border-radius: 3px;
  border: 0;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.08;
  padding: 7px 30px;
  text-align: center;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  cursor: pointer; }
  .c-btn-solid__yellow:hover, .c-filters-wrapper .button:hover {
    background-color: #46588a;
    color: #fff;
    text-decoration: none; }
  .c-btn-solid__yellow:focus, .c-filters-wrapper .button:focus {
    outline: none; }

.c-btn-rectangle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18px;
  padding: 21px 35px 21px 45px;
  color: #fff;
  position: relative;
  display: block;
  transition: all 0.1s ease-in-out;
  background-color: #E73138; }
  .c-btn-rectangle::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    font-size: 35px; }
  .c-btn-rectangle::after {
    font-family: 'icomoon';
    content: "\e91a";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 15px;
    transition: all 0.1s ease-in-out; }
  .c-btn-rectangle:hover {
    text-decoration: none;
    color: #fff;
    background-color: #46588a; }
  .c-btn-rectangle.external::after {
    transform: translateY(-50%) rotate(0); }
    .ltr-conntent .c-btn-rectangle.external::after {
      transform: translateY(-50%) rotate(180deg); }
  .ltr-conntent .c-btn-rectangle {
    padding: 21px 45px 21px 35px; }
    .ltr-conntent .c-btn-rectangle::before {
      left: auto;
      right: 15px; }
    .ltr-conntent .c-btn-rectangle::after {
      right: auto;
      left: 15px; }

.c-header {
  background-color: #fff;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  will-change: transform;
  z-index: 1030; }
  .toolbar-fixed .c-header {
    top: 39px; }
  .c-header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .c-header.sticky-header {
    border-bottom: 1px solid #c2c2c2; }
    .c-header.sticky-header .c-header-bottom {
      padding: 10px 0; }
    .c-header.sticky-header [id="block-itf-main-menu"] > ul > li {
      min-width: auto;
      border-right-color: transparent; }
      .c-header.sticky-header [id="block-itf-main-menu"] > ul > li > a::after,
      .c-header.sticky-header [id="block-itf-main-menu"] > ul > li > span::after {
        margin-top: -32px;
        transition: opacity 0.2s ease-out, visibility 0.2s ease-out, margin 0.4s ease-out;
        display: none; }
    .c-header.sticky-header .site-logo {
      opacity: 0;
      transform: translateY(-300%);
      transition: 0.7s ease-out 0s; }
  .c-header .c-topheader-cloned {
    border-bottom: 1px solid #46588a;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .c-header .c-main-menu > li > a,
  .c-header .c-main-menu > li > span {
    position: relative; }
    .c-header .c-main-menu > li > a > i,
    .c-header .c-main-menu > li > span > i {
      font-size: 17px;
      height: 14px;
      margin-left: 7px;
      pointer-events: none;
      position: relative;
      top: 3px;
      width: 14px;
      cursor: pointer; }
      .c-header .c-main-menu > li > a > i::before,
      .c-header .c-main-menu > li > span > i::before {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        transition: all 0.1s ease-in-out; }

.site-content {
  padding-top: 112px;
  transition: all 0.1s ease-in-out; }
  .site-content.sticky-content {
    padding-top: 120px; }

.c-header-top {
  padding: 10px 0;
  position: relative;
  z-index: 10;
  background-color: #fff; }

.c-header-top__wrap > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.c-header-top__wrap a:not(.site-logo__small),
.c-header-top__wrap .custom-dropdown-current {
  color: #46588a;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
  text-transform: uppercase;
  text-align: left !important;
  transition: color 0.15s ease-out; }
  .ltr-conntent .c-header-top__wrap a:not(.site-logo__small), .ltr-conntent
  .c-header-top__wrap .custom-dropdown-current {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right !important; }
  .c-header-top__wrap a:not(.site-logo__small):not(.is-active):not(.covid-19) .c-header-top__wrap a:not(.site-logo__small):not(.is-active):hover,
  .c-header-top__wrap .custom-dropdown-current:not(.is-active):not(.covid-19) .c-header-top__wrap a:not(.site-logo__small):not(.is-active):hover, .c-header-top__wrap a:not(.site-logo__small):not(.is-active):not(.covid-19)
  .c-header-top__wrap .custom-dropdown-current:not(.is-active):hover,
  .c-header-top__wrap .custom-dropdown-current:not(.is-active):not(.covid-19)
  .c-header-top__wrap .custom-dropdown-current:not(.is-active):hover {
    color: #000; }
  .c-header-top__wrap a:not(.site-logo__small):hover,
  .c-header-top__wrap .custom-dropdown-current:hover {
    text-decoration: none; }

[id*="block-topheader"] {
  padding: 0;
  border-left: 1px solid #c2c2c2; }
  [id*="block-topheader"] > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    [id*="block-topheader"] > ul > li {
      position: relative; }
      html[lang="es"] [id*="block-topheader"] > ul > li {
        max-width: 100px; }
      html[lang="fr"] [id*="block-topheader"] > ul > li {
        max-width: 130px; }
      html[lang="pt-pt"] [id*="block-topheader"] > ul > li,
      html[lang="ru"] [id*="block-topheader"] > ul > li {
        max-width: 105px; }
      html[lang="de"] [id*="block-topheader"] > ul > li {
        max-width: 140px; }
      [id*="block-topheader"] > ul > li.topmenu-has-megamenu {
        position: static; }
        [id*="block-topheader"] > ul > li.topmenu-has-megamenu > a::before,
        [id*="block-topheader"] > ul > li.topmenu-has-megamenu > span::before {
          left: 0; }
      [id*="block-topheader"] > ul > li .covid-19 {
        cursor: pointer;
        border-right: 1px solid #c2c2c2; }
        [id*="block-topheader"] > ul > li .covid-19:hover {
          border-right: 1px solid transparent; }
        [id*="block-topheader"] > ul > li .covid-19.green {
          color: #25a33c; }
          [id*="block-topheader"] > ul > li .covid-19.green:hover {
            color: #176525; }
      [id*="block-topheader"] > ul > li > a,
      [id*="block-topheader"] > ul > li > span {
        color: #46588a;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.85;
        text-transform: uppercase;
        transition: color 0.15s ease-out;
        cursor: default; }
        [id*="block-topheader"] > ul > li > a::before,
        [id*="block-topheader"] > ul > li > span::before {
          border-left: 1px solid #c2c2c2;
          border-right: 1px solid #c2c2c2;
          border-top: 1px solid transparent;
          content: '';
          height: 100%;
          left: -1px;
          pointer-events: none;
          position: absolute;
          top: 0;
          transition: all 0.1s ease-in-out;
          width: 100%;
          opacity: 0;
          visibility: hidden; }
      [id*="block-topheader"] > ul > li:hover > a::before,
      [id*="block-topheader"] > ul > li:hover > span::before {
        top: -5px;
        height: calc(100% + 15px);
        border-top-color: #c2c2c2;
        opacity: 1;
        visibility: visible; }
      [id*="block-topheader"] > ul > li:hover > ul a {
        line-height: 1.45;
        color: #000;
        padding: 7px 0; }
        [id*="block-topheader"] > ul > li:hover > ul a:hover {
          color: #46588a !important; }
      [id*="block-topheader"] > ul > li > ul li {
        width: 100%; }
      [id*="block-topheader"] > ul > li > ul a:hover {
        color: #46588a; }
  [id*="block-topheader"] a,
  [id*="block-topheader"] span {
    position: relative;
    padding: 10px 18px; }

[id*="block-regionmenu"],
[id*="block-languageswitcher"] {
  height: 44px;
  min-width: 160px;
  opacity: 0;
  transition: 0.3s ease-out; }
  [id*="block-regionmenu"].is-loaded,
  [id*="block-languageswitcher"].is-loaded {
    height: auto;
    min-width: 0;
    opacity: 1; }
  [id*="block-regionmenu"] .language-link,
  [id*="block-regionmenu"] [class*="icon-region-"],
  [id*="block-regionmenu"] .custom-dropdown-current,
  [id*="block-languageswitcher"] .language-link,
  [id*="block-languageswitcher"] [class*="icon-region-"],
  [id*="block-languageswitcher"] .custom-dropdown-current {
    -ms-flex-align: center;
    align-items: center;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    padding-left: 36px;
    position: relative; }
    .ltr-conntent [id*="block-regionmenu"] .language-link, .ltr-conntent
    [id*="block-regionmenu"] [class*="icon-region-"], .ltr-conntent
    [id*="block-regionmenu"] .custom-dropdown-current, .ltr-conntent
    [id*="block-languageswitcher"] .language-link, .ltr-conntent
    [id*="block-languageswitcher"] [class*="icon-region-"], .ltr-conntent
    [id*="block-languageswitcher"] .custom-dropdown-current {
      padding-left: 0;
      padding-right: 30px; }
    [id*="block-regionmenu"] .language-link::before,
    [id*="block-regionmenu"] [class*="icon-region-"]::before,
    [id*="block-regionmenu"] .custom-dropdown-current::before,
    [id*="block-languageswitcher"] .language-link::before,
    [id*="block-languageswitcher"] [class*="icon-region-"]::before,
    [id*="block-languageswitcher"] .custom-dropdown-current::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      font-size: 25px;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      transition: border 0.1s ease-out, background-color 0.15s ease-out, color 0.2s ease-out; }
      .ltr-conntent [id*="block-regionmenu"] .language-link::before, .ltr-conntent
      [id*="block-regionmenu"] [class*="icon-region-"]::before, .ltr-conntent
      [id*="block-regionmenu"] .custom-dropdown-current::before, .ltr-conntent
      [id*="block-languageswitcher"] .language-link::before, .ltr-conntent
      [id*="block-languageswitcher"] [class*="icon-region-"]::before, .ltr-conntent
      [id*="block-languageswitcher"] .custom-dropdown-current::before {
        left: auto;
        right: 0; }
  [id*="block-regionmenu"] a:not(.icon-region-global)::before,
  [id*="block-languageswitcher"] a:not(.icon-region-global)::before {
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 19px;
    height: 25px;
    padding-bottom: 2px;
    width: 25px; }
    @supports (-ms-ime-align: auto) {
      [id*="block-regionmenu"] a:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] a:not(.icon-region-global)::before {
        padding-bottom: 0; } }
  [id*="block-regionmenu"] a:not(.is-active),
  [id*="block-languageswitcher"] a:not(.is-active) {
    color: #000 !important; }
    [id*="block-regionmenu"] a:not(.is-active):hover,
    [id*="block-languageswitcher"] a:not(.is-active):hover {
      color: #46588a !important; }
      [id*="block-regionmenu"] a:not(.is-active):hover::before,
      [id*="block-languageswitcher"] a:not(.is-active):hover::before {
        color: #000;
        background-color: #f6eb6e;
        border-color: #f6eb6e; }
    [id*="block-regionmenu"] a:not(.is-active).icon-region-global:hover::before,
    [id*="block-languageswitcher"] a:not(.is-active).icon-region-global:hover::before {
      background-color: transparent;
      border-color: transparent;
      color: #f6eb6e; }
  [id*="block-regionmenu"] a.is-active,
  [id*="block-languageswitcher"] a.is-active {
    color: #c2c2c2; }
    [id*="block-regionmenu"] a.is-active::before,
    [id*="block-languageswitcher"] a.is-active::before {
      border-color: #c2c2c2; }
  [id*="block-regionmenu"] .custom-dropdown-current:not(.icon-region-global)::before,
  [id*="block-languageswitcher"] .custom-dropdown-current:not(.icon-region-global)::before {
    border-radius: 50%;
    border: 2px solid #46588a;
    font-size: 19px;
    height: 25px;
    padding-bottom: 2px;
    width: 25px; }
    @supports (-ms-ime-align: auto) {
      [id*="block-regionmenu"] .custom-dropdown-current:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] .custom-dropdown-current:not(.icon-region-global)::before {
        padding-bottom: 0; } }

.custom-dropdown {
  position: relative;
  padding: 0 25px; }
  .custom-dropdown::before {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid transparent;
    content: '';
    height: 100%;
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-in-out;
    width: 100%; }
  .custom-dropdown ul {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    left: 0;
    max-width: 315px;
    min-width: 175px;
    opacity: 0;
    position: absolute;
    transform: translateY(20px);
    visibility: hidden;
    white-space: nowrap;
    z-index: 10; }
    @supports (-ms-ime-align: auto) {
      .custom-dropdown ul {
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3); } }
    .custom-dropdown ul::before {
      content: '';
      height: 16px;
      left: 0;
      position: absolute;
      top: -16px;
      width: 100%; }
  .custom-dropdown li {
    margin-bottom: 15px; }
    .custom-dropdown li:last-of-type {
      margin-bottom: 0; }

.custom-dropdown-current {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
  cursor: default; }
  .ltr-conntent .custom-dropdown-current {
    padding-right: 0;
    padding-left: 20px !important; }
  .custom-dropdown-current::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #47598a transparent transparent transparent;
    transition: transform 0.2s ease-out; }
    .ltr-conntent .custom-dropdown-current::after {
      right: auto;
      left: 0; }

[id*="block-languageswitcher"] .custom-dropdown {
  left: -1px; }

[id*="block-languageswitcher"] li.sw {
  display: none; }

[id*="block-languageswitcher"] .custom-dropdown-current.sw::before {
  content: 'sw';
  font-size: 11px;
  font-weight: 900; }

.c-overflow {
  height: 87px;
  overflow: hidden;
  position: relative;
  transition: all 0.1s ease-in-out;
  width: 282px; }
  .sticky-header .c-overflow {
    height: 30px; }

.c-header-bottom {
  padding: 10px 0 25px;
  transition: all 0.1s ease-in-out; }
  .c-header-bottom.d-block {
    border-bottom: 1px solid #46588a; }

[id="block-itf-main-menu"] > ul > li {
  border-right: 1px solid #c2c2c2;
  padding: 5px 20px;
  position: relative;
  transition: all 0.1s ease-in-out; }
  [id="block-itf-main-menu"] > ul > li:hover > a,
  [id="block-itf-main-menu"] > ul > li:hover > span {
    color: #000; }
  [id="block-itf-main-menu"] > ul > li:hover > span {
    cursor: default; }
  [id="block-itf-main-menu"] > ul > li:last-of-type ul a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #000;
    content: '';
    height: 25px;
    left: 0;
    width: 25px; }
  [id="block-itf-main-menu"] > ul > li > a,
  [id="block-itf-main-menu"] > ul > li > span {
    color: #46588a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    transition: color 0.15s ease-out; }
    [id="block-itf-main-menu"] > ul > li > a.is-opened > i,
    [id="block-itf-main-menu"] > ul > li > span.is-opened > i {
      border-color: #000; }
      [id="block-itf-main-menu"] > ul > li > a.is-opened > i::before,
      [id="block-itf-main-menu"] > ul > li > span.is-opened > i::before {
        transform: translate(-50%, -50%) rotate(0); }
  [id="block-itf-main-menu"] > ul > li ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ltr-conntent [id="block-itf-main-menu"] > ul > li ul {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    [id="block-itf-main-menu"] > ul > li ul::before {
      border-color: transparent transparent #e7e7e7 transparent;
      border-style: solid;
      border-width: 0 16px 16px 16px;
      content: '';
      height: 0;
      position: absolute;
      top: -16px;
      width: 0; }
    [id="block-itf-main-menu"] > ul > li ul::after {
      content: '';
      height: 17px;
      left: 0;
      position: absolute;
      top: -17px;
      width: 100%; }
    [id="block-itf-main-menu"] > ul > li ul li:not(:first-of-type) {
      margin-bottom: 14px; }
    [id="block-itf-main-menu"] > ul > li ul li:first-of-type {
      border-bottom: 2px solid;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 12px;
      padding-bottom: 10px; }
      [id="block-itf-main-menu"] > ul > li ul li:first-of-type span {
        color: #000;
        display: block;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        text-align: left; }
        .ltr-conntent [id="block-itf-main-menu"] > ul > li ul li:first-of-type span {
          text-align: right; }
    [id="block-itf-main-menu"] > ul > li ul a {
      color: #000;
      font-family: "Source Sans Pro", Arial, sans-serif !important;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
      padding: 6px 10px 6px 40px;
      text-transform: uppercase;
      text-align: left;
      word-wrap: break-word;
      transition: color 0.15s ease-out; }
      .ltr-conntent [id="block-itf-main-menu"] > ul > li ul a[class^="icon-"] {
        padding: 6px 40px 6px 10px; }
        .ltr-conntent [id="block-itf-main-menu"] > ul > li ul a[class^="icon-"]::before {
          left: auto;
          right: 0; }
      [id="block-itf-main-menu"] > ul > li ul a::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        border: 1px solid;
        display: -ms-flexbox;
        display: flex;
        font-size: 19px;
        height: 25px;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        padding-top: 1px;
        text-align: center;
        transition: border-color 0.1s ease-out, background-color 0.15s ease-out;
        width: 25px; }
        .ltr-conntent [id="block-itf-main-menu"] > ul > li ul a::before {
          left: auto;
          right: 0; }
      [id="block-itf-main-menu"] > ul > li ul a:hover {
        color: #46588a; }
        [id="block-itf-main-menu"] > ul > li ul a:hover::before {
          background-color: #f6eb6e;
          border-color: #f6eb6e;
          color: #000; }
  [id="block-itf-main-menu"] > ul > li:last-child > ul a {
    padding-left: 0; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul a::before {
      display: none; }

[id="block-itf-main-menu"] a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative; }
  [id="block-itf-main-menu"] a:hover {
    text-decoration: none; }

.site-logo svg {
  display: inline-block;
  height: 66px;
  width: 202px; }

.site-logo .logo-text {
  fill: #000;
  transition: fill 0.15s ease-out;
  transition-delay: 0.2s; }

.sticky-header .site-logo {
  height: 55px;
  transform: translateY(-90px); }

.site-logo__small {
  display: inline-block;
  height: 40px;
  transition: all 0.15s ease-out 0s;
  width: 40px;
  left: 21px; }
  .site-logo__small img {
    width: 100%; }

.c-hamburger {
  background: transparent;
  border: none;
  position: relative;
  width: 40px; }
  .c-hamburger:focus {
    outline: none; }
  .c-hamburger span {
    background: #46588a;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.1s ease-in-out;
    width: 28px; }
    .c-hamburger span:nth-child(1) {
      top: 9px; }
    .c-hamburger span:nth-child(2) {
      top: 19px; }
    .c-hamburger span:nth-child(3) {
      top: 29px; }
  .c-hamburger.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(-1px, 17px); }
  .c-hamburger.is-active span:nth-child(2) {
    opacity: 0; }
  .c-hamburger.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(-3px, -15px); }

.c-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ltr-conntent .c-footer ul {
    text-align: right; }

.c-footer__content-wrap > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.c-footer__content {
  background-color: #e7e7e7;
  padding: 45px 0; }

#block-footercontactus svg {
  height: 85px;
  margin-bottom: 21px;
  width: 85px; }

#block-footercontactus .footercontactus__info {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5; }

#block-footercontactus bdi {
  unicode-bidi: plaintext; }

#block-footercontactus a {
  color: #000;
  overflow: hidden;
  position: relative;
  transition: 0.15s ease-out;
  text-decoration: none; }
  #block-footercontactus a::after {
    background-color: #000;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.1s ease-out;
    width: 100%; }
  #block-footercontactus a:hover {
    color: #46588a;
    text-decoration: none; }
    #block-footercontactus a:hover::after {
      background-color: #46588a; }

.c-footer__nav > ul .c-footer__nav-list {
  margin-bottom: 6px; }
  .c-footer__nav > ul .c-footer__nav-list > a,
  .c-footer__nav > ul .c-footer__nav-list > span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.45;
    margin-bottom: 6px;
    display: block; }

.c-footer__nav li ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-footer__nav a {
  color: #000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  transition: 0.15s ease-out; }
  .c-footer__nav a::after {
    background-color: #46588a;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.1s ease-out;
    visibility: hidden;
    width: 100%; }
  .c-footer__nav a:hover {
    color: #46588a;
    text-decoration: none; }
    .c-footer__nav a:hover::after {
      opacity: 1;
      visibility: visible; }

.c-footer-copy {
  background-color: #d9d9d9;
  font-size: 13px;
  padding: 15px 0; }

.toolbar-horizontal .c-header {
  top: 80px; }

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

[id="block-itf-local-tasks"] ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 15px 0; }
  .ltr-conntent [id="block-itf-local-tasks"] ul {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

[id="block-itf-local-tasks"] li {
  margin: 3px 10px 3px 0; }
  [id="block-itf-local-tasks"] li a {
    background-color: #46588a;
    border-radius: 3px;
    border: 1px solid #46588a;
    font-weight: 700;
    display: block;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    transition: all 0.1s ease-in-out; }
    [id="block-itf-local-tasks"] li a:hover {
      color: #46588a;
      background-color: #fff;
      text-decoration: none; }

[role=contentinfo] {
  background-color: #46588a;
  border-radius: 3px;
  color: #fff;
  margin: 15px auto;
  max-width: 1140px;
  opacity: 0;
  padding: 10px 40px 10px 20px;
  position: relative;
  text-align: center;
  transition: all 0.1s ease-in-out;
  width: 100%; }
  [role=contentinfo] a:not(.contentinfo-close) {
    color: #fff;
    text-decoration: underline; }
    [role=contentinfo] a:not(.contentinfo-close):hover {
      opacity: 0.8;
      text-decoration: none; }
  [role=contentinfo] .contentinfo-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0.6;
    padding: 5px;
    right: 10px;
    color: #fff;
    transition: all 0.1s ease-in-out; }
    [role=contentinfo] .contentinfo-close:hover {
      opacity: 1;
      color: #fff;
      text-decoration: none; }
  [role=contentinfo][aria-label="Status message"] {
    background-color: #cfe0b8;
    color: #506b2f; }
    [role=contentinfo][aria-label="Status message"] li {
      margin-bottom: 20px; }
      .page-node-webform [role=contentinfo][aria-label="Status message"] li h1 {
        font-size: 1rem;
        margin: 0; }
    [role=contentinfo][aria-label="Status message"] .contentinfo-close,
    [role=contentinfo][aria-label="Status message"] a {
      color: #506b2f; }
  [role=contentinfo][aria-label="Error message"] {
    background-color: #f7bdbe;
    color: #a21317; }
    [role=contentinfo][aria-label="Error message"] .contentinfo-close,
    [role=contentinfo][aria-label="Error message"] a {
      color: #740e11; }

.ajax-progress-fullscreen {
  display: none; }

.ui-widget.ui-widget-content {
  width: 100% !important;
  max-width: 500px;
  z-index: 1; }
  .ui-widget.ui-widget-content input:not(.button) {
    width: 100%;
    max-width: 500px;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    transition: all 0.1s ease-in-out;
    margin-bottom: 10px; }
    .ui-widget.ui-widget-content input:not(.button):focus {
      outline: none;
      border-color: #46588a; }
  .ui-widget.ui-widget-content .button {
    margin-right: 10px; }
    .ui-widget.ui-widget-content .button:last-of-type {
      margin-right: 0; }
  .ui-widget.ui-widget-content label {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .ui-widget.ui-widget-content .js-form-type-select {
    margin-bottom: 15px; }
    .ui-widget.ui-widget-content .js-form-type-select label {
      color: #555555;
      display: block;
      margin-bottom: 10px; }
  .ui-widget.ui-widget-content .dialog-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #c2c2c2; }
  .ui-widget.ui-widget-content .select2-container {
    width: 100%;
    max-width: 250px; }

.ui-dialog .ui-dialog-titlebar {
  background-color: #46588a;
  color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 21px; }

.ui-dialog-titlebar-close {
  background-color: #46588a;
  border: 0;
  cursor: pointer; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
    background-color: #46588a;
    border: 0;
    outline: none; }
    .ui-dialog-titlebar-close:hover::before, .ui-dialog-titlebar-close:hover::after, .ui-dialog-titlebar-close:focus::before, .ui-dialog-titlebar-close:focus::after {
      opacity: 0.5; }
  .ui-dialog-titlebar-close::before, .ui-dialog-titlebar-close::after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    display: block;
    transition: 0.15s ease-out; }
  .ui-dialog-titlebar-close::before {
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg); }
  .ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg); }
  .ui-dialog-titlebar-close .ui-button-icon {
    display: none; }

.ui-dialog .dialog-cancel + .dialog-cancel {
  display: none; }

.page-user-login .c-header,
.page-user-password .c-header,
main.page-404 .c-header,
main.page-403 .c-header,
.page-subscription .c-header,
[class*="page-user"] .c-header {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05); }

.page-user-login .main-content,
.page-user-password .main-content,
main.page-404 .main-content,
main.page-403 .main-content,
.page-subscription .main-content,
[class*="page-user"] .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 65px; }

.page-user-login [id="block-itf-breadcrumbs"],
.page-user-password [id="block-itf-breadcrumbs"],
main.page-404 [id="block-itf-breadcrumbs"],
main.page-403 [id="block-itf-breadcrumbs"],
.page-subscription [id="block-itf-breadcrumbs"],
[class*="page-user"] [id="block-itf-breadcrumbs"] {
  -ms-flex-order: 1;
  order: 1;
  padding-top: 20px;
  display: none; }

.page-user-login [id="block-itf-local-tasks"],
.page-user-password [id="block-itf-local-tasks"],
main.page-404 [id="block-itf-local-tasks"],
main.page-403 [id="block-itf-local-tasks"],
.page-subscription [id="block-itf-local-tasks"],
[class*="page-user"] [id="block-itf-local-tasks"] {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-left: 21px;
  padding-right: 21px; }

.page-user-login [id="block-itf-content"],
.page-user-password [id="block-itf-content"],
main.page-404 [id="block-itf-content"],
main.page-403 [id="block-itf-content"],
.page-subscription [id="block-itf-content"],
[class*="page-user"] [id="block-itf-content"] {
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 10px; }

.page-user-login [id="block-itf-local-tasks"],
.page-user-password [id="block-itf-local-tasks"],
main.page-404 [id="block-itf-local-tasks"],
main.page-403 [id="block-itf-local-tasks"],
.page-subscription [id="block-itf-local-tasks"],
[class*="page-user"] [id="block-itf-local-tasks"] {
  -ms-flex-order: 4;
  order: 4; }

.page-user-login [id="block-itf-page-title"],
.page-user-password [id="block-itf-page-title"],
main.page-404 [id="block-itf-page-title"],
main.page-403 [id="block-itf-page-title"],
.page-subscription [id="block-itf-page-title"],
[class*="page-user"] [id="block-itf-page-title"] {
  -ms-flex-order: 2;
  order: 2;
  padding-bottom: 25px;
  padding-top: 0;
  position: relative;
  max-width: 500px;
  padding-left: 21px;
  padding-right: 21px;
  margin: 0 auto;
  width: 100%; }
  .page-user-login [id="block-itf-page-title"] h1,
  .page-user-password [id="block-itf-page-title"] h1,
  main.page-404 [id="block-itf-page-title"] h1,
  main.page-403 [id="block-itf-page-title"] h1,
  .page-subscription [id="block-itf-page-title"] h1,
  [class*="page-user"] [id="block-itf-page-title"] h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #555555; }

.user-login-form,
.user-pass {
  margin: 20px auto 0;
  width: 100%;
  max-width: 500px;
  padding-left: 21px;
  padding-right: 21px; }
  .user-login-form .site-content::before,
  .user-pass .site-content::before {
    content: '';
    top: 0;
    left: 0;
    background-image: url("../../assets/images/log_in.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }
  .user-login-form .form-item,
  .user-pass .form-item {
    margin-bottom: 20px; }
  .user-login-form input:not(.button),
  .user-pass input:not(.button) {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    transition: all 0.1s ease-in-out; }
    .user-login-form input:not(.button):focus,
    .user-pass input:not(.button):focus {
      padding-left: 20px;
      outline: none;
      border-color: #46588a; }
  .user-login-form label,
  .user-pass label {
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 3px;
    display: none; }
  .user-login-form .description,
  .user-pass .description {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 3px;
    display: none; }
  .user-login-form .button,
  .user-login-form .ui-widget.ui-widget-content .button,
  .ui-widget.ui-widget-content .user-login-form .button,
  .user-login-form .ui-dialog .ui-dialog-buttonset .button,
  .ui-dialog .ui-dialog-buttonset .user-login-form .button,
  .user-login-form .button,
  .user-login-form .c-btn-block,
  .user-login-form main.page-404 [data-history-node-id="74"] a,
  main.page-404 [data-history-node-id="74"] .user-login-form a,
  .user-login-form main.page-404 [data-history-node-id="73"] a,
  main.page-404 [data-history-node-id="73"] .user-login-form a,
  .user-login-form main.page-403 [data-history-node-id="74"] a,
  main.page-403 [data-history-node-id="74"] .user-login-form a,
  .user-login-form main.page-403 [data-history-node-id="73"] a,
  main.page-403 [data-history-node-id="73"] .user-login-form a,
  .user-login-form .page-comment .comment-delete-flag-form .button,
  .page-comment .comment-delete-flag-form .user-login-form .button,
  .user-login-form [id*='password-page-form'] input[id*='edit-submit'],
  [id*='password-page-form'] .user-login-form input[id*='edit-submit'],
  .user-login-form [id="block-campaignsnewsblock"] [id*="edit-submit"],
  [id="block-campaignsnewsblock"] .user-login-form [id*="edit-submit"],
  .user-login-form .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions .user-login-form input,
  .user-login-form .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions .user-login-form input,
  .user-login-form .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions .user-login-form input,
  .user-login-form .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions .user-login-form input,
  .user-login-form .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input.form-submit,
  .user-login-form .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-login-form input[value="Remove"],
  .user-login-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input[value="Remove"],
  .user-login-form .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input.form-submit,
  .user-login-form .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-login-form input[value="Remove"],
  .user-login-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input[value="Remove"],
  .user-login-form .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input.form-submit,
  .user-login-form .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-login-form input[value="Remove"],
  .user-login-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input[value="Remove"],
  .user-login-form .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input.form-submit,
  .user-login-form .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-login-form input[value="Remove"],
  .user-login-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-login-form input[value="Remove"],
  .user-login-form .comment-form .form-submit,
  .comment-form .user-login-form .form-submit,
  .user-login-form .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-login-form input[value="Remove"],
  .user-login-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form .user-login-form input[value="Remove"],
  .user-pass .button,
  .user-pass .ui-widget.ui-widget-content .button,
  .ui-widget.ui-widget-content .user-pass .button,
  .user-pass .ui-dialog .ui-dialog-buttonset .button,
  .ui-dialog .ui-dialog-buttonset .user-pass .button,
  .user-pass .button,
  .user-pass .c-btn-block,
  .user-pass main.page-404 [data-history-node-id="74"] a,
  main.page-404 [data-history-node-id="74"] .user-pass a,
  .user-pass main.page-404 [data-history-node-id="73"] a,
  main.page-404 [data-history-node-id="73"] .user-pass a,
  .user-pass main.page-403 [data-history-node-id="74"] a,
  main.page-403 [data-history-node-id="74"] .user-pass a,
  .user-pass main.page-403 [data-history-node-id="73"] a,
  main.page-403 [data-history-node-id="73"] .user-pass a,
  .user-pass .page-comment .comment-delete-flag-form .button,
  .page-comment .comment-delete-flag-form .user-pass .button,
  .user-pass [id*='password-page-form'] input[id*='edit-submit'],
  [id*='password-page-form'] .user-pass input[id*='edit-submit'],
  .user-pass [id="block-campaignsnewsblock"] [id*="edit-submit"],
  [id="block-campaignsnewsblock"] .user-pass [id*="edit-submit"],
  .user-pass .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions .user-pass input,
  .user-pass .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions .user-pass input,
  .user-pass .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions .user-pass input,
  .user-pass .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions .user-pass input,
  .user-pass .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input.form-submit,
  .user-pass .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-pass input[value="Remove"],
  .user-pass .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input[value="Remove"],
  .user-pass .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input.form-submit,
  .user-pass .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-pass input[value="Remove"],
  .user-pass .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input[value="Remove"],
  .user-pass .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input.form-submit,
  .user-pass .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-pass input[value="Remove"],
  .user-pass .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input[value="Remove"],
  .user-pass .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input.form-submit,
  .user-pass .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-pass input[value="Remove"],
  .user-pass .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .user-pass input[value="Remove"],
  .user-pass .comment-form .form-submit,
  .comment-form .user-pass .form-submit,
  .user-pass .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .user-pass input[value="Remove"],
  .user-pass .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form .user-pass input[value="Remove"] {
    margin-right: 15px;
    margin-top: 10px; }

.page-user-login [id="block-itf-page-title"],
.page-user-password [id="block-itf-page-title"] {
  padding-bottom: 0; }

main.page-404 .c-main-layout-wrapper,
main.page-403 .c-main-layout-wrapper,
.page-user-login .c-main-layout-wrapper,
.page-user-password .c-main-layout-wrapper {
  position: relative;
  padding-top: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  main.page-404 .c-main-layout-wrapper::before,
  main.page-403 .c-main-layout-wrapper::before,
  .page-user-login .c-main-layout-wrapper::before,
  .page-user-password .c-main-layout-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../assets/images/log_in.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }

main.page-404 .main-content,
main.page-403 .main-content,
.page-user-login .main-content,
.page-user-password .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 65px; }

main.page-404 [id="block-itf-local-tasks"],
main.page-403 [id="block-itf-local-tasks"],
.page-user-login [id="block-itf-local-tasks"],
.page-user-password [id="block-itf-local-tasks"] {
  display: none; }

main.page-404,
main.page-403 {
  position: relative;
  padding-top: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  main.page-404::before,
  main.page-403::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../assets/images/404.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }
  main.page-404 [id="block-itf-breadcrumbs"],
  main.page-403 [id="block-itf-breadcrumbs"] {
    display: none; }
  main.page-404 .main-content,
  main.page-403 .main-content {
    padding: 80px 0 65px; }
  main.page-404 .c-main-layout-wrapper::before,
  main.page-403 .c-main-layout-wrapper::before {
    background-image: url("../../assets/images/404.png"); }
  main.page-404 [id="block-itf-content"],
  main.page-403 [id="block-itf-content"] {
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 21px; }
  main.page-404 [data-history-node-id="74"],
  main.page-404 [data-history-node-id="73"],
  main.page-403 [data-history-node-id="74"],
  main.page-403 [data-history-node-id="73"] {
    width: 100%;
    margin: 0 auto; }
    main.page-404 [data-history-node-id="74"] a,
    main.page-404 [data-history-node-id="73"] a,
    main.page-403 [data-history-node-id="74"] a,
    main.page-403 [data-history-node-id="73"] a {
      text-decoration: none;
      padding-top: 10px;
      padding-bottom: 10px; }
    main.page-404 [data-history-node-id="74"] p,
    main.page-404 [data-history-node-id="73"] p,
    main.page-403 [data-history-node-id="74"] p,
    main.page-403 [data-history-node-id="73"] p {
      line-height: 1.1;
      margin-bottom: 40px; }
      main.page-404 [data-history-node-id="74"] p strong,
      main.page-404 [data-history-node-id="73"] p strong,
      main.page-403 [data-history-node-id="74"] p strong,
      main.page-403 [data-history-node-id="73"] p strong {
        font-weight: 600; }
    main.page-404 [data-history-node-id="74"] .links.inline,
    main.page-404 [data-history-node-id="73"] .links.inline,
    main.page-403 [data-history-node-id="74"] .links.inline,
    main.page-403 [data-history-node-id="73"] .links.inline {
      display: none; }
  main.page-404 .field-field_comment,
  main.page-403 .field-field_comment {
    padding: 0; }
  main.page-404 [id="block-itf-page-title"],
  main.page-403 [id="block-itf-page-title"] {
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 25px;
    margin-top: 0;
    position: relative;
    font-size: 100px;
    color: #46588a;
    text-align: center; }
    main.page-404 [id="block-itf-page-title"]::before,
    main.page-403 [id="block-itf-page-title"]::before {
      display: none; }
    main.page-404 [id="block-itf-page-title"] h1,
    main.page-403 [id="block-itf-page-title"] h1 {
      font-weight: 400;
      letter-spacing: 2px;
      font-size: 100px;
      text-align: center;
      color: #46588a;
      line-height: 1; }
      main.page-404 [id="block-itf-page-title"] h1 span,
      main.page-403 [id="block-itf-page-title"] h1 span {
        line-height: 1; }

[class*="page-user"].toolbar.toolbar-tray-vertical .c-main-layout-wrapper,
[class*="page-user"].toolbar-fixed .c-main-layout-wrapper,
[class*="page-user"].toolbar-tray-vertical .c-main-layout-wrapper,
[class*="page-user"].toolbar-vertical .c-main-layout-wrapper {
  position: relative;
  padding-top: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  [class*="page-user"].toolbar.toolbar-tray-vertical .c-main-layout-wrapper::before,
  [class*="page-user"].toolbar-fixed .c-main-layout-wrapper::before,
  [class*="page-user"].toolbar-tray-vertical .c-main-layout-wrapper::before,
  [class*="page-user"].toolbar-vertical .c-main-layout-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../assets/images/log_in.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }

[class*="page-user"].toolbar.toolbar-tray-vertical [id="block-itf-page-title"],
[class*="page-user"].toolbar-fixed [id="block-itf-page-title"],
[class*="page-user"].toolbar-tray-vertical [id="block-itf-page-title"],
[class*="page-user"].toolbar-vertical [id="block-itf-page-title"] {
  text-align: center; }
  [class*="page-user"].toolbar.toolbar-tray-vertical [id="block-itf-page-title"] h1,
  [class*="page-user"].toolbar-fixed [id="block-itf-page-title"] h1,
  [class*="page-user"].toolbar-tray-vertical [id="block-itf-page-title"] h1,
  [class*="page-user"].toolbar-vertical [id="block-itf-page-title"] h1 {
    text-align: center; }

[class*="page-user"].toolbar.toolbar-tray-vertical .main-content,
[class*="page-user"].toolbar-fixed .main-content,
[class*="page-user"].toolbar-tray-vertical .main-content,
[class*="page-user"].toolbar-vertical .main-content {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

[class*="page-user"].toolbar.toolbar-tray-vertical [id="block-itf-content"],
[class*="page-user"].toolbar-fixed [id="block-itf-content"],
[class*="page-user"].toolbar-tray-vertical [id="block-itf-content"],
[class*="page-user"].toolbar-vertical [id="block-itf-content"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex;
  justify-content: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[class*="page-user"].toolbar.toolbar-tray-vertical [id="block-itf-local-tasks"] ul,
[class*="page-user"].toolbar-fixed [id="block-itf-local-tasks"] ul,
[class*="page-user"].toolbar-tray-vertical [id="block-itf-local-tasks"] ul,
[class*="page-user"].toolbar-vertical [id="block-itf-local-tasks"] ul {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex; }

[class*="page-user"].toolbar.toolbar-tray-vertical .field-user_picture,
[class*="page-user"].toolbar-fixed .field-user_picture,
[class*="page-user"].toolbar-tray-vertical .field-user_picture,
[class*="page-user"].toolbar-vertical .field-user_picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px; }

[class*="page-user"].toolbar.toolbar-tray-vertical .form-no-label,
[class*="page-user"].toolbar-fixed .form-no-label,
[class*="page-user"].toolbar-tray-vertical .form-no-label,
[class*="page-user"].toolbar-vertical .form-no-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline; }
  [class*="page-user"].toolbar.toolbar-tray-vertical .form-no-label h4,
  [class*="page-user"].toolbar-fixed .form-no-label h4,
  [class*="page-user"].toolbar-tray-vertical .form-no-label h4,
  [class*="page-user"].toolbar-vertical .form-no-label h4 {
    margin-bottom: 0;
    margin-right: 5px;
    position: relative; }
    [class*="page-user"].toolbar.toolbar-tray-vertical .form-no-label h4::after,
    [class*="page-user"].toolbar-fixed .form-no-label h4::after,
    [class*="page-user"].toolbar-tray-vertical .form-no-label h4::after,
    [class*="page-user"].toolbar-vertical .form-no-label h4::after {
      content: ':'; }

.c-flag-title {
  font-size: 17px;
  display: block;
  margin-bottom: 10px; }

.messages--error {
  color: #e4343e; }

.page-comment [id="block-itf-page-title"] {
  padding-bottom: 25px; }
  .page-comment [id="block-itf-page-title"] h1 {
    color: #555555;
    text-align: center; }

.page-comment [id="block-itf-local-tasks"] ul {
  -ms-flex-pack: center;
  justify-content: center; }

.page-comment .comment-form {
  margin: 0 auto; }

.page-comment .comment-delete-flag-form {
  margin: 25px auto 0;
  text-align: center; }
  .page-comment .comment-delete-flag-form-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px; }
  .page-comment .comment-delete-flag-form .button {
    margin-right: 10px; }

[aria-controls*="edit-author--"] {
  margin-bottom: 15px; }
  [aria-controls*="edit-author--"]:focus {
    outline: none; }

.ltr-conntent .layout-container * {
  text-align: right; }
  .ltr-conntent .layout-container * bdi {
    direction: rtl; }
  .ltr-conntent .layout-container * .field-body p {
    direction: rtl; }

.fancybox-button--play,
.fancybox-button--thumbs {
  display: none; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5); }

.fancybox-slide--video .fancybox-content {
  border: 15px solid #fff;
  border-radius: 10px; }

.fancybox-close-small {
  height: 30px;
  width: 30px;
  top: -29px;
  right: -29px;
  padding: 0;
  border-radius: 50%;
  background-color: #000;
  border: 3px solid #fff;
  box-shadow: 0 0 5px black; }

.page-join-the-solidarity-network [role=contentinfo] {
  margin-bottom: 30px; }
  .page-join-the-solidarity-network [role=contentinfo] ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-join-the-solidarity-network [role=contentinfo] li:first-child {
    display: none; }

[id="block-imageblock"],
[id="block-newsimageblock"] {
  margin-bottom: 25px; }

.page-join-the-solidarity-network [id*="block-itf-content"] > div:first-child::before,
.page-sign-up-for-news [id*="block-itf-content"] > div:first-child::before {
  border-top: 1px solid #c2c2c2;
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 25px;
  width: 100%; }

.ltr-conntent .page-join-the-solidarity-network .select2-container--default .select2-results__option, .ltr-conntent
.page-sign-up-for-news .select2-container--default .select2-results__option {
  -ms-flex-pack: start;
  justify-content: flex-start; }

[id*="block-itf-content"] {
  margin-bottom: 50px; }
  .page-workers-memorial-day [id*="block-itf-content"] .views-element-container {
    width: 100%; }
  .page-media_enquiry_form [id*="block-itf-content"] {
    padding: 0 21px; }
  [id*="block-itf-content"] h2:not(.title-section) {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px; }
  [id*="block-itf-content"] .field-body h2, [id*="block-itf-content"] .field-body .h2 {
    font-size: 1.5rem; }
  [id*="block-itf-content"] h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px; }
  [id*="block-itf-content"] p {
    line-height: 22px;
    margin-bottom: 20px; }
    [id*="block-itf-content"] p a {
      color: #46588a;
      text-decoration: underline; }
      [id*="block-itf-content"] p a:hover {
        color: #354268;
        text-decoration: none; }
  .page-all-entries [id*="block-itf-content"],
  .page-longlist [id*="block-itf-content"],
  .page-shortlist [id*="block-itf-content"],
  .page-external-view [id*="block-itf-content"] {
    margin: 50px 0; }

.subscription-form,
.news-alert-form,
.confirm-subscription-delete-form {
  background-color: #ebebeb;
  padding: 20px; }
  .subscription-form .c-bottom-text,
  .news-alert-form .c-bottom-text,
  .confirm-subscription-delete-form .c-bottom-text {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
    .subscription-form .c-bottom-text a,
    .news-alert-form .c-bottom-text a,
    .confirm-subscription-delete-form .c-bottom-text a {
      color: inherit;
      text-decoration: underline; }
      .subscription-form .c-bottom-text a:hover,
      .news-alert-form .c-bottom-text a:hover,
      .confirm-subscription-delete-form .c-bottom-text a:hover {
        color: #46588a;
        text-decoration: none; }
  .subscription-form .js-form-type-textfield label,
  .news-alert-form .js-form-type-textfield label,
  .confirm-subscription-delete-form .js-form-type-textfield label {
    display: none; }
  .subscription-form .js-form-type-textfield input,
  .news-alert-form .js-form-type-textfield input,
  .confirm-subscription-delete-form .js-form-type-textfield input {
    border-radius: 3px;
    border: none;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0.12px;
    line-height: 1;
    margin-bottom: 18px;
    padding: 0 8px;
    width: 100%;
    transition: all 0.1s ease-in-out; }
    .subscription-form .js-form-type-textfield input::-webkit-input-placeholder, .news-alert-form .js-form-type-textfield input::-webkit-input-placeholder, .confirm-subscription-delete-form .js-form-type-textfield input::-webkit-input-placeholder {
      color: #666666;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px; }
    .subscription-form .js-form-type-textfield input:-moz-placeholder, .news-alert-form .js-form-type-textfield input:-moz-placeholder, .confirm-subscription-delete-form .js-form-type-textfield input:-moz-placeholder {
      color: #666666;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px; }
    .subscription-form .js-form-type-textfield input::-moz-placeholder, .news-alert-form .js-form-type-textfield input::-moz-placeholder, .confirm-subscription-delete-form .js-form-type-textfield input::-moz-placeholder {
      color: #666666;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px; }
    .subscription-form .js-form-type-textfield input:-ms-input-placeholder, .news-alert-form .js-form-type-textfield input:-ms-input-placeholder, .confirm-subscription-delete-form .js-form-type-textfield input:-ms-input-placeholder {
      color: #666666;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px; }
    .subscription-form .js-form-type-textfield input[disabled="disabled"],
    .news-alert-form .js-form-type-textfield input[disabled="disabled"],
    .confirm-subscription-delete-form .js-form-type-textfield input[disabled="disabled"] {
      background-color: #fff;
      opacity: 0.5; }
    .subscription-form .js-form-type-textfield input:focus,
    .news-alert-form .js-form-type-textfield input:focus,
    .confirm-subscription-delete-form .js-form-type-textfield input:focus {
      outline: none;
      padding-left: 12px; }
  .subscription-form .form-submit, .subscription-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .subscription-form input[value="Remove"],
  .news-alert-form .form-submit,
  .news-alert-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .news-alert-form input[value="Remove"],
  .confirm-subscription-delete-form .form-submit,
  .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input[value="Remove"] {
    background-color: #e4343e;
    border-radius: 3px;
    border: 2px solid #e4343e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-top: 35px;
    padding: 7px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out; }
    .subscription-form .form-submit:hover, .subscription-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .subscription-form input:hover[value="Remove"],
    .news-alert-form .form-submit:hover,
    .news-alert-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .news-alert-form input:hover[value="Remove"],
    .confirm-subscription-delete-form .form-submit:hover,
    .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input:hover[value="Remove"] {
      background-color: #fff;
      color: #e4343e; }
    .subscription-form .form-submit:focus, .subscription-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .subscription-form input:focus[value="Remove"],
    .news-alert-form .form-submit:focus,
    .news-alert-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .news-alert-form input:focus[value="Remove"],
    .confirm-subscription-delete-form .form-submit:focus,
    .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input:focus[value="Remove"] {
      outline: none; }
  .subscription-form .select2-container--default .select2-selection--single,
  .subscription-form .select2-container--default .select2-selection--multiple,
  .news-alert-form .select2-container--default .select2-selection--single,
  .news-alert-form .select2-container--default .select2-selection--multiple,
  .confirm-subscription-delete-form .select2-container--default .select2-selection--single,
  .confirm-subscription-delete-form .select2-container--default .select2-selection--multiple {
    border: none; }

.news-alert-form select[id="edit-sector"] ~ .select2,
.news-alert-form select[id="edit-topic"] ~ .select2,
.confirm-subscription-delete-form select[id="edit-sector"] ~ .select2,
.confirm-subscription-delete-form select[id="edit-topic"] ~ .select2 {
  min-width: 228px; }

.news-alert-form select[id="edit-language"] ~ .select2,
.confirm-subscription-delete-form select[id="edit-language"] ~ .select2 {
  min-width: 158px; }

.ltr-conntent .news-alert-form .select2-container--default .select2-search--inline .select2-search__field, .ltr-conntent
.confirm-subscription-delete-form .select2-container--default .select2-search--inline .select2-search__field {
  text-align: right; }

.news-alert-form .c-form-select,
.news-alert-form .c-form-radios,
.news-alert-form .form-item-language,
.news-alert-form .form-item-sector,
.news-alert-form .form-item-topic,
.confirm-subscription-delete-form .c-form-select,
.confirm-subscription-delete-form .c-form-radios,
.confirm-subscription-delete-form .form-item-language,
.confirm-subscription-delete-form .form-item-sector,
.confirm-subscription-delete-form .form-item-topic {
  margin: 18px 0; }
  .news-alert-form .c-form-select .form-item-sector,
  .news-alert-form .c-form-select .form-item-topic,
  .news-alert-form .c-form-radios .form-item-sector,
  .news-alert-form .c-form-radios .form-item-topic,
  .news-alert-form .form-item-language .form-item-sector,
  .news-alert-form .form-item-language .form-item-topic,
  .news-alert-form .form-item-sector .form-item-sector,
  .news-alert-form .form-item-sector .form-item-topic,
  .news-alert-form .form-item-topic .form-item-sector,
  .news-alert-form .form-item-topic .form-item-topic,
  .confirm-subscription-delete-form .c-form-select .form-item-sector,
  .confirm-subscription-delete-form .c-form-select .form-item-topic,
  .confirm-subscription-delete-form .c-form-radios .form-item-sector,
  .confirm-subscription-delete-form .c-form-radios .form-item-topic,
  .confirm-subscription-delete-form .form-item-language .form-item-sector,
  .confirm-subscription-delete-form .form-item-language .form-item-topic,
  .confirm-subscription-delete-form .form-item-sector .form-item-sector,
  .confirm-subscription-delete-form .form-item-sector .form-item-topic,
  .confirm-subscription-delete-form .form-item-topic .form-item-sector,
  .confirm-subscription-delete-form .form-item-topic .form-item-topic {
    margin: 0; }
  .news-alert-form .c-form-select > label,
  .news-alert-form .c-form-radios > label,
  .news-alert-form .form-item-language > label,
  .news-alert-form .form-item-sector > label,
  .news-alert-form .form-item-topic > label,
  .confirm-subscription-delete-form .c-form-select > label,
  .confirm-subscription-delete-form .c-form-radios > label,
  .confirm-subscription-delete-form .form-item-language > label,
  .confirm-subscription-delete-form .form-item-sector > label,
  .confirm-subscription-delete-form .form-item-topic > label {
    color: #808080;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0; }

.ltr-conntent .news-alert-form .c-form-select, .ltr-conntent
.news-alert-form .form-item-language, .ltr-conntent
.news-alert-form .form-item-topic, .ltr-conntent
.news-alert-form .form-item-sector, .ltr-conntent
.news-alert-form .c-form-radios, .ltr-conntent
.news-alert-form .js-form-type-checkbox, .ltr-conntent
.confirm-subscription-delete-form .c-form-select, .ltr-conntent
.confirm-subscription-delete-form .form-item-language, .ltr-conntent
.confirm-subscription-delete-form .form-item-topic, .ltr-conntent
.confirm-subscription-delete-form .form-item-sector, .ltr-conntent
.confirm-subscription-delete-form .c-form-radios, .ltr-conntent
.confirm-subscription-delete-form .js-form-type-checkbox {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.news-alert-form .c-form-select label,
.news-alert-form .form-item-language > label,
.news-alert-form .form-item-topic label,
.news-alert-form .form-item-sector label,
.confirm-subscription-delete-form .c-form-select label,
.confirm-subscription-delete-form .form-item-language > label,
.confirm-subscription-delete-form .form-item-topic label,
.confirm-subscription-delete-form .form-item-sector label {
  display: inline-block;
  min-width: 130px;
  white-space: nowrap;
  text-align: left; }
  .ltr-conntent .news-alert-form .c-form-select label, .ltr-conntent
  .news-alert-form .form-item-language > label, .ltr-conntent
  .news-alert-form .form-item-topic label, .ltr-conntent
  .news-alert-form .form-item-sector label, .ltr-conntent
  .confirm-subscription-delete-form .c-form-select label, .ltr-conntent
  .confirm-subscription-delete-form .form-item-language > label, .ltr-conntent
  .confirm-subscription-delete-form .form-item-topic label, .ltr-conntent
  .confirm-subscription-delete-form .form-item-sector label {
    text-align: right; }

.news-alert-form .form-item-language,
.confirm-subscription-delete-form .form-item-language {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }

.news-alert-form .c-form-radios,
.confirm-subscription-delete-form .c-form-radios {
  font-size: 12px;
  line-height: 1.1;
  color: #808080;
  font-weight: 600;
  margin: 5px 0 20px; }

.news-alert-form .fieldset-wrapper > div,
.confirm-subscription-delete-form .fieldset-wrapper > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .news-alert-form .fieldset-wrapper > div > div,
  .confirm-subscription-delete-form .fieldset-wrapper > div > div {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px; }

.news-alert-form input.error {
  border: 1px solid #e4343e; }

.news-alert-form #edit-sector.error + .select2-container,
.news-alert-form #edit-topic.error + .select2-container {
  border: 1px solid #e4343e; }

.news-alert-form #edit-type--wrapper.error .js-form-type-radio label::before {
  border: 1px solid #e4343e; }

.confirm-subscription-delete-form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto; }
  .confirm-subscription-delete-form .form-submit + a, .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] + a, .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input[value="Remove"] + a {
    background-color: #e4343e;
    border-radius: 3px;
    border: 2px solid #e4343e;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-top: 35px;
    padding: 7px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out; }
    .confirm-subscription-delete-form .form-submit + a:hover, .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] + a:hover, .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input[value="Remove"] + a:hover {
      background-color: #fff;
      color: #e4343e;
      text-decoration: none; }
    .confirm-subscription-delete-form .form-submit + a:focus, .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] + a:focus, .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input[value="Remove"] + a:focus {
      outline: none; }

.page-media_enquiry_form .webform-submission-form,
.page-media_enquiry_form .node-memorial-page-form,
.page-node-webform .webform-submission-form,
.page-node-webform .node-memorial-page-form,
.page-node .webform-submission-form,
.page-node .node-memorial-page-form {
  padding: 60px;
  background-color: #ebebeb;
  width: 100%; }
  .page-media_enquiry_form .webform-submission-form [class*="form-item-"],
  .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"],
  .page-node-webform .webform-submission-form [class*="form-item-"],
  .page-node-webform .node-memorial-page-form [class*="form-item-"],
  .page-node .webform-submission-form [class*="form-item-"],
  .page-node .node-memorial-page-form [class*="form-item-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .page-media_enquiry_form .webform-submission-form [class*="form-item-"] label,
    .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] label,
    .page-node-webform .webform-submission-form [class*="form-item-"] label,
    .page-node-webform .node-memorial-page-form [class*="form-item-"] label,
    .page-node .webform-submission-form [class*="form-item-"] label,
    .page-node .node-memorial-page-form [class*="form-item-"] label {
      margin: 0;
      color: #808080;
      font-weight: 600;
      min-width: 200px; }
    .page-media_enquiry_form .webform-submission-form [class*="form-item-"] .form-required::after,
    .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] .form-required::after,
    .page-node-webform .webform-submission-form [class*="form-item-"] .form-required::after,
    .page-node-webform .node-memorial-page-form [class*="form-item-"] .form-required::after,
    .page-node .webform-submission-form [class*="form-item-"] .form-required::after,
    .page-node .node-memorial-page-form [class*="form-item-"] .form-required::after {
      color: #808080;
      content: "*"; }
    .page-media_enquiry_form .webform-submission-form [class*="form-item-"] input, .page-media_enquiry_form .webform-submission-form [class*="form-item-"] textarea,
    .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] input,
    .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] textarea,
    .page-node-webform .webform-submission-form [class*="form-item-"] input,
    .page-node-webform .webform-submission-form [class*="form-item-"] textarea,
    .page-node-webform .node-memorial-page-form [class*="form-item-"] input,
    .page-node-webform .node-memorial-page-form [class*="form-item-"] textarea,
    .page-node .webform-submission-form [class*="form-item-"] input,
    .page-node .webform-submission-form [class*="form-item-"] textarea,
    .page-node .node-memorial-page-form [class*="form-item-"] input,
    .page-node .node-memorial-page-form [class*="form-item-"] textarea {
      margin: 0;
      width: 100%;
      min-height: 30px;
      min-width: 0;
      padding: 5px 10px;
      border-radius: 3px;
      border: none;
      box-sizing: border-box; }
    .page-media_enquiry_form .webform-submission-form [class*="form-item-"] textarea,
    .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] textarea,
    .page-node-webform .webform-submission-form [class*="form-item-"] textarea,
    .page-node-webform .node-memorial-page-form [class*="form-item-"] textarea,
    .page-node .webform-submission-form [class*="form-item-"] textarea,
    .page-node .node-memorial-page-form [class*="form-item-"] textarea {
      min-height: 130px;
      resize: vertical;
      max-width: none; }
  .page-media_enquiry_form .webform-submission-form .form-item-your-request,
  .page-media_enquiry_form .node-memorial-page-form .form-item-your-request,
  .page-node-webform .webform-submission-form .form-item-your-request,
  .page-node-webform .node-memorial-page-form .form-item-your-request,
  .page-node .webform-submission-form .form-item-your-request,
  .page-node .node-memorial-page-form .form-item-your-request {
    -ms-flex-align: start;
    align-items: flex-start; }
    .page-media_enquiry_form .webform-submission-form .form-item-your-request div,
    .page-media_enquiry_form .node-memorial-page-form .form-item-your-request div,
    .page-node-webform .webform-submission-form .form-item-your-request div,
    .page-node-webform .node-memorial-page-form .form-item-your-request div,
    .page-node .webform-submission-form .form-item-your-request div,
    .page-node .node-memorial-page-form .form-item-your-request div {
      width: 100%; }
  .page-media_enquiry_form .webform-submission-form #edit-processed-text-01,
  .page-media_enquiry_form .node-memorial-page-form #edit-processed-text-01,
  .page-node-webform .webform-submission-form #edit-processed-text-01,
  .page-node-webform .node-memorial-page-form #edit-processed-text-01,
  .page-node .webform-submission-form #edit-processed-text-01,
  .page-node .node-memorial-page-form #edit-processed-text-01 {
    display: block;
    width: 100%;
    margin: 20px 0; }
    .page-media_enquiry_form .webform-submission-form #edit-processed-text-01 span,
    .page-media_enquiry_form .node-memorial-page-form #edit-processed-text-01 span,
    .page-node-webform .webform-submission-form #edit-processed-text-01 span,
    .page-node-webform .node-memorial-page-form #edit-processed-text-01 span,
    .page-node .webform-submission-form #edit-processed-text-01 span,
    .page-node .node-memorial-page-form #edit-processed-text-01 span {
      color: #808080;
      font-size: 15px; }
  .page-media_enquiry_form .webform-submission-form .checkboxes--wrapper legend,
  .page-media_enquiry_form .node-memorial-page-form .checkboxes--wrapper legend,
  .page-node-webform .webform-submission-form .checkboxes--wrapper legend,
  .page-node-webform .node-memorial-page-form .checkboxes--wrapper legend,
  .page-node .webform-submission-form .checkboxes--wrapper legend,
  .page-node .node-memorial-page-form .checkboxes--wrapper legend {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #808080;
    font-weight: 600; }
  .page-media_enquiry_form .webform-submission-form .form-submit, .page-media_enquiry_form .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-media_enquiry_form .webform-submission-form input[value="Remove"],
  .page-media_enquiry_form .node-memorial-page-form .form-submit,
  .page-media_enquiry_form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .page-media_enquiry_form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node-webform .webform-submission-form .form-submit,
  .page-node-webform .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-node-webform .webform-submission-form input[value="Remove"],
  .page-node-webform .node-memorial-page-form .form-submit,
  .page-node-webform .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .page-node-webform .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .webform-submission-form .form-submit,
  .page-node .webform-submission-form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .webform-submission-form input[value="Remove"],
  .page-node .node-memorial-page-form .form-submit,
  .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] {
    background-color: #e4343e;
    border-radius: 3px;
    border: 2px solid #e4343e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-top: 15px;
    padding: 7px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out; }
    .page-media_enquiry_form .webform-submission-form .form-submit:hover, .page-media_enquiry_form .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-media_enquiry_form .webform-submission-form input:hover[value="Remove"],
    .page-media_enquiry_form .node-memorial-page-form .form-submit:hover,
    .page-media_enquiry_form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .page-media_enquiry_form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node-webform .webform-submission-form .form-submit:hover,
    .page-node-webform .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-node-webform .webform-submission-form input:hover[value="Remove"],
    .page-node-webform .node-memorial-page-form .form-submit:hover,
    .page-node-webform .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .page-node-webform .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .webform-submission-form .form-submit:hover,
    .page-node .webform-submission-form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .webform-submission-form input:hover[value="Remove"],
    .page-node .node-memorial-page-form .form-submit:hover,
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"] {
      background-color: #fff;
      color: #e4343e; }
    .page-media_enquiry_form .webform-submission-form .form-submit:focus, .page-media_enquiry_form .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-media_enquiry_form .webform-submission-form input:focus[value="Remove"],
    .page-media_enquiry_form .node-memorial-page-form .form-submit:focus,
    .page-media_enquiry_form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .page-media_enquiry_form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node-webform .webform-submission-form .form-submit:focus,
    .page-node-webform .webform-submission-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-node-webform .webform-submission-form input:focus[value="Remove"],
    .page-node-webform .node-memorial-page-form .form-submit:focus,
    .page-node-webform .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .page-node-webform .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .webform-submission-form .form-submit:focus,
    .page-node .webform-submission-form .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"],
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .webform-submission-form input:focus[value="Remove"],
    .page-node .node-memorial-page-form .form-submit:focus,
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:focus[value="Remove"] {
      outline: none; }

.page-media_enquiry_form .c-node-content,
.page-node-webform .c-node-content,
.page-node .c-node-content {
  padding: 0 0 0 21px;
  margin-top: 30px; }
  .page-media_enquiry_form .c-node-content .links.inline,
  .page-node-webform .c-node-content .links.inline,
  .page-node .c-node-content .links.inline {
    display: none; }
  .page-media_enquiry_form .c-node-content .field-body,
  .page-node-webform .c-node-content .field-body,
  .page-node .c-node-content .field-body {
    width: 100%; }
    .page-media_enquiry_form .c-node-content .field-body p,
    .page-node-webform .c-node-content .field-body p,
    .page-node .c-node-content .field-body p {
      margin-bottom: 10px; }
    .page-media_enquiry_form .c-node-content .field-body h2,
    .page-node-webform .c-node-content .field-body h2,
    .page-node .c-node-content .field-body h2 {
      margin-top: 25px; }

.page-node .layout-container {
  margin: 0 !important; }

.page-node .node-memorial-page-form {
  margin-top: 50px; }
  .page-node .node-memorial-page-form .note-text {
    margin-bottom: 15px;
    font-size: 14px;
    font-style: italic; }
  .page-node .node-memorial-page-form .form-item-field-image-0 {
    display: block; }
    .page-node .node-memorial-page-form .form-item-field-image-0 label {
      margin-bottom: 10px; }
    .page-node .node-memorial-page-form .form-item-field-image-0 input {
      padding: 10px 0;
      width: auto; }
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .file--image {
      margin-left: 5px; }
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .file--image a {
        color: #46588a; }
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] {
      margin-left: 5px; }
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"]:hover {
        border: 1px solid #e4343e; }
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .form-file {
      padding: 10px;
      outline: none; }
    .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .throbber {
      display: inline-block;
      padding: 10px; }
  .page-node .node-memorial-page-form .captcha {
    padding: 10px 0; }
    .page-node .node-memorial-page-form .captcha .form-item-captcha-response {
      display: block;
      margin-top: 10px; }
      .page-node .node-memorial-page-form .captcha .form-item-captcha-response label {
        margin-bottom: 10px; }
      .page-node .node-memorial-page-form .captcha .form-item-captcha-response input {
        max-width: 180px; }
      .page-node .node-memorial-page-form .captcha .form-item-captcha-response .description {
        display: none; }
    .page-node .node-memorial-page-form .captcha .reload-captcha-wrapper a {
      color: #46588a; }

[id*='password-page-form'] .form-item-password label {
  display: block;
  cursor: text;
  margin-bottom: 20px; }

[id*='password-page-form'] input[id*='edit-password'] {
  width: 100%;
  max-width: 300px;
  margin: 0;
  outline: 0;
  padding: 5px; }

[id*='password-page-form'] input[id*='edit-submit'] {
  margin-top: 20px; }

div[id="block-itf-content"] .views-row {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .page-workers-memorial-day div[id="block-itf-content"] .views-row {
    border-bottom: none; }

div[id="block-itf-content"] .node-search-result,
div[id="block-itf-content"] .views-row,
div[id="block-itf-content"] .page-tag {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .ltr-conntent div[id="block-itf-content"] .node-search-result, .ltr-conntent
  div[id="block-itf-content"] .views-row, .ltr-conntent
  div[id="block-itf-content"] .page-tag {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  div[id="block-itf-content"] .node-search-result.node-search-result__event .c-info-wrapper,
  div[id="block-itf-content"] .views-row.node-search-result__event .c-info-wrapper,
  div[id="block-itf-content"] .page-tag.node-search-result__event .c-info-wrapper {
    padding-bottom: 0; }
  div[id="block-itf-content"] .node-search-result .c-info-image-holder,
  div[id="block-itf-content"] .views-row .c-info-image-holder,
  div[id="block-itf-content"] .page-tag .c-info-image-holder {
    margin-right: 20px;
    width: 254px;
    min-width: 254px;
    overflow: hidden;
    -ms-flex-positive: initial;
    flex-grow: initial; }
    .ltr-conntent div[id="block-itf-content"] .node-search-result .c-info-image-holder, .ltr-conntent
    div[id="block-itf-content"] .views-row .c-info-image-holder, .ltr-conntent
    div[id="block-itf-content"] .page-tag .c-info-image-holder {
      margin-right: initial;
      margin-left: 20px; }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder__reports,
    div[id="block-itf-content"] .views-row .c-info-image-holder__reports,
    div[id="block-itf-content"] .page-tag .c-info-image-holder__reports {
      width: 103px;
      min-width: 103px; }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email,
    div[id="block-itf-content"] .views-row .c-info-image-holder__with-email,
    div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email {
      position: relative; }
      div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email .c-info-box__read-more,
      div[id="block-itf-content"] .views-row .c-info-image-holder__with-email .c-info-box__read-more,
      div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email .c-info-box__read-more {
        top: auto;
        bottom: 5px;
        right: 5px;
        transform: translate(0); }
        div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email .c-info-box__read-more::before,
        div[id="block-itf-content"] .views-row .c-info-image-holder__with-email .c-info-box__read-more::before,
        div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email .c-info-box__read-more::before {
          color: #fff;
          font-size: 22px;
          background-color: transparent;
          height: auto;
          width: auto; }
        div[id="block-itf-content"] .node-search-result .c-info-image-holder__with-email .c-info-box__read-more::after,
        div[id="block-itf-content"] .views-row .c-info-image-holder__with-email .c-info-box__read-more::after,
        div[id="block-itf-content"] .page-tag .c-info-image-holder__with-email .c-info-box__read-more::after {
          display: none; }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder:hover img,
    div[id="block-itf-content"] .views-row .c-info-image-holder:hover img,
    div[id="block-itf-content"] .page-tag .c-info-image-holder:hover img {
      transform: scale(1.02); }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder img,
    div[id="block-itf-content"] .views-row .c-info-image-holder img,
    div[id="block-itf-content"] .page-tag .c-info-image-holder img {
      transition: 0.2s ease-out;
      width: 100%; }
  div[id="block-itf-content"] .node-search-result .c-info-text-holder,
  div[id="block-itf-content"] .views-row .c-info-text-holder,
  div[id="block-itf-content"] .page-tag .c-info-text-holder {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
  div[id="block-itf-content"] .node-search-result .c-info-src__pos,
  div[id="block-itf-content"] .views-row .c-info-src__pos,
  div[id="block-itf-content"] .page-tag .c-info-src__pos {
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }
  div[id="block-itf-content"] .node-search-result .c-info-src__tel,
  div[id="block-itf-content"] .node-search-result .c-info-src__email,
  div[id="block-itf-content"] .views-row .c-info-src__tel,
  div[id="block-itf-content"] .views-row .c-info-src__email,
  div[id="block-itf-content"] .page-tag .c-info-src__tel,
  div[id="block-itf-content"] .page-tag .c-info-src__email {
    display: block;
    margin-bottom: 5px; }
  div[id="block-itf-content"] .node-search-result .c-info-src__tel a,
  div[id="block-itf-content"] .node-search-result .c-info-src__website,
  div[id="block-itf-content"] .node-search-result .c-info-src__email a,
  div[id="block-itf-content"] .views-row .c-info-src__tel a,
  div[id="block-itf-content"] .views-row .c-info-src__website,
  div[id="block-itf-content"] .views-row .c-info-src__email a,
  div[id="block-itf-content"] .page-tag .c-info-src__tel a,
  div[id="block-itf-content"] .page-tag .c-info-src__website,
  div[id="block-itf-content"] .page-tag .c-info-src__email a {
    color: #555555;
    transition: all 0.1s ease-in-out; }
    div[id="block-itf-content"] .node-search-result .c-info-src__tel a:hover,
    div[id="block-itf-content"] .node-search-result .c-info-src__website:hover,
    div[id="block-itf-content"] .node-search-result .c-info-src__email a:hover,
    div[id="block-itf-content"] .views-row .c-info-src__tel a:hover,
    div[id="block-itf-content"] .views-row .c-info-src__website:hover,
    div[id="block-itf-content"] .views-row .c-info-src__email a:hover,
    div[id="block-itf-content"] .page-tag .c-info-src__tel a:hover,
    div[id="block-itf-content"] .page-tag .c-info-src__website:hover,
    div[id="block-itf-content"] .page-tag .c-info-src__email a:hover {
      color: #46588a;
      text-decoration: underline; }
  div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a,
  div[id="block-itf-content"] .views-row .c-info-image-holder__video a,
  div[id="block-itf-content"] .page-tag .c-info-image-holder__video a {
    display: block;
    position: relative; }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a::before,
    div[id="block-itf-content"] .views-row .c-info-image-holder__video a::before,
    div[id="block-itf-content"] .page-tag .c-info-image-holder__video a::before {
      position: absolute;
      color: #fff;
      font-size: 16px;
      bottom: 5px;
      right: 5px;
      width: 32px;
      height: 32px;
      border: 1px solid #069B9B;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #069B9B;
      z-index: 1;
      padding-left: 3px;
      transition: 0.2s ease-out; }
    div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a:hover,
    div[id="block-itf-content"] .views-row .c-info-image-holder__video a:hover,
    div[id="block-itf-content"] .page-tag .c-info-image-holder__video a:hover {
      text-decoration: none; }
      div[id="block-itf-content"] .node-search-result .c-info-image-holder__video a:hover::before,
      div[id="block-itf-content"] .views-row .c-info-image-holder__video a:hover::before,
      div[id="block-itf-content"] .page-tag .c-info-image-holder__video a:hover::before {
        background-color: #fff;
        color: #069B9B;
        transform: scale(1.1); }

div[id="block-itf-content"] .c-info-wrapper {
  position: relative;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  div[id="block-itf-content"] .c-info-wrapper .c-info {
    color: #676767;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 24.13px; }
    .ltr-conntent div[id="block-itf-content"] .c-info-wrapper .c-info {
      direction: rtl; }
    div[id="block-itf-content"] .c-info-wrapper .c-info > span:first-child {
      text-transform: uppercase; }
    .ltr-conntent div[id="block-itf-content"] .c-info-wrapper .c-info .c-info-date-c bdi {
      direction: ltr; }
    div[id="block-itf-content"] .c-info-wrapper .c-info .c-info-date-c + .c-press-release {
      text-transform: uppercase;
      position: relative;
      margin-left: 3px; }
      div[id="block-itf-content"] .c-info-wrapper .c-info .c-info-date-c + .c-press-release::before {
        content: ' | ';
        position: relative; }
  div[id="block-itf-content"] .c-info-wrapper .c-info-sep {
    font-weight: 400; }
  div[id="block-itf-content"] .c-info-wrapper h3 {
    margin: 3px 0 12px; }
    div[id="block-itf-content"] .c-info-wrapper h3 a {
      display: block;
      color: #555555; }
      div[id="block-itf-content"] .c-info-wrapper h3 a:hover {
        color: #46588a; }
  div[id="block-itf-content"] .c-info-wrapper .c-info__event-date,
  div[id="block-itf-content"] .c-info-wrapper .c-info__event-location {
    font-size: 15px;
    display: block;
    margin-bottom: 5px; }
    div[id="block-itf-content"] .c-info-wrapper .c-info__event-date strong,
    div[id="block-itf-content"] .c-info-wrapper .c-info__event-location strong {
      font-weight: 600; }

.page-external-view-password div[id="block-itf-content"] {
  margin: 50px 0; }

.c-info-comment {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .ltr-conntent .c-info-comment {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-info-comment::before {
    color: #676767;
    font-size: 25px; }
  .c-info-comment a {
    color: #676767;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    margin-left: 10px;
    text-decoration: underline; }
    .ltr-conntent .c-info-comment a {
      margin-left: 0;
      margin-right: 10px; }
    .c-info-comment a:hover {
      color: #46588a;
      text-decoration: none; }

.page-search .c-info-comment, .page-news .c-info-comment {
  position: absolute;
  right: 0;
  bottom: 0; }

.page-campaigns div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-campaigns div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-in-memory div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-in-memory div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-elected-officials div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-elected-officials div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-our-people div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-our-people div[id="block-itf-content"] .c-listing-boxes__wrap,
.page-node-page div[id="block-itf-content"] .views-infinite-scroll-content-wrapper,
.page-node-page div[id="block-itf-content"] .c-listing-boxes__wrap {
  border-bottom: 0; }
  .ltr-conntent .page-campaigns div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .ltr-conntent
  .page-campaigns div[id="block-itf-content"] .c-listing-boxes__wrap, .ltr-conntent
  .page-in-memory div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .ltr-conntent
  .page-in-memory div[id="block-itf-content"] .c-listing-boxes__wrap, .ltr-conntent
  .page-elected-officials div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .ltr-conntent
  .page-elected-officials div[id="block-itf-content"] .c-listing-boxes__wrap, .ltr-conntent
  .page-our-people div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .ltr-conntent
  .page-our-people div[id="block-itf-content"] .c-listing-boxes__wrap, .ltr-conntent
  .page-node-page div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .ltr-conntent
  .page-node-page div[id="block-itf-content"] .c-listing-boxes__wrap {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.page-news .c-info-label,
.page-news .c-info-sep,
.page-reports-publications .c-info-label,
.page-reports-publications .c-info-sep,
.page-training-education .c-info-label,
.page-training-education .c-info-sep {
  display: none; }

.page-tag div[id="block-itf-content"] .views-row article h2 {
  font-size: 1.125rem;
  margin: 3px 0 12px; }
  .page-tag div[id="block-itf-content"] .views-row article h2 a {
    display: block;
    color: #555555; }
    .page-tag div[id="block-itf-content"] .views-row article h2 a:hover {
      color: #46588a; }

.page-tag div[id="block-itf-content"] .views-row article p:last-of-type {
  margin-bottom: 0; }

.views-infinite-scroll-content-wrapper::after {
  display: none;
  content: ' .';
  font-size: 4em;
  width: 100%;
  text-align: center;
  animation: dots 0.3s steps(5, end) infinite; }

.views-infinite-scroll-content-wrapper.infinite-loaded::after {
  display: block; }

@keyframes dots {
  0%, 20% {
    color: #46588a;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: #46588a;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 #46588a, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: 0.25em 0 0 #46588a, 0.5em 0 0 #46588a; } }

.page-node-image_map .field-field_image img {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: -15px; }

.page-node-image_map .field-body p {
  max-width: 100% !important; }

[id="block-itf-breadcrumbs"] {
  position: relative; }
  [id="block-itf-breadcrumbs"] nav {
    padding-left: 0; }
  [id="block-itf-breadcrumbs"] ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 0 5px; }
    .ltr-conntent [id="block-itf-breadcrumbs"] ol {
      direction: rtl; }
  [id="block-itf-breadcrumbs"] a,
  [id="block-itf-breadcrumbs"] li {
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 24.13px;
    display: inline-block;
    text-decoration: underline; }
    [id="block-itf-breadcrumbs"] a:hover,
    [id="block-itf-breadcrumbs"] li:hover {
      text-decoration: none; }
  [id="block-itf-breadcrumbs"] li {
    color: #666666;
    display: inline-block;
    padding-right: 13px;
    margin-right: 6px;
    position: relative;
    text-decoration: none; }
    [id="block-itf-breadcrumbs"] li:last-of-type::before {
      display: none; }
    [id="block-itf-breadcrumbs"] li::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 6px;
      font-weight: 300;
      right: 0; }
    .ltr-conntent [id="block-itf-breadcrumbs"] li {
      padding-right: 0;
      padding-left: 13px;
      margin-right: 0;
      margin-left: 6px; }
      .ltr-conntent [id="block-itf-breadcrumbs"] li::before {
        left: 0;
        transform: translateY(-50%) rotate(-180deg); }

.page-search [id="block-itf-breadcrumbs"],
.page-news [id="block-itf-breadcrumbs"],
.page-node-news [id="block-itf-breadcrumbs"],
.page-node-reports_publications [id="block-itf-breadcrumbs"],
.page-reports-publications [id="block-itf-breadcrumbs"],
.page-training-education [id="block-itf-breadcrumbs"],
.page-node-training_education [id="block-itf-breadcrumbs"],
.page-campaigns [id="block-itf-breadcrumbs"],
.page-in-memory [id="block-itf-breadcrumbs"],
.page-elected-officials [id="block-itf-breadcrumbs"],
.page-our-people [id="block-itf-breadcrumbs"],
.page-node-persons [id="block-itf-breadcrumbs"],
.page-node-videos [id="block-itf-breadcrumbs"],
.page-videos [id="block-itf-breadcrumbs"],
.page-events [id="block-itf-breadcrumbs"],
.page-node-events [id="block-itf-breadcrumbs"],
.page-tag [id="block-itf-breadcrumbs"],
.page-node-campaigns [id="block-itf-breadcrumbs"],
.page-node-leaders_and_chairs [id="block-itf-breadcrumbs"],
.page-node-webform [id="block-itf-breadcrumbs"],
.page-node [id="block-itf-breadcrumbs"] {
  padding-top: 22px;
  margin: 0; }
  .page-search [id="block-itf-breadcrumbs"]::before,
  .page-news [id="block-itf-breadcrumbs"]::before,
  .page-node-news [id="block-itf-breadcrumbs"]::before,
  .page-node-reports_publications [id="block-itf-breadcrumbs"]::before,
  .page-reports-publications [id="block-itf-breadcrumbs"]::before,
  .page-training-education [id="block-itf-breadcrumbs"]::before,
  .page-node-training_education [id="block-itf-breadcrumbs"]::before,
  .page-campaigns [id="block-itf-breadcrumbs"]::before,
  .page-in-memory [id="block-itf-breadcrumbs"]::before,
  .page-elected-officials [id="block-itf-breadcrumbs"]::before,
  .page-our-people [id="block-itf-breadcrumbs"]::before,
  .page-node-persons [id="block-itf-breadcrumbs"]::before,
  .page-node-videos [id="block-itf-breadcrumbs"]::before,
  .page-videos [id="block-itf-breadcrumbs"]::before,
  .page-events [id="block-itf-breadcrumbs"]::before,
  .page-node-events [id="block-itf-breadcrumbs"]::before,
  .page-tag [id="block-itf-breadcrumbs"]::before,
  .page-node-campaigns [id="block-itf-breadcrumbs"]::before,
  .page-node-leaders_and_chairs [id="block-itf-breadcrumbs"]::before,
  .page-node-webform [id="block-itf-breadcrumbs"]::before,
  .page-node [id="block-itf-breadcrumbs"]::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw; }
  .page-search [id="block-itf-breadcrumbs"] li,
  .page-news [id="block-itf-breadcrumbs"] li,
  .page-node-news [id="block-itf-breadcrumbs"] li,
  .page-node-reports_publications [id="block-itf-breadcrumbs"] li,
  .page-reports-publications [id="block-itf-breadcrumbs"] li,
  .page-training-education [id="block-itf-breadcrumbs"] li,
  .page-node-training_education [id="block-itf-breadcrumbs"] li,
  .page-campaigns [id="block-itf-breadcrumbs"] li,
  .page-in-memory [id="block-itf-breadcrumbs"] li,
  .page-elected-officials [id="block-itf-breadcrumbs"] li,
  .page-our-people [id="block-itf-breadcrumbs"] li,
  .page-node-persons [id="block-itf-breadcrumbs"] li,
  .page-node-videos [id="block-itf-breadcrumbs"] li,
  .page-videos [id="block-itf-breadcrumbs"] li,
  .page-events [id="block-itf-breadcrumbs"] li,
  .page-node-events [id="block-itf-breadcrumbs"] li,
  .page-tag [id="block-itf-breadcrumbs"] li,
  .page-node-campaigns [id="block-itf-breadcrumbs"] li,
  .page-node-leaders_and_chairs [id="block-itf-breadcrumbs"] li,
  .page-node-webform [id="block-itf-breadcrumbs"] li,
  .page-node [id="block-itf-breadcrumbs"] li {
    color: #fff; }
  .page-search [id="block-itf-breadcrumbs"] a,
  .page-news [id="block-itf-breadcrumbs"] a,
  .page-node-news [id="block-itf-breadcrumbs"] a,
  .page-node-reports_publications [id="block-itf-breadcrumbs"] a,
  .page-reports-publications [id="block-itf-breadcrumbs"] a,
  .page-training-education [id="block-itf-breadcrumbs"] a,
  .page-node-training_education [id="block-itf-breadcrumbs"] a,
  .page-campaigns [id="block-itf-breadcrumbs"] a,
  .page-in-memory [id="block-itf-breadcrumbs"] a,
  .page-elected-officials [id="block-itf-breadcrumbs"] a,
  .page-our-people [id="block-itf-breadcrumbs"] a,
  .page-node-persons [id="block-itf-breadcrumbs"] a,
  .page-node-videos [id="block-itf-breadcrumbs"] a,
  .page-videos [id="block-itf-breadcrumbs"] a,
  .page-events [id="block-itf-breadcrumbs"] a,
  .page-node-events [id="block-itf-breadcrumbs"] a,
  .page-tag [id="block-itf-breadcrumbs"] a,
  .page-node-campaigns [id="block-itf-breadcrumbs"] a,
  .page-node-leaders_and_chairs [id="block-itf-breadcrumbs"] a,
  .page-node-webform [id="block-itf-breadcrumbs"] a,
  .page-node [id="block-itf-breadcrumbs"] a {
    color: #fff; }

.page-search [id="block-itf-breadcrumbs"]::before,
.page-search .c-search-filter-container::before {
  background: linear-gradient(90deg, #986798 0%, #986798 50%, rgba(152, 103, 152, 0.6) 100%); }

.page-news [id="block-itf-breadcrumbs"]::before,
.page-tag [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #46588a 0%, #46588a 66%, rgba(70, 88, 138, 0.87) 100%); }

.page-reports-publications [id="block-itf-breadcrumbs"]::before,
.page-training-education [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 66%, rgba(6, 155, 155, 0.87) 100%); }

.page-in-memory [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 66%, rgba(6, 155, 155, 0.87) 100%); }

.page-elected-officials [id="block-itf-breadcrumbs"]::before,
.page-our-people [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 66%, rgba(6, 155, 155, 0.87) 100%); }

.page-videos [id="block-itf-breadcrumbs"]::before,
.page-node-videos [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 66%, rgba(6, 155, 155, 0.87) 100%); }

.page-events [id="block-itf-breadcrumbs"]::before,
.page-node-events [id="block-itf-breadcrumbs"]::before,
.page-node-webform [id="block-itf-breadcrumbs"]::before {
  background: linear-gradient(90deg, #923f5b 0%, #923f5b 66%, rgba(146, 63, 91, 0.87) 100%); }

.page-node [id="block-itf-breadcrumbs"]::before,
.page-node .c-search-filter-container::before,
.page-node [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, black 0%, black 66%, #858585 100%); }

.c-news-slider {
  background-color: #e6e6e6;
  padding: 10px 0; }

.c-news-slider__wrap {
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 85px;
  opacity: 0;
  padding: 0 60px; }
  .c-news-slider__wrap .slick-prev {
    left: 15px; }
  .c-news-slider__wrap .slick-next {
    right: 15px; }

.c-news-slider__slide {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 15px 20px; }
  .c-news-slider__slide-date, .c-news-slider__slide-link {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2; }
  .c-news-slider__slide-date bdi {
    color: #666666; }
    .ltr-conntent .c-news-slider__slide-date bdi {
      direction: ltr; }
  .c-news-slider__slide-link {
    color: #46588a;
    display: block;
    transition: all 0.1s ease-in-out; }
    .c-news-slider__slide-link:hover {
      color: #000;
      outline: none;
      text-decoration: none; }
  .c-news-slider__slide.slick-current::after {
    display: none; }
  .c-news-slider__slide.slick-active::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c2c2c2;
    content: '';
    height: 75px;
    left: 0;
    width: 1px; }

.header-search {
  position: relative; }
  .header-search form {
    position: relative; }
    .header-search form::before {
      color: #bababa;
      font-size: 12px;
      left: 9px;
      position: absolute;
      top: 55%;
      pointer-events: none;
      transform: translateY(-50%);
      z-index: 1; }
  .header-search .form-actions {
    position: absolute;
    right: 0;
    top: 0; }
  .header-search .form-search {
    border-radius: 13px;
    border: 1px solid #b7b7b7;
    height: 27px;
    padding: 0 55px 0 30px;
    width: 155px; }
    .header-search .form-search:focus {
      outline: none; }
  .header-search .button {
    background-color: #46588a;
    border-radius: 0 13px 13px 0;
    border: 1px solid #46588a;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    height: 27px;
    line-height: 24px;
    padding: 0 15px 0 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.2s ease-out, border 0.25s ease-out; }
    .header-search .button:focus, .header-search .button:hover {
      background-color: rgba(70, 88, 138, 0.9);
      outline: none; }

.c-search-btn {
  background: transparent;
  border: none;
  color: #46588a;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px; }

.c-footer__social {
  background-color: #efefef;
  border-bottom: 2px solid #fff;
  padding: 6px 0; }

#block-followus {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .ltr-conntent #block-followus {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  #block-followus ul {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ltr-conntent #block-followus ul {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  #block-followus h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    margin-right: 15px;
    text-transform: uppercase; }
    .ltr-conntent #block-followus h2 {
      margin-right: 0;
      margin-left: 15px; }
  #block-followus li {
    border-right: 1px solid #b7b7b7;
    padding: 0 1.7vw 0 22px;
    position: relative; }
    .ltr-conntent #block-followus li {
      border-left: 1px solid #b7b7b7;
      border-right: none; }
    #block-followus li:last-of-type {
      border-right: none; }
      .ltr-conntent #block-followus li:last-of-type {
        border-left: none; }
  #block-followus a {
    -ms-flex-align: center;
    align-items: center;
    color: #46588a;
    display: -ms-flexbox;
    display: flex;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
    text-transform: capitalize;
    transition: color 0.15s ease-out; }
    .ltr-conntent #block-followus a {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #block-followus a::before {
      font-size: 25px;
      font-weight: 300;
      margin-right: 17px; }
      .ltr-conntent #block-followus a::before {
        margin-right: 0;
        margin-left: 17px; }
    #block-followus a:hover {
      color: #000;
      text-decoration: none; }
    #block-followus a.icon-twitter::before {
      color: #35a9d0; }
    #block-followus a.icon-facebook::before {
      color: #3c5a96; }
    #block-followus a.icon-instagram::before {
      color: #bc2a8d; }
    #block-followus a.icon-youtube::before {
      color: #ff0000; }
    #block-followus a.icon-linkedin::before {
      color: #1178b3; }
    #block-followus a.icon-feed::before {
      color: #f69830; }

.c-wide-info {
  margin-bottom: 41px; }
  .ltr-conntent .c-wide-info .c-numbers {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-wide-info .c-numbers__item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 51px; }
    .c-wide-info .c-numbers__item.c-image {
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      padding-right: 10px; }
    .c-wide-info .c-numbers__item i {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      height: 51px;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px;
      min-width: 46px;
      width: 51px;
      min-width: 51px; }
    .c-wide-info .c-numbers__item .icon-protest {
      background-color: #00ccff;
      font-size: 47px; }
      .c-wide-info .c-numbers__item .icon-protest::before {
        position: relative;
        top: -2px; }
    .c-wide-info .c-numbers__item i.icon-flag {
      background-color: #996699;
      font-size: 44px; }
      .c-wide-info .c-numbers__item i.icon-flag::before {
        position: relative;
        top: 5px; }
    .c-wide-info .c-numbers__item i.icon-region-global {
      background-color: #ff6600;
      font-size: 30px; }
    .ltr-conntent .c-wide-info .c-numbers__item.c-numbers__item {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .ltr-conntent .c-wide-info .c-numbers__item.c-image {
      padding-right: 0;
      padding-left: 10px; }
    .ltr-conntent .c-wide-info .c-numbers__item i {
      margin-right: 0;
      margin-left: 10px; }
  .c-wide-info .c-title {
    background: #d9d9d9;
    padding-left: 14px;
    padding-right: 14px; }
    .c-wide-info .c-title h3 {
      font-size: 15px;
      font-weight: 700;
      margin: 0; }
  .c-wide-info .c-members {
    background-color: #49d8fd; }
  .c-wide-info .c-unions {
    background-color: #b18db1; }
  .c-wide-info .c-countries {
    background-color: #fd8c49; }

.c-secondary-content {
  margin-bottom: 50px;
  overflow: hidden; }
  .c-secondary-content > .container > .row, .c-secondary-content > .itf-events-form > .row, .c-secondary-content > .c-footer__nav.container > ul, .c-secondary-content > .c-footer__nav.itf-events-form > ul, .c-secondary-content > .container > [id*="block-itf-content"], .c-secondary-content > .itf-events-form > [id*="block-itf-content"], .page-campaigns div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-campaigns div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap,
  .page-campaigns div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap, .page-node-reports_publications .c-secondary-content > .container > .c-node-content, .page-node-reports_publications .c-secondary-content > .itf-events-form > .c-node-content,
  .page-node-training_education .c-secondary-content > .container > .c-node-content,
  .page-node-training_education .c-secondary-content > .itf-events-form > .c-node-content, .page-workers-memorial-day .c-secondary-content > .container > .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-videos [id^="block-blocklatestvideo"] .c-secondary-content > .container > article, .page-videos [id^="block-blocklatestvideo"] .c-secondary-content > .itf-events-form > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-secondary-content > .container > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-secondary-content > .itf-events-form > article, .page-videos .c-secondary-content > .container > .views-infinite-scroll-content-wrapper, .page-videos .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-secondary-content > .container > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-node-videos [id^="block-itf-content"] .c-secondary-content > .container > article, .page-node-videos [id^="block-itf-content"] .c-secondary-content > .itf-events-form > article, .c-secondary-content > .container > .c-event-wrapper, .c-secondary-content > .itf-events-form > .c-event-wrapper {
    -ms-flex-align: start;
    align-items: flex-start; }
    .c-secondary-content > .container > .row > div, .c-secondary-content > .itf-events-form > .row > div, .c-secondary-content > .c-footer__nav.container > ul > div, .c-secondary-content > .c-footer__nav.itf-events-form > ul > div, .c-secondary-content > .container > [id*="block-itf-content"] > div, .c-secondary-content > .itf-events-form > [id*="block-itf-content"] > div, .page-campaigns div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap > div, .page-campaigns div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-secondary-content > .container > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-secondary-content > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-reports_publications .c-secondary-content > .container > .c-node-content > div, .page-node-reports_publications .c-secondary-content > .itf-events-form > .c-node-content > div, .page-node-training_education .c-secondary-content > .container > .c-node-content > div, .page-node-training_education .c-secondary-content > .itf-events-form > .c-node-content > div, .page-workers-memorial-day .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-workers-memorial-day .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-videos [id^="block-blocklatestvideo"] .c-secondary-content > .container > article > div, .page-videos [id^="block-blocklatestvideo"] .c-secondary-content > .itf-events-form > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-secondary-content > .container > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-secondary-content > .itf-events-form > article > div, .page-videos .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-videos .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-secondary-content > .container > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-secondary-content > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos [id^="block-itf-content"] .c-secondary-content > .container > article > div, .page-node-videos [id^="block-itf-content"] .c-secondary-content > .itf-events-form > article > div, .c-secondary-content > .container > .c-event-wrapper > div, .c-secondary-content > .itf-events-form > .c-event-wrapper > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-secondary-content h2 {
    margin-bottom: 30px;
    width: 100%; }
    .c-secondary-content h2::before {
      margin-right: 5px;
      margin-top: 2px; }
  .c-secondary-content [id*="block-blocktwitter"] {
    display: block !important; }
    .c-secondary-content [id*="block-blocktwitter"] h2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-secondary-content [id*="block-blocktwitter"] h2 a {
        color: #46588a;
        margin-left: 5px; }
  .c-secondary-content [id*="block-views-block-trending"] {
    counter-reset: section; }
    .c-secondary-content [id*="block-views-block-trending"] > div > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -21px;
      margin-left: -21px; }
      .ltr-conntent .c-secondary-content [id*="block-views-block-trending"] > div > div {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .c-secondary-content [id*="block-views-block-trending"] h2,
    .c-secondary-content [id*="block-views-block-trending"] > div:last-child {
      width: 100%; }
  .c-secondary-content .c-twitter__single__content {
    background-color: #efefef;
    font-size: 13px;
    padding: 20px 20px 55px;
    position: relative; }
    .c-secondary-content .c-twitter__single__content a {
      color: #35a9d0;
      font-size: inherit; }
  .c-secondary-content .c-twitter__head {
    margin-bottom: 15px; }
  .c-secondary-content .c-twitter-body {
    color: #000;
    line-height: 18px; }
  .c-secondary-content .c-twitter__acc {
    color: #929292;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600; }
    .ltr-conntent .c-secondary-content .c-twitter__acc {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .c-secondary-content .c-twitter__acc__name {
    margin-right: 5px; }
    .ltr-conntent .c-secondary-content .c-twitter__acc__name {
      margin-right: 0;
      margin-left: 5px; }
  .c-secondary-content .c-tweet-image {
    overflow: hidden;
    position: relative; }
  .c-secondary-content .c-tweet-video video {
    display: block;
    max-width: 100%; }
  .c-secondary-content .c-twitter-footer {
    -ms-flex-align: center;
    align-items: center;
    bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    left: 20px;
    position: absolute; }
    .ltr-conntent .c-secondary-content .c-twitter-footer {
      left: auto;
      right: 20px;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .c-secondary-content .c-twitter-footer > div {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex; }
      .ltr-conntent .c-secondary-content .c-twitter-footer > div {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .c-secondary-content .c-twitter-footer i {
      font-size: 24px;
      margin-right: 7px;
      position: relative;
      top: 2px; }
      .ltr-conntent .c-secondary-content .c-twitter-footer i {
        margin-right: 0;
        margin-left: 7px; }
  .c-secondary-content .c-twitter__retweet {
    margin-right: 30px; }
    .ltr-conntent .c-secondary-content .c-twitter__retweet {
      margin-right: 0;
      margin-left: 30px; }
  .c-secondary-content .views-row {
    position: relative;
    border-bottom: 1px solid #c2c2c2; }
    .c-secondary-content .views-row:first-of-type {
      border-top: 1px solid #c2c2c2; }
    .c-secondary-content .views-row .view-node {
      -ms-flex-align: center;
      align-items: center;
      color: #46588a;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.33;
      padding: 10px 10px 15px 0;
      transition: all 0.1s ease-in-out;
      padding-left: 60px; }
      .ltr-conntent .c-secondary-content .views-row .view-node {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 10px;
        padding-right: 60px; }
      .c-secondary-content .views-row .view-node:hover {
        text-decoration: none; }
        .c-secondary-content .views-row .view-node:hover::before {
          color: #46588a; }
      .c-secondary-content .views-row .view-node::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #8F8F8F;
        content: counter(section);
        counter-increment: section;
        font-size: 46px;
        font-weight: 600;
        line-height: 0.75;
        margin-right: 30px;
        transition: all 0.1s ease-in-out;
        left: 0; }
        .ltr-conntent .c-secondary-content .views-row .view-node::before {
          left: initial;
          right: 0;
          margin-right: 0;
          margin-left: 30px; }

.c-secondary-content__view-all {
  position: absolute;
  right: 20px;
  top: 11px; }
  .ltr-conntent .c-secondary-content__view-all {
    right: auto;
    left: 20px; }

[id="block-blocklatestcampaigns"] {
  margin-bottom: 39px; }
  [id="block-blocklatestcampaigns"] > h2 {
    font-size: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .ltr-conntent [id="block-blocklatestcampaigns"] > h2 {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    [id="block-blocklatestcampaigns"] > h2::before {
      font-size: 16px;
      margin-right: 10px; }

.c-latest-campaigns,
.c-campaign-teaser-box {
  width: 100%; }
  .ltr-conntent .c-latest-campaigns .js-latest-campaigns, .ltr-conntent
  .c-campaign-teaser-box .js-latest-campaigns {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-latest-campaigns article div a:not(.c-latest-campaign__text-link),
  .c-campaign-teaser-box article div a:not(.c-latest-campaign__text-link) {
    display: block;
    overflow: hidden; }
    .c-latest-campaigns article div a:not(.c-latest-campaign__text-link):hover img,
    .c-campaign-teaser-box article div a:not(.c-latest-campaign__text-link):hover img {
      transform: scale(1.02); }
    .c-latest-campaigns article div a:not(.c-latest-campaign__text-link):focus,
    .c-campaign-teaser-box article div a:not(.c-latest-campaign__text-link):focus {
      outline: none; }
  .c-latest-campaigns article div img,
  .c-campaign-teaser-box article div img {
    transition: 0.2s ease-out; }
  .c-latest-campaigns .slick-prev,
  .c-campaign-teaser-box .slick-prev {
    left: -30px; }
  .c-latest-campaigns .slick-next,
  .c-campaign-teaser-box .slick-next {
    right: -30px; }

.c-latest-campaign__text {
  background-color: #efefef;
  padding: 20px 35px 50px 65px;
  position: relative; }
  .c-latest-campaign__text img {
    left: 20px;
    position: absolute;
    top: 23px;
    width: 35px; }
  .c-latest-campaign__text h2 {
    margin-bottom: 5px; }
    .c-latest-campaign__text h2 a {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.22px;
      line-height: 1.22;
      color: #555555;
      margin: 4px 0 9px; }
  .c-latest-campaign__text a {
    transition: all 0.1s ease-in-out; }
    .c-latest-campaign__text a:hover, .c-latest-campaign__text a:focus {
      outline: none;
      color: #46588a;
      text-decoration: none; }

.c-latest-campaign__text-body {
  margin-top: 10px; }
  .ltr-conntent .c-latest-campaign__text-body {
    direction: rtl; }
  .c-latest-campaign__text-body div {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.4; }

.c-latest-campaign__text-link {
  font-weight: 700;
  color: #46588a;
  margin-left: 5px; }
  .ltr-conntent .c-latest-campaign__text-link {
    margin-left: 0;
    margin-right: 5px; }
  .c-latest-campaign__text-link:hover {
    color: #000 !important;
    text-decoration: underline !important; }

.c-main-content {
  background-color: #f4f4f4;
  padding: 27px 0 43px; }

[id="c-sidebar-second"] h2 {
  position: relative;
  padding-left: 25px; }
  [id="c-sidebar-second"] h2::before {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 3px; }

[id*="block-views-block-event-calendar"] > h2 {
  background-color: #fff;
  color: #555555;
  margin: 0;
  padding: 11px 25px 11px 47px;
  position: relative;
  word-wrap: break-word; }
  [id*="block-views-block-event-calendar"] > h2::before {
    font-size: 17px;
    position: absolute;
    left: 24px;
    top: 15px; }
  .ltr-conntent [id*="block-views-block-event-calendar"] > h2 {
    padding-right: 47px;
    padding-left: 25px; }
    .ltr-conntent [id*="block-views-block-event-calendar"] > h2::before {
      left: initial;
      right: 24px; }

[id*="block-views-block-event-calendar"] .views-row {
  background-color: #fff;
  border-top: 1px solid #d7d7d7;
  padding: 12px 22px 15px; }
  [id*="block-views-block-event-calendar"] .views-row:last-of-type {
    border-bottom: 1px solid #d7d7d7; }

[id*="block-views-block-event-calendar"] .views-field {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25; }

[id*="block-views-block-event-calendar"] .views-field-title {
  color: #000; }
  [id*="block-views-block-event-calendar"] .views-field-title a {
    display: inline-block;
    color: #46588a;
    transition: all 0.1s ease-in-out;
    padding: 4px 0;
    font-weight: 600; }
    [id*="block-views-block-event-calendar"] .views-field-title a:hover {
      color: #000;
      text-decoration: none; }

[id*="block-views-block-event-calendar"] .views-field-field-date-range,
[id*="block-views-block-event-calendar"] .views-field-field-location {
  color: #666666;
  text-transform: uppercase; }
  .ltr-conntent [id*="block-views-block-event-calendar"] .views-field-field-date-range bdi, .ltr-conntent
  [id*="block-views-block-event-calendar"] .views-field-field-location bdi {
    direction: ltr; }

[id*="block-views-block-event-calendar"] footer {
  background-color: #fff;
  padding: 12px 22px 17px; }
  [id*="block-views-block-event-calendar"] footer a {
    padding-top: 3px;
    padding-bottom: 3px;
    word-wrap: break-word;
    display: inline-block; }

.page-node-page .site-content,
.page-affiliates .site-content,
.page-itf-leaders-and-chairs-1 .site-content,
.page-itf-leaders-and-chairs .site-content,
.page-node-image_map .site-content {
  background-color: #f4f4f4; }

.page-node-page .header-image-wrapper img,
.page-affiliates .header-image-wrapper img,
.page-itf-leaders-and-chairs-1 .header-image-wrapper img,
.page-itf-leaders-and-chairs .header-image-wrapper img,
.page-node-image_map .header-image-wrapper img {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }

.page-node-page [id="block-itf-page-title"],
.page-affiliates [id="block-itf-page-title"],
.page-itf-leaders-and-chairs-1 [id="block-itf-page-title"],
.page-itf-leaders-and-chairs [id="block-itf-page-title"],
.page-node-image_map [id="block-itf-page-title"] {
  margin-bottom: 15px; }
  .page-node-page [id="block-itf-page-title"]::before,
  .page-affiliates [id="block-itf-page-title"]::before,
  .page-itf-leaders-and-chairs-1 [id="block-itf-page-title"]::before,
  .page-itf-leaders-and-chairs [id="block-itf-page-title"]::before,
  .page-node-image_map [id="block-itf-page-title"]::before {
    display: none; }

.page-node-page .main-content,
.page-affiliates .main-content,
.page-itf-leaders-and-chairs-1 .main-content,
.page-itf-leaders-and-chairs .main-content,
.page-node-image_map .main-content {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-node-page [id="block-itf-breadcrumbs"],
.page-node-page [id="block-itf-page-title"],
.page-node-page [id="block-itf-local-tasks"],
.page-affiliates [id="block-itf-breadcrumbs"],
.page-affiliates [id="block-itf-page-title"],
.page-affiliates [id="block-itf-local-tasks"],
.page-itf-leaders-and-chairs-1 [id="block-itf-breadcrumbs"],
.page-itf-leaders-and-chairs-1 [id="block-itf-page-title"],
.page-itf-leaders-and-chairs-1 [id="block-itf-local-tasks"],
.page-itf-leaders-and-chairs [id="block-itf-breadcrumbs"],
.page-itf-leaders-and-chairs [id="block-itf-page-title"],
.page-itf-leaders-and-chairs [id="block-itf-local-tasks"],
.page-node-image_map [id="block-itf-breadcrumbs"],
.page-node-image_map [id="block-itf-page-title"],
.page-node-image_map [id="block-itf-local-tasks"] {
  width: 100%; }

.page-node-page [id="block-itf-breadcrumbs"],
.page-affiliates [id="block-itf-breadcrumbs"],
.page-itf-leaders-and-chairs-1 [id="block-itf-breadcrumbs"],
.page-itf-leaders-and-chairs [id="block-itf-breadcrumbs"],
.page-node-image_map [id="block-itf-breadcrumbs"] {
  border-bottom: 1px solid #c2c2c2;
  margin-top: 20px; }

.page-node-page [id="block-itf-page-title"],
.page-affiliates [id="block-itf-page-title"],
.page-itf-leaders-and-chairs-1 [id="block-itf-page-title"],
.page-itf-leaders-and-chairs [id="block-itf-page-title"],
.page-node-image_map [id="block-itf-page-title"] {
  padding-bottom: 0;
  padding-top: 15px; }
  .page-node-page [id="block-itf-page-title"] h1,
  .page-affiliates [id="block-itf-page-title"] h1,
  .page-itf-leaders-and-chairs-1 [id="block-itf-page-title"] h1,
  .page-itf-leaders-and-chairs [id="block-itf-page-title"] h1,
  .page-node-image_map [id="block-itf-page-title"] h1 {
    color: inherit; }

.page-node-page [id*="block-itf-content"],
.page-affiliates [id*="block-itf-content"],
.page-itf-leaders-and-chairs-1 [id*="block-itf-content"],
.page-itf-leaders-and-chairs [id*="block-itf-content"],
.page-node-image_map [id*="block-itf-content"] {
  margin: 0; }
  .page-node-page [id*="block-itf-content"] p,
  .page-affiliates [id*="block-itf-content"] p,
  .page-itf-leaders-and-chairs-1 [id*="block-itf-content"] p,
  .page-itf-leaders-and-chairs [id*="block-itf-content"] p,
  .page-node-image_map [id*="block-itf-content"] p {
    line-height: 22px;
    margin-bottom: 20px; }
    .page-node-page [id*="block-itf-content"] p a,
    .page-affiliates [id*="block-itf-content"] p a,
    .page-itf-leaders-and-chairs-1 [id*="block-itf-content"] p a,
    .page-itf-leaders-and-chairs [id*="block-itf-content"] p a,
    .page-node-image_map [id*="block-itf-content"] p a {
      color: #46588a;
      text-decoration: underline; }
      .page-node-page [id*="block-itf-content"] p a:hover,
      .page-affiliates [id*="block-itf-content"] p a:hover,
      .page-itf-leaders-and-chairs-1 [id*="block-itf-content"] p a:hover,
      .page-itf-leaders-and-chairs [id*="block-itf-content"] p a:hover,
      .page-node-image_map [id*="block-itf-content"] p a:hover {
        color: #354268;
        text-decoration: none; }

.page-node-page .layout-sidebar-second,
.page-affiliates .layout-sidebar-second,
.page-itf-leaders-and-chairs-1 .layout-sidebar-second,
.page-itf-leaders-and-chairs .layout-sidebar-second,
.page-node-image_map .layout-sidebar-second {
  background-color: transparent;
  -ms-flex: none;
  flex: none;
  margin-top: 0;
  padding-top: 0; }
  .page-node-page .layout-sidebar-second::before,
  .page-affiliates .layout-sidebar-second::before,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second::before,
  .page-itf-leaders-and-chairs .layout-sidebar-second::before,
  .page-node-image_map .layout-sidebar-second::before {
    display: none; }
  .page-node-page .layout-sidebar-second [id*="block-views-block-related"] > h2,
  .page-affiliates .layout-sidebar-second [id*="block-views-block-related"] > h2,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second [id*="block-views-block-related"] > h2,
  .page-itf-leaders-and-chairs .layout-sidebar-second [id*="block-views-block-related"] > h2,
  .page-node-image_map .layout-sidebar-second [id*="block-views-block-related"] > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0; }
    .page-node-page .layout-sidebar-second [id*="block-views-block-related"] > h2::before,
    .page-affiliates .layout-sidebar-second [id*="block-views-block-related"] > h2::before,
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second [id*="block-views-block-related"] > h2::before,
    .page-itf-leaders-and-chairs .layout-sidebar-second [id*="block-views-block-related"] > h2::before,
    .page-node-image_map .layout-sidebar-second [id*="block-views-block-related"] > h2::before {
      top: 13px; }
  .page-node-page .layout-sidebar-second .c-node-mini-teaser-image,
  .page-affiliates .layout-sidebar-second .c-node-mini-teaser-image,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-image,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-image,
  .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-image {
    display: none; }
  .page-node-page .layout-sidebar-second .c-node-mini-teaser-text,
  .page-affiliates .layout-sidebar-second .c-node-mini-teaser-text,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-text,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-text,
  .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-node-page .layout-sidebar-second .c-mini-teaser-info-wrapper,
  .page-affiliates .layout-sidebar-second .c-mini-teaser-info-wrapper,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-mini-teaser-info-wrapper,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-mini-teaser-info-wrapper,
  .page-node-image_map .layout-sidebar-second .c-mini-teaser-info-wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
    .ltr-conntent .page-node-page .layout-sidebar-second .c-mini-teaser-info-wrapper, .ltr-conntent
    .page-affiliates .layout-sidebar-second .c-mini-teaser-info-wrapper, .ltr-conntent
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-mini-teaser-info-wrapper, .ltr-conntent
    .page-itf-leaders-and-chairs .layout-sidebar-second .c-mini-teaser-info-wrapper, .ltr-conntent
    .page-node-image_map .layout-sidebar-second .c-mini-teaser-info-wrapper {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .page-node-page .layout-sidebar-second .c-node-mini-teaser-type,
  .page-affiliates .layout-sidebar-second .c-node-mini-teaser-type,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-type,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-type,
  .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-type {
    text-transform: uppercase;
    margin-right: 3px; }
    .ltr-conntent .page-node-page .layout-sidebar-second .c-node-mini-teaser-type, .ltr-conntent
    .page-affiliates .layout-sidebar-second .c-node-mini-teaser-type, .ltr-conntent
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-type, .ltr-conntent
    .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-type, .ltr-conntent
    .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-type {
      margin-right: 0;
      margin-left: 3px; }
  .page-node-page .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
  .page-node-page .layout-sidebar-second .c-node-mini-teaser-top .c-press-release,
  .page-affiliates .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
  .page-affiliates .layout-sidebar-second .c-node-mini-teaser-top .c-press-release,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
  .page-itf-leaders-and-chairs-1 .layout-sidebar-second .c-node-mini-teaser-top .c-press-release,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
  .page-itf-leaders-and-chairs .layout-sidebar-second .c-node-mini-teaser-top .c-press-release,
  .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
  .page-node-image_map .layout-sidebar-second .c-node-mini-teaser-top .c-press-release {
    font-size: 13px;
    margin-bottom: 0; }

.page-node-page .field-field_tags,
.page-affiliates .field-field_tags,
.page-itf-leaders-and-chairs-1 .field-field_tags,
.page-itf-leaders-and-chairs .field-field_tags,
.page-node-image_map .field-field_tags {
  margin-top: 55px; }

.page-node-page .c-share,
.page-affiliates .c-share,
.page-itf-leaders-and-chairs-1 .c-share,
.page-itf-leaders-and-chairs .c-share,
.page-node-image_map .c-share {
  margin-bottom: 0; }

.page-node-page .field-field_comment,
.page-affiliates .field-field_comment,
.page-itf-leaders-and-chairs-1 .field-field_comment,
.page-itf-leaders-and-chairs .field-field_comment,
.page-node-image_map .field-field_comment {
  position: relative;
  z-index: 2; }
  .page-node-page .field-field_comment::before,
  .page-affiliates .field-field_comment::before,
  .page-itf-leaders-and-chairs-1 .field-field_comment::before,
  .page-itf-leaders-and-chairs .field-field_comment::before,
  .page-node-image_map .field-field_comment::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    bottom: 0;
    content: '';
    top: 0;
    width: 200vw;
    z-index: -1; }

.page-node-page .layout-content.full-width {
  width: 100%; }
  .ltr-conntent .page-node-page .layout-content.full-width [id="block-itf-page-title"] {
    width: 100%; }

.page-node-page [id*="block-itf-content"] {
  width: 100%; }
  .page-node-page [id*="block-itf-content"] article {
    width: 100%; }

.page-node-page .full-width-embed .field-field_comment h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px; }

.page-node-page .field-body ul {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 20px; }
  .page-node-page .field-body ul li {
    line-height: 1.4;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px; }
    .page-node-page .field-body ul li a {
      color: #46588a;
      text-decoration: underline; }
      .page-node-page .field-body ul li a:hover {
        color: #354268;
        text-decoration: none; }
    .page-node-page .field-body ul li:last-of-type {
      margin-bottom: 0; }
    .page-node-page .field-body ul li::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #46588a; }
  .ltr-conntent .page-node-page .field-body ul {
    padding-left: 0;
    padding-right: 15px; }
    .ltr-conntent .page-node-page .field-body ul li {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .page-node-page .field-body ul li::before {
        left: initial;
        right: 0; }

.page-node-page .field-body ol {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 20px;
  counter-reset: list; }
  .page-node-page .field-body ol li {
    line-height: 1.4;
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative; }
    .page-node-page .field-body ol li::before {
      content: counter(list) ".";
      counter-increment: list;
      font-size: 15px;
      font-weight: 600;
      color: #46588a;
      position: absolute;
      top: 0;
      left: 0; }
    .page-node-page .field-body ol li a {
      color: #46588a;
      text-decoration: underline; }
      .page-node-page .field-body ol li a:hover {
        color: #354268;
        text-decoration: none; }
    .page-node-page .field-body ol li:last-of-type {
      margin-bottom: 0; }
  .ltr-conntent .page-node-page .field-body ol {
    padding-left: 0;
    padding-right: 15px; }
    .ltr-conntent .page-node-page .field-body ol li {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .page-node-page .field-body ol li::before {
        left: initial;
        right: 0; }

[id*="hp-news-block"] > h2 {
  margin-bottom: 10px; }
  [id*="hp-news-block"] > h2 ~ div:last-child {
    position: relative; }

[id*="hp-news-block"] .c-secondary-content__view-all {
  position: absolute !important;
  right: 0 !important;
  top: -31px; }

[id*="hp-news-block"] header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  margin-bottom: 15px; }
  [id*="hp-news-block"] header a {
    color: #46588a;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.1s ease-in-out; }
    [id*="hp-news-block"] header a:hover {
      color: #000;
      text-decoration: none; }

[id*="hp-news-block"] footer {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px; }

[id*="hp-news-block"] article {
  height: 100%; }
  [id*="hp-news-block"] article a {
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    padding: 20px 20px 55px 20px; }
    [id*="hp-news-block"] article a:hover {
      text-decoration: none; }

[id*="hp-news-block"] .views-row {
  margin: 20px 0; }

[id*="hp-news-block"] .row.contextual-region, [id*="hp-news-block"] .c-footer__nav > ul.contextual-region, [id*="hp-news-block"] .contextual-region[id*="block-itf-content"], [id*="hp-news-block"] .page-campaigns div[id="block-itf-content"] .contextual-region.views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-campaigns div[id="block-itf-content"] .contextual-region.c-listing-boxes__wrap, .page-campaigns div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.c-listing-boxes__wrap,
[id*="hp-news-block"] .page-in-memory div[id="block-itf-content"] .contextual-region.views-infinite-scroll-content-wrapper, .page-in-memory div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-in-memory div[id="block-itf-content"] .contextual-region.c-listing-boxes__wrap, .page-in-memory div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.c-listing-boxes__wrap,
[id*="hp-news-block"] .page-elected-officials div[id="block-itf-content"] .contextual-region.views-infinite-scroll-content-wrapper, .page-elected-officials div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-elected-officials div[id="block-itf-content"] .contextual-region.c-listing-boxes__wrap, .page-elected-officials div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.c-listing-boxes__wrap,
[id*="hp-news-block"] .page-our-people div[id="block-itf-content"] .contextual-region.views-infinite-scroll-content-wrapper, .page-our-people div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-our-people div[id="block-itf-content"] .contextual-region.c-listing-boxes__wrap, .page-our-people div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.c-listing-boxes__wrap,
[id*="hp-news-block"] .page-node-page div[id="block-itf-content"] .contextual-region.views-infinite-scroll-content-wrapper, .page-node-page div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-node-page div[id="block-itf-content"] .contextual-region.c-listing-boxes__wrap, .page-node-page div[id="block-itf-content"] [id*="hp-news-block"] .contextual-region.c-listing-boxes__wrap, [id*="hp-news-block"] .page-node-reports_publications .contextual-region.c-node-content, .page-node-reports_publications [id*="hp-news-block"] .contextual-region.c-node-content,
[id*="hp-news-block"] .page-node-training_education .contextual-region.c-node-content, .page-node-training_education [id*="hp-news-block"] .contextual-region.c-node-content, [id*="hp-news-block"] .page-workers-memorial-day .contextual-region.views-infinite-scroll-content-wrapper, .page-workers-memorial-day [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper, [id*="hp-news-block"] .page-videos [id^="block-blocklatestvideo"] article.contextual-region, .page-videos [id^="block-blocklatestvideo"] [id*="hp-news-block"] article.contextual-region,
[id*="hp-news-block"] .page-node-videos [id^="block-blocklatestvideo"] article.contextual-region, .page-node-videos [id^="block-blocklatestvideo"] [id*="hp-news-block"] article.contextual-region, [id*="hp-news-block"] .page-videos .contextual-region.views-infinite-scroll-content-wrapper, .page-videos [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper,
[id*="hp-news-block"] .page-node-videos .contextual-region.views-infinite-scroll-content-wrapper, .page-node-videos [id*="hp-news-block"] .contextual-region.views-infinite-scroll-content-wrapper, [id*="hp-news-block"] .page-node-videos [id^="block-itf-content"] article.contextual-region, .page-node-videos [id^="block-itf-content"] [id*="hp-news-block"] article.contextual-region, [id*="hp-news-block"] .contextual-region.c-event-wrapper {
  position: static; }

[id*="hp-news-block"] .card-read-more {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  .ltr-conntent [id*="hp-news-block"] .card-read-more {
    left: auto;
    right: 20px; }

.card, [id*="hp-news-block"] article {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.card-top {
  color: #676767;
  font-size: 13px;
  letter-spacing: 0.12px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ltr-conntent .card-top {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .card-top .card-top__date {
    white-space: nowrap; }
    .ltr-conntent .card-top .card-top__date bdi {
      direction: ltr; }

.card-top__source {
  text-transform: uppercase; }
  .card-top__source .c-press-release {
    text-align: right;
    display: inline-block; }

.card-body {
  color: #434A54;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 0;
  color: #434A54;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46; }
  .card-body a {
    text-decoration: none; }

.card-title {
  color: #555555;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700; }

.c-subscription-region {
  background-color: #f4f4f4;
  padding-bottom: 52px; }

.c-subscribe-block__holder {
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative; }
  .ltr-conntent .c-subscribe-block__holder {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .c-subscribe-block__holder::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.25) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.c-subscribe-block__content {
  margin: 35px 15px 35px 85px;
  max-width: 355px;
  min-width: 180px;
  position: relative;
  z-index: 1; }
  .c-subscribe-block__content::before {
    color: #fff;
    font-size: 40px;
    left: -45px;
    position: absolute;
    top: -2px; }
  .ltr-conntent .c-subscribe-block__content {
    margin: 35px 85px 35px 15px; }
    .ltr-conntent .c-subscribe-block__content::before {
      left: initial;
      right: -45px; }

.c-subscribe-block__title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.29px;
  line-height: 1; }

.c-subscribe-block__text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
  margin-bottom: 20px; }

.pager__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 35px auto 0;
  padding: 0; }
  .pager__items .pager__item.pager__item--ellipsis {
    line-height: 22px; }
  .pager__items .pager__item {
    margin: 0 5px; }
    .pager__items .pager__item a {
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      color: #808080;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px;
      font-weight: 600;
      height: 28px;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 18px;
      min-width: 28px;
      padding: 3px;
      transition: all 0.1s ease-in-out; }
    .pager__items .pager__item.pager__item--first a, .pager__items .pager__item.pager__item--previous a, .pager__items .pager__item.pager__item--next a, .pager__items .pager__item.pager__item--last a {
      position: relative; }
      .pager__items .pager__item.pager__item--first a::before, .pager__items .pager__item.pager__item--previous a::before, .pager__items .pager__item.pager__item--next a::before, .pager__items .pager__item.pager__item--last a::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pager__items .pager__item.pager__item--first a span, .pager__items .pager__item.pager__item--previous a span, .pager__items .pager__item.pager__item--next a span, .pager__items .pager__item.pager__item--last a span {
        display: none; }
    .pager__items .pager__item.pager__item--first a::before {
      content: '«'; }
    .pager__items .pager__item.pager__item--previous a::before {
      content: '‹'; }
    .pager__items .pager__item.pager__item--next a::before {
      content: '›'; }
    .pager__items .pager__item.pager__item--last a::before {
      content: '»'; }
    .pager__items .pager__item a:hover {
      background-color: #f6eb6e;
      color: #555555;
      text-decoration: none; }
    .pager__items .pager__item.is-active a {
      background-color: #f6eb6e;
      color: #555555; }

ul.pager {
  padding: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.pager li {
    list-style: none; }
  ul.pager a {
    background-color: #46588a;
    border-color: #46588a;
    min-width: 140px;
    position: relative; }
    ul.pager a::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      right: 12px;
      opacity: 0; }
    ul.pager a.load-more-animation::before {
      opacity: 1;
      animation: rotate 1s infinite; }
    ul.pager a:hover {
      color: #46588a; }

@keyframes rotate {
  from {
    transform: translateY(-50%) rotate(0); }
  to {
    transform: translateY(-50%) rotate(360deg); } }

.c-calendar-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 52px;
  padding-bottom: 34px; }
  .c-calendar-pagination.disabled .c-calendar-pagination__link-next {
    pointer-events: none;
    opacity: 0.3; }
  .c-calendar-pagination__current {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    margin: 0 18px;
    text-align: center; }

.c-calendar-pagination__link {
  font-size: 22px;
  color: #bababa;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.1s ease-in-out; }
  .c-calendar-pagination__link:hover {
    text-decoration: none;
    color: #46588a; }
  .c-calendar-pagination__link::before {
    display: inline-block; }
  .c-calendar-pagination__link-prev::before {
    transform: rotate(180deg); }

.page-search [id*="block-itf-content"] > div:first-child::before,
.page-news [id*="block-itf-content"] > div:first-child::before,
.page-reports-publications [id*="block-itf-content"] > div:first-child::before,
.page-training-education [id*="block-itf-content"] > div:first-child::before,
.page-campaigns [id*="block-itf-content"] > div:first-child::before,
.page-in-memory [id*="block-itf-content"] > div:first-child::before,
.page-elected-officials [id*="block-itf-content"] > div:first-child::before,
.page-our-people [id*="block-itf-content"] > div:first-child::before,
.page-videos [id*="block-itf-content"] > div:first-child::before,
.page-node-videos [id*="block-itf-content"] > div:first-child::before {
  display: none; }

.c-main-layout-wrapper {
  overflow-x: hidden; }
  .c-main-layout-wrapper > .container > .row, .c-main-layout-wrapper > .itf-events-form > .row, .c-main-layout-wrapper > .c-footer__nav.container > ul, .c-main-layout-wrapper > .c-footer__nav.itf-events-form > ul, .c-main-layout-wrapper > .container > [id*="block-itf-content"], .c-main-layout-wrapper > .itf-events-form > [id*="block-itf-content"], .page-campaigns div[id="block-itf-content"] .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-campaigns div[id="block-itf-content"] .c-main-layout-wrapper > .container > .c-listing-boxes__wrap,
  .page-campaigns div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-main-layout-wrapper > .container > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-main-layout-wrapper > .container > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-main-layout-wrapper > .container > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-main-layout-wrapper > .container > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > .c-listing-boxes__wrap, .page-node-reports_publications .c-main-layout-wrapper > .container > .c-node-content, .page-node-reports_publications .c-main-layout-wrapper > .itf-events-form > .c-node-content,
  .page-node-training_education .c-main-layout-wrapper > .container > .c-node-content,
  .page-node-training_education .c-main-layout-wrapper > .itf-events-form > .c-node-content, .page-workers-memorial-day .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-videos [id^="block-blocklatestvideo"] .c-main-layout-wrapper > .container > article, .page-videos [id^="block-blocklatestvideo"] .c-main-layout-wrapper > .itf-events-form > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-main-layout-wrapper > .container > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-main-layout-wrapper > .itf-events-form > article, .page-videos .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper, .page-videos .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-main-layout-wrapper > .container > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-main-layout-wrapper > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-node-videos [id^="block-itf-content"] .c-main-layout-wrapper > .container > article, .page-node-videos [id^="block-itf-content"] .c-main-layout-wrapper > .itf-events-form > article, .c-main-layout-wrapper > .container > .c-event-wrapper, .c-main-layout-wrapper > .itf-events-form > .c-event-wrapper {
    -ms-flex-align: start;
    align-items: flex-start; }

.page-search .c-main-layout-wrapper,
.page-news .c-main-layout-wrapper,
.page-node-news .c-main-layout-wrapper,
.page-node-reports_publications .c-main-layout-wrapper,
.page-reports-publications .c-main-layout-wrapper,
.page-training-education .c-main-layout-wrapper,
.page-node-training_education .c-main-layout-wrapper,
.page-campaigns .c-main-layout-wrapper,
.page-in-memory .c-main-layout-wrapper,
.page-elected-officials .c-main-layout-wrapper,
.page-videos .c-main-layout-wrapper,
.page-node-videos .c-main-layout-wrapper,
.page-events .c-main-layout-wrapper,
.page-tag .c-main-layout-wrapper,
.page-itf-leaders-and-chairs-1 .c-main-layout-wrapper,
.page-itf-leaders-and-chairs .c-main-layout-wrapper {
  overflow-x: hidden; }

.page-search .views-element-container,
.page-news .views-element-container,
.page-node-news .views-element-container,
.page-node-reports_publications .views-element-container,
.page-reports-publications .views-element-container,
.page-training-education .views-element-container,
.page-node-training_education .views-element-container,
.page-campaigns .views-element-container,
.page-in-memory .views-element-container,
.page-elected-officials .views-element-container,
.page-videos .views-element-container,
.page-node-videos .views-element-container,
.page-events .views-element-container,
.page-tag .views-element-container,
.page-itf-leaders-and-chairs-1 .views-element-container,
.page-itf-leaders-and-chairs .views-element-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px; }

.page-search [id*="block-itf-content"],
.page-news [id*="block-itf-content"],
.page-node-news [id*="block-itf-content"],
.page-node-reports_publications [id*="block-itf-content"],
.page-reports-publications [id*="block-itf-content"],
.page-training-education [id*="block-itf-content"],
.page-node-training_education [id*="block-itf-content"],
.page-campaigns [id*="block-itf-content"],
.page-in-memory [id*="block-itf-content"],
.page-elected-officials [id*="block-itf-content"],
.page-videos [id*="block-itf-content"],
.page-node-videos [id*="block-itf-content"],
.page-events [id*="block-itf-content"],
.page-tag [id*="block-itf-content"],
.page-itf-leaders-and-chairs-1 [id*="block-itf-content"],
.page-itf-leaders-and-chairs [id*="block-itf-content"] {
  margin-bottom: 70px; }

.js-results-count {
  display: none; }

.js-results-count-number {
  display: inline-block;
  margin: 0 3px; }

.views-exposed-form,
.views-exposed-form,
.itf-events-form {
  color: #fff;
  display: block; }
  .views-exposed-form legend,
  .views-exposed-form legend,
  .itf-events-form legend {
    display: none; }
  .views-exposed-form .form-text,
  .views-exposed-form .form-text,
  .itf-events-form .form-text {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #555555;
    padding: 7px 45px 7px 15px;
    margin-top: 0;
    border: 0;
    border-radius: 2px;
    width: 100%; }
    .ltr-conntent .views-exposed-form .form-text#edit-title, .ltr-conntent
    .views-exposed-form .form-text#edit-title, .ltr-conntent
    .itf-events-form .form-text#edit-title {
      padding: 7px 15px 7px 45px; }
    .ltr-conntent .views-exposed-form .form-text, .ltr-conntent
    .views-exposed-form .form-text, .ltr-conntent
    .itf-events-form .form-text {
      padding: 7px 15px 7px 45px; }
    .views-exposed-form .form-text:focus,
    .views-exposed-form .form-text:focus,
    .itf-events-form .form-text:focus {
      outline: none; }
  .views-exposed-form .form-item-search-api-fulltext,
  .views-exposed-form .js-form-type-textfield,
  .views-exposed-form .form-item-search-api-fulltext,
  .views-exposed-form .js-form-type-textfield,
  .itf-events-form .form-item-search-api-fulltext,
  .itf-events-form .js-form-type-textfield {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 415px;
    margin-bottom: 19px; }
    .views-exposed-form .form-item-search-api-fulltext label,
    .views-exposed-form .form-item-search-api-fulltext .search-label-trigger,
    .views-exposed-form .js-form-type-textfield label,
    .views-exposed-form .js-form-type-textfield .search-label-trigger,
    .views-exposed-form .form-item-search-api-fulltext label,
    .views-exposed-form .form-item-search-api-fulltext .search-label-trigger,
    .views-exposed-form .js-form-type-textfield label,
    .views-exposed-form .js-form-type-textfield .search-label-trigger,
    .itf-events-form .form-item-search-api-fulltext label,
    .itf-events-form .form-item-search-api-fulltext .search-label-trigger,
    .itf-events-form .js-form-type-textfield label,
    .itf-events-form .js-form-type-textfield .search-label-trigger {
      font-size: 0;
      display: inline-block;
      height: 100%;
      width: 39px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #f6eb6e;
      border-radius: 0 2px 2px 0;
      margin: 0;
      cursor: pointer;
      transition: color 0.1s ease-out, color 0.15s ease-out; }
      .ltr-conntent .views-exposed-form .form-item-search-api-fulltext label, .ltr-conntent
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger, .ltr-conntent
      .views-exposed-form .js-form-type-textfield label, .ltr-conntent
      .views-exposed-form .js-form-type-textfield .search-label-trigger, .ltr-conntent
      .views-exposed-form .form-item-search-api-fulltext label, .ltr-conntent
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger, .ltr-conntent
      .views-exposed-form .js-form-type-textfield label, .ltr-conntent
      .views-exposed-form .js-form-type-textfield .search-label-trigger, .ltr-conntent
      .itf-events-form .form-item-search-api-fulltext label, .ltr-conntent
      .itf-events-form .form-item-search-api-fulltext .search-label-trigger, .ltr-conntent
      .itf-events-form .js-form-type-textfield label, .ltr-conntent
      .itf-events-form .js-form-type-textfield .search-label-trigger {
        right: auto;
        left: 0;
        margin: 0; }
      .views-exposed-form .form-item-search-api-fulltext label::before,
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger::before,
      .views-exposed-form .js-form-type-textfield label::before,
      .views-exposed-form .js-form-type-textfield .search-label-trigger::before,
      .views-exposed-form .form-item-search-api-fulltext label::before,
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger::before,
      .views-exposed-form .js-form-type-textfield label::before,
      .views-exposed-form .js-form-type-textfield .search-label-trigger::before,
      .itf-events-form .form-item-search-api-fulltext label::before,
      .itf-events-form .form-item-search-api-fulltext .search-label-trigger::before,
      .itf-events-form .js-form-type-textfield label::before,
      .itf-events-form .js-form-type-textfield .search-label-trigger::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #555555;
        font-size: 12px; }
      .views-exposed-form .form-item-search-api-fulltext label:hover,
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger:hover,
      .views-exposed-form .js-form-type-textfield label:hover,
      .views-exposed-form .js-form-type-textfield .search-label-trigger:hover,
      .views-exposed-form .form-item-search-api-fulltext label:hover,
      .views-exposed-form .form-item-search-api-fulltext .search-label-trigger:hover,
      .views-exposed-form .js-form-type-textfield label:hover,
      .views-exposed-form .js-form-type-textfield .search-label-trigger:hover,
      .itf-events-form .form-item-search-api-fulltext label:hover,
      .itf-events-form .form-item-search-api-fulltext .search-label-trigger:hover,
      .itf-events-form .js-form-type-textfield label:hover,
      .itf-events-form .js-form-type-textfield .search-label-trigger:hover {
        background-color: #46588a; }
        .views-exposed-form .form-item-search-api-fulltext label:hover::before,
        .views-exposed-form .form-item-search-api-fulltext .search-label-trigger:hover::before,
        .views-exposed-form .js-form-type-textfield label:hover::before,
        .views-exposed-form .js-form-type-textfield .search-label-trigger:hover::before,
        .views-exposed-form .form-item-search-api-fulltext label:hover::before,
        .views-exposed-form .form-item-search-api-fulltext .search-label-trigger:hover::before,
        .views-exposed-form .js-form-type-textfield label:hover::before,
        .views-exposed-form .js-form-type-textfield .search-label-trigger:hover::before,
        .itf-events-form .form-item-search-api-fulltext label:hover::before,
        .itf-events-form .form-item-search-api-fulltext .search-label-trigger:hover::before,
        .itf-events-form .js-form-type-textfield label:hover::before,
        .itf-events-form .js-form-type-textfield .search-label-trigger:hover::before {
          color: #fff; }

.search-keywords-prefix {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.13;
  width: 100%;
  margin-bottom: 17px; }

.c-filters-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .ltr-conntent .c-filters-wrapper {
    direction: rtl;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c-filters-wrapper > .form-item {
    margin: 3px 9px 3px 0; }
    .ltr-conntent .c-filters-wrapper > .form-item {
      margin: 3px 0 3px 9px; }
  .c-filters-wrapper .button {
    cursor: pointer;
    margin: 3px 9px 3px 0; }
    .c-filters-wrapper .button:last-of-type {
      margin-right: 0; }
    .ltr-conntent .c-filters-wrapper .button {
      margin: 3px 0 3px 9px; }
  .c-filters-wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #808080; }
    .c-filters-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 28px; }
  .c-filters-wrapper .select2-container--default.select2-container--open .select2-selection__rendered {
    border-bottom: 0; }

.ltr-conntent .page-tag .c-filters-wrapper .select2-container--default .select2-selection--single[aria-labelledby^="select2-edit-type-1-container"] {
  padding-right: 6px; }

.page-tag .c-filters-wrapper .select2-container--default .select2-selection--single[aria-labelledby^="select2-edit-type-1-container"] .select2-selection__rendered {
  padding-left: 6px; }
  .ltr-conntent .page-tag .c-filters-wrapper .select2-container--default .select2-selection--single[aria-labelledby^="select2-edit-type-1-container"] .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 0; }

.c-filter-by-title {
  width: 100%;
  margin-bottom: 5px; }

.form-item-field-sector .select2-selection--single,
.form-item-sector .select2-selection--single {
  min-width: 145px; }

.form-item-field-sector .select2-results,
.form-item-sector .select2-results {
  min-width: 143px; }

.form-item-field-sector .select2-container,
.form-item-sector .select2-container {
  min-width: 144px; }

.search-sort-wrapper {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #555555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%; }
  .ltr-conntent .search-sort-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .search-sort-wrapper .form-item-sort-by {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #c2c2c2; }
    .ltr-conntent .search-sort-wrapper .form-item-sort-by {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-align: end;
      align-items: flex-end; }
      .ltr-conntent .search-sort-wrapper .form-item-sort-by label {
        margin-left: 15px;
        margin-right: 0; }
    .search-sort-wrapper .form-item-sort-by label {
      font-size: 13px;
      margin-bottom: 0;
      margin-right: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .ltr-conntent .search-sort-wrapper .form-item-sort-by label {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .search-sort-wrapper .form-item-sort-by .search-sort-title {
      font-weight: 400;
      padding: 5px 0 5px 20px;
      position: relative; }
      .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -4px;
        font-size: 20px; }
      .ltr-conntent .search-sort-wrapper .form-item-sort-by .search-sort-title {
        padding: 5px 20px 5px 0; }
        .ltr-conntent .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
          left: initial;
          right: -3px; }
  .search-sort-wrapper strong {
    font-weight: 600; }
  .search-sort-wrapper [class^="search-filter-chosen"] {
    padding: 5px 12px 5px 0;
    margin: 1px 12px 1px 0;
    border-right: 1px solid #c2c2c2;
    display: -ms-flexbox;
    display: flex; }
    .search-sort-wrapper [class^="search-filter-chosen"] strong {
      padding-left: 3px; }
      .ltr-conntent .search-sort-wrapper [class^="search-filter-chosen"] strong {
        padding-left: 0;
        padding-right: 3px; }
    .ltr-conntent .search-sort-wrapper [class^="search-filter-chosen"] {
      direction: rtl; }
      .ltr-conntent .search-sort-wrapper [class^="search-filter-chosen"]:last-of-type {
        margin-right: 0;
        padding-right: 0; }
  .search-sort-wrapper .search-filter-chosen-year {
    padding-left: 0; }
  .search-sort-wrapper .search-filter-chosen-region {
    border-right: 0; }

.page-search .search-sort-wrapper {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 25px; }
  .page-search .search-sort-wrapper .form-item-sort-by {
    margin-bottom: 10px; }
    .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title {
      padding: 5px 0 5px 30px;
      border-left: 1px solid #c2c2c2;
      margin-left: 9px; }
      .ltr-conntent .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title {
        padding: 5px 30px 5px 0;
        border-right: 1px solid #c2c2c2;
        border-left: none;
        margin-left: 0;
        margin-right: 9px; }
      .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
        left: 8px; }
        .ltr-conntent .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
          right: 8px;
          left: auto;
          transform: rotateY(180deg) translateY(-50%); }

.c-search-noresults {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 250px;
  padding: 40px 0; }
  .c-search-noresults__content {
    font-size: 30px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 35px;
    position: relative; }
    .ltr-conntent .c-search-noresults__content {
      padding-right: 35px;
      padding-left: 0; }
    .c-search-noresults__content::before {
      position: absolute;
      top: 4px;
      font-size: 30px;
      left: 0; }
      .ltr-conntent .c-search-noresults__content::before {
        left: auto;
        right: 0; }

select {
  height: 28px;
  opacity: 0; }

.ltr-conntent .select2-container--default input, .ltr-conntent .select2-container--default span {
  text-align: initial; }

.page-photoprize .select2-container--default {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #808080;
  min-width: 125px;
  position: relative;
  height: 29px; }
  .page-node .select2-container--default .select2-selection--single {
    border: none;
    min-width: 544px; }
  .page-photoprize .select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 0;
    border: 1px solid #707070; }
  .page-all-entries .select2-container--default .select2-selection--single,
  .page-longlist .select2-container--default .select2-selection--single,
  .page-shortlist .select2-container--default .select2-selection--single,
  .page-external-view .select2-container--default .select2-selection--single {
    min-width: 140px;
    border: 1px solid #555555; }
  .ltr-conntent .select2-container--default .select2-selection--single {
    padding-right: 10px; }
  .ltr-conntent .page-affiliates .select2-container--default .select2-selection--single {
    padding-right: 0; }
  .ltr-conntent .page-sign-up-for-news .select2-container--default .select2-selection--single {
    padding-right: 0; }
  .ltr-conntent .search-sort-wrapper .select2-container--default .select2-selection--single {
    padding-right: 0; }
  .ltr-conntent .c-download-top__wrap .select2-container--default .select2-selection--single {
    padding-right: 0; }
  .select2-container--default .select2-selection--single:focus {
    outline: none; }
  .select2-container--default .select2-selection--single::before {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .ltr-conntent .select2-container--default .select2-selection--single::before {
      right: 10px;
      left: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px; }
    .page-all-entries .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page-longlist .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page-shortlist .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page-external-view .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #555555; }
    .page-photoprize .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 30px;
      color: rgba(0, 0, 0, 0.8); }
      .ltr-conntent .page-photoprize .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: right !important; }
    .ltr-conntent .select2-container--default .select2-selection--single .select2-selection__rendered#select2-edit-sort-by-container {
      direction: rtl;
      padding-right: 8px;
      padding-left: 20px; }
    .ltr-conntent .select2-container--default .select2-selection--single .select2-selection__rendered#select2-edit-language-container {
      direction: rtl;
      padding-right: 8px;
      padding-left: 20px; }
    .ltr-conntent .select2-container--default .select2-selection--single .select2-selection__rendered#select2-edit-field-country-target-id-container {
      direction: rtl;
      padding-right: 8px;
      padding-left: 20px; }
    .ltr-conntent .select2-container--default .select2-selection--single .select2-selection__rendered#select2-c-download-select-container {
      direction: rtl;
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
      border: 1px solid;
      display: inline-block;
      font-size: 12px;
      height: 15px;
      left: 8px;
      width: 15px; }
    .page-photoprize .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
      color: rgba(0, 0, 0, 0.8); }
      .ltr-conntent .page-photoprize .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        text-align: right !important; }
  .ltr-conntent .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .page-photoprize .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 13px;
    width: 26px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%); }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 3px 3px 0 3px; }
    .page-photoprize .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-width: 13px 13px 0 13px;
      border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
      margin: 0;
      transform: translate(-50%, -50%) rotate(0);
      transition: transform .2s ease; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #46588a; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ebebeb;
  color: #555555; }

.select2-container--default .select2-results__option {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  min-width: 123px;
  position: relative; }
  .select2-container--default .select2-results__option::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid;
    display: inline-block;
    font-size: 12px;
    height: 15px;
    left: 2px;
    width: 15px; }

.select2-container--default.select2-container--open .select2-selection__rendered {
  border-bottom: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 3px 3px 3px; }
  .page-photoprize .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 13px 13px 0 13px;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: transform .2s ease; }

.select2-dropdown {
  min-width: 125px; }
  .select2-dropdown .select2-search__field {
    padding: 2px 4px;
    line-height: 20px;
    transition: all 0.1s ease-in-out; }
    .select2-dropdown .select2-search__field:focus {
      outline: none;
      border-color: #46588a; }
    .page-photoprize .select2-dropdown .select2-search__field {
      border: 1px solid #707070; }
      .page-photoprize .select2-dropdown .select2-search__field:focus {
        border-color: #707070; }

.select2-results {
  min-width: 121px; }
  .ltr-conntent .select2-results {
    direction: rtl; }

.select2-container {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  min-width: 124px; }
  .select2-container .select2-selection--multiple {
    line-height: normal; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      padding-top: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #46588a;
  line-height: 1.55;
  border-color: #46588a;
  margin-top: 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  transition: 0.1s ease-in-out;
  margin-right: 4px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(1.3); }

.select2-results__options {
  border-top: 1px solid; }

.layout-sidebar-second {
  background-color: #fff;
  padding: 45px 0 35px 40px;
  position: relative;
  z-index: 1;
  transition: 0.15s ease-out, visibility 0.15s ease-out, transform 0.3s ease-out 0.1s; }
  .layout-sidebar-second #block-submityourtribute,
  .layout-sidebar-second #block-visitthememorialpage {
    background-color: #000;
    padding: 28px 23px 33px 23px; }
    .layout-sidebar-second #block-submityourtribute h2,
    .layout-sidebar-second #block-visitthememorialpage h2 {
      color: #fff;
      font-size: 18px;
      line-height: 1.33;
      margin-bottom: 15px;
      font-weight: 600; }
    .layout-sidebar-second #block-submityourtribute .field-body,
    .layout-sidebar-second #block-visitthememorialpage .field-body {
      text-align: center; }
      .layout-sidebar-second #block-submityourtribute .field-body > p:first-child,
      .layout-sidebar-second #block-visitthememorialpage .field-body > p:first-child {
        text-align: left;
        font-size: 13px;
        color: #fff;
        line-height: 1.38;
        margin-bottom: 25px; }
      .layout-sidebar-second #block-submityourtribute .field-body > p:last-child,
      .layout-sidebar-second #block-visitthememorialpage .field-body > p:last-child {
        margin-bottom: 0; }
  .page-node-webform .layout-sidebar-second,
  .page-node .layout-sidebar-second {
    margin-top: 140px; }
  .page-workers-memorial-day .layout-sidebar-second {
    margin-top: 245px; }
  .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__holder,
  .layout-sidebar-second .c-subscribe-block .c-subscribe-block__holder {
    background-color: #ebebeb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__holder::before,
    .layout-sidebar-second .c-subscribe-block .c-subscribe-block__holder::before {
      display: none; }
  .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__content,
  .layout-sidebar-second .c-subscribe-block .c-subscribe-block__content {
    margin: 27px 32px 35px;
    max-width: initial;
    min-width: initial;
    position: relative;
    z-index: 1; }
    .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__content::before,
    .layout-sidebar-second .c-subscribe-block .c-subscribe-block__content::before {
      font-size: 22px;
      left: -22px;
      color: #555555; }
    .ltr-conntent .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__content::before, .ltr-conntent
    .layout-sidebar-second .c-subscribe-block .c-subscribe-block__content::before {
      left: initial;
      right: -25px; }
  .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__title,
  .layout-sidebar-second .c-subscribe-block .c-subscribe-block__title {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    margin-bottom: 15px; }
    .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__title strong,
    .layout-sidebar-second .c-subscribe-block .c-subscribe-block__title strong {
      font-weight: 400; }
  .layout-sidebar-second .c-subscribe-block__side .c-subscribe-block__text,
  .layout-sidebar-second .c-subscribe-block .c-subscribe-block__text {
    color: #555555;
    line-height: 1.39; }
  .layout-sidebar-second .c-subscribe-block {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; }
    .layout-sidebar-second .c-subscribe-block .c-btn-round, .layout-sidebar-second .c-subscribe-block ul.pager a, ul.pager .layout-sidebar-second .c-subscribe-block a {
      border-radius: 3px;
      min-width: 122px;
      text-transform: uppercase; }
  .layout-sidebar-second .views-element-container {
    padding-left: 0;
    padding-right: 0; }
  .layout-sidebar-second [id^='block-views-block-related'] {
    margin-bottom: 32px; }
    .layout-sidebar-second [id^='block-views-block-related'] > h2 {
      margin-bottom: 17px; }
    .layout-sidebar-second [id^='block-views-block-related'] .card-top,
    .layout-sidebar-second [id^='block-views-block-related'] .c-btn-circle {
      display: none; }
    .layout-sidebar-second [id^='block-views-block-related'] .field-field_image,
    .layout-sidebar-second [id^='block-views-block-related'] .field-body {
      margin-bottom: 0; }
    .layout-sidebar-second [id^='block-views-block-related'] .field-field_image {
      overflow: hidden; }
    .layout-sidebar-second [id^='block-views-block-related'] article .c-card-link {
      margin-bottom: 20px; }
    .layout-sidebar-second [id^='block-views-block-related'] article:last-of-type .c-card-link {
      margin-bottom: 20px; }
    .layout-sidebar-second [id^='block-views-block-related'] .c-card-link {
      color: #fff;
      display: block; }
      .layout-sidebar-second [id^='block-views-block-related'] .c-card-link:hover {
        text-decoration: none; }
        .layout-sidebar-second [id^='block-views-block-related'] .c-card-link:hover img {
          transform: scale(1.02); }
        .layout-sidebar-second [id^='block-views-block-related'] .c-card-link:hover .card-title {
          text-decoration: underline; }
    .layout-sidebar-second [id^='block-views-block-related'] img {
      width: 100%;
      transition: 0.2s ease-out; }
    .layout-sidebar-second [id^='block-views-block-related'] .card-body {
      color: #fff;
      background-color: #E73138;
      padding: 15px 12px 17px; }
      .layout-sidebar-second [id^='block-views-block-related'] .card-body p,
      .layout-sidebar-second [id^='block-views-block-related'] .card-body .field-body,
      .layout-sidebar-second [id^='block-views-block-related'] .card-body .field-field_about {
        font-size: 15px;
        line-height: 1.27;
        color: #fff;
        margin-bottom: 0; }
    .layout-sidebar-second [id^='block-views-block-related'] .card-title {
      color: #fff;
      margin-bottom: 7px; }
    .layout-sidebar-second [id^='block-views-block-related'] .c-campaign-teaser-box {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0; }
    .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text {
      padding: 20px 21px 30px 35px; }
      .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text img {
        width: 25px;
        left: 5px; }
      .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text h2 a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.14; }
    .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text-body a {
      transition: all 0.1s ease-in-out;
      margin-left: 0; }
      .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text-body a:hover {
        color: #000;
        text-decoration: underline; }
  .layout-sidebar-second [id^='block-views-block-latest-news'],
  .layout-sidebar-second [id^='block-views-block-itf-global-news-block'],
  .layout-sidebar-second [id^='block-views-block-in-memory-block'],
  .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] {
    margin-bottom: 32px; }
    .layout-sidebar-second [id^='block-views-block-latest-news'] > h2,
    .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] > h2,
    .layout-sidebar-second [id^='block-views-block-in-memory-block'] > h2,
    .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] > h2 {
      margin-bottom: 10px; }
    .layout-sidebar-second [id^='block-views-block-latest-news'] header,
    .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] header,
    .layout-sidebar-second [id^='block-views-block-in-memory-block'] header,
    .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] header {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.465;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 20px; }
      .layout-sidebar-second [id^='block-views-block-latest-news'] header a,
      .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] header a,
      .layout-sidebar-second [id^='block-views-block-in-memory-block'] header a,
      .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] header a {
        color: #46588a;
        font-weight: 600;
        text-decoration: underline; }
        .layout-sidebar-second [id^='block-views-block-latest-news'] header a:hover,
        .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] header a:hover,
        .layout-sidebar-second [id^='block-views-block-in-memory-block'] header a:hover,
        .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] header a:hover {
          text-decoration: none; }
    .layout-sidebar-second [id^='block-views-block-latest-news'] article,
    .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] article,
    .layout-sidebar-second [id^='block-views-block-in-memory-block'] article,
    .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 22px 0;
      border-bottom: 1px solid #d7d7d7; }
    .ltr-conntent .layout-sidebar-second [id^='block-views-block-latest-news'] article, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] article, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-in-memory-block'] article, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] article {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .ltr-conntent .layout-sidebar-second [id^='block-views-block-latest-news'] .c-node-mini-teaser-image, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-itf-global-news-block'] .c-node-mini-teaser-image, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-in-memory-block'] .c-node-mini-teaser-image, .ltr-conntent
    .layout-sidebar-second [id^='block-views-block-itf-leaders-and-chairs-block'] .c-node-mini-teaser-image {
      margin-right: 0;
      margin-left: 10px; }

[id^='block-views-block-in-memory-block'] > h2 {
  padding-bottom: 10px; }

[id^='block-views-block-in-memory-block'] .views-row article {
  border-top: 1px solid #d7d7d7; }

[id^='block-views-block-in-memory-block'] .views-row + .views-row article {
  border-top: 0; }

[id^='block-views-block-in-memory-block'] footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px; }

.page-node-news .layout-sidebar-second,
.page-node-persons .layout-sidebar-second,
.page-node-leaders_and_chairs .layout-sidebar-second {
  background-color: #f4f4f4; }
  .page-node-news .layout-sidebar-second::before,
  .page-node-persons .layout-sidebar-second::before,
  .page-node-leaders_and_chairs .layout-sidebar-second::before {
    background-color: #f4f4f4; }

[id*="block-views-block-downloads"] {
  margin-bottom: 32px; }
  [id*="block-views-block-downloads"] .icon-download {
    display: none; }
  [id*="block-views-block-downloads"] h2::before {
    content: "\e93d";
    font-size: 22px !important;
    top: 12px !important; }
  [id*="block-views-block-downloads"] div.views-field-field-file {
    padding: 0; }
    [id*="block-views-block-downloads"] div.views-field-field-file div div:not(:last-child) {
      border-bottom: 1px solid #f4f4f4; }
    [id*="block-views-block-downloads"] div.views-field-field-file a {
      margin-bottom: 0;
      padding: 12px 22px;
      border-top: 0;
      word-wrap: break-word; }

[id*="block-views-block-upcoming-events-block"] > h2 {
  margin-bottom: 20px; }

[id*="block-views-block-upcoming-events-block"] .views-row {
  padding: 22px 0;
  border-top: 1px solid #d7d7d7; }
  [id*="block-views-block-upcoming-events-block"] .views-row:last-of-type {
    border-bottom: 1px solid #d7d7d7; }

[id*="block-views-block-upcoming-events-block"] article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .ltr-conntent [id*="block-views-block-upcoming-events-block"] article {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

[id*="block-views-block-upcoming-events-block"] .field-field_location {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  color: #676767;
  letter-spacing: 0.11px;
  width: 100%; }

.c-event-mini-teaser-date {
  color: #fff;
  height: 64px;
  width: 64px;
  min-width: 64px;
  background-color: #a95672;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px; }
  .c-event-mini-teaser-date span {
    color: #fff;
    font-weight: 400; }
  .ltr-conntent .c-event-mini-teaser-date {
    margin-right: 0;
    margin-left: 10px; }

.ltr-conntent .c-event-mini-teaser-info {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-event-day {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1px; }

.c-event-mount {
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.c-event-mini-teaser-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }
  .c-event-mini-teaser-title a {
    color: #555555;
    transition: all 0.1s ease-in-out; }
    .c-event-mini-teaser-title a:hover {
      color: #46588a; }

.layout-sidebar-first {
  min-width: 200px;
  transform: translateY(-42px);
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: 0.1s ease-out; }
  .layout-sidebar-first.show {
    opacity: 1; }
  .layout-sidebar-first.active {
    max-height: 415px !important;
    overflow-y: scroll; }
    .layout-sidebar-first.active .sidebarnav-toggle:before {
      content: "\e93b"; }
  .layout-sidebar-first a {
    display: block; }
    .ltr-conntent .layout-sidebar-first a {
      text-align: left; }
    .layout-sidebar-first a:hover {
      color: #46588a;
      text-decoration: none; }
  .layout-sidebar-first h2 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 12px 35px 12px 15px;
    position: relative;
    text-transform: uppercase;
    word-wrap: break-word; }
    .ltr-conntent .layout-sidebar-first h2 {
      text-align: left; }
    .layout-sidebar-first h2.visually-hidden {
      display: none; }
  .layout-sidebar-first nav {
    background-color: #fff; }
    .layout-sidebar-first nav > ul {
      box-shadow: 0px 1px 0px 1px #f4f4f4; }
    .layout-sidebar-first nav .menu-item--forced-collapsed > ul {
      display: none; }
    .layout-sidebar-first nav h2 {
      color: #fff;
      background-color: #46588a;
      padding-left: 15px;
      position: relative; }
      .layout-sidebar-first nav h2:hover > a {
        opacity: 0.5; }
      .layout-sidebar-first nav h2::before {
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 7px; }
      .layout-sidebar-first nav h2:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        font-family: 'icomoon';
        font-size: 16px;
        width: 25px;
        height: 25px;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        left: 15px;
        display: none;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .layout-sidebar-first nav h2 a {
        color: #fff;
        transition: all 0.1s ease-in-out; }
      .layout-sidebar-first nav h2:hover a, .layout-sidebar-first nav h2:hover span {
        color: #fff; }
    .layout-sidebar-first nav ul {
      list-style: none;
      padding: 0; }
      .layout-sidebar-first nav ul li.menu-item--active-trail > a, .layout-sidebar-first nav ul li.menu-item--active-trail > span {
        color: #46588a;
        text-align: left;
        background-color: #fff;
        position: relative;
        transition: all 0.1s ease-in-out; }
        .layout-sidebar-first nav ul li.menu-item--active-trail > a::before, .layout-sidebar-first nav ul li.menu-item--active-trail > span::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 10px;
          color: #46588a;
          right: 10px; }
          .ltr-conntent .layout-sidebar-first nav ul li.menu-item--active-trail > a::before, .ltr-conntent .layout-sidebar-first nav ul li.menu-item--active-trail > span::before {
            transform: translateY(-50%) rotateY(180deg);
            right: auto;
            left: 10px; }
        .layout-sidebar-first nav ul li.menu-item--active-trail > a:hover, .layout-sidebar-first nav ul li.menu-item--active-trail > span:hover {
          color: rgba(70, 88, 138, 0.5); }
      .layout-sidebar-first nav ul li li.menu-item--active-trail > a::before, .layout-sidebar-first nav ul li li.menu-item--active-trail > span::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        right: -10px; }
        .ltr-conntent .layout-sidebar-first nav ul li li.menu-item--active-trail > a::before, .ltr-conntent .layout-sidebar-first nav ul li li.menu-item--active-trail > span::before {
          right: auto;
          left: -10px; }
      .layout-sidebar-first nav ul li a {
        position: relative;
        word-wrap: break-word; }
        .ltr-conntent .layout-sidebar-first nav ul li a {
          text-align: right; }
      .layout-sidebar-first nav ul ul {
        border-top: 1px solid #f4f4f4; }
        .layout-sidebar-first nav ul ul li {
          padding: 10px 22px; }
          .layout-sidebar-first nav ul ul li.menu-item--active-trail > a {
            color: #46588a;
            background-color: #fff;
            position: relative; }
            .ltr-conntent .layout-sidebar-first nav ul ul li.menu-item--active-trail > a {
              text-align: right; }
            .layout-sidebar-first nav ul ul li.menu-item--active-trail > a:hover {
              color: rgba(70, 88, 138, 0.5); }
        .layout-sidebar-first nav ul ul a {
          font-size: 14px;
          word-wrap: break-word; }
    .layout-sidebar-first nav > ul > li > a, .layout-sidebar-first nav > ul > li > span {
      border-top: 1px solid #f4f4f4;
      font-weight: 600;
      color: #000;
      padding: 12px 25px 12px 15px;
      text-transform: uppercase;
      display: block; }
      .ltr-conntent .layout-sidebar-first nav > ul > li > a, .ltr-conntent .layout-sidebar-first nav > ul > li > span {
        text-align: right;
        padding: 12px 15px 12px 25px; }
    .layout-sidebar-first nav .menu-item-has-child > a {
      pointer-events: none; }
    .layout-sidebar-first nav:not(.non-active-header) .sidenav-title {
      position: relative;
      background-color: #46588a;
      width: calc(100% + 2px);
      transform: translateX(-1px);
      word-wrap: break-word; }
      .layout-sidebar-first nav:not(.non-active-header) .sidenav-title.menu-item--active-trail > a, .layout-sidebar-first nav:not(.non-active-header) .sidenav-title.menu-item--active-trail > span {
        background-color: #46588a; }
      .layout-sidebar-first nav:not(.non-active-header) .sidenav-title li {
        background-color: #fff; }
      .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a {
        border-top: 0;
        color: #fff !important;
        padding-left: 15px;
        position: relative; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a {
          text-align: right;
          padding-right: 15px;
          padding-left: 0; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a:hover {
          opacity: 0.5; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
          pointer-events: none;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 7px;
          color: #fff; }
          .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
            right: auto;
            left: 7px;
            transform: translateY(-50%) rotateY(180deg); }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          font-family: 'icomoon';
          font-size: 16px;
          width: 25px;
          height: 25px;
          border: 2px solid #fff;
          border-radius: 50%;
          color: #fff;
          left: 15px;
          display: none;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a:after {
            left: auto;
            right: 15px; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="americas"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="americas"]::after {
          content: "\e90c"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="global"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="global"]::after {
          content: "\e92a"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="africa"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="africa"]::after {
          content: "\e90a"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="asia"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="asia"]::after {
          content: "\e90d"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="arab"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="arab"]::after {
          content: "\e90c"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="europe"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="europe"]::after {
          content: "\e929"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="aviation"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="aviation"]::after {
          content: "\e900"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="dockers"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="dockers"]::after {
          content: "\e901"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="fisheries"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="fisheries"]::after {
          content: "\e902"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="inland"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="inland"]::after {
          content: "\e903"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="logistics"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="logistics"]::after {
          content: "\e904"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="railways"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="railways"]::after {
          content: "\e905"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="road"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="road"]::after {
          content: "\e906"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="seafarers"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="seafarers"]::after {
          content: "\e907"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="tourism"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="tourism"]::after {
          content: "\e908"; }
        .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="urban"] {
          padding-right: 51px; }
        .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a[class*="urban"]::after {
          content: "\e909"; }
    .layout-sidebar-first nav .sidebarnav-toggle {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      right: 7px;
      color: #fff;
      z-index: 2;
      cursor: pointer; }
      .ltr-conntent .layout-sidebar-first nav .sidebarnav-toggle {
        right: auto;
        left: 7px; }
    .layout-sidebar-first nav.non-active-header h2 {
      background-color: #fff;
      color: #000;
      font-size: 15px;
      text-align: left;
      font-weight: 600;
      margin: 0;
      padding: 12px 35px 12px 15px;
      position: relative;
      text-transform: uppercase;
      word-wrap: break-word; }
      .ltr-conntent .layout-sidebar-first nav.non-active-header h2 {
        padding: 12px 15px 12px 35px;
        text-align: right; }
      .layout-sidebar-first nav.non-active-header h2::before {
        color: #46588a; }
    .layout-sidebar-first nav.non-active-header ul {
      list-style: none;
      padding: 0; }
      .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a, .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span {
        color: #fff;
        background-color: #46588a;
        position: relative;
        transition: all 0.1s ease-in-out; }
        .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a::before, .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 10px;
          color: #fff;
          right: 10px; }
          .ltr-conntent .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a::before, .ltr-conntent .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span::before {
            transform: translateY(-50%) rotateY(180deg);
            right: auto;
            left: 10px; }
        .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > a:hover, .layout-sidebar-first nav.non-active-header ul li.menu-item--active-trail > span:hover {
          color: rgba(255, 255, 255, 0.5); }
      .layout-sidebar-first nav.non-active-header ul li a {
        position: relative; }
      .layout-sidebar-first nav.non-active-header ul ul {
        border-top: 1px solid #f4f4f4; }
        .layout-sidebar-first nav.non-active-header ul ul li {
          padding: 10px 22px; }
          .layout-sidebar-first nav.non-active-header ul ul li.menu-item--active-trail > a {
            color: #46588a;
            background-color: #fff;
            position: relative; }
            .ltr-conntent .layout-sidebar-first nav.non-active-header ul ul li.menu-item--active-trail > a {
              text-align: right; }
            .layout-sidebar-first nav.non-active-header ul ul li.menu-item--active-trail > a::before {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              font-size: 10px;
              color: #46588a;
              right: -15px; }
              .ltr-conntent .layout-sidebar-first nav.non-active-header ul ul li.menu-item--active-trail > a::before {
                right: auto;
                left: -15px;
                transform: translateY(-50%) rotateY(180deg); }
            .layout-sidebar-first nav.non-active-header ul ul li.menu-item--active-trail > a:hover {
              color: rgba(70, 88, 138, 0.5); }

.c-contacts-block,
.c-social-block {
  background-color: #fff;
  padding: 21px 21px 37px 48px;
  position: relative;
  margin-bottom: 6px; }
  .ltr-conntent .c-contacts-block, .ltr-conntent
  .c-social-block {
    padding: 21px 48px 37px 21px; }
    .ltr-conntent .c-contacts-block > div *, .ltr-conntent
    .c-social-block > div * {
      text-align: left; }
  .c-contacts-block h2,
  .c-social-block h2 {
    color: #555555;
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.465;
    padding: 0;
    margin-bottom: 10px;
    position: relative; }
    .ltr-conntent .c-contacts-block h2, .ltr-conntent
    .c-social-block h2 {
      text-align: right; }
    .c-contacts-block h2::before,
    .c-social-block h2::before {
      position: absolute;
      left: -36px;
      top: -1px;
      font-size: 23px; }
      .ltr-conntent .c-contacts-block h2::before, .ltr-conntent
      .c-social-block h2::before {
        right: -36px;
        left: auto; }

.c-contacts-block p,
.c-contacts-block > div {
  color: #555555;
  font-weight: 400;
  line-height: 1.5; }

.c-contacts-block > div {
  font-size: 13px; }

.c-contacts-block p {
  font-size: 13px;
  margin-bottom: 12px; }
  .c-contacts-block p:last-of-type {
    margin-bottom: 0 !important; }

.c-contacts-block a {
  font-size: 13px;
  display: inline;
  color: #46588a;
  text-decoration: underline;
  word-wrap: break-word;
  transition: all 0.1s ease-in-out; }
  .c-contacts-block a:hover {
    text-decoration: none;
    color: #000; }

.c-social-block {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 22px; }
  .c-social-block h2 {
    margin-bottom: 17px; }
    .ltr-conntent .c-social-block h2 {
      text-align: right; }
  .c-social-block ul {
    list-style: none;
    padding-left: 0; }
  .c-social-block li {
    margin-bottom: 11px; }
    .c-social-block li:last-of-type {
      margin-bottom: 0; }
    .c-social-block li a {
      display: block;
      font-size: 13px;
      color: #555555;
      text-transform: capitalize;
      font-weight: 400;
      line-height: 1.46;
      position: relative;
      padding-left: 30px;
      transition: all 0.1s ease-in-out; }
      .ltr-conntent .c-social-block li a {
        text-align: right;
        padding-right: 30px;
        padding-left: 0; }
      .c-social-block li a:hover {
        color: #46588a; }
        .c-social-block li a:hover::before {
          opacity: 0.7; }
      .c-social-block li a::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        left: -2px;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: all 0.1s ease-in-out; }
        .ltr-conntent .c-social-block li a::before {
          right: -2px;
          left: auto; }
      .c-social-block li a.facebook::before {
        color: #3c5a96; }
      .c-social-block li a.twitter::before {
        color: #35a9d0; }
      .c-social-block li a.youtube::before {
        color: #ff0000; }
      .c-social-block li a.instagram::before {
        color: #bc2a8d; }

[id="block-blockpopulartags"] {
  margin-top: 35px; }
  [id="block-blockpopulartags"] h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.32;
    color: #555555;
    margin-bottom: 20px; }

.c-popular-tags, .field-field_tags:not(.c-popular-tags) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ltr-conntent .c-popular-tags, .ltr-conntent .field-field_tags:not(.c-popular-tags) {
    -ms-flex-pack: end;
    justify-content: flex-end; }

.c-popular-tags__link, .field-field_tags:not(.c-popular-tags) > div {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.1;
  padding: 7px 16px;
  color: #46588a;
  border: 1px solid #46588a;
  transition: all 0.1s ease-in-out;
  margin: 0 6px 6px 0; }
  .c-popular-tags__link:hover, .field-field_tags:not(.c-popular-tags) > div:hover {
    background-color: #46588a;
    color: #fff;
    text-decoration: none;
    display: inline-block; }

.c-search-filter-container,
[id="block-itf-page-title"],
[id="memorial-page-header"] {
  position: relative; }
  .c-search-filter-container::before,
  [id="block-itf-page-title"]::before,
  [id="memorial-page-header"]::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw; }

[id="block-itf-page-title"] {
  position: relative; }
  .page-external-view-password [id="block-itf-page-title"] {
    display: none; }
  .page-workers-memorial-day [id="block-itf-page-title"] {
    padding: 60px 0 25px 0; }
    .page-workers-memorial-day [id="block-itf-page-title"] h1 {
      color: #555555;
      line-height: 1.27; }
  [id="block-itf-page-title"]::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw; }
    .page-workers-memorial-day [id="block-itf-page-title"]::before,
    .page-all-entries [id="block-itf-page-title"]::before,
    .page-shortlist [id="block-itf-page-title"]::before,
    .page-external-view [id="block-itf-page-title"]::before {
      display: none; }

[id="block-itf-page-title"],
[id="memorial-page-header"] {
  padding-bottom: 75px;
  padding-top: 25px;
  padding-left: 0;
  z-index: 1;
  position: relative; }
  .page-all-entries [id="block-itf-page-title"],
  .page-longlist [id="block-itf-page-title"],
  .page-shortlist [id="block-itf-page-title"],
  .page-external-view [id="block-itf-page-title"], .page-all-entries
  [id="memorial-page-header"],
  .page-longlist
  [id="memorial-page-header"],
  .page-shortlist
  [id="memorial-page-header"],
  .page-external-view
  [id="memorial-page-header"] {
    padding: 25px 0 0; }
  [id="block-itf-page-title"] h1,
  [id="memorial-page-header"] h1 {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 10; }
    .page-all-entries [id="block-itf-page-title"] h1,
    .page-longlist [id="block-itf-page-title"] h1,
    .page-shortlist [id="block-itf-page-title"] h1,
    .page-external-view [id="block-itf-page-title"] h1, .page-all-entries
    [id="memorial-page-header"] h1,
    .page-longlist
    [id="memorial-page-header"] h1,
    .page-shortlist
    [id="memorial-page-header"] h1,
    .page-external-view
    [id="memorial-page-header"] h1 {
      color: #555555; }

[id="memorial-page-header"] {
  padding: 90px 0 117px 0; }

.page-search .search-filter-wrapper,
.page-news .search-filter-wrapper,
.page-reports-publications .search-filter-wrapper,
.page-training-education .search-filter-wrapper,
.page-campaigns .search-filter-wrapper,
.page-videos .search-filter-wrapper,
.page-node-videos .search-filter-wrapper,
.page-events .search-filter-wrapper,
.page-tag .search-filter-wrapper,
.page-node-leaders_and_chairs .search-filter-wrapper {
  padding-bottom: 70px;
  padding-top: 13px;
  z-index: 1;
  position: relative; }

.c-page-front [id="block-itf-page-title"],
.page-search [id="block-itf-page-title"] {
  display: none; }

.page-node-reports_publications [id="block-itf-breadcrumbs"]::before,
.page-node-reports_publications [id="block-itf-page-title"]::before,
.page-reports-publications [id="block-itf-breadcrumbs"]::before,
.page-reports-publications [id="block-itf-page-title"]::before,
.page-training-education [id="block-itf-breadcrumbs"]::before,
.page-training-education [id="block-itf-page-title"]::before,
.page-node-training_education [id="block-itf-breadcrumbs"]::before,
.page-node-training_education [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 50%, rgba(6, 155, 155, 0.6) 100%); }

.page-node-news [id="block-itf-breadcrumbs"]::before,
.page-node-news .c-search-filter-container::before,
.page-node-news [id="block-itf-page-title"]::before,
.page-news [id="block-itf-breadcrumbs"]::before,
.page-news .c-search-filter-container::before,
.page-news [id="block-itf-page-title"]::before,
.page-node-persons [id="block-itf-breadcrumbs"]::before,
.page-node-persons .c-search-filter-container::before,
.page-node-persons [id="block-itf-page-title"]::before,
.page-tag [id="block-itf-breadcrumbs"]::before,
.page-tag .c-search-filter-container::before,
.page-tag [id="block-itf-page-title"]::before,
.page-node-leaders_and_chairs [id="block-itf-breadcrumbs"]::before,
.page-node-leaders_and_chairs .c-search-filter-container::before,
.page-node-leaders_and_chairs [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #46588a 0%, #46588a 50%, rgba(70, 88, 138, 0.6) 100%); }

.page-news .page-node-news [id="block-itf-page-title"] {
  padding-bottom: 102px; }

.page-news [id="block-itf-page-title"],
.page-reports-publications [id="block-itf-page-title"],
.page-training-education [id="block-itf-page-title"],
.page-campaigns [id="block-itf-page-title"],
.page-videos [id="block-itf-page-title"],
.page-node-videos [id="block-itf-page-title"],
.page-tag [id="block-itf-page-title"] {
  position: relative;
  padding-top: 10px;
  padding-bottom: 3px; }

.page-reports-publications [id="block-itf-breadcrumbs"]::before,
.page-reports-publications .c-search-filter-container::before,
.page-reports-publications [id="block-itf-page-title"]::before,
.page-training-education [id="block-itf-breadcrumbs"]::before,
.page-training-education .c-search-filter-container::before,
.page-training-education [id="block-itf-page-title"]::before,
.page-videos [id="block-itf-breadcrumbs"]::before,
.page-videos .c-search-filter-container::before,
.page-videos [id="block-itf-page-title"]::before,
.page-node-videos [id="block-itf-breadcrumbs"]::before,
.page-node-videos .c-search-filter-container::before,
.page-node-videos [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 50%, rgba(6, 155, 155, 0.6) 100%); }

.page-campaigns [id="block-itf-breadcrumbs"]::before,
.page-campaigns .c-search-filter-container::before,
.page-campaigns [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #76a03d 0%, #76a03d 50%, rgba(118, 160, 61, 0.6) 100%); }

.page-in-memory [id="block-itf-breadcrumbs"]::before,
.page-in-memory .c-search-filter-container::before,
.page-in-memory [id="block-itf-page-title"]::before,
.page-node-leaders_and_chairs [id="block-itf-breadcrumbs"]::before,
.page-node-leaders_and_chairs .c-search-filter-container::before,
.page-node-leaders_and_chairs [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #46588a 0%, #46588a 50%, rgba(70, 88, 138, 0.6) 100%); }

.page-in-memory .search-filter-wrapper,
.page-node-leaders_and_chairs .search-filter-wrapper {
  padding-bottom: 45px; }

.page-elected-officials [id="block-itf-breadcrumbs"]::before,
.page-elected-officials .c-search-filter-container::before,
.page-elected-officials [id="block-itf-page-title"]::before,
.page-our-people [id="block-itf-breadcrumbs"]::before,
.page-our-people .c-search-filter-container::before,
.page-our-people [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #46588a 0%, #46588a 50%, rgba(70, 88, 138, 0.6) 100%); }

.page-elected-officials .search-filter-wrapper,
.page-our-people .search-filter-wrapper {
  padding-bottom: 45px; }

.page-node-events [id="block-itf-breadcrumbs"]::before,
.page-node-events .c-search-filter-container::before,
.page-node-events [id="block-itf-page-title"]::before,
.page-events [id="block-itf-breadcrumbs"]::before,
.page-events .c-search-filter-container::before,
.page-events [id="block-itf-page-title"]::before,
.page-node-webform [id="block-itf-breadcrumbs"]::before,
.page-node-webform .c-search-filter-container::before,
.page-node-webform [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, #923f5b 0%, #923f5b 66%, rgba(146, 63, 91, 0.87) 100%); }

.page-node [id="block-itf-breadcrumbs"]::before,
.page-node .c-search-filter-container::before,
.page-node [id="block-itf-page-title"]::before {
  background: linear-gradient(90deg, black 0%, black 66%, #858585 100%); }

.page-workers-memorial-day .c-search-filter-container::before,
.page-workers-memorial-day [id="memorial-page-header"]::before {
  background: linear-gradient(90deg, black 0%, black 66%, #858585 100%); }

.c-node-mini-teaser-image {
  width: 100%;
  max-width: 64px;
  min-width: 64px;
  margin-right: 10px; }
  .ltr-conntent .c-node-mini-teaser-image {
    margin-right: 0;
    margin-left: 10px; }
  .c-node-mini-teaser-image a {
    display: block;
    overflow: hidden; }
    .c-node-mini-teaser-image a:hover img {
      transform: scale(1.05); }
  .c-node-mini-teaser-image img {
    transition: 0.2s ease-out; }

.page-node-persons .c-node-mini-teaser-image {
  max-width: 90px;
  min-width: 90px; }

.c-node-mini-teaser-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ltr-conntent .c-node-mini-teaser-top {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .c-node-mini-teaser-top .c-node-mini-teaser-top__date + .c-press-release {
    position: relative;
    margin-left: 3px; }
    .c-node-mini-teaser-top .c-node-mini-teaser-top__date + .c-press-release::before {
      content: ' | ';
      position: relative; }
  .c-node-mini-teaser-top .c-press-release {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 7px;
    color: #676767;
    text-transform: uppercase; }

.c-node-mini-teaser-top__date {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 7px;
  color: #676767; }
  .ltr-conntent .c-node-mini-teaser-top__date bdi {
    direction: ltr; }

.c-node-mini-teaser-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 0; }
  .ltr-conntent .c-node-mini-teaser-title {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-node-mini-teaser-title a {
    color: #555555;
    transition: all 0.1s ease-in-out; }
    .c-node-mini-teaser-title a:hover {
      color: #46588a;
      text-decoration: none; }

.page-node-news .c-node-mini-teaser-type {
  display: none; }

[id^="block-views-block-external-links-block"] > h2,
[id*="block-views-block-related"] > h2,
[id*="block-views-block-downloads"] > h2 {
  background-color: #fff;
  color: #555555;
  margin: 0;
  padding: 11px 25px 11px 47px;
  position: relative; }
  [id^="block-views-block-external-links-block"] > h2::before,
  [id*="block-views-block-related"] > h2::before,
  [id*="block-views-block-downloads"] > h2::before {
    font-size: 24px;
    position: absolute;
    left: 21px;
    top: 10px; }
  .ltr-conntent [id^="block-views-block-external-links-block"] > h2, .ltr-conntent
  [id*="block-views-block-related"] > h2, .ltr-conntent
  [id*="block-views-block-downloads"] > h2 {
    padding-right: 47px;
    padding-left: 25px; }
    .ltr-conntent [id^="block-views-block-external-links-block"] > h2::before, .ltr-conntent
    [id*="block-views-block-related"] > h2::before, .ltr-conntent
    [id*="block-views-block-downloads"] > h2::before {
      left: initial;
      right: 21px; }

[id^="block-views-block-external-links-block"] article,
[id^="block-views-block-external-links-block"] .views-field-field-file,
[id*="block-views-block-related"] article,
[id*="block-views-block-related"] .views-field-field-file,
[id*="block-views-block-downloads"] article,
[id*="block-views-block-downloads"] .views-field-field-file {
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  padding: 12px 22px 21px 22px; }
  [id^="block-views-block-external-links-block"] article:last-of-type,
  [id^="block-views-block-external-links-block"] .views-field-field-file:last-of-type,
  [id*="block-views-block-related"] article:last-of-type,
  [id*="block-views-block-related"] .views-field-field-file:last-of-type,
  [id*="block-views-block-downloads"] article:last-of-type,
  [id*="block-views-block-downloads"] .views-field-field-file:last-of-type {
    border-bottom: 0; }

[id^="block-views-block-external-links-block"] p,
[id*="block-views-block-related"] p,
[id*="block-views-block-downloads"] p {
  margin-bottom: 0; }

[id^="block-views-block-external-links-block"] .external-link,
[id^="block-views-block-external-links-block"] .c-node-mini-teaser-title > a,
[id^="block-views-block-external-links-block"] .views-field-field-file a,
[id*="block-views-block-related"] .external-link,
[id*="block-views-block-related"] .c-node-mini-teaser-title > a,
[id*="block-views-block-related"] .views-field-field-file a,
[id*="block-views-block-downloads"] .external-link,
[id*="block-views-block-downloads"] .c-node-mini-teaser-title > a,
[id*="block-views-block-downloads"] .views-field-field-file a {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: inline-block;
  color: #46588a;
  transition: all 0.1s ease-in-out;
  padding: 4px 0;
  font-weight: 600; }
  [id^="block-views-block-external-links-block"] .external-link:hover,
  [id^="block-views-block-external-links-block"] .c-node-mini-teaser-title > a:hover,
  [id^="block-views-block-external-links-block"] .views-field-field-file a:hover,
  [id*="block-views-block-related"] .external-link:hover,
  [id*="block-views-block-related"] .c-node-mini-teaser-title > a:hover,
  [id*="block-views-block-related"] .views-field-field-file a:hover,
  [id*="block-views-block-downloads"] .external-link:hover,
  [id*="block-views-block-downloads"] .c-node-mini-teaser-title > a:hover,
  [id*="block-views-block-downloads"] .views-field-field-file a:hover {
    color: #000;
    text-decoration: none; }

[id^="block-views-block-external-links-block"] .external-link,
[id^="block-views-block-external-links-block"] .views-field-field-external-links a,
[id^="block-views-block-external-links-block"] .views-field-field-elsewhere a,
[id^="block-views-block-external-links-block"] .views-field-field-file a,
[id*="block-views-block-related"] .external-link,
[id*="block-views-block-related"] .views-field-field-external-links a,
[id*="block-views-block-related"] .views-field-field-elsewhere a,
[id*="block-views-block-related"] .views-field-field-file a,
[id*="block-views-block-downloads"] .external-link,
[id*="block-views-block-downloads"] .views-field-field-external-links a,
[id*="block-views-block-downloads"] .views-field-field-elsewhere a,
[id*="block-views-block-downloads"] .views-field-field-file a {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  color: #46588a;
  transition: all 0.1s ease-in-out;
  padding: 4px 0;
  font-weight: 600;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  padding: 12px 22px; }
  [id^="block-views-block-external-links-block"] .external-link:last-of-type,
  [id^="block-views-block-external-links-block"] .views-field-field-external-links a:last-of-type,
  [id^="block-views-block-external-links-block"] .views-field-field-elsewhere a:last-of-type,
  [id^="block-views-block-external-links-block"] .views-field-field-file a:last-of-type,
  [id*="block-views-block-related"] .external-link:last-of-type,
  [id*="block-views-block-related"] .views-field-field-external-links a:last-of-type,
  [id*="block-views-block-related"] .views-field-field-elsewhere a:last-of-type,
  [id*="block-views-block-related"] .views-field-field-file a:last-of-type,
  [id*="block-views-block-downloads"] .external-link:last-of-type,
  [id*="block-views-block-downloads"] .views-field-field-external-links a:last-of-type,
  [id*="block-views-block-downloads"] .views-field-field-elsewhere a:last-of-type,
  [id*="block-views-block-downloads"] .views-field-field-file a:last-of-type {
    border-bottom: 0; }
  [id^="block-views-block-external-links-block"] .external-link:hover,
  [id^="block-views-block-external-links-block"] .views-field-field-external-links a:hover,
  [id^="block-views-block-external-links-block"] .views-field-field-elsewhere a:hover,
  [id^="block-views-block-external-links-block"] .views-field-field-file a:hover,
  [id*="block-views-block-related"] .external-link:hover,
  [id*="block-views-block-related"] .views-field-field-external-links a:hover,
  [id*="block-views-block-related"] .views-field-field-elsewhere a:hover,
  [id*="block-views-block-related"] .views-field-field-file a:hover,
  [id*="block-views-block-downloads"] .external-link:hover,
  [id*="block-views-block-downloads"] .views-field-field-external-links a:hover,
  [id*="block-views-block-downloads"] .views-field-field-elsewhere a:hover,
  [id*="block-views-block-downloads"] .views-field-field-file a:hover {
    color: #000;
    text-decoration: none; }

.c-info-box__wrap {
  margin-bottom: 44px; }

.c-info-box {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%; }
  .c-info-box .c-info-comment {
    position: relative;
    padding-left: 35px;
    margin-left: 0; }
    .c-info-box .c-info-comment::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.c-info-box__link:hover h3 {
  color: #46588a; }

.c-info-box__link:hover .c-info__position {
  color: #46588a; }

.c-info-box__info {
  padding: 35px 15px 21px;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .ltr-conntent .c-info-box__info {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.c-info-box__title-holder {
  padding: 27px 15px 25px;
  background-color: #fff;
  width: 100%;
  position: relative; }
  .c-info-box__title-holder h3 {
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0; }

.c-info-box__bg,
.c-info-box__image {
  display: block;
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }

.c-info-box__read-more {
  position: absolute;
  top: 0;
  right: 21px;
  transform: translateY(-50%); }

.c-info-box__highlighted {
  height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c-info-box__highlighted .c-info-box__bg {
    height: 346px; }
  .c-info-box__highlighted .c-info-box__title-holder {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.23) 57%, rgba(0, 0, 0, 0) 100%); }
  .c-info-box__highlighted .c-info-box__title-holder h3 {
    color: #fff; }
  .c-info-box__highlighted .c-info-box__link {
    color: #fff; }
  .c-info-box__highlighted .c-info-box__read-more {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    z-index: 2; }

.c-events-box {
  display: block; }
  .c-events-box:hover {
    color: initial;
    text-decoration: none; }
    .c-events-box:hover .c-events-box__day {
      transform: scale(1.05); }
  .c-events-box__upcoming:hover .c-events-box__title {
    color: #46588a; }
  .c-events-box__passed .c-events-box__day {
    background: #b4b4b4; }
  .c-events-box__passed .c-events-box__day-full, .c-events-box__passed .c-events-box__month, .c-events-box__passed .c-events-box__location, .c-events-box__passed .c-events-box__title {
    color: #b4b4b4; }
  .c-events-box__passed .c-info-box__read-more {
    background-color: #b4b4b4; }
  .c-events-box__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e7e7e7;
    position: relative; }
  .c-events-box .c-info-box__read-more {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    pointer-events: none; }
  .c-events-box__bottom {
    padding: 27px 20px 32px; }

.c-events-box__day {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #a95672;
  border-radius: 50%;
  margin: 26px auto;
  transition: 0.2s ease-out; }

.c-events-box__day-full,
.c-events-box__month {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  letter-spacing: 0.13px; }

.c-events-box__day-full {
  text-transform: capitalize; }

.c-events-box__month {
  text-transform: uppercase; }

.c-events-box__location {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  color: #a95672;
  display: block;
  letter-spacing: 0.15px;
  margin-bottom: 8px; }

.c-events-box__title {
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.1s ease-in-out; }

.c-share {
  border-top: 1px solid #c2c2c2;
  margin-bottom: 20px;
  padding-top: 22px;
  padding-bottom: 70px; }
  .ltr-conntent .c-share {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-share label {
    font-weight: 600;
    margin: 0 15px 0 0; }
  .c-share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ltr-conntent .c-share ul {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .c-share a {
    display: block;
    transition: all 0.1s ease-in-out; }
    .c-share a:hover {
      opacity: 0.7;
      text-decoration: none; }
  .c-share i {
    display: block;
    font-size: 32px;
    margin-right: 5px; }
  .c-share .icon-facebook-round, .c-share .c-social-block li a.facebook, .c-social-block li .c-share a.facebook {
    color: #3c5a96; }
  .c-share .icon-twitter-round, .c-share .c-social-block li a.twitter, .c-social-block li .c-share a.twitter {
    color: #35a9d0; }
  .c-share .icon-whatsapp-round {
    color: #0bd561; }
  .c-share .icon-google-plus-round {
    color: #db4437; }

.c-social-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .ltr-conntent .c-social-box {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-social-box .c-social-box__link {
    width: 30.5%;
    margin-right: 4.2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .ltr-conntent .c-social-box .c-social-box__link {
      margin-right: 0;
      margin-left: 4.2%; }
    .c-social-box .c-social-box__link a {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.18px;
      color: #fff;
      display: block;
      position: relative;
      min-height: 58px;
      padding: 20px 75px 20px 25px;
      width: 100%; }
      .ltr-conntent .c-social-box .c-social-box__link a {
        text-align: right;
        padding: 20px 25px 20px 75px; }
      .c-social-box .c-social-box__link a::after {
        font-family: 'icomoon';
        content: "\e91a";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 1px;
        transition: all 0.1s ease-in-out;
        margin-left: 15px;
        right: 58px; }
        .ltr-conntent .c-social-box .c-social-box__link a::after {
          margin-left: 0;
          margin-right: 15px;
          right: auto;
          left: 58px;
          transform: translateY(-50%) rotateY(180deg); }
    .c-social-box .c-social-box__link:hover {
      text-decoration: none;
      opacity: 0.9; }
      .c-social-box .c-social-box__link:hover a {
        text-decoration: none; }
        .c-social-box .c-social-box__link:hover a::after {
          transform: translate(5px, -50%); }
          .ltr-conntent .c-social-box .c-social-box__link:hover a::after {
            transform: translate(-5px, -50%) rotateY(180deg); }
    .c-social-box .c-social-box__link strong {
      font-weight: 600;
      margin: 0 2px; }
    .c-social-box .c-social-box__link:last-of-type {
      margin-right: 0; }
  .c-social-box .c-facebook-link {
    background-color: #3c5a96; }
  .c-social-box .c-twitter-link {
    background-color: #35a9d0; }
  .c-social-box .c-whatsapp-link {
    background-color: #0bd561; }
  .c-social-box.c-campaign-involved__social {
    padding: 0 62px; }

.photo-competition-closing-page {
  width: 100%; }
  .photo-competition-closing-page .views-element-container {
    background: #2b2e34;
    padding: 80px 0 170px; }
    .photo-competition-closing-page .views-element-container h2 {
      font-size: 68px;
      color: #ccfe00;
      text-transform: uppercase;
      margin-bottom: 60px;
      font-family: "Neue Haas Grotesk Display Pro 95 Black"; }
    .photo-competition-closing-page .views-element-container > .container + div, .photo-competition-closing-page .views-element-container > .itf-events-form + div {
      margin-left: -120px; }
  .photo-competition-closing-page .views-row {
    border-bottom: none !important;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    html[lang="ar"] .photo-competition-closing-page .views-row {
      -ms-flex-direction: column;
      flex-direction: column; }
    .photo-competition-closing-page .views-row .views-field-field-name,
    .photo-competition-closing-page .views-row .views-field-field-title-of-your-photo {
      width: 100%; }
    .photo-competition-closing-page .views-row .field-content {
      font-size: 20px;
      color: #fff;
      margin-top: 20px; }
  .photo-competition-closing-page .slick-list {
    margin: 0 -40px; }
  .photo-competition-closing-page .slick-slide {
    margin: 0 40px;
    opacity: .6;
    transition: opacity 1s ease-in-out; }
    .photo-competition-closing-page .slick-slide img {
      max-height: 725px; }
  .photo-competition-closing-page .slick-current {
    opacity: 1; }
  .photo-competition-closing-page .slick-arrow {
    width: 80px;
    height: 80px;
    margin-top: -38px; }
    .photo-competition-closing-page .slick-arrow::before {
      font-size: 80px;
      color: #fff; }
  .photo-competition-closing-page .slick-prev {
    left: 183px; }
  .photo-competition-closing-page .slick-next {
    right: 63px; }
  .photo-competition-closing-page .slick-disabled {
    opacity: .8;
    pointer-events: none; }

.c-home-slider {
  color: #fff;
  position: relative;
  max-height: 385px;
  height: 385px; }
  .c-home-slider .slick-dots {
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 20vw;
    top: 50%;
    transform: translateY(-50%); }
    .c-home-slider .slick-dots li {
      margin: 5px 0; }
  .c-home-slider.slick-vertical .slick-slide {
    border-left: 0;
    border-right: 0;
    height: 385px; }
  .c-home-slider__link a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5; }

.c-home-slider__content {
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 462px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  .c-home-slider__content p {
    margin-bottom: 0; }

.c-home-slider__title {
  border-bottom: 1px solid #fff;
  font-size: 38px;
  padding: 0 0 15px;
  transition: 0.15s ease-out; }

a.c-home-slider__title:hover, a.c-home-slider__title:focus {
  color: rgba(255, 255, 255, 0.6);
  outline: none;
  text-decoration: none; }

.c-home-slider__list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  width: 100%; }
  .c-home-slider__list li {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.38em;
    text-transform: uppercase; }

.c-home-slider__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%; }
  .c-home-slider__slide.has-dark-overlay::after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 21%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.05) 100%); }
  .c-home-slider__slide:first-of-type {
    position: relative; }
  .c-home-slider__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill; }
  .c-home-slider__slide .container, .c-home-slider__slide .itf-events-form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    z-index: 2; }

.c-home-slider__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
  transition: color 0.2s ease-out;
  z-index: 3; }
  .c-home-slider__video-btn:hover, .c-home-slider__video-btn:focus {
    color: rgba(255, 255, 255, 0.6);
    outline: none;
    text-decoration: none; }

.c-home-slider__video-wrap {
  z-index: 3;
  height: 100%;
  z-index: 9999999; }
  .c-home-slider__video-wrap.video-plays .c-home-slider__video {
    opacity: 1;
    transition: 0.1s ease-out;
    visibility: visible; }
  .c-home-slider__video-wrap .js-play-btn {
    display: none !important; }
  .c-home-slider__video-wrap.video-tag video {
    height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    visibility: visible; }

div[class*='play-btn-item'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
  transition: color 0.2s ease-out;
  z-index: 3; }
  div[class*='play-btn-item']::before {
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.c-home-slider__video {
  height: auto;
  position: absolute;
  visibility: hidden;
  width: 500px; }
  .c-home-slider__video:-webkit-full-screen {
    height: 100%;
    width: 100%; }

.video-autoplay {
  overflow: hidden; }
  .video-autoplay img,
  .video-autoplay .c-home-slider__video-btn {
    color: #000; }
  .video-autoplay .c-home-slider__video {
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100vw;
    display: block; }

.c-home-sliders > div[class*='field-field_video'] {
  position: fixed;
  width: 100%;
  opacity: 0;
  display: none;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  padding: 50px;
  transition: opacity 0.2s ease; }
  .c-home-sliders > div[class*='field-field_video'].modal-opens {
    display: block;
    opacity: 1; }
  .c-home-sliders > div[class*='field-field_video'] div[class*='iframe-wrapper'] {
    position: relative;
    top: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh;
    height: 100%;
    width: 100%; }
  .c-home-sliders > div[class*='field-field_video'] span[class*='close-mod'] {
    font-size: 30px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Arial', sans-serif; }
  .c-home-sliders > div[class*='field-field_video'] iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.page-node-reports_publications [id*="block-itf-content"] article,
.page-node-training_education [id*="block-itf-content"] article {
  width: 100%; }

.page-node-reports_publications[class*="toolbar"] .c-node-content,
.page-node-training_education[class*="toolbar"] .c-node-content {
  margin-top: 0; }

.ltr-conntent .page-node-reports_publications .field-field_downloads .paragraph, .ltr-conntent
.page-node-training_education .field-field_downloads .paragraph {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.page-node-reports_publications .c-node-content,
.page-node-training_education .c-node-content {
  margin-top: 45px; }
  .page-node-reports_publications .c-node-content .links.inline,
  .page-node-training_education .c-node-content .links.inline {
    display: none; }
  .page-node-reports_publications .c-node-content > div + div > div:first-child,
  .page-node-training_education .c-node-content > div + div > div:first-child {
    border-top: 1px solid #c2c2c2;
    font-weight: 600;
    padding: 28px 0 35px; }
  .page-node-reports_publications .c-node-content .c-download-top__wrap,
  .page-node-training_education .c-node-content .c-download-top__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ltr-conntent .page-node-reports_publications .c-node-content .c-download-top__wrap, .ltr-conntent
    .page-node-training_education .c-node-content .c-download-top__wrap {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .page-node-reports_publications .c-node-content .c-download-top__wrap .select2-container,
    .page-node-training_education .c-node-content .c-download-top__wrap .select2-container {
      margin-bottom: 5px;
      max-width: 350px; }
  .page-node-reports_publications .c-node-content .c-download-top__title,
  .page-node-training_education .c-node-content .c-download-top__title {
    margin: 0 20px 5px 0; }
    .ltr-conntent .page-node-reports_publications .c-node-content .c-download-top__title, .ltr-conntent
    .page-node-training_education .c-node-content .c-download-top__title {
      margin: 0 0 5px 20px; }
  .page-node-reports_publications .c-node-content .paragraph,
  .page-node-training_education .c-node-content .paragraph {
    display: none;
    margin-bottom: 6px; }
    .page-node-reports_publications .c-node-content .paragraph.show,
    .page-node-training_education .c-node-content .paragraph.show {
      display: -ms-flexbox;
      display: flex; }
    .page-node-reports_publications .c-node-content .paragraph.hide,
    .page-node-training_education .c-node-content .paragraph.hide {
      display: none; }
    .page-node-reports_publications .c-node-content .paragraph img,
    .page-node-training_education .c-node-content .paragraph img {
      min-width: 65px; }
    .page-node-reports_publications .c-node-content .paragraph a,
    .page-node-training_education .c-node-content .paragraph a {
      color: #46588a;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 20px;
      text-decoration: underline;
      word-wrap: break-word; }
      .page-node-reports_publications .c-node-content .paragraph a:hover,
      .page-node-training_education .c-node-content .paragraph a:hover {
        color: #354268;
        text-decoration: none; }
        .page-node-reports_publications .c-node-content .paragraph a:hover + i,
        .page-node-training_education .c-node-content .paragraph a:hover + i {
          color: #354268; }
      .ltr-conntent .page-node-reports_publications .c-node-content .paragraph a, .ltr-conntent
      .page-node-training_education .c-node-content .paragraph a {
        display: inline-block;
        padding-left: 0;
        padding-right: 20px; }
    .page-node-reports_publications .c-node-content .paragraph i,
    .page-node-training_education .c-node-content .paragraph i {
      color: #46588a;
      font-size: 17px;
      left: 0;
      margin-right: 3px;
      pointer-events: none;
      position: absolute;
      top: 6px; }
      .ltr-conntent .page-node-reports_publications .c-node-content .paragraph i, .ltr-conntent
      .page-node-training_education .c-node-content .paragraph i {
        left: initial;
        right: 0;
        margin-right: 0;
        margin-left: 3px; }
    .page-node-reports_publications .c-node-content .paragraph .field-field_attachment,
    .page-node-training_education .c-node-content .paragraph .field-field_attachment {
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 5px;
      max-width: calc(100% - 70px);
      padding-top: 7px;
      position: relative; }
  .ltr-conntent .page-node-reports_publications .c-node-content .field-field_attachment, .ltr-conntent
  .page-node-training_education .c-node-content .field-field_attachment {
    margin-left: 0;
    margin-right: 5px; }

.page-node-reports_publications .c-popular-tags, .page-node-reports_publications .field-field_tags:not(.c-popular-tags),
.page-node-training_education .c-popular-tags,
.page-node-training_education .field-field_tags:not(.c-popular-tags) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .page-node-reports_publications .c-popular-tags > div, .page-node-reports_publications .field-field_tags:not(.c-popular-tags) > div,
  .page-node-training_education .c-popular-tags > div,
  .page-node-training_education .field-field_tags:not(.c-popular-tags) > div {
    margin-bottom: 3px; }

.c-resources-text > div {
  border-top: 1px solid #c2c2c2;
  padding: 15px 0; }
  .ltr-conntent .c-resources-text > div.c-popular-tags, .ltr-conntent .c-resources-text > div.field-field_tags:not(.c-popular-tags) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .c-resources-text > div:not(.field-field_about) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c-resources-text > div:first-of-type > div:last-of-type {
    display: block !important; }
  .ltr-conntent .c-resources-text > div:first-of-type > div bdi {
    direction: ltr; }
  .ltr-conntent .c-resources-text > div {
    text-align: left; }
    .ltr-conntent .c-resources-text > div:not(.field-field_about) {
      direction: rtl; }
    .ltr-conntent .c-resources-text > div.field-field_about {
      direction: rtl;
      display: -ms-flexbox;
      display: flex; }
  .c-resources-text > div > div {
    margin-right: 5px; }
    .c-resources-text > div > div div {
      margin-right: 5px;
      padding-right: 5px;
      position: relative;
      border-right: 1px solid #c2c2c2; }
      .ltr-conntent .c-resources-text > div > div div:not(.field-field_about) {
        border-right: 0;
        border-left: 1px solid #c2c2c2;
        padding-right: 0;
        padding-left: 5px;
        margin-right: 0;
        margin-left: 5px; }
        .ltr-conntent .c-resources-text > div > div div:not(.field-field_about):last-of-type {
          padding-left: 0;
          margin-left: 0;
          border-left: 0; }
      .c-resources-text > div > div div:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border-right: 0; }
    .c-resources-text > div > div:first-child {
      font-weight: 600;
      white-space: nowrap; }
      .c-resources-text > div > div:first-child::after {
        content: ':'; }
    .c-resources-text > div > div:last-of-type {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-resources-text > div.field-field_about div {
    display: inline !important; }
    .c-resources-text > div.field-field_about div > * {
      display: inline; }
  .c-resources-text > div.field-field_about div:first-child {
    margin-right: 2px; }
  .c-resources-text > div.field-field_about div:last-child {
    display: block;
    margin-top: -2px; }

.page-node-news,
.page-node-persons,
.page-node-leaders_and_chairs {
  background-color: #f4f4f4; }
  .page-node-news [id="block-itf-content"],
  .page-node-persons [id="block-itf-content"],
  .page-node-leaders_and_chairs [id="block-itf-content"] {
    margin-bottom: 0; }
    .page-node-news [id="block-itf-content"] > article,
    .page-node-persons [id="block-itf-content"] > article,
    .page-node-leaders_and_chairs [id="block-itf-content"] > article {
      width: 100%; }
    .page-node-news [id="block-itf-content"] .c-node-content,
    .page-node-persons [id="block-itf-content"] .c-node-content,
    .page-node-leaders_and_chairs [id="block-itf-content"] .c-node-content {
      padding-left: 21px;
      padding-right: 21px; }
    .page-node-news [id="block-itf-content"] .field-field_image,
    .page-node-persons [id="block-itf-content"] .field-field_image,
    .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_image {
      margin-bottom: 15px; }
    .page-node-news [id="block-itf-content"] .field-field_image_caption,
    .page-node-persons [id="block-itf-content"] .field-field_image_caption,
    .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_image_caption {
      display: block;
      margin-bottom: 30px;
      font-style: italic;
      font-weight: 600; }
    .page-node-news [id="block-itf-content"] .field-body,
    .page-node-persons [id="block-itf-content"] .field-body,
    .page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
      margin-bottom: 60px; }
      .page-node-news [id="block-itf-content"] .field-body ul,
      .page-node-persons [id="block-itf-content"] .field-body ul,
      .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul {
        padding-left: 10px;
        list-style: none;
        margin-bottom: 20px; }
        .page-node-news [id="block-itf-content"] .field-body ul li,
        .page-node-persons [id="block-itf-content"] .field-body ul li,
        .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li {
          line-height: 1.4;
          padding-left: 15px;
          position: relative;
          margin-bottom: 12px; }
          .page-node-news [id="block-itf-content"] .field-body ul li a,
          .page-node-persons [id="block-itf-content"] .field-body ul li a,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li a {
            color: #46588a;
            text-decoration: underline; }
            .page-node-news [id="block-itf-content"] .field-body ul li a:hover,
            .page-node-persons [id="block-itf-content"] .field-body ul li a:hover,
            .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li a:hover {
              color: #354268;
              text-decoration: none; }
          .page-node-news [id="block-itf-content"] .field-body ul li:last-of-type,
          .page-node-persons [id="block-itf-content"] .field-body ul li:last-of-type,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li:last-of-type {
            margin-bottom: 0; }
          .page-node-news [id="block-itf-content"] .field-body ul li::before,
          .page-node-persons [id="block-itf-content"] .field-body ul li::before,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #46588a; }
        .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ul, .ltr-conntent
        .page-node-persons [id="block-itf-content"] .field-body ul, .ltr-conntent
        .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul {
          padding-left: 0;
          padding-right: 15px;
          direction: rtl; }
          .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ul li, .ltr-conntent
          .page-node-persons [id="block-itf-content"] .field-body ul li, .ltr-conntent
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li {
            padding-left: 0;
            padding-right: 15px; }
            .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ul li::before, .ltr-conntent
            .page-node-persons [id="block-itf-content"] .field-body ul li::before, .ltr-conntent
            .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ul li::before {
              left: initial;
              right: 0; }
      .page-node-news [id="block-itf-content"] .field-body ol,
      .page-node-persons [id="block-itf-content"] .field-body ol,
      .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol {
        padding-left: 10px;
        list-style: none;
        margin-bottom: 20px;
        counter-reset: list; }
        .page-node-news [id="block-itf-content"] .field-body ol li,
        .page-node-persons [id="block-itf-content"] .field-body ol li,
        .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li {
          line-height: 1.4;
          padding-left: 22px;
          margin-bottom: 12px;
          position: relative; }
          .page-node-news [id="block-itf-content"] .field-body ol li::before,
          .page-node-persons [id="block-itf-content"] .field-body ol li::before,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li::before {
            content: counter(list) ".";
            counter-increment: list;
            font-size: 15px;
            font-weight: 600;
            color: #46588a;
            position: absolute;
            top: 0;
            left: 0; }
          .page-node-news [id="block-itf-content"] .field-body ol li a,
          .page-node-persons [id="block-itf-content"] .field-body ol li a,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li a {
            color: #46588a;
            text-decoration: underline; }
            .page-node-news [id="block-itf-content"] .field-body ol li a:hover,
            .page-node-persons [id="block-itf-content"] .field-body ol li a:hover,
            .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li a:hover {
              color: #354268;
              text-decoration: none; }
          .page-node-news [id="block-itf-content"] .field-body ol li:last-of-type,
          .page-node-persons [id="block-itf-content"] .field-body ol li:last-of-type,
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li:last-of-type {
            margin-bottom: 0; }
        .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ol, .ltr-conntent
        .page-node-persons [id="block-itf-content"] .field-body ol, .ltr-conntent
        .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol {
          padding-left: 0;
          padding-right: 15px; }
          .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ol li, .ltr-conntent
          .page-node-persons [id="block-itf-content"] .field-body ol li, .ltr-conntent
          .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li {
            padding-left: 0;
            padding-right: 15px; }
            .ltr-conntent .page-node-news [id="block-itf-content"] .field-body ol li::before, .ltr-conntent
            .page-node-persons [id="block-itf-content"] .field-body ol li::before, .ltr-conntent
            .page-node-leaders_and_chairs [id="block-itf-content"] .field-body ol li::before {
              left: initial;
              right: 0; }
  .page-node-news [id*="block-views-block-related"] > h2,
  .page-node-persons [id*="block-views-block-related"] > h2,
  .page-node-leaders_and_chairs [id*="block-views-block-related"] > h2 {
    background-color: transparent;
    padding: 0; }
    .page-node-news [id*="block-views-block-related"] > h2::before,
    .page-node-persons [id*="block-views-block-related"] > h2::before,
    .page-node-leaders_and_chairs [id*="block-views-block-related"] > h2::before {
      display: none; }
  .page-node-news [id*="block-views-block-related"] article,
  .page-node-persons [id*="block-views-block-related"] article,
  .page-node-leaders_and_chairs [id*="block-views-block-related"] article {
    background-color: transparent;
    padding: 0;
    width: 100%; }
  .page-node-news .c-node-info,
  .page-node-persons .c-node-info,
  .page-node-leaders_and_chairs .c-node-info {
    bottom: 22px;
    color: #fff;
    font-size: 13px;
    left: 0;
    position: absolute;
    right: 25px; }
    .page-node-news .c-node-info .c-node-info__date-source,
    .page-node-persons .c-node-info .c-node-info__date-source,
    .page-node-leaders_and_chairs .c-node-info .c-node-info__date-source {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .ltr-conntent .page-node-news .c-node-info .c-node-info__date-source .c-node-info__date-holder bdi, .ltr-conntent
      .page-node-persons .c-node-info .c-node-info__date-source .c-node-info__date-holder bdi, .ltr-conntent
      .page-node-leaders_and_chairs .c-node-info .c-node-info__date-source .c-node-info__date-holder bdi {
        direction: ltr; }
      .page-node-news .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release,
      .page-node-persons .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release,
      .page-node-leaders_and_chairs .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release {
        position: relative;
        margin-left: 3px; }
        .page-node-news .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release::before,
        .page-node-persons .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release::before,
        .page-node-leaders_and_chairs .c-node-info .c-node-info__date-source .c-node-info__date-holder + .c-press-release::before {
          content: ' | ';
          position: relative; }
      .page-node-news .c-node-info .c-node-info__date-source .c-press-release,
      .page-node-persons .c-node-info .c-node-info__date-source .c-press-release,
      .page-node-leaders_and_chairs .c-node-info .c-node-info__date-source .c-press-release {
        text-transform: uppercase; }
    .page-node-news .c-node-info .c-info-comment,
    .page-node-persons .c-node-info .c-info-comment,
    .page-node-leaders_and_chairs .c-node-info .c-info-comment {
      margin-top: 0; }
      .page-node-news .c-node-info .c-info-comment::before,
      .page-node-news .c-node-info .c-info-comment a,
      .page-node-persons .c-node-info .c-info-comment::before,
      .page-node-persons .c-node-info .c-info-comment a,
      .page-node-leaders_and_chairs .c-node-info .c-info-comment::before,
      .page-node-leaders_and_chairs .c-node-info .c-info-comment a {
        color: #fff; }
    .ltr-conntent .page-node-news .c-node-info, .ltr-conntent
    .page-node-persons .c-node-info, .ltr-conntent
    .page-node-leaders_and_chairs .c-node-info {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .page-node-news .field-field_comment,
  .page-node-persons .field-field_comment,
  .page-node-leaders_and_chairs .field-field_comment {
    position: relative; }
    .page-node-news .field-field_comment::before,
    .page-node-persons .field-field_comment::before,
    .page-node-leaders_and_chairs .field-field_comment::before {
      background-color: #fff;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 200vw;
      z-index: -1; }

.field-field_tags:not(.c-popular-tags) {
  margin-bottom: 29px; }
  .ltr-conntent .field-field_tags:not(.c-popular-tags) {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .field-field_tags:not(.c-popular-tags) > div {
    border: none;
    margin: 0 15px 15px 0;
    padding: 0; }
    .field-field_tags:not(.c-popular-tags) > div > a {
      border: 1px solid #46588a;
      color: #46588a;
      display: block;
      font-weight: 600;
      padding: 7px 16px; }
      .field-field_tags:not(.c-popular-tags) > div > a:hover {
        color: #fff;
        text-decoration: none; }

.page-campaigns [id*="block-itf-content"] > div:first-child::before {
  display: none; }

.page-campaigns main,
.page-campaigns .search-sort-wrapper {
  background-color: #f4f4f4; }

.page-campaigns .c-info-box__title-holder {
  padding-bottom: 21px; }

.page-campaigns .c-info-box__info {
  padding-top: 21px; }

.ltr-conntent .page-campaigns .c-info__absolute bdi {
  direction: ltr; }

.congress-broadcast {
  font-family: 'neue-haas-unica', sans-serif; }
  .congress-broadcast .layout-container {
    min-height: 100%; }
  .congress-broadcast .main-content {
    padding: 0;
    display: block; }
  .congress-broadcast .congress-top-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 220px; }
  .congress-broadcast .congress-top-logo {
    padding: 40px 75px 105px 40px;
    background-color: #000;
    max-height: 220px; }
    .congress-broadcast .congress-top-logo > svg {
      display: inline-block;
      width: 100%;
      max-width: 200px;
      height: auto; }
  .congress-broadcast .congress-top-title {
    width: 100%;
    position: relative;
    line-height: 1; }
    .congress-broadcast .congress-top-title .congress-title {
      position: absolute;
      top: 50%;
      left: 50px;
      transform: translateY(-50%);
      max-width: 700px; }
      .congress-broadcast .congress-top-title .congress-title > div {
        position: relative; }
        .congress-broadcast .congress-top-title .congress-title > div > span {
          font-size: 64px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 0.75;
          margin-bottom: 5px;
          display: inline-block;
          color: #000;
          padding: 0 5px 7px;
          background-color: #0071ff;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone; }
          .congress-broadcast .congress-top-title .congress-title > div > span:last-of-type {
            margin-bottom: 0; }
  .congress-broadcast .congress-main-content {
    padding: 80px 40px 110px;
    background-color: #00353c; }
    .congress-broadcast .congress-main-content #kudo_wrapper {
      width: 100%;
      max-width: 1200px;
      padding: 262px 0; }
  .congress-broadcast .c-share {
    display: none !important; }

.layout-container_page-taxonomy {
  background-color: #f4f4f4; }
  .layout-container_page-taxonomy .header-image-wrapper {
    position: relative;
    overflow: hidden; }
    .layout-container_page-taxonomy .header-image-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.13) 44%, rgba(0, 0, 0, 0.25) 100%);
      z-index: 1; }
    .layout-container_page-taxonomy .header-image-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
  .layout-container_page-taxonomy main {
    background-color: #f4f4f4; }
  .layout-container_page-taxonomy [id="block-itf-page-title"]::before {
    display: none; }
  .layout-container_page-taxonomy .main-content {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 75px; }
  .layout-container_page-taxonomy .c-share {
    padding-bottom: 40px; }
  .layout-container_page-taxonomy [id="block-itf-breadcrumbs"],
  .layout-container_page-taxonomy [id="block-itf-page-title"],
  .layout-container_page-taxonomy [id="block-itf-local-tasks"] {
    width: 100%; }
  .layout-container_page-taxonomy [id="block-itf-breadcrumbs"] {
    border-bottom: 1px solid #c2c2c2;
    margin-top: 20px; }
  .layout-container_page-taxonomy [id="block-itf-page-title"] {
    padding-top: 15px;
    padding-bottom: 19px; }
    .layout-container_page-taxonomy [id="block-itf-page-title"] h1 {
      color: inherit; }
  .layout-container_page-taxonomy [id*="block-itf-content"] {
    margin: 0;
    width: 100%; }
    .layout-container_page-taxonomy [id*="block-itf-content"] .views-element-container {
      width: 100%; }
    .layout-container_page-taxonomy [id*="block-itf-content"] [aria-labelledby="pagination-heading"] {
      display: none; }
    .layout-container_page-taxonomy [id*="block-itf-content"] p {
      line-height: 22px;
      margin-bottom: 20px; }
      .layout-container_page-taxonomy [id*="block-itf-content"] p a {
        color: #46588a;
        text-decoration: underline; }
        .layout-container_page-taxonomy [id*="block-itf-content"] p a:hover {
          color: #354268;
          text-decoration: none; }
    .layout-container_page-taxonomy [id*="block-itf-content"] .embed-media,
    .layout-container_page-taxonomy [id*="block-itf-content"] .video-embed-field-provider-youtube {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .layout-container_page-taxonomy [id*="block-itf-content"] .embed-media iframe,
      .layout-container_page-taxonomy [id*="block-itf-content"] .video-embed-field-provider-youtube iframe {
        width: 100%;
        height: 480px; }
  .layout-container_page-taxonomy .layout-sidebar-second {
    background-color: transparent;
    -ms-flex: none;
    flex: none;
    margin-top: 0;
    padding-top: 0; }
    .layout-container_page-taxonomy .layout-sidebar-second::before {
      display: none; }
    .layout-container_page-taxonomy .layout-sidebar-second [id*="block-views-block-related"] > h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }
      .layout-container_page-taxonomy .layout-sidebar-second [id*="block-views-block-related"] > h2::before {
        top: 13px; }
    .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-image {
      display: none; }
    .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .layout-container_page-taxonomy .layout-sidebar-second .c-mini-teaser-info-wrapper {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; }
    .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-type {
      text-transform: uppercase;
      margin-right: 3px; }
    .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-top {
      margin: 0 3px 0 0; }
      .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-top .c-node-mini-teaser-top__date,
      .layout-container_page-taxonomy .layout-sidebar-second .c-node-mini-teaser-top .c-press-release {
        font-size: 13px; }
  .layout-container_page-taxonomy .field-field_tags {
    margin-top: 55px; }
  .layout-container_page-taxonomy .c-share {
    margin-bottom: 0; }
  .layout-container_page-taxonomy .field-field_comment {
    position: relative;
    z-index: 1020; }
    .layout-container_page-taxonomy .field-field_comment::before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      bottom: 0;
      content: '';
      top: 0;
      width: 200vw;
      z-index: -1; }
  .layout-container_page-taxonomy .feed-icon {
    display: none; }

.field-description ul {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 20px; }
  .field-description ul li {
    line-height: 1.4;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px; }
    .field-description ul li a {
      color: #46588a;
      text-decoration: underline; }
      .field-description ul li a:hover {
        color: #354268;
        text-decoration: none; }
    .field-description ul li:last-of-type {
      margin-bottom: 0; }
    .field-description ul li::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #46588a; }
  .ltr-conntent .field-description ul {
    padding-left: 0;
    padding-right: 15px; }
    .ltr-conntent .field-description ul li {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .field-description ul li::before {
        left: initial;
        right: 0; }

.field-description ol {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 20px;
  counter-reset: list; }
  .field-description ol li {
    line-height: 1.4;
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative; }
    .field-description ol li::before {
      content: counter(list) ".";
      counter-increment: list;
      font-size: 15px;
      font-weight: 600;
      color: #46588a;
      position: absolute;
      top: 0;
      left: 0; }
    .field-description ol li a {
      color: #46588a;
      text-decoration: underline; }
      .field-description ol li a:hover {
        color: #354268;
        text-decoration: none; }
    .field-description ol li:last-of-type {
      margin-bottom: 0; }
  .ltr-conntent .field-description ol {
    padding-left: 0;
    padding-right: 15px; }
    .ltr-conntent .field-description ol li {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .field-description ol li::before {
        left: initial;
        right: 0; }

.c-middle-block-wrapper {
  position: relative;
  padding-top: 32px;
  padding-bottom: 45px; }
  .c-middle-block-wrapper::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    bottom: 0;
    content: '';
    top: 0;
    width: 200vw;
    z-index: 0; }
  .c-middle-block-wrapper .row, .c-middle-block-wrapper .c-footer__nav > ul, .c-middle-block-wrapper [id*="block-itf-content"], .c-middle-block-wrapper .page-campaigns div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-campaigns div[id="block-itf-content"] .c-listing-boxes__wrap, .page-campaigns div[id="block-itf-content"] .c-middle-block-wrapper .c-listing-boxes__wrap,
  .c-middle-block-wrapper .page-in-memory div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .page-in-memory div[id="block-itf-content"] .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-in-memory div[id="block-itf-content"] .c-listing-boxes__wrap, .page-in-memory div[id="block-itf-content"] .c-middle-block-wrapper .c-listing-boxes__wrap,
  .c-middle-block-wrapper .page-elected-officials div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .page-elected-officials div[id="block-itf-content"] .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-elected-officials div[id="block-itf-content"] .c-listing-boxes__wrap, .page-elected-officials div[id="block-itf-content"] .c-middle-block-wrapper .c-listing-boxes__wrap,
  .c-middle-block-wrapper .page-our-people div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .page-our-people div[id="block-itf-content"] .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-our-people div[id="block-itf-content"] .c-listing-boxes__wrap, .page-our-people div[id="block-itf-content"] .c-middle-block-wrapper .c-listing-boxes__wrap,
  .c-middle-block-wrapper .page-node-page div[id="block-itf-content"] .views-infinite-scroll-content-wrapper, .page-node-page div[id="block-itf-content"] .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-node-page div[id="block-itf-content"] .c-listing-boxes__wrap, .page-node-page div[id="block-itf-content"] .c-middle-block-wrapper .c-listing-boxes__wrap, .c-middle-block-wrapper .page-node-reports_publications .c-node-content, .page-node-reports_publications .c-middle-block-wrapper .c-node-content,
  .c-middle-block-wrapper .page-node-training_education .c-node-content, .page-node-training_education .c-middle-block-wrapper .c-node-content, .c-middle-block-wrapper .page-workers-memorial-day .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .c-middle-block-wrapper .views-infinite-scroll-content-wrapper, .c-middle-block-wrapper .page-videos [id^="block-blocklatestvideo"] article, .page-videos [id^="block-blocklatestvideo"] .c-middle-block-wrapper article,
  .c-middle-block-wrapper .page-node-videos [id^="block-blocklatestvideo"] article, .page-node-videos [id^="block-blocklatestvideo"] .c-middle-block-wrapper article, .c-middle-block-wrapper .page-videos .views-infinite-scroll-content-wrapper, .page-videos .c-middle-block-wrapper .views-infinite-scroll-content-wrapper,
  .c-middle-block-wrapper .page-node-videos .views-infinite-scroll-content-wrapper, .page-node-videos .c-middle-block-wrapper .views-infinite-scroll-content-wrapper, .c-middle-block-wrapper .page-node-videos [id^="block-itf-content"] article, .page-node-videos [id^="block-itf-content"] .c-middle-block-wrapper article, .c-middle-block-wrapper .c-event-wrapper {
    z-index: 1; }

[id^='block-views-block-itf-global-news-block'] > h2 {
  margin-bottom: 25px; }

[id^='block-views-block-itf-global-news-block'] .c-mini-teaser-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .ltr-conntent [id^='block-views-block-itf-global-news-block'] .c-mini-teaser-info-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end; }

[id^='block-views-block-itf-global-news-block'] .c-node-mini-teaser-type {
  display: none; }

[id^='block-views-block-itf-global-news-block'] .views-row:last-of-type article {
  border-bottom: 1px solid #c2c2c2; }

[id^='block-views-block-itf-global-news-block'] article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid #c2c2c2; }
  .ltr-conntent [id^='block-views-block-itf-global-news-block'] article {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

[id^='block-views-block-itf-global-news-block'] footer {
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-content + .bottom-block-wrapper .c-feed-block iframe {
  margin: 0; }

.bottom-block-wrapper {
  padding-top: 50px;
  padding-bottom: 72px; }
  .bottom-block-wrapper > .row, .c-footer__nav.bottom-block-wrapper > ul, .bottom-block-wrapper > [id*="block-itf-content"], .page-campaigns div[id="block-itf-content"] .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-campaigns div[id="block-itf-content"] .bottom-block-wrapper > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .bottom-block-wrapper > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .bottom-block-wrapper > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .bottom-block-wrapper > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .bottom-block-wrapper > .c-listing-boxes__wrap, .page-node-reports_publications .bottom-block-wrapper > .c-node-content,
  .page-node-training_education .bottom-block-wrapper > .c-node-content, .page-workers-memorial-day .bottom-block-wrapper > .views-infinite-scroll-content-wrapper, .page-videos [id^="block-blocklatestvideo"] .bottom-block-wrapper > article,
  .page-node-videos [id^="block-blocklatestvideo"] .bottom-block-wrapper > article, .page-videos .bottom-block-wrapper > .views-infinite-scroll-content-wrapper,
  .page-node-videos .bottom-block-wrapper > .views-infinite-scroll-content-wrapper, .page-node-videos [id^="block-itf-content"] .bottom-block-wrapper > article, .bottom-block-wrapper > .c-event-wrapper {
    -ms-flex-pack: center;
    justify-content: center; }
  .bottom-block-wrapper .c-feed-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .bottom-block-wrapper .c-feed-block iframe {
      display: block;
      margin: 0 auto; }

[id*="block-blockregionnews"] {
  margin-bottom: 32px; }
  [id*="block-blockregionnews"] > h2 {
    margin-bottom: 25px; }
  [id*="block-blockregionnews"] .c-news-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end; }
  [id*="block-blockregionnews"] .node-search-result {
    border-top: 1px solid #c2c2c2;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%; }
    [id*="block-blockregionnews"] .node-search-result:last-of-type {
      border-bottom: 1px solid #c2c2c2; }
    [id*="block-blockregionnews"] .node-search-result .c-info-image-holder {
      margin-right: 20px;
      width: 254px;
      min-width: 254px;
      overflow: hidden;
      -ms-flex-positive: initial;
      flex-grow: initial; }
      [id*="block-blockregionnews"] .node-search-result .c-info-image-holder__reports {
        width: 103px;
        min-width: 103px; }
      [id*="block-blockregionnews"] .node-search-result .c-info-image-holder:hover img {
        transform: scale(1.02); }
      [id*="block-blockregionnews"] .node-search-result .c-info-image-holder img {
        transition: 0.2s ease-out;
        width: 100%; }
    .ltr-conntent [id*="block-blockregionnews"] .node-search-result {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    [id*="block-blockregionnews"] .node-search-result .c-info-text-holder {
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%; }
  [id*="block-blockregionnews"] .c-info-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    [id*="block-blockregionnews"] .c-info-wrapper .c-info {
      color: #676767;
      font-size: 13px;
      letter-spacing: 0.13px;
      line-height: 24.13px; }
      [id*="block-blockregionnews"] .c-info-wrapper .c-info > span:first-child {
        text-transform: uppercase; }
      .ltr-conntent [id*="block-blockregionnews"] .c-info-wrapper .c-info .c-info-date-c bdi {
        direction: ltr; }
      [id*="block-blockregionnews"] .c-info-wrapper .c-info .c-info-date-c + .c-press-release {
        text-transform: uppercase;
        position: relative;
        margin-left: 3px; }
        [id*="block-blockregionnews"] .c-info-wrapper .c-info .c-info-date-c + .c-press-release::before {
          content: ' | ';
          position: relative; }
    [id*="block-blockregionnews"] .c-info-wrapper .c-info-sep,
    [id*="block-blockregionnews"] .c-info-wrapper .c-info-label,
    [id*="block-blockregionnews"] .c-info-wrapper .c-info-comment {
      display: none; }
    [id*="block-blockregionnews"] .c-info-wrapper h3 {
      margin: 3px 0 12px; }
      [id*="block-blockregionnews"] .c-info-wrapper h3 a {
        display: block;
        font-weight: 700;
        color: #555555; }
        [id*="block-blockregionnews"] .c-info-wrapper h3 a:hover {
          color: #46588a; }
  [id*="block-blockregionnews"] .c-card-read-all {
    margin-top: 22px; }

[id*="block-jointhesolidaritynetwork"] {
  background-color: #ebebeb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 25px 25px 35px 35px;
  max-width: 255px; }
  [id*="block-jointhesolidaritynetwork"] > h2 {
    position: relative;
    z-index: 1;
    position: relative;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    margin-bottom: 15px; }
    [id*="block-jointhesolidaritynetwork"] > h2::before {
      position: absolute;
      font-size: 22px;
      left: -24px;
      color: #555555; }
  .ltr-conntent [id*="block-jointhesolidaritynetwork"] {
    padding-right: 35px;
    padding-left: 25px; }
    .ltr-conntent [id*="block-jointhesolidaritynetwork"] > h2::before {
      left: initial;
      right: -24px; }
  [id*="block-jointhesolidaritynetwork"] p {
    color: #555555;
    font-size: 13px;
    line-height: 1.39; }
  [id*="block-jointhesolidaritynetwork"] .c-btn-block, [id*="block-jointhesolidaritynetwork"] .ui-widget.ui-widget-content .button, .ui-widget.ui-widget-content [id*="block-jointhesolidaritynetwork"] .button, [id*="block-jointhesolidaritynetwork"] .ui-dialog .ui-dialog-buttonset .button, .ui-dialog .ui-dialog-buttonset [id*="block-jointhesolidaritynetwork"] .button, [id*="block-jointhesolidaritynetwork"] .user-login-form .button, .user-login-form [id*="block-jointhesolidaritynetwork"] .button,
  [id*="block-jointhesolidaritynetwork"] .user-pass .button, .user-pass [id*="block-jointhesolidaritynetwork"] .button, [id*="block-jointhesolidaritynetwork"] main.page-404 [data-history-node-id="74"] a, main.page-404 [data-history-node-id="74"] [id*="block-jointhesolidaritynetwork"] a,
  [id*="block-jointhesolidaritynetwork"] main.page-404 [data-history-node-id="73"] a, main.page-404 [data-history-node-id="73"] [id*="block-jointhesolidaritynetwork"] a,
  [id*="block-jointhesolidaritynetwork"] main.page-403 [data-history-node-id="74"] a, main.page-403 [data-history-node-id="74"] [id*="block-jointhesolidaritynetwork"] a,
  [id*="block-jointhesolidaritynetwork"] main.page-403 [data-history-node-id="73"] a, main.page-403 [data-history-node-id="73"] [id*="block-jointhesolidaritynetwork"] a, [id*="block-jointhesolidaritynetwork"] .page-comment .comment-delete-flag-form .button, .page-comment .comment-delete-flag-form [id*="block-jointhesolidaritynetwork"] .button, [id*="block-jointhesolidaritynetwork"] [id*='password-page-form'] input[id*='edit-submit'], [id*='password-page-form'] [id*="block-jointhesolidaritynetwork"] input[id*='edit-submit'], [id*="block-jointhesolidaritynetwork"] [id="block-campaignsnewsblock"] [id*="edit-submit"], [id="block-campaignsnewsblock"] [id*="block-jointhesolidaritynetwork"] [id*="edit-submit"], [id*="block-jointhesolidaritynetwork"] .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input, .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions [id*="block-jointhesolidaritynetwork"] input,
  [id*="block-jointhesolidaritynetwork"] .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input, .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id*="block-jointhesolidaritynetwork"] input,
  [id*="block-jointhesolidaritynetwork"] .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input, .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions [id*="block-jointhesolidaritynetwork"] input,
  [id*="block-jointhesolidaritynetwork"] .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input, .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions [id*="block-jointhesolidaritynetwork"] input, [id*="block-jointhesolidaritynetwork"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input.form-submit, [id*="block-jointhesolidaritynetwork"] .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input[value="Remove"],
  [id*="block-jointhesolidaritynetwork"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input.form-submit, [id*="block-jointhesolidaritynetwork"] .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input[value="Remove"],
  [id*="block-jointhesolidaritynetwork"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input.form-submit, [id*="block-jointhesolidaritynetwork"] .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input[value="Remove"],
  [id*="block-jointhesolidaritynetwork"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input.form-submit, [id*="block-jointhesolidaritynetwork"] .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .comment-form .form-submit, .comment-form [id*="block-jointhesolidaritynetwork"] .form-submit, [id*="block-jointhesolidaritynetwork"] .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file [id*="block-jointhesolidaritynetwork"] input[value="Remove"], [id*="block-jointhesolidaritynetwork"] .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form [id*="block-jointhesolidaritynetwork"] input[value="Remove"] {
    border-radius: 3px;
    min-width: 122px;
    margin-top: 7px; }

[id*="block-blocksectorresources"] {
  margin-bottom: 48px; }
  [id*="block-blocksectorresources"] > h2 {
    margin-bottom: 25px; }
  [id*="block-blocksectorresources"] .c-news-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end; }
  [id*="block-blocksectorresources"] article {
    border-top: 1px solid #c2c2c2;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%; }
    .ltr-conntent [id*="block-blocksectorresources"] article {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    [id*="block-blocksectorresources"] article:last-of-type {
      border-bottom: 1px solid #c2c2c2; }
    [id*="block-blocksectorresources"] article .c-node-mini-teaser-image {
      width: auto;
      max-width: initial;
      min-width: auto;
      margin-right: 0; }
      [id*="block-blocksectorresources"] article .c-node-mini-teaser-image img {
        width: 33px;
        margin-right: 15px;
        max-width: 33px;
        min-width: 33px;
        overflow: hidden;
        transition: 0.2s ease-out;
        width: 100%; }
    [id*="block-blocksectorresources"] article .c-node-mini-teaser-text {
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    [id*="block-blocksectorresources"] article .c-node-mini-teaser-date {
      margin-bottom: 0; }
  [id*="block-blocksectorresources"] .c-node-mini-teaser-title {
    margin: 0 0 8px;
    display: block; }
    [id*="block-blocksectorresources"] .c-node-mini-teaser-title a {
      display: block;
      color: #46588a; }
    [id*="block-blocksectorresources"] .c-node-mini-teaser-title:hover a {
      color: #555555; }
  [id*="block-blocksectorresources"] .c-node-mini-teaser-type {
    display: none; }
  [id*="block-blocksectorresources"] .c-btn-arrow, [id*="block-blocksectorresources"] [id*="block-views-block-event-calendar"] footer a, [id*="block-views-block-event-calendar"] footer [id*="block-blocksectorresources"] a, [id*="block-blocksectorresources"] [id*="hp-news-block"] footer a, [id*="hp-news-block"] footer [id*="block-blocksectorresources"] a {
    margin-top: 20px; }

.page-taxonomy-in_focus [id*="block-pagesidemenu"] nav h2 {
  padding: 12px 35px 12px 15px; }
  .page-taxonomy-in_focus [id*="block-pagesidemenu"] nav h2::after {
    display: none; }

.page-node-campaigns .c-main-layout-wrapper {
  background-color: #f4f4f4;
  position: relative; }

.page-node-campaigns .layout-sidebar-second {
  background-color: #f4f4f4; }
  .page-node-campaigns .layout-sidebar-second::before {
    background-color: #f4f4f4; }
  .page-node-campaigns .layout-sidebar-second img + .c-btn-rectangle {
    margin-top: 12px; }
  .page-node-campaigns .layout-sidebar-second .c-btn-rectangle {
    margin-bottom: 12px; }
    .page-node-campaigns .layout-sidebar-second .c-btn-rectangle:hover {
      background-color: #f4f4f4; }
  .page-node-campaigns .layout-sidebar-second .c-btn__material::before {
    margin-top: 4px; }
    .ltr-conntent .page-node-campaigns .layout-sidebar-second .c-btn__material::before {
      left: auto;
      right: 11px; }
  .page-node-campaigns .layout-sidebar-second .c-btn__get-involved::before {
    font-size: 17px;
    left: 16px; }
    .ltr-conntent .page-node-campaigns .layout-sidebar-second .c-btn__get-involved::before {
      left: auto;
      right: 16px; }
  .page-node-campaigns .layout-sidebar-second .c-btn__website::before {
    font-size: 22px;
    left: 12px; }
    .ltr-conntent .page-node-campaigns .layout-sidebar-second .c-btn__website::before {
      left: auto;
      right: 12px; }

[id="block-campaignsnewsblock"] {
  padding: 26px 25px 32px 45px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #ebebeb;
  margin-bottom: 40px; }
  [id="block-campaignsnewsblock"] > h2,
  [id="block-campaignsnewsblock"] .subscription-block-form > h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 24px;
    position: relative; }
    [id="block-campaignsnewsblock"] > h2::before,
    [id="block-campaignsnewsblock"] .subscription-block-form > h2::before {
      position: absolute;
      left: -32px;
      top: -1px;
      font-size: 22px; }
  [id="block-campaignsnewsblock"] .form-item {
    margin-bottom: 13px; }
  [id="block-campaignsnewsblock"] input:not(.button) {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
    width: 100%;
    margin: 0;
    color: #808080;
    padding: 5px 12px;
    border: 0;
    border-radius: 3px; }
    [id="block-campaignsnewsblock"] input:not(.button)::-webkit-input-placeholder {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      color: #808080; }
    [id="block-campaignsnewsblock"] input:not(.button):-moz-placeholder {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      color: #808080; }
    [id="block-campaignsnewsblock"] input:not(.button)::-moz-placeholder {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      color: #808080; }
    [id="block-campaignsnewsblock"] input:not(.button):-ms-input-placeholder {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      color: #808080; }
    [id="block-campaignsnewsblock"] input:not(.button):focus {
      outline: none; }
  [id="block-campaignsnewsblock"] .js-form-type-checkbox label {
    margin-bottom: 0; }
  [id="block-campaignsnewsblock"] .c-bottom-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.16;
    color: #808080;
    margin: 0 0 25px; }
    [id="block-campaignsnewsblock"] .c-bottom-text a {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.16;
      color: #808080;
      text-decoration: underline;
      transition: all 0.1s ease-in-out; }
      [id="block-campaignsnewsblock"] .c-bottom-text a:hover {
        color: #46588a;
        text-decoration: none; }
  [id="block-campaignsnewsblock"] [id*="edit-submit"] {
    white-space: initial; }

.c-campaign-header {
  padding: 23px 21px 20px 0;
  position: relative; }
  .c-campaign-header > img {
    width: 100%; }
  .c-campaign-header::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    background: linear-gradient(90deg, #76a03d 0%, #76a03d 50%, rgba(118, 160, 61, 0.6) 100%); }
  .c-campaign-header > * {
    position: relative;
    z-index: 1; }
  .c-campaign-header + img {
    width: 100%; }
  .c-campaign-header [id="block-itf-breadcrumbs"] li, .c-campaign-header [id="block-itf-breadcrumbs"] a {
    color: #fff; }
  .c-campaign-header .page-title {
    font-size: 38px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 52px; }

.c-campaign-header__text {
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  color: #fff; }

.c-campaign-header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 74px; }
  .ltr-conntent .c-campaign-header__info {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-campaign-header__info .c-campaign-header__info-text {
    color: #fff; }
    .c-campaign-header__info .c-campaign-header__info-text.date {
      font-size: 13px;
      font-weight: 400; }
      .ltr-conntent .c-campaign-header__info .c-campaign-header__info-text.date bdi {
        direction: ltr; }
  .c-campaign-header__info .c-info-comment::before {
    color: #fff; }
  .c-campaign-header__info .c-info-comment a {
    color: #fff; }

.c-campaign-events {
  padding: 16px 41px;
  background-color: #9dc26d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .ltr-conntent .c-campaign-events {
    direction: rtl; }
  .c-campaign-events__title, .c-campaign-events__date, .c-campaign-events__link {
    font-size: 15px;
    color: #fff; }
  .c-campaign-events__title {
    font-weight: 600; }
  .c-campaign-events__date {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 15px; }
    .ltr-conntent .c-campaign-events__date bdi {
      direction: ltr; }
  .c-campaign-events__link a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.1s ease-in-out; }
    .c-campaign-events__link a:hover {
      text-decoration: none; }

.c-campaign-share {
  padding: 0 41px;
  background-color: #fff; }
  .c-campaign-share .c-share {
    padding-top: 24px;
    padding-bottom: 21px;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #c2c2c2; }

.c-campaign-about {
  background-color: #fff;
  padding: 29px 41px 40px; }
  .c-campaign-about__title {
    margin-bottom: 20px; }

.c-campaign-about__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46; }
  .c-campaign-about__text ul {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 20px; }
    .c-campaign-about__text ul li {
      line-height: 1.4;
      padding-left: 15px;
      position: relative;
      margin-bottom: 12px; }
      .c-campaign-about__text ul li a {
        color: #46588a;
        text-decoration: underline; }
        .c-campaign-about__text ul li a:hover {
          color: #354268;
          text-decoration: none; }
      .c-campaign-about__text ul li:last-of-type {
        margin-bottom: 0; }
      .c-campaign-about__text ul li::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #46588a; }
    .ltr-conntent .c-campaign-about__text ul {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .c-campaign-about__text ul li {
        padding-left: 0;
        padding-right: 15px; }
        .ltr-conntent .c-campaign-about__text ul li::before {
          left: initial;
          right: 0; }
  .c-campaign-about__text ol {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 20px;
    counter-reset: list; }
    .c-campaign-about__text ol li {
      line-height: 1.4;
      padding-left: 15px;
      margin-bottom: 12px;
      position: relative; }
      .c-campaign-about__text ol li::before {
        content: counter(list) ".";
        counter-increment: list;
        font-size: 15px;
        font-weight: 600;
        color: #46588a;
        position: absolute;
        top: 0;
        left: 0; }
      .c-campaign-about__text ol li a {
        color: #46588a;
        text-decoration: underline; }
        .c-campaign-about__text ol li a:hover {
          color: #354268;
          text-decoration: none; }
      .c-campaign-about__text ol li:last-of-type {
        margin-bottom: 0; }
    .ltr-conntent .c-campaign-about__text ol {
      padding-left: 0;
      padding-right: 15px; }
      .ltr-conntent .c-campaign-about__text ol li {
        padding-left: 0;
        padding-right: 15px; }
        .ltr-conntent .c-campaign-about__text ol li::before {
          left: initial;
          right: 0; }
  .c-campaign-about__text blockquote {
    margin: 100px 90px 35px 40px;
    position: relative; }
    .c-campaign-about__text blockquote::before {
      color: #9ec171;
      font-size: 45px;
      left: -5px;
      position: absolute;
      top: -55px; }
    .c-campaign-about__text blockquote p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px;
      font-style: italic; }
      .c-campaign-about__text blockquote p:last-child {
        margin-bottom: 0; }
        .c-campaign-about__text blockquote p:last-child:not(:only-child) {
          font-size: 15px; }
    .ltr-conntent .c-campaign-about__text blockquote::before {
      left: initial;
      right: -10px;
      transform: rotateY(180deg); }

.c-campaign-about__bottom {
  display: none; }

.c-campaign-about__bottom-text {
  padding-bottom: 15px;
  position: relative; }
  .c-campaign-about__bottom-text::after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 41px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #d0d0d0; }

.c-btn__read-more-less-wrap.closed {
  border-top: 1px solid #d0d0d0; }

.c-btn__read-more-less {
  font-size: 15px;
  color: #46588a;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18px;
  margin-top: 24px;
  display: inline-block; }
  .c-btn__read-more-less:hover {
    color: #555555;
    text-decoration: underline; }

.c-campaign-about__bottom-sidebar {
  margin-top: 40px; }
  .c-campaign-about__bottom-sidebar .field-field_campaign_website {
    margin-bottom: 35px; }
    .c-campaign-about__bottom-sidebar .field-field_campaign_website > div:first-of-type {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.45;
      letter-spacing: 0.2px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d0d0d0; }
    .c-campaign-about__bottom-sidebar .field-field_campaign_website a {
      font-size: 14px;
      font-weight: 700;
      color: #555555;
      line-height: 1.14;
      transition: all 0.1s ease-in-out;
      display: block;
      padding: 21px 0;
      border-bottom: 1px solid #d0d0d0;
      word-wrap: break-word; }
      .c-campaign-about__bottom-sidebar .field-field_campaign_website a:hover {
        text-decoration: none;
        color: #46588a; }
  .c-campaign-about__bottom-sidebar .field-related-content article {
    display: block;
    padding: 21px 0;
    border-bottom: 1px solid #d0d0d0; }
    .c-campaign-about__bottom-sidebar .field-related-content article:hover {
      text-decoration: none;
      color: #46588a; }
  .c-campaign-about__bottom-sidebar .field-related-content .c-mini-teaser-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ltr-conntent .c-campaign-about__bottom-sidebar .field-related-content .c-mini-teaser-info-wrapper {
      -ms-flex-pack: start;
      justify-content: flex-start;
      direction: rtl; }
  .c-campaign-about__bottom-sidebar .field-related-content .c-node-mini-teaser-type {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 7px;
    margin-right: 3px;
    color: #676767; }
    .ltr-conntent .c-campaign-about__bottom-sidebar .field-related-content .c-node-mini-teaser-type {
      margin-right: 0;
      margin-left: 3px; }
  .c-campaign-about__bottom-sidebar .field-related-content .c-press-release {
    text-transform: capitalize; }
  .c-campaign-about__bottom-sidebar .field-related-content .c-node-mini-teaser-image {
    display: none; }
  .c-campaign-about__bottom-sidebar .c-related-content__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.2px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c2c2c2; }

.c-campaign-materials {
  padding: 48px 0 110px; }
  .c-campaign-materials p {
    line-height: 1.46; }
  .c-campaign-materials .field-field_campaign_materials {
    column-count: 2;
    margin-top: 38px; }
    .c-campaign-materials .field-field_campaign_materials > div {
      margin-bottom: 17px;
      padding-right: 20px; }
      .c-campaign-materials .field-field_campaign_materials > div div {
        position: relative;
        padding-left: 25px;
        color: #46588a; }
        .c-campaign-materials .field-field_campaign_materials > div div i {
          font-size: 16px;
          position: absolute;
          top: 1px;
          left: -1px; }
        .ltr-conntent .c-campaign-materials .field-field_campaign_materials > div div {
          padding-left: 0;
          padding-right: 25px; }
          .ltr-conntent .c-campaign-materials .field-field_campaign_materials > div div i {
            left: initial;
            right: 0; }
        .c-campaign-materials .field-field_campaign_materials > div div a {
          color: #46588a;
          text-decoration: underline;
          display: inline-block;
          transition: all 0.1s ease-in-out; }
          .c-campaign-materials .field-field_campaign_materials > div div a:hover {
            color: #354268;
            text-decoration: none; }
            .c-campaign-materials .field-field_campaign_materials > div div a:hover + i {
              color: #354268; }

.c-campaign-materials__title {
  margin-bottom: 17px; }

.c-campaign-comments {
  background-color: #fff; }
  .c-campaign-comments .row > div, .c-campaign-comments .c-footer__nav > ul > div, .c-campaign-comments [id*="block-itf-content"] > div, .c-campaign-comments .page-campaigns div[id="block-itf-content"] .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-campaigns div[id="block-itf-content"] .c-listing-boxes__wrap > div, .page-campaigns div[id="block-itf-content"] .c-campaign-comments .c-listing-boxes__wrap > div, .c-campaign-comments .page-in-memory div[id="block-itf-content"] .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-in-memory div[id="block-itf-content"] .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-campaign-comments .c-listing-boxes__wrap > div, .c-campaign-comments .page-elected-officials div[id="block-itf-content"] .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-elected-officials div[id="block-itf-content"] .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-campaign-comments .c-listing-boxes__wrap > div, .c-campaign-comments .page-our-people div[id="block-itf-content"] .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-our-people div[id="block-itf-content"] .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-campaign-comments .c-listing-boxes__wrap > div, .c-campaign-comments .page-node-page div[id="block-itf-content"] .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-node-page div[id="block-itf-content"] .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-campaign-comments .c-listing-boxes__wrap > div, .c-campaign-comments .page-node-reports_publications .c-node-content > div, .page-node-reports_publications .c-campaign-comments .c-node-content > div, .c-campaign-comments .page-node-training_education .c-node-content > div, .page-node-training_education .c-campaign-comments .c-node-content > div, .c-campaign-comments .page-workers-memorial-day .views-infinite-scroll-content-wrapper > div, .page-workers-memorial-day .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-videos [id^="block-blocklatestvideo"] article > div, .page-videos [id^="block-blocklatestvideo"] .c-campaign-comments article > div, .c-campaign-comments .page-node-videos [id^="block-blocklatestvideo"] article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-campaign-comments article > div, .c-campaign-comments .page-videos .views-infinite-scroll-content-wrapper > div, .page-videos .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-node-videos .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-campaign-comments .views-infinite-scroll-content-wrapper > div, .c-campaign-comments .page-node-videos [id^="block-itf-content"] article > div, .page-node-videos [id^="block-itf-content"] .c-campaign-comments article > div, .c-campaign-comments .c-event-wrapper > div {
    width: 100%; }

.campaign-layout-color__ .c-btn-rectangle {
  background-color: #76a03d;
  border: 2px solid #76a03d; }
  .campaign-layout-color__ .c-btn-rectangle:hover {
    color: #76a03d; }

.campaign-layout-color__light_green .c-btn-rectangle {
  background-color: #76a03d;
  border: 2px solid #76a03d; }
  .campaign-layout-color__light_green .c-btn-rectangle:hover {
    color: #76a03d; }

.campaign-layout-color__blue .c-campaign-header::before {
  background: linear-gradient(90deg, #46588a 0%, #46588a 66%, rgba(70, 88, 138, 0.87) 100%); }

.campaign-layout-color__blue .c-campaign-events {
  background-color: #46588a; }

.campaign-layout-color__blue .c-campaign-about__text blockquote::before {
  color: #46588a; }

.campaign-layout-color__blue .c-btn-rectangle {
  background-color: #46588a;
  border: 2px solid #46588a; }
  .campaign-layout-color__blue .c-btn-rectangle:hover {
    color: #46588a; }

.campaign-layout-color__turquoise .c-campaign-header::before {
  background: linear-gradient(90deg, #069b9b 0%, #069b9b 66%, rgba(6, 155, 155, 0.87) 100%); }

.campaign-layout-color__turquoise .c-campaign-events {
  background-color: #069B9B; }

.campaign-layout-color__turquoise .c-campaign-about__text blockquote::before {
  color: #069B9B; }

.campaign-layout-color__turquoise .c-btn-rectangle {
  background-color: #069B9B;
  border: 2px solid #069B9B; }
  .campaign-layout-color__turquoise .c-btn-rectangle:hover {
    color: #069B9B; }

.campaign-layout-color__green .c-campaign-header::before {
  background: linear-gradient(90deg, #25a33c 0%, #25a33c 66%, rgba(37, 163, 60, 0.87) 100%); }

.campaign-layout-color__green .c-campaign-events {
  background-color: #25a33c; }

.campaign-layout-color__green .c-campaign-about__text blockquote::before {
  color: #25a33c; }

.campaign-layout-color__green .c-btn-rectangle {
  background-color: #25a33c;
  border: 2px solid #25a33c; }
  .campaign-layout-color__green .c-btn-rectangle:hover {
    color: #25a33c; }

.campaign-layout-color__red .c-campaign-header::before {
  background: linear-gradient(90deg, #e4343e 0%, #e4343e 66%, rgba(228, 52, 62, 0.87) 100%); }

.campaign-layout-color__red .c-campaign-events {
  background-color: #e4343e; }

.campaign-layout-color__red .c-campaign-about__text blockquote::before {
  color: #e4343e; }

.campaign-layout-color__red .c-btn-rectangle {
  background-color: #e4343e;
  border: 2px solid #e4343e; }
  .campaign-layout-color__red .c-btn-rectangle:hover {
    color: #e4343e; }

.campaign-layout-color__purple .c-campaign-header::before {
  background: linear-gradient(90deg, #986798 0%, #986798 66%, rgba(152, 103, 152, 0.87) 100%); }

.campaign-layout-color__purple .c-campaign-events {
  background-color: #986798; }

.campaign-layout-color__purple .c-campaign-about__text blockquote::before {
  color: #986798; }

.campaign-layout-color__purple .c-btn-rectangle {
  background-color: #986798;
  border: 2px solid #986798; }
  .campaign-layout-color__purple .c-btn-rectangle:hover {
    color: #986798; }

.campaign-layout-color__yellow .c-campaign-header::before {
  background: linear-gradient(90deg, #e2b500 0%, #e2b500 66%, rgba(226, 181, 0, 0.87) 100%); }

.campaign-layout-color__yellow .c-campaign-events {
  background-color: #e2b500; }

.campaign-layout-color__yellow .c-campaign-about__text blockquote::before {
  color: #e2b500; }

.campaign-layout-color__yellow .c-btn-rectangle {
  background-color: #e2b500;
  border: 2px solid #e2b500; }
  .campaign-layout-color__yellow .c-btn-rectangle:hover {
    color: #e2b500; }

.campaign-layout-color__orange .c-campaign-header::before {
  background: linear-gradient(90deg, #ec661d 0%, #ec661d 66%, rgba(236, 102, 29, 0.87) 100%); }

.campaign-layout-color__orange .c-campaign-events {
  background-color: #ec661d; }

.campaign-layout-color__orange .c-campaign-about__text blockquote::before {
  color: #ec661d; }

.campaign-layout-color__orange .c-btn-rectangle {
  background-color: #ec661d;
  border: 2px solid #ec661d; }
  .campaign-layout-color__orange .c-btn-rectangle:hover {
    color: #ec661d; }

.campaign-layout-color__black .c-campaign-header::before {
  background: linear-gradient(90deg, black 0%, black 66%, rgba(0, 0, 0, 0.87) 100%); }

.campaign-layout-color__black .c-campaign-events {
  background-color: #000; }

.campaign-layout-color__black .c-campaign-about__text blockquote::before {
  color: #000; }

.campaign-layout-color__black .c-btn-rectangle {
  background-color: #000;
  border: 2px solid #000; }
  .campaign-layout-color__black .c-btn-rectangle:hover {
    color: #000; }

.campaign-layout-color__pink .c-campaign-header::before {
  background: linear-gradient(90deg, #df0194 0%, #df0194 66%, rgba(223, 1, 148, 0.87) 100%); }

.campaign-layout-color__pink .c-campaign-events {
  background-color: #df0194; }

.campaign-layout-color__pink .c-campaign-about__text blockquote::before {
  color: #df0194; }

.campaign-layout-color__pink .c-btn-rectangle {
  background-color: #df0194;
  border: 2px solid #df0194; }
  .campaign-layout-color__pink .c-btn-rectangle:hover {
    color: #df0194; }

.page-in-memory [id="block-itf-page-title"] {
  padding-bottom: 25px;
  padding-top: 15px; }

.page-in-memory main,
.page-in-memory .search-sort-wrapper {
  background-color: #f4f4f4; }

.page-in-memory .c-filters-wrapper,
.page-in-memory .search-sort-wrapper {
  display: none; }

.page-in-memory .views-exposed-form,
.page-in-memory .views-exposed-form {
  margin-bottom: 45px; }

.page-in-memory .c-info-box__title-holder {
  padding: 27px 15px 10px; }

.page-in-memory .c-info-box__info {
  padding: 0 15px 21px;
  -ms-flex-align: start;
  align-items: flex-start; }

.c-info__tel-website {
  display: block; }

.page-elected-officials [id="block-itf-content"],
.page-our-people [id="block-itf-content"],
.page-node-page [id="block-itf-content"] {
  margin-top: 35px; }

.page-elected-officials main,
.page-elected-officials .search-sort-wrapper,
.page-our-people main,
.page-our-people .search-sort-wrapper,
.page-node-page main,
.page-node-page .search-sort-wrapper {
  background-color: #f4f4f4; }

.page-elected-officials .views-infinite-scroll-content-wrapper > h3,
.page-our-people .views-infinite-scroll-content-wrapper > h3,
.page-node-page .views-infinite-scroll-content-wrapper > h3 {
  color: #555555;
  margin-bottom: 25px; }

.page-elected-officials .c-filters-wrapper,
.page-elected-officials .search-sort-wrapper,
.page-our-people .c-filters-wrapper,
.page-our-people .search-sort-wrapper,
.page-node-page .c-filters-wrapper,
.page-node-page .search-sort-wrapper {
  display: none; }

.page-elected-officials .views-exposed-form,
.page-elected-officials .views-exposed-form,
.page-our-people .views-exposed-form,
.page-our-people .views-exposed-form,
.page-node-page .views-exposed-form,
.page-node-page .views-exposed-form {
  margin-bottom: 45px; }

.page-elected-officials .c-info-box__title-holder,
.page-our-people .c-info-box__title-holder,
.page-node-page .c-info-box__title-holder {
  padding: 25px 15px 5px 15px; }

.page-elected-officials .c-info-box__info,
.page-our-people .c-info-box__info,
.page-node-page .c-info-box__info {
  padding: 0 15px 21px; }

.page-elected-officials .c-btn-circle::before,
.page-our-people .c-btn-circle::before,
.page-node-page .c-btn-circle::before {
  color: #fff;
  font-size: 22px;
  background-color: transparent;
  height: auto;
  width: auto; }

.page-elected-officials .c-btn-circle::after,
.page-our-people .c-btn-circle::after,
.page-node-page .c-btn-circle::after {
  display: none; }

.page-elected-officials .c-info,
.page-our-people .c-info,
.page-node-page .c-info {
  width: 100%; }

.page-elected-officials .c-info-box__wrap-title,
.page-our-people .c-info-box__wrap-title,
.page-node-page .c-info-box__wrap-title {
  color: #555555;
  margin-bottom: 25px; }

.page-elected-officials .c-info-box__info,
.page-our-people .c-info-box__info,
.page-node-page .c-info-box__info {
  -ms-flex-align: end;
  align-items: flex-end; }

.page-elected-officials .c-info__position,
.page-elected-officials .c-info__tel,
.page-elected-officials .c-info__website,
.page-our-people .c-info__position,
.page-our-people .c-info__tel,
.page-our-people .c-info__website,
.page-node-page .c-info__position,
.page-node-page .c-info__tel,
.page-node-page .c-info__website {
  color: #555555;
  font-weight: 400;
  display: block; }

.page-elected-officials .c-info__position,
.page-our-people .c-info__position,
.page-node-page .c-info__position {
  margin-bottom: 15px;
  font-weight: 700; }

.ltr-conntent .page-elected-officials .c-info__tel, .ltr-conntent
.page-our-people .c-info__tel, .ltr-conntent
.page-node-page .c-info__tel {
  direction: rtl; }

.page-elected-officials .c-info__tel + .c-info__website,
.page-our-people .c-info__tel + .c-info__website,
.page-node-page .c-info__tel + .c-info__website {
  margin-top: 7px; }

.page-elected-officials .c-info__tel a,
.page-our-people .c-info__tel a,
.page-node-page .c-info__tel a {
  color: #555555;
  text-decoration: underline;
  transition: all 0.1s ease-in-out; }
  .page-elected-officials .c-info__tel a:hover,
  .page-our-people .c-info__tel a:hover,
  .page-node-page .c-info__tel a:hover {
    color: #46588a;
    text-decoration: none; }

.page-elected-officials .c-info__website,
.page-our-people .c-info__website,
.page-node-page .c-info__website {
  text-decoration: underline;
  transition: all 0.1s ease-in-out; }
  .page-elected-officials .c-info__website:hover,
  .page-our-people .c-info__website:hover,
  .page-node-page .c-info__website:hover {
    color: #46588a;
    text-decoration: none; }

.page-elected-officials .views-exposed-form,
.page-our-people .views-exposed-form,
.page-node-page .views-exposed-form {
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 45px; }
  .page-elected-officials .views-exposed-form::before,
  .page-our-people .views-exposed-form::before,
  .page-node-page .views-exposed-form::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    background: linear-gradient(90deg, #46588a 0%, #46588a 50%, rgba(70, 88, 138, 0.6) 100%); }
  .page-elected-officials .views-exposed-form legend,
  .page-our-people .views-exposed-form legend,
  .page-node-page .views-exposed-form legend {
    display: none; }
  .page-elected-officials .views-exposed-form .form-text,
  .page-our-people .views-exposed-form .form-text,
  .page-node-page .views-exposed-form .form-text {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #555555;
    padding: 7px 45px 7px 15px;
    margin-top: 0;
    border: 0;
    border-radius: 2px;
    width: 100%; }
    .page-elected-officials .views-exposed-form .form-text:focus,
    .page-our-people .views-exposed-form .form-text:focus,
    .page-node-page .views-exposed-form .form-text:focus {
      outline: none; }
  .page-elected-officials .views-exposed-form .form-item-title,
  .page-our-people .views-exposed-form .form-item-title,
  .page-node-page .views-exposed-form .form-item-title {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 415px;
    margin-bottom: 19px; }
    .page-elected-officials .views-exposed-form .form-item-title label,
    .page-our-people .views-exposed-form .form-item-title label,
    .page-node-page .views-exposed-form .form-item-title label {
      font-size: 0;
      display: inline-block;
      height: 100%;
      width: 39px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #f6eb6e;
      border-radius: 0 2px 2px 0;
      margin: 0;
      cursor: pointer;
      transition: color 0.1s ease-out, color 0.15s ease-out; }
      .page-elected-officials .views-exposed-form .form-item-title label::before,
      .page-our-people .views-exposed-form .form-item-title label::before,
      .page-node-page .views-exposed-form .form-item-title label::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #555555;
        font-size: 12px; }
      .page-elected-officials .views-exposed-form .form-item-title label:hover,
      .page-our-people .views-exposed-form .form-item-title label:hover,
      .page-node-page .views-exposed-form .form-item-title label:hover {
        background-color: #46588a; }
        .page-elected-officials .views-exposed-form .form-item-title label:hover::before,
        .page-our-people .views-exposed-form .form-item-title label:hover::before,
        .page-node-page .views-exposed-form .form-item-title label:hover::before {
          color: #fff; }

.page-workers-memorial-day .c-main-layout-wrapper {
  overflow-y: hidden; }

.page-workers-memorial-day .memorial-page-header > div:first-child {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 42px;
  line-height: 1.04;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px; }

.page-workers-memorial-day .memorial-page-header > div:last-child {
  font-family: 'Montserrat';
  position: relative;
  color: #ffcc00;
  font-size: 28px;
  line-height: 1.04;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase; }
  .page-workers-memorial-day .memorial-page-header > div:last-child > span:last-child {
    padding-bottom: 15px;
    border-bottom: 12px solid #fff; }

.page-workers-memorial-day .header-text {
  color: #555555;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 85px; }

.page-workers-memorial-day .views-infinite-scroll-content-wrapper {
  border-bottom: 0; }
  .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__info {
    display: block;
    padding: 20px 0 35px 10px;
    font-size: 14px;
    color: #555555; }
    .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__info .field-title {
      font-weight: 600; }
  .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__title {
    font-size: 14px;
    margin-bottom: 10px; }
  .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex; }
    .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .sector:not(.other) {
      color: #555555;
      border-radius: 50%;
      border: 1px solid;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px;
      height: 21px;
      width: 21px;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 1px;
      margin-right: 5px;
      text-align: center;
      transition: border-color 0.1s ease-out, background-color 0.15s ease-out; }
    .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .other {
      background: url("../../assets/images/ITF_logo-mark_black.png");
      display: inline-block;
      width: 19px;
      height: 19px;
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      margin-right: 5px; }
    .page-workers-memorial-day .views-infinite-scroll-content-wrapper .c-info-box__job-holder .field-field_union {
      word-break: break-word; }

.page-node-page [id="block-itf-content"] {
  margin-top: 0; }

.page-videos .site-content,
.page-node-videos .site-content {
  opacity: 0;
  transition: 0.1s ease-out; }
  .page-videos .site-content.show,
  .page-node-videos .site-content.show {
    opacity: 1; }

.page-videos .regions-wrapper,
.page-videos .in_focus-wrapper,
.page-videos .sectors-wrapper,
.page-videos .links.inline,
.page-videos .search-sort-wrapper,
.page-node-videos .regions-wrapper,
.page-node-videos .in_focus-wrapper,
.page-node-videos .sectors-wrapper,
.page-node-videos .links.inline,
.page-node-videos .search-sort-wrapper {
  display: none; }

.page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2,
.page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 {
  line-height: 1;
  margin-bottom: 16px; }
  .page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a,
  .page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a {
    pointer-events: none; }

.page-videos iframe,
.page-node-videos iframe {
  width: 100%; }

.page-videos div[id="block-itf-content"],
.page-node-videos div[id="block-itf-content"] {
  padding-top: 40px; }
  .page-videos div[id="block-itf-content"] .views-row,
  .page-node-videos div[id="block-itf-content"] .views-row {
    border-bottom: 0; }

.page-videos .field-field_tags,
.page-node-videos .field-field_tags {
  margin: 30px 0 0; }

.page-videos .c-share,
.page-node-videos .c-share {
  width: 100%;
  margin: 0 21px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 0;
  border-bottom: 1px solid #c2c2c2; }

.page-videos .c-search-filter-container *,
.page-node-videos .c-search-filter-container * {
  position: relative;
  z-index: 1; }

.page-videos .views-exposed-form,
.page-node-videos .views-exposed-form {
  display: none; }
  .page-videos .views-exposed-form.videos-main-form,
  .page-node-videos .views-exposed-form.videos-main-form {
    display: block; }

.page-videos .views-infinite-scroll-content-wrapper,
.page-node-videos .views-infinite-scroll-content-wrapper {
  padding-top: 40px; }

.c-video-article-wrap {
  margin-bottom: 42px; }
  .c-video-article-wrap article {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .c-video-article-wrap .field-field_video,
  .c-video-article-wrap .field-field_image {
    position: relative; }
    .c-video-article-wrap .field-field_video::before,
    .c-video-article-wrap .field-field_image::before {
      position: absolute;
      font-size: 18px;
      right: 17px;
      bottom: 0;
      transform: translateY(50%);
      color: #fff;
      background-color: #46588a;
      border-radius: 50%;
      z-index: 1;
      width: 33px;
      height: 33px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 4px;
      border: 1px solid #46588a;
      pointer-events: none;
      transition: 0.2s ease-out; }
    .c-video-article-wrap .field-field_video a,
    .c-video-article-wrap .field-field_image a {
      display: block;
      position: relative;
      overflow: hidden; }
    .c-video-article-wrap .field-field_video:hover img,
    .c-video-article-wrap .field-field_image:hover img {
      transform: scale(1.02); }
    .c-video-article-wrap .field-field_video:hover::before,
    .c-video-article-wrap .field-field_image:hover::before {
      background-color: #fff;
      color: #46588a;
      transform: translateY(50%) scale(1.1); }
  .c-video-article-wrap img {
    width: 100%;
    transition: 0.2s ease-out; }
  .c-video-article-wrap .c-videos-text-wrapper {
    padding: 25px 21px 55px; }
  .c-video-article-wrap h2:not(.title-section) {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1; }
    .c-video-article-wrap h2:not(.title-section) a {
      color: #555555;
      transition: all 0.1s ease-in-out; }
    .c-video-article-wrap h2:not(.title-section):hover a {
      color: #46588a;
      text-decoration: none; }
  .c-video-article-wrap .field-body h2, .c-video-article-wrap .field-body .h2 {
    font-size: 1.5rem; }
  .c-video-article-wrap p {
    color: #434A54;
    margin-bottom: 0;
    position: relative; }
    .c-video-article-wrap p::after {
      content: ' ...'; }

.page-node-videos [id^="block-itf-content"] {
  display: block;
  margin: 0; }
  .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper > h2 {
    line-height: 1;
    margin-bottom: 16px; }
    .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper > h2 a {
      pointer-events: none; }

.page-node-videos .views-element-container {
  padding: 0 0 70px; }
  .page-node-videos .views-element-container > h2 {
    display: none; }

.page-node-videos div[id="block-itf-content"] {
  padding-top: 40px;
  margin-bottom: 0; }

.page-affiliates .pager {
  padding: 36px 0 87px;
  position: relative; }
  .page-affiliates .pager > * {
    position: relative;
    z-index: 1; }
  .page-affiliates .pager [id="pagination-heading"] {
    display: none; }
  .page-affiliates .pager ul {
    margin-top: 0; }
  .page-affiliates .pager::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    background-color: #fff; }

.page-affiliates [id*="block-itf-content"],
.page-affiliates .views-element-container {
  width: 100%; }

.page-affiliates .views-exposed-form,
.page-affiliates .views-exposed-form {
  color: #fff;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c2c2c2; }
  .page-affiliates .views-exposed-form legend,
  .page-affiliates .views-exposed-form .button,
  .page-affiliates .views-exposed-form legend,
  .page-affiliates .views-exposed-form .button {
    display: none; }
  .page-affiliates .views-exposed-form .form-text,
  .page-affiliates .views-exposed-form .form-text {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #555555;
    padding: 7px 45px 7px 15px;
    margin-top: 0;
    border: 0;
    border-radius: 2px;
    width: 100%; }
    .page-affiliates .views-exposed-form .form-text:focus,
    .page-affiliates .views-exposed-form .form-text:focus {
      outline: none; }
  .page-affiliates .views-exposed-form .form-item-title,
  .page-affiliates .views-exposed-form .form-item-title {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 415px;
    margin-bottom: 19px; }
    .page-affiliates .views-exposed-form .form-item-title label,
    .page-affiliates .views-exposed-form .form-item-title label {
      font-size: 0;
      display: inline-block;
      height: 100%;
      width: 39px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #f6eb6e;
      border-radius: 0 2px 2px 0;
      margin: 0;
      cursor: pointer;
      transition: color 0.1s ease-out, color 0.15s ease-out; }
      .page-affiliates .views-exposed-form .form-item-title label::before,
      .page-affiliates .views-exposed-form .form-item-title label::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #555555;
        font-size: 12px; }
      .page-affiliates .views-exposed-form .form-item-title label:hover,
      .page-affiliates .views-exposed-form .form-item-title label:hover {
        background-color: #46588a; }
        .page-affiliates .views-exposed-form .form-item-title label:hover::before,
        .page-affiliates .views-exposed-form .form-item-title label:hover::before {
          color: #fff; }

.ltr-conntent .page-affiliates .form-item-field-country-target-id {
  direction: rtl; }

.page-affiliates .form-item-field-country-target-id .select2-selection--single {
  min-width: 203px; }

.page-affiliates .form-item-field-country-target-id .select2-results {
  min-width: 201px; }

.page-affiliates .form-item-field-country-target-id .select2-container {
  min-width: 202px; }

.page-affiliates .form-item-field-country-target-id label {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #555555;
  margin-right: 15px; }
  .ltr-conntent .page-affiliates .form-item-field-country-target-id label {
    margin-right: 0;
    margin-left: 15px; }

.c-affiliates-list {
  margin-bottom: 22px; }
  .c-affiliates-list:last-of-type {
    margin-bottom: 64px; }
  .c-affiliates-list .c-affiliates-list__title {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 600;
    margin-bottom: 4px; }
    .c-affiliates-list .c-affiliates-list__title a {
      color: #46588a;
      transition: all 0.1s ease-in-out; }
      .c-affiliates-list .c-affiliates-list__title a:hover {
        color: #000; }
  .c-affiliates-list .c-affiliates-list__text {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 4px; }
    .c-affiliates-list .c-affiliates-list__text:last-of-type {
      margin-bottom: 0; }

.page-events .site-content,
.page-node-events .site-content {
  background-color: #f4f4f4; }

.c-event-wrapper {
  color: #555555;
  min-height: 250px; }

.page-events [id*="block-itf-content"] {
  margin-bottom: 60px; }

.page-events [id="block-itf-page-title"] {
  padding-top: 10px;
  padding-bottom: 3px; }

.page-events .c-filters-wrapper {
  color: #fff;
  position: relative; }
  .page-events .c-filters-wrapper .button {
    margin-right: 9px; }

.page-events .form-item-keyword {
  width: 100%; }

.c-events-reset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.no-events {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .no-events h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 21px;
    text-align: center; }
    .no-events h3 span {
      font-size: 64px;
      font-weight: 300;
      color: #a95672;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px; }

.page-node-events [id="block-itf-page-title"] {
  padding-bottom: 100px;
  padding-top: 50px; }

.page-node-events [id*="block-itf-content"] {
  margin-bottom: 30px; }

.page-node-events .layout-sidebar-second {
  background-color: #f4f4f4;
  margin-top: 175px; }
  .page-node-events .layout-sidebar-second::before {
    background-color: #f4f4f4; }

.c-event-content {
  margin-top: 35px;
  padding-left: 21px;
  width: 100%; }
  .c-event-content__top {
    background-color: #fff;
    padding: 57px 80px; }
  .c-event-content .field-field_tags {
    margin-top: 45px; }
  .c-event-content__row {
    margin-bottom: 35px; }
    .c-event-content__row:last-of-type {
      margin-bottom: 0; }
  .c-event-content__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px; }
    .ltr-conntent .c-event-content__title {
      direction: rtl; }
  .c-event-content__text {
    color: #555555;
    display: block; }
    .ltr-conntent .c-event-content__text bdi {
      direction: ltr; }
  .c-event-content__text-small {
    display: block;
    margin-top: 15px; }
    .c-event-content__text-small p:last-of-type {
      margin-bottom: 0; }
  .c-event-content .c-share {
    padding-bottom: 0; }

.page-subscription [id="block-itf-page-title"] {
  text-align: center; }

.page-subscription [id="message-form"] {
  margin: 0 auto; }

.page-subscription .confirm-subscription-delete-form #edit-type--wrapper {
  position: relative; }
  .page-subscription .confirm-subscription-delete-form #edit-type--wrapper legend {
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-wrapper {
    padding-left: 130px;
    padding-top: 2px; }
  .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-legend {
    position: absolute;
    color: #808080;
    font-weight: 600;
    font-size: 12px; }
    .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-legend::after {
      content: ":"; }

.page-subscription label[for=edit-sector],
.page-subscription label[for=edit-topic] {
  margin: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  .page-subscription label[for=edit-sector]::after,
  .page-subscription label[for=edit-topic]::after {
    content: ":"; }

.page-itf-leaders-and-chairs-1 [id="block-itf-content"],
.page-itf-leaders-and-chairs [id="block-itf-content"] {
  width: 100%; }
  .page-itf-leaders-and-chairs-1 [id="block-itf-content"] header,
  .page-itf-leaders-and-chairs [id="block-itf-content"] header {
    font-weight: 700;
    width: 100%;
    margin-bottom: 55px; }

.page-itf-leaders-and-chairs-1 .c-main-layout-wrapper,
.page-itf-leaders-and-chairs .c-main-layout-wrapper {
  position: relative; }
  .page-itf-leaders-and-chairs-1 .c-main-layout-wrapper::before,
  .page-itf-leaders-and-chairs .c-main-layout-wrapper::before {
    content: '';
    position: relative;
    background-image: url("../../assets/images/leaders.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    height: 220px; }

.page-itf-leaders-and-chairs-1 .views-element-container,
.page-itf-leaders-and-chairs .views-element-container {
  padding: 0;
  border-bottom: 1px solid #c2c2c2; }

.page-itf-leaders-and-chairs-1 .c-info__position,
.page-itf-leaders-and-chairs .c-info__position {
  font-weight: 700;
  color: #555555;
  word-break: break-word;
  display: block;
  margin-top: 10px; }

.page-itf-leaders-and-chairs-1 .c-info-box,
.page-itf-leaders-and-chairs .c-info-box {
  background-color: #fff; }

.page-itf-leaders-and-chairs-1 .c-info-box__info,
.page-itf-leaders-and-chairs .c-info-box__info {
  padding-top: 15px; }

.page-itf-leaders-and-chairs-1 .c-info__absolute,
.page-itf-leaders-and-chairs .c-info__absolute {
  width: 100%; }
  .page-itf-leaders-and-chairs-1 .c-info__absolute .c-info-box__link,
  .page-itf-leaders-and-chairs .c-info__absolute .c-info-box__link {
    font-size: 13px;
    line-height: 1;
    color: #676767;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .page-itf-leaders-and-chairs-1 .c-info__absolute .c-info-box__link span,
    .page-itf-leaders-and-chairs .c-info__absolute .c-info-box__link span {
      word-break: break-all;
      word-wrap: break-word;
      text-decoration: underline; }
    .page-itf-leaders-and-chairs-1 .c-info__absolute .c-info-box__link::before,
    .page-itf-leaders-and-chairs .c-info__absolute .c-info-box__link::before {
      font-size: 24px;
      line-height: 0.6;
      margin-right: 10px; }
    .page-itf-leaders-and-chairs-1 .c-info__absolute .c-info-box__link:hover,
    .page-itf-leaders-and-chairs .c-info__absolute .c-info-box__link:hover {
      text-decoration: none; }
      .page-itf-leaders-and-chairs-1 .c-info__absolute .c-info-box__link:hover span,
      .page-itf-leaders-and-chairs .c-info__absolute .c-info-box__link:hover span {
        color: #46588a;
        text-decoration: none; }

.page-node-leaders_and_chairs [id="block-itf-content"] .field-field_image {
  margin: 0 0 15px 15px;
  float: right;
  max-width: 30%; }

.page-node-leaders_and_chairs [id="block-itf-content"] .field-field_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

.page-node-leaders_and_chairs [id="block-itf-content"] .field-field_email > a {
  font-size: 15px;
  line-height: 1;
  color: #676767;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out; }
  .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_email > a::before {
    font-size: 24px;
    line-height: 0.8;
    margin-right: 5px; }
  .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_email > a:hover {
    color: #46588a;
    text-decoration: none; }

.page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
  margin-top: 15px;
  max-width: 70%; }
  .ltr-conntent .page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
    padding-right: 16px; }

.page-node-leaders_and_chairs [id="block-itf-content"] .c-node-content {
  padding-top: 45px; }

.page-node-leaders_and_chairs .c-node-mini-teaser-job-title {
  font-size: 13px; }

.page-node-leaders_and_chairs .layout-sidebar-first {
  margin-top: 187px; }

.page-photoprize,
.page-photoprize-closed,
.page-photoprize-winners {
  font-family: "Neue Haas Grotesk Display Pro 55 Roman"; }
  .page-photoprize div[data-drupal-messages],
  .page-photoprize-closed div[data-drupal-messages],
  .page-photoprize-winners div[data-drupal-messages] {
    display: none; }
  .page-photoprize #block-itf-page-title,
  .page-photoprize-closed #block-itf-page-title,
  .page-photoprize-winners #block-itf-page-title {
    display: none; }
  .page-photoprize #block-itf-content,
  .page-photoprize-closed #block-itf-content,
  .page-photoprize-winners #block-itf-content {
    margin-bottom: 0; }
  .page-photoprize .photo-competition-landing-page,
  .page-photoprize-closed .photo-competition-landing-page,
  .page-photoprize-winners .photo-competition-landing-page {
    width: 100%; }
  .page-photoprize .section-1,
  .page-photoprize-closed .section-1,
  .page-photoprize-winners .section-1 {
    position: relative; }
    .page-photoprize .section-1 .lang-switch,
    .page-photoprize-closed .section-1 .lang-switch,
    .page-photoprize-winners .section-1 .lang-switch {
      position: absolute;
      top: 20px;
      right: 20px; }
      .page-photoprize .section-1 .lang-switch .custom-dropdown,
      .page-photoprize-closed .section-1 .lang-switch .custom-dropdown,
      .page-photoprize-winners .section-1 .lang-switch .custom-dropdown {
        padding: 15px 25px;
        min-width: 200px;
        background-color: #000; }
        .page-photoprize .section-1 .lang-switch .custom-dropdown::before,
        .page-photoprize-closed .section-1 .lang-switch .custom-dropdown::before,
        .page-photoprize-winners .section-1 .lang-switch .custom-dropdown::before {
          display: none; }
        .page-photoprize .section-1 .lang-switch .custom-dropdown .custom-dropdown-current > span,
        .page-photoprize-closed .section-1 .lang-switch .custom-dropdown .custom-dropdown-current > span,
        .page-photoprize-winners .section-1 .lang-switch .custom-dropdown .custom-dropdown-current > span {
          color: #fff;
          font-weight: 600;
          text-transform: uppercase; }
        .page-photoprize .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::before,
        .page-photoprize-closed .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::before,
        .page-photoprize-winners .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::before {
          color: #fff;
          border: 2px solid #fff; }
        .page-photoprize .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::after,
        .page-photoprize-closed .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::after,
        .page-photoprize-winners .section-1 .lang-switch .custom-dropdown .custom-dropdown-current::after {
          border-color: #fff transparent transparent transparent; }
        .page-photoprize .section-1 .lang-switch .custom-dropdown > ul,
        .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul,
        .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul {
          background-color: #000;
          min-width: 200px; }
          .page-photoprize .section-1 .lang-switch .custom-dropdown > ul::before,
          .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul::before,
          .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul::before {
            display: none; }
          .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li,
          .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li,
          .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
            .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li.sw::before,
            .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li.sw::before,
            .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li.sw::before {
              content: 'sw';
              font-weight: 900;
              font-size: 11px;
              padding-bottom: 2px; }
            .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li::before,
            .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li::before,
            .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li::before {
              color: #fff;
              border: 2px solid #fff;
              background-color: transparent;
              border-radius: 50%;
              font-size: 19px;
              height: 25px;
              width: 25px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              line-height: 1;
              margin-right: 10px; }
            .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li::marker,
            .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li::marker,
            .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li::marker {
              color: transparent; }
            .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li > a,
            .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li > a,
            .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li > a {
              display: inline-block;
              line-height: 1;
              padding: 2px;
              background: linear-gradient(to right, #fff 50%, #000 50%);
              background-size: 201%;
              background-position: right;
              color: #fff !important;
              font-weight: 600;
              text-transform: uppercase;
              transition: .3s ease-out; }
              .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li > a::before,
              .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li > a::before,
              .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li > a::before {
                display: none; }
              .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li > a:hover,
              .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li > a:hover,
              .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li > a:hover {
                text-decoration: none;
                color: #000 !important;
                background-position: left; }
              .page-photoprize .section-1 .lang-switch .custom-dropdown > ul > li > a.is-active,
              .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul > li > a.is-active,
              .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul > li > a.is-active {
                color: #000 !important;
                background-position: left; }
    .page-photoprize .section-1 > div,
    .page-photoprize-closed .section-1 > div,
    .page-photoprize-winners .section-1 > div {
      display: -ms-flexbox;
      display: flex; }
    .page-photoprize .section-1 > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1 > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1 > div > div:not(.lang-switch) {
      width: 100%; }
      .page-photoprize .section-1 > div > div:not(.lang-switch) > img,
      .page-photoprize-closed .section-1 > div > div:not(.lang-switch) > img,
      .page-photoprize-winners .section-1 > div > div:not(.lang-switch) > img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-photoprize .section-1 > div > div:not(.lang-switch) > span,
      .page-photoprize-closed .section-1 > div > div:not(.lang-switch) > span,
      .page-photoprize-winners .section-1 > div > div:not(.lang-switch) > span {
        text-transform: uppercase;
        background-color: #ccfe00;
        color: #00353c;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        line-height: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%;
        width: 100%;
        word-break: break-word; }
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) {
      height: 400px; }
      .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
      .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
      .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
        font-size: 62px;
        padding: 15px 20px; }
    .page-photoprize .section-1.mobile > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1.mobile > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1.mobile > div > div:not(.lang-switch) {
      height: 290px; }
      .page-photoprize .section-1.mobile > div > div:not(.lang-switch) > span,
      .page-photoprize-closed .section-1.mobile > div > div:not(.lang-switch) > span,
      .page-photoprize-winners .section-1.mobile > div > div:not(.lang-switch) > span {
        padding: 15px 20px;
        font-size: 28px; }
  .page-photoprize .section-2,
  .page-photoprize-closed .section-2,
  .page-photoprize-winners .section-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .page-photoprize .section-2::before,
    .page-photoprize-closed .section-2::before,
    .page-photoprize-winners .section-2::before {
      content: '';
      background-color: #00353c;
      position: absolute;
      height: 100%;
      width: 600%;
      left: 50%;
      margin-left: -300%;
      z-index: -1; }
    .page-photoprize .section-2 > div,
    .page-photoprize-closed .section-2 > div,
    .page-photoprize-winners .section-2 > div {
      padding: 75px 0 100px; }
    .page-photoprize .section-2 .column-1,
    .page-photoprize-closed .section-2 .column-1,
    .page-photoprize-winners .section-2 .column-1 {
      width: 100%;
      max-width: 650px; }
    .page-photoprize .section-2 .column-2,
    .page-photoprize-closed .section-2 .column-2,
    .page-photoprize-winners .section-2 .column-2 {
      width: 100%;
      max-width: 570px; }
    .page-photoprize .section-2 .section-title,
    .page-photoprize-closed .section-2 .section-title,
    .page-photoprize-winners .section-2 .section-title {
      width: 100%; }
      .page-photoprize .section-2 .section-title h3,
      .page-photoprize-closed .section-2 .section-title h3,
      .page-photoprize-winners .section-2 .section-title h3 {
        font-size: 68px;
        color: #ccfe00;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        line-height: 1;
        display: block;
        margin-bottom: 30px;
        width: 100%; }
    .page-photoprize .section-2 .section-lead,
    .page-photoprize .section-2 .section-text,
    .page-photoprize-closed .section-2 .section-lead,
    .page-photoprize-closed .section-2 .section-text,
    .page-photoprize-winners .section-2 .section-lead,
    .page-photoprize-winners .section-2 .section-text {
      max-width: 600px; }
    .page-photoprize .section-2 .section-lead,
    .page-photoprize-closed .section-2 .section-lead,
    .page-photoprize-winners .section-2 .section-lead {
      font-family: "Neue Haas Grotesk Display Pro 65 Medium";
      color: #fff;
      font-size: 43px;
      line-height: 1;
      margin-bottom: 20px; }
    .page-photoprize .section-2 .section-text,
    .page-photoprize-closed .section-2 .section-text,
    .page-photoprize-winners .section-2 .section-text {
      color: #fff;
      font-size: 26px;
      line-height: 1.25;
      font-family: "Neue Haas Grotesk Display Pro 55 Roman"; }
      .page-photoprize .section-2 .section-text > p,
      .page-photoprize-closed .section-2 .section-text > p,
      .page-photoprize-winners .section-2 .section-text > p {
        margin-bottom: 20px; }
        .page-photoprize .section-2 .section-text > p:last-of-type,
        .page-photoprize-closed .section-2 .section-text > p:last-of-type,
        .page-photoprize-winners .section-2 .section-text > p:last-of-type {
          margin-bottom: 0; }
    .page-photoprize .section-2 .links,
    .page-photoprize-closed .section-2 .links,
    .page-photoprize-winners .section-2 .links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 55px; }
      .page-photoprize .section-2 .links > a,
      .page-photoprize-closed .section-2 .links > a,
      .page-photoprize-winners .section-2 .links > a {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 30px;
        line-height: 1;
        text-transform: uppercase;
        min-height: 47px;
        padding: 6px 20px;
        color: #2b2e34;
        background-color: #fff;
        margin-bottom: 15px;
        vertical-align: middle;
        cursor: pointer;
        transition: background-color .2s ease; }
        .page-photoprize .section-2 .links > a:hover,
        .page-photoprize-closed .section-2 .links > a:hover,
        .page-photoprize-winners .section-2 .links > a:hover {
          color: #2b2e34;
          text-decoration: none;
          background-color: #ccfe00; }
        .page-photoprize .section-2 .links > a:last-of-type,
        .page-photoprize-closed .section-2 .links > a:last-of-type,
        .page-photoprize-winners .section-2 .links > a:last-of-type {
          margin-bottom: 0; }
        .page-photoprize .section-2 .links > a#link-submit,
        .page-photoprize-closed .section-2 .links > a#link-submit,
        .page-photoprize-winners .section-2 .links > a#link-submit {
          background-color: #ccfe00; }
    .page-photoprize .section-2 .image,
    .page-photoprize-closed .section-2 .image,
    .page-photoprize-winners .section-2 .image {
      width: 100%; }
      .page-photoprize .section-2 .image img,
      .page-photoprize-closed .section-2 .image img,
      .page-photoprize-winners .section-2 .image img {
        width: 100%;
        max-height: 690px;
        min-height: 690px;
        -o-object-fit: cover;
        object-fit: cover; }
    .page-photoprize .section-2.mobile,
    .page-photoprize-closed .section-2.mobile,
    .page-photoprize-winners .section-2.mobile {
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-photoprize .section-2.mobile > div,
      .page-photoprize-closed .section-2.mobile > div,
      .page-photoprize-winners .section-2.mobile > div {
        padding: 0; }
        .page-photoprize .section-2.mobile > div.row-1,
        .page-photoprize-closed .section-2.mobile > div.row-1,
        .page-photoprize-winners .section-2.mobile > div.row-1 {
          padding: 30px 0; }
        .page-photoprize .section-2.mobile > div.row-2,
        .page-photoprize-closed .section-2.mobile > div.row-2,
        .page-photoprize-winners .section-2.mobile > div.row-2 {
          padding-bottom: 50px; }
  .page-photoprize .section-3,
  .page-photoprize-closed .section-3,
  .page-photoprize-winners .section-3 {
    width: 100%;
    padding: 90px 0 80px; }
    .page-photoprize .section-3 > div,
    .page-photoprize-closed .section-3 > div,
    .page-photoprize-winners .section-3 > div {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-photoprize .section-3 > div .image,
      .page-photoprize-closed .section-3 > div .image,
      .page-photoprize-winners .section-3 > div .image {
        width: 560px; }
        .page-photoprize .section-3 > div .image img,
        .page-photoprize-closed .section-3 > div .image img,
        .page-photoprize-winners .section-3 > div .image img {
          width: 100%;
          min-height: 700px;
          max-height: 700px;
          -o-object-fit: cover;
          object-fit: cover; }
    .page-photoprize .section-3 .row-1,
    .page-photoprize-closed .section-3 .row-1,
    .page-photoprize-winners .section-3 .row-1 {
      margin-bottom: 50px; }
      .page-photoprize .section-3 .row-1 .prizes,
      .page-photoprize-closed .section-3 .row-1 .prizes,
      .page-photoprize-winners .section-3 .row-1 .prizes {
        width: 100%;
        max-width: 540px; }
        .page-photoprize .section-3 .row-1 .prizes .title,
        .page-photoprize-closed .section-3 .row-1 .prizes .title,
        .page-photoprize-winners .section-3 .row-1 .prizes .title {
          font-size: 68px;
          line-height: 1;
          font-family: "Neue Haas Grotesk Display Pro 95 Black";
          color: #00353c;
          margin-bottom: 20px; }
        .page-photoprize .section-3 .row-1 .prizes .section-text,
        .page-photoprize-closed .section-3 .row-1 .prizes .section-text,
        .page-photoprize-winners .section-3 .row-1 .prizes .section-text {
          font-family: "Neue Haas Grotesk Display Pro 65 Medium";
          font-size: 30px;
          color: #2b2e34;
          line-height: 1.25;
          margin-bottom: 30px; }
        .page-photoprize .section-3 .row-1 .prizes .c-mobile-table-scroll,
        .page-photoprize-closed .section-3 .row-1 .prizes .c-mobile-table-scroll,
        .page-photoprize-winners .section-3 .row-1 .prizes .c-mobile-table-scroll {
          display: none; }
        .page-photoprize .section-3 .row-1 .prizes .c-mobile-table-holder,
        .page-photoprize-closed .section-3 .row-1 .prizes .c-mobile-table-holder,
        .page-photoprize-winners .section-3 .row-1 .prizes .c-mobile-table-holder {
          margin-bottom: 0; }
        .page-photoprize .section-3 .row-1 .prizes .prizes-table,
        .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table,
        .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table {
          border: 0;
          margin-bottom: 0;
          color: #2b2e34;
          box-shadow: 0px 3px 6px #00000029; }
          .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr:nth-last-of-type(even),
          .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr:nth-last-of-type(even),
          .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr:nth-last-of-type(even) {
            background-color: transparent; }
          .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr.row-odd,
          .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr.row-odd,
          .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr.row-odd {
            background-color: #ccfe00; }
          .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr.row-even,
          .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr.row-even,
          .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr.row-even {
            background-color: #f9ffe6; }
          .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td,
          .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td,
          .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td {
            line-height: 1;
            padding: 12px 15px; }
            .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type,
            .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type,
            .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type {
              font-size: 26px;
              text-transform: uppercase;
              width: 100%; }
            .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type,
            .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type,
            .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type {
              font-size: 33px;
              font-family: "Neue Haas Grotesk Display Pro 95 Black";
              padding-right: 25px;
              text-align: right; }
    .page-photoprize .section-3 .row-2 .timeline,
    .page-photoprize-closed .section-3 .row-2 .timeline,
    .page-photoprize-winners .section-3 .row-2 .timeline {
      max-width: 560px; }
      .page-photoprize .section-3 .row-2 .timeline > div,
      .page-photoprize-closed .section-3 .row-2 .timeline > div,
      .page-photoprize-winners .section-3 .row-2 .timeline > div {
        color: #2b2e34; }
      .page-photoprize .section-3 .row-2 .timeline .title,
      .page-photoprize-closed .section-3 .row-2 .timeline .title,
      .page-photoprize-winners .section-3 .row-2 .timeline .title {
        color: #00353c;
        font-size: 68px;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        line-height: 1;
        margin-bottom: 35px; }
      .page-photoprize .section-3 .row-2 .timeline .entries-open-wrapper,
      .page-photoprize .section-3 .row-2 .timeline .entries-close-wrapper,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-wrapper,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-wrapper,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-wrapper,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-wrapper {
        margin-bottom: 30px; }
      .page-photoprize .section-3 .row-2 .timeline .entries-open-title,
      .page-photoprize .section-3 .row-2 .timeline .entries-close-title,
      .page-photoprize .section-3 .row-2 .timeline .entries-announcement-title,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-title,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-title,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-announcement-title,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-title,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-title,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-announcement-title {
        font-size: 37px;
        line-height: 1;
        font-family: "Neue Haas Grotesk Display Pro 95 Black"; }
      .page-photoprize .section-3 .row-2 .timeline .entries-open-value,
      .page-photoprize .section-3 .row-2 .timeline .entries-close-value,
      .page-photoprize .section-3 .row-2 .timeline .entries-announcement-value,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-value,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-value,
      .page-photoprize-closed .section-3 .row-2 .timeline .entries-announcement-value,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-value,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-value,
      .page-photoprize-winners .section-3 .row-2 .timeline .entries-announcement-value {
        font-size: 31px;
        line-height: 1; }
  .page-photoprize .section-4,
  .page-photoprize-closed .section-4,
  .page-photoprize-winners .section-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative; }
    .page-photoprize .section-4::before,
    .page-photoprize-closed .section-4::before,
    .page-photoprize-winners .section-4::before {
      content: '';
      background-color: #00353c;
      position: absolute;
      height: 100%;
      width: 600%;
      left: 50%;
      margin-left: -300%;
      z-index: -1; }
    .page-photoprize .section-4 > .title,
    .page-photoprize-closed .section-4 > .title,
    .page-photoprize-winners .section-4 > .title {
      display: block;
      width: 100%;
      padding-top: 65px; }
      .page-photoprize .section-4 > .title > h3,
      .page-photoprize-closed .section-4 > .title > h3,
      .page-photoprize-winners .section-4 > .title > h3 {
        font-size: 68px;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        line-height: 1.1;
        color: #ccfe00;
        margin-bottom: 30px; }
    .page-photoprize .section-4 .column-1,
    .page-photoprize .section-4 .column-2,
    .page-photoprize-closed .section-4 .column-1,
    .page-photoprize-closed .section-4 .column-2,
    .page-photoprize-winners .section-4 .column-1,
    .page-photoprize-winners .section-4 .column-2 {
      width: 100%;
      max-width: 590px;
      color: #fff;
      padding-bottom: 110px; }
      .page-photoprize .section-4 .column-1 .section-lead,
      .page-photoprize .section-4 .column-1 .title,
      .page-photoprize .section-4 .column-2 .section-lead,
      .page-photoprize .section-4 .column-2 .title,
      .page-photoprize-closed .section-4 .column-1 .section-lead,
      .page-photoprize-closed .section-4 .column-1 .title,
      .page-photoprize-closed .section-4 .column-2 .section-lead,
      .page-photoprize-closed .section-4 .column-2 .title,
      .page-photoprize-winners .section-4 .column-1 .section-lead,
      .page-photoprize-winners .section-4 .column-1 .title,
      .page-photoprize-winners .section-4 .column-2 .section-lead,
      .page-photoprize-winners .section-4 .column-2 .title {
        font-size: 30px;
        line-height: 1.25;
        font-family: "Neue Haas Grotesk Display Pro 75 Bold";
        margin-bottom: 40px; }
      .page-photoprize .section-4 .column-1 .title,
      .page-photoprize .section-4 .column-2 .title,
      .page-photoprize-closed .section-4 .column-1 .title,
      .page-photoprize-closed .section-4 .column-2 .title,
      .page-photoprize-winners .section-4 .column-1 .title,
      .page-photoprize-winners .section-4 .column-2 .title {
        margin-bottom: 20px; }
      .page-photoprize .section-4 .column-1 .section-text,
      .page-photoprize .section-4 .column-2 .section-text,
      .page-photoprize-closed .section-4 .column-1 .section-text,
      .page-photoprize-closed .section-4 .column-2 .section-text,
      .page-photoprize-winners .section-4 .column-1 .section-text,
      .page-photoprize-winners .section-4 .column-2 .section-text {
        font-size: 24px;
        line-height: 1.15; }
  .page-photoprize .section-5,
  .page-photoprize-closed .section-5,
  .page-photoprize-winners .section-5 {
    padding: 75px 0 115px;
    width: 100%;
    position: relative; }
    .page-photoprize .section-5 .title > h3,
    .page-photoprize-closed .section-5 .title > h3,
    .page-photoprize-winners .section-5 .title > h3 {
      font-size: 68px;
      font-family: "Neue Haas Grotesk Display Pro 95 Black";
      line-height: 1;
      text-transform: uppercase;
      color: #00353c;
      margin-bottom: 70px; }
    .page-photoprize .section-5 .submission-form,
    .page-photoprize-closed .section-5 .submission-form,
    .page-photoprize-winners .section-5 .submission-form {
      width: 100%; }
    .page-photoprize .section-5 .submit-your-photo-form,
    .page-photoprize-closed .section-5 .submit-your-photo-form,
    .page-photoprize-winners .section-5 .submit-your-photo-form {
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .page-photoprize .section-5 .submit-your-photo-form > div > label,
      .page-photoprize-closed .section-5 .submit-your-photo-form > div > label,
      .page-photoprize-winners .section-5 .submit-your-photo-form > div > label {
        display: block;
        margin-bottom: 0;
        height: 100%; }
      .page-photoprize .section-5 .submit-your-photo-form .form-item,
      .page-photoprize-closed .section-5 .submit-your-photo-form .form-item,
      .page-photoprize-winners .section-5 .submit-your-photo-form .form-item {
        position: relative; }
      .page-photoprize .section-5 .submit-your-photo-form .js-form-managed-file,
      .page-photoprize-closed .section-5 .submit-your-photo-form .js-form-managed-file,
      .page-photoprize-winners .section-5 .submit-your-photo-form .js-form-managed-file {
        width: 420px;
        max-width: 100%;
        overflow: scroll; }
      .page-photoprize .section-5 .submit-your-photo-form input[type="file"],
      .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"],
      .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"] {
        position: relative;
        width: 420px; }
        .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before,
        .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before,
        .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
          content: 'Choose file';
          position: absolute;
          top: 0;
          left: 0;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          min-width: 96px;
          text-align: center;
          padding: 2px 10px;
          background: #fff;
          color: #000;
          border: 1px solid #707070;
          cursor: pointer; }
          html[lang="de"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="de"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="de"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'Datei auswählen'; }
          html[lang="es"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="es"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="es"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'Seleccionar archivo'; }
          html[lang="fr"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="fr"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="fr"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'Sélectionner un fichier'; }
          html[lang="pt-pt"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="pt-pt"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="pt-pt"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'Escolher arquivo'; }
          html[lang="ru"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ru"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ru"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'Выберите файл'; }
          html[lang="ar"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ar"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ar"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'اختر ملف'; }
          html[lang="ja"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ja"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::before, html[lang="ja"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::before {
            content: 'ファイルを選択する'; }
        .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after,
        .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after,
        .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
          content: 'No file chosen';
          position: absolute;
          left: 98px;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          padding: 3px 5px;
          background: #f9ffe6;
          color: #707070; }
          html[lang="de"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="de"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="de"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'Keine Datei ausgewählt';
            left: 132px; }
          html[lang="es"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="es"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="es"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'No se ha seleccionado ningún archivo';
            left: 155px; }
          html[lang="fr"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="fr"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="fr"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'Aucun fichier sélectionné';
            left: 172px; }
          html[lang="pt-pt"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="pt-pt"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="pt-pt"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'Nenhum arquivo foi escolhido';
            left: 134px; }
          html[lang="ru"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ru"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ru"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'Файл не выбран';
            left: 126px; }
          html[lang="ar"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ar"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ar"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'لم يتم اختيار أي ملف';
            left: 96px; }
          html[lang="ja"] .page-photoprize .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ja"]
          .page-photoprize-closed .section-5 .submit-your-photo-form input[type="file"]::after, html[lang="ja"]
          .page-photoprize-winners .section-5 .submit-your-photo-form input[type="file"]::after {
            content: 'ファイルが選択されていません';
            left: 166px; }
      .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper,
      .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper,
      .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 90px 145px;
        background-color: #00353c;
        z-index: 1;
        min-height: 775px;
        height: 100%; }
        .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div,
        .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div,
        .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div {
          margin-bottom: 90px;
          z-index: 1; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 50%;
            background-color: #fff;
            color: #00353c;
            width: 125px;
            height: 125px;
            font-size: 68px;
            font-family: "Neue Haas Grotesk Display Pro 95 Black";
            line-height: 1; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3_1,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3_1,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3_1 {
            margin-bottom: 0; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1 {
            position: relative;
            display: block;
            height: 90px;
            width: 125px;
            z-index: 0; }
            .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before,
            .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before,
            .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before {
              content: '';
              display: block;
              width: 10px;
              height: 55px;
              background-color: #fff;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2 {
            position: relative;
            z-index: 2; }
            .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before,
            .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before,
            .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before {
              content: '';
              display: block;
              width: 10px;
              height: 55px;
              background-color: #fff;
              position: absolute;
              top: -45px;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3 {
            position: relative; }
            .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before,
            .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before,
            .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before {
              content: '';
              display: block;
              width: 10px;
              height: 110px;
              background-color: #fff;
              position: absolute;
              top: -100px;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1.active span, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active span, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active span,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1.active span,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active span,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active span,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1.active span,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active span,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active span {
            background-color: #ccfe00; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1.active::before, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active::before, .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active::before,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1.active::before,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active::before,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active::before,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1.active::before,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2.active::before,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3.active::before {
            background-color: #CCFF35; }
    .page-photoprize .section-5 .form-elements-wrapper,
    .page-photoprize-closed .section-5 .form-elements-wrapper,
    .page-photoprize-winners .section-5 .form-elements-wrapper {
      background-color: #f9ffe6;
      padding: 50px 125px 70px 135px;
      width: 100%;
      max-width: 775px;
      min-height: 775px;
      position: relative; }
      .page-photoprize .section-5 .form-elements-wrapper .form-title,
      .page-photoprize-closed .section-5 .form-elements-wrapper .form-title,
      .page-photoprize-winners .section-5 .form-elements-wrapper .form-title {
        font-size: 27px;
        color: #00353c;
        font-family: "Neue Haas Grotesk Display Pro 75 Bold";
        text-transform: uppercase;
        line-height: 1; }
      .page-photoprize .section-5 .form-elements-wrapper .thank-you-text,
      .page-photoprize-closed .section-5 .form-elements-wrapper .thank-you-text,
      .page-photoprize-winners .section-5 .form-elements-wrapper .thank-you-text {
        font-size: 17px;
        display: block;
        line-height: 1;
        color: #00353c; }
      .page-photoprize .section-5 .form-elements-wrapper .thank-you-image,
      .page-photoprize-closed .section-5 .form-elements-wrapper .thank-you-image,
      .page-photoprize-winners .section-5 .form-elements-wrapper .thank-you-image {
        width: 100%;
        max-width: 515px;
        margin-top: 40px; }
        .page-photoprize .section-5 .form-elements-wrapper .thank-you-image img,
        .page-photoprize-closed .section-5 .form-elements-wrapper .thank-you-image img,
        .page-photoprize-winners .section-5 .form-elements-wrapper .thank-you-image img {
          width: 100%; }
      .page-photoprize .section-5 .form-elements-wrapper > .form-item,
      .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item,
      .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item,
      .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item,
      .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item,
      .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item {
        width: 100%;
        max-width: 495px;
        margin-bottom: 20px; }
        .page-photoprize .section-5 .form-elements-wrapper > .form-item > label,
        .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label,
        .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > label,
        .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label,
        .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > label,
        .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label {
          font-size: 18px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          line-height: 1.2;
          color: #00353c;
          margin-bottom: 10px; }
          .page-photoprize .section-5 .form-elements-wrapper > .form-item > label > span,
          .page-photoprize .section-5 .form-elements-wrapper > .form-item > label > div,
          .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > span,
          .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > div,
          .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > label > span,
          .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > label > div,
          .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > span,
          .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > div,
          .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > label > span,
          .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > label > div,
          .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > span,
          .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label > div {
            display: block; }
          .page-photoprize .section-5 .form-elements-wrapper > .form-item > label .second-part,
          .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label .second-part,
          .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > label .second-part,
          .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label .second-part,
          .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > label .second-part,
          .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label .second-part {
            font-size: 14px;
            line-height: 1.2;
            width: 100%;
            display: block; }
        .page-photoprize .section-5 .form-elements-wrapper > .form-item > input,
        .page-photoprize .section-5 .form-elements-wrapper > .form-item textarea,
        .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
        .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea,
        .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > input,
        .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item textarea,
        .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
        .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea,
        .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > input,
        .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item textarea,
        .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
        .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea {
          width: 100%;
          max-width: 100%;
          background-color: #fff;
          border: 1px solid #707070;
          margin: 0;
          outline: 0;
          color: #00353c;
          min-height: 42px;
          display: block;
          vertical-align: middle;
          font-size: 18px;
          padding: 5px; }
        .page-photoprize .section-5 .form-elements-wrapper > .form-item .select2,
        .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item .select2,
        .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item .select2,
        .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item .select2,
        .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item .select2,
        .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item .select2 {
          width: 100%; }
      .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > [id*='edit-form-photo-info-actions'],
      .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > [id*='edit-form-photo-info-actions'],
      .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > [id*='edit-form-photo-info-actions'] {
        margin-bottom: 30px; }
      .page-photoprize .section-5 .form-elements-wrapper fieldset legend,
      .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend,
      .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1;
        color: #00353c; }
        .page-photoprize .section-5 .form-elements-wrapper fieldset legend span,
        .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend span,
        .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend span {
          line-height: 1; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset legend span a,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend span a,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend span a {
            color: #00353c;
            text-decoration: underline; }
            .page-photoprize .section-5 .form-elements-wrapper fieldset legend span a:hover,
            .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend span a:hover,
            .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend span a:hover {
              color: #00353c;
              text-decoration: none; }
      .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div,
      .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div,
      .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center; }
        .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div,
        .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div,
        .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div {
          margin-right: 20px; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div:last-of-type,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div:last-of-type,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div:last-of-type {
            margin-right: 0; }
        .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label,
        .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label,
        .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label {
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          line-height: 1;
          font-size: 14px;
          color: #00353c;
          width: 100%; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::before,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::before,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::before {
            border: 1px solid #707070;
            min-height: auto;
            height: 35px;
            min-width: auto;
            width: 35px;
            margin-right: 0;
            margin-left: 7px; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label::after {
            background-color: #616161;
            height: 10px;
            width: 10px; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-yes']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-yes']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-yes']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-yes']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-yes']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-yes']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-yes']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-yes']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-yes']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-yes']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-yes']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-yes']::after {
            right: 12px;
            left: auto; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-no']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-no']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-no']::after, .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-no']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-no']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-no']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-no']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-no']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-no']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-terms-no']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-permission-no']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-union-member-no']::after {
            right: 12px;
            left: auto; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-na']::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-na']::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div label[for*='edit-field-people-permission-na']::after {
            right: 12px;
            left: auto; }
      .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] fieldset,
      .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] fieldset,
      .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] fieldset {
        margin-bottom: 20px; }
      .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item,
      .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item,
      .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item {
        width: 100%; }
        .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label,
        .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label,
        .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label {
          font-size: 18px;
          color: #00353c;
          line-height: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 25px; }
        .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file,
        .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file,
        .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file {
          margin-bottom: 30px; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file .messages,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file .messages,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file .messages {
            margin-bottom: 30px; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a {
            color: #00353c;
            display: block; }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a:hover,
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a:hover,
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a:hover {
              color: #00353c; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input {
            display: block; }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input.js-hide,
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input.js-hide,
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input.js-hide {
              display: none !important; }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button'],
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button'],
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button'] {
              margin-top: 30px;
              background-color: #fff;
              color: #00353c; }
              .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button']:hover,
              .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button']:hover,
              .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > input[id*='remove-button']:hover {
                background-color: #00353c;
                color: #fff; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item {
            -ms-flex-align: center;
            align-items: center;
            margin-top: 25px; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label {
            padding-left: 25px;
            margin-bottom: 0;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            color: #00353c;
            line-height: 1; }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::before,
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::before,
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::before {
              border: 1px solid #707070;
              height: 20px;
              width: 20px;
              top: 50%;
              transform: translateY(-50%); }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::after,
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::after,
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > label::after {
              height: 14px;
              width: 6px;
              left: 7px;
              top: -2px; }
          .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > input:checked + label::after,
          .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > input:checked + label::after,
          .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > .form-item > input:checked + label::after {
            border-bottom: 2px solid #616161;
            border-right: 2px solid #616161; }
      .page-photoprize .section-5 .form-elements-wrapper .error-notice,
      .page-photoprize-closed .section-5 .form-elements-wrapper .error-notice,
      .page-photoprize-winners .section-5 .form-elements-wrapper .error-notice {
        color: #e73439;
        display: block;
        margin-top: -10px;
        margin-bottom: 20px; }
      .page-photoprize .section-5 .form-elements-wrapper .action-buttons-wrap,
      .page-photoprize-closed .section-5 .form-elements-wrapper .action-buttons-wrap,
      .page-photoprize-winners .section-5 .form-elements-wrapper .action-buttons-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .page-photoprize .section-5 .form-elements-wrapper input.form-submit, .page-photoprize .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize .section-5 .form-elements-wrapper input[value="Remove"],
      .page-photoprize-closed .section-5 .form-elements-wrapper input.form-submit,
      .page-photoprize-closed .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-closed .section-5 .form-elements-wrapper input[value="Remove"],
      .page-photoprize-winners .section-5 .form-elements-wrapper input.form-submit,
      .page-photoprize-winners .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-winners .section-5 .form-elements-wrapper input[value="Remove"] {
        margin-top: 20px;
        background-color: #00353c;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 23px;
        text-transform: uppercase;
        line-height: 1;
        box-shadow: 0px 3px 6px #00000029;
        padding: 8px 30px;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease; }
        .page-photoprize .section-5 .form-elements-wrapper input.form-submit[id*='edit-previous'], .page-photoprize .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-previous'][value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize .section-5 .form-elements-wrapper input[id*='edit-previous'][value="Remove"], .page-photoprize .section-5 .form-elements-wrapper input.form-submit[id*='edit-actions-previous'], .page-photoprize .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-actions-previous'][value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize .section-5 .form-elements-wrapper input[id*='edit-actions-previous'][value="Remove"],
        .page-photoprize-closed .section-5 .form-elements-wrapper input.form-submit[id*='edit-previous'],
        .page-photoprize-closed .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-previous'][value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-closed .section-5 .form-elements-wrapper input[id*='edit-previous'][value="Remove"],
        .page-photoprize-closed .section-5 .form-elements-wrapper input.form-submit[id*='edit-actions-previous'],
        .page-photoprize-closed .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-actions-previous'][value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-closed .section-5 .form-elements-wrapper input[id*='edit-actions-previous'][value="Remove"],
        .page-photoprize-winners .section-5 .form-elements-wrapper input.form-submit[id*='edit-previous'],
        .page-photoprize-winners .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-previous'][value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-winners .section-5 .form-elements-wrapper input[id*='edit-previous'][value="Remove"],
        .page-photoprize-winners .section-5 .form-elements-wrapper input.form-submit[id*='edit-actions-previous'],
        .page-photoprize-winners .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[id*='edit-actions-previous'][value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-winners .section-5 .form-elements-wrapper input[id*='edit-actions-previous'][value="Remove"] {
          margin-right: 25px; }
        .page-photoprize .section-5 .form-elements-wrapper input.form-submit:hover, .page-photoprize .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize .section-5 .form-elements-wrapper input:hover[value="Remove"],
        .page-photoprize-closed .section-5 .form-elements-wrapper input.form-submit:hover,
        .page-photoprize-closed .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-closed .section-5 .form-elements-wrapper input:hover[value="Remove"],
        .page-photoprize-winners .section-5 .form-elements-wrapper input.form-submit:hover,
        .page-photoprize-winners .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:hover[value="Remove"],
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-winners .section-5 .form-elements-wrapper input:hover[value="Remove"] {
          background-color: #fff;
          color: #00353c; }
    .page-photoprize .section-5 .submission-form-note,
    .page-photoprize-closed .section-5 .submission-form-note,
    .page-photoprize-winners .section-5 .submission-form-note {
      font-size: 22px;
      line-height: 1;
      color: #00353c;
      position: absolute;
      bottom: 80px;
      right: 55px; }
      .page-photoprize .section-5 .submission-form-note a,
      .page-photoprize-closed .section-5 .submission-form-note a,
      .page-photoprize-winners .section-5 .submission-form-note a {
        font-family: "Neue Haas Grotesk Display Pro 75 Bold";
        color: #00353c;
        display: inline-block; }
        .page-photoprize .section-5 .submission-form-note a:hover,
        .page-photoprize-closed .section-5 .submission-form-note a:hover,
        .page-photoprize-winners .section-5 .submission-form-note a:hover {
          color: #00353c; }
  .page-photoprize .section-6,
  .page-photoprize-closed .section-6,
  .page-photoprize-winners .section-6 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .page-photoprize .section-6::before,
    .page-photoprize-closed .section-6::before,
    .page-photoprize-winners .section-6::before {
      content: '';
      background-color: #00353c;
      position: absolute;
      height: 100%;
      width: 600%;
      left: 50%;
      margin-left: -300%;
      z-index: -1; }
    .page-photoprize .section-6 .title,
    .page-photoprize-closed .section-6 .title,
    .page-photoprize-winners .section-6 .title {
      padding: 75px 0 40px;
      display: block;
      width: 100%; }
      .page-photoprize .section-6 .title > h3,
      .page-photoprize-closed .section-6 .title > h3,
      .page-photoprize-winners .section-6 .title > h3 {
        font-size: 66px;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        line-height: 1.05;
        color: #ccfe00;
        margin-bottom: 0; }
    .page-photoprize .section-6 .column-1,
    .page-photoprize .section-6 .column-2,
    .page-photoprize-closed .section-6 .column-1,
    .page-photoprize-closed .section-6 .column-2,
    .page-photoprize-winners .section-6 .column-1,
    .page-photoprize-winners .section-6 .column-2 {
      color: #fff;
      width: 100%;
      max-width: 590px;
      padding-bottom: 85px; }
      .page-photoprize .section-6 .column-1 .section-text,
      .page-photoprize .section-6 .column-2 .section-text,
      .page-photoprize-closed .section-6 .column-1 .section-text,
      .page-photoprize-closed .section-6 .column-2 .section-text,
      .page-photoprize-winners .section-6 .column-1 .section-text,
      .page-photoprize-winners .section-6 .column-2 .section-text {
        font-size: 18px;
        line-height: 1.45; }
  .page-photoprize .footer,
  .page-photoprize-closed .footer,
  .page-photoprize-winners .footer {
    background-color: #00353c;
    padding-bottom: 80px; }
    .page-photoprize .footer .image,
    .page-photoprize-closed .footer .image,
    .page-photoprize-winners .footer .image {
      width: 100%;
      display: block; }
      .page-photoprize .footer .image img,
      .page-photoprize-closed .footer .image img,
      .page-photoprize-winners .footer .image img {
        width: 100%;
        max-height: 410px;
        -o-object-fit: cover;
        object-fit: cover; }
    .page-photoprize .footer .logo,
    .page-photoprize-closed .footer .logo,
    .page-photoprize-winners .footer .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 85px; }
      .page-photoprize .footer .logo > a,
      .page-photoprize-closed .footer .logo > a,
      .page-photoprize-winners .footer .logo > a {
        display: inline-block; }
      .page-photoprize .footer .logo svg,
      .page-photoprize-closed .footer .logo svg,
      .page-photoprize-winners .footer .logo svg {
        display: inline-block;
        width: 100%;
        max-width: 315px;
        height: auto; }

.page-all-entries .views-element-container,
.page-longlist .views-element-container,
.page-shortlist .views-element-container,
.page-external-view .views-element-container {
  width: 100%; }

.page-all-entries [id*='views-exposed-form-photography-competition-page'],
.page-longlist [id*='views-exposed-form-photography-competition-page'],
.page-shortlist [id*='views-exposed-form-photography-competition-page'],
.page-external-view [id*='views-exposed-form-photography-competition-page'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier {
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 30px; }
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier label,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier label,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier label,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier label {
      display: none !important; }
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input {
      width: 100%;
      font-size: 15px;
      font-weight: 400;
      outline: 0;
      margin: 0;
      padding: 5px 15px;
      border: 1px solid #555555;
      border-radius: 2px;
      vertical-align: middle; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::-webkit-input-placeholder,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::-webkit-input-placeholder,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::-webkit-input-placeholder,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::-webkit-input-placeholder {
        font-size: 15px;
        font-weight: 400; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input:-ms-input-placeholder,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input:-ms-input-placeholder,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input:-ms-input-placeholder,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input:-ms-input-placeholder {
        font-size: 15px;
        font-weight: 400; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::placeholder,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::placeholder,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::placeholder,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier input::placeholder {
        font-size: 15px;
        font-weight: 400; }
  .page-all-entries [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .js-form-type-select {
    margin-right: 20px; }
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label {
      color: #555555;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 5px; }
  .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions,
  .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
  .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
  .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset'],
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset'],
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset'],
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset'] {
      background-color: #fff;
      color: #46588a;
      margin-left: 20px; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset']:hover,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset']:hover,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset']:hover,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions input[id*='edit-reset']:hover {
        background-color: #46588a;
        color: #fff; }

.page-all-entries .views-rows-wrapper,
.page-longlist .views-rows-wrapper,
.page-shortlist .views-rows-wrapper,
.page-external-view .views-rows-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.page-all-entries .views-rows-wrapper .views-row,
.page-longlist .views-rows-wrapper .views-row,
.page-shortlist .views-rows-wrapper .views-row,
.page-external-view .views-rows-wrapper .views-row {
  -ms-flex: 0 0 calc(25% - 22.5px);
  flex: 0 0 calc(25% - 22.5px);
  max-width: calc(25% - 22.5px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0; }
  .page-all-entries .views-rows-wrapper .views-row:nth-child(4n),
  .page-longlist .views-rows-wrapper .views-row:nth-child(4n),
  .page-shortlist .views-rows-wrapper .views-row:nth-child(4n),
  .page-external-view .views-rows-wrapper .views-row:nth-child(4n) {
    margin-right: 0; }
  .page-all-entries .views-rows-wrapper .views-row article,
  .page-longlist .views-rows-wrapper .views-row article,
  .page-shortlist .views-rows-wrapper .views-row article,
  .page-external-view .views-rows-wrapper .views-row article {
    width: 100%; }
    .page-all-entries .views-rows-wrapper .views-row article > h2,
    .page-longlist .views-rows-wrapper .views-row article > h2,
    .page-shortlist .views-rows-wrapper .views-row article > h2,
    .page-external-view .views-rows-wrapper .views-row article > h2 {
      display: none; }
    .page-all-entries .views-rows-wrapper .views-row article .c-node-content,
    .page-longlist .views-rows-wrapper .views-row article .c-node-content,
    .page-shortlist .views-rows-wrapper .views-row article .c-node-content,
    .page-external-view .views-rows-wrapper .views-row article .c-node-content {
      line-height: 1.2; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content > a,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content > a,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content > a,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content > a {
        display: block;
        position: relative; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content > a::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content > a::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content > a::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content > a::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          background-color: rgba(70, 88, 138, 0.1);
          opacity: 0;
          visibility: hidden;
          transition: opacity .2s ease, visibility .2s ease; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content > a:hover::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content > a:hover::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content > a:hover::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content > a:hover::after {
          opacity: 1;
          visibility: visible; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content > a > img,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content > a > img,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content > a > img,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content > a > img {
          width: 100%; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content__wrapper,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content__wrapper,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content__wrapper,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content__wrapper {
        padding: 20px 10px; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent {
        margin-bottom: 15px; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:first-of-type,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:first-of-type {
          font-weight: 600;
          margin-bottom: 5px; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p {
          margin-bottom: 5px;
          line-height: 1.2; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p:last-of-type,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p:last-of-type,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p:last-of-type,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p:last-of-type,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p:last-of-type {
            margin-bottom: 0; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a {
            color: #46588a;
            text-decoration: underline;
            font-weight: normal;
            word-break: break-word; }
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a:hover,
            .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a:hover,
            .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a:hover,
            .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type > p a:hover,
            .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type > p a:hover {
              text-decoration: none; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a {
          color: #46588a;
          text-decoration: underline;
          font-weight: normal;
          word-break: break-word; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a:hover,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a:hover,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a:hover,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-body > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_date > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_email > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_name > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_gender > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_location > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_nationality > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_person_name > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_phone_number > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_position > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_transport_sector > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_union_member > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_unique_identifier > div:last-of-type a:hover,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .field-field_continent > div:last-of-type a:hover {
            text-decoration: none; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper {
        margin-bottom: 15px; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id {
          margin-right: 9px;
          float: left;
          position: relative; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id::after,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id::after,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id::after,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-unique-id::after {
            content: '';
            position: absolute;
            right: -5px;
            top: 1px;
            width: 1px;
            height: 16px;
            background-color: #000;
            display: inline-block;
            vertical-align: middle; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:first-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:first-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:first-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:first-of-type {
          display: none; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:last-of-type,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:last-of-type,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:last-of-type,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .id-title-wrapper .field-field_title_of_your_photo > div:last-of-type {
          font-weight: bold;
          word-break: break-word; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span,
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span {
        display: inline-block;
        color: #46588a;
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
        cursor: pointer;
        transition: color .2s ease; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover {
          color: #000; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          right: -15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 4.5px 0 4.5px;
          border-color: #46588a transparent transparent transparent;
          transition: transform 0.2s ease-out; }
          .ltr-conntent .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after, .ltr-conntent
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after, .ltr-conntent
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after, .ltr-conntent
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after, .ltr-conntent
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after, .ltr-conntent
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after, .ltr-conntent
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span::after, .ltr-conntent
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span::after {
            right: auto;
            left: -15px; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover {
          color: #000; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover::after,
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover::after,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover::after,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover::after,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover::after,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover::after,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span:hover::after,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span:hover::after {
            border-color: #000 transparent transparent transparent; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span.collapse-icon::after,
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span.collapse-icon::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span.collapse-icon::after,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span.collapse-icon::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span.collapse-icon::after,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span.collapse-icon::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .photographer-details-wrapper > span.collapse-icon::after,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .subject-wrapper > span.collapse-icon::after {
          transform: translateY(-50%) rotate(180deg); }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset > legend,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset > legend,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset > legend,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset > legend {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        color: #555555; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox {
        margin-bottom: 10px; }
        .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label,
        .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label,
        .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label,
        .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label {
          color: #555555;
          font-size: 14px;
          padding-left: 20px;
          margin-bottom: 0; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::before,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::before,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::before,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::before {
            border: 1px solid #555555;
            height: 14px;
            width: 14px;
            top: 2px; }
          .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::after,
          .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::after,
          .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::after,
          .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form fieldset .js-form-type-checkbox > label::after {
            top: 4px;
            left: 5px;
            height: 9px; }
      .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit, .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-all-entries .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
      .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-longlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
      .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-shortlist .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"],
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input.form-submit,
      .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-external-view .views-rows-wrapper .views-row article .c-node-content .mark-photo-form input[value="Remove"] {
        min-width: 80px;
        margin-top: 15px; }

.itf-photo-competition-submit-basic-photo {
  margin: 50px 0;
  padding: 60px;
  background-color: #ebebeb;
  max-width: 700px; }
  .itf-photo-competition-submit-basic-photo label {
    color: #808080;
    font-weight: 600; }
  .itf-photo-competition-submit-basic-photo input {
    margin: 0 0 20px;
    width: 100%;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    outline: none; }
    .itf-photo-competition-submit-basic-photo input[type=file] {
      background: #fff;
      padding: 3px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
    .itf-photo-competition-submit-basic-photo input[type=date] {
      display: block;
      max-width: 200px; }
    .itf-photo-competition-submit-basic-photo input#add-more-images-button {
      background: #fff;
      color: #808080;
      border: none; }
    .itf-photo-competition-submit-basic-photo input[id*=image-remove-button], .itf-photo-competition-submit-basic-photo input[id*=edit-form-photo-info-actions-remove-photo] {
      margin-top: 10px !important; }
    .itf-photo-competition-submit-basic-photo input[type=submit] {
      background: #808080;
      color: #fff;
      border: 1px solid;
      margin-top: 30px;
      cursor: pointer; }
      .itf-photo-competition-submit-basic-photo input[type=submit]:hover {
        opacity: .7; }
  .itf-photo-competition-submit-basic-photo .select2-container {
    display: block;
    margin-bottom: 20px;
    max-width: 200px; }
    .itf-photo-competition-submit-basic-photo .select2-container .select2-selection--single {
      border: none; }
    .itf-photo-competition-submit-basic-photo .select2-container .select2-selection__rendered {
      padding-top: 6px;
      padding-bottom: 6px;
      height: 30px; }
  .itf-photo-competition-submit-basic-photo fieldset {
    margin-bottom: 20px; }
    .itf-photo-competition-submit-basic-photo fieldset legend {
      color: #808080;
      font-weight: 600;
      font-size: 16px; }
      .itf-photo-competition-submit-basic-photo fieldset legend a {
        color: #808080;
        text-decoration: underline; }
    .itf-photo-competition-submit-basic-photo fieldset div[id*=edit-form] > div {
      display: inline-block;
      margin-right: 10px; }
  .itf-photo-competition-submit-basic-photo textarea {
    border: none;
    width: 100%;
    margin-bottom: 20px; }
    .itf-photo-competition-submit-basic-photo textarea::-webkit-input-placeholder {
      padding: 5px;
      color: #999;
      font-size: 13px; }
    .itf-photo-competition-submit-basic-photo textarea:-ms-input-placeholder {
      padding: 5px;
      color: #999;
      font-size: 13px; }
    .itf-photo-competition-submit-basic-photo textarea::placeholder {
      padding: 5px;
      color: #999;
      font-size: 13px; }
  .itf-photo-competition-submit-basic-photo .js-form-item {
    position: relative; }
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-name .select-error-message,
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-gender .select-error-message,
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-nationality .select-error-message,
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-transport-sector .select-error-message,
  .itf-photo-competition-submit-basic-photo [class*=field-title-of-your-photo] .select-error-message,
  .itf-photo-competition-submit-basic-photo [class*=field-date] .select-error-message {
    bottom: -48px; }
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-gender .select-error-message,
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-nationality .select-error-message,
  .itf-photo-competition-submit-basic-photo .form-item-form-user-info-field-transport-sector .select-error-message,
  .itf-photo-competition-submit-basic-photo [class*=field-date] .select-error-message {
    left: 10%; }
  .itf-photo-competition-submit-basic-photo .select-error-message {
    position: absolute;
    bottom: -28px;
    left: 30%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    color: #000;
    padding: 8px;
    border: 1px solid #707070;
    border-radius: 4px;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    margin-bottom: 0 !important; }
    .itf-photo-competition-submit-basic-photo .select-error-message--file {
      left: 10%; }
    .itf-photo-competition-submit-basic-photo .select-error-message::before {
      content: '';
      position: absolute;
      top: -7px;
      left: 12px;
      width: 12px;
      height: 12px;
      background: #fff;
      border-top: 1px solid #707070;
      border-right: 1px solid #707070;
      transform: rotate(-45deg); }
    .itf-photo-competition-submit-basic-photo .select-error-message__icon {
      position: relative;
      display: inline-block;
      width: 22px;
      height: 22px;
      background: #ffa300;
      border-radius: 2px;
      vertical-align: middle;
      margin-right: 5px; }
      .itf-photo-competition-submit-basic-photo .select-error-message__icon::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 7px;
        background: #fff; }
      .itf-photo-competition-submit-basic-photo .select-error-message__icon::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #fff; }
    .itf-photo-competition-submit-basic-photo .select-error-message__message {
      font-size: 14px; }

.photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
  font-size: 44px; }

.photo-competition-closing-page .section-4.guidelines::before {
  background-color: #f9ffe6; }

.photo-competition-closing-page .section-4.guidelines > .title h3 {
  color: #00353c;
  margin-bottom: 40px; }

.photo-competition-closing-page .section-4.guidelines > .title .tag-line {
  font-size: 43px;
  color: #00353c;
  line-height: 1;
  font-family: "Neue Haas Grotesk Display Pro 65 Medium";
  margin-bottom: 40px;
  max-width: 835px; }
  html[lang="ar"] .photo-competition-closing-page .section-4.guidelines > .title .tag-line {
    margin-left: auto; }

.photo-competition-closing-page .section-4.guidelines .column-1,
.photo-competition-closing-page .section-4.guidelines .column-2 {
  color: #2b2e34; }
  .photo-competition-closing-page .section-4.guidelines .column-1 .section-lead,
  .photo-competition-closing-page .section-4.guidelines .column-1 .section-text,
  .photo-competition-closing-page .section-4.guidelines .column-2 .section-lead,
  .photo-competition-closing-page .section-4.guidelines .column-2 .section-text {
    font-size: 26px;
    margin-bottom: 40px; }
    .photo-competition-closing-page .section-4.guidelines .column-1 .section-lead span,
    .photo-competition-closing-page .section-4.guidelines .column-1 .section-text span,
    .photo-competition-closing-page .section-4.guidelines .column-2 .section-lead span,
    .photo-competition-closing-page .section-4.guidelines .column-2 .section-text span {
      font-family: "Neue Haas Grotesk Display Pro 75 Bold"; }

.page-photoprize-winners .section-1 .lang-switch {
  display: none; }

.page-photoprize-winners .section-1 .title {
  display: block;
  width: 100%;
  max-width: 385px;
  line-height: 1;
  font-family: "Neue Haas Grotesk Display Pro 95 Black";
  font-size: 35px;
  color: #fff;
  padding: 0 20px; }
  .page-photoprize-winners .section-1 .title span {
    color: #ccfe00;
    display: block; }

.page-photoprize-winners .section-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-photoprize-winners .section-2::before {
    background-color: #f9ffe6; }
  .page-photoprize-winners .section-2 > div {
    padding: 0; }
  .page-photoprize-winners .section-2 .tagline {
    display: block;
    width: 100%;
    padding: 80px 0 40px; }
    .page-photoprize-winners .section-2 .tagline > h3 {
      color: #00353c;
      font-family: "Neue Haas Grotesk Display Pro 65 Medium";
      font-size: 43px;
      margin: 0;
      padding: 0;
      line-height: 1; }
  .page-photoprize-winners .section-2 .column-1 .section-text,
  .page-photoprize-winners .section-2 .column-2 .section-text {
    color: #2b2e34;
    font-size: 26px;
    margin-bottom: 35px; }
    .page-photoprize-winners .section-2 .column-1 .section-text strong,
    .page-photoprize-winners .section-2 .column-2 .section-text strong {
      font-family: "Neue Haas Grotesk Display Pro 75 Bold"; }
  .page-photoprize-winners .section-2 .column-1 a[href='#sign-up'],
  .page-photoprize-winners .section-2 .column-2 a[href='#sign-up'] {
    background-color: #2b2e34;
    background-image: url("../../assets/images/svg/arrow-corner-down.svg");
    background-size: 15px 15px;
    background-position: 70% center;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Neue Haas Grotesk Display Pro 65 Medium";
    font-size: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    max-width: 300px;
    line-height: 1;
    transition: background-color .2s ease; }
    .page-photoprize-winners .section-2 .column-1 a[href='#sign-up']:hover,
    .page-photoprize-winners .section-2 .column-2 a[href='#sign-up']:hover {
      background-color: #000; }

.page-photoprize-winners .section-3,
.page-photoprize-winners .section-4 {
  position: relative;
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-photoprize-winners .section-3::before,
  .page-photoprize-winners .section-4::before {
    content: '';
    background-color: #2b2e34;
    position: absolute;
    height: 100%;
    width: 600%;
    left: 50%;
    margin-left: -300%;
    z-index: -1; }
  .page-photoprize-winners .section-3 .title,
  .page-photoprize-winners .section-4 .title {
    padding: 80px 0;
    line-height: 1;
    color: #ccfe00;
    font-family: "Neue Haas Grotesk Display Pro 95 Black";
    font-size: 68px;
    text-transform: uppercase; }
  .page-photoprize-winners .section-3 > div:not(.title),
  .page-photoprize-winners .section-4 > div:not(.title) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 100px; }
    .page-photoprize-winners .section-3 > div:not(.title):last-of-type,
    .page-photoprize-winners .section-4 > div:not(.title):last-of-type {
      padding-bottom: 200px; }
    .page-photoprize-winners .section-3 > div:not(.title) .left-column,
    .page-photoprize-winners .section-4 > div:not(.title) .left-column {
      width: 100%;
      max-width: 260px; }
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .order,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .order {
        width: 100%;
        height: 260px;
        word-break: break-word;
        font-family: "Neue Haas Grotesk Display Pro 95 Black";
        color: #00353c;
        font-size: 43px;
        line-height: 1;
        text-transform: uppercase;
        padding: 30px;
        margin-bottom: 30px;
        background-color: #ccfe00; }
        .page-photoprize-winners .section-3 > div:not(.title) .left-column .order sup,
        .page-photoprize-winners .section-4 > div:not(.title) .left-column .order sup {
          font-size: 60%; }
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .name,
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-title,
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .role,
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-place,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .name,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-title,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .role,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-place {
        font-size: 26px;
        color: #fff;
        line-height: 1.2; }
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .name,
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-title,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .name,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-title {
        font-family: "Neue Haas Grotesk Display Pro 75 Bold"; }
      .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-title,
      .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-title {
        font-style: italic;
        margin-top: 25px; }
    .page-photoprize-winners .section-3 > div:not(.title) .right-column,
    .page-photoprize-winners .section-4 > div:not(.title) .right-column {
      width: 100%; }
      .page-photoprize-winners .section-3 > div:not(.title) .right-column img,
      .page-photoprize-winners .section-4 > div:not(.title) .right-column img {
        width: 100%; }
      .page-photoprize-winners .section-3 > div:not(.title) .right-column .image-caption,
      .page-photoprize-winners .section-4 > div:not(.title) .right-column .image-caption {
        margin: 30px 0 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.35;
        position: relative;
        padding-left: 30px; }
        .page-photoprize-winners .section-3 > div:not(.title) .right-column .image-caption::before,
        .page-photoprize-winners .section-4 > div:not(.title) .right-column .image-caption::before {
          color: #ccfe00;
          position: absolute;
          left: 0;
          top: 0; }

.page-photoprize-winners .section-4::before {
  background-color: #eaeeef; }

.page-photoprize-winners .section-4 .title {
  color: #00353c; }

.page-photoprize-winners .section-4 > div:not(.title) .left-column .name,
.page-photoprize-winners .section-4 > div:not(.title) .left-column .image-title,
.page-photoprize-winners .section-4 > div:not(.title) .left-column .role,
.page-photoprize-winners .section-4 > div:not(.title) .left-column .image-place {
  color: #2b2e34; }

.page-photoprize-winners .section-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0 130px; }
  .page-photoprize-winners .section-5 .column-1 {
    width: 100%;
    max-width: 340px; }
    .page-photoprize-winners .section-5 .column-1 > p {
      color: #2b2e34;
      font-family: "Neue Haas Grotesk Display Pro 65 Medium";
      font-size: 22px;
      line-height: 1.35;
      padding-top: 220px;
      margin: 0;
      background-image: url("../../assets/images/svg/sign-up-circle.svg");
      background-size: 185px 185px;
      background-position: left top;
      background-repeat: no-repeat; }
  .page-photoprize-winners .section-5 .column-2 {
    width: 100%;
    max-width: 800px; }
    .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] {
      font-family: "Neue Haas Grotesk Display Pro 55 Roman" !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > h2,
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > h4,
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] [id*='action_info'],
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] [id*='logo_wrap'] {
        display: none !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'],
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] {
        float: none !important;
        width: 100% !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px; }
        .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field {
          max-width: calc(50% - 15px); }
          .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field label {
            display: none !important; }
          .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field input {
            margin: 0 !important;
            padding: 10px !important;
            border: 0 !important;
            outline: 0 !important;
            background-color: #000 !important;
            color: #fff !important; }
            .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field input::-webkit-input-placeholder {
              color: #fff !important; }
            .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field input:-ms-input-placeholder {
              color: #fff !important; }
            .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field input::placeholder {
              color: #fff !important; }
        .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] .international_link-wrap {
          margin-top: -25px !important; }
        .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] .international_link {
          color: #000 !important;
          font-size: 14px !important; }
          .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] .international_link:hover {
            text-decoration: underline !important; }
        .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] li.control-group {
          color: #000 !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] li[id*='d_sharing'] {
        color: #000 !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] div[id*='d_sharing'] {
        border: 0 !important; }
      .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] input[type='submit'] {
        font-family: "Neue Haas Grotesk Display Pro 75 Bold" !important;
        line-height: 1 !important;
        max-width: 385px !important;
        height: 50px;
        margin: 15px 0 0 !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000 !important;
        background-color: #ccfe00 !important;
        border: 1px solid transparent !important;
        transition: background-color .2s ease, border .2s ease; }
        .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] input[type='submit']:hover {
          background-color: #fff !important;
          border: 1px solid #000 !important; }

.page-photoprize-winners .footer {
  -ms-flex-pack: center;
  justify-content: center; }

[id*="block-spotlight"] {
  margin-top: 40px;
  overflow: hidden; }
  [id*="block-spotlight"] h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; }
    .ltr-conntent [id*="block-spotlight"] h2 {
      -ms-flex-pack: end;
      justify-content: flex-end; }
  [id*="block-spotlight"] > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -21px;
    margin-left: -21px; }
    [id*="block-spotlight"] > div > div {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 21px;
      padding-left: 21px; }

.c-spotlight-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .c-spotlight-item:hover img {
    transform: scale(1.02); }
  .c-spotlight-item img {
    transition: 0.2s ease-out; }
  .c-spotlight-item .c-spotlight-item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px 20px 24px;
    background-color: rgba(228, 52, 62, 0.75);
    transition: 0.1s ease-out; }
    .c-spotlight-item .c-spotlight-item__text div {
      line-height: 1.33;
      letter-spacing: 0.22px; }
    .c-spotlight-item .c-spotlight-item__text .field-field_title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 7px; }
    .c-spotlight-item .c-spotlight-item__text .field-field_description {
      font-size: 15px;
      font-weight: 400; }

.field-field_spotlight {
  padding: 26px 46px 65px;
  background-color: #fff; }
  .ltr-conntent .field-field_spotlight .spotlight-block-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .field-field_spotlight > div:first-of-type {
    margin-bottom: 25px; }
  .field-field_spotlight .slick-arrow::before {
    font-size: 21px; }
  .field-field_spotlight .slick-prev {
    left: -15px; }
  .field-field_spotlight .slick-next {
    right: -15px; }
  .field-field_spotlight .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px; }
    .field-field_spotlight .slick-dots li {
      border-color: #46588a; }
      .field-field_spotlight .slick-dots li.slick-active {
        border-color: #e4343e; }
        .field-field_spotlight .slick-dots li.slick-active button {
          background-color: #e4343e; }
    .field-field_spotlight .slick-dots button {
      background-color: #46588a; }
  .field-field_spotlight .field-field_image a {
    display: block; }
    .field-field_spotlight .field-field_image a:hover img {
      transform: scale(1.02); }
  .field-field_spotlight .c-card-link {
    display: block; }
    .field-field_spotlight .c-card-link:hover img {
      transform: scale(1.02); }
  .field-field_spotlight .card-read-more {
    display: none; }
  .field-field_spotlight img {
    transition: 0.2s ease-out; }

.field-field_comment.comment-form-disabled {
  padding: 0; }

.field-field_comment [role=contentinfo][aria-label="Error message"] ul, .field-field_comment [role="alert"] ul {
  list-style: none;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-bottom: 0;
  padding-left: 0; }

.field-field_comment [role=contentinfo][aria-label="Error message"] li, .field-field_comment [role="alert"] li {
  list-style: none;
  margin-bottom: 2px; }

.comment-form {
  padding-bottom: 40px; }
  .comment-form label {
    display: none; }
  .comment-form .ajax-progress .throbber, .comment-form .ajax-progress.throbber {
    display: none; }
  .comment-form input:not(.form-submit),
  .comment-form textarea {
    font-size: 15px;
    color: #555555;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    transition: all 0.1s ease-in-out; }
    .comment-form input:not(.form-submit):focus,
    .comment-form textarea:focus {
      outline: none;
      border-color: #46588a; }
    .comment-form input:not(.form-submit).error,
    .comment-form textarea.error {
      border-color: #e4343e; }
  .comment-form textarea {
    min-height: 110px; }
  .comment-form .form-item {
    margin-bottom: 15px; }
  .comment-form .form-item-name,
  .comment-form .filter-wrapper {
    display: none; }
  .comment-form .form-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
  .comment-form .form-submit, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"] {
    padding: 15px 20px;
    margin-left: 10px;
    -ms-flex-order: 1;
    order: 1; }
    .comment-form .form-submit:first-of-type, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input:first-of-type[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input:first-of-type[value="Remove"] {
      margin-left: 0; }

.comment-email-field {
  display: none; }

.field-field_comment {
  padding: 45px 0 50px; }
  .field-field_comment h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.3;
    margin-bottom: 22px; }
  .field-field_comment [role=contentinfo] {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    padding: 5px; }
  .field-field_comment article {
    border-top: 1px solid #c2c2c2;
    padding: 18px 0 10px; }
  .field-field_comment [property="schema:name"] {
    font-size: 15px;
    line-height: 1.065;
    font-weight: 600; }
  .field-field_comment .c-comment-created {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    margin: 4px 0 7px; }
  .field-field_comment .field-comment_body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.465; }
    .field-field_comment .field-comment_body p {
      margin-bottom: 10px; }
  .field-field_comment .c-comment-links ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ltr-conntent .field-field_comment .c-comment-links ul {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .field-field_comment .c-comment-links li {
    padding-right: 15px;
    margin-right: 7px;
    position: relative;
    list-style: none; }
    .ltr-conntent .field-field_comment .c-comment-links li {
      padding-right: 0;
      padding-left: 15px;
      margin-right: 0;
      margin-left: 7px; }
    .field-field_comment .c-comment-links li::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #676767;
      border-radius: 50%;
      content: '';
      height: 4px;
      right: 0;
      width: 4px; }
      .ltr-conntent .field-field_comment .c-comment-links li::after {
        right: auto;
        left: 0; }
    .field-field_comment .c-comment-links li:last-of-type {
      padding-right: 0;
      margin-right: 0; }
      .field-field_comment .c-comment-links li:last-of-type::after {
        display: none; }
  .field-field_comment .c-comment-links .ajax-progress .throbber, .field-field_comment .c-comment-links .ajax-progress.throbber {
    display: none; }
  .field-field_comment .c-comment-links a {
    color: #46588a;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.285;
    text-decoration: underline; }
    .field-field_comment .c-comment-links a:hover {
      text-decoration: none; }
  .field-field_comment .indented {
    padding-left: 30px; }
    .field-field_comment .indented article {
      padding-top: 0;
      border: 0; }
    .field-field_comment .indented .indented {
      padding-left: 0; }

.c-timeline {
  position: relative; }
  .c-timeline > .container > .row, .c-timeline > .itf-events-form > .row, .c-timeline > .c-footer__nav.container > ul, .c-timeline > .c-footer__nav.itf-events-form > ul, .c-timeline > .container > [id*="block-itf-content"], .c-timeline > .itf-events-form > [id*="block-itf-content"], .page-campaigns div[id="block-itf-content"] .c-timeline > .container > .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-campaigns div[id="block-itf-content"] .c-timeline > .container > .c-listing-boxes__wrap,
  .page-campaigns div[id="block-itf-content"] .c-timeline > .itf-events-form > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-timeline > .container > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-in-memory div[id="block-itf-content"] .c-timeline > .container > .c-listing-boxes__wrap,
  .page-in-memory div[id="block-itf-content"] .c-timeline > .itf-events-form > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-timeline > .container > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-elected-officials div[id="block-itf-content"] .c-timeline > .container > .c-listing-boxes__wrap,
  .page-elected-officials div[id="block-itf-content"] .c-timeline > .itf-events-form > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-timeline > .container > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-our-people div[id="block-itf-content"] .c-timeline > .container > .c-listing-boxes__wrap,
  .page-our-people div[id="block-itf-content"] .c-timeline > .itf-events-form > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-timeline > .container > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-page div[id="block-itf-content"] .c-timeline > .container > .c-listing-boxes__wrap,
  .page-node-page div[id="block-itf-content"] .c-timeline > .itf-events-form > .c-listing-boxes__wrap, .page-node-reports_publications .c-timeline > .container > .c-node-content, .page-node-reports_publications .c-timeline > .itf-events-form > .c-node-content,
  .page-node-training_education .c-timeline > .container > .c-node-content,
  .page-node-training_education .c-timeline > .itf-events-form > .c-node-content, .page-workers-memorial-day .c-timeline > .container > .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-videos [id^="block-blocklatestvideo"] .c-timeline > .container > article, .page-videos [id^="block-blocklatestvideo"] .c-timeline > .itf-events-form > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-timeline > .container > article,
  .page-node-videos [id^="block-blocklatestvideo"] .c-timeline > .itf-events-form > article, .page-videos .c-timeline > .container > .views-infinite-scroll-content-wrapper, .page-videos .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-timeline > .container > .views-infinite-scroll-content-wrapper,
  .page-node-videos .c-timeline > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-node-videos [id^="block-itf-content"] .c-timeline > .container > article, .page-node-videos [id^="block-itf-content"] .c-timeline > .itf-events-form > article, .c-timeline > .container > .c-event-wrapper, .c-timeline > .itf-events-form > .c-event-wrapper {
    position: relative; }

.c-timeline__top {
  position: absolute;
  top: 55px;
  z-index: 1;
  width: 75%; }

.c-timeline__title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.32; }

.c-timeline__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px; }
  .ltr-conntent .c-timeline__nav {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-timeline__nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.35); }

.c-timeline__dots {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }
  .ltr-conntent .c-timeline__dots {
    direction: rtl; }
  .c-timeline__dots .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0; }
    .ltr-conntent .c-timeline__dots .slick-dots {
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .c-timeline__dots .slick-dots li {
      margin-right: 10px;
      list-style: none; }
      .c-timeline__dots .slick-dots li.slick-active button {
        color: #f6eb6e;
        text-decoration: underline; }
    .c-timeline__dots .slick-dots button {
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      transition: all 0.1s ease-in-out;
      background-color: transparent;
      border: 0; }
      .c-timeline__dots .slick-dots button:hover {
        color: #f6eb6e;
        cursor: pointer; }
      .c-timeline__dots .slick-dots button:focus {
        outline: none; }

.c-timeline__text.col-lg-7 {
  max-width: initial;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-timeline__arrows {
  min-width: 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.c-timeline__arrow {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  transition: all 0.1s ease-in-out; }
  .c-timeline__arrow::before {
    display: inline-block; }
  .c-timeline__arrow:hover {
    text-decoration: none;
    color: #f6eb6e; }
  .c-timeline__arrow.slick-disabled {
    opacity: 0.5; }
    .c-timeline__arrow.slick-disabled:hover {
      color: #fff; }
  .c-timeline__arrow.c-timeline-prev::before {
    transform: rotate(180deg); }
  .c-timeline__arrow.c-timeline-next {
    margin-left: 20px; }

.c-timeline__slide {
  min-height: 551px;
  padding-top: 190px;
  padding-bottom: 40px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .c-timeline__slide.slick-current .field-field_title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s; }
  .c-timeline__slide.slick-current .field-field_timeline_description {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s; }
  .c-timeline__slide.slick-current .c-timeline__image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.9s; }
  .c-timeline__slide .field-field_title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .4s; }
    .ltr-conntent .c-timeline__slide .field-field_title bdi {
      direction: ltr; }
  .c-timeline__slide .field-field_timeline_description {
    font-size: 15px;
    line-height: 1.465;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s; }
    .c-timeline__slide .field-field_timeline_description a {
      color: #fff;
      text-decoration: underline;
      transition: all 0.1s ease-in-out; }
      .c-timeline__slide .field-field_timeline_description a:hover {
        color: #f6eb6e;
        text-decoration: none; }

.box-overlay::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.c-timeline__image {
  margin-top: 39px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .8s; }

.c-timeline__image-caption {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  margin-top: 8px; }

.c-campaign-involved {
  padding: 50px 0;
  position: relative; }
  .c-campaign-involved::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-color: #46588a; }
  .c-campaign-involved .container, .c-campaign-involved .itf-events-form {
    position: relative;
    z-index: 1; }

.c-get-involved__title {
  text-align: center;
  position: relative;
  padding-top: 44px;
  margin-bottom: 16px; }
  .ltr-conntent .c-get-involved__title {
    text-align: center; }
  .c-get-involved__title::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: #fff;
    top: 0; }

.c-get-involved__text {
  color: #fff;
  font-weight: 400;
  line-height: 1.46;
  max-width: 840px;
  padding: 0 21px;
  margin: 0 auto;
  text-align: center; }
  .ltr-conntent .c-get-involved__text {
    text-align: center; }
  .ltr-conntent .c-get-involved__text .field-field_get_involved_text p {
    text-align: center; }
  .c-get-involved__text a {
    color: #fff;
    text-decoration: underline; }
    .c-get-involved__text a:hover {
      text-decoration: none; }

.c-get-involved-header {
  margin-bottom: 35px; }

.c-involved-slider__wrap {
  padding: 41px 41px 55px;
  background-color: #f4f4f4; }

.c-involved-slider {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  .c-involved-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .c-involved-slider .slick-prev {
    left: -35px; }
  .c-involved-slider .slick-next {
    right: -35px; }
  .c-involved-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    transform: translateY(27px); }
    .c-involved-slider .slick-dots li {
      border-color: #46588a; }
      .c-involved-slider .slick-dots li.slick-active {
        border-color: #e4343e; }
        .c-involved-slider .slick-dots li.slick-active button {
          background-color: #e4343e; }
    .c-involved-slider .slick-dots button {
      background-color: #46588a; }

.c-involved-slider_slide {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 45px 20px;
  min-height: 445px;
  transition: 0.2s ease-out; }
  .ltr-conntent .c-involved-slider_slide {
    text-align: center; }
  .c-involved-slider_slide:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.2); }
  .c-involved-slider_slide .c-share {
    padding: 0;
    margin: 0;
    border-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s ease-out; }
    .c-involved-slider_slide .c-share label {
      display: none; }
    .c-involved-slider_slide .c-share a:focus {
      outline: none; }
  .c-involved-slider_slide .c-subscribe-block__btn {
    min-width: 104px;
    border-color: transparent;
    transition: 0.2s ease-out; }
    .ltr-conntent .c-involved-slider_slide .c-subscribe-block__btn {
      text-align: center;
      margin: 0 auto; }
    .c-involved-slider_slide .c-subscribe-block__btn:hover {
      box-shadow: 0 2px 15px 2px rgba(7, 7, 7, 0.52); }
    .c-involved-slider_slide .c-subscribe-block__btn:focus {
      outline: none; }

.c-involved-item__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  position: relative;
  padding-top: 43px;
  margin-bottom: 40px;
  transition: 0.2s ease-out; }
  .ltr-conntent .c-involved-item__title {
    text-align: center; }
  .c-involved-item__title::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    top: 0; }

.c-involved-item__text {
  font-size: 13px;
  line-height: 1.54;
  font-weight: 400;
  color: #fff;
  margin-bottom: 80px;
  transition: 0.2s ease-out; }
  .c-involved-item__text a {
    color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: underline; }
    .c-involved-item__text a:hover {
      color: #46588a;
      text-decoration: none; }
  .ltr-conntent .c-involved-item__text {
    text-align: center; }

.ltr-conntent .c-involved-item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 576px) {
    .container, .itf-events-form {
      max-width: 540px; }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12, .page-elected-officials .views-infinite-scroll-content-wrapper > h3,
  .page-our-people .views-infinite-scroll-content-wrapper > h3,
  .page-node-page .views-infinite-scroll-content-wrapper > h3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; }
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .itf-events-form,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -21px;
      margin-left: -21px; }
      .card-deck .card, .card-deck [id*="hp-news-block"] article, [id*="hp-news-block"] .card-deck article {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 21px;
        margin-bottom: 0;
        margin-left: 21px; }
    .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card, [id*="hp-news-block"] .card-group > article {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card, [id*="hp-news-block"] .card-group > article + .card, [id*="hp-news-block"] .card-group > .card + article, [id*="hp-news-block"] .card-group > article + article {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child, [id*="hp-news-block"] .card-group > article:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top, [id*="hp-news-block"] .card-group > article:first-child .card-img-top,
          .card-group > .card:first-child .card-header,
          [id*="hp-news-block"] .card-group > article:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom, [id*="hp-news-block"] .card-group > article:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer,
          [id*="hp-news-block"] .card-group > article:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child, [id*="hp-news-block"] .card-group > article:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top, [id*="hp-news-block"] .card-group > article:last-child .card-img-top,
          .card-group > .card:last-child .card-header,
          [id*="hp-news-block"] .card-group > article:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom, [id*="hp-news-block"] .card-group > article:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer,
          [id*="hp-news-block"] .card-group > article:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child, [id*="hp-news-block"] .card-group > article:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top, [id*="hp-news-block"] .card-group > article:only-child .card-img-top,
          .card-group > .card:only-child .card-header,
          [id*="hp-news-block"] .card-group > article:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom, [id*="hp-news-block"] .card-group > article:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer,
          [id*="hp-news-block"] .card-group > article:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child), [id*="hp-news-block"] .card-group > article:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, [id*="hp-news-block"] .card-group > article:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          [id*="hp-news-block"] .card-group > article:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          [id*="hp-news-block"] .card-group > article:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
          [id*="hp-news-block"] .card-group > article:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; }
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns [id*="hp-news-block"] article, [id*="hp-news-block"] .card-columns article {
      display: inline-block;
      width: 100%; }
    .jumbotron {
      padding: 4rem 2rem; }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
    .custom-dropdown-current {
      padding-right: 25px; }
    .header-search {
      margin-left: 20px; }
    [id*="hp-news-block"] header {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    [id*="hp-news-block"] footer {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
        .ltr-conntent [id*="block-blockregionnews"] .node-search-result .c-info-image-holder {
          margin-right: 0;
          margin-left: 20px; }
      .page-photoprize .section-1.mobile,
      .page-photoprize-closed .section-1.mobile,
      .page-photoprize-winners .section-1.mobile {
        display: none; }
        .page-photoprize .section-2.mobile,
        .page-photoprize-closed .section-2.mobile,
        .page-photoprize-winners .section-2.mobile {
          display: none; } }

@media (min-width: 768px) {
    .container, .itf-events-form {
      max-width: 720px; }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .page-node-reports_publications .c-node-content > div,
  .page-node-training_education .c-node-content > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12, .c-wide-info > .container > .row > div, .c-wide-info > .itf-events-form > .row > div, .c-wide-info > .c-footer__nav.container > ul > div, .c-wide-info > .c-footer__nav.itf-events-form > ul > div, .c-wide-info > .container > [id*="block-itf-content"] > div, .c-wide-info > .itf-events-form > [id*="block-itf-content"] > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-campaigns div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-in-memory div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-elected-officials div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-our-people div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .container > .c-listing-boxes__wrap > div, .page-node-page div[id="block-itf-content"] .c-wide-info > .itf-events-form > .c-listing-boxes__wrap > div, .page-node-reports_publications .c-wide-info > .container > .c-node-content > div, .page-node-reports_publications .c-wide-info > .itf-events-form > .c-node-content > div, .page-node-training_education .c-wide-info > .container > .c-node-content > div, .page-node-training_education .c-wide-info > .itf-events-form > .c-node-content > div, .page-workers-memorial-day .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-workers-memorial-day .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-videos [id^="block-blocklatestvideo"] .c-wide-info > .container > article > div, .page-videos [id^="block-blocklatestvideo"] .c-wide-info > .itf-events-form > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-wide-info > .container > article > div, .page-node-videos [id^="block-blocklatestvideo"] .c-wide-info > .itf-events-form > article > div, .page-videos .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-videos .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-wide-info > .container > .views-infinite-scroll-content-wrapper > div, .page-node-videos .c-wide-info > .itf-events-form > .views-infinite-scroll-content-wrapper > div, .page-node-videos [id^="block-itf-content"] .c-wide-info > .container > article > div, .page-node-videos [id^="block-itf-content"] .c-wide-info > .itf-events-form > article > div, .c-wide-info > .container > .c-event-wrapper > div, .c-wide-info > .itf-events-form > .c-event-wrapper > div, .c-calendar-pagination, .page-node-reports_publications [id*="block-itf-content"],
  .page-node-training_education [id*="block-itf-content"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .itf-events-form,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
        [id*="block-topheader"] > ul > li > ul {
          padding: 20px 18px;
          transition: 0.2s ease-out; }
      .custom-dropdown ul {
        padding: 20px 25px;
        transition: 0.2s ease-out; }
        [id="block-itf-main-menu"] > ul > li ul li:not(:first-of-type) {
          -ms-flex-preferred-size: 53%;
          flex-basis: 53%; }
        [id="block-itf-main-menu"] > ul > li ul li:not(:first-of-type):nth-of-type(odd) {
          -ms-flex-preferred-size: 47%;
          flex-basis: 47%; }
          [id="block-itf-main-menu"] > ul > li ul li:first-of-type span {
            font-size: 18px; }
    .site-logo__small {
      position: absolute;
      top: 1px; }
  [id="toolbar-administration"] {
    position: relative;
    z-index: 2000; }
    .subscription-form,
    .news-alert-form,
    .confirm-subscription-delete-form {
      padding: 40px; }
  .news-alert-form .form-item-organisation,
  .confirm-subscription-delete-form .form-item-organisation {
    margin-bottom: 28px; }
    div[id="block-itf-content"] .views-row {
      -ms-flex-align: start;
      align-items: flex-start; }
    .c-search-btn {
      display: none; }
    .c-wide-info {
      background-color: #e9e9e9; }
    .c-wide-info .c-numbers {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      .c-wide-info .c-numbers__item {
        width: 25%; }
      .c-wide-info .c-title {
        -ms-flex-pack: center;
        justify-content: center; }
      .c-secondary-content .c-tweet-image img {
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%; }
        .page-node-news [id="block-itf-content"] .c-node-content,
        .page-node-persons [id="block-itf-content"] .c-node-content,
        .page-node-leaders_and_chairs [id="block-itf-content"] .c-node-content {
          padding-left: 21px;
          padding-right: 0; }
      [id*="block-blockregionnews"] .node-search-result {
        -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 992px) {
    .container, .itf-events-form {
      max-width: 960px; }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6, .page-videos [id^="block-blocklatestvideo"] .field-field_video,
  .page-node-videos [id^="block-blocklatestvideo"] .field-field_video, .page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper,
  .page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper, .page-videos div[id="block-itf-content"] .views-row,
  .page-node-videos div[id="block-itf-content"] .views-row, .page-node-videos [id^="block-itf-content"] .field-field_video, .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9, .c-campaign-comments .field-field_comment {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3, .main-content + .bottom-block-wrapper .c-feed-block {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .itf-events-form,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
  .modal-lg {
    max-width: 800px; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
    .page-node [id*="block-itf-content"],
    .page-workers-memorial-day [id*="block-itf-content"] {
      padding-left: 21px; }
      .news-alert-form .fieldset-wrapper > div > div,
      .confirm-subscription-delete-form .fieldset-wrapper > div > div {
        margin-left: 20px; }
        .page-subscription .news-alert-form .fieldset-wrapper > div > div, .page-subscription
        .confirm-subscription-delete-form .fieldset-wrapper > div > div {
          margin-left: 0; }
        .c-wide-info .c-numbers__item.c-image {
          font-size: 18px;
          padding-right: 14px; }
        .c-wide-info .c-numbers__item i {
          margin-right: 14px; }
        .c-wide-info .c-numbers__item .icon-protest {
          font-size: 54px; }
        .c-wide-info .c-numbers__item i.icon-flag {
          font-size: 51px; }
        .ltr-conntent .c-wide-info .c-numbers__item.c-image {
          padding-right: 0;
          padding-left: 14px; }
        .ltr-conntent .c-wide-info .c-numbers__item i {
          margin-right: 0;
          margin-left: 14px; }
        .c-wide-info .c-title h3 {
          font-size: 18px; }
      .c-secondary-content .c-tweet-image {
        height: 168px; }
    .ltr-conntent .page-node-page [id="block-itf-page-title"], .ltr-conntent
    .page-affiliates [id="block-itf-page-title"], .ltr-conntent
    .page-itf-leaders-and-chairs-1 [id="block-itf-page-title"], .ltr-conntent
    .page-itf-leaders-and-chairs [id="block-itf-page-title"], .ltr-conntent
    .page-node-image_map [id="block-itf-page-title"] {
      width: calc(((100% / 3) * 2) - 15px); }
    .page-node-page .field-field_comment,
    .page-affiliates .field-field_comment,
    .page-itf-leaders-and-chairs-1 .field-field_comment,
    .page-itf-leaders-and-chairs .field-field_comment,
    .page-node-image_map .field-field_comment {
      width: calc(100% + 296px); }
    .page-node-page .layout-content.full-width .field-field_comment {
      width: 100%; }
    .page-node-page [id*="block-itf-content"] {
      width: calc(((100% / 3) * 2) - 15px); }
      .page-node-page [id*="block-itf-content"].full-width {
        width: 100%; }
        .ltr-conntent .page-node-page [id*="block-itf-content"].full-width [id="block-itf-page-title"] {
          width: 100%; }
  .page-node-page .full-width-embed .field-field_comment {
    width: 100%; }
    .page-search .views-element-container,
    .page-news .views-element-container,
    .page-node-news .views-element-container,
    .page-node-reports_publications .views-element-container,
    .page-reports-publications .views-element-container,
    .page-training-education .views-element-container,
    .page-node-training_education .views-element-container,
    .page-campaigns .views-element-container,
    .page-in-memory .views-element-container,
    .page-elected-officials .views-element-container,
    .page-videos .views-element-container,
    .page-node-videos .views-element-container,
    .page-events .views-element-container,
    .page-tag .views-element-container,
    .page-itf-leaders-and-chairs-1 .views-element-container,
    .page-itf-leaders-and-chairs .views-element-container {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .layout-sidebar-second {
      margin-top: 230px;
      min-height: 180px; }
      .layout-sidebar-second::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        z-index: -1;
        background-color: #fff; }
  .page-search .layout-sidebar-second {
    margin-top: 173px; }
    .page-node-news .layout-sidebar-second,
    .page-node-persons .layout-sidebar-second,
    .page-node-leaders_and_chairs .layout-sidebar-second {
      margin-top: 123px; }
          .layout-sidebar-first nav h2::before {
            display: none; }
            .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
              display: none; }
        .layout-sidebar-first nav .sidebarnav-toggle {
          display: none; }
        .layout-sidebar-first nav.non-active-header h2::before {
          display: none; }
      .congress-broadcast .congress-top-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../../assets/images/itf-congress-banner.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
        .congress-broadcast .congress-top-title .congress-title .congress-title-mobile-wrapper {
          display: none; }
      .congress-broadcast .congress-main-content {
        min-height: calc(100vh - 220px); }
      .layout-container_page-taxonomy .field-field_comment {
        width: calc(100% + 296px); }
  [id^='block-views-block-itf-global-news-block'] {
    margin-bottom: 32px; }
  .page-node-campaigns .layout-content {
    padding-right: 0; }
    .page-node-campaigns .layout-sidebar-second {
      margin-top: 200px; }
          .page-photoprize .section-5 .submit-your-photo-form .js-form-managed-file,
          .page-photoprize-closed .section-5 .submit-your-photo-form .js-form-managed-file,
          .page-photoprize-winners .section-5 .submit-your-photo-form .js-form-managed-file {
            max-width: initial;
            overflow: initial; }
      [id*="block-spotlight"] > div {
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .ltr-conntent [id*="block-spotlight"] > div {
          -ms-flex-pack: end;
          justify-content: flex-end; }
        [id*="block-spotlight"] > div > div {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
          [id*="block-spotlight"] > div > div:only-child {
            padding-right: 0; }
    .c-involved-slider_slide:hover {
      background-color: rgba(228, 52, 62, 0.8); }
      .c-involved-slider_slide:hover .c-involved-item__title,
      .c-involved-slider_slide:hover .c-involved-item__text,
      .c-involved-slider_slide:hover .c-subscribe-block__btn,
      .c-involved-slider_slide:hover .c-share {
        transform: translateY(-20px); }
      .c-involved-slider_slide:hover .c-subscribe-block__btn {
        color: #e4343e;
        background-color: #fff; }
      .c-involved-slider_slide:hover .c-share i {
        color: #fff; }
      .c-involved-slider_slide:nth-child(even):hover {
        background-color: rgba(228, 52, 62, 0.8); } }

@media (min-width: 1200px) {
    .container, .itf-events-form {
      max-width: 1180px; }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .itf-events-form,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
      .c-header.sticky-header .site-logo__small {
        opacity: 1;
        transform: translateY(0); }
      .c-header .c-topheader-cloned {
        display: none; }
        .c-header .c-main-menu > li > a > i,
        .c-header .c-main-menu > li > span > i {
          display: none; }
    .site-content {
      padding-top: 212px; }
      html[lang="de"] .site-content {
        padding-top: 255px; }
      html[lang="es"] .site-content,
      html[lang="fr"] .site-content,
      html[lang="pt-pt"] .site-content,
      html[lang="ru"] .site-content {
        padding-top: 237px; }
        [id*="block-topheader"] > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          transform: translateY(11px);
          pointer-events: auto; }
        [id*="block-topheader"] > ul > li > ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: absolute;
          background-color: #fff;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          left: 0;
          max-width: 315px;
          min-width: 175px;
          opacity: 0;
          transform: translateY(20px);
          visibility: hidden;
          white-space: nowrap;
          z-index: 10;
          pointer-events: none; }
          @supports (-ms-ime-align: auto) {
            [id*="block-topheader"] > ul > li > ul {
              box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3); } }
          [id*="block-topheader"] > ul > li > ul.topmenu-has-children {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-width: 1010px; }
          [id*="block-topheader"] > ul > li > ul .c-submenu-block {
            padding-right: 30px;
            margin-right: 15px;
            border-right: 1px solid #c2c2c2; }
            [id*="block-topheader"] > ul > li > ul .c-submenu-block > span {
              display: none; }
            [id*="block-topheader"] > ul > li > ul .c-submenu-block:last-of-type {
              border-right: 0; }
          [id*="block-topheader"] > ul > li > ul::before {
            content: '';
            height: 16px;
            left: 0;
            position: absolute;
            top: -16px;
            width: 100%; }
    .custom-dropdown:hover::before {
      top: -5px;
      height: calc(100% + 15px);
      border-top-color: #c2c2c2; }
    .custom-dropdown:hover ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(11px); }
    .custom-dropdown:hover .custom-dropdown-current {
      color: #46588a; }
      .custom-dropdown:hover .custom-dropdown-current::after {
        transform: translateY(-50%) rotate3d(0, 0, 1, 180deg); }
    .c-header-bottom {
      padding: 30px 0; }
  .c-header-bottom__wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
  [id="block-itf-main-menu"] > ul {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    [id="block-itf-main-menu"] > ul > li:hover ul, [id="block-itf-main-menu"] > ul > li:focus ul, [id="block-itf-main-menu"] > ul > li:active ul {
      opacity: 1;
      transform: translateY(17px);
      visibility: visible;
      pointer-events: auto; }
    [id="block-itf-main-menu"] > ul > li:last-of-type {
      border-right: 0;
      padding-right: 0; }
      [id="block-itf-main-menu"] > ul > li > a,
      [id="block-itf-main-menu"] > ul > li > span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 175px; }
      [id="block-itf-main-menu"] > ul > li > a::after,
      [id="block-itf-main-menu"] > ul > li > span::after {
        color: #3a3535;
        content: attr(title);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.38;
        margin-top: 10px;
        display: block;
        opacity: 1;
        transition: opacity 0.2s ease-out, visibility 0.2s ease-out, margin 0.35s ease-out;
        visibility: visible; }
      [id="block-itf-main-menu"] > ul > li ul {
        background-color: #e7e7e7;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        left: -40%;
        max-width: 510px;
        opacity: 0;
        padding: 39px 30px 36px;
        position: absolute;
        top: 100%;
        transition: all 0.2s ease-out;
        transform: translateY(50px);
        visibility: hidden;
        width: 70vw;
        pointer-events: none; }
        [id="block-itf-main-menu"] > ul > li ul::before {
          left: 23%; }
      [id="block-itf-main-menu"] > ul > li ul[data-percent^="0"]::before {
        left: 8%; }
      [id="block-itf-main-menu"] > ul > li ul[data-percent^="1"]::before {
        left: 30%; }
      [id="block-itf-main-menu"] > ul > li ul[data-percent^="2"]::before {
        left: 25%; }
      [id="block-itf-main-menu"] > ul > li ul[data-percent^="3"]::before {
        left: 20%; }
      [id="block-itf-main-menu"] > ul > li ul[data-percent^="4"]::before {
        left: 10%; }
        [id="block-itf-main-menu"] > ul > li ul a {
          text-align: left !important; }
          .ltr-conntent [id="block-itf-main-menu"] > ul > li ul a {
            text-align: right !important; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul {
      left: auto;
      right: -13px; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul::before {
      left: auto;
      right: 28%; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul[data-percent^="0"]::before {
      left: initial;
      right: 35%; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul[data-percent^="1"]::before {
      left: initial;
      right: 30%; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul[data-percent^="2"]::before {
      left: initial;
      right: 25%; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul[data-percent^="3"]::before {
      left: initial;
      right: 20%; }
    [id="block-itf-main-menu"] > ul > li:last-child > ul[data-percent^="4"]::before {
      left: initial;
      right: 10%; }
  .site-logo {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transition: all 0.2s ease-out; }
    .site-logo svg {
      height: 84px;
      width: 257px; }
    .site-logo__small {
      height: 55px;
      opacity: 0;
      top: -6px;
      transform: translateY(-110%);
      width: 55px; }
      html[lang="de"] .site-logo__small,
      html[lang="es"] .site-logo__small,
      html[lang="fr"] .site-logo__small,
      html[lang="pt-pt"] .site-logo__small,
      html[lang="ru"] .site-logo__small {
        top: 8px; }
    .c-hamburger {
      display: none; }
      .header-search .form-search {
        width: 235px; }
        .header-search .form-search::-webkit-input-placeholder {
          color: #fff; }
        .header-search .form-search:-moz-placeholder {
          color: #fff; }
        .header-search .form-search::-moz-placeholder {
          color: #fff; }
        .header-search .form-search:-ms-input-placeholder {
          color: #fff; }
    .page-node-page .layout-sidebar-second,
    .page-affiliates .layout-sidebar-second,
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second,
    .page-itf-leaders-and-chairs .layout-sidebar-second,
    .page-node-image_map .layout-sidebar-second {
      max-width: calc(100% / 3 + 15px); }
      .layout-container_page-taxonomy .layout-sidebar-second {
        max-width: calc(100% / 3 + 15px); } }

@media (min-width: 1920px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .itf-events-form,
    .navbar-expand-xxl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; }
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
        .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(2) > ul {
          left: -90px; }
        .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(3) > ul {
          right: -125px; }
  .page-node-page .header-image-wrapper,
  .page-affiliates .header-image-wrapper,
  .page-itf-leaders-and-chairs-1 .header-image-wrapper,
  .page-itf-leaders-and-chairs .header-image-wrapper,
  .page-node-image_map .header-image-wrapper {
    max-height: 300px; }
    .page-node-page .header-image-wrapper img,
    .page-affiliates .header-image-wrapper img,
    .page-itf-leaders-and-chairs-1 .header-image-wrapper img,
    .page-itf-leaders-and-chairs .header-image-wrapper img,
    .page-node-image_map .header-image-wrapper img {
      max-height: 300px; }
      .layout-container_page-taxonomy .header-image-wrapper {
        max-height: 300px; }
        .layout-container_page-taxonomy .header-image-wrapper img {
          max-height: 300px; }
      .page-itf-leaders-and-chairs-1 .c-main-layout-wrapper::before,
      .page-itf-leaders-and-chairs .c-main-layout-wrapper::before {
        max-height: 300px; }
      .page-itf-leaders-and-chairs-1 .c-main-layout-wrapper::before,
      .page-itf-leaders-and-chairs .c-main-layout-wrapper::before {
        max-height: 300px; } }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .itf-events-form,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
    .page-user-login [id="block-itf-local-tasks"],
    .page-user-password [id="block-itf-local-tasks"],
    main.page-404 [id="block-itf-local-tasks"],
    main.page-403 [id="block-itf-local-tasks"],
    .page-subscription [id="block-itf-local-tasks"],
    [class*="page-user"] [id="block-itf-local-tasks"] {
      padding-left: 0;
      padding-right: 0; }
    .page-user-login [id="block-itf-page-title"],
    .page-user-password [id="block-itf-page-title"] {
      padding: 0; }
      .confirm-subscription-delete-form .form-submit + a, .confirm-subscription-delete-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] + a, .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .confirm-subscription-delete-form input[value="Remove"] + a {
        margin-top: 15px; }
      .page-media_enquiry_form .webform-submission-form [class*="form-item-"],
      .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"],
      .page-node-webform .webform-submission-form [class*="form-item-"],
      .page-node-webform .node-memorial-page-form [class*="form-item-"],
      .page-node .webform-submission-form [class*="form-item-"],
      .page-node .node-memorial-page-form [class*="form-item-"] {
        display: block;
        width: 100%;
        margin-bottom: 15px; }
        .page-media_enquiry_form .webform-submission-form [class*="form-item-"] label,
        .page-media_enquiry_form .node-memorial-page-form [class*="form-item-"] label,
        .page-node-webform .webform-submission-form [class*="form-item-"] label,
        .page-node-webform .node-memorial-page-form [class*="form-item-"] label,
        .page-node .webform-submission-form [class*="form-item-"] label,
        .page-node .node-memorial-page-form [class*="form-item-"] label {
          margin-bottom: 5px; }
      .pager__items .pager__item {
        margin: 0 2px; }
      .search-sort-wrapper .form-item-sort-by {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
        width: 100%; }
        .search-sort-wrapper .form-item-sort-by label {
          margin-right: 0;
          line-height: 1.1; }
        .search-sort-wrapper .form-item-sort-by .search-sort-title {
          padding: 5px 0 5px 20px;
          border-left: 0;
          margin-left: 0;
          margin-top: 3px;
          display: block;
          width: 100%; }
          .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
            left: -3px; }
          .ltr-conntent .search-sort-wrapper .form-item-sort-by .search-sort-title {
            padding: 5px 20px 5px 0;
            border-right: none;
            margin-right: 0; }
            .ltr-conntent .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
              left: initial;
              right: -3px; }
      .ltr-conntent .search-sort-wrapper [class^="search-filter-chosen"] {
        -ms-flex-direction: column;
        flex-direction: column; }
    .search-sort-wrapper [class^="search-filter-chosen"] {
      font-size: 14px;
      padding: 3px 8px 3px 0;
      margin-right: 8px; }
      .ltr-conntent .page-search .search-sort-wrapper .form-item-sort-by {
        -ms-flex-direction: column;
        flex-direction: column; }
      .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title {
        padding: 5px 0 5px 20px;
        border-left: 0;
        margin-left: 0; }
        .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
          left: -3px; }
        .ltr-conntent .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title {
          padding: 5px 20px 5px 0;
          margin-right: 0;
          border-right: none; }
          .ltr-conntent .page-search .search-sort-wrapper .form-item-sort-by .search-sort-title::before {
            left: initial;
            right: -3px; }
    .page-photoprize .select2-container--default {
      font-size: 16px; }
      .page-photoprize .select2-container--default .select2-selection--single {
        height: 34px; }
        .page-photoprize .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 24px; }
      .page-photoprize .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 8px; }
        .page-photoprize .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-width: 9px 9px 0 9px; }
      .page-photoprize .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 9px 9px 0 9px; }
  .page-in-memory .c-info-box__wrap {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto; }
  .page-elected-officials .c-info-box__wrap,
  .page-our-people .c-info-box__wrap,
  .page-node-page .c-info-box__wrap {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto; }
    .page-videos iframe,
    .page-node-videos iframe {
      height: 50vw; }
      .page-photoprize .photo-competition-landing-page > .container > .row, .page-photoprize .photo-competition-landing-page > .itf-events-form > .row, .page-photoprize .photo-competition-landing-page > .c-footer__nav.container > ul, .page-photoprize .photo-competition-landing-page > .c-footer__nav.itf-events-form > ul, .page-photoprize .photo-competition-landing-page > .container > [id*="block-itf-content"], .page-photoprize .photo-competition-landing-page > .itf-events-form > [id*="block-itf-content"], .page-photoprize .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-photoprize .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-campaigns div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap, .page-campaigns div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-campaigns div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-in-memory div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-in-memory div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap, .page-in-memory div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-in-memory div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-elected-officials div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-elected-officials div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap, .page-elected-officials div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-elected-officials div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-our-people div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-our-people div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap, .page-our-people div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-our-people div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-node-page div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-node-page div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap, .page-node-page div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-node-page div[id="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap, .page-photoprize .page-node-reports_publications .photo-competition-landing-page > .container > .c-node-content, .page-node-reports_publications .page-photoprize .photo-competition-landing-page > .container > .c-node-content, .page-photoprize .page-node-reports_publications .photo-competition-landing-page > .itf-events-form > .c-node-content, .page-node-reports_publications .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-photoprize .page-node-training_education .photo-competition-landing-page > .container > .c-node-content, .page-node-training_education .page-photoprize .photo-competition-landing-page > .container > .c-node-content,
      .page-photoprize .page-node-training_education .photo-competition-landing-page > .itf-events-form > .c-node-content, .page-node-training_education .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-node-content, .page-photoprize .page-workers-memorial-day .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-photoprize .page-workers-memorial-day .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-workers-memorial-day .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-photoprize .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article, .page-videos [id^="block-blocklatestvideo"] .page-photoprize .photo-competition-landing-page > .container > article, .page-photoprize .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article, .page-videos [id^="block-blocklatestvideo"] .page-photoprize .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article, .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize .photo-competition-landing-page > .container > article,
      .page-photoprize .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article, .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize .photo-competition-landing-page > .itf-events-form > article, .page-photoprize .page-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-videos .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-photoprize .page-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-videos .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-node-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper, .page-node-videos .page-photoprize .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize .page-node-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-node-videos .page-photoprize .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper, .page-photoprize .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .container > article, .page-node-videos [id^="block-itf-content"] .page-photoprize .photo-competition-landing-page > .container > article, .page-photoprize .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .itf-events-form > article, .page-node-videos [id^="block-itf-content"] .page-photoprize .photo-competition-landing-page > .itf-events-form > article, .page-photoprize .photo-competition-landing-page > .container > .c-event-wrapper, .page-photoprize .photo-competition-landing-page > .itf-events-form > .c-event-wrapper,
      .page-photoprize-closed .photo-competition-landing-page > .container > .row,
      .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .row,
      .page-photoprize-closed .photo-competition-landing-page > .c-footer__nav.container > ul,
      .page-photoprize-closed .photo-competition-landing-page > .c-footer__nav.itf-events-form > ul,
      .page-photoprize-closed .photo-competition-landing-page > .container > [id*="block-itf-content"],
      .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > [id*="block-itf-content"],
      .page-photoprize-closed .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-our-people div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-our-people div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-our-people div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-our-people div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-node-page div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-node-page div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-node-page div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-node-page div[id="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-closed .page-node-reports_publications .photo-competition-landing-page > .container > .c-node-content,
      .page-node-reports_publications .page-photoprize-closed .photo-competition-landing-page > .container > .c-node-content,
      .page-photoprize-closed .page-node-reports_publications .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-node-reports_publications .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-photoprize-closed .page-node-training_education .photo-competition-landing-page > .container > .c-node-content,
      .page-node-training_education .page-photoprize-closed .photo-competition-landing-page > .container > .c-node-content,
      .page-photoprize-closed .page-node-training_education .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-node-training_education .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-photoprize-closed .page-workers-memorial-day .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-workers-memorial-day .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-workers-memorial-day .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-workers-memorial-day .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article,
      .page-videos [id^="block-blocklatestvideo"] .page-photoprize-closed .photo-competition-landing-page > .container > article,
      .page-photoprize-closed .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article,
      .page-videos [id^="block-blocklatestvideo"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-closed .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article,
      .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize-closed .photo-competition-landing-page > .container > article,
      .page-photoprize-closed .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article,
      .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-closed .page-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-videos .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-videos .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-node-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-node-videos .page-photoprize-closed .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-node-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-node-videos .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-closed .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .container > article,
      .page-node-videos [id^="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .container > article,
      .page-photoprize-closed .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .itf-events-form > article,
      .page-node-videos [id^="block-itf-content"] .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-closed .photo-competition-landing-page > .container > .c-event-wrapper,
      .page-photoprize-closed .photo-competition-landing-page > .itf-events-form > .c-event-wrapper,
      .page-photoprize-winners .photo-competition-landing-page > .container > .row,
      .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .row,
      .page-photoprize-winners .photo-competition-landing-page > .c-footer__nav.container > ul,
      .page-photoprize-winners .photo-competition-landing-page > .c-footer__nav.itf-events-form > ul,
      .page-photoprize-winners .photo-competition-landing-page > .container > [id*="block-itf-content"],
      .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > [id*="block-itf-content"],
      .page-photoprize-winners .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-campaigns div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-campaigns div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-in-memory div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-in-memory div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-elected-officials div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-elected-officials div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-our-people div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-our-people div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-our-people div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-our-people div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-our-people div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-node-page div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-node-page div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-node-page div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-node-page div[id="block-itf-content"] .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-node-page div[id="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-listing-boxes__wrap,
      .page-photoprize-winners .page-node-reports_publications .photo-competition-landing-page > .container > .c-node-content,
      .page-node-reports_publications .page-photoprize-winners .photo-competition-landing-page > .container > .c-node-content,
      .page-photoprize-winners .page-node-reports_publications .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-node-reports_publications .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-photoprize-winners .page-node-training_education .photo-competition-landing-page > .container > .c-node-content,
      .page-node-training_education .page-photoprize-winners .photo-competition-landing-page > .container > .c-node-content,
      .page-photoprize-winners .page-node-training_education .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-node-training_education .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-node-content,
      .page-photoprize-winners .page-workers-memorial-day .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-workers-memorial-day .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-workers-memorial-day .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-workers-memorial-day .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article,
      .page-videos [id^="block-blocklatestvideo"] .page-photoprize-winners .photo-competition-landing-page > .container > article,
      .page-photoprize-winners .page-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article,
      .page-videos [id^="block-blocklatestvideo"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-winners .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .container > article,
      .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize-winners .photo-competition-landing-page > .container > article,
      .page-photoprize-winners .page-node-videos [id^="block-blocklatestvideo"] .photo-competition-landing-page > .itf-events-form > article,
      .page-node-videos [id^="block-blocklatestvideo"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-winners .page-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-videos .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-videos .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-node-videos .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-node-videos .page-photoprize-winners .photo-competition-landing-page > .container > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-node-videos .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-node-videos .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .views-infinite-scroll-content-wrapper,
      .page-photoprize-winners .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .container > article,
      .page-node-videos [id^="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .container > article,
      .page-photoprize-winners .page-node-videos [id^="block-itf-content"] .photo-competition-landing-page > .itf-events-form > article,
      .page-node-videos [id^="block-itf-content"] .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > article,
      .page-photoprize-winners .photo-competition-landing-page > .container > .c-event-wrapper,
      .page-photoprize-winners .photo-competition-landing-page > .itf-events-form > .c-event-wrapper {
        margin: 0; }
        .page-photoprize .section-1 .lang-switch,
        .page-photoprize-closed .section-1 .lang-switch,
        .page-photoprize-winners .section-1 .lang-switch {
          top: 5px;
          right: 5px; }
      .page-photoprize .section-1.desktop,
      .page-photoprize-closed .section-1.desktop,
      .page-photoprize-winners .section-1.desktop {
        display: none; }
          .page-photoprize .section-2 .section-title h3,
          .page-photoprize-closed .section-2 .section-title h3,
          .page-photoprize-winners .section-2 .section-title h3 {
            font-size: 35px; }
        .page-photoprize .section-2 .section-lead,
        .page-photoprize-closed .section-2 .section-lead,
        .page-photoprize-winners .section-2 .section-lead {
          font-size: 26px;
          font-family: "Neue Haas Grotesk Display Pro 55 Roman";
          line-height: 1.15; }
        .page-photoprize .section-2 .section-text,
        .page-photoprize-closed .section-2 .section-text,
        .page-photoprize-winners .section-2 .section-text {
          font-size: 18px; }
          .page-photoprize .section-2 .links > a,
          .page-photoprize-closed .section-2 .links > a,
          .page-photoprize-winners .section-2 .links > a {
            font-size: 22px;
            min-height: 35px; }
        .page-photoprize .section-2 .image,
        .page-photoprize-closed .section-2 .image,
        .page-photoprize-winners .section-2 .image {
          margin-top: 25px; }
          .page-photoprize .section-2 .image img,
          .page-photoprize-closed .section-2 .image img,
          .page-photoprize-winners .section-2 .image img {
            min-height: auto;
            max-height: none; }
      .page-photoprize .section-2.desktop,
      .page-photoprize-closed .section-2.desktop,
      .page-photoprize-winners .section-2.desktop {
        display: none; }
            .page-photoprize .section-3 > div .image img,
            .page-photoprize-closed .section-3 > div .image img,
            .page-photoprize-winners .section-3 > div .image img {
              min-height: auto;
              max-height: none; }
            .page-photoprize .section-3 .row-1 .prizes .title,
            .page-photoprize-closed .section-3 .row-1 .prizes .title,
            .page-photoprize-winners .section-3 .row-1 .prizes .title {
              font-size: 35px;
              margin-bottom: 10px; }
            .page-photoprize .section-3 .row-1 .prizes .section-text,
            .page-photoprize-closed .section-3 .row-1 .prizes .section-text,
            .page-photoprize-winners .section-3 .row-1 .prizes .section-text {
              font-family: "Neue Haas Grotesk Display Pro 55 Roman";
              font-size: 26px;
              margin-bottom: 20px; }
            .page-photoprize .section-3 .row-1 .prizes .prizes-table,
            .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table,
            .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table {
              min-width: auto; }
              .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td,
              .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td,
              .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td {
                padding: 10px; }
                .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type,
                .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type,
                .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td:first-of-type {
                  font-size: 18px;
                  width: auto; }
                .page-photoprize .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type,
                .page-photoprize-closed .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type,
                .page-photoprize-winners .section-3 .row-1 .prizes .prizes-table tbody tr > td:last-of-type {
                  font-size: 23px;
                  padding-right: 15px; }
          .page-photoprize .section-3 .row-2 .timeline .title,
          .page-photoprize-closed .section-3 .row-2 .timeline .title,
          .page-photoprize-winners .section-3 .row-2 .timeline .title {
            font-size: 35px;
            margin-bottom: 10px; }
          .page-photoprize .section-3 .row-2 .timeline .entries-open-wrapper,
          .page-photoprize .section-3 .row-2 .timeline .entries-close-wrapper,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-wrapper,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-wrapper,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-wrapper,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-wrapper {
            margin-bottom: 15px; }
          .page-photoprize .section-3 .row-2 .timeline .entries-open-title,
          .page-photoprize .section-3 .row-2 .timeline .entries-close-title,
          .page-photoprize .section-3 .row-2 .timeline .entries-announcement-title,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-title,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-title,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-announcement-title,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-title,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-title,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-announcement-title {
            font-size: 23px; }
          .page-photoprize .section-3 .row-2 .timeline .entries-open-value,
          .page-photoprize .section-3 .row-2 .timeline .entries-close-value,
          .page-photoprize .section-3 .row-2 .timeline .entries-announcement-value,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-open-value,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-close-value,
          .page-photoprize-closed .section-3 .row-2 .timeline .entries-announcement-value,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-open-value,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-close-value,
          .page-photoprize-winners .section-3 .row-2 .timeline .entries-announcement-value {
            font-size: 19px; }
          .page-photoprize .section-4 > .title > h3,
          .page-photoprize-closed .section-4 > .title > h3,
          .page-photoprize-winners .section-4 > .title > h3 {
            font-size: 35px; }
          .page-photoprize .section-4 .column-1 .section-lead,
          .page-photoprize .section-4 .column-1 .title,
          .page-photoprize .section-4 .column-2 .section-lead,
          .page-photoprize .section-4 .column-2 .title,
          .page-photoprize-closed .section-4 .column-1 .section-lead,
          .page-photoprize-closed .section-4 .column-1 .title,
          .page-photoprize-closed .section-4 .column-2 .section-lead,
          .page-photoprize-closed .section-4 .column-2 .title,
          .page-photoprize-winners .section-4 .column-1 .section-lead,
          .page-photoprize-winners .section-4 .column-1 .title,
          .page-photoprize-winners .section-4 .column-2 .section-lead,
          .page-photoprize-winners .section-4 .column-2 .title {
            font-size: 26px;
            margin-bottom: 30px; }
          .page-photoprize .section-4 .column-1 .section-text,
          .page-photoprize .section-4 .column-2 .section-text,
          .page-photoprize-closed .section-4 .column-1 .section-text,
          .page-photoprize-closed .section-4 .column-2 .section-text,
          .page-photoprize-winners .section-4 .column-1 .section-text,
          .page-photoprize-winners .section-4 .column-2 .section-text {
            font-size: 18px; }
        .page-photoprize .section-5 .title > h3,
        .page-photoprize-closed .section-5 .title > h3,
        .page-photoprize-winners .section-5 .title > h3 {
          font-size: 35px;
          margin-bottom: 20px; }
        .page-photoprize .section-5 .submit-your-photo-form,
        .page-photoprize-closed .section-5 .submit-your-photo-form,
        .page-photoprize-winners .section-5 .submit-your-photo-form {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; }
              .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span,
              .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span,
              .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div > span {
                width: 45px;
                height: 45px;
                font-size: 30px; }
              .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
              .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1,
              .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1 {
                height: 45px;
                width: 45px; }
              .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2,
              .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2,
              .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2 {
                margin-bottom: 0;
                margin-right: 45px; }
                .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before,
                .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before,
                .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-2::before {
                  width: 30px;
                  height: 3px;
                  top: 50%;
                  left: -23px;
                  transform: translateX(0) translateY(-50%); }
                .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before,
                .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before,
                .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-3::before {
                  width: 60px;
                  height: 3px;
                  top: 50%;
                  left: -53px;
                  transform: translateX(0) translateY(-50%); }
          .page-photoprize .section-5 .form-elements-wrapper .form-title,
          .page-photoprize-closed .section-5 .form-elements-wrapper .form-title,
          .page-photoprize-winners .section-5 .form-elements-wrapper .form-title {
            font-size: 20px;
            margin-bottom: 15px;
            line-height: 1.25; }
          .page-photoprize .section-5 .form-elements-wrapper .thank-you-text,
          .page-photoprize-closed .section-5 .form-elements-wrapper .thank-you-text,
          .page-photoprize-winners .section-5 .form-elements-wrapper .thank-you-text {
            font-size: 15px;
            line-height: 1.25; }
          .page-photoprize .section-5 .form-elements-wrapper .thank-you-image,
          .page-photoprize-closed .section-5 .form-elements-wrapper .thank-you-image,
          .page-photoprize-winners .section-5 .form-elements-wrapper .thank-you-image {
            max-width: 100%;
            margin-top: 15px; }
          .page-photoprize .section-5 .form-elements-wrapper > .form-item,
          .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item,
          .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item,
          .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item,
          .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item,
          .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item {
            max-width: 100%;
            margin-bottom: 15px; }
            .page-photoprize .section-5 .form-elements-wrapper > .form-item > label,
            .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label,
            .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > label,
            .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label,
            .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > label,
            .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > label {
              font-size: 15px;
              margin-bottom: 5px; }
            .page-photoprize .section-5 .form-elements-wrapper > .form-item > input,
            .page-photoprize .section-5 .form-elements-wrapper > .form-item textarea,
            .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
            .page-photoprize .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea,
            .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item > input,
            .page-photoprize-closed .section-5 .form-elements-wrapper > .form-item textarea,
            .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
            .page-photoprize-closed .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea,
            .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item > input,
            .page-photoprize-winners .section-5 .form-elements-wrapper > .form-item textarea,
            .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item > input,
            .page-photoprize-winners .section-5 .form-elements-wrapper > div > fieldset > .fieldset-wrapper > .form-item textarea {
              min-height: 34px;
              font-size: 16px; }
          .page-photoprize .section-5 .form-elements-wrapper fieldset legend,
          .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend,
          .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend {
            font-size: 15px;
            line-height: 1.25; }
            .page-photoprize .section-5 .form-elements-wrapper fieldset legend span,
            .page-photoprize-closed .section-5 .form-elements-wrapper fieldset legend span,
            .page-photoprize-winners .section-5 .form-elements-wrapper fieldset legend span {
              line-height: 1.25; }
            .page-photoprize .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div,
            .page-photoprize-closed .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div,
            .page-photoprize-winners .section-5 .form-elements-wrapper fieldset .fieldset-wrapper > div > div {
              margin-bottom: 10px; }
            .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label,
            .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label,
            .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item > label {
              font-size: 15px;
              margin-bottom: 20px; }
              .page-photoprize .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a,
              .page-photoprize-closed .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a,
              .page-photoprize-winners .section-5 .form-elements-wrapper [id*='ajax-wrapper'] > .form-item .form-managed-file > span > a {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 200px; }
          .page-photoprize .section-5 .form-elements-wrapper input.form-submit, .page-photoprize .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize .section-5 .form-elements-wrapper input[value="Remove"],
          .page-photoprize-closed .section-5 .form-elements-wrapper input.form-submit,
          .page-photoprize-closed .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
          .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-closed .section-5 .form-elements-wrapper input[value="Remove"],
          .page-photoprize-winners .section-5 .form-elements-wrapper input.form-submit,
          .page-photoprize-winners .section-5 .form-elements-wrapper .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"],
          .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .page-photoprize-winners .section-5 .form-elements-wrapper input[value="Remove"] {
            margin: 35px 0 0;
            display: -ms-flexbox;
            display: flex;
            font-size: 15px;
            padding: 7px 10px;
            max-width: 100%; }
          .page-photoprize .section-6 .title > h3,
          .page-photoprize-closed .section-6 .title > h3,
          .page-photoprize-winners .section-6 .title > h3 {
            font-size: 30px; }
          .page-photoprize .section-6 .column-1 .section-text,
          .page-photoprize .section-6 .column-2 .section-text,
          .page-photoprize-closed .section-6 .column-1 .section-text,
          .page-photoprize-closed .section-6 .column-2 .section-text,
          .page-photoprize-winners .section-6 .column-1 .section-text,
          .page-photoprize-winners .section-6 .column-2 .section-text {
            font-size: 16px; }
          .page-photoprize .footer .image img,
          .page-photoprize-closed .footer .image img,
          .page-photoprize-winners .footer .image img {
            max-height: 175px; }
        .page-photoprize .footer .logo,
        .page-photoprize-closed .footer .logo,
        .page-photoprize-winners .footer .logo {
          padding-top: 30px; }
          .page-photoprize .footer .logo svg,
          .page-photoprize-closed .footer .logo svg,
          .page-photoprize-winners .footer .logo svg {
            max-width: 170px; }
    .itf-photo-competition-submit-basic-photo {
      padding: 30px; }
    .photo-competition-closing-page .section-4.guidelines > .title .tag-line {
      font-size: 26px; }
      .photo-competition-closing-page .section-4.guidelines .column-1 .section-lead,
      .photo-competition-closing-page .section-4.guidelines .column-1 .section-text,
      .photo-competition-closing-page .section-4.guidelines .column-2 .section-lead,
      .photo-competition-closing-page .section-4.guidelines .column-2 .section-text {
        font-size: 18px; }
      .comment-form .form-submit, .comment-form .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"], .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .comment-form input[value="Remove"] {
        padding: 15px; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; }
  .navbar-expand-md > .container, .navbar-expand-md > .itf-events-form,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
    .title-xl {
      font-size: 20px; }
    table p {
      line-height: 1.2 !important; }
    .slick-arrow:not(.c-timeline__arrow):hover {
      color: #46588a; }
    .site-content {
      padding-top: 65px; }
        [id*="block-topheader"] > ul > li:hover > ul {
          right: 0; }
        [id*="block-topheader"] > ul > li > ul {
          left: -3px;
          padding: 20px 0;
          transition: all 0.1s ease-in-out; }
      [id*="block-regionmenu"] .custom-dropdown-current:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] .custom-dropdown-current:not(.icon-region-global)::before {
        padding-top: 1px; }
      .custom-dropdown ul {
        left: -3px;
        padding: 20px 15px;
        transition: all 0.1s ease-in-out; }
      [id="block-itf-main-menu"] > ul > li > a,
      [id="block-itf-main-menu"] > ul > li > span {
        font-size: 16px; }
      [id="block-itf-main-menu"] > ul > li ul li {
        width: 100%; }
      [id="block-itf-main-menu"] > ul > li ul li:last-child {
        margin-bottom: 0; }
          [id="block-itf-main-menu"] > ul > li ul a::before {
            padding-top: 2px; }
    .c-hamburger {
      margin-left: 10px; }
    .page-subscription .news-alert-form select[id="edit-sector"] ~ .select2, .page-subscription
    .news-alert-form select[id="edit-topic"] ~ .select2, .page-subscription
    .confirm-subscription-delete-form select[id="edit-sector"] ~ .select2, .page-subscription
    .confirm-subscription-delete-form select[id="edit-topic"] ~ .select2 {
      display: block; }
    .page-subscription .news-alert-form select[id="edit-language"] ~ .select2, .page-subscription
    .confirm-subscription-delete-form select[id="edit-language"] ~ .select2 {
      display: block;
      width: 50%; }
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .file--image {
          display: block;
          margin: 5px 0;
          margin-left: 0; }
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file input[value="Remove"] {
          margin-left: 0;
          margin-top: 10px; }
      .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .file-size {
        display: block; }
        .page-node .node-memorial-page-form .form-item-field-image-0 .form-managed-file .form-file {
          padding: 10px 0; }
        div[id="block-itf-content"] .node-search-result .c-info-image-holder img.profile-img,
        div[id="block-itf-content"] .views-row .c-info-image-holder img.profile-img,
        div[id="block-itf-content"] .page-tag .c-info-image-holder img.profile-img {
          width: auto;
          margin: 0 auto; }
    div[id="block-itf-content"] .c-info-wrapper {
      padding-bottom: 0; }
      div[id="block-itf-content"] .c-info-wrapper h3 {
        margin: 3px 0 10px; }
        div[id="block-itf-content"] .c-info-wrapper h3 a {
          font-size: 16px;
          line-height: 1.2; }
          div[id="block-itf-content"] .c-info-wrapper h3 a:hover {
            color: initial; }
    .c-info-comment {
      margin-top: 10px; }
    .page-search .c-info-comment, .page-news .c-info-comment {
      position: relative; }
    .c-news-slider__wrap {
      padding: 0 15px; }
      .c-news-slider__wrap .slick-prev {
        left: 5px; }
      .c-news-slider__wrap .slick-next {
        right: 5px; }
    .c-news-slider__slide {
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 5px 25px;
      text-align: center; }
      .c-news-slider__slide.slick-active::after {
        display: none; }
    .header-search {
      background: #46588a;
      left: 0;
      padding: 15px 25px;
      position: absolute;
      right: 0;
      top: calc(100% + 10px);
      display: none; }
      .header-search .form-search {
        width: 100%; }
      .c-secondary-content h2 {
        margin-bottom: 15px;
        width: 100%; }
      .c-secondary-content [id*="block-blocktwitter"] {
        margin-bottom: 30px; }
    .c-secondary-content .c-twitter__single:not(:last-child) {
      margin-bottom: 20px; }
    .c-secondary-content .c-tranding-list:last-of-type .views-row:first-of-type {
      border-top: 0; }
        .c-secondary-content .views-row .view-node {
          padding-left: 35px; }
          .ltr-conntent .c-secondary-content .views-row .view-node {
            padding-left: 10px;
            padding-right: 35px; }
          .c-secondary-content .views-row .view-node::before {
            font-size: 28px; }
    .c-latest-campaign__text {
      padding: 20px 15px 25px; }
      .c-latest-campaign__text img {
        display: none; }
    .page-node-page .header-image-wrapper img,
    .page-affiliates .header-image-wrapper img,
    .page-itf-leaders-and-chairs-1 .header-image-wrapper img,
    .page-itf-leaders-and-chairs .header-image-wrapper img,
    .page-node-image_map .header-image-wrapper img {
      height: 100px; }
  .c-subscribe-block {
    margin-bottom: 25px; }
    .c-subscribe-block__content {
      margin: 25px 15px 25px 30px;
      max-width: initial; }
      .c-subscribe-block__content::before {
        color: #fff;
        font-size: 32px;
        left: -30px;
        position: absolute;
        top: 0; }
    .c-subscribe-block__text {
      margin-bottom: 15px;
      line-height: 1.2; }
        .ltr-conntent .search-sort-wrapper .form-item-sort-by label {
          -ms-flex-pack: start;
          justify-content: flex-start; }
    .c-search-noresults {
      min-height: 150px; }
      .c-search-noresults__content {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        padding-top: 35px; }
        .ltr-conntent .c-search-noresults__content {
          padding-right: 0; }
        .c-search-noresults__content::before {
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
          .ltr-conntent .c-search-noresults__content::before {
            right: auto;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
  .page-node .select2-container--default {
    width: 100%; }
      .page-node .select2-container--default .select2-selection--single {
        min-width: 0; }
          .layout-sidebar-second [id^='block-views-block-related'] .c-latest-campaign__text img {
            display: block; }
  .c-info-comment {
    margin-top: 0; }
    .c-home-slider__content {
      max-width: 75%;
      top: 50%; }
    .c-home-slider__slide {
      overflow: hidden;
      height: 210px;
      max-height: 210px; }
      .c-home-slider__slide::after {
        background: rgba(0, 0, 0, 0.25); }
      .c-home-slider__slide img {
        height: 210px;
        left: 50%;
        max-width: initial;
        position: relative;
        transform: translateX(-50%);
        width: auto; }
    .c-home-slider__video-btn {
      font-size: 35px;
      left: 90%; }
      .c-home-slider__video-btn:hover, .c-home-slider__video-btn:focus {
        color: white; }
  .page-node-reports_publications [id*="block-itf-content"],
  .page-node-training_education [id*="block-itf-content"] {
    padding-right: 0; }
  .page-node-reports_publications .field-field_downloads,
  .page-node-training_education .field-field_downloads {
    padding-right: 0 !important; }
  .c-resources-text {
    padding-right: 0 !important; }
    .page-node-news [id="block-itf-page-title"],
    .page-node-persons [id="block-itf-page-title"],
    .page-node-leaders_and_chairs [id="block-itf-page-title"] {
      padding-top: 0; }
            .congress-broadcast .congress-top-title .congress-title > div > span {
              font-size: 29px;
              padding: 0 5px 3px;
              line-height: 0.8; }
        .layout-container_page-taxonomy .header-image-wrapper img {
          height: 100px; }
      [id*="block-blockregionnews"] .c-info-wrapper {
        padding-bottom: 0; }
        [id*="block-blockregionnews"] .c-info-wrapper h3 {
          margin: 3px 0 10px; }
          [id*="block-blockregionnews"] .c-info-wrapper h3 a {
            font-size: 16px;
            line-height: 1.2; }
            [id*="block-blockregionnews"] .c-info-wrapper h3 a:hover {
              color: initial; }
      [id*="block-blocksectorresources"] .c-node-mini-teaser-title {
        margin: 3px 0 10px;
        font-size: 16px;
        line-height: 1.1; }
    [id="block-campaignsnewsblock"] {
      padding: 21px 21px 30px 35px; }
      [id="block-campaignsnewsblock"] > h2::before,
      [id="block-campaignsnewsblock"] .subscription-block-form > h2::before {
        left: -27px; }
    .c-campaign-about__bottom-sidebar {
      margin-top: 25px; }
      .page-workers-memorial-day .memorial-page-header > div:last-child > span:last-child {
        display: inline-block; }
    .c-event-wrapper {
      min-height: 200px; }
      .no-events h3 {
        font-size: 20px; }
        .no-events h3 span {
          font-size: 40px; }
      .page-subscription .confirm-subscription-delete-form #edit-type--wrapper legend {
        display: block;
        text-align: left; }
      .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-wrapper {
        padding: 0; }
      .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-wrapper #edit-type {
        display: block; }
      .page-subscription .confirm-subscription-delete-form #edit-type--wrapper .fieldset-legend {
        position: unset; }
      .page-itf-leaders-and-chairs-1 .c-main-layout-wrapper::before,
      .page-itf-leaders-and-chairs .c-main-layout-wrapper::before {
        height: 100px; }
    .c-spotlight-item:hover .c-spotlight-item__text {
      padding-bottom: 12px; }
    .c-spotlight-item .c-spotlight-item__text {
      padding: 8px 10px 12px; }
      .c-spotlight-item .c-spotlight-item__text .field-field_title {
        font-size: 16px;
        margin-bottom: 3px; }
      .c-spotlight-item .c-spotlight-item__text .field-field_description {
        font-size: 13px; }
      .c-spotlight-item .c-spotlight-item__text div {
        line-height: 1.1; }
    .c-timeline__arrow.c-timeline-next {
      margin-left: 0; }
    .c-involved-item__text {
      margin-bottom: 35px; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .itf-events-form,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
    .field-body blockquote,
    .field-field_campaign_materials_text blockquote,
    .page-taxonomy-in_focus .field-description blockquote {
      margin: 40px 15px 25px; }
      .field-body blockquote::before,
      .field-field_campaign_materials_text blockquote::before,
      .page-taxonomy-in_focus .field-description blockquote::before {
        font-size: 35px;
        top: -30px; }
      .field-body blockquote p,
      .field-field_campaign_materials_text blockquote p,
      .page-taxonomy-in_focus .field-description blockquote p {
        font-size: 16px;
        line-height: 25px; }
        .field-body blockquote p:last-child,
        .field-field_campaign_materials_text blockquote p:last-child,
        .page-taxonomy-in_focus .field-description blockquote p:last-child {
          margin-bottom: 0; }
    .title-section, .c-secondary-content h2, [id*="hp-news-block"] > h2, .page-elected-officials .views-infinite-scroll-content-wrapper > h3,
    .page-our-people .views-infinite-scroll-content-wrapper > h3,
    .page-node-page .views-infinite-scroll-content-wrapper > h3, .page-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a,
    .page-node-videos [id^="block-blocklatestvideo"] .c-videos-text-wrapper > h2 a, .page-node-videos [id^="block-itf-content"] .c-videos-text-wrapper > h2 a {
      font-size: 21px;
      line-height: 1.1; }
    .slick-dots:not(.timeline-dots) {
      padding: 0 15px; }
  #block-footercontactus .footercontactus {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #block-footercontactus .footercontactus svg {
      margin: 0 30px 0 0; }
  .c-footer__nav {
    display: none; }
  [id="block-itf-local-tasks"] li a {
    font-size: 14px;
    padding: 3px 10px; }
  .page-subscription [id="block-itf-page-title"] h1 {
    word-wrap: break-word; }
  .page-subscription [id="block-itf-content"] {
    text-align: center; }
    .user-login-form .site-content,
    .user-pass .site-content {
      padding-top: 120px; }
      .user-login-form .site-content::before,
      .user-pass .site-content::before {
        height: 120px; }
    main.page-404 .c-main-layout-wrapper,
    main.page-403 .c-main-layout-wrapper,
    .page-user-login .c-main-layout-wrapper,
    .page-user-password .c-main-layout-wrapper {
      padding-top: 120px; }
      main.page-404 .c-main-layout-wrapper::before,
      main.page-403 .c-main-layout-wrapper::before,
      .page-user-login .c-main-layout-wrapper::before,
      .page-user-password .c-main-layout-wrapper::before {
        height: 120px; }
    main.page-404,
    main.page-403 {
      padding-top: 120px; }
      main.page-404::before,
      main.page-403::before {
        height: 120px; }
      main.page-404 .main-content,
      main.page-403 .main-content {
        padding: 55px 0 45px; }
      main.page-404 [data-history-node-id="74"] p,
      main.page-404 [data-history-node-id="73"] p,
      main.page-403 [data-history-node-id="74"] p,
      main.page-403 [data-history-node-id="73"] p {
        margin-bottom: 20px; }
      main.page-404 [id="block-itf-page-title"],
      main.page-403 [id="block-itf-page-title"] {
        font-size: 75px;
        padding-bottom: 15px; }
        main.page-404 [id="block-itf-page-title"] h1,
        main.page-403 [id="block-itf-page-title"] h1 {
          font-size: 75px; }
    [class*="page-user"].toolbar.toolbar-tray-vertical .c-main-layout-wrapper,
    [class*="page-user"].toolbar-fixed .c-main-layout-wrapper,
    [class*="page-user"].toolbar-tray-vertical .c-main-layout-wrapper,
    [class*="page-user"].toolbar-vertical .c-main-layout-wrapper {
      padding-top: 120px; }
      [class*="page-user"].toolbar.toolbar-tray-vertical .c-main-layout-wrapper::before,
      [class*="page-user"].toolbar-fixed .c-main-layout-wrapper::before,
      [class*="page-user"].toolbar-tray-vertical .c-main-layout-wrapper::before,
      [class*="page-user"].toolbar-vertical .c-main-layout-wrapper::before {
        height: 120px; }
    .page-node-webform [id*="block-itf-content"],
    .page-node [id*="block-itf-content"],
    .page-workers-memorial-day [id*="block-itf-content"] {
      margin-bottom: 0; }
    .page-node [id*="block-itf-content"],
    .page-workers-memorial-day [id*="block-itf-content"] {
      padding-left: 21px;
      padding-right: 21px; }
      [id*="block-itf-content"] h2:not(.title-section) {
        font-size: 18px;
        line-height: 1.2; }
    .news-alert-form .c-form-select,
    .news-alert-form .c-form-radios,
    .news-alert-form .form-item-language,
    .news-alert-form .form-item-sector,
    .news-alert-form .form-item-topic,
    .confirm-subscription-delete-form .c-form-select,
    .confirm-subscription-delete-form .c-form-radios,
    .confirm-subscription-delete-form .form-item-language,
    .confirm-subscription-delete-form .form-item-sector,
    .confirm-subscription-delete-form .form-item-topic {
      display: block; }
      .page-subscription .news-alert-form .c-form-select, .page-subscription
      .news-alert-form .c-form-radios, .page-subscription
      .news-alert-form .form-item-language, .page-subscription
      .news-alert-form .form-item-sector, .page-subscription
      .news-alert-form .form-item-topic, .page-subscription
      .confirm-subscription-delete-form .c-form-select, .page-subscription
      .confirm-subscription-delete-form .c-form-radios, .page-subscription
      .confirm-subscription-delete-form .form-item-language, .page-subscription
      .confirm-subscription-delete-form .form-item-sector, .page-subscription
      .confirm-subscription-delete-form .form-item-topic {
        display: -ms-flexbox;
        display: flex; }
      .news-alert-form .c-form-select > label,
      .news-alert-form .c-form-radios > label,
      .news-alert-form .form-item-language > label,
      .news-alert-form .form-item-sector > label,
      .news-alert-form .form-item-topic > label,
      .confirm-subscription-delete-form .c-form-select > label,
      .confirm-subscription-delete-form .c-form-radios > label,
      .confirm-subscription-delete-form .form-item-language > label,
      .confirm-subscription-delete-form .form-item-sector > label,
      .confirm-subscription-delete-form .form-item-topic > label {
        margin-bottom: 5px; }
    .news-alert-form .c-form-select label,
    .news-alert-form .form-item-language > label,
    .news-alert-form .form-item-topic label,
    .news-alert-form .form-item-sector label,
    .confirm-subscription-delete-form .c-form-select label,
    .confirm-subscription-delete-form .form-item-language > label,
    .confirm-subscription-delete-form .form-item-topic label,
    .confirm-subscription-delete-form .form-item-sector label {
      display: block;
      min-width: initial; }
      .ltr-conntent .news-alert-form .c-form-select label, .ltr-conntent
      .news-alert-form .form-item-language > label, .ltr-conntent
      .news-alert-form .form-item-topic label, .ltr-conntent
      .news-alert-form .form-item-sector label, .ltr-conntent
      .confirm-subscription-delete-form .c-form-select label, .ltr-conntent
      .confirm-subscription-delete-form .form-item-language > label, .ltr-conntent
      .confirm-subscription-delete-form .form-item-topic label, .ltr-conntent
      .confirm-subscription-delete-form .form-item-sector label {
        text-align: right; }
    .ltr-conntent .news-alert-form .fieldset-wrapper > div, .ltr-conntent
    .confirm-subscription-delete-form .fieldset-wrapper > div {
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .ltr-conntent .news-alert-form .fieldset-wrapper > div > div, .ltr-conntent
      .confirm-subscription-delete-form .fieldset-wrapper > div > div {
        margin-right: 0;
        margin-left: 15px; }
    .page-media_enquiry_form .webform-submission-form,
    .page-media_enquiry_form .node-memorial-page-form,
    .page-node-webform .webform-submission-form,
    .page-node-webform .node-memorial-page-form,
    .page-node .webform-submission-form,
    .page-node .node-memorial-page-form {
      width: 100%;
      padding: 20px; }
    .page-media_enquiry_form .c-node-content,
    .page-node-webform .c-node-content,
    .page-node .c-node-content {
      padding-right: 21px; }
      .page-media_enquiry_form .c-node-content .field-body,
      .page-node-webform .c-node-content .field-body,
      .page-node .c-node-content .field-body {
        width: 100%; }
    div[id="block-itf-content"] .views-row {
      margin-bottom: 15px;
      padding-bottom: 15px; }
    div[id="block-itf-content"] .node-search-result,
    div[id="block-itf-content"] .views-row,
    div[id="block-itf-content"] .page-tag {
      -ms-flex-align: start;
      align-items: flex-start; }
      div[id="block-itf-content"] .node-search-result .c-info-image-holder,
      div[id="block-itf-content"] .views-row .c-info-image-holder,
      div[id="block-itf-content"] .page-tag .c-info-image-holder {
        width: 100%;
        max-width: 180px;
        min-width: 180px;
        margin-top: 7px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
      [id="block-itf-breadcrumbs"] a,
      [id="block-itf-breadcrumbs"] li {
        line-height: 1.5; }
    #block-followus ul {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #block-followus li {
      padding: 0 20px; }
    .c-wide-info {
      margin-top: 25px; }
    .c-secondary-content {
      margin-bottom: 30px; }
      .c-secondary-content [id*="block-views-block-trending"] {
        margin-bottom: 30px; }
    [id="block-blocklatestcampaigns"] {
      margin-bottom: 30px; }
    .c-latest-campaigns .slick-dots,
    .c-campaign-teaser-box .slick-dots {
      margin-top: 10px; }
      .c-latest-campaigns .slick-dots li.slick-active,
      .c-campaign-teaser-box .slick-dots li.slick-active {
        border-color: #000; }
      .c-latest-campaigns .slick-dots button,
      .c-campaign-teaser-box .slick-dots button {
        background-color: #000; }
    .c-main-content {
      padding-bottom: 30px; }
    .page-node-page .layout-sidebar-second,
    .page-affiliates .layout-sidebar-second,
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second,
    .page-itf-leaders-and-chairs .layout-sidebar-second,
    .page-node-image_map .layout-sidebar-second {
      margin-top: 40px;
      padding-left: 0; }
  .c-subscribe-block {
    margin-bottom: 25px; }
    ul.pager {
      padding-bottom: 35px; }
    .c-calendar-pagination {
      padding: 35px 0 30px; }
      .c-calendar-pagination__current {
        font-size: 22px; }
    .page-search [id*="block-itf-content"],
    .page-news [id*="block-itf-content"],
    .page-node-news [id*="block-itf-content"],
    .page-node-reports_publications [id*="block-itf-content"],
    .page-reports-publications [id*="block-itf-content"],
    .page-training-education [id*="block-itf-content"],
    .page-node-training_education [id*="block-itf-content"],
    .page-campaigns [id*="block-itf-content"],
    .page-in-memory [id*="block-itf-content"],
    .page-elected-officials [id*="block-itf-content"],
    .page-videos [id*="block-itf-content"],
    .page-node-videos [id*="block-itf-content"],
    .page-events [id*="block-itf-content"],
    .page-tag [id*="block-itf-content"],
    .page-itf-leaders-and-chairs-1 [id*="block-itf-content"],
    .page-itf-leaders-and-chairs [id*="block-itf-content"] {
      margin-bottom: 20px; }
    .search-keywords-prefix {
      font-size: 20px;
      margin-bottom: 12px; }
    .c-filter-by-title {
      margin: 0 0 3px; }
      .page-subscription .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left; }
    .layout-sidebar-second {
      padding-left: 21px;
      padding-right: 21px; }
      .page-node-webform .layout-sidebar-second,
      .page-node .layout-sidebar-second {
        margin-top: 0; }
      .page-workers-memorial-day .layout-sidebar-second {
        margin-top: 0; }
    .layout-sidebar-first {
      max-height: 42px;
      overflow: hidden;
      position: absolute;
      transition: all 0.1s ease-in-out;
      width: auto;
      z-index: 10;
      padding-right: 0;
      margin-right: 21px;
      min-width: 240px; }
        .layout-sidebar-first nav h2 {
          cursor: pointer;
          padding-right: 35px; }
          .layout-sidebar-first nav h2::before {
            right: auto;
            left: 7px; }
          .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a {
            cursor: pointer;
            padding-right: 35px; }
            .ltr-conntent .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
              right: auto;
              left: 7px;
              transform: translateY(-50%) rotateY(180deg); }
    .c-contacts-block,
    .c-social-block {
      padding: 21px 21px 21px 32px; }
      .c-contacts-block h2::before,
      .c-social-block h2::before {
        left: -27px; }
  .c-contacts-block {
    margin-top: 6px; }
    [id="block-blockpopulartags"] {
      margin-top: 20px; }
    [id="block-itf-page-title"],
    [id="memorial-page-header"] {
      padding-bottom: 40px;
      padding-top: 20px; }
    .page-search .search-filter-wrapper,
    .page-news .search-filter-wrapper,
    .page-reports-publications .search-filter-wrapper,
    .page-training-education .search-filter-wrapper,
    .page-campaigns .search-filter-wrapper,
    .page-videos .search-filter-wrapper,
    .page-node-videos .search-filter-wrapper,
    .page-events .search-filter-wrapper,
    .page-tag .search-filter-wrapper,
    .page-node-leaders_and_chairs .search-filter-wrapper {
      padding-bottom: 35px;
      padding-top: 8px; }
    .c-info-box__wrap {
      margin-bottom: 20px; }
    .c-info-box__info {
      padding-top: 25px; }
    .c-info-box__title-holder {
      padding: 20px 15px 10px; }
    .c-info-box__bg,
    .c-info-box__image {
      height: 180px; }
      .c-info-box__highlighted .c-info-box__bg {
        height: 250px; }
    .c-info-box__highlighted .c-info-box__title-holder {
      padding-bottom: 27px; }
    .c-events-box__day {
      font-size: 40px;
      width: 75px;
      height: 75px;
      margin: 15px 0; }
    .c-share {
      padding-bottom: 10px; }
    .c-social-box {
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 15px; }
      .ltr-conntent .c-social-box .c-social-box__link {
        margin-left: 0; }
      .c-social-box.c-campaign-involved__social {
        padding: 0 42px; }
      .photo-competition-closing-page .views-element-container {
        padding: 80px 0 40px; }
        .photo-competition-closing-page .views-element-container h2 {
          font-size: 35px; }
        .photo-competition-closing-page .views-element-container > .container + div, .photo-competition-closing-page .views-element-container > .itf-events-form + div {
          margin-left: 0 !important; }
      .photo-competition-closing-page .slick-arrow {
        width: 40px;
        height: 40px; }
        .photo-competition-closing-page .slick-arrow::before {
          font-size: 40px; }
      .photo-competition-closing-page .slick-prev {
        left: 63px !important; }
    .c-home-slider {
      max-height: 210px;
      height: 210px; }
      .c-home-slider.slick-vertical .slick-slide {
        max-height: 210px;
        height: 210px; }
    .c-home-slider__title {
      border-bottom: 0;
      padding: 0; }
  a.c-home-slider__title:hover {
    color: white; }
      .c-home-slider__slide .container, .c-home-slider__slide .itf-events-form {
        max-width: 100%; }
      .page-node-reports_publications .c-node-content .c-download-top__wrap,
      .page-node-training_education .c-node-content .c-download-top__wrap {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column; }
        .page-node-reports_publications .c-node-content .c-download-top__wrap .select2-container,
        .page-node-training_education .c-node-content .c-download-top__wrap .select2-container {
          margin-bottom: 0; }
        .ltr-conntent .page-node-reports_publications .c-node-content .c-download-top__wrap, .ltr-conntent
        .page-node-training_education .c-node-content .c-download-top__wrap {
          -ms-flex-align: end;
          align-items: flex-end; }
      .page-node-reports_publications .c-node-content .c-download-top__title,
      .page-node-training_education .c-node-content .c-download-top__title {
        margin: 0 0 15px; }
      .c-resources-text > div:not(.field-field_about) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .page-node-news [id="block-itf-content"] .field-body,
        .page-node-persons [id="block-itf-content"] .field-body,
        .page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
          margin-bottom: 35px; }
      .page-node-news .c-node-info,
      .page-node-persons .c-node-info,
      .page-node-leaders_and_chairs .c-node-info {
        width: 100%;
        bottom: 8px; }
    .field-field_tags:not(.c-popular-tags) {
      margin-bottom: 20px; }
      .congress-broadcast .congress-top-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; }
      .congress-broadcast .congress-top-logo {
        padding: 15px 30px;
        max-height: none;
        width: 100%; }
      .congress-broadcast .congress-top-title {
        padding: 40px 30px; }
      .congress-broadcast .congress-top-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../../assets/images/itf-congress-banner-mobile.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
        .congress-broadcast .congress-top-title .congress-title {
          max-width: 575px;
          position: static;
          transform: translateY(0); }
        .congress-broadcast .congress-top-title .congress-title .congress-title-desktop-wrapper {
          display: none; }
      .congress-broadcast .congress-main-content {
        padding: 80px 30px 110px; }
        .congress-broadcast .congress-main-content #kudo_wrapper {
          padding: 150px 0; }
      .layout-container_page-taxonomy .c-share {
        padding-bottom: 20px; }
      .layout-container_page-taxonomy .layout-sidebar-second {
        margin-top: 40px;
        padding-left: 0; }
    [id^='block-views-block-itf-global-news-block'] > h2 {
      margin-bottom: 15px; }
    [id^='block-views-block-itf-global-news-block'] article {
      padding: 15px 0; }
    .bottom-block-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
      .bottom-block-wrapper .c-feed-block {
        margin: 0 auto 25px; }
      [id*="block-blockregionnews"] > h2 {
        margin-bottom: 15px; }
      [id*="block-blockregionnews"] .node-search-result {
        padding-bottom: 15px; }
        [id*="block-blockregionnews"] .node-search-result .c-info-image-holder {
          width: 100%;
          max-width: 180px;
          min-width: 180px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
    [id*="block-jointhesolidaritynetwork"] {
      max-width: initial; }
    [id*="block-blocksectorresources"] {
      margin-bottom: 30px; }
      [id*="block-blocksectorresources"] > h2 {
        margin-bottom: 15px; }
    .page-node-campaigns .layout-sidebar-second {
      padding-top: 25px;
      padding-bottom: 35px; }
      .page-node-campaigns .layout-sidebar-second img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 375px; }
    .c-campaign-header__text {
      font-size: 16px;
      line-height: 1.3; }
    .c-campaign-header__info {
      margin-top: 20px; }
    .c-campaign-events {
      padding: 16px 21px; }
      .c-campaign-events__date {
        margin: 0 0 0 15px; }
      .c-campaign-events__link {
        width: 100%; }
    .c-campaign-share {
      padding: 0 21px; }
    .c-campaign-about {
      padding: 21px 21px 40px; }
      .c-campaign-about__text blockquote {
        margin: 40px 15px 25px; }
        .c-campaign-about__text blockquote::before {
          font-size: 35px;
          top: -30px; }
        .c-campaign-about__text blockquote p {
          font-size: 16px;
          line-height: 25px; }
          .c-campaign-about__text blockquote p:last-child {
            margin-bottom: 0; }
        .c-campaign-about__text blockquote a {
          color: #46588a;
          text-decoration: underline; }
          .c-campaign-about__text blockquote a:hover {
            text-decoration: none; }
    .c-btn__read-more-less:hover {
      color: #46588a;
      text-decoration: none; }
      .c-campaign-about__bottom-sidebar .field-field_campaign_website {
        margin-bottom: 15px; }
        .c-campaign-about__bottom-sidebar .field-field_campaign_website > div:first-of-type {
          padding-bottom: 10px; }
        .c-campaign-about__bottom-sidebar .field-field_campaign_website a {
          padding: 12px 0; }
    .c-campaign-about__bottom-sidebar .field-related-content article {
      padding: 12px 0; }
    .c-campaign-materials {
      padding: 35px 0 35px; }
      .c-campaign-materials .field-field_campaign_materials {
        column-count: 1;
        margin-top: 20px; }
        .c-campaign-materials .field-field_campaign_materials > div {
          margin-bottom: 12px;
          padding-right: 0; }
    .c-campaign-materials__title {
      margin-bottom: 12px; }
    .page-in-memory [id="block-itf-page-title"] {
      padding-bottom: 15px;
      padding-top: 10px; }
    .page-in-memory .views-exposed-form,
    .page-in-memory .views-exposed-form {
      padding-bottom: 25px; }
  .page-elected-officials [id="block-itf-page-title"],
  .page-our-people [id="block-itf-page-title"],
  .page-node-page [id="block-itf-page-title"] {
    padding-bottom: 45px;
    padding-top: 10px; }
    .page-elected-officials .views-infinite-scroll-content-wrapper > h3,
    .page-our-people .views-infinite-scroll-content-wrapper > h3,
    .page-node-page .views-infinite-scroll-content-wrapper > h3 {
      font-size: 21px;
      line-height: 1.1;
      margin-top: 5px; }
    .page-elected-officials .views-exposed-form,
    .page-elected-officials .views-exposed-form,
    .page-our-people .views-exposed-form,
    .page-our-people .views-exposed-form,
    .page-node-page .views-exposed-form,
    .page-node-page .views-exposed-form {
      padding-bottom: 25px; }
  .page-node-page [id="block-itf-page-title"] {
    padding-bottom: 0;
    padding-top: 10px; }
  .page-videos [id^="block-blocklatestvideo"] .field-field_video,
  .page-node-videos [id^="block-blocklatestvideo"] .field-field_video {
    margin-bottom: 10px; }
    .page-videos div[id="block-itf-content"],
    .page-node-videos div[id="block-itf-content"] {
      padding-top: 30px; }
    .page-videos .views-infinite-scroll-content-wrapper,
    .page-node-videos .views-infinite-scroll-content-wrapper {
      padding-top: 30px; }
    .c-video-article-wrap {
      margin-bottom: 20px; }
      .c-video-article-wrap .c-videos-text-wrapper {
        padding: 25px 21px 35px; }
    .page-node-videos [id^="block-itf-content"] .field-field_video {
      margin-bottom: 10px; }
    .page-node-videos .views-element-container {
      padding: 0 0 30px; }
    .page-node-videos div[id="block-itf-content"] {
      padding-top: 30px; }
    .page-affiliates .pager {
      padding: 30px 0 40px;
      position: relative; }
    .c-affiliates-list {
      margin-bottom: 30px; }
    .page-events [id*="block-itf-content"] {
      margin-bottom: 30px; }
  .page-node-events [id="block-itf-page-title"] {
    padding-top: 10px;
    padding-bottom: 40px; }
  .page-node-events [id*="block-itf-content"] {
    margin-bottom: 0; }
  .page-node-events .layout-sidebar-second {
    padding-top: 15px;
    padding-bottom: 55px;
    margin-top: 0; }
    .c-event-content {
      padding-right: 21px;
      margin-top: 25px; }
      .c-event-content__top {
        padding: 30px; }
      .c-event-content .field-field_tags {
        margin-top: 35px; }
      .c-event-content__row {
        margin-bottom: 15px; }
      .c-event-content__text-small {
        margin-top: 10px; }
    .page-subscription label[for=edit-sector],
    .page-subscription label[for=edit-topic] {
      min-width: 130px; }
  .page-subscription label[for=edit-language] {
    min-width: 133px; }
      .page-itf-leaders-and-chairs-1 [id="block-itf-content"] header,
      .page-itf-leaders-and-chairs [id="block-itf-content"] header {
        margin-bottom: 30px; }
    .ltr-conntent .page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
      padding-right: 0; }
    [id*="block-spotlight"] {
      margin-top: 0; }
        [id*="block-spotlight"] > div > div:last-of-type .spotlight-item {
          margin-bottom: 0; }
    .c-spotlight-item {
      margin-bottom: 20px; }
    .field-field_spotlight {
      padding: 21px 21px 15px; }
      .field-field_spotlight .c-spotlight-item {
        margin-bottom: 0; }
    .comment-form {
      padding-bottom: 20px; }
    .field-field_comment {
      padding: 25px 0; }
      .field-field_comment .indented {
        padding-left: 15px; }
    .c-timeline__top {
      top: 15px;
      width: 100%; }
    .c-timeline__title {
      margin-bottom: 4px; }
    .c-timeline__nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 10px; }
    .c-timeline__dots {
      width: 100%; }
      .c-timeline__dots .slick-dots li {
        margin-right: 3px;
        margin-bottom: 3px; }
    .c-timeline__arrows {
      display: none; }
    .c-timeline__arrow {
      font-size: 20px; }
    .c-timeline__slide {
      padding-top: 120px;
      padding-bottom: 30px; }
      .c-timeline__slide .field-field_title {
        margin-bottom: 15px; }
    .c-timeline__image {
      margin-top: 20px; }
    .c-involved-slider__wrap {
      padding: 21px 21px 35px; }
      .c-involved-slider_slide:nth-child(even) {
        background-color: transparent; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .itf-events-form,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  h1, .h1 {
    font-size: 26px; }
    .field-body figure,
    .field-field_campaign_materials_text figure,
    .page-taxonomy-in_focus .field-description figure {
      width: 100%;
      margin: 5px 0 15px; }
      .field-body figure.align-left,
      .field-field_campaign_materials_text figure.align-left,
      .page-taxonomy-in_focus .field-description figure.align-left {
        margin: 5px 0 15px; }
      .field-body figure.align-right,
      .field-field_campaign_materials_text figure.align-right,
      .page-taxonomy-in_focus .field-description figure.align-right {
        margin: 5px 0 15px; }
  .field-body img,
  .field-field_campaign_materials_text img,
  .page-taxonomy-in_focus .field-description img {
    width: 100%;
    margin: 5px 0 15px; }
    .field-body img.align-left,
    .field-field_campaign_materials_text img.align-left,
    .page-taxonomy-in_focus .field-description img.align-left {
      margin: 5px 0 15px; }
    .field-body img.align-right,
    .field-field_campaign_materials_text img.align-right,
    .page-taxonomy-in_focus .field-description img.align-right {
      margin: 5px 0 15px; }
    .field-body img:not([class]),
    .field-field_campaign_materials_text img:not([class]),
    .page-taxonomy-in_focus .field-description img:not([class]) {
      margin: 3px auto 0; }
  .field-body::after,
  .field-field_campaign_materials_text::after,
  .page-taxonomy-in_focus .field-description::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
    .title-mid, [id="c-sidebar-second"] h2, [id*="block-views-block-event-calendar"] > h2, [id^="block-views-block-external-links-block"] > h2,
    [id*="block-views-block-related"] > h2,
    [id*="block-views-block-downloads"] > h2 {
      font-size: 19px; }
    .c-header {
      transition: 0.15s ease-out; }
      .c-header .c-main-menu > li > a,
      .c-header .c-main-menu > li > span {
        cursor: pointer; }
        .ltr-conntent .c-header .c-main-menu > li > a, .ltr-conntent
        .c-header .c-main-menu > li > span {
          padding-right: 30px; }
          .ltr-conntent .c-header .c-main-menu > li > a > i, .ltr-conntent
          .c-header .c-main-menu > li > span > i {
            position: absolute;
            right: 3px; }
    [id*="block-topheader"] {
      display: none; }
          [id*="block-topheader"] > ul > li > a,
          [id*="block-topheader"] > ul > li > span {
            cursor: pointer; }
            [id*="block-topheader"] > ul > li > a::before,
            [id*="block-topheader"] > ul > li > span::before {
              display: none; }
      [id*="block-regionmenu"] a:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] a:not(.icon-region-global)::before {
        padding-top: 1px; }
    [id*="block-regionmenu"] .custom-dropdown-current,
    [id*="block-languageswitcher"] .custom-dropdown-current {
      padding-left: 20px; }
    .custom-dropdown {
      padding: 0 10px; }
      .custom-dropdown::before {
        display: none; }
    .custom-dropdown.is-active::before {
      top: -5px;
      height: calc(100% + 15px);
      border-top-color: #c2c2c2; }
    .custom-dropdown.is-active ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(11px); }
    .custom-dropdown.is-active .custom-dropdown-current {
      color: #46588a; }
      .custom-dropdown.is-active .custom-dropdown-current::after {
        transform: translateY(-50%) rotate3d(0, 0, 1, 180deg); }
    .custom-dropdown-current span {
      text-indent: -99999px;
      font-size: 0;
      min-height: 24px; }
        .ltr-conntent .custom-dropdown-current::after {
          left: 15px; }
    .c-overflow {
      display: none; }
    .c-header-bottom {
      display: none; }
      .c-header-bottom.d-block {
        max-height: calc(100vh - 65px);
        overflow-y: auto; }
  .toolbar + div .c-header-bottom.d-block {
    max-height: calc(100vh - 104px); }
      [id="block-itf-main-menu"] > ul > li:hover > span {
        cursor: pointer; }
    [id="block-itf-main-menu"] > ul > li {
      padding: 10px 0; }
    [id="block-itf-main-menu"] > ul > li {
      border-right-color: transparent;
      overflow: hidden; }
      [id="block-itf-main-menu"] > ul > li > a.is-opened,
      [id="block-itf-main-menu"] > ul > li > span.is-opened {
        color: #000; }
      [id="block-itf-main-menu"] > ul > li > a.is-opened + ul,
      [id="block-itf-main-menu"] > ul > li > span.is-opened + ul {
        margin-top: 15px;
        max-height: 430px;
        overflow: visible; }
        .ltr-conntent [id="block-itf-main-menu"] > ul > li > a.is-opened + ul, .ltr-conntent
        [id="block-itf-main-menu"] > ul > li > span.is-opened + ul {
          padding-left: 0; }
      [id="block-itf-main-menu"] > ul > li ul {
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        position: relative;
        transition: all 0.1s ease-in-out; }
        [id="block-itf-main-menu"] > ul > li ul::before {
          display: none; }
        [id="block-itf-main-menu"] > ul > li ul::after {
          display: none; }
        [id="block-itf-main-menu"] > ul > li ul li:first-of-type {
          display: none; }
    .fancybox-slide--video .fancybox-content {
      border: 8px solid #fff;
      border-radius: 10px;
      overflow: visible !important; }
    .fancybox-close-small {
      top: -27px;
      right: -27px; }
      .header-search .button {
        display: none; }
    #block-followus li {
      border: none;
      padding: 0 2vw; }
      .ltr-conntent #block-followus li {
        border: none;
        padding: 0 2vw; }
    #block-followus a {
      font-size: 0; }
      #block-followus a::before {
        margin-right: 0; }
        .ltr-conntent #block-followus a::before {
          margin-left: 0; }
      .c-secondary-content h2 {
        font-size: 19px; }
    [id="c-sidebar-second"] h2 {
      font-size: 19px;
      padding-top: 2px; }
    .c-filters-wrapper .form-actions {
      width: 100%; }
    .layout-sidebar-second .c-subscribe-block {
      margin-bottom: 0; }
      .c-social-box .c-social-box__link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        -ms-flex-align: center;
        align-items: center; }
        .c-social-box .c-social-box__link a {
          padding: 20px 30px 20px 20px; }
          .c-social-box .c-social-box__link a::after {
            right: 12px; }
        .photo-competition-closing-page .views-element-container > .container + div, .photo-competition-closing-page .views-element-container > .itf-events-form + div {
          margin-left: -80px; }
      .photo-competition-closing-page .slick-prev {
        left: 143px; }
        .page-node-reports_publications .c-node-content .paragraph i,
        .page-node-training_education .c-node-content .paragraph i {
          top: 8px; }
    .c-campaign-header {
      padding-top: 0; }
  .page-elected-officials .form-actions,
  .page-our-people .form-actions,
  .page-node-page .form-actions {
    width: 100%; }
  .page-subscription .main-content {
    padding: 40px 42px; }
          .page-photoprize .section-1 .lang-switch .custom-dropdown,
          .page-photoprize-closed .section-1 .lang-switch .custom-dropdown,
          .page-photoprize-winners .section-1 .lang-switch .custom-dropdown {
            padding: 10px 10px 3px 10px;
            min-width: auto; }
            .page-photoprize .section-1 .lang-switch .custom-dropdown > ul,
            .page-photoprize-closed .section-1 .lang-switch .custom-dropdown > ul,
            .page-photoprize-winners .section-1 .lang-switch .custom-dropdown > ul {
              left: -110px; }
    .c-campaign-involved {
      padding: 35px 0; }
    .c-get-involved__title {
      padding-top: 25px;
      margin-bottom: 10px; }
      .c-get-involved__title::before {
        font-size: 19px; }
    .c-get-involved-header {
      margin-bottom: 10px; }
    .c-involved-slider_slide {
      padding: 30px 20px;
      min-height: 255px; }
    .c-involved-item__title {
      padding-top: 30px;
      margin-bottom: 25px; }
      .c-involved-item__title::before {
        font-size: 30px; }
    .c-involved-item__text {
      margin-bottom: 60px; } }

@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .itf-events-form,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .c-header-top__wrap {
    display: -ms-flexbox;
    display: flex; }
    .c-header-top__wrap > div {
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .header-search .form-search {
        padding: 0 5px 0 30px; }
      .layout-container_page-taxonomy .main-content {
        padding-bottom: 40px; } }

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; }
    .btn {
      transition: none; }
    .fade {
      transition: none; }
    .collapsing {
      transition: none; }
    .progress-bar {
      transition: none; }
      .modal.fade .modal-dialog {
        transition: none; }
    .carousel-item {
      transition: none; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #acacac;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .itf-events-form {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d0d0d0 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #d0d0d0; }
  .table .thead-dark th {
    color: inherit;
    border-color: #d0d0d0; } }

@media (min-width: 1200px) and (max-width: 1919.98px) {
    .title-xl {
      font-size: 30px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
    .title-xl {
      font-size: 24px; }
    .site-content {
      padding-top: 63px; }
    .c-hamburger {
      margin-left: 15px; }
      .c-secondary-content .c-tweet-image {
        height: 132px; }
      .page-node .select2-container--default .select2-selection--single {
        min-width: 379px; } }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@media screen and (max-width: 1024px) {
    .c-btn-circle {
      max-width: 250px; }
      .c-btn-circle::before, .c-btn-circle::after {
        opacity: 0;
        visibility: hidden; }
      .c-btn-circle span {
        opacity: 1;
        transform: translateX(0); }
    .c-btn-circle.c-btn-circle__alt span {
      transform: translateX(0); }
    .c-header.nav-up {
      transform: translateY(-110%); }
    .c-header.nav-down {
      transform: translateY(0); }
  .toolbar-vertical .c-header,
  .toolbar-oriented .c-header {
    top: 39px; }
    .toolbar-vertical .c-header.nav-up,
    .toolbar-oriented .c-header.nav-up {
      transform: translateY(-200%); }
      [id*="hp-news-block"] article a {
        min-height: 433px; }
      .c-home-slider .slick-dots {
        right: 25px; } }

@media (min-width: 992px) and (max-width: 1919.98px) {
        .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(2) > ul {
          left: auto;
          right: -95px; }
          .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(2) > ul::before {
            left: 69%; }
        .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(3) > ul {
          left: auto;
          right: -20px; }
          .c-header.sticky-header [id="block-itf-main-menu"] > ul > li:nth-child(3) > ul::before {
            right: 8%; }
      .page-node-webform .layout-sidebar-second,
      .page-node .layout-sidebar-second {
        padding-top: 45px; }
    .c-home-slider__content {
      max-width: 360px; } }

@media screen and (max-width: 1200px) {
      .c-header .c-topheader-cloned > li > a,
      .c-header .c-topheader-cloned > li > span {
        color: #46588a;
        display: -ms-flexbox;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.125;
        text-transform: uppercase;
        padding-right: 30px;
        position: relative; }
        .c-header .c-topheader-cloned > li > a.is-opened .icon-arrow, .c-header .c-topheader-cloned > li > a.is-opened .slick-arrow:not(.c-timeline__arrow), .c-header .c-topheader-cloned > li > a.is-opened .c-btn-arrow, .c-header .c-topheader-cloned > li > a.is-opened [id*="block-views-block-event-calendar"] footer a, [id*="block-views-block-event-calendar"] footer .c-header .c-topheader-cloned > li > a.is-opened a, .c-header .c-topheader-cloned > li > a.is-opened [id*="hp-news-block"] footer a, [id*="hp-news-block"] footer .c-header .c-topheader-cloned > li > a.is-opened a, .c-header .c-topheader-cloned > li > a.is-opened [id="block-itf-breadcrumbs"] li, [id="block-itf-breadcrumbs"] .c-header .c-topheader-cloned > li > a.is-opened li, .c-header .c-topheader-cloned > li > a.is-opened .c-calendar-pagination__link, .c-header .c-topheader-cloned > li > a.is-opened .layout-sidebar-first nav ul li.menu-item--active-trail > a, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > a.is-opened li.menu-item--active-trail > a, .c-header .c-topheader-cloned > li > a.is-opened .layout-sidebar-first nav ul li.menu-item--active-trail > span, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > a.is-opened li.menu-item--active-trail > span,
        .c-header .c-topheader-cloned > li > span.is-opened .icon-arrow,
        .c-header .c-topheader-cloned > li > span.is-opened .slick-arrow:not(.c-timeline__arrow),
        .c-header .c-topheader-cloned > li > span.is-opened .c-btn-arrow,
        .c-header .c-topheader-cloned > li > span.is-opened [id*="block-views-block-event-calendar"] footer a,
        [id*="block-views-block-event-calendar"] footer .c-header .c-topheader-cloned > li > span.is-opened a,
        .c-header .c-topheader-cloned > li > span.is-opened [id*="hp-news-block"] footer a,
        [id*="hp-news-block"] footer .c-header .c-topheader-cloned > li > span.is-opened a,
        .c-header .c-topheader-cloned > li > span.is-opened [id="block-itf-breadcrumbs"] li,
        [id="block-itf-breadcrumbs"] .c-header .c-topheader-cloned > li > span.is-opened li,
        .c-header .c-topheader-cloned > li > span.is-opened .c-calendar-pagination__link,
        .c-header .c-topheader-cloned > li > span.is-opened .layout-sidebar-first nav ul li.menu-item--active-trail > a,
        .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > span.is-opened li.menu-item--active-trail > a,
        .c-header .c-topheader-cloned > li > span.is-opened .layout-sidebar-first nav ul li.menu-item--active-trail > span,
        .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > span.is-opened li.menu-item--active-trail > span {
          transform: translateY(-50%) rotate3d(0, 0, 1, 0); }
        .c-header .c-topheader-cloned > li > a .icon-arrow, .c-header .c-topheader-cloned > li > a .slick-arrow:not(.c-timeline__arrow), .c-header .c-topheader-cloned > li > a .c-btn-arrow, .c-header .c-topheader-cloned > li > a [id*="block-views-block-event-calendar"] footer a, [id*="block-views-block-event-calendar"] footer .c-header .c-topheader-cloned > li > a a, .c-header .c-topheader-cloned > li > a [id*="hp-news-block"] footer a, [id*="hp-news-block"] footer .c-header .c-topheader-cloned > li > a a, .c-header .c-topheader-cloned > li > a [id="block-itf-breadcrumbs"] li, [id="block-itf-breadcrumbs"] .c-header .c-topheader-cloned > li > a li, .c-header .c-topheader-cloned > li > a .c-calendar-pagination__link, .c-header .c-topheader-cloned > li > a .layout-sidebar-first nav ul li.menu-item--active-trail > a, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > a li.menu-item--active-trail > a, .c-header .c-topheader-cloned > li > a .layout-sidebar-first nav ul li.menu-item--active-trail > span, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > a li.menu-item--active-trail > span,
        .c-header .c-topheader-cloned > li > span .icon-arrow,
        .c-header .c-topheader-cloned > li > span .slick-arrow:not(.c-timeline__arrow),
        .c-header .c-topheader-cloned > li > span .c-btn-arrow,
        .c-header .c-topheader-cloned > li > span [id*="block-views-block-event-calendar"] footer a,
        [id*="block-views-block-event-calendar"] footer .c-header .c-topheader-cloned > li > span a,
        .c-header .c-topheader-cloned > li > span [id*="hp-news-block"] footer a,
        [id*="hp-news-block"] footer .c-header .c-topheader-cloned > li > span a,
        .c-header .c-topheader-cloned > li > span [id="block-itf-breadcrumbs"] li,
        [id="block-itf-breadcrumbs"] .c-header .c-topheader-cloned > li > span li,
        .c-header .c-topheader-cloned > li > span .c-calendar-pagination__link,
        .c-header .c-topheader-cloned > li > span .layout-sidebar-first nav ul li.menu-item--active-trail > a,
        .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > span li.menu-item--active-trail > a,
        .c-header .c-topheader-cloned > li > span .layout-sidebar-first nav ul li.menu-item--active-trail > span,
        .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > span li.menu-item--active-trail > span {
          font-size: 17px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) rotate3d(0, 0, 1, 90deg);
          transition: 0.2s ease-out;
          cursor: pointer; }
      .c-header .c-topheader-cloned > li > .covid-19.green {
        color: #25a33c; }
      .c-header .c-topheader-cloned > li > .covid-19 .icon-arrow, .c-header .c-topheader-cloned > li > .covid-19 .slick-arrow:not(.c-timeline__arrow), .c-header .c-topheader-cloned > li > .covid-19 .c-btn-arrow, .c-header .c-topheader-cloned > li > .covid-19 [id*="block-views-block-event-calendar"] footer a, [id*="block-views-block-event-calendar"] footer .c-header .c-topheader-cloned > li > .covid-19 a, .c-header .c-topheader-cloned > li > .covid-19 [id*="hp-news-block"] footer a, [id*="hp-news-block"] footer .c-header .c-topheader-cloned > li > .covid-19 a, .c-header .c-topheader-cloned > li > .covid-19 [id="block-itf-breadcrumbs"] li, [id="block-itf-breadcrumbs"] .c-header .c-topheader-cloned > li > .covid-19 li, .c-header .c-topheader-cloned > li > .covid-19 .c-calendar-pagination__link, .c-header .c-topheader-cloned > li > .covid-19 .layout-sidebar-first nav ul li.menu-item--active-trail > a, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > .covid-19 li.menu-item--active-trail > a, .c-header .c-topheader-cloned > li > .covid-19 .layout-sidebar-first nav ul li.menu-item--active-trail > span, .layout-sidebar-first nav ul .c-header .c-topheader-cloned > li > .covid-19 li.menu-item--active-trail > span {
        display: none; }
      .c-header .c-topheader-cloned > li > ul {
        padding-left: 15px; }
        .ltr-conntent .c-header .c-topheader-cloned > li > ul {
          padding-right: 30px; }
        .c-header .c-topheader-cloned > li > ul > li > span {
          display: none !important; }
        .c-header .c-topheader-cloned > li > ul > li ul {
          display: block;
          max-height: initial; }
      .c-header .c-topheader-cloned ul {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column; }
        .c-header .c-topheader-cloned ul li {
          display: block !important;
          width: 100%;
          margin-bottom: 0 !important;
          padding-bottom: 0 !important;
          border-bottom: 0 !important; }
        .c-header .c-topheader-cloned ul a {
          padding: 6px 0 !important; }
    .c-secondary-content__view-all {
      top: 4px; }
          .layout-container_page-taxonomy [id*="block-itf-content"] .embed-media iframe,
          .layout-container_page-taxonomy [id*="block-itf-content"] .video-embed-field-provider-youtube iframe {
            height: 380px; }
    .page-node-leaders_and_chairs .layout-sidebar-first {
      margin-top: 182px; }
      .page-photoprize .section-2,
      .page-photoprize-closed .section-2,
      .page-photoprize-winners .section-2 {
        -ms-flex-direction: column;
        flex-direction: column; }
        .page-photoprize .section-2 > div,
        .page-photoprize-closed .section-2 > div,
        .page-photoprize-winners .section-2 > div {
          padding: 0; }
        .page-photoprize .section-2 .column-1,
        .page-photoprize-closed .section-2 .column-1,
        .page-photoprize-winners .section-2 .column-1 {
          max-width: 100%;
          padding: 50px 0; }
        .page-photoprize .section-2 .column-2,
        .page-photoprize-closed .section-2 .column-2,
        .page-photoprize-winners .section-2 .column-2 {
          max-width: 100%;
          padding-bottom: 50px; }
        .page-photoprize .section-2 .section-lead,
        .page-photoprize .section-2 .section-text,
        .page-photoprize-closed .section-2 .section-lead,
        .page-photoprize-closed .section-2 .section-text,
        .page-photoprize-winners .section-2 .section-lead,
        .page-photoprize-winners .section-2 .section-text {
          max-width: 100%; }
        .page-photoprize .section-2 .links,
        .page-photoprize-closed .section-2 .links,
        .page-photoprize-winners .section-2 .links {
          -ms-flex-align: start;
          align-items: flex-start; }
          .page-photoprize .section-3 > div .image,
          .page-photoprize-closed .section-3 > div .image,
          .page-photoprize-winners .section-3 > div .image {
            width: 450px; }
          .page-photoprize .section-3 .row-1 .prizes,
          .page-photoprize-closed .section-3 .row-1 .prizes,
          .page-photoprize-winners .section-3 .row-1 .prizes {
            max-width: 430px; }
        .page-photoprize .section-3 .row-2 .timeline,
        .page-photoprize-closed .section-3 .row-2 .timeline,
        .page-photoprize-winners .section-3 .row-2 .timeline {
          max-width: 450px; }
        .page-photoprize .section-4 .column-1,
        .page-photoprize .section-4 .column-2,
        .page-photoprize-closed .section-4 .column-1,
        .page-photoprize-closed .section-4 .column-2,
        .page-photoprize-winners .section-4 .column-1,
        .page-photoprize-winners .section-4 .column-2 {
          max-width: 450px; }
          .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper,
          .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper,
          .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper {
            padding: 50px 100px; }
        .page-photoprize .section-5 .form-elements-wrapper,
        .page-photoprize-closed .section-5 .form-elements-wrapper,
        .page-photoprize-winners .section-5 .form-elements-wrapper {
          padding: 50px 60px 70px 70px; }
        .page-photoprize .section-5 .submission-form-note,
        .page-photoprize-closed .section-5 .submission-form-note,
        .page-photoprize-winners .section-5 .submission-form-note {
          position: static;
          padding-top: 15px; }
        .page-photoprize .section-6 .column-1,
        .page-photoprize .section-6 .column-2,
        .page-photoprize-closed .section-6 .column-1,
        .page-photoprize-closed .section-6 .column-2,
        .page-photoprize-winners .section-6 .column-1,
        .page-photoprize-winners .section-6 .column-2 {
          max-width: 450px; }
    .page-photoprize-winners .section-2 .column-1,
    .page-photoprize-winners .section-2 .column-2 {
      padding: 0; }
    .page-photoprize-winners .section-2 .column-2 {
      padding-bottom: 80px; } }

@media screen and (max-width: 1200px) and (max-width: 1199.98px) {
    .c-header .c-topheader-cloned > li > a,
    .c-header .c-topheader-cloned > li > span {
      cursor: pointer; } }

@media screen and (max-width: 350px) {
      .c-header .c-topheader-cloned > li > a,
      .c-header .c-topheader-cloned > li > span {
        display: inline; }
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 140px; }
      .page-node-news .c-node-info,
      .page-node-persons .c-node-info,
      .page-node-leaders_and_chairs .c-node-info {
        font-size: 12px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c-header-top__wrap a:not(.site-logo__small),
    .c-header-top__wrap .custom-dropdown-current {
      word-break: break-all; }
      .custom-dropdown ul {
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3); }
      [id="block-itf-main-menu"] > ul > li > a,
      [id="block-itf-main-menu"] > ul > li > span {
        line-height: 1; }
      .c-wide-info .c-numbers__item {
        height: 51px; }
    [id*="hp-news-block"] article {
      display: block; }
    .page-itf-leaders-and-chairs-1 .c-info__position,
    .page-itf-leaders-and-chairs .c-info__position {
      word-break: break-all; } }

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    [id*="block-topheader"] > ul > li > ul {
      box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
      white-space: normal; }
      [id*="block-topheader"] > ul > li > ul.topmenu-has-children {
        width: 640px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      [id*="block-regionmenu"] a:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] a:not(.icon-region-global)::before {
        padding-bottom: 0; }
      [id*="block-regionmenu"] .custom-dropdown-current:not(.icon-region-global)::before,
      [id*="block-languageswitcher"] .custom-dropdown-current:not(.icon-region-global)::before {
        padding-bottom: 0; }
  .page-user-login > .container, .page-user-login > .itf-events-form,
  .page-user-password > .container,
  .page-user-password > .itf-events-form,
  main.page-404 > .container,
  main.page-404 > .itf-events-form,
  main.page-403 > .container,
  main.page-403 > .itf-events-form,
  .page-subscription > .container,
  .page-subscription > .itf-events-form,
  [class*="page-user"] > .container,
  [class*="page-user"] > .itf-events-form {
    margin: 0; }
  .page-user-login .c-main-layout-wrapper > .container, .page-user-login .c-main-layout-wrapper > .itf-events-form,
  .page-user-password .c-main-layout-wrapper > .container,
  .page-user-password .c-main-layout-wrapper > .itf-events-form,
  main.page-404 .c-main-layout-wrapper > .container,
  main.page-404 .c-main-layout-wrapper > .itf-events-form,
  main.page-403 .c-main-layout-wrapper > .container,
  main.page-403 .c-main-layout-wrapper > .itf-events-form,
  .page-subscription .c-main-layout-wrapper > .container,
  .page-subscription .c-main-layout-wrapper > .itf-events-form,
  [class*="page-user"] .c-main-layout-wrapper > .container,
  [class*="page-user"] .c-main-layout-wrapper > .itf-events-form {
    margin: 0; }
  
  .page-subscription > .container,
  .page-subscription > .itf-events-form {
    margin: 0 auto; }
  
  .page-subscription .c-main-layout-wrapper > .container,
  .page-subscription .c-main-layout-wrapper > .itf-events-form {
    margin: 0 auto; }
  .page-user-login main > .container, .page-user-login main > .itf-events-form,
  .page-user-password main > .container,
  .page-user-password main > .itf-events-form {
    margin: 0; } }

@media (min-width: 1200px) and (max-width: 767.98px) {
    .custom-dropdown:hover ul {
      right: 0; } }

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  [id="block-itf-main-menu"] > ul > li {
    min-width: 155px; }
  [id="block-itf-main-menu"] > ul > li ul {
    left: -65%;
    max-width: 480px; } }

@media screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  [id="block-itf-main-menu"] > ul > li ul[data-percent^="0"]::before {
    left: 60%; }
  [id="block-itf-main-menu"] > ul > li ul[data-percent^="1"]::before {
    left: 45%; }
  [id="block-itf-main-menu"] > ul > li ul[data-percent^="2"]::before {
    left: 40%; }
  [id="block-itf-main-menu"] > ul > li ul[data-percent^="3"]::before {
    left: 35%; }
  [id="block-itf-main-menu"] > ul > li ul[data-percent^="4"]::before {
    left: 25%; } }

@media screen and (max-width: 767px) {
    .c-footer__content {
      padding: 35px 0; }
  .toolbar-vertical .c-header.nav-down,
  .toolbar-oriented .c-header.nav-down {
    top: 0; }
    .page-node-image_map .field-field_image img {
      margin-left: -5px; }
      .c-home-slider .slick-dots {
        bottom: 15px;
        -ms-flex-direction: row;
        flex-direction: row;
        right: 0 !important;
        top: initial;
        transform: translate(0, 0);
        width: 100%; }
        .c-home-slider .slick-dots li {
          margin: 0 3px; }
    .page-node-leaders_and_chairs .layout-sidebar-first {
      margin-top: 141px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  #block-footercontactus .footercontactus__info {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex; }
  #block-footercontactus .footercontactus__address {
    margin-right: 25px; }
    .c-latest-campaigns .slick-list,
    .c-campaign-teaser-box .slick-list {
      padding-right: 30%; }
    .page-node-page .header-image-wrapper img,
    .page-affiliates .header-image-wrapper img,
    .page-itf-leaders-and-chairs-1 .header-image-wrapper img,
    .page-itf-leaders-and-chairs .header-image-wrapper img,
    .page-node-image_map .header-image-wrapper img {
      height: 150px; }
      .page-node .select2-container--default .select2-selection--single {
        min-width: 438px; }
        .layout-container_page-taxonomy .header-image-wrapper img {
          height: 150px; }
      .page-itf-leaders-and-chairs-1 .c-main-layout-wrapper::before,
      .page-itf-leaders-and-chairs .c-main-layout-wrapper::before {
        height: 150px; } }

@media screen and (max-width: 766px) {
    .c-footer-copy {
      text-align: center; } }

@media screen and (max-width: 975px) {
  .toolbar .toolbar-tray-vertical.is-active,
  body.toolbar-fixed .toolbar .toolbar-tray-vertical {
    height: 100vh; }
    .toolbar-horizontal .c-header {
      top: 39px; } }

@media screen and (max-width: 600px) {
  #admin-toolbar-search-tab {
    display: none; }
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 0; }
        .photo-competition-closing-page .views-element-container h2 {
          padding: 0 15px; }
          .layout-container_page-taxonomy [id*="block-itf-content"] .embed-media iframe,
          .layout-container_page-taxonomy [id*="block-itf-content"] .video-embed-field-provider-youtube iframe {
            height: 280px; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .js-form-type-select {
        margin-right: 0;
        margin-bottom: 20px; }
        .page-all-entries [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
        .page-longlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
        .page-shortlist [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label,
        .page-external-view [id*='views-exposed-form-photography-competition-page'] .js-form-type-select label {
          min-width: 47px; }
  .photo-competition-closing-page .section-4.guidelines {
    padding: 0 15px; }
  .page-photoprize-winners .section-1 {
    height: 290px; }
    .page-photoprize-winners .section-1::before {
      content: '';
      background-color: #00353c;
      position: absolute;
      height: 100%;
      width: 600%;
      left: 50%;
      margin-left: -300%;
      z-index: -1; }
    .page-photoprize-winners .section-1 .lang-switch {
      top: 10px;
      right: 10px; }
    .page-photoprize-winners .section-1 img {
      display: none; }
    .page-photoprize-winners .section-1 .title {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .page-photoprize-winners .section-2 .tagline {
        padding: 40px 0; }
        .page-photoprize-winners .section-2 .tagline > h3 {
          font-size: 26px; }
      .page-photoprize-winners .section-2 .column-1 .section-text,
      .page-photoprize-winners .section-2 .column-2 .section-text {
        font-size: 18px; }
      .page-photoprize-winners .section-3 .title,
      .page-photoprize-winners .section-4 .title {
        font-size: 35px;
        padding: 40px 0 60px; }
      .page-photoprize-winners .section-3 > div:not(.title),
      .page-photoprize-winners .section-4 > div:not(.title) {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px; }
        .page-photoprize-winners .section-3 > div:not(.title):last-of-type,
        .page-photoprize-winners .section-4 > div:not(.title):last-of-type {
          padding-bottom: 50px; }
        .page-photoprize-winners .section-3 > div:not(.title) .left-column,
        .page-photoprize-winners .section-4 > div:not(.title) .left-column {
          max-width: 100%; }
            .page-photoprize-winners .section-3 > div:not(.title) .left-column .order sup,
            .page-photoprize-winners .section-4 > div:not(.title) .left-column .order sup {
              font-size: 50%; }
          .page-photoprize-winners .section-3 > div:not(.title) .left-column .order,
          .page-photoprize-winners .section-4 > div:not(.title) .left-column .order {
            height: 65px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 26px;
            margin-bottom: 15px; }
          .page-photoprize-winners .section-3 > div:not(.title) .left-column .name,
          .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-title,
          .page-photoprize-winners .section-3 > div:not(.title) .left-column .role,
          .page-photoprize-winners .section-3 > div:not(.title) .left-column .image-place,
          .page-photoprize-winners .section-4 > div:not(.title) .left-column .name,
          .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-title,
          .page-photoprize-winners .section-4 > div:not(.title) .left-column .role,
          .page-photoprize-winners .section-4 > div:not(.title) .left-column .image-place {
            font-size: 18px; }
          .page-photoprize-winners .section-3 > div:not(.title) .right-column .image-caption,
          .page-photoprize-winners .section-4 > div:not(.title) .right-column .image-caption {
            font-size: 18px;
            margin: 15px 0 0; }
            .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col1'] > .core_field {
              max-width: 100%; }
  .page-photoprize-winners .section-2,
  .page-photoprize-winners .section-3,
  .page-photoprize-winners .section-4,
  .page-photoprize-winners .section-5 {
    padding: 0 20px; } }

@media (max-width: 991.98px) and (max-width: 767.98px) {
      .page-subscription .news-alert-form .c-form-select, .page-subscription
      .news-alert-form .c-form-radios, .page-subscription
      .news-alert-form .form-item-language, .page-subscription
      .news-alert-form .form-item-sector, .page-subscription
      .news-alert-form .form-item-topic, .page-subscription
      .confirm-subscription-delete-form .c-form-select, .page-subscription
      .confirm-subscription-delete-form .c-form-radios, .page-subscription
      .confirm-subscription-delete-form .form-item-language, .page-subscription
      .confirm-subscription-delete-form .form-item-sector, .page-subscription
      .confirm-subscription-delete-form .form-item-topic {
        display: block; }
    .congress-broadcast .congress-top-title .congress-title {
      max-width: 265px; }
    .congress-broadcast .congress-main-content #kudo_wrapper {
      padding: 50px 0; } }

@media screen and (max-width: 560px) {
    div[id="block-itf-content"] .views-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column; }
    div[id="block-itf-content"] .node-search-result,
    div[id="block-itf-content"] .views-row,
    div[id="block-itf-content"] .page-tag {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column; }
      div[id="block-itf-content"] .node-search-result .c-info-image-holder,
      div[id="block-itf-content"] .views-row .c-info-image-holder,
      div[id="block-itf-content"] .page-tag .c-info-image-holder {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 10px; }
      [id*="block-blockregionnews"] .node-search-result {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column; }
        [id*="block-blockregionnews"] .node-search-result .c-info-image-holder {
          margin-right: 0;
          width: 100%;
          max-width: 450px;
          margin-bottom: 10px; } }

@media screen and (max-width: 450px) {
    #block-followus {
      -ms-flex-direction: column;
      flex-direction: column; }
      #block-followus h2 {
        margin: 5px 0; }
      #block-followus ul {
        max-width: 360px;
        width: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
      .c-secondary-content [id*="block-blocktwitter"] {
        margin-bottom: 50px; }
    .c-home-slider__content {
      max-width: 40%;
      top: 50%; }
    .c-spotlight-item:hover .c-spotlight-item__text {
      padding-bottom: 24px; } }

@media (min-width: 576px) and (max-width: 1199.98px) {
        .c-secondary-content .views-row .view-node {
          padding-left: 45px; }
          .ltr-conntent .c-secondary-content .views-row .view-node {
            padding-left: 10px;
            padding-right: 45px; }
          .c-secondary-content .views-row .view-node::before {
            font-size: 37px; } }

@media screen and (max-width: 420px) {
    .c-secondary-content__view-all {
      top: initial;
      right: initial;
      position: relative;
      margin-bottom: 15px; }
      .ltr-conntent .c-secondary-content__view-all {
        margin-right: 20px; }
    .ltr-conntent [id="block-blocklatestcampaigns"] {
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .ltr-conntent [id="block-blocklatestcampaigns"] > h2 {
        -ms-flex-pack: start;
        justify-content: flex-start; } }

@media screen and (max-width: 1270px) and (min-width: 1200px) {
  .c-latest-campaigns .slick-prev,
  .c-campaign-teaser-box .slick-prev {
    left: -8px; }
  .c-latest-campaigns .slick-next,
  .c-campaign-teaser-box .slick-next {
    right: -8px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .c-latest-campaigns .slick-prev,
    .c-campaign-teaser-box .slick-prev {
      left: -10px; }
    .c-latest-campaigns .slick-next,
    .c-campaign-teaser-box .slick-next {
      right: -10px; }
    .page-node-page .layout-sidebar-second,
    .page-affiliates .layout-sidebar-second,
    .page-itf-leaders-and-chairs-1 .layout-sidebar-second,
    .page-itf-leaders-and-chairs .layout-sidebar-second,
    .page-node-image_map .layout-sidebar-second {
      max-width: none;
      width: 240px; }
    .page-node-page .field-field_comment,
    .page-affiliates .field-field_comment,
    .page-itf-leaders-and-chairs-1 .field-field_comment,
    .page-itf-leaders-and-chairs .field-field_comment,
    .page-node-image_map .field-field_comment {
      width: calc(100% + 242px); }
    .page-node-page .layout-content.full-width .field-field_comment {
      width: 100%; }
  .page-node-page .full-width-embed .field-field_comment {
    width: 100%; }
    .layout-sidebar-second {
      padding: 15px 0 50px 21px; }
      .page-workers-memorial-day .layout-sidebar-second {
        padding-top: 45px;
        margin-top: 290px; }
    .c-home-slider__content {
      max-width: 300px;
      top: 50%; }
      .layout-container_page-taxonomy .layout-sidebar-second {
        max-width: none;
        width: 240px; }
      .layout-container_page-taxonomy .field-field_comment {
        width: calc(100% + 242px); } }

@media screen and (-ms-high-contrast: active) and (min-width: 1200px), (-ms-high-contrast: none) and (min-width: 1200px) {
  .page-node-page [id*="block-itf-content"] p,
  .page-node-page [id*="block-itf-content"] .field-field_tags,
  .page-affiliates [id*="block-itf-content"] p,
  .page-affiliates [id*="block-itf-content"] .field-field_tags,
  .page-itf-leaders-and-chairs-1 [id*="block-itf-content"] p,
  .page-itf-leaders-and-chairs-1 [id*="block-itf-content"] .field-field_tags,
  .page-itf-leaders-and-chairs [id*="block-itf-content"] p,
  .page-itf-leaders-and-chairs [id*="block-itf-content"] .field-field_tags,
  .page-node-image_map [id*="block-itf-content"] p,
  .page-node-image_map [id*="block-itf-content"] .field-field_tags {
    max-width: calc(1180px / 2 - 50px); } }

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
      .page-node-page [id*="block-itf-content"].full-width .field-field_comment {
        width: 100%; } }

@media (min-width: 992px) and (min-width: 992px) {
      .page-node-page [id*="block-itf-content"].full-width .field-field_comment {
        width: 100%; } }

@media screen and (max-width: 768px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 120px; }
    [id*="hp-news-block"] article {
      height: auto !important; }
    .c-home-sliders > div[class*='field-field_video'] {
      padding: 20px; }
      .itf-photo-competition-submit-basic-photo .select-error-message {
        left: 10%; } }

@media screen and (max-width: 520px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 50px; } }

@media screen and (max-width: 470px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 80px; } }

@media screen and (max-width: 415px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 100px; } }

@media screen and (max-width: 375px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 120px; } }

@media screen and (max-width: 335px) {
  .page-taxonomy-sector .field-description p:first-of-type {
    margin-top: 170px; } }

@media screen and (max-width: 330px) {
      .pager__items .pager__item.pager__item--ellipsis {
        display: none; } }

@media screen and (min-width: 992px) {
        .layout-sidebar-first nav h2::before {
          font-size: 12px;
          font-weight: 300;
          content: "\e939";
          display: block; }
          .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
            font-size: 12px;
            font-weight: 300;
            content: "\e939";
            display: block; } }

@media screen and (max-width: 992px) {
        .layout-sidebar-first nav h2 {
          font-size: 15px; }
          .layout-sidebar-first nav h2:hover a {
            opacity: 1; }
            .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a::before {
              display: none; }
          .layout-sidebar-first nav:not(.non-active-header) .sidenav-title > a {
            font-size: 15px; }
      .c-home-slider__video-wrap.video-tag video {
        height: 100%; }
      .c-campaign-header .page-title {
        font-size: 26px;
        margin: 10px 0; }
    .page-node-leaders_and_chairs [id="block-itf-content"] .field-field_image {
      float: none;
      margin-left: 0;
      max-width: 100%; }
    .page-node-leaders_and_chairs [id="block-itf-content"] .field-body {
      max-width: 100%; }
    .page-node-leaders_and_chairs .layout-sidebar-first {
      margin-top: 161px; }
  .page-node-leaders_and_chairs [id="block-itf-page-title"] {
    padding-bottom: 65px; }
      .page-photoprize .section-3,
      .page-photoprize-closed .section-3,
      .page-photoprize-winners .section-3 {
        padding: 50px 0; }
        .page-photoprize .section-3 .row-1,
        .page-photoprize-closed .section-3 .row-1,
        .page-photoprize-winners .section-3 .row-1 {
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .page-photoprize .section-3 .row-2,
      .page-photoprize-closed .section-3 .row-2,
      .page-photoprize-winners .section-3 .row-2 {
        -ms-flex-direction: column;
        flex-direction: column; }
      .page-photoprize .section-4,
      .page-photoprize-closed .section-4,
      .page-photoprize-winners .section-4 {
        -ms-flex-direction: column;
        flex-direction: column; }
        .page-photoprize .section-4 > .title,
        .page-photoprize-closed .section-4 > .title,
        .page-photoprize-winners .section-4 > .title {
          padding-top: 50px; }
      .page-photoprize .section-5,
      .page-photoprize-closed .section-5,
      .page-photoprize-winners .section-5 {
        padding: 50px 0; }
      .page-photoprize .section-6,
      .page-photoprize-closed .section-6,
      .page-photoprize-winners .section-6 {
        -ms-flex-direction: column;
        flex-direction: column; }
        .page-photoprize .section-6 .title,
        .page-photoprize-closed .section-6 .title,
        .page-photoprize-winners .section-6 .title {
          padding: 50px 0 20px; }
      .page-photoprize .footer,
      .page-photoprize-closed .footer,
      .page-photoprize-winners .footer {
        padding: 0 0 50px;
        margin-top: -1px; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier {
        max-width: 220px; }
      .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions,
      .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
      .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
      .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions {
        margin-top: 20px;
        width: 100%; }
    .page-all-entries .views-rows-wrapper .views-row,
    .page-longlist .views-rows-wrapper .views-row,
    .page-shortlist .views-rows-wrapper .views-row,
    .page-external-view .views-rows-wrapper .views-row {
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
      max-width: calc(50% - 15px);
      width: 100%;
      margin-right: 30px;
      margin-bottom: 30px; }
      .page-all-entries .views-rows-wrapper .views-row:nth-child(2n),
      .page-longlist .views-rows-wrapper .views-row:nth-child(2n),
      .page-shortlist .views-rows-wrapper .views-row:nth-child(2n),
      .page-external-view .views-rows-wrapper .views-row:nth-child(2n) {
        margin-right: 0; }
    .page-photoprize-winners .section-3,
    .page-photoprize-winners .section-4 {
      padding: 0; }
        .page-photoprize-winners .section-3 > div:not(.title):last-of-type,
        .page-photoprize-winners .section-4 > div:not(.title):last-of-type {
          padding-bottom: 100px; }
    .page-photoprize-winners .section-5 {
      -ms-flex-direction: column;
      flex-direction: column; }
          .page-photoprize-winners .section-5 .column-2 [id*='can_embed_form_inner'] > form [id*='form_col2'] input[type='submit'] {
            margin: 15px 0 25px !important; } }

@media (hover: hover) {
      .photo-competition-closing-page .slick-arrow:hover {
        opacity: .7;
        transition: opacity .3s ease-in-out; } }

@media screen and (max-width: 1500px) {
      .c-home-slider .slick-dots {
        right: 10.5vw; } }

@media screen and (max-width: 1400px) {
      .c-home-slider .slick-dots {
        right: 7vw; } }

@media (min-width: 768px) and (max-width: 1919.98px) {
    .c-home-slider__video-btn {
      font-size: 45px; } }

@media screen and (max-width: 1450px) {
      .c-campaign-header .page-title {
        margin: 28px 0 32px; } }

@media screen and (max-width: 480px) {
  .page-our-people .views-element-container {
    padding: 0 21px; } }

@media screen and (min-width: 1280px) {
    .page-photoprize .container, .page-photoprize .itf-events-form,
    .page-photoprize-closed .container,
    .page-photoprize-closed .itf-events-form,
    .page-photoprize-winners .container,
    .page-photoprize-winners .itf-events-form {
      max-width: 1240px; } }

@media screen and (max-width: 1440px) {
        .page-photoprize .section-1.desktop > div > div:not(.lang-switch),
        .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch),
        .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) {
          height: 310px; } }

@media screen and (max-width: 1440px) and (max-width: 1280px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) {
      height: 260px; } }

@media screen and (max-width: 1440px) and (max-width: 1280px) and (max-width: 1200px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) {
      height: 230px; } }

@media screen and (max-width: 1440px) and (max-width: 1280px) and (max-width: 1200px) and (max-width: 992px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch),
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) {
      height: 180px; } }

@media screen and (max-width: 1490px) {
          .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
          .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
          .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
            font-size: 60px; } }

@media screen and (max-width: 1490px) and (max-width: 1440px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
      font-size: 46px; } }

@media screen and (max-width: 1490px) and (max-width: 1440px) and (max-width: 1280px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
      font-size: 39px; } }

@media screen and (max-width: 1490px) and (max-width: 1440px) and (max-width: 1280px) and (max-width: 1200px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
      font-size: 34px; } }

@media screen and (max-width: 1490px) and (max-width: 1440px) and (max-width: 1280px) and (max-width: 1200px) and (max-width: 992px) {
    .page-photoprize .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-closed .section-1.desktop > div > div:not(.lang-switch) > span,
    .page-photoprize-winners .section-1.desktop > div > div:not(.lang-switch) > span {
      font-size: 24px; } }

@media screen and (max-width: 1200px) and (max-width: 575.98px) {
    .page-photoprize .section-2 .column-1,
    .page-photoprize-closed .section-2 .column-1,
    .page-photoprize-winners .section-2 .column-1 {
      padding: 0; }
    .page-photoprize .section-2 .column-2,
    .page-photoprize-closed .section-2 .column-2,
    .page-photoprize-winners .section-2 .column-2 {
      padding-bottom: 0; }
    .page-photoprize .section-2 .links,
    .page-photoprize-closed .section-2 .links,
    .page-photoprize-winners .section-2 .links {
      margin-bottom: 0; }
    .page-photoprize .section-5 .submission-form-note,
    .page-photoprize-closed .section-5 .submission-form-note,
    .page-photoprize-winners .section-5 .submission-form-note {
      font-size: 16px;
      line-height: 1.25; } }

@media screen and (max-width: 992px) and (max-width: 575.98px) {
    .page-photoprize .section-3,
    .page-photoprize-closed .section-3,
    .page-photoprize-winners .section-3 {
      padding: 30px 0 50px; }
    .page-photoprize .section-3 .row-1,
    .page-photoprize-closed .section-3 .row-1,
    .page-photoprize-winners .section-3 .row-1 {
      margin-bottom: 20px; }
    .page-photoprize .section-4 > .title,
    .page-photoprize-closed .section-4 > .title,
    .page-photoprize-winners .section-4 > .title {
      padding-top: 30px; }
    .page-photoprize .section-5,
    .page-photoprize-closed .section-5,
    .page-photoprize-winners .section-5 {
      padding: 20px 0 30px; }
    .page-photoprize .section-6 .title,
    .page-photoprize-closed .section-6 .title,
    .page-photoprize-winners .section-6 .title {
      padding: 25px 0 20px; }
    .page-photoprize .footer,
    .page-photoprize-closed .footer,
    .page-photoprize-winners .footer {
      padding: 0 0 40px; } }

@media screen and (max-width: 1200px) and (max-width: 992px) {
    .page-photoprize .section-3 > div .image,
    .page-photoprize-closed .section-3 > div .image,
    .page-photoprize-winners .section-3 > div .image {
      width: 100%;
      margin-top: 35px; }
    .page-photoprize .section-3 .row-1 .prizes,
    .page-photoprize-closed .section-3 .row-1 .prizes,
    .page-photoprize-winners .section-3 .row-1 .prizes {
      max-width: 100%; }
    .page-photoprize .section-3 .row-2 .timeline,
    .page-photoprize-closed .section-3 .row-2 .timeline,
    .page-photoprize-winners .section-3 .row-2 .timeline {
      max-width: 100%; }
    .page-photoprize .section-4 .column-1,
    .page-photoprize .section-4 .column-2,
    .page-photoprize-closed .section-4 .column-1,
    .page-photoprize-closed .section-4 .column-2,
    .page-photoprize-winners .section-4 .column-1,
    .page-photoprize-winners .section-4 .column-2 {
      max-width: 100%;
      padding-bottom: 50px; }
    .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper,
    .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper,
    .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper {
      padding: 50px; }
    .page-photoprize .section-5 .form-elements-wrapper,
    .page-photoprize-closed .section-5 .form-elements-wrapper,
    .page-photoprize-winners .section-5 .form-elements-wrapper {
      padding: 25px; }
    .page-photoprize .section-6 .column-1,
    .page-photoprize .section-6 .column-2,
    .page-photoprize-closed .section-6 .column-1,
    .page-photoprize-closed .section-6 .column-2,
    .page-photoprize-winners .section-6 .column-1,
    .page-photoprize-winners .section-6 .column-2 {
      max-width: 100%;
      padding-bottom: 0; } }

@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 575.98px) {
    .page-photoprize .section-4 .column-1,
    .page-photoprize .section-4 .column-2,
    .page-photoprize-closed .section-4 .column-1,
    .page-photoprize-closed .section-4 .column-2,
    .page-photoprize-winners .section-4 .column-1,
    .page-photoprize-winners .section-4 .column-2 {
      padding-bottom: 30px; }
    .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper,
    .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper,
    .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper {
      min-height: 80px;
      padding: 15px 25px;
      -ms-flex-direction: row;
      flex-direction: row; }
    .page-photoprize .section-5 .form-elements-wrapper,
    .page-photoprize-closed .section-5 .form-elements-wrapper,
    .page-photoprize-winners .section-5 .form-elements-wrapper {
      min-height: auto;
      max-width: 100%; } }

@media (max-width: 575.98px) and (max-width: 575.98px) {
  .page-photoprize .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before,
  .page-photoprize-closed .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before,
  .page-photoprize-winners .section-5 .submit-your-photo-form .submit-form-step-wrapper > div.form-step-1_1::before {
    width: 30px;
    height: 3px;
    top: 50%;
    left: -8px;
    transform: translateX(0) translateY(-50%); } }

@media screen and (max-width: 992px) and (max-width: 600px) {
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-item-field-unique-identifier {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
    .page-all-entries [id*='views-exposed-form-photography-competition-page'] .form-actions,
    .page-longlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
    .page-shortlist [id*='views-exposed-form-photography-competition-page'] .form-actions,
    .page-external-view [id*='views-exposed-form-photography-competition-page'] .form-actions {
      margin-top: 0; }
    .page-all-entries .views-rows-wrapper .views-row,
    .page-longlist .views-rows-wrapper .views-row,
    .page-shortlist .views-rows-wrapper .views-row,
    .page-external-view .views-rows-wrapper .views-row {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      width: 100%;
      margin-right: 1px;
      margin-bottom: 1px;
      margin-bottom: 30px; }
      .page-all-entries .views-rows-wrapper .views-row:nth-child(1n),
      .page-longlist .views-rows-wrapper .views-row:nth-child(1n),
      .page-shortlist .views-rows-wrapper .views-row:nth-child(1n),
      .page-external-view .views-rows-wrapper .views-row:nth-child(1n) {
        margin-right: 0; }
    .page-photoprize-winners .section-3,
    .page-photoprize-winners .section-4 {
      padding: 0 20px; }
    .page-photoprize-winners .section-5 {
      padding: 50px 20px; } }

@media screen and (min-width: 1920px) {
  .photo-competition-closing-page .container, .photo-competition-closing-page .itf-events-form {
    max-width: 1640px; }
    .photo-competition-closing-page .section-4.guidelines .column-1,
    .photo-competition-closing-page .section-4.guidelines .column-2 {
      max-width: 740px; }
  
  .page-photoprize-winners .container,
  .page-photoprize-winners .itf-events-form {
    max-width: 1640px; }
    .page-photoprize-winners .section-2 .column-1,
    .page-photoprize-winners .section-2 .column-2 {
      max-width: 740px; }
      .page-photoprize-winners .section-2 .column-1 .section-text,
      .page-photoprize-winners .section-2 .column-2 .section-text {
        max-width: 740px !important; }
      .page-photoprize-winners .section-3 > div:not(.title),
      .page-photoprize-winners .section-4 > div:not(.title) {
        padding-left: 140px;
        padding-right: 140px; }
      .page-photoprize-winners .section-5 .column-2 {
        max-width: 1100px; } }

@media screen and (max-width: 1735px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 40px; } }

@media screen and (max-width: 1735px) and (max-width: 1440px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 35px; } }

@media screen and (max-width: 1735px) and (max-width: 1440px) and (max-width: 1366px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 32px; } }

@media screen and (max-width: 1735px) and (max-width: 1440px) and (max-width: 1366px) and (max-width: 1280px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 30px; } }

@media screen and (max-width: 1735px) and (max-width: 1440px) and (max-width: 1366px) and (max-width: 1280px) and (max-width: 1200px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 23px; } }

@media screen and (max-width: 1735px) and (max-width: 1440px) and (max-width: 1366px) and (max-width: 1280px) and (max-width: 1200px) and (max-width: 992px) {
    .photo-competition-closing-page .section-1.desktop .row-2 .image-9 span {
      font-size: 16px; } }

@media screen and (min-width: 600px) {
    .page-photoprize-winners .section-1 .title {
      display: none; } }

@media screen and (min-width: 1201px) {
    .page-photoprize-winners .section-2 .column-1,
    .page-photoprize-winners .section-2 .column-2 {
      padding-bottom: 80px; } }

@media screen and (max-width: 1200px) and (max-width: 600px) {
    .page-photoprize-winners .section-2 .column-2 {
      padding-bottom: 40px; } }

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  [id*="block-spotlight"] > div {
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

/*# sourceMappingURL=styles.min.css.map */
