.button-rounded-big {
  display: inline-block;
  border-radius: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 156px;
  height: 51px;
  line-height: 47px;
  padding: 0 40px;
  border: 2px solid #fff;
}

.button-rounded-small {
  display: inline-block;
  border-radius: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 75px;
  line-height: 18px;
  padding: 8px 30px;
  border: 1px solid #fff;
}

.button-background-red {
  background: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

.button-background-red:hover {
  opacity: 0.7;
}

.button-background-blue-green {
  background: #4c8ea6;
  color: #fff;
}

.button-background-blue-green:hover {
  opacity: 0.7;
}

.button-border-blue-green {
  border-color: #4c8ea6;
  color: #4c8ea6;
}

.button-border-blue-green:hover {
  background: #4c8ea6;
  color: #fff;
}

.button-border-red {
  border-color: #dc6060;
  color: #dc6060;
}

.button-border-red:hover {
  opacity: 0.7;
}

.button-border-white {
  border-color: #fff;
  color: #fff;
}

.button-border-white:hover {
  background: #fff;
  color: #4c8ea6;
}

.button-outline:hover {
  opacity: 1;
}

.pdf-icon {
  background: url(/img/new/icon-pdf-boxed.svg) left 30px top 11px no-repeat;
  background-size: 21px 24px;
  padding-left: 60px;
  padding-right: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pdf-icon {
    font-size: 12px;
  }
}

.scroll-arrow-thin {
  bottom: 60px;
  display: table;
  width: 50px;
  height: 50px;
  opacity: .7;
  transition: opacity .2s linear;
}

@media (min-width: 320px) and (max-width: 767px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

.scroll-arrow-thin span {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 57px;
  color: #fff;
}

.header-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  color: #000;
}

html.dark h2 {
  color: #fff;
}

h3 {
  color: #000;
}

html.dark h3 {
  color: #fff;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

html.dark h4 {
  color: #fff;
}

h5 {
  color: #000;
}

html.dark h5 {
  color: #fff;
}

.header-title {
  font: 200 40px/50px 'Titillium Web', sans-serif;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-title {
    font: 200 24px/30px 'Titillium Web', sans-serif;
    padding: 0 20px;
  }
}

body.headerless .header-title {
  margin-top: 30px;
  font-weight: 300;
  color: #000;
}

html.dark body.headerless .header-title {
  color: #fff;
}

.second-title {
  margin: 10px auto;
  font: 200 26px/32px 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .second-title {
    font: 200 24px/32px 'Source Sans Pro', sans-serif;
  }
}

.main-title {
  font: 300 36px/42px 'Titillium Web', sans-serif;
  color: #000;
}

html.dark .main-title {
  color: #fff;
}

.sub-title {
  font: 400 22px/30px "Source Sans Pro",sans-serif;
  color: #000;
  margin-bottom: 15px;
}

html.dark .sub-title {
  color: #fff;
}

.subtitle {
  font: 600 16px/24px 'Source Sans Pro', sans-serif;
  color: #3c427f;
}

html.dark .subtitle {
  color: #D2D0FF;
}

.tagline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.tagline a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #4c8ea6;
}

.subtagline {
  font: 400 16px/22px 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Start Menu Style */
.header-wrapper {
  position: relative;
  width: 100%;
}

.top-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 16;
}

.top-menu-container .top-nav-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 0 20px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.1s ease-in-out;
}

.top-menu-container .top-nav-container .top-logo {
  position: absolute;
  top: 17px;
  display: block;
  width: 150px;
  height: 40px;
  background: url(/img/new/axigen-logo-2015.svg) top left no-repeat;
  background-size: auto 100%;
}

.top-menu-container .top-nav-container .top-logo:hover {
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 170px;
  padding-right: 103px;
}

.top-menu-container .top-nav-container .top-nav li {
  white-space: nowrap;
}

.top-menu-container .top-nav-container .top-nav li > a {
  display: block;
  padding: 12px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li > a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.activ {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-nav-container .top-nav li > a.button-highlight {
    margin-right: 0;
  }
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight:hover {
  color: #fff;
  opacity: .7;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu {
  position: absolute;
  top: 15px;
  right: 20px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span {
  transition: all .2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span.icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span {
  display: block;
  height: 2px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span:not(:last-child) {
  margin-bottom: 4px;
}

body.menu-open .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon {
  position: relative;
  top: -1px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span {
  position: absolute;
  left: 8px;
  display: block;
  width: 2px;
  height: 18px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-1 {
  transform: rotate(45deg);
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-2 {
  transform: rotate(-45deg);
}

body:not(.menu-open) .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover span.text {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.open-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.close-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover .burger > span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: none;
}

.top-menu-container .top-submenu-container {
  position: relative;
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  transition: all .2s ease-in-out;
}

.top-menu-container .top-submenu-container .menu-container {
  width: 100%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  background-color: #000014;
}

.top-menu-container .top-submenu-container .menu-container .column {
  margin-top: 15px;
}

.top-menu-container .top-submenu-container .main-menu-trigger {
  appearance: none;
  flex: 1;
  width: 100%;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.headerless .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.wide-menu .top-menu-container .top-nav-container {
  min-height: 117px;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav {
  justify-content: space-between;
  margin-top: 75px;
  margin-left: -15px;
  margin-right: -20px;
  min-width: 100%;
  padding-left: 0;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 20, 0) 0%, #000014 100%);
  content: "";
}

body.wide-menu .top-menu-container .top-submenu-container .menu-container {
  border-left: none;
  border-right: none;
}

body.menu-open .top-menu-container {
  height: 100%;
}

body.menu-open .top-menu-container .top-nav-container {
  background-color: #000014;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.menu-open .top-menu-container .top-submenu-container {
  display: flex;
  overflow-y: auto;
}

body.after-scroll .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .top-logo {
  width: 35px;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .logo-subtitle {
  display: flex;
  align-items: center;
  margin: 17px 0 17px 35px;
  height: 40px;
  padding: 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 175px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  right: 90px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: list-item;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 60px;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  display: none;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 650px;
  min-height: 700px;
  background-color: #1a2e34;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    padding: 80px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .header {
    padding: 80px 20px 0;
  }
}

body.headerless .header {
  min-height: auto;
  height: auto;
  padding-top: 75px;
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 767px) {
  body.headerless .header {
    padding-top: 120px;
  }
}

.three-colors {
  background: #1a2e34;
  height: 6px;
  padding: 1px 0;
  display: flex;
}

.three-colors div {
  flex: 1;
  height: 4px;
}

.three-colors div:nth-child(1) {
  background: #55c6b9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(2) {
  background: #559eb9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(3) {
  background: #dc6060;
}

body.headerless .header {
  background: none;
}

body.headerless .three-colors {
  display: none;
}

.container {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container .column {
  margin: 0 auto;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center-top {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-center-top .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-single {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-single .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center {
    flex-direction: column;
  }
}

.container-center .column {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hspacer {
  width: 100%;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Footer */
.footer-wrapper {
  position: relative;
  z-index: 1;
}

.footer-wrapper .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #000014;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrapper .footer .menu-container {
  width: 1280px;
}

.footer-wrapper .footer .description-container {
  display: flex;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
}

.footer-wrapper .footer .description-container p, .footer-wrapper .footer .description-container p a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.footer-wrapper .footer .description-container p {
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a:hover {
  color: #dc6060;
  opacity: 1;
}

.footer-wrapper .footer .links-container {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  max-width: 100%;
  padding: 10px 20px 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container {
    flex-direction: column;
  }
}

.footer-wrapper .footer .links-container .column {
  max-width: 960px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container {
    margin: 10px 0;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul {
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul li {
  display: flex;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.footer-wrapper .footer .links-container .column.social-container ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .2;
  transition: all .2s ease-in-out 0s;
}

.footer-wrapper .footer .links-container .column.social-container ul li a:hover {
  opacity: 1;
}

.footer-wrapper .footer .links-container .column.social-container ul li a.fb {
  background-image: url(/img/new/common/social-icons/fb.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.tw {
  background-image: url(/img/new/common/social-icons/tw.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.li {
  background-image: url(/img/new/common/social-icons/li.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li:not(:first-child) {
  margin-left: 10px;
}

.footer-wrapper .footer .links-container .column.legal-container ul {
  display: flex;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.legal-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.legal-container ul li .separator {
  margin: 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

/* Cookies */
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  background: #f5f8fa;
  border-top: 1px solid #ebebeb;
  text-align: center;
  color: #51514f;
  opacity: 0;
  z-index: 99;
  transition: opacity .2s ease-in-out;
}

.cookie-wrapper * {
  font-size: 14px;
  font-weight: 400;
}

.cookie-wrapper a {
  color: #559eb9;
}

.cookie-wrapper a.agree-cookies {
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid #4c8ea6;
  border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-wrapper {
    height: 85px;
    line-height: 40px;
  }
}

.cookies-container-open .cookie-wrapper {
  display: block;
  opacity: 1;
}

html, body {
  margin: 0;
  padding: 0;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* Display */
.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

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

/* Margin */
.margin-0-auto {
  margin: 0 auto;
}

.margin-30-auto {
  margin: 30px auto;
}

.margin-20-auto {
  margin: 20px auto;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

.margin-top-60 {
  margin-top: 60px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

/* Width */
.width-240 {
  width: 240px;
}

/* Max Width */
.max-width-600 {
  max-width: 600px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-960 {
  max-width: 960px;
}

.max-width-175 {
  max-width: 175px;
}

.max-width-195 {
  max-width: 195px;
}

.max-width-300 {
  max-width: 300px;
}

/* Padding */
.padding-40-0 {
  padding: 40px 0px;
}

.padding-60-0 {
  padding: 60px 0px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-90 {
  padding-top: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-top-90 {
    padding-top: 50px;
  }
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-90 {
    padding-bottom: 50px;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}

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

html.dark .white-bg {
  background-color: #0d1021;
}

.grey-bg {
  background-color: #f5f8fa;
  z-index: 10;
  position: relative;
}

html.dark .grey-bg {
  background-color: #161929;
}

/* Border */
.border-top-1-eb {
  border-top: 1px solid;
  border-top-color: #ebebeb;
}

html.dark .border-top-1-eb {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.border-bottom-1-eb {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
}

html.dark .border-bottom-1-eb {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Font size */
.font-size-20 {
  font-size: 20px;
}

/* Color */
.color-white {
  color: #fff;
}

.color-blue-green {
  color: #4c8ea6;
}

/* Text align */
.text-align-left {
  text-align: left;
}

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

.z-index-1 {
  z-index: 1;
}

.hspacer-300 {
  margin: 0 auto;
  width: 300px;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer-300 {
  background-color: rgba(255, 255, 255, 0.15);
}

.defaultcase-important {
  text-transform: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .no-tablet {
    display: none !important;
  }
}

/* Local custom fonts *****************************
** Introduced with the 2014 redesign, now local ***
***************************************************/
/**
 * Titillium Web
 */
/* Titillium Web - 200 version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("/fonts/Titillium_Web_200.woff2") format("woff2"), url("/fonts/Titillium_Web_200.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}

/* Titillium Web - 300 version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("/fonts/Titillium_Web_300.woff2") format("woff2"), url("/fonts/Titillium_Web_300.woff") format("woff");
  font-weight: 300;
}

/* Titillium Web - 400 (default) version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("/fonts/Titillium_Web_400.woff2") format("woff2"), url("/fonts/Titillium_Web_400.woff") format("woff");
  font-weight: 400;
}

/* Titillium Web - 600 (bold) version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("/fonts/Titillium_Web_600.woff2") format("woff2"), url("/fonts/Titillium_Web_600.woff") format("woff");
  font-weight: 600;
}

/**
 * Source Sans Pro
 */
/* Source Sans Pro - 200 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_200.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_200.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_200.woff") format("woff");
  font-weight: 200;
}

/* Source Sans Pro - 300 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_300.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_300.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_300.woff") format("woff");
  font-weight: 300;
}

/* Source Sans Pro - 400 (default) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_400.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_400.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_400.woff") format("woff");
  font-weight: 400;
}

/* Source Sans Pro - 600 (semi-bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_600.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_600.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_600.woff") format("woff");
  font-weight: 600;
}

/* Source Sans Pro - 700 (bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_700.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_700.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_700.woff") format("woff");
  font-weight: 700;
}

/* Source Sans Pro - 900 (ultra bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_900.ttf") format("truetype");
  font-weight: 900;
}

.new-label {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  background-color: #dc6060;
  border: none;
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
}

.global-message {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message {
    flex-direction: column;
    max-width: 100%;
    border-radius: 0;
  }
}

.global-message span {
  flex: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message span {
    text-align: center;
  }
}

.global-message a {
  margin-left: 10px;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.global-message.plain.no-background {
  background-color: transparent;
  box-shadow: 0 0 0 1px #dbdde1 inset;
  color: #666;
}

.global-message.plain a {
  color: #dc6060;
}

.global-message.warning {
  background-color: #e5ac00;
  color: #fff;
}

.global-message.warning span {
  color: #fff;
}

.global-message.warning a {
  color: #fff;
}

h2 .new-label {
  position: relative;
  top: -3px;
}

h3 .new-label {
  position: relative;
  top: -3px;
}

.blockquote-container blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

.blockquote-container blockquote p {
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.blockquote-container blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote-container blockquote::before {
  margin-top: 30px;
  margin-left: -20px;
  width: 100px;
  font-size: 6em;
  text-align: center;
  content: open-quote;
  opacity: .5;
}

.blockquote-container .name {
  margin-top: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.blockquote-container .logo {
  display: flex;
  justify-content: center;
}

.blockquote-container .logo img {
  width: 150px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #dbdde1;
}

html.dark .breadcrumbs {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.breadcrumbs .breadcrumb-container {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumb-container a {
  position: relative;
  align-items: center;
  display: flex;
  height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4c8ea6;
  overflow-x: hidden;
}

.breadcrumbs .breadcrumb-container a:hover {
  opacity: 1;
  color: rgba(76, 142, 166, 0.75);
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator {
  margin-left: 7px;
  margin-right: 10px;
  background: none;
  z-index: 1;
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  margin-top: 1px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dbdde1;
  border-right: 2px solid #dbdde1;
  border-radius: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

html.dark .breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

.infotip-i {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  background: url("/img/icon-infotip-i.svg") center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  outline: none;
}

.infotip-i .tooltip {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .2s ease-in-out;
}

.infotip-i .tooltip::before {
  position: absolute;
  background-color: #dbdde1;
  content: "";
}

html.dark .infotip-i .tooltip::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.infotip-i .tooltip::after {
  position: absolute;
  background-color: #fff;
  content: "";
}

html.dark .infotip-i .tooltip::after {
  background-color: #0d1021;
}

.infotip-i .tooltip .white-block {
  width: 0;
  height: 0;
  background-color: #fff;
  border: 1px solid #dbdde1;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.05);
}

html.dark .infotip-i .tooltip .white-block {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.15);
}

.infotip-i .tooltip .white-block p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.infotip-i .tooltip .white-block p:last-of-type {
  margin-bottom: 0;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::before {
  left: 20px;
  bottom: 29px;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::after {
  left: 22px;
  bottom: 30px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i .tooltip.top-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.top-left-arrow-normal-eb::before {
  left: 20px;
  top: 30px;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb::after {
  left: 22px;
  top: 31px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i:hover {
  opacity: 1;
}

.infotip-i:hover .tooltip {
  width: auto;
  height: auto;
  opacity: 1;
}

.infotip-i:hover .tooltip .white-block {
  width: auto;
  height: auto;
  padding: 15px;
}

.infotip-i:hover .tooltip.min-width-260 {
  min-width: 260px;
}

.infotip-i:hover .tooltip.min-width-300 {
  min-width: 300px;
}

.ajax-loader {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: table;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
}

.ajax-loader .loading {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.ajax-loader.big-loader .loading {
  position: relative;
}

.ajax-loader.big-loader .loading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/img/ajax-loader-big-darkbg-bg.svg) center center no-repeat;
  background-size: 80px;
  opacity: .2;
  content: "";
}

.ajax-loader.big-loader .loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/img/ajax-loader-big-darkbg-blue.svg) center center no-repeat;
  background-size: 80px;
  animation-name: ajax-loader-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  content: "";
}

.ajax-loader.big-loader .message {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}

html.dark .ajax-loader.big-loader .message {
  color: rgba(255, 255, 255, 0.65);
}

@keyframes ajax-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bordered-container {
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .bordered-container {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

html.dark .bordered-container {
  border-color: rgba(255, 255, 255, 0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #51514f;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
}

html.dark body {
  background-color: #0d1021;
  color: rgba(255, 255, 255, 0.68);
}

p,
ul li,
ol li {
  font: 300 18px/24px 'Source Sans Pro', sans-serif;
  color: #666;
}

html.dark p, html.dark
ul li, html.dark
ol li {
  color: rgba(255, 255, 255, 0.65);
}

p strong,
ul li strong,
ol li strong {
  font-weight: 400;
  color: #000;
}

html.dark p strong, html.dark
ul li strong, html.dark
ol li strong {
  color: #fff;
}

p {
  margin-bottom: 16px;
}

ul li {
  list-style-type: none;
}

a {
  font: 300 18px/24px 'Source Sans Pro', sans-serif;
  color: #757e80;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}
@charset "UTF-8";
/* Specific - Article View Page */
.header {
  margin: 0 auto;
  max-width: 820px;
}

.header .header-title {
  width: 100%;
  margin-top: 30px;
  padding: 0 10px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .header-title {
    font-size: 36px;
    line-height: 44px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    background: #1a2e34 url("/img/new/header-bg-mobile.webp") top left no-repeat;
    background-size: cover;
  }
}

.no-webp .header {
  background: #1a2e34 url("/img/new/header-bg.png") top left no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-webp .header {
    background: #1a2e34 url("/img/new/header-bg-mobile.png") top left no-repeat;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-wrapper .nav-top {
    background: #1a2e34;
  }
}

.top-bar {
  display: flex;
  justify-content: space-between;
  width: 820px;
  padding: 12px 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdde1;
}

html.dark .top-bar {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-bar {
    width: 100%;
    margin-top: 60px;
  }
}

.top-bar a,
.top-bar div {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-bar a {
  display: flex;
  align-items: center;
  color: #4c8ea6;
  text-transform: uppercase;
}

.top-bar a .icon-back {
  margin-right: 5px;
}

.top-bar a .icon-back::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dbdde1;
  border-left: 2px solid #dbdde1;
  border-radius: 2px 0 0 2px;
  transform: rotate(-45deg);
  content: "";
}

html.dark .top-bar a .icon-back::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}

.top-bar div {
  color: #757e80;
}

.hspacer-intro {
  max-width: 150px;
  margin: 0 auto 30px;
}

.cke_editable,
.container-left {
  max-width: 820px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable,
  .container-left {
    max-width: 100%;
    padding: 0 20px;
  }
}

.cke_editable .column,
.container-left .column {
  margin: 0 auto;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable .column,
  .container-left .column {
    max-width: 100%;
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.cke_editable img,
.container-left img {
  max-width: 100%;
  border-radius: 3px;
}

.cke_editable.intro-container,
.container-left.intro-container {
  padding-bottom: 14px;
}

.cke_editable.image-container,
.container-left.image-container {
  display: block;
}

.cke_editable.tags-container,
.container-left.tags-container {
  display: flex;
  padding: 16px 10px 10px;
  border-top: 1px solid #dbdde1;
}

html.dark .cke_editable.tags-container, html.dark
.container-left.tags-container {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.cke_editable.tags-container .icon,
.container-left.tags-container .icon {
  margin-top: 3px;
  margin-right: 8px;
  width: 19px;
  height: 16px;
}

.cke_editable.tags-container .tags-list,
.container-left.tags-container .tags-list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  flex-wrap: wrap;
  display: flex;
}

.cke_editable.tags-container .tags-list a,
.container-left.tags-container .tags-list a {
  font-size: 15px;
  font-weight: 400;
}

.cke_editable.tags-container .tags-list .separator,
.container-left.tags-container .tags-list .separator {
  padding: 0 5px;
  opacity: .6;
}

.cke_editable.padding-bottom-60,
.container-left.padding-bottom-60 {
  padding-bottom: 60px;
}

.cke_editable .image-gallery,
.container-left .image-gallery {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.cke_editable .image-gallery li,
.container-left .image-gallery li {
  margin: 0;
  padding: 15px 0;
  text-indent: 0;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}

.cke_editable .image-gallery li::before,
.container-left .image-gallery li::before {
  display: none;
}

.cke_editable .image-gallery li:hover,
.container-left .image-gallery li:hover {
  opacity: .7;
}

.cke_editable p,
.container-left p {
  width: 100%;
}

.cke_editable p.preamble,
.container-left p.preamble {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #757e80;
}

.cke_editable p.preamble a,
.container-left p.preamble a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.cke_editable h2 .font-weight-600,
.cke_editable h3 .font-weight-600,
.cke_editable h4 .font-weight-600,
.cke_editable h5 .font-weight-600,
.container-left h2 .font-weight-600,
.container-left h3 .font-weight-600,
.container-left h4 .font-weight-600,
.container-left h5 .font-weight-600 {
  font-weight: 600;
}

.cke_editable h2,
.container-left h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
}

html.dark .cke_editable h2, html.dark
.container-left h2 {
  color: #fff;
}

.cke_editable h2 a,
.container-left h2 a {
  font: 300 32px/38px 'Titillium Web',sans-serif;
}

.cke_editable h2 a *,
.container-left h2 a * {
  color: #4c8ea6;
}

.cke_editable h3,
.container-left h3 {
  margin: 30px 0 10px;
  font: 400 22px/26px "Source Sans Pro",sans-serif;
  width: 100%;
  color: #000;
}

html.dark .cke_editable h3, html.dark
.container-left h3 {
  color: #fff;
}

.cke_editable h3 a,
.container-left h3 a {
  font: 400 22px/26px "Source Sans Pro",sans-serif;
}

.cke_editable h3 a *,
.container-left h3 a * {
  color: #4c8ea6;
}

.cke_editable h4,
.container-left h4 {
  margin: 20px 0 10px;
  width: 100%;
}

.cke_editable h5,
.container-left h5 {
  margin: 20px 0 10px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

html.dark .cke_editable h5, html.dark
.container-left h5 {
  color: #fff;
}

.cke_editable a,
.container-left a {
  color: #4c8ea6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable a,
  .container-left a {
    word-wrap: break-word;
  }
}

.cke_editable a.button-background-red,
.container-left a.button-background-red {
  color: #fff;
}

.cke_editable sup,
.container-left sup {
  font-size: 9px;
  line-height: 9px;
}

.cke_editable strong,
.cke_editable b,
.container-left strong,
.container-left b {
  color: #000;
  font-weight: 400;
}

html.dark .cke_editable strong, html.dark
.cke_editable b, html.dark
.container-left strong, html.dark
.container-left b {
  color: #fff;
}

.cke_editable strong a,
.cke_editable b a,
.container-left strong a,
.container-left b a {
  font-weight: 400;
}

.cke_editable a strong,
.cke_editable a b,
.container-left a strong,
.container-left a b,
html.dark .cke_editable a strong,
html.dark .cke_editable a b,
html.dark .container-left a strong,
html.dark .container-left a b {
  color: #4c8ea6;
}

.cke_editable hr,
.container-left hr {
  margin-bottom: 16px;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #dbdde1;
}

html.dark .cke_editable hr, html.dark
.container-left hr {
  background-color: rgba(255, 255, 255, 0.15);
}

.cke_editable ul,
.container-left ul {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  list-style: square;
}

.cke_editable ul li,
.container-left ul li {
  padding-left: 10px;
}

.cke_editable ul li::marker,
.container-left ul li::marker {
  font-weight: 900;
  color: #4c8ea6;
  content: "\26AC";
}

.cke_editable ol,
.container-left ol {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 15px;
  box-sizing: border-box;
}

.cke_editable ol li,
.container-left ol li {
  padding-left: 10px;
}

.cke_editable ol li::marker,
.container-left ol li::marker {
  color: #4c8ea6;
}

.cke_editable table,
.container-left table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
  margin-bottom: 30px;
}

html.dark .cke_editable table, html.dark
.container-left table {
  border-color: rgba(255, 255, 255, 0.1);
}

.cke_editable table tr th,
.container-left table tr th {
  padding: 10px;
  background: #f5f8fa;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  text-align: center;
}

html.dark .cke_editable table tr th, html.dark
.container-left table tr th {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cke_editable table tr td,
.container-left table tr td {
  width: 30%;
  border: 1px solid #ebebeb;
  padding: 10px;
  word-break: break-word;
}

html.dark .cke_editable table tr td, html.dark
.container-left table tr td {
  border-color: rgba(255, 255, 255, 0.1);
}

.cke_editable table tr td p,
.container-left table tr td p {
  margin-bottom: 0;
}

.cke_editable table tr td img,
.container-left table tr td img {
  margin: 0;
}

.cke_editable .bordered-container,
.container-left .bordered-container {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  overflow-x: auto;
}

html.dark .cke_editable .bordered-container, html.dark
.container-left .bordered-container {
  border-color: rgba(255, 255, 255, 0.1);
}

.cke_editable .bordered-container p:last-child,
.cke_editable .bordered-container ul:last-child,
.cke_editable .bordered-container ol:last-child,
.container-left .bordered-container p:last-child,
.container-left .bordered-container ul:last-child,
.container-left .bordered-container ol:last-child {
  margin-bottom: 0;
}

.cke_editable .code-block,
.container-left .code-block {
  max-width: 820px;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-family: monospace;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow-x: auto;
}

html.dark .cke_editable .code-block, html.dark
.container-left .code-block {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable .code-block,
  .container-left .code-block {
    max-width: 100%;
  }
}

.cke_editable .code-block.negative,
.container-left .code-block.negative {
  background: #000;
  border: none;
  color: #fff;
}

.cke_editable .code-block-inline,
.container-left .code-block-inline {
  font-family: monospace;
  font-size: 16px;
  color: #000;
}

html.dark .cke_editable .code-block-inline, html.dark
.container-left .code-block-inline {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable .quote-wrapp,
  .container-left .quote-wrapp {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.cke_editable .quote-wrapp .review,
.container-left .quote-wrapp .review {
  position: relative;
  z-index: 9;
  margin-top: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cke_editable .quote-wrapp .review:first-child,
  .container-left .quote-wrapp .review:first-child {
    margin-bottom: 40px;
  }
}

.cke_editable .quote-wrapp blockquote,
.container-left .quote-wrapp blockquote {
  position: relative;
  quotes: "“" "”";
  border-left: none;
  padding: 0;
  margin: 0 35px;
  display: block;
  font-family: Georgia, italic;
  font-size: 17px;
  line-height: 96px;
  height: 70px;
  z-index: 9;
}

.cke_editable .quote-wrapp blockquote::after,
.container-left .quote-wrapp blockquote::after {
  color: #d0d7d9;
  content: open-quote;
  font-size: 6em;
}

.cke_editable .quote-wrapp p,
.cke_editable .quote-wrapp ul li,
.cke_editable .quote-wrapp ol li,
.container-left .quote-wrapp p,
.container-left .quote-wrapp ul li,
.container-left .quote-wrapp ol li {
  font-family: Georgia,italic;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  color: #666666;
}

.cke_editable .quote-wrapp span,
.container-left .quote-wrapp span {
  margin-top: auto;
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

html.dark .cke_editable .quote-wrapp span, html.dark
.container-left .quote-wrapp span {
  color: #fff;
}

.cke_editable .quote-wrapp span a,
.container-left .quote-wrapp span a {
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.cke_editable .quote-wrapp span + p,
.container-left .quote-wrapp span + p {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cke_editable .quote-wrapp span + p a,
.container-left .quote-wrapp span + p a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cke_editable .quote-wrapp .signature,
.container-left .quote-wrapp .signature {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cke_editable .quote-wrapp .signature img,
.container-left .quote-wrapp .signature img {
  padding-right: 20px;
}

.cke_editable ul[data-list-type="google-docs"],
.cke_editable ol[data-list-type="google-docs"],
.container-left ul[data-list-type="google-docs"],
.container-left ol[data-list-type="google-docs"] {
  margin-bottom: 0;
}

.cke_editable ul[data-list-type="google-docs"] + *:not(ol):not(ul):not(h2):not(h3):not(h4):not(h5):not(div):not(span),
.cke_editable ol[data-list-type="google-docs"] + *:not(ol):not(ul):not(h2):not(h3):not(h4):not(h5):not(div):not(span),
.container-left ul[data-list-type="google-docs"] + *:not(ol):not(ul):not(h2):not(h3):not(h4):not(h5):not(div):not(span),
.container-left ol[data-list-type="google-docs"] + *:not(ol):not(ul):not(h2):not(h3):not(h4):not(h5):not(div):not(span) {
  margin-top: 16px;
}

.cke_editable ul[data-list-type="google-docs"][data-list-level="1"],
.container-left ul[data-list-type="google-docs"][data-list-level="1"] {
  margin-left: calc(20px * 1);
}

.cke_editable ul[data-list-type="google-docs"][data-list-level="2"],
.container-left ul[data-list-type="google-docs"][data-list-level="2"] {
  margin-left: calc(20px * 2);
}

.cke_editable ul[data-list-type="google-docs"][data-list-level="3"],
.container-left ul[data-list-type="google-docs"][data-list-level="3"] {
  margin-left: calc(20px * 3);
}

.cke_editable ul[data-list-type="google-docs"][data-list-level="4"],
.container-left ul[data-list-type="google-docs"][data-list-level="4"] {
  margin-left: calc(20px * 4);
}

.cke_editable ul[data-list-type="google-docs"][data-list-level="5"],
.container-left ul[data-list-type="google-docs"][data-list-level="5"] {
  margin-left: calc(20px * 5);
}

.cke_editable ol[data-list-type="google-docs"][data-list-level="1"],
.container-left ol[data-list-type="google-docs"][data-list-level="1"] {
  margin-left: calc(25px * 1);
}

.cke_editable ol[data-list-type="google-docs"][data-list-level="2"],
.container-left ol[data-list-type="google-docs"][data-list-level="2"] {
  margin-left: calc(25px * 2);
}

.cke_editable ol[data-list-type="google-docs"][data-list-level="3"],
.container-left ol[data-list-type="google-docs"][data-list-level="3"] {
  margin-left: calc(25px * 3);
}

.cke_editable ol[data-list-type="google-docs"][data-list-level="4"],
.container-left ol[data-list-type="google-docs"][data-list-level="4"] {
  margin-left: calc(25px * 4);
}

.cke_editable ol[data-list-type="google-docs"][data-list-level="5"],
.container-left ol[data-list-type="google-docs"][data-list-level="5"] {
  margin-left: calc(25px * 5);
}

.article-container {
  position: relative;
}

.article-container .button-scroll-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #dbdde1;
  border-radius: 3px;
  transition: opacity .2s ease-in-out, border-color .2s ease-in-out;
  opacity: 0;
}

html.dark .article-container .button-scroll-top {
  border-color: rgba(255, 255, 255, 0.15);
}

.article-container .button-scroll-top::before {
  position: relative;
  top: 2px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #dbdde1;
  border-left: 3px solid #dbdde1;
  transition: border-color .2s ease-in-out;
  border-radius: 2px 0 0 2px;
  transform: rotate(45deg);
  content: "";
}

html.dark .article-container .button-scroll-top::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}

.article-container .button-scroll-top:hover {
  border-color: #4c8ea6;
}

.article-container .button-scroll-top:hover::before {
  border-color: #4c8ea6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .article-container .button-scroll-top {
    display: none;
  }
}

body.after-scroll .button-scroll-top {
  opacity: 1;
}

.author-container {
  display: flex;
}

.author-container .profile-image-container {
  width: 48px;
  height: 48px;
  background-size: cover;
  border-radius: 50%;
}

.author-container .profile-image-container.no-image {
  background-image: url("/img/new/authors/avatar-none-48x48.svg");
}

.author-container .author-info {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.author-container .author-info .profile-name-container {
  flex: 1 1 0;
  line-height: 30px;
}

.author-container .author-info .social-icons-container {
  display: flex;
  padding: 0 15px;
}

.author-container .author-info .social-icons-container .profile-linkedin-url-container {
  padding: 0 5px;
}

.author-container .author-info .social-icons-container .profile-linkedin-url-container a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/img/new/authors/icon-linkedin.svg");
}

.author-container .author-info .social-icons-container .profile-linkedin-url-container:empty {
  display: none;
}

.author-container .author-info .social-icons-container .profile-twitter-url-container {
  padding: 0 5px;
}

.author-container .author-info .social-icons-container .profile-twitter-url-container a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/img/new/authors/icon-twitter.svg");
}

.author-container .author-info .social-icons-container .profile-twitter-url-container:empty {
  display: none;
}

.author-container .author-info .profile-description-container {
  margin-top: 10px;
}

.footer-cta {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 200px;
  min-height: 220px;
  background-color: #dc6060;
  text-align: center;
}

.footer-cta .subtagline {
  padding-top: 15px;
}

.footer-cta .button-border-white:hover {
  color: #dc6060;
}
.h1-header-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.header-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  color: #fff;
}

.header-title.text-align-center {
  text-align: center;
}

body.headerless .header-title {
  margin-top: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  color: #000;
}

.header-subtitle-bigger {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}

body.headerless .header-subtitle-bigger {
  color: #000;
}

.header-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
}

body.headerless .header-subtitle {
  color: rgba(0, 0, 0, 0.65);
}

html.dark body.headerless .header-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

h2 {
  margin: 30px 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin: 30px 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p,
ul li,
ol li,
p a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

p strong,
ul li strong,
ol li strong,
p a strong {
  font-weight: 600;
}

ol li {
  padding-left: 10px;
}

.cke_editable,
.container-left {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable h2,
.container-left h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.cke_editable h3,
.container-left h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.cke_editable p,
.cke_editable ul li,
.cke_editable ol li,
.container-left p,
.container-left ul li,
.container-left ol li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable p a,
.cke_editable p strong a,
.cke_editable p a strong,
.cke_editable ul li a,
.cke_editable ul li strong a,
.cke_editable ul li a strong,
.cke_editable ol li a,
.cke_editable ol li strong a,
.cke_editable ol li a strong,
.container-left p a,
.container-left p strong a,
.container-left p a strong,
.container-left ul li a,
.container-left ul li strong a,
.container-left ul li a strong,
.container-left ol li a,
.container-left ol li strong a,
.container-left ol li a strong {
  color: #D021AE;
}

.cke_editable ul li::marker,
.cke_editable ol li::marker,
.container-left ul li::marker,
.container-left ol li::marker {
  color: #D021AE;
}

.cke_editable strong,
.cke_editable b,
.container-left strong,
.container-left b {
  font-weight: 600;
}

.cke_editable a,
.container-left a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable table,
.container-left table {
  border-color: #dbdde1;
}

.cke_editable table tr td,
.container-left table tr td {
  border-color: #dbdde1;
}

.cke_editable .bordered-container,
.container-left .bordered-container {
  border-color: #dbdde1;
}

.article-container .button-scroll-top:hover {
  border-color: #dc6060;
}

.article-container .button-scroll-top:hover::before {
  border-color: #dc6060;
}
* {
  scroll-behavior: smooth;
}

.header {
  margin-bottom: 20px;
}

.header .header-title {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.header .header-subtitle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.header .global-message {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 800px;
}

.header .global-message span {
  text-align: left;
}

body.no-header {
  padding: 20px 0;
}

body.no-header .header .global-message {
  display: none;
}

body.no-header .article-container .container-left {
  max-width: none;
}

body.no-header .article-container .button-scroll-top {
  display: none;
}
