/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,400,600,700");
* {
  box-sizing: border-box;
}

html {
  font-size: 131.25%;
  line-height: 1.14286em;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #000;
}

body.overflow-hidden, body.modal-open {
  overflow: hidden;
  height: 100vh;
  max-height: 100%;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #000;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

:visited {
  color: #094377;
}

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

a:active {
  color: #DE1323;
}

a:active:not(.button) {
  background-color: transparent;
}

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

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 21px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

h1 {
  font-size: 1.52381rem;
  line-height: 2.28571rem;
  margin-bottom: 1.14286rem;
}

h2 {
  font-size: 1.33333rem;
  line-height: 1.71429rem;
  margin-bottom: 1.14286rem;
}

h3 {
  font-size: 1.19048rem;
  line-height: 1.71429rem;
  margin-bottom: 1.14286rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.14286rem;
  margin-bottom: 1.14286rem;
}

h5 {
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  margin-bottom: 1.14286rem;
}

h6 {
  font-size: 0.66667rem;
  line-height: 1.14286rem;
  margin-bottom: 1.14286rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #F6C03C;
  color: #000;
}

small {
  font-size: 0.85714rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.14286rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.14286rem;
}

blockquote {
  margin: 1.14286rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.14286rem 0;
}

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

dd {
  margin: 0 0 0 42px;
}

[dir="rtl"] dd {
  margin: 0 42px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 42px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 42px 0 0;
}

figure {
  margin: 1.14286rem 0;
}

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

p,
pre {
  margin: 1.14286rem 0;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

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

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 20px 30px 20px 10px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  border: 0;
  font-weight: 700;
  background-image: url(../images/uploads/arrow_right-3.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: calc(100% - 4px) center;
  transition: all ease .15s;
}

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

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: underline;
  color: #000;
  background-position: right center;
}

.button.slick-arrow,
button.slick-arrow,
[type='button'].slick-arrow,
[type='reset'].slick-arrow,
[type='submit'].slick-arrow {
  background-position: center center;
}

.button.slick-arrow:hover, .button.slick-arrow:focus, .button.slick-arrow:active,
button.slick-arrow:hover,
button.slick-arrow:focus,
button.slick-arrow:active,
[type='button'].slick-arrow:hover,
[type='button'].slick-arrow:focus,
[type='button'].slick-arrow:active,
[type='reset'].slick-arrow:hover,
[type='reset'].slick-arrow:focus,
[type='reset'].slick-arrow:active,
[type='submit'].slick-arrow:hover,
[type='submit'].slick-arrow:focus,
[type='submit'].slick-arrow:active {
  text-decoration: underline;
  color: #000;
  background-position: center center;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #4d4d4d;
  background-image: url(../images/uploads/arrow_right-1.svg);
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #4d4d4d;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'] {
  border: 0;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  padding: 20px;
  font-weight: 300;
  font-size: 0.66667rem;
}

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

fieldset {
  padding: 0.4rem 0.71429rem 0.74286rem;
  border: 1px solid #eee;
  margin: 1.14286rem 0;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
  font-weight: 600;
  font-size: 0.66667rem;
  text-transform: uppercase;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 0.66667rem;
  text-transform: uppercase;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 20px 40px 20px 20px;
  background-image: url("../images/uploads/financial_arrow.png");
  background-repeat: no-repeat;
  background-size: 22px 23px;
  background-position: right center;
  font-weight: 300;
  min-width: 100px;
  max-width: 100%;
}

optgroup {
  font-weight: bold;
  height: auto;
  background-image: none;
}

textarea {
  overflow: auto;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  padding: 20px;
  font-weight: 300;
  font-size: 0.66667rem;
}

table {
  margin: 1.14286rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1145px;
}

@media (min-width: 730px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Center the page.
 *
 * Define a min-width for smaller devices.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
header,
main,
footer {
  min-width: 320px;
}

main {
  overflow: hidden;
  padding-bottom: 30px;
}

@media (min-width: 730px) {
  main {
    padding-bottom: 140px;
  }
}

.content-container {
  position: relative;
  z-index: 10;
}

.page-views .content-container__inner,
.layout-container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.page-views .content-container__inner::after,
.layout-container::after {
  content: '';
  display: table;
  clear: both;
}

.messages-container {
  margin-top: 140px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
** NAVIGATION DOTS
*/
.slick-dots {
  position: absolute;
  left: 50%;
  z-index: 100;
  bottom: 0;
  width: 95%;
  max-width: 1120px;
  -webkit-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  padding: 0;
  pointer-events: none;
}

@media (min-width: 730px) {
  .slick-dots {
    bottom: 40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: none;
  background: transparent;
  pointer-events: all;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #fff;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background: #fff;
}

.slick-dots li.slick-active {
  background: #fff;
  border-radius: 20px;
}

.box {
  margin-bottom: 1.14286rem;
  border: 5px solid #eee;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #000;
}

.clearfix,
.tabs {
  overflow: hidden;
}

.comment__section,
.comments {
  margin: 1.14286rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: white;
}

.comment--nested,
.indented {
  margin-left: 42px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 42px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 888;
}

.header__inner {
  position: relative;
}

@media (min-width: 0) and (max-width: 819px) {
  .header__inner {
    width: 100%;
  }
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #DE1323;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.14286rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #1079D6;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #1079D6;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: white;
  color: #1079D6;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: white;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: white;
  color: #DE1323;
}

.messages--warning,
.messages.warning {
  border-color: #F6C03C;
}

.messages--warning path, .messages.warning path {
  fill: #F6C03C;
}

.messages--error,
.messages.error {
  border-color: #DE1323;
}

.messages--error path, .messages.error path {
  fill: #DE1323;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

@media (max-width: 45.615em) {
  .navbar,
  .main-navigation .links,
  .main-navigation .menu {
    background: #eee;
    max-height: 0;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    transition: opacity ease .35s;
  }
  .is-open .navbar,
  .is-open .main-navigation .links,
  .main-navigation .is-open .links,
  .is-open
  .main-navigation .menu,
  .main-navigation .is-open .menu {
    opacity: 1;
    max-height: none;
    height: 100vh;
  }
}

@media (min-width: 45.625em) {
  .navbar,
  .main-navigation .links,
  .main-navigation .menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0 0 30px;
  text-align: center;
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  font-weight: 600;
}

@media (min-width: 730px) {
  .pager {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
  color: #b3b3b3;
}

.pager__item a, .pager__current-item a, .pager-current a, .pager-item a,
.pager-first a,
.pager-previous a,
.pager-next a,
.pager-last a,
.pager-ellipsis a {
  color: #b3b3b3;
}

.pager__current-item,
.pager-current {
  text-decoration: underline;
  color: #000;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #202020;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 0.85714rem 0 0;
  line-height: 1.42857rem;
  background-image: linear-gradient(to top, #eee 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  overflow: hidden;
  background: white;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab-link {
  padding: 0 1.14286rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  color: #000;
  background: white;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: white;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #000;
  color: #fff;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.14286rem;
  font-size: 0.85714rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #eee 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.42857rem 0.14286rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #eee;
  border-radius: 24px;
  color: #202020;
  background: white;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: black;
  background: white;
  border-color: #bbbbbb;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  background: #202020;
  border-color: black;
}

/*
** NAVIGATION STYLES
*/
.navigation {
  padding: 0;
  background-color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0) and (max-width: 1023px) {
  .navigation {
    height: 100px;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .navigation {
    height: 112px;
    padding-left: 10px;
  }
}

/*
** MOBILE ICON
*/
.navigation__mobile-menu__toggle {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100px;
  cursor: pointer;
  width: 70px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

@media (min-width: 1024px) {
  .navigation__mobile-menu__toggle {
    display: none;
  }
}

.navigation__mobile-menu__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 3px;
  transition: all ease .35s;
  background-color: #fff;
  border-radius: 50px;
}

.navigation__mobile-menu__icon:before, .navigation__mobile-menu__icon:after {
  border-radius: 50px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all ease .35s;
  background-color: #fff;
}

.navigation__mobile-menu__icon:before {
  top: 14px;
  width: 75%;
}

.navigation__mobile-menu__icon:after {
  bottom: 14px;
}

.is-open .navigation__mobile-menu__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: none;
  border-radius: 50px;
}

.is-open .navigation__mobile-menu__icon:before {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-open .navigation__mobile-menu__icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
** LOGO
*/
.navigation-logo {
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 63px;
}

@media (min-width: 1024px) {
  .navigation-logo {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 112px;
    width: 160px;
    -webkit-box-align: center;
            align-items: center;
  }
}

.navigation-logo__link {
  display: block;
  width: 63px;
  height: 68px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .navigation-logo__link {
    width: 65px;
    height: 74px;
  }
}

/*
** MAIN NAV
*/
@media (min-width: 0) and (max-width: 1023px) {
  .main-menu {
    background: #eee;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    transition: opacity ease 0.35s;
    -webkit-box-ordinal-group: 5;
            order: 4;
    width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .is-open .main-menu {
    opacity: 1;
    max-height: none;
    height: calc(100vh - 140px);
  }
}

@media (min-width: 1024px) {
  .main-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    height: 112px;
    margin: 0;
    padding: 0;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

.main-menu > .menu__item {
  display: block;
  background-color: #eee;
  width: auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .main-menu > .menu__item {
    height: 100%;
    margin: 0 0.15em;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0;
  }
}

.main-menu > .menu__item:hover .menu__link:after {
  width: 100%;
  opacity: 1;
}

.main-menu > .menu__item > .menu__link {
  font-size: 0.7619rem;
  padding: 0.95238rem 0 0.95238rem 30px;
  display: block;
  color: #000;
  text-align: left;
  background-image: url("../images/uploads/arrow_right-1.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: right center;
}

@media (min-width: 1024px) {
  .main-menu > .menu__item > .menu__link {
    color: #fff;
    background: #000;
    padding: 0 25px;
    transition: background 0.3s ease;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0;
    position: relative;
  }
  .main-menu > .menu__item > .menu__link:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.83) 75%, white 100%);
    transition: all ease-in .125s;
    position: absolute;
    bottom: 1px;
    left: 0;
    opacity: 0;
  }
}

.main-menu > .menu__item > .menu__link:hover {
  color: #4d4d4d;
}

@media (min-width: 1024px) {
  .main-menu > .menu__item > .menu__link:hover {
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .main-menu > .menu__item > .menu__link.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.83) 75%, white 100%);
    transition: all ease-in-out .2s;
    position: absolute;
    bottom: 1px;
    left: 0;
    opacity: 1;
  }
}

.main-menu > .menu__item > .menu__link.is-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .main-menu > .menu__item > .menu__link.is-hidden {
    display: -webkit-box;
    display: flex;
  }
}

.navigation__menu-item.is-active .navigation__submenu .main-menu > .menu__item > .menu__link {
  color: #000;
}

.navigation__menu-item.is-active .navigation__submenu .main-menu > .menu__item > .menu__link:after {
  display: none;
}

@media (min-width: 0) and (max-width: 1023px) {
  .main-menu > .menu__item.is-mobile-open > .menu__link {
    background-image: url("../images/uploads/arrow_left-1.svg");
    background-size: 20px 13px;
    background-position: left center;
    padding: 0.95238rem 0 0.95238rem 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #b3b3b3;
  }
}

/*
** SUBMENU
*/
.main-menu__submenu {
  transition: all ease 0.35s;
  width: 100%;
  padding: 0;
  display: none;
}

@media (min-width: 0) and (max-width: 1023px) {
  .is-mobile-open > .main-menu__submenu {
    display: block;
    height: calc(100vh - 205px);
    padding-bottom: 65px;
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .main-menu__submenu {
    display: none;
    background: #eee;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 1;
    flex-wrap: nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 170px;
  }
  .main-menu > .menu__item:hover > .main-menu__submenu {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}

.main-menu__submenu > .menu__item {
  display: block;
  width: auto;
}

@media (min-width: 1024px) {
  .main-menu__submenu > .menu__item {
    display: -webkit-box;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
            flex: 1 0 20%;
    max-width: 20%;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}

.main-menu__submenu > .menu__item > .menu__link.nolink {
  font-size: 0.7619rem;
  line-height: 1.14286rem;
  font-weight: 600;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .main-menu__submenu > .menu__item > .menu__link.nolink {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 25px 15px 25px;
    margin: 0;
  }
}

.main-menu__submenu .menu__link {
  color: #4d4d4d;
  font-weight: 300;
  display: block;
  padding: 5px 25px;
  font-size: 0.66667rem;
  line-height: 1.14286rem;
}

.main-menu__submenu .main-menu__submenu {
  display: block;
  position: static;
  padding: 0;
}

.main-menu__submenu .main-menu__submenu .menu__item {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0;
}

.main-menu__submenu .menu-column-item .menu__link.nolink {
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

@media (min-width: 1024px) {
  .main-menu__submenu .menu-column-item .menu__link.nolink {
    display: block;
  }
}

@media (min-width: 1024px) {
  .navigation__submenu-link--column {
    white-space: normal;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

@media (min-width: 61.25em) {
  .navigation__submenu-link--column {
    max-width: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    display: -webkit-box;
    display: flex;
    text-align: left;
    align-self: flex-start;
    white-space: nowrap;
  }
}

/*
** SHARE BUTTONS
*/
.social-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
  height: 40px;
}

.social-menu li {
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  border-left: 1px solid #b3b3b3;
}

@media (min-width: 1024px) {
  .social-menu li {
    width: 54px;
    border-left: 1px solid #b3b3b3;
  }
}

.social-menu li a {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.social-menu li a.facebook {
  background-image: url(../images/facebook.svg);
}

.social-menu li a.linkedin {
  background-image: url(../images/linkedin.svg);
}

.social-menu li a.twitter {
  background-image: url(../images/twitter.svg);
}

@media (min-width: 1024px) {
  .social-menu li a:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.75) 100%);
    transition: all ease-in .125s;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .social-menu li a:hover:after {
    width: 100%;
    opacity: 1;
  }
}

/*
** Search link
*/
.navigation__menu-search {
  height: 100%;
  width: 90px;
  -webkit-box-ordinal-group: 4;
          order: 3;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  background-color: #1a1a1a;
}

@media (min-width: 1024px) {
  .navigation__menu-search {
    width: 162px;
  }
}

.navigation__menu-search__toggle {
  height: 100%;
  width: 100%;
  background-image: url("../images/uploads/search-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  font-size: 0;
}

@media (min-width: 1024px) {
  .navigation__menu-search__toggle {
    background-size: 15px 15px;
  }
}

.navigation__menu-search__form {
  display: none;
  background-color: #eee;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .navigation__menu-search__form {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 100%;
    max-width: 1120px;
    height: 215px;
    padding: 0 80px;
  }
}

.navigation__menu-search.is-open .navigation__menu-search__form {
  display: block;
}

.navigation__menu-search__form .container-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #b3b3b3;
  margin: 40px 20px 45px;
}

@media (min-width: 1024px) {
  .navigation__menu-search__form .container-inline {
    width: 100%;
    height: 40px;
    margin: 90px 0 0;
    padding-bottom: 30px;
  }
}

.navigation__menu-search__form .form-text {
  width: 100%;
  display: -webkit-box;
  height: 45px;
  -webkit-box-align: center;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 0.95238rem;
  font-weight: 700;
}

@media (min-width: 0) and (max-width: 1023px) {
  .navigation__menu-search__form .form-text {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .navigation__menu-search__form .form-text {
    height: 135px;
    height: 80px;
    font-size: 1.90476rem;
  }
}

.navigation__menu-search__form .form-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

.navigation__menu-search__form .form-submit {
  background-image: url("../images/uploads/arrow_right-3.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 12px;
  width: 18px;
  height: 12px;
  border: none;
  background-color: transparent;
  font-size: 0;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #000;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #1079D6;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #4d4d4d;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.14286rem 0;
}

.form-item__required,
.form-required {
  color: #DE1323;
}

.form-item__description,
.form-item .description {
  font-size: 0.66667rem;
  color: #b3b3b3;
  margin: 0.57143rem 0 0;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #DE1323;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #000;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #eee;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #eee;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #eee;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #000;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #eee;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: white;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #202020;
  background-color: #eee;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #1079D6 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #eee;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: white;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #e6e6ff;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.activities {
  margin: 0 auto;
  background: #202020;
  padding: 50px 20px;
  color: #fff;
  text-align: center;
}

@media (min-width: 730px) {
  .activities {
    padding: 90px 20px;
  }
}

.activities__title {
  font-weight: 600;
  font-size: 1.33333rem;
  line-height: 1.71429rem;
  width: 100%;
  margin-bottom: 40px;
}

.activities__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 730px) {
  .activities__wrapper {
    flex-wrap: nowrap;
  }
}

.activity {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
}

.activity:after {
  display: block;
  content: "";
  background: #4d4d4d;
  height: 2px;
  width: 230px;
  margin: 40px auto;
}

.activity:last-child:after {
  display: none;
}

@media (min-width: 730px) {
  .activity {
    -webkit-box-flex: 1;
            flex: 1 1 33%;
  }
  .activity:after {
    display: none;
  }
}

.activity:hover {
  text-decoration: underline;
}

.activity:hover .activity__arrow img {
  transition: all ease .15s;
  margin-left: 4px;
}

.activity:active, .activity:focus {
  color: #fff;
  text-decoration: underline;
}

.activity__icon {
  display: block;
  height: 68px;
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin-bottom: 30px;
}

.activity__icon img {
  height: 68px;
  width: auto;
}

.activity__title {
  font-size: 0.7619rem;
  line-height: 1.14286rem;
  font-weight: 600;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin-bottom: 10px;
}

.activity__arrow {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.activity__arrow img {
  transition: all ease .15s;
  width: 20px;
}

.pre-navigation {
  z-index: 9999;
  height: 40px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  text-align: center;
}

.pre-navigation__price-wrapper {
  height: 100%;
  padding-left: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

@media (min-width: 45.625em) {
  .pre-navigation__price-wrapper {
    padding-left: 20px;
  }
}

.pre-navigation__price-label,
.pre-navigation__price-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.pre-navigation__price-label {
  font-size: 0.52381rem;
  line-height: 0.71429rem;
  margin-right: 5px;
}

@media (min-width: 45.625em) {
  .pre-navigation__price-label {
    font-size: 0.57143rem;
    line-height: 0.95238rem;
    margin-right: 15px;
  }
}

.pre-navigation__price-value {
  font-size: 0.57143rem;
  line-height: 0.95238rem;
  color: #000;
  margin-top: 0;
}

@media (min-width: 45.625em) {
  .pre-navigation__price-value {
    font-size: 0.7619rem;
    line-height: 0.95238rem;
  }
}

.pre-navigation__price-positive {
  color: #18A55B;
}

.pre-navigation__price-negative {
  color: #DE1323;
}

.group-section__wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.group-section__wrapper::after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 980px) {
  .group-section__wrapper {
    margin: 140px auto 0;
  }
}

.group-section__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  max-height: 379px;
  margin-top: -75px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url("../images/uploads/group_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 980px) {
  .group-section__wrapper:before {
    margin-top: -100px;
    margin-left: -130px;
    right: 50%;
    left: auto;
  }
}

.group-section {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 40px;
  position: relative;
  z-index: 10;
  min-height: 190px;
}

@media (min-width: 0) and (max-width: 729px) {
  .group-section {
    -webkit-box-align: center;
            align-items: center;
  }
}

@media (min-width: 980px) {
  .group-section {
    width: 50%;
    height: 280px;
    padding: 60px;
  }
}

.group-section__title {
  margin: 0;
  font-size: 1.90476rem;
  line-height: 2.28571rem;
  color: #fff;
  word-spacing: 10000px;
}

@media (min-width: 980px) {
  .group-section__title {
    margin-left: 140px;
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.group-section__board {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 980px) {
  .group-section__board {
    float: right;
    height: 560px;
  }
}

.group-section__board a {
  color: #fff;
  background-image: url("../images/uploads/arrow_right-2.svg");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: calc(100% - 4px) center;
  padding-right: 25px;
  display: inline-block;
  margin: 0;
  transition: all ease .15s;
  font-size: 0.47619rem;
  line-height: 0.57143rem;
}

.group-section__board a:hover {
  background-position: right center;
}

@media (min-width: 980px) {
  .group-section__board a {
    font-size: 0.66667rem;
    line-height: 0.85714rem;
    background-size: 20px 13px;
    padding-right: 30px;
    height: 18px;
  }
}

.group-section__board-title {
  font-size: 0.57143rem;
  line-height: 0.7619rem;
  color: #fff;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 730px) {
  .group-section__board-title {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

.group-section__board-text {
  font-size: 0.7619rem;
  line-height: 1.14286rem;
  color: #fff;
  font-weight: 600;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 730px) {
  .group-section__board-text {
    font-size: 1.42857rem;
    line-height: 1.71429rem;
  }
}

.group-section__agenda {
  background: #fff;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 40px 50px;
}

@media (min-width: 820px) {
  .group-section__agenda {
    padding: 50px 0 50px 50px;
    min-height: 280px;
  }
}

.group-section__agenda-title {
  font-size: 0.57143rem;
  line-height: 0.7619rem;
  font-weight: 600;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  margin: 10px 0;
}

@media (min-width: 730px) {
  .group-section__agenda-title {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

.group-section__agenda-results {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.group-section__agenda-results .agenda-result {
  width: 50%;
  padding-right: 20px;
  border-right: 2px solid #eee;
}

.group-section__agenda-results .agenda-result:last-child {
  padding-left: 20px;
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.group-section__agenda-result__date {
  font-size: 0.95238rem;
  line-height: 1.14286rem;
  font-weight: 200;
}

@media (min-width: 730px) {
  .group-section__agenda-result__date {
    margin-bottom: 20px;
    font-size: 1.80952rem;
    line-height: 2.28571rem;
  }
}

.group-section__agenda-result__title {
  font-size: 0.47619rem;
  line-height: 0.66667rem;
  font-weight: 600;
}

@media (min-width: 730px) {
  .group-section__agenda-result__title {
    font-size: 0.7619rem;
    line-height: 1.14286rem;
  }
}

.group-section__data__wrapper {
  background: #eee;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: 0 0 100%;
  z-index: 10;
  position: relative;
  padding: 35px 0;
}

@media (min-width: 730px) {
  .group-section__data__wrapper {
    padding: 90px 0;
    flex-wrap: nowrap;
  }
}

.group-section__data {
  position: relative;
  background: #eee;
  z-index: 10;
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-right: #b3b3b3 solid 1px;
  color: #1079D6;
  margin: 35px 0;
}

@media (max-width: 45.615em) {
  .group-section__data:nth-child(2n+2) {
    border-right: none;
  }
}

@media (min-width: 730px) {
  .group-section__data {
    width: 25%;
    margin: 0;
  }
}

.group-section__data:nth-child(2) {
  color: #18A55B;
}

.group-section__data:nth-child(3) {
  color: #F6C03C;
}

.group-section__data:last-child {
  color: #DE1323;
}

@media (min-width: 730px) {
  .group-section__data:last-child {
    border-right: none;
  }
}

.group-section__data h2 {
  font-size: 1.90476rem;
  line-height: 2.28571rem;
  font-weight: 200;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 730px) {
  .group-section__data h2 {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.group-section__data span {
  font-size: 0.47619rem;
  line-height: 0.57143rem;
  width: 70%;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
}

@media (min-width: 730px) {
  .group-section__data span {
    font-size: 0.66667rem;
    line-height: 0.85714rem;
  }
}

.manifesto__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (min-width: 730px) {
  .manifesto__wrapper {
    flex-wrap: nowrap;
  }
}

.manifesto__left,
.manifesto__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 50px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
}

@media (min-width: 730px) {
  .manifesto__left,
  .manifesto__right {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 140px 90px;
  }
}

.manifesto__left {
  background: #fff;
}

.manifesto__left-title__wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.manifesto__left-title {
  text-align: left;
  display: block;
  width: 100%;
}

.manifesto__left-title h2 {
  font-weight: 600;
  font-size: 1.90476rem;
  line-height: 2.28571rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 730px) {
  .manifesto__left-title h2 {
    font-size: 2.85714rem;
    line-height: 3.42857rem;
  }
}

.manifesto__left-title:nth-child(1) span {
  color: #1079D6;
}

.manifesto__left-title:nth-child(2) span {
  color: #18A55B;
}

.manifesto__left-title:nth-child(3) span {
  color: #F6C03C;
}

.manifesto__right {
  background: #eee;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.manifesto__right a {
  background-image: url("../images/uploads/arrow_right-1.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: calc(100% - 4px) center;
  color: #000;
  padding-right: 30px;
  font-size: 0.66667rem;
  line-height: 1.14286rem;
  font-weight: 700;
  transition: all ease .15s;
}

.manifesto__right a:hover {
  background-position: right center;
}

.manifesto__right-text {
  font-weight: 600;
  font-size: 1.2381rem;
  line-height: 1.71429rem;
  line-height: 36px;
  width: 100%;
}

/*
** page styles
*/
.page__header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.page__header-content {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.page__header-content__image__wrapper {
  position: absolute;
  width: 1600px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.page__header-content__image__wrapper img,
.page__header-content__image__wrapper video {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  max-width: none;
  height: auto;
  width: 74%;
}

@media (min-width: 730px) {
  .page__header-content__image__wrapper img,
  .page__header-content__image__wrapper video {
    width: 90%;
  }
}

@media (min-width: 980px) {
  .page__header-content__image__wrapper img,
  .page__header-content__image__wrapper video {
    width: 100%;
  }
}

.page__header-content__image__wrapper--has-video img {
  display: block;
}

.page__header-content__image__wrapper--has-video video {
  display: none;
}

@media (min-width: 730px) {
  .page__header-content__image__wrapper--has-video img {
    display: none;
  }
  .page__header-content__image__wrapper--has-video video {
    display: block;
  }
}

.page__header-content__text__wrapper {
  display: -webkit-box;
  display: flex;
  min-height: 300px;
  width: 100%;
  max-width: 1120px;
  z-index: 5;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 140px;
  position: relative;
}

@media (min-width: 730px) {
  .page__header-content__text__wrapper {
    margin-top: 158px;
    min-height: 450px;
  }
}

@media (min-width: 980px) {
  .page__header-content__text__wrapper {
    min-height: 550px;
  }
}

.page__header-content__text__wrapper > a {
  color: #fff;
  font-size: 0.57143rem;
  line-height: 1.14286rem;
  text-align: right;
  position: absolute;
  right: 13px;
  bottom: 20px;
  padding-right: 26px;
  background-image: url("../images/uploads/arrow_right-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: right center;
  max-width: 250px;
}

@media (min-width: 730px) {
  .page__header-content__text__wrapper > a {
    font-size: 0.66667rem;
    line-height: 1.14286rem;
    bottom: 60px;
    max-width: none;
    padding-right: 26px;
    margin-right: 30px;
  }
}

.page__header-content__text__wrapper--no-header-image {
  margin-top: 0;
}

.page__header-content__text__wrapper--not-front,
.page__header-content__text__wrapper--user {
  min-height: 180px;
}

@media (min-width: 730px) {
  .page__header-content__text__wrapper--not-front,
  .page__header-content__text__wrapper--user {
    min-height: 242px;
  }
}

.page__header-content__title-wrapper {
  position: relative;
}

.page__header-content__title {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0;
  font-size: 1.90476rem;
  line-height: 2.28571rem;
}

@media (min-width: 730px) {
  .page__header-content__title {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.page__header-content__subtitle {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0;
  font-size: 0.95238rem;
  line-height: 1.14286rem;
  font-weight: 300;
}

@media (min-width: 730px) {
  .page__header-content__subtitle {
    font-size: 1.90476rem;
    line-height: 2.28571rem;
  }
}

/*
** PAGE CONTENT
*/
.page__content, .page__content--no-padding-top {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  height: 100%;
  padding: 70px 30px;
}

@media (min-width: 820px) {
  .page__content, .page__content--no-padding-top {
    padding: 70px 60px;
  }
}

@media (min-width: 1024px) {
  .page__content, .page__content--no-padding-top {
    padding: 70px 160px;
  }
}

.page__content h1, .page__content--no-padding-top h1, .page__content h2, .page__content--no-padding-top h2, .page__content h3, .page__content--no-padding-top h3, .page__content h4, .page__content--no-padding-top h4, .page__content h5, .page__content--no-padding-top h5, .page__content h6, .page__content--no-padding-top h6 {
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.page__content h1, .page__content--no-padding-top h1 {
  font-size: 1.52381rem;
  line-height: 1.71429rem;
}

@media (min-width: 730px) {
  .page__content h1, .page__content--no-padding-top h1 {
    font-size: 1.90476rem;
    line-height: 2.09524rem;
  }
}

.page__content h2, .page__content--no-padding-top h2 {
  font-size: 1.04762rem;
  line-height: 1.14286rem;
}

@media (min-width: 730px) {
  .page__content h2, .page__content--no-padding-top h2 {
    font-size: 1.33333rem;
    line-height: 1.71429rem;
  }
}

.page__content h3, .page__content--no-padding-top h3 {
  font-size: 0.85714rem;
  line-height: 1.04762rem;
}

@media (min-width: 730px) {
  .page__content h3, .page__content--no-padding-top h3 {
    font-size: 1.19048rem;
    line-height: 1.38095rem;
  }
}

.page__content h4, .page__content--no-padding-top h4 {
  font-size: 0.7619rem;
  line-height: 0.95238rem;
}

@media (min-width: 730px) {
  .page__content h4, .page__content--no-padding-top h4 {
    font-size: 0.95238rem;
    line-height: 1.14286rem;
  }
}

.page__content h5, .page__content--no-padding-top h5 {
  font-size: 0.66667rem;
  line-height: 0.85714rem;
}

@media (min-width: 730px) {
  .page__content h5, .page__content--no-padding-top h5 {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

.page__content h6, .page__content--no-padding-top h6 {
  font-size: 0.57143rem;
  line-height: 0.66667rem;
}

@media (min-width: 730px) {
  .page__content h6, .page__content--no-padding-top h6 {
    font-size: 0.66667rem;
    line-height: 0.95238rem;
  }
}

.page__content p, .page__content--no-padding-top p {
  font-weight: 300;
  line-height: 28px;
  color: #4d4d4d;
  font-size: 0.66667rem;
  line-height: 1.33333rem;
}

@media (min-width: 730px) {
  .page__content p, .page__content--no-padding-top p {
    font-size: 0.85714rem;
    line-height: 1.52381rem;
    padding: 10px;
  }
}

.page__content p strong, .page__content--no-padding-top p strong {
  font-weight: 600;
  color: #000;
}

.page__content ul, .page__content--no-padding-top ul {
  display: block;
  margin: 0 auto;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 0.85714rem;
  line-height: 1.19048rem;
  line-height: 28px;
}

.page__content ul li, .page__content--no-padding-top ul li {
  list-style-type: disc;
}

.page__content table, .page__content--no-padding-top table {
  width: 100% !important;
  margin: 20px auto;
}

@media (min-width: 730px) {
  .page__content table, .page__content--no-padding-top table {
    width: 100%;
  }
}

.page__content-video {
  clear: both;
  margin: 50px auto;
}

.page__content--no-padding-top {
  padding: 0 0 70px 0;
  margin-top: -150px;
}

@media (min-width: 730px) {
  .page__content--no-padding-top {
    margin-top: -350px;
    padding: 0 0 70px 0;
  }
}

.people-section__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
}

@media (min-width: 730px) {
  .people-section__wrapper {
    margin: 140px auto 0;
  }
}

.people-section__wrapper:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 291px;
  height: 100%;
  max-height: 170px;
  position: absolute;
  right: -70px;
  margin-top: 20px;
  z-index: 1;
  background-image: url("../images/uploads/people_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 730px) {
  .people-section__wrapper:before {
    right: auto;
    margin-top: 0;
    left: 50%;
    background-position: left top;
    max-width: 856px;
    height: 100%;
    max-height: 500px;
  }
}

.people-card {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 10;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 730px) {
  .people-card {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 275px;
    padding: 60px;
  }
}

.people-card:nth-child(1) {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media (min-width: 730px) {
  .people-card:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.people-card:nth-child(2) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media (min-width: 730px) {
  .people-card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.people-card__link {
  display: inline-block;
}

.people-card__link a {
  color: #000;
  font-size: 0.47619rem;
  line-height: 0.57143rem;
  font-weight: 600;
  background-image: url("../images/uploads/arrow_right-3.svg");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: calc(100% - 4px) center;
  padding-right: 25px;
  transition: all ease .15s;
}

.people-card__link a:hover {
  text-decoration: underline;
  background-position: right center;
}

@media (min-width: 730px) {
  .people-card__link a {
    font-size: 0.66667rem;
    line-height: 0.85714rem;
    background-size: 20px 13px;
    padding-right: 30px;
  }
}

.people-card__type {
  font-size: 0.85714rem;
  line-height: 1.19048rem;
  font-weight: 600;
}

.people-card__type span {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 300;
}

.people-card__title {
  font-size: 1.19048rem;
  line-height: 1.71429rem;
  font-weight: 600;
}

@media (min-width: 730px) {
  .people-card__title {
    font-size: 2.28571rem;
    line-height: 2.85714rem;
  }
}

.people-card--entry-card {
  background: transparent !important;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 190px;
}

@media (min-width: 0) and (max-width: 729px) {
  .people-card--entry-card {
    -webkit-box-align: center;
            align-items: center;
  }
}

.people-card--entry-card .people-card__title {
  color: #fff;
  font-size: 1.90476rem;
  line-height: 2.28571rem;
  font-weight: 600;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0;
  word-spacing: 10000px;
}

@media (min-width: 730px) {
  .people-card--entry-card .people-card__title {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.pressreleases {
  position: relative;
}

.pressreleases:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 425px;
  height: 300px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/uploads/pressreleases_background.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 730px) {
  .pressreleases:before {
    height: 486px;
    width: 782px;
    left: 50%;
  }
}

.pressreleases__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
}

@media (min-width: 730px) {
  .pressreleases__wrapper {
    margin: 140px 0 0;
  }
}

.pressrelease {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  background: #fff;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

@media (max-width: 45.615em) {
  .pressrelease:nth-child(odd) {
    background: #eee;
  }
}

@media (min-width: 730px) {
  .pressrelease {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 275px;
  }
}

.pressrelease:nth-child(1) {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media (min-width: 730px) {
  .pressrelease:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.pressrelease:nth-child(2) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media (min-width: 730px) {
  .pressrelease:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.pressrelease:nth-child(n+3) {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

@media (min-width: 730px) {
  .pressrelease:nth-child(3n+3), .pressrelease:nth-child(3n+7) {
    background: #eee;
  }
}

.pressrelease__type {
  font-size: 0.57143rem;
  line-height: 0.7619rem;
  font-weight: 600;
  margin: 0 0 10px;
}

@media (min-width: 730px) {
  .pressrelease__type {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

.pressrelease__type span {
  font-size: 0.47619rem;
  line-height: 0.66667rem;
  font-weight: 300;
}

@media (min-width: 730px) {
  .pressrelease__type span {
    font-size: 0.66667rem;
    line-height: 1.14286rem;
  }
}

.pressrelease__title {
  font-size: 0.90476rem;
  line-height: 1.14286rem;
  font-weight: 600;
  margin: 0;
  display: block;
  width: 100%;
}

@media (min-width: 730px) {
  .pressrelease__title {
    font-size: 1.42857rem;
    line-height: 1.71429rem;
    margin-bottom: 25px;
  }
}

.pressrelease__title a {
  color: #000;
}

.pressrelease__title a:hover {
  text-decoration: underline;
}

.pressrelease-download:hover .pressrelease__title {
  text-decoration: underline;
}

.pressrelease .pressrelease__title {
  height: 75px;
  overflow: hidden;
}

@media (min-width: 730px) {
  .pressrelease .pressrelease__title {
    height: 110px;
  }
}

.pressrelease-download {
  color: #000;
  display: block;
}

.pressrelease-download:hover {
  text-decoration: none;
}

.pressrelease .pressrelease-download {
  padding: 40px;
}

@media (min-width: 730px) {
  .pressrelease .pressrelease-download {
    padding: 60px;
  }
}

.pressrelease-download__inner {
  font-size: 0.47619rem;
  line-height: 0.57143rem;
  font-weight: 600;
  background-image: url("../images/uploads/arrow_right-3.svg");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: calc(100% - 4px) center;
  padding-right: 25px;
  margin: 0;
  transition: all ease .15s;
}

.pressrelease-download:hover .pressrelease-download__inner {
  background-position: right center;
  text-decoration: underline;
}

@media (min-width: 730px) {
  .pressrelease-download__inner {
    font-size: 0.66667rem;
    line-height: 0.85714rem;
    background-size: 20px 13px;
    padding-right: 30px;
  }
}

.pressrelease-download__size {
  font-size: 0.47619rem;
  line-height: 0.57143rem;
  font-weight: 300;
}

@media (min-width: 730px) {
  .pressrelease-download__size {
    font-size: 0.66667rem;
    line-height: 0.85714rem;
  }
}

.pressrelease--entry-card {
  background: transparent !important;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  min-height: 190px;
  -webkit-box-align: center;
          align-items: center;
}

@media (min-width: 730px) {
  .pressrelease--entry-card {
    padding: 60px;
    text-align: center;
  }
}

.pressrelease--entry-card .pressrelease__title {
  color: #fff;
  font-size: 1.90476rem;
  line-height: 2.28571rem;
  font-weight: 600;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0;
  word-spacing: 10000px;
}

@media (min-width: 730px) {
  .pressrelease--entry-card .pressrelease__title {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.pressrelease--entry-card .pressrelease__link {
  color: #fff;
  width: 100%;
}

.slider__wrapper {
  position: relative;
  z-index: 1;
}

.slider__wrapper__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  background: #000;
  margin-bottom: 70px;
}

.slider__wrapper__inner .slick-dots {
  display: none;
}

.slider__wrapper__inner .slider__wrapper__inner__pager {
  list-style: none outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -15px;
  right: 80px;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  width: 50px;
  text-align: center;
}

.slider__wrapper__inner .slider__wrapper__inner__pager li {
  list-style: none outside none;
}

.slider__wrapper__inner .slider__wrapper__inner__pager li {
  display: none;
}

.slider__wrapper__inner .slider__wrapper__inner__pager li.slick-active {
  display: inline-block;
}

.slider__wrapper__inner-content {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.slider__wrapper__inner-content .slider__wrapper__image-wrapper {
  padding-bottom: 56.25%;
}

.slider__wrapper__inner-content img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: none;
  height: auto;
  min-height: 100%;
  width: auto;
  z-index: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  background: #000;
  width: 105px;
  border: none;
  bottom: -45px;
  color: black;
  font-size: 0;
  height: 90px;
  cursor: pointer;
  outline: none;
}

.slick-next {
  right: 0;
  background-image: url("../images/uploads/arrow_right-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}

.slick-prev {
  right: 105px;
  background-image: url("../images/uploads/arrow_left-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}

.table {
  border: 1px solid palette(grey, light);
  text-align: center;
  padding: 0;
}

.table__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  align-content: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 0;
}

.table__row-title {
  font-size: 0.66667rem;
  line-height: 1.14286rem;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  margin: 0.71429rem 0;
}

.table__column {
  border-color: palette(grey, light);
  border-style: solid;
  border-width: 1px 0 0 1px;
  -webkit-box-flex: 1;
          flex: 1 1 33.33%;
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.table__column:first-child {
  border-left: none;
}

.table__column-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.47619rem 10px;
}

.teaser__grid {
  flex-wrap: wrap;
}

@media (min-width: 45.625em) {
  .teaser__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
  }
}

.teaser__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.teaser__grid .teaser__wrapper {
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  margin: 0.2381rem 5px;
}

@media (min-width: 45.625em) {
  .teaser__grid .teaser__wrapper {
    height: 250px;
    padding: 0;
  }
}

.slider__wrapper .teaser__wrapper {
  padding-bottom: 33%;
}

@media (min-width: 45.625em) {
  .slider__wrapper .teaser__wrapper {
    height: 500px;
    padding: 0;
  }
}

.teaser__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  color: palette(white);
  text-align: center;
  align-content: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.teaser__text-content {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0 auto 0.47619rem auto;
}

.teaser__element {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: none;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(0.35) brightness(0.75);
          filter: grayscale(0.35) brightness(0.75);
}

@media (min-width: 45.625em) {
  .teaser__grid .teaser__element {
    max-height: 250px;
  }
}

.teaser-text-side__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 45.625em) {
  .teaser-text-side__wrapper {
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 45.625em) {
  .teaser-text-side__wrapper:nth-child(2n+1) .teaser-text-side__text__wrapper {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (min-width: 45.625em) {
  .teaser-text-side__wrapper:nth-child(2n+1) .teaser-text-side__image__wrapper {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.teaser-text-side__image__wrapper {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 45.625em) {
  .teaser-text-side__image__wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    height: 300px;
    padding: 0;
  }
}

.teaser-text-side__image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: auto;
  max-width: none;
  height: 100%;
  z-index: 1;
}

.teaser-text-side__text__wrapper {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  display: -webkit-box;
  display: flex;
  align-content: center;
  text-align: center;
  border: 1px solid palette(grey, light);
  flex-wrap: wrap;
  padding: 1.19048rem 10px;
}

@media (min-width: 45.625em) {
  .teaser-text-side__text__wrapper {
    -webkit-box-flex: 1;
            flex: 1 1 40%;
  }
}

.teaser-text-side__text,
.teaser-text-side__text__link {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.quote {
  clear: both;
  font-weight: 200;
  font-size: 2.28571rem;
  line-height: 2.61905rem;
  text-align: center;
  color: #1079D6;
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
  z-index: 10;
  font-style: italic;
  margin: 50px auto;
}

@media (min-width: 45.625em) {
  .quote {
    width: 90%;
  }
}

.quote:before, .quote:after {
  display: none;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 114px;
  height: 100%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}

@media (min-width: 45.625em) {
  .quote:before, .quote:after {
    display: block;
  }
}

.quote:before {
  left: -120px;
  background-image: url("../images/uploads/quotes_1.jpg");
  background-position: top center;
}

.quote:after {
  right: -120px;
  background-image: url("../images/uploads/quotes_2.jpg");
  background-position: bottom center;
}

.quote span {
  font-size: 0.85714rem;
  line-height: 1.19048rem;
  color: #4d4d4d;
  display: block;
  margin-top: 20px;
  z-index: 10;
}

.footer {
  background: #fff;
  width: 100%;
  display: block;
  z-index: 10;
  position: relative;
}

.footer-top {
  padding: 75px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 729px) {
  .footer-top {
    padding-bottom: 0;
  }
}

@media (min-width: 730px) {
  .footer-top {
    flex-wrap: nowrap;
    padding: 75px 0;
  }
}

.footer-menu {
  list-style: none outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  list-style: none outside none;
}

@media (min-width: 730px) {
  .footer-menu {
    -webkit-box-flex: 1;
            flex: 1 0 80%;
    max-width: none;
    width: 80%;
  }
}

.footer-menu > .menu__item {
  list-style: none outside none;
  width: 50%;
  margin: 0 auto 40px;
  padding: 0 5px;
}

@media (min-width: 730px) {
  .footer-menu > .menu__item {
    width: 25%;
    padding-right: 20px;
  }
}

.footer-menu .menu__link.nolink {
  display: block;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  margin-bottom: 0.95238rem;
  font-weight: 600;
  width: 100%;
  color: #000;
}

.footer-menu .menu__link {
  display: block;
  font-size: 0.57143rem;
  line-height: 0.7619rem;
  font-weight: 600;
  color: #4d4d4d;
  width: 100%;
}

@media (min-width: 0) and (max-width: 729px) {
  .footer-menu .menu__link {
    max-width: 140px;
  }
}

.footer-menu .footer-menu {
  display: block;
  width: auto;
}

.footer-menu .footer-menu > .menu__item {
  width: auto;
  margin: 0;
  padding: 5px 0;
}

@media (min-width: 730px) {
  .footer-menu .footer-menu {
    display: block;
  }
  .footer-menu .footer-menu > .menu__item {
    width: auto;
    padding-right: 0;
    margin: 0;
  }
}

.footer-menu__logo {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0;
}

@media (min-width: 0) and (max-width: 729px) {
  .footer-menu__logo {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 62px;
  }
}

.footer-menu__logo:last-child {
  max-width: 94px;
  padding: 0;
}

@media (min-width: 730px) {
  .footer-menu__logo {
    -webkit-box-flex: 0;
            flex: 0 1 100px;
    width: 20%;
    max-width: none;
    margin: 0 auto;
  }
}

.footer-menu__item-logo {
  display: block;
  width: 100%;
  max-width: 62px;
  height: 69px;
}

@media (min-width: 730px) {
  .footer-menu__item-logo {
    width: 100%;
    max-width: 94px;
    height: 104px;
  }
}

.footer-disclaimer {
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px 45px 55px 30px;
  border-top: #b3b3b3 1px solid;
}

@media (min-width: 730px) {
  .footer-disclaimer {
    flex-wrap: nowrap;
    width: 100%;
    padding: 45px 20px 55px 20px;
  }
}

.footer-disclaimer__item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  color: #000;
  font-size: 0.66667rem;
  line-height: 0.85714rem;
  font-weight: 400;
  max-width: 180px;
}

@media (min-width: 333px) {
  .footer-disclaimer__item {
    max-width: 200px;
  }
}

@media (min-width: 480px) {
  .footer-disclaimer__item {
    max-width: 340px;
  }
}

@media (min-width: 730px) {
  .footer-disclaimer__item {
    -webkit-box-flex: 1;
            flex: 1 1 50%;
    max-width: none;
  }
  .footer-disclaimer__item:last-child {
    text-align: right;
  }
}

.footer-disclaimer__item-link {
  color: #000;
  display: inline-block;
  padding: 0 10px;
}

.footer-disclaimer__item-link:first-child {
  padding-left: 0;
}

.footer-secondary-menu {
  list-style: none outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.footer-secondary-menu li {
  list-style: none outside none;
}

.footer-secondary-menu li {
  display: inline-block;
}

.footer-secondary-menu li {
  margin-left: 10px;
  padding-left: 10px;
}

.footer-secondary-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0 none;
}

.footer-secondary-menu a {
  color: #000;
}

/* The Modal (background) */
.modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  z-index: 9999;
}

@media (min-width: 980px) {
  .modal {
    overflow: auto;
    /* Enable scroll if needed */
  }
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-dialog {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 10;
}

@media (min-width: 980px) {
  .modal-dialog {
    margin-top: 200px;
    /* Location of the box */
    margin-bottom: 100px;
  }
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: auto;
  height: 100vh;
  padding-top: 56px;
}

@media (min-width: 980px) {
  .modal-content {
    height: auto;
    padding-top: 0;
  }
}

.modal-content .btn {
  border: 0 none;
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 600;
  background: url("../images/uploads/arrow_right-3.svg") no-repeat right center;
  background-size: 20px 13px;
  padding-right: 26px;
  border: 0 none;
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  margin-right: 20px;
}

.modal-content select,
.modal-content [type='text'] {
  margin-bottom: 10px;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 980px) {
  .modal-content select,
  .modal-content [type='text'] {
    width: auto;
  }
}

.modal__video .modal-content {
  overflow: visible;
}

.modal-header {
  padding: 10px 10px;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  background: #fff;
}

@media (min-width: 730px) {
  .modal-header {
    padding: 10px 40px;
  }
}

@media (min-width: 980px) {
  .modal-header {
    padding: 40px 40px;
    position: static;
  }
}

.modal__video .modal-header {
  padding: 0;
  height: auto;
}

.modal-title {
  margin: 0;
  color: #000000;
  font-size: 1.19048rem;
  line-height: 1.71429rem;
  font-weight: 500;
}

@media (min-width: 980px) {
  .modal-title {
    font-size: 1.33333rem;
    line-height: 1.71429rem;
  }
}

.modal-body {
  padding: 10px 10px;
  color: #b3b3b3;
  font-weight: 300;
  overflow: auto;
}

@media (min-width: 730px) {
  .modal-body {
    padding: 0 40px;
  }
}

.modal__video .modal-body {
  padding: 0;
}

.modal-footer {
  padding: 10px 10px;
}

@media (min-width: 730px) {
  .modal-footer {
    padding: 10px 40px;
  }
}

@media (min-width: 980px) {
  .modal-footer {
    padding: 20px 40px;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  background: none;
  border: 0 none;
  padding: 6px;
}

.modal__video .close {
  position: absolute;
  right: 0;
  top: -60px;
  padding: 0;
  height: 60px;
  width: 60px;
  background: #000;
  line-height: 30px;
  color: #fff;
  font-weight: 200;
}

.close.cancel {
  float: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal__video .close:hover, .modal__video
.close:focus {
  color: #fff;
}

.modal-video-triggers {
  width: 100%;
  height: 100%;
  z-index: 888;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-video-trigger {
  display: none;
  background-image: url("../images/uploads/video_button.png");
  background-size: 80px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 888;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 730px) {
  .modal-video-trigger {
    display: block;
  }
}

.modal-video-trigger--external {
  display: block;
}

@media (min-width: 730px) {
  .modal-video-trigger--external {
    display: none;
  }
}

.page-territories__main-slider {
  margin: -70px -30px 0;
}

.page-territories__main-slider .slider__wrapper__inner-content {
  width: 100%;
}

.page-territories__main-slider .slider__wrapper__image-wrapper {
  padding-bottom: 114.29%;
}

@media (min-width: 820px) {
  .page-territories__main-slider {
    float: left;
    width: calc(50% + 60px);
    margin: -71px 40px 0 -60px;
  }
}

@media (min-width: 1024px) {
  .page-territories__main-slider {
    margin-left: -160px;
    width: calc(50% + 160px);
  }
}

.page-territories__caption {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 0.57143rem;
  line-height: 0.66667rem;
}

@media (min-width: 730px) {
  .page-territories__caption {
    font-size: 1rem;
    line-height: 1.14286rem;
  }
}

.page-territories__subtitle {
  font-size: 1.52381rem;
  line-height: 1.71429rem;
  font-weight: 600;
}

@media (min-width: 730px) {
  .page-territories__subtitle {
    font-weight: 700;
    font-size: 2.28571rem;
    line-height: 2.85714rem;
  }
}

.brands-info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 980px) {
  .brands-info {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.brands-info__item {
  min-height: 185px;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  border-bottom: none;
  border-right: 1px solid #eee;
}

@media (min-width: 980px) {
  .brands-info__item {
    min-height: 235px;
  }
}

.brands-info__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 1px;
  background: #eee;
}

.brands-info__item:nth-child(2n+2) {
  border: none;
}

.brands-info__item:nth-child(2n+2):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 95%;
  height: 1px;
  background: #eee;
}

.brands-info__item img {
  width: 60%;
}

@media (min-width: 480px) {
  .brands-info__item img {
    width: 50%;
  }
}

.brands-info__item__link {
  margin: 0 auto;
}

.brands-info__title {
  font-size: 1.33333rem;
  line-height: 1.52381rem;
  font-weight: 700;
  max-width: 80%;
  text-align: left;
  word-spacing: 10000px;
}

@media (min-width: 600px) {
  .brands-info__title {
    font-size: 1.90476rem;
    line-height: 2.85714rem;
  }
}

@media (min-width: 730px) {
  .brands-info__title {
    font-size: 2.85714rem;
    line-height: 3.42857rem;
  }
}

@media (min-width: 980px) {
  .brands-info__title {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.key-figures {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 980px) {
  .key-figures {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.key-figures__item {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  min-height: 185px;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 0 35px;
  position: relative;
}

@media (min-width: 980px) {
  .key-figures__item {
    padding: 0 10px 0 90px;
    min-height: 235px;
  }
}

.key-figures__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 1px;
  background: #eee;
}

.key-figures__item:nth-child(2n+2) {
  background-color: #fff;
}

.key-figures__item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.key-figures__item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
          order: 1;
  background-color: #eee;
}

.key-figures__item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  width: 95%;
  height: 1px;
  background: #fff;
}

.key-figures__item:nth-child(n+3) {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.key-figures__item:nth-child(2n+3) {
  background-color: #eee;
}

.key-figures__item:nth-child(2n+3):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  width: 95%;
  height: 1px;
  background: #fff;
}

.key-figures__item__value {
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.14286rem;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 600px) {
  .key-figures__item__value {
    font-size: 2.14286rem;
    line-height: 2.38095rem;
  }
}

@media (min-width: 730px) {
  .key-figures__item__value {
    font-size: 2.61905rem;
    line-height: 2.85714rem;
  }
}

@media (min-width: 980px) {
  .key-figures__item__value {
    font-size: 3.09524rem;
    line-height: 3.33333rem;
  }
}

.key-figures__item__caption {
  font-weight: 600;
  font-size: 0.66667rem;
  line-height: 0.85714rem;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 730px) {
  .key-figures__item__caption {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}

.key-figures__title {
  font-size: 1.33333rem;
  line-height: 1.52381rem;
  font-weight: 700;
  text-align: left;
  word-spacing: 10000px;
}

@media (min-width: 600px) {
  .key-figures__title {
    font-size: 1.90476rem;
    line-height: 2.85714rem;
  }
}

@media (min-width: 730px) {
  .key-figures__title {
    font-size: 2.85714rem;
    line-height: 3.42857rem;
  }
}

@media (min-width: 980px) {
  .key-figures__title {
    font-size: 3.80952rem;
    line-height: 3.42857rem;
  }
}

.views-layout {
  background: #fff;
}

.views-layout__filters {
  background: #eeeeee;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 820px) {
  .views-layout__filters {
    flex-wrap: nowrap;
  }
}

.views-layout__filters form {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

@media (min-width: 480px) {
  .views-layout__filters form {
    padding: 0 20px;
  }
}

.views-layout__filters .form-item,
.views-layout__filters .container-inline-date .date-padding {
  margin: 0;
  width: 100%;
}

.views-layout__filters select {
  background-color: transparent;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 150px;
  border-radius: 0;
  width: 100%;
}

.views-layout__filters .views-exposed-widget {
  padding: 20px 10px;
  position: relative;
}

@media (min-width: 0) and (max-width: 479px) {
  .views-layout__filters .views-exposed-widget {
    width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}

@media (min-width: 480px) {
  .views-layout__filters .views-exposed-widget {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}

.views-layout__filters .views-exposed-widgets {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .views-layout__filters .views-exposed-widgets > div:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-right: 1px solid #b3b3b3;
  }
}

@media (min-width: 820px) {
  .views-layout__filters .views-exposed-widgets {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .views-layout__filters .views-exposed-widgets {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .views-layout__filters .views-exposed-widgets > div:nth-child(-1n+2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-right: 1px solid #b3b3b3;
  }
}

.views-layout__filters .views-submit-button {
  height: 40px;
  width: 40px;
  position: relative;
}

@media (min-width: 0) and (max-width: 979px) {
  .views-layout__filters .views-submit-button {
    margin-bottom: 20px;
  }
}

.views-layout__filters .views-submit-button .throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  height: 40px;
  width: 40px;
  background: url("../images/ajax-loader.gif") no-repeat center center;
  margin: 0;
}

@media (min-width: 1024px) {
  .view-search-content .views-layout__filters .views-exposed-widgets {
    padding-left: 20px;
    padding-right: 50px;
  }
}

.view-search-content .views-layout__filters .views-exposed-widgets > div:after {
  content: none;
}

.view-search-content .views-layout__filters .views-submit-button {
  width: auto;
  height: auto;
  margin-bottom: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.view-search-content .views-layout__filters .views-widget-filter-search_api_views_fulltext {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.view-search-content .views-layout__filters .views-widget-filter-search_api_views_fulltext input {
  width: 100%;
}

.views-layout__filters__title {
  background: #dfdfdf;
  padding: 20px 30px;
  align-self: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  font-weight: 600;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

@media (min-width: 820px) {
  .views-layout__filters__title {
    padding: 20px 60px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}

.views-layout__content {
  padding: 30px;
}

@media (min-width: 820px) {
  .views-layout__content {
    padding: 30px 60px;
  }
}

.views-layout__content .views-row {
  border-bottom: 1px solid #b3b3b3;
  padding: 30px 0;
}

@media (min-width: 820px) {
  .views-layout__content .views-row {
    padding: 30px;
  }
}

.views-layout__content .views-row:first-child {
  border-top: 1px solid #b3b3b3;
}

.views-layout__footer {
  background: #fff;
  margin-top: 30px;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

/*
** HEADER FILTER
*/
.financial-reports__header {
  height: 125px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0;
  background: #eee;
}

.financial-reports__header-item {
  align-content: center;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  align-content: center;
  color: #000;
}

.financial-reports__header-link {
  color: #000;
  font-size: 1.42857rem;
  line-height: 1.66667rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
  background-image: url(../images/uploads/financial_arrow.png), url(../images/uploads/financial_separator.png);
  background-position: 95% center, right center;
  background-repeat: no-repeat;
}

.financial-reports__header-item:last-child .financial-reports__header-link {
  background-image: url("../images/uploads/financial_arrow.png");
  background-position: 95% center;
}

.financial-reports__header-title {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  -webkit-box-align: center;
          align-items: center;
}

/*
** RESULTS LISTING
*/
.financial-report {
  background: #fff;
  position: relative;
  z-index: 10;
  background-image: url("../images/uploads/pdf_icon.jpg");
  background-repeat: no-repeat;
  background-size: 27px 30px;
  background-position: right center;
  padding-right: 50px;
}

.financial-report__link {
  color: #000;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.financial-report__link:hover {
  text-decoration: underline;
}

.financial-report__type {
  font-size: 0.85714rem;
  line-height: 1.19048rem;
  font-weight: 600;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  margin: 0 0 10px;
}

.financial-report__type span {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 300;
}

.financial-report__title {
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: 600;
  max-width: 95%;
}

.financial-report__download {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-weight: 600;
}

.financial-report__download span {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 300;
}

.financial-report__download img {
  width: 20px;
  height: 20px;
}

.list-teaser {
  background: #fff;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 50px;
  background-image: url("../images/uploads/url_icon.jpg");
  background-size: 21px 21px;
}

@media (min-width: 0) and (max-width: 729px) {
  .list-teaser {
    background-position: bottom left;
  }
}

.list-teaser.node-territories {
  background-image: url("../images/uploads/globe_icon.jpg");
  background-size: 23px 23px;
}

.list-teaser.node-pdf {
  background-size: 27px 30px;
}

@media (min-width: 0) and (max-width: 729px) {
  .list-teaser.node-pdf {
    padding-right: 0;
    padding-bottom: 45px;
    background-position: bottom left;
  }
}

.list-teaser.node-pdf.application-pdf {
  background-image: url("../images/uploads/pdf_icon.jpg");
}

.list-teaser.node-pdf.application-vndopenxmlformats-officedocumentspreadsheetmlsheet, .list-teaser.node-pdf.application-vndms-excel {
  background-image: url("../images/uploads/xls_icon.jpg");
}

.list-teaser.node-pdf.audio-mpeg {
  background-image: url("../images/uploads/audio_icon.jpg");
}

.list-teaser.node-pdf.video-mp4 {
  background-image: url("../images/uploads/video_icon.jpg");
}

.list-teaser.node-page {
  background-image: url("../images/uploads/url_icon.jpg");
  background-size: 21px 21px;
}

@media (min-width: 0) and (max-width: 729px) {
  .list-teaser.node-page {
    background-position: bottom left;
  }
}

.read-more a {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 600;
  background-image: url("../images/uploads/arrow_right-3.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: right center;
  padding-right: 26px;
  margin: 0;
}

.career-teaser__title {
  font-size: 1.42857rem;
  line-height: 1.66667rem;
  font-weight: 600;
  margin-top: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.career-teaser__body {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 0.66667rem;
  line-height: 1.14286rem;
}

@media (min-width: 730px) {
  .career-teaser__body {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}

@media (min-width: 820px) {
  .career-teaser__body {
    margin-left: 30px;
  }
}

@media (min-width: 820px) {
  .career-teaser__link {
    margin-left: 30px;
  }
}

.career-teaser__link a {
  font-size: 0.66667rem;
  line-height: 0.95238rem;
  font-weight: 600;
  background-image: url("../images/uploads/arrow_right-3.svg");
  background-repeat: no-repeat;
  background-size: 20px 13px;
  background-position: right center;
  padding-right: 26px;
  margin: 0;
}

.agenda {
  background: #fff;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 820px) {
  .agenda {
    padding: 50px;
  }
}

.agenda__title {
  font-size: 0.85714rem;
  line-height: 1.19048rem;
  font-weight: 600;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  margin: 10px 0 10px 20px;
}

.agenda__results {
  width: 100%;
}

.agenda__results .agenda-result {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  padding: 0 20px;
  border-right: 2px solid #eee;
  margin-bottom: 20px;
}

.agenda__results .agenda-result:last-child {
  border-right: none;
}

@media (min-width: 0) and (max-width: 979px) {
  .agenda__results .agenda-result:nth-child(2) {
    border-right: none;
  }
}

@media (min-width: 980px) {
  .agenda__results .agenda-result {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
}

.agenda__results-inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.contact-form {
  background: #fff;
  padding: 70px 30px;
}

@media (min-width: 45.625em) {
  .contact-form {
    padding: 70px 60px;
  }
}

@media (min-width: 45.625em) {
  .contact-form .form-item {
    padding: 0 20px;
    float: left;
    width: 50%;
  }
}

.contact-form .webform-component--address--street-address,
.contact-form .webform-component--address--address-line-2,
.contact-form .webform-component--comments {
  width: 100%;
}

.contact-form [type='text'],
.contact-form [type='search'],
.contact-form [type='tel'],
.contact-form [type='url'],
.contact-form [type='email'],
.contact-form [type='password'],
.contact-form [type='date'],
.contact-form [type='time'],
.contact-form [type='number'],
.contact-form textarea,
.contact-form select {
  width: 100%;
}

.contact-form fieldset {
  clear: both;
}

.contact-form .form-actions {
  clear: both;
  text-align: center;
}

.contact-form .button,
.contact-form button,
.contact-form [type='button'],
.contact-form [type='reset'],
.contact-form [type='submit'] {
  font-size: 32px;
  padding-right: 36px;
}

.webform-component-fieldset {
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
}

@media (min-width: 45.625em) {
  .webform-component-fieldset legend {
    margin-left: 20px;
    padding: 0;
  }
  .webform-component-fieldset .fieldset-wrapper {
    overflow: hidden;
    margin: -0.47619rem 0 -1.14286rem;
  }
}

/*
** Code from client
*/
.contact-form.subscribe, .contact-form.unsubscribe {
  padding: 70px 0px;
}

legend label {
  margin-bottom: -7px;
}

.ginput_complex .form-item {
  display: block;
}

.gfield_checkbox input {
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0;
}

#btn-unsubcribe-container {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

a.btn-unsubscribe {
  text-align: center;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  transition: all ease .15s;
  padding-right: 36px;
  background-image: url(/sites/all/themes/zen_altice/images/uploads/arrow_right-3.svg);
  background-repeat: no-repeat;
  background-position: 98.5% center;
  background-size: 20px 13px;
}

a.btn-unsubscribe:hover {
  background-position: 100%;
}

.contact-form.unsubscribe .gform_footer, .contact-form.subscribe .gform_footer {
  margin-top: 20px;
}

a.btn-unsubscribe {
  color: #000;
}

.gfield_error {
  background: rgba(255, 0, 0, 0.1);
  padding: 10px 0;
  display: block;
  float: left;
  width: 100%;
}

.contact-form .gfield_error.form-item {
  padding: 15px 20px;
}

/*Admin tab to edit content*/
.layout-container .tabs {
  position: relative;
}

/*
**.contact-form__input_checkbox
*/
.gfield_checkbox > div {
  width: 24px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.gfield_checkbox > div label {
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 11px;
}

.gfield_checkbox > div label:before {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #b3b3b3;
  z-index: 10;
  border-radius: 5px;
}

.gfield_checkbox > div label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: url("../images/checkbox_checked.png") no-repeat center center;
  opacity: 0;
  z-index: 20;
}

.gfield_checkbox > div input[type=checkbox] {
  visibility: hidden;
}

.gfield_checkbox > div input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.contact-form-top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 37.5em) {
  .contact-form-top {
    flex-wrap: nowrap;
    padding-left: 20px;
  }
}

.contact-form-top__item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (max-width: 37.49em) {
  .contact-form-top__item {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
  }
}

@media (min-width: 37.5em) {
  .contact-form-top__item {
    padding: 0 20px;
    border-left: 2px solid #eee;
    -webkit-box-flex: 0;
            flex: 0 0 33%;
  }
}

@media (max-width: 37.49em) {
  .contact-form-top__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

.contact-form-top__title {
  font-size: 0.66667rem;
  line-height: 1.14286rem;
  margin-bottom: 1.14286rem;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-form-top__description {
  font-size: 0.66667rem;
  line-height: 1.14286rem;
  margin: 0 0 -1.14286rem;
}

.paragraphs-item-pdf-bundle {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .paragraphs-item-pdf-bundle {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.field-name-field-bundle-pdf-title {
  font-weight: 600;
  margin: 0 0 2.28571rem;
  font-size: 1.19048rem;
  line-height: 1.38095rem;
}

@media (min-width: 730px) {
  .field-name-field-bundle-pdf-title {
    font-size: 1.52381rem;
    line-height: 1.71429rem;
  }
}

.field-name-field-bundle-pdf-ref .field-item {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 0;
}

@media (min-width: 820px) {
  .field-name-field-bundle-pdf-ref .field-item {
    padding: 20px 30px;
  }
}

.field-name-field-bundle-pdf-ref .field-item:first-child {
  border-top: 1px solid #b3b3b3;
}

.field-name-field-bundle-pdf-ref .pressrelease__type {
  margin-bottom: 0;
}

/*# sourceMappingURL=styles.css.map */
