.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
}

a {
  border-bottom: 1px solid #f4882e;
  color: #333;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 28px;
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

.slider {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.mid-column-holder {
  margin-top: -20px;
}

.mid-column-holder.news-page {
  margin-top: 100px;
}

.central-column {
  position: relative;
  z-index: 10;
  width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 70px 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.central-column.about-holder {
  width: auto;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  padding-bottom: 60px;
  border-radius: 10px;
}

.central-column.about-holder.m-ten-up {
  margin-top: -10px;
}

.central-column.bottom-20 {
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-selector {
  margin-right: 30px;
  margin-left: 30px;
  padding: 5px 40px;
  border-bottom-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #f4882e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-selector.w--current {
  background-color: #f4882e;
  color: #fff;
}

.index-tabs {
  margin-top: 10px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-content.vertical {
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-content.board {
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-content.desktop {
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-content.mobile {
  display: none;
}

.tab-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
}

.paragraph-std {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.half-column {
  width: 50%;
  height: auto;
}

.half-column.left {
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.half-column.right {
  padding-left: 60px;
}

.half-column.visi-left {
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.half-column-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.half-column-holder.agency-details {
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.content-holder {
  width: 100%;
  margin-top: 30px;
}

.content-holder.hidden {
  display: none;
}

.news-item-icon {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.news-item-icon.in-button {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.news-item-icon.navbar {
  width: 20px;
  margin: 0px 20px;
  border-bottom-style: none;
}

.news-item-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.news-item-metadata {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
}

.news-item-metadata.with-image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.s1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/anastasia-dulgier-675663-unsplash_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/anastasia-dulgier-675663-unsplash_1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.leaders-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 10px 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leader-face {
  height: 100px;
  margin-right: 20px;
  border-radius: 90px;
}

.leader-face.large {
  height: 180px;
  margin-right: 30px;
}

.leader-text {
  position: static;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.person-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.members-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  height: 110px;
  margin-right: 0.9%;
  margin-bottom: 30px;
  margin-left: 0.9%;
  padding: 20px 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.agency-holder:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.agency-name {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.agency-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  max-height: 44px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agency-country {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
}

.agency-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agency-logo {
  max-height: 44px;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.person:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.person.expanded {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 0px 0px;
  border-top-style: solid;
  border-radius: 0px;
  box-shadow: none;
  cursor: default;
}

.person.full-width {
  width: 100%;
}

.news-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

.news-element:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.news-element.as-button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #f4882e;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.news-element.as-button:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.news-element.no-padding {
  position: relative;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.news-element.no-padding.vertical {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
}

.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.twitter:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.image {
  width: 50%;
}

.scroll-indicator {
  display: none;
}

.s2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/vienna.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/vienna.jpg');
  background-position: 0px 0px, 50% 88%;
  background-size: auto, cover;
}

.slide-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-height: 80%;
  min-height: 40%;
  padding-bottom: 80px;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.95;
}

.slide-agency-logo {
  max-height: 100px;
  max-width: 300px;
}

.slide-agency-name {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 80px;
  font-weight: 800;
  text-align: right;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.slide-since {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}

.slide-button {
  width: 140px;
  margin-top: 10px;
  padding: 5px 40px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.slide-button.w--current {
  background-color: #f4882e;
  color: #fff;
}

.bar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bar.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 40;
  height: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.bar.fixed-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 40;
  display: none;
  height: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.color-nav {
  width: 100%;
  margin-top: 0px;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-white {
  margin-left: 20px;
  padding: 12px 18px 10px;
  cursor: pointer;
}

.full-column {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.full-column.no-border {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.news-year {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}

.menu-alternate {
  margin-right: 40px;
  padding: 12px 18px 10px;
}

.menu-alternate.w--open {
  background-color: #fff;
}

.nav-link {
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: solid;
  font-family: Raleway, sans-serif;
  color: #212c47;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.nav-link:hover {
  border-bottom-style: solid;
}

.nav-link.w--current {
  color: #212c47;
}

.nav-link.home {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.tabs-content {
  overflow: visible;
}

.button-text-holder {
  color: #fff;
}

.icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.about-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-spacer {
  width: 15%;
}

.button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.brand-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 60px;
  margin-top: 10px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.brand-color.home-white {
  margin-top: 20px;
}

.logo-color {
  width: 120px;
}

.year-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.thumb-news {
  width: 280px;
  height: 168px;
  margin-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/kamil-gliwinski-568269-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-news.for-top {
  width: 100%;
  height: 200px;
  margin-right: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/default-cover.jpg');
  background-size: cover;
}

.thumb-news.for-top._2 {
  background-image: url('../images/anastasia-dulgier-675663-unsplash.jpg');
  background-size: cover;
}

.thumb-news.for-top._3 {
  background-image: url('../images/jorge-fernandez-salas-1196269-unsplash.jpg');
  background-size: cover;
}

.thumb-news.for-top.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.thumb-news.more-thumb {
  width: 100%;
  height: 150px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.thumb-news.more-thumb._2 {
  background-image: url('../images/anastasia-dulgier-675663-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.thumb-news.more-thumb._3 {
  background-image: url('../images/jorge-fernandez-salas-1196269-unsplash.jpg');
  background-size: cover;
}

.year-news-holder {
  margin-top: 60px;
}

.plus-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  cursor: pointer;
}

.plus-icon.hidden {
  display: none;
}

.minus-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.minus-icon.hidden {
  display: none;
  cursor: pointer;
}

.page-nav {
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
}

.page-nav-link {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #f4882e;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.page-nav-link.active {
  font-weight: 400;
}

.page-nav-link.spacer {
  border-bottom-style: none;
  color: #d3d3d3;
  font-weight: 400;
}

.article-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
}

.cut-corners {
  position: relative;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cut-corners.wide-desktop {
  position: relative;
  z-index: 20;
  width: 1200px;
  border-radius: 10px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.cut-corners.about {
  position: relative;
  z-index: 20;
  width: 1200px;
  border-radius: 10px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.article-title-holder {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-title-holder.vert-aligned {
  width: 100%;
  height: 100%;
  padding: 20px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-title-holder.no-img {
  width: 100%;
}

.footer {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 80px 60px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.footer.fixed-footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.footer-small-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.home-articles-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.highlight {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 24px;
  background-color: #f4882e;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.news-title-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-title-vertical.event {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.event-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

.event-element:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.event-element.disabled {
  opacity: 0.5;
}

.events-holder {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in-line-button {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.holder-1000 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  display: inline-block;
  margin-right: 30px;
  padding-top: 5px;
  border-bottom: 1px solid #f4882e;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.footer-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.logo-footer {
  width: 180px;
}

.files-holder {
  margin-top: 40px;
}

.contact-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: default;
}

.contact-element:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.contact-card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-details-logo {
  max-height: 90px;
  max-width: 250px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.youtube-embed {
  overflow: hidden;
  border-radius: 10px;
}

.home-bar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mobile-menu-logo {
  display: none;
}

.members-holder-inpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-twitter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 60px;
  padding: 30px 40px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.agency-twitter:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.contact-item-details {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 24px;
}

.contact-item-details.position {
  margin-top: 10px;
}

.contact-person {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.board-name {
  margin-top: 0px;
}

.event-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}

.event-empty-holder {
  margin-top: 30px;
}

.private {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #f4882e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.person-name {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.about-more-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

.about-more-element:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.about-more-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-more-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.about-more-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.scroll-indicator-vertical {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 12px;
}

.agency-twitter-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.public {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #333;
}

.login-holder {
  position: relative;
  z-index: 10;
  width: 50%;
  height: auto;
  margin: 100px auto 20px;
  padding: 70px 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.login-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-instructions {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}

.login-button {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 10px;
  background-color: #f4882e;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.forgot-password {
  margin-top: 20px;
  margin-bottom: 0px;
}

.form-field {
  font-family: 'Open Sans', sans-serif;
}

.remember-me {
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 20px;
}

.check-label {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.user-account-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-more-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

.account-more-element:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.agency-holder-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.agency-holder-full:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.photo-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 10px;
  text-align: right;
}

.photo-copy-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 1200px;
  margin: 20px auto 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: right;
}

.copyright-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  display: block;
  margin-right: 6px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.logo-add {
  display: block;
  width: auto;
  height: 12px;
  margin-top: 0px;
  margin-bottom: 2px;
}

.addictad-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  text-decoration: none;
}

.copy-spacer {
  display: block;
  margin-right: 6px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991px) {
  .central-column {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .central-column.about-holder {
    margin-right: 50px;
    margin-left: 50px;
  }
  .tabs-menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tab-selector {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab-content {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-column {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .news-element.no-padding.vertical {
    width: 100%;
  }
  .image {
    width: 100%;
  }
  .slide-holder {
    padding-right: 75px;
  }
  .slide-agency-logo {
    max-height: 80px;
    max-width: 200px;
  }
  .slide-agency-name {
    font-size: 36px;
    line-height: 60px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .slide-button {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-white {
    color: #fff;
  }
  .thumb-news.for-top.bb {
    height: 220px;
  }
  .article-title {
    margin-bottom: 20px;
  }
  .cut-corners.wide-desktop {
    width: 100%;
  }
  .cut-corners.about {
    width: 100%;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-container {
    width: auto;
  }
  .home-articles-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .holder-1000 {
    width: 100%;
    min-width: auto;
  }
  .logo-footer {
    width: 100px;
  }
  .login-holder {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .central-column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .half-column.left {
    padding-right: 30px;
  }
  .half-column.right {
    padding-left: 30px;
  }
  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-link {
    margin-right: 20px;
    text-align: center;
  }
  .logo-footer {
    width: 80px;
  }
  .photo-copy-home {
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  h3 {
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
  }
  ul {
    font-size: 14px;
  }
  .slider {
    height: 62vh;
  }
  .mid-column-holder {
    margin-top: -30px;
  }
  .mid-column-holder.news-page {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .central-column {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 20px 30px;
  }
  .central-column.about-holder {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .central-column.about-holder.m-ten-up {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .tabs-menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-selector {
    min-width: 90px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
  }
  .index-tabs {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-content.vertical {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .tab-content.board {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .tab-content.desktop {
    display: none;
  }
  .tab-content.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-column {
    width: 100%;
    margin-top: 30px;
  }
  .section-title {
    font-size: 26px;
    line-height: 40px;
  }
  .paragraph-std {
    font-size: 14px;
  }
  .half-column {
    width: 100%;
  }
  .half-column.left {
    display: none;
    padding-right: 0px;
    border-right-style: none;
  }
  .half-column.right {
    padding-left: 0px;
  }
  .half-column.visi-left {
    display: block;
    padding-right: 0px;
    border-right-style: none;
  }
  .half-column-holder {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }
  .half-column-holder.agency-details {
    margin-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news-item-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 60px;
  }
  .news-item-icon.in-button {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
  }
  .news-item-icon.navbar {
    position: relative;
    width: 20px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
  }
  .news-item-icon.navbar.hide {
    display: none;
  }
  .news-item-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .news-item-metadata {
    padding-top: 0px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 24px;
  }
  .news-item-metadata.with-image {
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .s1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
    opacity: 1;
  }
  .leaders-holder {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .leader-face {
    height: 60px;
  }
  .leader-face.large {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    border-radius: 200px;
  }
  .leader-text {
    line-height: 24px;
  }
  .person-text-holder {
    width: 100%;
    height: auto;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .members-holder {
    position: static;
    overflow: scroll;
    height: 380px;
    margin-top: 0px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .agency-holder {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .agency-country {
    line-height: 20px;
  }
  .agency-text-holder {
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .members-horizontal-holder {
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
  }
  .person {
    width: 98%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .person.expanded {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-style: solid;
    border-bottom-style: none;
    cursor: default;
  }
  .news-element {
    width: auto;
    margin-bottom: 30px;
    padding: 20px;
  }
  .news-element.as-button {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4882e;
  }
  .news-element.no-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-element.no-padding.vertical {
    width: 100%;
  }
  .twitter {
    width: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image {
    width: 100%;
    margin-top: 20px;
  }
  .scroll-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    color: rgba(51, 51, 51, 0.3);
    font-size: 12px;
    text-align: center;
  }
  .s2 {
    background-position: 50% 50%;
  }
  .slide-holder {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 70%;
  }
  .slide-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    margin-bottom: 70px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slide-agency-logo {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 200px;
  }
  .slide-agency-name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
  }
  .slide-since {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
  }
  .right-arrow {
    width: 30px;
  }
  .left-arrow {
    width: 30px;
  }
  .slide-button {
    width: 100px;
    min-width: 90px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 15px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }
  .bar {
    height: 60px;
    padding-right: 0px;
    background-color: transparent;
  }
  .bar.fixed {
    height: 60px;
    padding-right: 0px;
  }
  .bar.fixed-home {
    height: 60px;
    padding-right: 0px;
  }
  .nav-container {
    width: 100%;
    height: 60px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-container.color-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-white {
    z-index: 100;
    margin-left: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }
  .menu-white.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 6px;
    margin-right: 10px;
    background-color: transparent;
    color: #f4882e;
  }
  .full-column {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .full-column.no-border {
    border-bottom-style: none;
  }
  .news-year {
    line-height: 30px;
    text-align: left;
  }
  .menu-alternate {
    z-index: 100;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #f4882e;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .menu-alternate.w--open {
    color: #f4882e;
  }
  .nav-link {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }
  .nav-link.home {
    margin-right: 40px;
    margin-bottom: 15px;
    margin-left: 40px;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: #f4882e;
    color: #212c47;
    font-weight: 600;
    text-shadow: none;
  }
  .tabs-content {
    overflow: visible;
  }
  .button-text-holder {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .icon-holder {
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-button-holder {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-spacer {
    display: none;
  }
  .button-text {
    font-size: 11px;
  }
  .brand-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 0px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-color.home-white {
    margin-top: 0px;
  }
  .logo-color {
    width: auto;
    height: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .thumb-news {
    width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .thumb-news.more-thumb {
    height: 120px;
  }
  .year-news-holder {
    margin-top: 30px;
  }
  .plus-icon {
    width: 20px;
    height: 20px;
  }
  .minus-icon {
    width: 20px;
    height: 20px;
  }
  .page-nav {
    padding-top: 20px;
  }
  .page-nav-link {
    color: #212c48;
  }
  .article-title {
    font-size: 26px;
    line-height: 40px;
  }
  .cut-corners {
    margin-top: -10px;
  }
  .cut-corners.wide-desktop {
    overflow: hidden;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .cut-corners.about {
    overflow: hidden;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: -20px 0 40px 0 rgba(0, 0, 0, 0.05);
  }
  .article-title-holder {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .news-title-holder {
    width: 100%;
    padding: 20px;
  }
  .news-title-holder.vert-aligned {
    padding: 20px;
  }
  .news-title-holder.no-img {
    padding: 0px;
  }
  .footer {
    padding: 60px 40px;
  }
  .footer-container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .footer-small-text {
    padding-right: 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  .home-articles-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .highlight {
    font-size: 10px;
  }
  .news-title-vertical.event {
    margin-top: 0px;
  }
  .event-item-icon {
    width: 20px;
    height: 20px;
  }
  .event-element {
    width: auto;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .in-line-button {
    margin-left: 0px;
  }
  .holder-1000 {
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-link {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    color: #212c48;
    font-size: 14px;
    font-weight: 600;
  }
  .footer-links-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-footer {
    width: 60%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-link-holder {
    width: 40%;
    text-align: center;
  }
  .files-holder {
    margin-top: 40px;
  }
  .contact-element {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: default;
  }
  .agency-details-logo {
    width: auto;
    margin-bottom: 30px;
  }
  .youtube-embed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .arrow-left {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
  }
  .arrow-right {
    margin-right: 10px;
    font-size: 20px;
  }
  .home-bar {
    height: 60px;
    padding-right: 0px;
    background-color: transparent;
  }
  .menu-items-holder {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-logo {
    display: block;
    width: 35%;
    margin-bottom: 15px;
  }
  .nav-items {
    position: fixed;
    width: 100%;
    padding-top: 60px;
    background-color: #fff;
  }
  .members-holder-inpage {
    position: static;
    overflow: scroll;
    margin-top: 0px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .agency-twitter {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px 26px 20px 20px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .metadata-container {
    margin-left: 0px;
  }
  .contact-item-details {
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 24px;
  }
  .contact-item-details.position {
    margin-top: 0px;
  }
  .contact-person {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .board-name {
    margin-bottom: 10px;
  }
  .event-empty-holder {
    margin-top: 30px;
  }
  .private {
    display: inline-block;
  }
  .person-name {
    font-size: 14px;
    line-height: 26px;
  }
  .about-more-element {
    width: auto;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-more-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-more-icon {
    width: 20px;
    height: 20px;
  }
  .about-more-title {
    font-size: 14px;
    line-height: 26px;
  }
  .scroll-indicator-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    color: rgba(51, 51, 51, 0.3);
    font-size: 12px;
    text-align: center;
  }
  .agency-twitter-embed {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .public {
    display: inline-block;
  }
  .login-holder {
    width: auto;
    margin: 70px 10px 10px;
    padding: 20px 20px 30px;
  }
  .login-all {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .login-instructions {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  .login-button {
    width: 100%;
  }
  .check-label {
    font-weight: 600;
  }
  .user-account-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account-more-element {
    width: auto;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .agency-holder-full {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .photo-copy {
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .photo-copy-home {
    max-width: 100%;
    margin-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 9px;
  }
  .copyright-holder {
    margin-top: 20px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright {
    margin-right: 5px;
  }
  .addictad-link {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copy-spacer {
    display: none;
    margin-right: 5px;
  }
}

