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

.fa, .navigation.menu--main .menu-item.menu-item--expanded::before, .navigation.menu--main .menu-item.menu-item--expanded > a::after, .top-header .region-top-header .menu--account .menu .menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .menu-item:first-child::before, .paragraph--type--two-columns .paragraph-btn::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left, .navigation.menu--main .fa-pull-left.menu-item.menu-item--expanded::before, .navigation.menu--main .menu-item.menu-item--expanded > a.fa-pull-left::after, .top-header .region-top-header .menu--account .menu .fa-pull-left.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .fa-pull-left.menu-item:first-child::before, .paragraph--type--two-columns .fa-pull-left.paragraph-btn::before {
  margin-right: .3em; }

.fa.fa-pull-right, .navigation.menu--main .fa-pull-right.menu-item.menu-item--expanded::before, .navigation.menu--main .menu-item.menu-item--expanded > a.fa-pull-right::after, .top-header .region-top-header .menu--account .menu .fa-pull-right.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .fa-pull-right.menu-item:first-child::before, .paragraph--type--two-columns .fa-pull-right.paragraph-btn::before {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left, .navigation.menu--main .pull-left.menu-item.menu-item--expanded::before, .navigation.menu--main .menu-item.menu-item--expanded > a.pull-left::after, .top-header .region-top-header .menu--account .menu .pull-left.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .pull-left.menu-item:first-child::before, .paragraph--type--two-columns .pull-left.paragraph-btn::before {
  margin-right: .3em; }

.fa.pull-right, .navigation.menu--main .pull-right.menu-item.menu-item--expanded::before, .navigation.menu--main .menu-item.menu-item--expanded > a.pull-right::after, .top-header .region-top-header .menu--account .menu .pull-right.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .pull-right.menu-item:first-child::before, .paragraph--type--two-columns .pull-right.paragraph-btn::before {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

sidebar-firstbody,
html {
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  background-color: #FFFFFF; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body.open-menu {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

/* IMAGES */
figcaption {
  padding: 15px;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  text-align: center; }

/* EMBEDED VIDEO */
.video-embed-field-responsive-video:after {
  display: none; }

/* LINKS */
a {
  color: #00B0D0; }
  a:hover {
    text-underline-position: under; }

/* BUTTONS */
.button, .paragraph--type--slideshow .slider-text .field--name-field-slide-button a {
  display: inline-block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 15px 40px;
  border: none;
  background-color: #00B0D0;
  color: #FFFFFF;
  font-size: 1.063rem;
  font-weight: bold;
  text-transform: uppercase; }
  .button:focus, .paragraph--type--slideshow .slider-text .field--name-field-slide-button a:focus, .button:hover, .paragraph--type--slideshow .slider-text .field--name-field-slide-button a:hover {
    border: none;
    background-color: #2A2928;
    color: #FFFFFF;
    text-decoration: none; }

/* TEXT */
h6 {
  text-transform: uppercase; }

p {
  line-height: 24px; }

summary {
  color: initial;
  cursor: initial !important; }

/* CONTAINER WIDTH */
.container, .messages, .region-featured-top, body:not(.page-node-type-landing-page) .region-content, footer.site-footer, .top-header .region-top-header, .main-header .region-main-header, .main-navigation .region-navigation, .paragraph--type--articles, .paragraph--type--two-columns, .paragraph--type--cover, .paragraph--type--slideshow, .paragraph--type--slideshow .slick__arrow, .paragraph--type--slideshow .slider-text, .paragraph--type--text, .paragraph--type--paragraph-type-view, .paragraph--type--participate-widget, .paragraph--type--gallery, .paragraph--type--documents {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .container, .messages, .region-featured-top, body:not(.page-node-type-landing-page) .region-content, footer.site-footer, .top-header .region-top-header, .main-header .region-main-header, .main-navigation .region-navigation, .paragraph--type--articles, .paragraph--type--two-columns, .paragraph--type--cover, .paragraph--type--slideshow, .paragraph--type--slideshow .slick__arrow, .paragraph--type--slideshow .slider-text, .paragraph--type--text, .paragraph--type--paragraph-type-view, .paragraph--type--participate-widget, .paragraph--type--gallery, .paragraph--type--documents {
      max-width: 640px; } }
  @media only screen and (min-width: 992px) {
    .container, .messages, .region-featured-top, body:not(.page-node-type-landing-page) .region-content, footer.site-footer, .top-header .region-top-header, .main-header .region-main-header, .main-navigation .region-navigation, .paragraph--type--articles, .paragraph--type--two-columns, .paragraph--type--cover, .paragraph--type--slideshow, .paragraph--type--slideshow .slick__arrow, .paragraph--type--slideshow .slider-text, .paragraph--type--text, .paragraph--type--paragraph-type-view, .paragraph--type--participate-widget, .paragraph--type--gallery, .paragraph--type--documents {
      max-width: 95vw; } }
  @media only screen and (min-width: 1200px) {
    .container, .messages, .region-featured-top, body:not(.page-node-type-landing-page) .region-content, footer.site-footer, .top-header .region-top-header, .main-header .region-main-header, .main-navigation .region-navigation, .paragraph--type--articles, .paragraph--type--two-columns, .paragraph--type--cover, .paragraph--type--slideshow, .paragraph--type--slideshow .slick__arrow, .paragraph--type--slideshow .slider-text, .paragraph--type--text, .paragraph--type--paragraph-type-view, .paragraph--type--participate-widget, .paragraph--type--gallery, .paragraph--type--documents {
      max-width: 94vw; } }
  @media only screen and (min-width: 1450px) {
    .container, .messages, .region-featured-top, body:not(.page-node-type-landing-page) .region-content, footer.site-footer, .top-header .region-top-header, .main-header .region-main-header, .main-navigation .region-navigation, .paragraph--type--articles, .paragraph--type--two-columns, .paragraph--type--cover, .paragraph--type--slideshow, .paragraph--type--slideshow .slick__arrow, .paragraph--type--slideshow .slider-text, .paragraph--type--text, .paragraph--type--paragraph-type-view, .paragraph--type--participate-widget, .paragraph--type--gallery, .paragraph--type--documents {
      max-width: 1200px; } }

/* MESSAGES */
.messages {
  position: relative;
  min-height: 55px;
  top: 100px;
  z-index: 999; }

/* SIDEBAR */
nav.navigation ul {
  margin: 0; }

.linkicon .icon::before {
  width: 30px; }

/* COLUMNS */
.node__content.full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col-left,
.col-right {
  width: 50%; }
  @media only screen and (max-width: 780px) {
    .col-left,
    .col-right {
      width: 100%; } }

@media only screen and (max-width: 780px) {
  .col-right {
    margin-top: 20px; } }

/* TABS */
.item-list ul.tabs,
nav.tabs ul.tabs {
  /* LTR */
  margin: 0; }
  .item-list ul.tabs li,
  nav.tabs ul.tabs li {
    border: 1px solid transparent;
    padding: 10px 15px;
    margin: 0;
    color: #00B0D0;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 610px) {
      .item-list ul.tabs li,
      nav.tabs ul.tabs li {
        font-size: 0.875rem; } }
    @media only screen and (max-width: 539px) {
      .item-list ul.tabs li:last-child span,
      nav.tabs ul.tabs li:last-child span {
        display: none; } }
    .item-list ul.tabs li.is-active,
    nav.tabs ul.tabs li.is-active {
      border: 1px solid #85837D;
      border-bottom: 1px solid #FFFFFF;
      border-radius: 2px;
      color: #2A2928;
      position: relative;
      bottom: -1px;
      z-index: 3; }
      @media only screen and (max-width: 539px) {
        .item-list ul.tabs li.is-active,
        nav.tabs ul.tabs li.is-active {
          padding: 10px; } }
      .item-list ul.tabs li.is-active a:hover,
      nav.tabs ul.tabs li.is-active a:hover {
        text-decoration: none; }
  .item-list ul.tabs a,
  nav.tabs ul.tabs a {
    background-color: transparent;
    padding: 15px; }
    @media only screen and (max-width: 539px) {
      .item-list ul.tabs a,
      nav.tabs ul.tabs a {
        padding: 0.2em 0.8em; } }
    .item-list ul.tabs a:hover,
    nav.tabs ul.tabs a:hover {
      text-decoration: underline; }
  .item-list ul.tabs a.is-active,
  nav.tabs ul.tabs a.is-active {
    color: #2A2928;
    background-color: transparent; }

nav.tabs ul.tabs {
  border-bottom: 1px solid #85837D; }
  nav.tabs ul.tabs li {
    padding: 0; }

.tab-content {
  /* LTR */
  border-top: 1px solid #85837D;
  position: relative;
  display: none; }

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

/* FIELD ITEMS */
.field .field__item .paragraph:last-child {
  margin-bottom: 0; }

/* LINES IN SIDEBAR */
.line {
  height: 1px;
  width: 100%;
  background-color: #B4AAA0; }
  @media only screen and (max-width: 991px) {
    .line {
      background-color: transparent; } }

.video-embed-field-responsive-video {
  position: relative; }

.video-embed-field-responsive-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%; }

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

.video-embed-field-responsive-modal {
  max-width: 100%; }

.slick__arrow {
  direction: ltr; }

.slider-text {
  direction: ltr; }

.field--name-field-date-of-photo .js-form-type-select:after {
  margin-top: -7px; }

.field--name-field-submission-photo .messages {
  top: 0px;
  margin: 0px; }

.mobile-number-field {
  display: inline !important; }

.mobile-number-field .js-form-type-select:after {
  content: none !important; }

.mobile-number-field .form-type-textfield input, .mobile-number-field .form-type-textfield select {
  width: 250px; }

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  margin: 0 10px 10px 0; }

@media only screen and (max-width: 991px) {
  .toolbar-vertical .main-navigation {
    top: 39px; } }

@media only screen and (max-width: 991px) {
  .toolbar-horizontal .main-navigation {
    top: 118px; } }

.block-local-tasks-block {
  margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  main {
    margin: 0; } }

section {
  position: relative;
  min-height: -webkit-calc(100vh - 78px);
  min-height: calc(100vh - 78px); }
  section.main-navigation, section.top-header {
    min-height: 0; }

.page-node-type-landing-page section:not(.main-navigation):not(.top-header) {
  min-height: -webkit-calc(100vh - 98px);
  min-height: calc(100vh - 98px); }

.page-node-type-photo-submission .region-content {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .page-node-type-photo-submission .region-content {
      margin-top: 40px; } }

.layout-container {
  margin: 0; }

.adminimal-admin-toolbar .paragraph--type--slideshow img,
.adminimal-admin-toolbar .paragraph--type--slideshow .paragraph--type--slide,
.adminimal-admin-toolbar .paragraph--type--slideshow .slick-list,
.adminimal-admin-toolbar .paragraph--type--slideshow .slick-slide,
.adminimal-admin-toolbar .paragraph--type--slideshow .slick-track {
  max-height: -webkit-calc(95vh - 39px);
  max-height: calc(95vh - 39px); }

.adminimal-admin-toolbar.toolbar-tray-open .paragraph--type--slideshow img,
.adminimal-admin-toolbar.toolbar-tray-open .paragraph--type--slideshow .paragraph--type--slide,
.adminimal-admin-toolbar.toolbar-tray-open .paragraph--type--slideshow .slick-list,
.adminimal-admin-toolbar.toolbar-tray-open .paragraph--type--slideshow .slick-slide,
.adminimal-admin-toolbar.toolbar-tray-open .paragraph--type--slideshow .slick-track {
  max-height: -webkit-calc(95vh - 78px);
  max-height: calc(95vh - 78px); }

@media only screen and (max-width: 991px) {
  .adminimal-admin-toolbar.open-menu .main-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 39px;
    left: 0; } }

@media only screen and (max-width: 991px) {
  .adminimal-admin-toolbar.open-menu .main-header #block-sitebranding,
  .adminimal-admin-toolbar.open-menu .main-header #block-menulogos-3 {
    display: none; } }

@media only screen and (max-width: 991px) {
  .adminimal-admin-toolbar.open-menu.toolbar-horizontal .main-header {
    top: 118px; } }

html[dir="rtl"] #block-menulogos, html[dir="rtl"] #block-menulogos-2 {
  direction: ltr; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2A2928;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Helvetica, Arial, Baskerville, monospace;
    color: #F6F6F5;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #F6F6F5;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Helvetica, Arial, Baskerville, monospace;
      color: #F6F6F5; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 1rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 1rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 2rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 2rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 2rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 2rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #F6F6F5;
      background: rgba(42, 41, 40, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #F6F6F5;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

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

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

/**
 * @file toolbar.theme.css
 */
.adminimal-admin-toolbar {
  font-family: Helvetica, sans-serif; }
  .adminimal-admin-toolbar .toolbar .toolbar-bar {
    background-color: #150725;
    color: white; }
  .adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-item {
    color: white; }
  .adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
    font-weight: 600; }
  .adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
  .adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus {
    background-color: #200044; }
  .adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
    background-color: #200044; }
  .adminimal-admin-toolbar .toolbar .toolbar-item {
    cursor: pointer;
    padding: 1em 1.3333em;
    line-height: 1em;
    text-decoration: none; }
  .adminimal-admin-toolbar .toolbar .toolbar-item:hover,
  .adminimal-admin-toolbar .toolbar .toolbar-item:focus {
    text-decoration: none; }
  .adminimal-admin-toolbar .toolbar .toolbar-tray {
    background-color: #200044; }
    .adminimal-admin-toolbar .toolbar .toolbar-tray .toolbar-menu a {
      background-color: #200044;
      color: #e5d6f6; }
    .adminimal-admin-toolbar .toolbar .toolbar-tray .menu-item--expanded:hover > a,
    .adminimal-admin-toolbar .toolbar .toolbar-tray .menu-item--expanded:hover > .toolbar-box {
      background-color: #150725; }
    .adminimal-admin-toolbar .toolbar .toolbar-tray.toolbar-tray-horizontal ul ul li.menu-item:first-child {
      border-top-color: #7e7cce; }
    .adminimal-admin-toolbar .toolbar .toolbar-tray.toolbar-tray-vertical .toolbar-menu a:hover, .adminimal-admin-toolbar .toolbar .toolbar-tray.toolbar-tray-vertical .toolbar-menu a:focus {
      background-color: #150725; }
    .adminimal-admin-toolbar .toolbar .toolbar-tray.toolbar-tray-vertical .menu-item--active-trail .toolbar-box a {
      background-color: #150725; }
  .adminimal-admin-toolbar .toolbar-toggle-orientation button {
    background-color: #150725; }
  .adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:before,
  .adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:active:before,
  .adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:hover:before {
    background-image: url("../../cotailored_adminal/assets/images/cotailored-icon.svg");
    background-repeat: no-repeat; }
  .adminimal-admin-toolbar .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded:after {
    content: '';
    background-image: url("../../cotailored_adminal/assets/images/chevron-white.svg");
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 8px;
    height: 12px; }
  .adminimal-admin-toolbar .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded:hover:after {
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px; }

.adminimal-admin-toolbar .level-1 .toolbar-handle.open,
.adminimal-admin-toolbar .toolbar-tray-vertical .level-2 {
  background-color: #150725 !important;
  border-radius: 0; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-content:before {
  background-image: url("../../cotailored_adminal/assets/images/file.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-content:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-admin-content.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/file-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-structure:before {
  background-image: url("../../cotailored_adminal/assets/images/orgchart.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-structure:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-admin-structure.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/orgchart-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-themes-page:before {
  background-image: url("../../cotailored_adminal/assets/images/paintbrush.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-themes-page:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-themes-page.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/paintbrush-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-modules-list:before {
  background-image: url("../../cotailored_adminal/assets/images/puzzlepiece.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-modules-list:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-modules-list.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/puzzlepiece-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-config:before {
  background-image: url("../../cotailored_adminal/assets/images/wrench.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-config:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-admin-config.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/wrench-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-entity-user-collection:before {
  background-image: url("../../cotailored_adminal/assets/images/people.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-entity-user-collection:hover:before, .adminimal-admin-toolbar .toolbar-icon-entity-user-collection.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/people-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-reports:before {
  background-image: url("../../cotailored_adminal/assets/images/barchart.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-system-admin-reports:hover:before, .adminimal-admin-toolbar .toolbar-icon-system-admin-reports.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/barchart-white.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-help-main:before {
  background-image: url("../../cotailored_adminal/assets/images/help.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon-help-main:hover:before, .adminimal-admin-toolbar .toolbar-icon-help-main.is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/help.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/my-votes"]:before {
  background-image: url("../../cotailored_adminal/assets/images/votes.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/my-votes"]:hover:before, .adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/my-votes"].is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/votes.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions"]:before {
  background-image: url("../../cotailored_adminal/assets/images/submissions.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions"]:hover:before, .adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions"].is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/submissions.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions-jury"]:before {
  background-image: url("../../cotailored_adminal/assets/images/submissions.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions-jury"]:hover:before, .adminimal-admin-toolbar .toolbar-icon[data-drupal-link-system-path="admin/photo-submissions-jury"].is-active:before {
  background-image: url("../../cotailored_adminal/assets/images/submissions.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar-bar .toolbar-icon-user:before {
  background-image: url("../../cotailored_adminal/assets/images/person.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar .toolbar-toggle-orientation [value="vertical"]:before {
  background-image: url("../../cotailored_adminal/assets/images/push-left.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar .toolbar-toggle-orientation [value="horizontal"]:before {
  background-image: url("../../cotailored_adminal/assets/images/push-up.svg");
  background-repeat: no-repeat; }

.adminimal-admin-toolbar .toolbar .toolbar-toggle-orientation {
  background-color: #200044; }

.adminimal-admin-toolbar .toolbar .toolbar-icon.toolbar-handle.open:before {
  background-image: url(../images/chevron-disc-up.svg) !important; }

.adminimal-admin-toolbar .toolbar-menu-administration ul {
  margin: 0; }
  .adminimal-admin-toolbar .toolbar-menu-administration ul li a {
    background-color: #200044;
    color: #e5d6f6; }
    .adminimal-admin-toolbar .toolbar-menu-administration ul li a:hover {
      background-color: #150725; }

.adminimal-admin-toolbar .toolbar-menu-administration ul.tabs li a {
  padding: 11px 1.3333em; }

.messages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }
  .messages a {
    font-weight: bold; }
  .messages.hide {
    display: none; }
  .messages.messages--status {
    background-color: #bbfebb; }
  .messages.messages--warning {
    background-color: #ffd598; }
    .messages.messages--warning #dismiss_message {
      background-color: #e49017; }
  .messages.messages--error {
    background-color: #ffbab9; }
    .messages.messages--error #dismiss_message {
      background-color: #eb514d; }
  .messages .placeholder {
    display: inline-block;
    margin: 0 5px;
    font-style: normal; }
  .messages #dismiss_message {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -webkit-transition: .2s all;
    transition: .2s all;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    background: #008147;
    margin-left: auto; }
    .messages #dismiss_message:hover {
      color: #fff;
      text-decoration: none;
      -webkit-transition: .2s all;
      transition: .2s all; }
    .messages #dismiss_message:hover {
      background: #333; }

.node-preview-container {
  position: static;
  background-color: #eae4f2; }
  .node-preview-container form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .node-preview-container form > a {
      display: block;
      margin-right: 20px; }
    .node-preview-container form > div {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .node-preview-container form .js-form-type-select {
      position: relative;
      margin: 0; }
      .node-preview-container form .js-form-type-select label {
        display: inline-block;
        font-family: Helvetica, sans-serif; }
      .node-preview-container form .js-form-type-select select {
        padding: 5px 30px 5px 10px;
        border: 2px solid #bd9be3;
        margin: 0;
        background-image: url("../../cotailored_adminal/assets/images/select.svg");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 10px 8px;
        font-size: 14px; }

body.user-logged-in.path-admin .featured-top {
  height: auto;
  padding: 80px 0 10px 0; }

.navigation.menu--main {
  padding-top: 40px; }
  @media only screen and (max-width: 991px) {
    .navigation.menu--main {
      -webkit-box-ordinal-group: -1;
         -moz-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .navigation.menu--main {
      width: 100%;
      max-width: -webkit-calc(100% - 320px);
      max-width: calc(100% - 320px);
      padding-top: 0;
      margin-right: auto; } }
  .navigation.menu--main > ul {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main > ul > li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; } }
  .navigation.menu--main .menu-item {
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none; }
    @media only screen and (max-width: 991px) {
      .navigation.menu--main .menu-item {
        border-bottom: 1px solid #D3D1CD;
        padding: 7px 0; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main .menu-item {
        padding-right: 13px; } }
    @media only screen and (min-width: 1200px) {
      .navigation.menu--main .menu-item {
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1100px) {
      .navigation.menu--main .menu-item {
        font-size: 0.875rem; } }
    @media only screen and (max-width: 991px) {
      .navigation.menu--main .menu-item:first-child {
        border-bottom: 1px solid #D3D1CD; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main .menu-item:first-child {
        padding-left: 13px; } }
    @media only screen and (min-width: 1200px) {
      .navigation.menu--main .menu-item:first-child {
        padding-left: 15px; } }
    @media only screen and (max-width: 991px) {
      .navigation.menu--main .menu-item a {
        color: #2A2928; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main .menu-item.menu-item--expanded {
        position: relative;
        padding-right: 35px; } }
    @media only screen and (min-width: 992px) and (max-width: 1100px) {
      .navigation.menu--main .menu-item.menu-item--expanded {
        padding-right: 13px; } }
    .navigation.menu--main .menu-item.menu-item--expanded::before {
      content: "";
      position: absolute;
      top: 19px;
      right: 17px;
      color: #00B0D0;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer; }
      @media only screen and (max-width: 1100px) {
        .navigation.menu--main .menu-item.menu-item--expanded::before {
          display: none; } }
    .navigation.menu--main .menu-item.menu-item--expanded > a {
      position: relative;
      margin-left: -18px; }
      @media only screen and (min-width: 992px) {
        .navigation.menu--main .menu-item.menu-item--expanded > a {
          margin-left: 0;
          white-space: nowrap; } }
      @media only screen and (max-width: 991px) {
        .navigation.menu--main .menu-item.menu-item--expanded > a {
          pointer-events: none; } }
      .navigation.menu--main .menu-item.menu-item--expanded > a::after {
        content: "";
        position: absolute;
        right: -20px;
        margin-top: -5px;
        color: #2A2928;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer; }
        @media only screen and (min-width: 992px) {
          .navigation.menu--main .menu-item.menu-item--expanded > a::after {
            display: none; } }
    @media only screen and (max-width: 991px) {
      .navigation.menu--main .menu-item.menu-item--expanded > .menu {
        border-top: 1px solid transparent;
        text-align: center;
        max-height: 0;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main .menu-item.menu-item--expanded > .menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: -webkit-calc(100% + 110px);
        width: calc(100% + 110px);
        z-index: 2;
        background-color: #000000; } }
    .navigation.menu--main .menu-item.menu-item--expanded > .menu .menu-item {
      font-weight: normal;
      padding: 10px 20px 5px; }
      @media only screen and (max-width: 991px) {
        .navigation.menu--main .menu-item.menu-item--expanded > .menu .menu-item:first-child {
          border-top: none; } }
      .navigation.menu--main .menu-item.menu-item--expanded > .menu .menu-item:last-child {
        padding-bottom: 15px; }
        @media only screen and (max-width: 991px) {
          .navigation.menu--main .menu-item.menu-item--expanded > .menu .menu-item:last-child {
            border-bottom: none;
            padding-bottom: 0; } }
    .navigation.menu--main .menu-item.menu-item--expanded:hover > a::after, .navigation.menu--main .menu-item.menu-item--expanded.open--dropdown > a::after {
      content: ""; }
    @media only screen and (max-width: 991px) {
      .navigation.menu--main .menu-item.menu-item--expanded:hover > .menu, .navigation.menu--main .menu-item.menu-item--expanded.open--dropdown > .menu {
        margin-top: 7px;
        max-height: 500px;
        overflow: visible;
        border-color: #D3D1CD; } }
    @media only screen and (min-width: 992px) {
      .navigation.menu--main .menu-item.menu-item--expanded:hover > .menu, .navigation.menu--main .menu-item.menu-item--expanded.open--dropdown > .menu {
        display: block; } }
    .navigation.menu--main .menu-item.menu-item--active-trail > a,
    .navigation.menu--main .menu-item > a.is-active {
      color: #00B0D0; }
      @media only screen and (min-width: 992px) {
        .navigation.menu--main .menu-item.menu-item--active-trail > a,
        .navigation.menu--main .menu-item > a.is-active {
          color: #FFFFFF; } }
    .navigation.menu--main .menu-item.menu-item--active-trail.menu-item--expanded::before {
      color: #FFFFFF; }
    .navigation.menu--main .menu-item.menu-item--active-trail.menu-item--expanded > a::after {
      color: #00B0D0; }

.item-list--linkicon {
  margin: 0;
  height: 100%; }
  .item-list--linkicon a {
    color: #00B0D0; }
    .item-list--linkicon a:hover {
      color: #FFFFFF; }

.featured-top {
  position: relative;
  border: 1px solid transparent; }
  @media only screen and (min-width: 992px) {
    .featured-top {
      height: 155px; } }

.region-featured-top {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%; }

.block-page-title-block {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .block-page-title-block h1, .block-page-title-block .paragraph--type--cover .parallax-title .field--name-field-cover-text, .paragraph--type--cover .parallax-title .block-page-title-block .field--name-field-cover-text {
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .block-page-title-block h1, .block-page-title-block .paragraph--type--cover .parallax-title .field--name-field-cover-text, .paragraph--type--cover .parallax-title .block-page-title-block .field--name-field-cover-text {
        margin: 5px 0 40px 0; } }
    @media only screen and (min-width: 992px) {
      body:not(.path-user) .block-page-title-block h1, body:not(.path-user) .block-page-title-block .paragraph--type--cover .parallax-title .field--name-field-cover-text, .paragraph--type--cover .parallax-title body:not(.path-user) .block-page-title-block .field--name-field-cover-text {
        margin-bottom: -10px; } }

.region-content {
  position: relative; }
  .region-content ol,
  .region-content ul {
    font-weight: 300; }
    .region-content ol.contextual-links,
    .region-content ul.contextual-links {
      font-weight: initial; }

#content {
  position: relative; }

td.views-field-field-submission-photo {
  width: 480px; }

h1, .paragraph--type--cover .parallax-title .field--name-field-cover-text,
h2, .paragraph--type--slideshow .slider-text .field--name-field-slide-text, .paragraph--type--paragraph-type-view .field--name-field-view-title, .paragraph--type--gallery .field--name-field-gallery-title,
h3, .paragraph--type--two-columns .field--name-field-title,
h4,
h5,
h6 {
  line-height: 1.1;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 10px; }

h1, .paragraph--type--cover .parallax-title .field--name-field-cover-text {
  font-size: 2.375rem; }

h2, .paragraph--type--slideshow .slider-text .field--name-field-slide-text, .paragraph--type--paragraph-type-view .field--name-field-view-title, .paragraph--type--gallery .field--name-field-gallery-title {
  font-size: 1.875rem; }

h3, .paragraph--type--two-columns .field--name-field-title {
  font-size: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem;
  text-transform: uppercase; }

.profile .field {
  margin: 20px 0;
  font-weight: 300; }

.sl-additional-html {
  font-size: 30px;
  padding-right: 2rem;
  padding-bottom: 1rem;
  position: absolute;
  bottom: 0;
  right: 0; }
  .sl-additional-html a {
    color: white;
    text-shadow: black 2px 2px 4px;
    letter-spacing: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .sl-additional-html a:hover {
      text-decoration: none;
      color: gainsboro; }

footer.site-footer {
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  clear: both;
  margin: 0 auto;*/
  position: relative;
  margin: 40px auto 0 auto;
  padding-top: 10px;
  border-top: 1px solid #2A2928; }

.top-header {
  display: none; }
  @media only screen and (min-width: 992px) {
    .top-header {
      display: block; } }
  .top-header .region-top-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D3D1CD;
    height: 30px; }
    .top-header .region-top-header .links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      font-size: 0.875rem;
      font-weight: bold; }
      .top-header .region-top-header .links li:first-child {
        margin-left: 0; }
      .top-header .region-top-header .links li.is-active a {
        color: #00B0D0; }
      .top-header .region-top-header .links li a {
        color: initial;
        font-weight: bold; }
    .top-header .region-top-header .menu--account {
      font-size: 0.875rem; }
      .top-header .region-top-header .menu--account a {
        color: initial; }
      .top-header .region-top-header .menu--account .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .top-header .region-top-header .menu--account .menu .menu-item {
          padding-left: 10px; }
          .top-header .region-top-header .menu--account .menu .menu-item:first-child {
            padding-left: 0;
            position: relative; }
            .top-header .region-top-header .menu--account .menu .menu-item:first-child::before {
              content: "";
              position: absolute;
              top: 2px;
              left: -14px; }

.main-header {
  padding: 10px 0 24px; }
  @media only screen and (min-width: 992px) {
    .main-header {
      padding: 0;
      z-index: 99; } }
  .main-header .region-main-header {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .main-header .region-main-header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 150px; } }
    .main-header .region-main-header #block-menulogos-3 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      max-height: 100%; }
      .main-header .region-main-header #block-menulogos-3 .field--name-field-logo,
      .main-header .region-main-header #block-menulogos-3 .field--name-field-logo-silkroad {
        width: 105px; }
        @media only screen and (min-width: 992px) {
          .main-header .region-main-header #block-menulogos-3 .field--name-field-logo,
          .main-header .region-main-header #block-menulogos-3 .field--name-field-logo-silkroad {
            width: 125px; } }
      .main-header .region-main-header #block-menulogos-3 .field--name-field-logo-silkroad {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 5px; }
        .main-header .region-main-header #block-menulogos-3 .field--name-field-logo-silkroad img {
          height: 84px;
          width: auto; }
          @media only screen and (min-width: 992px) {
            .main-header .region-main-header #block-menulogos-3 .field--name-field-logo-silkroad img {
              height: 107px; } }
    .main-header .region-main-header #block-sitebranding {
      padding-top: 15px;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .main-header .region-main-header #block-sitebranding {
          padding-left: 15px; } }
      .main-header .region-main-header #block-sitebranding .site-name {
        font-size: 1.125rem;
        font-weight: bold; }
        @media only screen and (min-width: 992px) {
          .main-header .region-main-header #block-sitebranding .site-name {
            font-size: 2.25rem; } }
        .main-header .region-main-header #block-sitebranding .site-name a {
          text-decoration: none; }
      .main-header .region-main-header #block-sitebranding .site-slogan {
        color: #2A2928;
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 300;
        margin-top: 6px; }
        @media only screen and (min-width: 992px) {
          .main-header .region-main-header #block-sitebranding .site-slogan {
            font-size: 1.875rem;
            margin-top: 4px; } }
    .main-header .region-main-header #block-sponsorlogo-3 {
      display: none; }
      @media only screen and (min-width: 992px) {
        .main-header .region-main-header #block-sponsorlogo-3 {
          display: block; } }
      .main-header .region-main-header #block-sponsorlogo-3 .field--name-field-text {
        font-size: 0.875rem;
        margin-bottom: 10px;
        text-align: center;
        white-space: nowrap; }
      .main-header .region-main-header #block-sponsorlogo-3 .field--name-field-logo-image {
        width: 78px;
        margin: 0 auto; }
    .main-header .region-main-header .menu-icons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 2px;
      right: 0;
      z-index: 10; }
      @media only screen and (max-width: 500px) {
        .main-header .region-main-header .menu-icons {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
             -moz-box-orient: vertical;
             -moz-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .main-header .region-main-header .navbar-toggle_menu {
      border: 1px solid transparent;
      position: relative;
      display: block;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      border-radius: 2px;
      color: #00B0D0; }
      @media only screen and (min-width: 992px) {
        .main-header .region-main-header .navbar-toggle_menu {
          display: none; } }
    .main-header .region-main-header .navbar-toggle_menu .navbar-toggle__icon-menu-bar .icon-bar {
      display: block;
      width: 25px;
      height: 4px;
      margin: 4px auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #00B0D0; }
    .main-header .region-main-header .navbar-toggle_menu.open-menu .icon-bar:nth-child(1) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
      -webkit-transform: translateY(5px) rotate(45deg);
          -ms-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg); }
    .main-header .region-main-header .navbar-toggle_menu.open-menu .icon-bar:nth-child(2) {
      opacity: 0; }
    .main-header .region-main-header .navbar-toggle_menu.open-menu .icon-bar:nth-child(3) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
      -webkit-transform: translateY(-11px) rotate(-45deg);
          -ms-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg); }

.main-navigation {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  @media only screen and (min-width: 992px) {
    .main-navigation {
      display: block; } }
  @media only screen and (max-width: 991px) {
    .main-navigation {
      position: fixed;
      z-index: 4;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      max-height: 0;
      background-color: #FFFFFF;
      -webkit-box-shadow: 5px 0 35px 15px rgba(42, 41, 40, 0.12);
              box-shadow: 5px 0 35px 15px rgba(42, 41, 40, 0.12);
      overflow-y: scroll; } }
  @media only screen and (max-width: 991px) {
    .main-navigation.open-menu {
      max-height: 100vh; } }
  @media only screen and (max-width: 991px) {
    .main-navigation .region-navigation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 992px) {
    .main-navigation .region-navigation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
      background-color: #000000; }
      .main-navigation .region-navigation::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: #F0810F;
        pointer-events: none; } }
  .main-navigation .region-navigation #block-sidebarsocialmenulinks-2 {
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .main-navigation .region-navigation .linkicon--inline {
      text-align: center; }
      .main-navigation .region-navigation .linkicon--inline a:hover,
      .main-navigation .region-navigation .linkicon--inline a:focus {
        color: #2A2928; } }
  @media only screen and (min-width: 992px) {
    .main-navigation .region-navigation .linkicon--inline {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-right: 10px; } }
  .main-navigation .region-navigation .links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
    margin: 20px auto;
    list-style: none; }
    @media only screen and (min-width: 992px) {
      .main-navigation .region-navigation .links {
        display: none; } }
    .main-navigation .region-navigation .links li {
      margin: 0;
      padding: 5px 7px;
      font-size: 0.875rem; }
      .main-navigation .region-navigation .links li.is-active a {
        color: #00B0D0; }
      .main-navigation .region-navigation .links li a {
        color: #2A2928;
        font-weight: bold; }
  .main-navigation .region-navigation .link-apply {
    min-width: 131px !important;
    padding: 13px 24px;
    background-color: #F0810F;
    color: #000000;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .main-navigation .region-navigation .link-apply {
        -webkit-box-ordinal-group: 0;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: 20px;
        text-align: center; } }
    @media only screen and (min-width: 992px) {
      .main-navigation .region-navigation .link-apply {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 14px; } }
    @media only screen and (min-width: 1200px) {
      .main-navigation .region-navigation .link-apply {
        padding: 0 24px; } }
  .main-navigation .region-navigation #block-sponsorlogo-2 .field--name-field-text {
    margin: 20px 0 15px;
    font-size: 0.75rem;
    text-align: center; }
  .main-navigation .region-navigation #block-sponsorlogo-2 .field--name-field-logo-image {
    width: 78px;
    margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .main-navigation .region-navigation #block-sponsorlogo-2 {
      display: none; } }
  .main-navigation .region-navigation .menu--account {
    padding: 22px 0 30px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .main-navigation .region-navigation .menu--account {
        display: none; } }
    .main-navigation .region-navigation .menu--account .menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .main-navigation .region-navigation .menu--account .menu .menu-item {
        padding-left: 10px; }
        .main-navigation .region-navigation .menu--account .menu .menu-item:first-child {
          position: relative;
          padding-left: 0;
          margin-left: 14px; }
          .main-navigation .region-navigation .menu--account .menu .menu-item:first-child::before {
            content: "";
            color: #00B0D0;
            position: absolute;
            top: 2px;
            left: -16px; }

.page-node-type-person .field--name-field-job-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 15px; }

.page-node-type-person .field--name-body {
  padding-left: 25px;
  /* LTR */ }
  @media only screen and (max-width: 639px) {
    .page-node-type-person .field--name-body {
      padding-left: 0; } }
  @media only screen and (max-width: 780px) {
    .page-node-type-person .field--name-body {
      padding: 0; } }

.view-id-who_are_we [class*='block-grid-'] > .grid {
  padding: 0 1rem 1.25rem; }
  .view-id-who_are_we [class*='block-grid-'] > .grid .node__content {
    margin: 0; }

.view-id-who_are_we .person-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .view-id-who_are_we .person-info .person-info--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .view-id-who_are_we .person-info .person-info--more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .view-id-who_are_we .person-info h3, .view-id-who_are_we .person-info .paragraph--type--two-columns .field--name-field-title, .paragraph--type--two-columns .view-id-who_are_we .person-info .field--name-field-title {
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 5px; }

.view-id-who_are_we .field--name-node-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .view-id-who_are_we .field--name-node-link a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #2A2928; }
    .view-id-who_are_we .field--name-node-link a:hover {
      text-decoration: none;
      background-color: #00B0D0; }
    .view-id-who_are_we .field--name-node-link a:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 8px;
      left: 10px;
      /* LTR */
      display: block;
      width: 100%;
      height: 100%;
      content: '\f054';
      /* LTR */
      color: #F6F6F5; }

.node--type-photo-submission .col-right {
  padding-left: 25px; }
  @media only screen and (max-width: 780px) {
    .node--type-photo-submission .col-right {
      padding-left: 0; } }

.node--type-photo-submission .photo-caption {
  font-size: 120%; }

.node--type-photo-submission .field--type-string,
.node--type-photo-submission .field--type-string-long,
.node--type-photo-submission .field__item {
  font-weight: 300;
  margin: 20px 0; }
  .node--type-photo-submission .field--type-string a,
  .node--type-photo-submission .field--type-string-long a,
  .node--type-photo-submission .field__item a {
    font-weight: initial; }

.node--type-photo-submission .field--name-field-photo-theme {
  font-weight: 300;
  margin: 20px 0; }

.node--type-photo-submission .field__label {
  margin-bottom: 10px; }

.node--type-photo-submission .field--name-field-submission-photo {
  margin-top: 0; }

.node--type-photo-submission .flag-my-favourites a {
  padding: 15px 30px;
  background-color: #00B0D0;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase; }
  .node--type-photo-submission .flag-my-favourites a:hover {
    text-decoration: none;
    background-color: #000000; }

body.user-logged-in.path-node.page-node-type-photo-submission .layout-container {
  margin: 0; }

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  color: #00B0D0; }

.image-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.node-photo-submission-edit-form {
  margin-bottom: 40px; }

.block-srpc-submissions.block-prev-next-block {
  text-align: center;
  padding: 40px 0 0 0;
  margin-top: 20px;
  border-top: 1px solid black; }
  @media only screen and (max-width: 991px) {
    .block-srpc-submissions.block-prev-next-block {
      padding-top: 20px;
      margin-bottom: -30px; } }
  .block-srpc-submissions.block-prev-next-block a {
    background-color: #00B0D0;
    color: #EFEFEE;
    font-weight: bold;
    padding: 15px 30px;
    margin: 0 5px;
    text-transform: uppercase; }
    .block-srpc-submissions.block-prev-next-block a:hover, .block-srpc-submissions.block-prev-next-block a:focus {
      text-decoration: none;
      background-color: #2A2928;
      color: #FFFFFF; }
    @media only screen and (max-width: 991px) {
      .block-srpc-submissions.block-prev-next-block a {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 991px) {
    .block-srpc-submissions.block-prev-next-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.flag-preselected-submission {
  text-align: center;
  margin: 40px 0; }
  .flag-preselected-submission a {
    background-color: #00B0D0;
    color: #EFEFEE;
    font-weight: bold;
    padding: 15px 30px;
    margin: 0 5px;
    text-transform: uppercase; }
    .flag-preselected-submission a:hover, .flag-preselected-submission a:focus {
      text-decoration: none;
      background-color: #2A2928;
      color: #FFFFFF; }

.paragraph--type--articles {
  margin-top: 30px;
  margin-bottom: 40px; }
  .paragraph--type--articles .view-content .views-row {
    padding: 10px 20px;
    margin: 5px 0;
    background-color: #EDE9E6; }
    .paragraph--type--articles .view-content .views-row .article {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .paragraph--type--articles .view-content .views-row .article:before {
        content: "\f016";
        font-family: "FontAwesome";
        font-size: 28px;
        margin-right: 10px; }
    .paragraph--type--articles .view-content .views-row span.title {
      font-weight: bold; }
    .paragraph--type--articles .view-content .views-row .link {
      margin-left: auto; }
      .paragraph--type--articles .view-content .views-row .link a {
        color: #f58f3f;
        font-weight: bold; }
    .paragraph--type--articles .view-content .views-row .black {
      color: black; }

input[type=submit], select[type=submit] {
  border: 0;
  background-color: #00B0D0;
  color: #FFFFFF;
  font-weight: bold; }
  input[type=submit]:hover, select[type=submit]:hover {
    background-color: #2A2928;
    color: #EFEFEE; }
  input[type=submit]:focus, select[type=submit]:focus {
    border: none; }

input[type='checkbox'], select[type='checkbox'],
input[type='radio'],
select[type='radio'] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 25px;
  width: 1px;
  height: 25px;
  margin: -1px 10px -1px -1px;
  /* LTR */
  padding: 0;
  border: 0;
  background-color: #FFFFFF; }

input, select,
textarea {
  padding: 10px;
  border: 1px solid #A2A2A0; }
  input:focus, select:focus,
  textarea:focus {
    border: 1px solid #2A2928; }

.field--type-address summary {
  display: none; }

select {
  position: relative;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select:hover {
    cursor: pointer; }

select:-ms-expand {
  display: none;
  opacity: 0; }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  .js-form-type-select:after {
    display: none; } }

.form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.description {
  margin-top: 5px;
  color: #A2A2A0; }

.js-form-type-select {
  position: relative;
  display: inline-block !important; }
  .js-form-type-select select {
    min-width: 100px;
    width: 100%;
    background-color: #fff; }
    @media only screen and (max-width: 480px) {
      .js-form-type-select select {
        min-width: 70px; } }
  .js-form-type-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 5px solid #A2A2A0;
    border-right: 5px solid #A2A2A0;
    border-radius: 2px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    cursor: pointer;
    pointer-events: none; }
    .js-form-type-select:after:hover {
      cursor: pointer; }

.js-form-item-field-address-0-address-country-code {
  width: 100%; }
  .js-form-item-field-address-0-address-country-code select {
    width: 100%; }
  .js-form-item-field-address-0-address-country-code:before {
    top: 23px; }

.fivestar .js-form-type-select:after {
  display: none; }

.field--name-field-date-of-birth .container-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.field--name-field-date-of-birth .js-form-type-select:after {
  top: 50%;
  margin-top: -9px; }

@media only screen and (max-width: 480px) {
  .field--name-field-date-of-birth .js-form-type-select {
    width: 33.33%; }
    .field--name-field-date-of-birth .js-form-type-select select {
      width: 100%; } }

.field--name-field-address details {
  border: none !important; }

.field--name-field-address details > .details-wrapper {
  padding: 0 !important; }

.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-item .fieldset-legend,
  .form-item label {
    display: block;
    margin-bottom: 5px; }
    .form-item .fieldset-legend.option,
    .form-item label.option {
      margin: 0; }
  .form-item.js-form-type-checkbox {
    margin: 10px 0; }
    .form-item.js-form-type-checkbox label {
      position: relative;
      margin-right: 1em;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .form-item.js-form-type-checkbox label:before {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 1.5em;
        /* LTR */
        padding: 0.12em;
        content: '';
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        vertical-align: -3px;
        background-color: #FFFFFF;
        border: 1px solid #A2A2A0;
        cursor: pointer; }
      .form-item.js-form-type-checkbox label:after {
        position: absolute;
        top: 15px;
        left: 4px;
        /* LTR */
        display: none;
        width: 7px;
        height: 20px;
        content: '';
        -webkit-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
                transform: scaleX(-1) rotate(135deg);
        /* LTR */
        -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
                transform-origin: left top;
        border-top: 5px solid #2A2928;
        border-right: 5px solid #2A2928; }
  .form-item.js-form-type-radio {
    margin: 10px 0; }
    .form-item.js-form-type-radio label {
      position: relative;
      margin-right: 1em;
      /* LTR */
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .form-item.js-form-type-radio label:before {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 0.5em;
        /* LTR */
        padding: 0.12em;
        content: '';
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        vertical-align: -3px;
        border-radius: 50%;
        background-color: #FFFFFF;
        border: 1px solid #A2A2A0; }
      .form-item.js-form-type-radio label:after {
        position: absolute;
        top: 8px;
        left: 8px;
        /* LTR */
        display: none;
        width: 14px;
        height: 14px;
        content: '';
        border-radius: 50%;
        background-color: #2A2928; }

input[type='checkbox']:hover + label:before, select[type='checkbox']:hover + label:before {
  border-color: #2A2928; }

input[type='checkbox']:checked + label:before, select[type='checkbox']:checked + label:before {
  border-color: #2A2928; }

input[type='checkbox']:checked + label:after, select[type='checkbox']:checked + label:after {
  display: block;
  width: 7px;
  height: 15px;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  border-color: #2A2928;
  background-image: none; }

input[type='radio'] label, select[type='radio'] label {
  margin-right: 1em; }

input[type='radio']:hover + label:before, select[type='radio']:hover + label:before {
  border-color: #2A2928; }

input[type='radio']:checked + label:before, select[type='radio']:checked + label:before {
  border-color: #2A2928; }

input[type='radio']:checked + label:after, select[type='radio']:checked + label:after {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  border-color: #2A2928; }

.paragraph--type--participate-widget .confirm-parent,
.paragraph--type--participate-widget .password-parent {
  max-width: 100%; }

.paragraph--type--participate-widget .password-confirm,
.paragraph--type--participate-widget .password-confirm-match,
.paragraph--type--participate-widget .password-field,
.paragraph--type--participate-widget .password-strength {
  width: 100%; }

.paragraph--type--participate-widget .js-password-confirm,
.paragraph--type--participate-widget .js-password-field {
  margin-bottom: 10px; }

.paragraph--type--participate-widget .request-password-link {
  bottom: 20px; }

.user-logged-in .paragraph--type--participate-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.paragraph--type--two-columns {
  margin: 0 auto 50px auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 780px) {
    .paragraph--type--two-columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .paragraph--type--two-columns .paragraph-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%; }
    @media only screen and (max-width: 780px) {
      .paragraph--type--two-columns .paragraph-text {
        width: 100%;
        padding: 0; } }
  .paragraph--type--two-columns .paragraph-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #00B0D0; }
    @media only screen and (max-width: 991px) {
      .paragraph--type--two-columns .paragraph-btn {
        margin-bottom: 40px; } }
    .paragraph--type--two-columns .paragraph-btn:hover {
      text-decoration: none;
      background-color: #2A2928; }
    .paragraph--type--two-columns .paragraph-btn::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 10px;
      display: block;
      height: 100%;
      width: 100%;
      color: #F6F6F5; }
  .paragraph--type--two-columns .field--name-field-title {
    font-weight: bold; }
    .paragraph--type--two-columns .field--name-field-title a {
      color: #2A2928; }
      .paragraph--type--two-columns .field--name-field-title a:hover, .paragraph--type--two-columns .field--name-field-title a:focus {
        color: #00B0D0; }
  .paragraph--type--two-columns .field--name-field-image {
    width: 60%; }
    @media only screen and (max-width: 780px) {
      .paragraph--type--two-columns .field--name-field-image {
        width: 100%; } }
  .paragraph--type--two-columns.right img {
    padding-right: 30px; }
    @media only screen and (max-width: 780px) {
      .paragraph--type--two-columns.right img {
        padding: 0; } }
  .paragraph--type--two-columns.left img {
    padding-left: 30px; }
    @media only screen and (max-width: 780px) {
      .paragraph--type--two-columns.left img {
        padding: 0; } }

.paragraph--type--cover .parallax-window {
  height: 400px; }

.paragraph--type--cover .parallax-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 40px;
  height: 100%;
  max-width: -webkit-calc(100% - 10%);
  max-width: calc(100% - 10%);
  margin: 0 auto;
  color: #EFEFEE; }
  .paragraph--type--cover .parallax-title .field--name-field-cover-text {
    font-weight: 700;
    text-transform: uppercase; }
  .paragraph--type--cover .parallax-title.dark {
    color: #1B1B1B; }
  .paragraph--type--cover .parallax-title.bright {
    color: #EFEFEE; }

.paragraph--type--slideshow img {
  width: 100%;
  height: 170px;
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 480px) {
    .paragraph--type--slideshow img {
      height: 520px; } }
  @media only screen and (min-width: 992px) {
    .paragraph--type--slideshow img {
      height: 900px; } }

.paragraph--type--slideshow .layout__region,
.paragraph--type--slideshow .slick {
  position: relative; }

@media only screen and (min-width: 480px) {
  .paragraph--type--slideshow .paragraph--type--slide,
  .paragraph--type--slideshow .slick-list,
  .paragraph--type--slideshow .slick-slide,
  .paragraph--type--slideshow .slick-track {
    height: 520px;
    max-height: 95vh; } }

@media only screen and (min-width: 992px) {
  .paragraph--type--slideshow .paragraph--type--slide,
  .paragraph--type--slideshow .slick-list,
  .paragraph--type--slideshow .slick-slide,
  .paragraph--type--slideshow .slick-track {
    height: 900px; } }

.paragraph--type--slideshow .slick__arrow {
  direction: initial;
  /* LTR */
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (min-width: 480px) {
    .paragraph--type--slideshow .slick__arrow {
      top: -webkit-calc(50% - 120px);
      top: calc(50% - 120px);
      bottom: auto;
      max-width: unset;
      width: 100%; } }

.paragraph--type--slideshow .slick-arrow {
  height: 30px;
  width: 30px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #00B0D0; }
  .paragraph--type--slideshow .slick-arrow.slick-next {
    margin-left: 10px; }
  .paragraph--type--slideshow .slick-arrow .fa, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .menu-item.menu-item--expanded::before, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .menu-item.menu-item--expanded::before, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .menu-item.menu-item--expanded > a::after, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .menu-item.menu-item--expanded > a::after, .paragraph--type--slideshow .slick-arrow .top-header .region-top-header .menu--account .menu .menu-item:first-child::before, .top-header .region-top-header .menu--account .menu .paragraph--type--slideshow .slick-arrow .menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .main-navigation .region-navigation .menu--account .menu .menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .paragraph--type--slideshow .slick-arrow .menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .paragraph--type--two-columns .paragraph-btn::before, .paragraph--type--two-columns .paragraph--type--slideshow .slick-arrow .paragraph-btn::before {
    font-size: 1.3em;
    padding-top: 3px; }
    .paragraph--type--slideshow .slick-arrow .fa.fa-chevron-right, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .fa-chevron-right.menu-item.menu-item--expanded::before, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .fa-chevron-right.menu-item.menu-item--expanded::before, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .menu-item.menu-item--expanded > a.fa-chevron-right::after, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .menu-item.menu-item--expanded > a.fa-chevron-right::after, .paragraph--type--slideshow .slick-arrow .top-header .region-top-header .menu--account .menu .fa-chevron-right.menu-item:first-child::before, .top-header .region-top-header .menu--account .menu .paragraph--type--slideshow .slick-arrow .fa-chevron-right.menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .main-navigation .region-navigation .menu--account .menu .fa-chevron-right.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .paragraph--type--slideshow .slick-arrow .fa-chevron-right.menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .paragraph--type--two-columns .fa-chevron-right.paragraph-btn::before, .paragraph--type--two-columns .paragraph--type--slideshow .slick-arrow .fa-chevron-right.paragraph-btn::before {
      padding-left: 3px; }
    .paragraph--type--slideshow .slick-arrow .fa.fa-chevron-left, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .fa-chevron-left.menu-item.menu-item--expanded::before, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .fa-chevron-left.menu-item.menu-item--expanded::before, .paragraph--type--slideshow .slick-arrow .navigation.menu--main .menu-item.menu-item--expanded > a.fa-chevron-left::after, .navigation.menu--main .paragraph--type--slideshow .slick-arrow .menu-item.menu-item--expanded > a.fa-chevron-left::after, .paragraph--type--slideshow .slick-arrow .top-header .region-top-header .menu--account .menu .fa-chevron-left.menu-item:first-child::before, .top-header .region-top-header .menu--account .menu .paragraph--type--slideshow .slick-arrow .fa-chevron-left.menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .main-navigation .region-navigation .menu--account .menu .fa-chevron-left.menu-item:first-child::before, .main-navigation .region-navigation .menu--account .menu .paragraph--type--slideshow .slick-arrow .fa-chevron-left.menu-item:first-child::before, .paragraph--type--slideshow .slick-arrow .paragraph--type--two-columns .fa-chevron-left.paragraph-btn::before, .paragraph--type--two-columns .paragraph--type--slideshow .slick-arrow .fa-chevron-left.paragraph-btn::before {
      padding-right: 3px; }
  .paragraph--type--slideshow .slick-arrow:hover {
    color: #FFFFFF;
    background-color: #2A2928; }

.paragraph--type--slideshow .field--type-image,
.paragraph--type--slideshow .paragraph--type--slide {
  position: relative; }

@media only screen and (min-width: 480px) {
  .paragraph--type--slideshow .slider-text {
    direction: initial;
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (min-width: 992px) {
  .paragraph--type--slideshow .slider-text {
    width: 60%; } }

.paragraph--type--slideshow .slider-text .slider-wrap {
  background: rgba(0, 0, 0, 0.6);
  height: auto;
  padding: 10px 20px 50px;
  display: inline-block;
  width: auto;
  position: relative; }

.paragraph--type--slideshow .slider-text .field--name-field-slide-text {
  width: 90%;
  color: #2A2928;
  line-height: 22px;
  font-size: 1.063rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 45px; }
  @media only screen and (min-width: 480px) {
    .paragraph--type--slideshow .slider-text .field--name-field-slide-text {
      color: #FFFFFF;
      text-shadow: 2px 2px 1px #2A2928;
      line-height: 42px;
      font-size: 2.25rem;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .paragraph--type--slideshow .slider-text .field--name-field-slide-text {
      width: 50%; } }
  html[lang="ru"] .paragraph--type--slideshow .slider-text .field--name-field-slide-text {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      html[lang="ru"] .paragraph--type--slideshow .slider-text .field--name-field-slide-text {
        width: 100%; } }

.paragraph--type--slideshow .slider-text .field--name-field-slide-button a {
  text-transform: none;
  display: inline;
  padding: 10px 15px; }

@media only screen and (max-width: 480px) {
  .paragraph--type--slideshow .field--name-field-slide-button,
  .paragraph--type--slideshow .field--name-field-copyright,
  .paragraph--type--slideshow .copyright {
    display: none; } }

.paragraph--type--text {
  margin-top: 75px;
  margin-bottom: 40px; }
  @media (max-width: 35.5em) {
    .paragraph--type--text {
      margin-top: 40px; } }

.paragraph--type--paragraph-type-view {
  margin-top: 30px;
  margin-bottom: 40px; }

.paragraph--type--participate-widget {
  margin-top: 30px;
  margin-bottom: 40px; }
  .paragraph--type--participate-widget ul.steps {
    overflow: hidden;
    margin: 50px 0;
    text-align: center;
    list-style: none; }
    .paragraph--type--participate-widget ul.steps li {
      font-size: 2.25rem;
      position: relative;
      z-index: 3;
      float: left;
      /* LTR */
      width: 33%;
      height: 120px;
      margin: 0 0 5px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 780px) {
        .paragraph--type--participate-widget ul.steps li {
          height: 100px; } }
      @media only screen and (max-width: 480px) {
        .paragraph--type--participate-widget ul.steps li {
          height: 60px;
          font-size: 1.563rem; } }
      .paragraph--type--participate-widget ul.steps li::before {
        position: absolute;
        z-index: -1;
        display: block;
        width: 110px;
        height: 110px;
        content: '';
        border-radius: 50%;
        background-color: #FFFFFF;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #2A2928; }
        @media only screen and (max-width: 780px) {
          .paragraph--type--participate-widget ul.steps li::before {
            width: 100px;
            height: 100px; } }
        @media only screen and (max-width: 480px) {
          .paragraph--type--participate-widget ul.steps li::before {
            width: 60px;
            height: 60px; } }
      .paragraph--type--participate-widget ul.steps li::after {
        position: absolute;
        display: block;
        z-index: -2;
        /* LTR */
        top: 55px;
        left: -50%;
        width: 100%;
        height: 2px;
        content: '';
        background-color: #2A2928; }
        @media only screen and (max-width: 780px) {
          .paragraph--type--participate-widget ul.steps li::after {
            top: 50px; } }
        @media only screen and (max-width: 480px) {
          .paragraph--type--participate-widget ul.steps li::after {
            top: 30px; } }
      .paragraph--type--participate-widget ul.steps li:first-child {
        z-index: 3; }
        .paragraph--type--participate-widget ul.steps li:first-child:after {
          content: none; }
      .paragraph--type--participate-widget ul.steps li:nth-child(2) {
        z-index: 2; }
      .paragraph--type--participate-widget ul.steps li:nth-child(3) {
        z-index: 1; }
    .paragraph--type--participate-widget ul.steps span {
      font-size: 1.125rem; }
      @media only screen and (max-width: 780px) {
        .paragraph--type--participate-widget ul.steps span {
          display: none; } }
    .paragraph--type--participate-widget ul.steps .active:before {
      border-color: #00B0D0;
      background-color: #00B0D0; }

.paragraph--type--gallery {
  margin-top: 30px;
  margin-bottom: 40px; }
  .paragraph--type--gallery .field--name-field-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .paragraph--type--gallery .field__item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 4px 5px; }
    @media only screen and (max-width: 780px) {
      .paragraph--type--gallery .field__item {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2); } }
  .paragraph--type--gallery img {
    width: 100%;
    /*height: 12vw;
    object-fit: cover;*/ }

.paragraph--type--documents {
  margin-bottom: 40px; }
  .paragraph--type--documents .field__item {
    padding: 10px 20px;
    margin: 5px 0;
    background-color: #EDE9E6; }
  .paragraph--type--documents .file {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .paragraph--type--documents .file:before {
      content: "\f016";
      font-family: "FontAwesome";
      font-size: 28px;
      margin-right: 10px; }
  .paragraph--type--documents span.file-name {
    font-weight: bold; }
  .paragraph--type--documents .download-link {
    margin-left: auto; }
    .paragraph--type--documents .download-link a {
      color: #00B0D0;
      font-weight: bold; }
  .paragraph--type--documents .black {
    color: black; }

/*# sourceMappingURL=../stylesheets/application.css.map */
