.block-menu h2 {
  display: none;
}
.block-menu a {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}
li a.active {
  color: #ffffff;
}
#header-wrapper {
  background: #020c37;
  color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}
#header-wrapper .block-menu {
  font-family: gotham_bookregular;
  margin-top: 30px;
  margin-bottom: 15px;
}
#header-wrapper .block-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header-wrapper .block-menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 0 1.6%;
}
#header-wrapper .block-menu a {
  width: auto;
  display: block;
}
#header-wrapper .register {
  margin-top: 18px;
}
#header-wrapper .register a {
  position: relative;
  display: block;
  float: right;
}
#header-wrapper .register a .box {
  font-family: gotham_bookregular;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: 1px solid #4e5473;
  background: #1d244c;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
}
#header-wrapper .register a:hover {
  text-decoration: none;
}
#header-wrapper .register a:hover .box {
  background: #032d65;
  border: 1px solid #b9cde8;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
}
#header-wrapper .desktop .logos {
  text-align: left;
  height: 20px;
  margin-top: 34px;
}
#header-wrapper .mobile .logo {
  padding-bottom: 20px;
}
#header-wrapper .mobile .logo .logos {
  text-align: left;
  height: 40px;
  margin-top: 16px;
}
#header-wrapper .mobile .hamberger button {
  position: absolute;
  top: 16px;
  right: 15px;
  border: 0;
  overflow: hidden;
  background: url('../images/Burger-Open_46x46.svg') center no-repeat;
  width: 40px;
  height: 40px;
}
#header-wrapper .mobile .hamberger button.expanded {
  background: url('../images/Burger-Close_46x46.svg') center no-repeat;
}
#header-wrapper .mobile .hamberger .hamberger-menu {
  display: none;
  width: 100%;
  height: 100%;
  float: left;
}
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu {
  margin-top: 0;
}
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu ul.menu li {
  padding-top: 0;
  border-bottom: solid 1px #414969;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none;
  margin-left: 0px;
  padding-right: 0px;
}
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu ul.menu li a {
  padding: 18px 0;
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
}
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu ul.menu li a::active,
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu ul.menu li a:hover {
  color: #ffffff;
  background: #032d65;
}
#header-wrapper .mobile .hamberger .hamberger-menu .block-menu ul.menu li:hover {
  background: #032d65;
}
#header-wrapper .mobile .hamberger .hamberger-menu .register {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 42px;
  padding-right: 42px;
}
#header-wrapper .mobile .hamberger .hamberger-menu .register a {
  float: none;
  padding-top: 0;
  border-bottom: none;
  text-align: center;
  position: relative;
  height: 50px;
  display: table;
  text-decoration: none;
  margin: 0 auto;
}
#header-wrapper .mobile .hamberger .hamberger-menu .register a .box {
  font-size: 16px;
  vertical-align: middle;
  display: table-cell;
}
#header-wrapper .mobile .hamberger .hamberger-menu .register a:hover {
  text-decoration: none;
}
#header-wrapper .mobile .hamberger .hamberger-menu .register a:hover .box {
  background: #032d65;
  border: 1px solid #b9cde8;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
}
#footer-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 979px) {
  #footer-wrapper {
    margin-top: 0;
  }
}
#testimonials {
  border-top: solid 1px #c6c6c6;
}
#testimonials .testimonial-title {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 30px;
}
#testimonials .testimonial-title .title-strip {
  color: #020c37;
}
#testimonials .testimonial-slideshow {
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 40px;
}
#testimonials .testimonial-slideshow .slick-slider {
  position: relative;
}
#testimonials .testimonial-slideshow .slick-slider .slick-slide:focus {
  outline: none;
}
#testimonials .testimonial-slideshow .views-row {
  text-align: center;
  padding: 30px;
}
#testimonials .testimonial-slideshow .slick-prev {
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: url('../images/Slider-Left_Arrow_13x36.svg') no-repeat;
  border: none;
  z-index: 1;
}
#testimonials .testimonial-slideshow .slick-prev::before {
  display: none;
}
#testimonials .testimonial-slideshow .slick-next {
  color: transparent;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: url('../images/Slider-Right_Arrow_13x36.svg') no-repeat;
  border: none;
  z-index: 100;
}
#testimonials .testimonial-slideshow .slick-next::before {
  display: none;
}
#testimonials .testimonial-slideshow .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
}
#testimonials .testimonial-slideshow .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
}
#testimonials .testimonial-slideshow .slick-dots li.slick-active button {
  background: #6d6d6d;
}
#testimonials .testimonial-slideshow .slick-dots li button {
  color: transparent;
  background: #a0a0a0;
  border-radius: 50%;
  border: none;
  height: 8px;
  width: 8px;
  margin: 0 10px;
  padding: 0;
}
#testimonials .testimonial-slideshow .slick-dots li button:hover {
  background: #6d6d6d;
}
#testimonials .testimonial-slideshow .slick-dots li button::before {
  display: none;
}
#testimonials .testimonial-slideshow .view {
  margin: 0 auto;
}
#testimonials .testimonial-slideshow .view .views-field-body {
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: gotham_bookitalic;
  font-size: 16px;
  color: #202a54;
  line-height: 24px;
  height: 280px;
  overflow: hidden;
  border-bottom: solid 1px #c6c6c6;
}
#testimonials .testimonial-slideshow .view .views-field-body .field-content {
  display: table-cell;
  vertical-align: middle;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal {
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 30px;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal .field-content {
  font-family: gotham_bookregular;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal {
  font-size: 18px;
  font-family: gotham_bookregular;
  letter-spacing: 0.01em;
  line-height: 22px;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal div.prefix {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: gotham_bookregular;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.05em;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.finance a {
  color: #026d41;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.finance div.prefix {
  color: #308a6f;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.management a {
  color: #079088;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.management div.prefix {
  color: #5faca8;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.marketing a {
  color: #670433;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.marketing div.prefix {
  color: #985367;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.digital a {
  color: #411b6d;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.digital div.prefix {
  color: #5a607c;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.real-estate a {
  color: #032d65;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.real-estate div.prefix {
  color: #032d65;
  opacity: 0.5;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.property a {
  color: #032d65;
}
#testimonials .testimonial-slideshow .view .views-field-field-journal div.journal.property div.prefix {
  color: #032d65;
  opacity: 0.5;
}
#testimonials .testimonial-slideshow .view .views-field-field-quoted {
  padding-top: 25px;
  text-transform: uppercase;
  font-family: gotham_bookregular;
}
#contact {
  background-color: #030C37;
}
#contact .contact-inner {
  color: #ffffff;
  text-align: center;
  font-family: gotham_bookregular;
  font-size: 16px;
  line-height: 24px;
}
#contact .contact-inner h2 {
  font-family: gotham_bookregular;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  margin-top: 40px;
}
#contact .contact-inner .content div {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  #contact .contact-inner .content div {
    width: 100%;
  }
}
#contact .contact-inner .content div h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5);
  width: 300px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  font-family: gotham_bookregular;
}
@media screen and (max-width: 420px) {
  #contact .contact-inner .content div h3 {
    width: 100%;
  }
}
#contact .contact-inner .content div p {
  margin: 0 0 5px;
}
#contact .contact-inner .content div a {
  color: white;
}
#footer-menu {
  background-color: #079088;
}
#footer-menu .footer-menu-inner {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 52px;
  font-family: gotham_bookregular;
}
@media screen and (max-width: 979px) {
  #footer-menu .footer-menu-inner {
    line-height: 30px;
  }
}
#footer-menu .footer-menu-inner #block-menu-menu-footer {
  margin: 0 auto;
}
#footer-menu .footer-menu-inner #block-menu-menu-footer h2 {
  display: none;
}
#footer-menu .footer-menu-inner #block-menu-menu-footer .menu {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#footer-menu .footer-menu-inner #block-menu-menu-footer .menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#footer-menu .footer-menu-inner #block-menu-menu-footer .menu li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 979px) {
  #footer-menu .footer-menu-inner #block-menu-menu-footer .menu li {
    width: 100%;
  }
  #footer-menu .footer-menu-inner #block-menu-menu-footer .menu li:not(:first-child) {
    margin-left: 0;
  }
}
#footer-menu .footer-menu-inner #block-menu-menu-footer .menu li a {
  color: white;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
}
#banner-wrapper {
  width: 100%;
  background-color: #079088;
}
#banner-inner .view-news-ticker {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  width: 100% !important;
  position: relative;
  min-height: 55px;
}
#banner-inner .view-news-ticker .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  position: relative;
  height: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
}
#banner-inner .view-news-ticker .views-field-body a {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: white;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#banner-inner .view-news-ticker .views-field-nothing a {
  background-image: url('../images/Cross_15x15.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 15px 15px;
  padding-right: 30px;
  color: white;
  width: 20px;
  height: 30px;
}
#banner-inner .view-news-ticker .views-field-nothing a.close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
  #banner-inner .view-news-ticker .views-field-nothing a.close {
    position: absolute;
    right: 0;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
}
#banner-inner .views-slideshow-cycle-main-frame {
  width: 100% !important;
  position: relative;
}
#banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  position: relative;
}
#banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 35px;
}
@media screen and (max-width: 979px) {
  #banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-body {
    width: 100%;
  }
  #banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-body > span.field-content {
    display: inline-block;
    width: 85%;
  }
  #banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-body > span.field-content a {
    display: block;
    position: relative;
    font-family: gotham_bookregular;
  }
  #banner-inner .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-nothing {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .spacer.sectors > .sector {
    padding: 0 20px;
  }
}
.sector {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.sector.signpost .sector-image {
  height: 160px;
}
.sector .sector-image .views-field-field-image {
  height: 160px;
}
.sector .sector-image img {
  width: 100%;
  height: 160px;
}
.sector h3 {
  /* .sector-name */
  color: #ffffff;
  margin-bottom: 0;
  padding: 12px 15px;
  font-family: gotham_boldregular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 0px;
}
.sector .sector-list .views-row,
.sector .sector-list .more-link a {
  padding-top: 0;
  text-align: center;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
}
.sector .sector-list .views-row:not(:hover),
.sector .sector-list .more-link a:not(:hover) {
  border-bottom-color: #c6c6c6;
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.sector .sector-list .more-link {
  display: table;
  width: 100%;
}
.sector .sector-list .more-link a {
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  position: relative;
  height: 48px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: gotham_bookregular;
  letter-spacing: 0.05em;
  line-height: 22px;
}
@media screen and (max-width: 979px) {
  .sector .sector-list .more-link a {
    height: 70px;
  }
}
.sector .views-row .views-field-nothing a {
  position: relative;
  height: 95px;
  display: table;
  width: 100%;
  text-decoration: none;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media screen and (max-width: 979px) {
  .sector .views-row .views-field-nothing a {
    height: 100px;
  }
}
.sector .views-row .views-field-nothing a .wrap {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
.sector .title-prefix {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: gotham_bookregular;
  text-transform: uppercase;
  line-height: 14px;
}
.sector .views-field-title {
  font-size: 18px;
  font-family: gotham_bookregular;
  letter-spacing: 0.01em;
  line-height: 22px;
}
.sector.finance h3 {
  background-color: #026d41;
}
.sector.finance .views-field-title {
  color: #024632;
}
.sector.finance a:hover {
  background-color: #efefef;
}
.sector.finance .more-link a {
  color: #024632;
}
.sector.finance .more-link a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Finance.svg') no-repeat;
  vertical-align: middle;
}
.sector.finance .title-prefix {
  color: #308a6f;
}
.sector.management h3 {
  background-color: #079088;
}
.sector.management .views-field-title {
  color: #024632;
}
.sector.management a:hover {
  background-color: #efefef;
}
.sector.management .more-link a {
  color: #076f70;
}
.sector.management .more-link a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Management.svg') no-repeat;
  vertical-align: middle;
}
.sector.management .title-prefix {
  color: #5faca8;
}
.sector.marketing h3 {
  background-color: #670433;
}
.sector.marketing .views-field-title {
  color: #670433;
}
.sector.marketing a:hover {
  background-color: #efefef;
}
.sector.marketing .more-link a {
  color: #670433;
}
.sector.marketing .more-link a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Marketing.svg') no-repeat;
  vertical-align: middle;
}
.sector.marketing .title-prefix {
  color: #985367;
}
.sector.digital h3 {
  background-color: #411b6d;
}
.sector.digital .views-field-title {
  color: #411b6d;
}
.sector.digital a:hover {
  background-color: #efefef;
}
.sector.digital .more-link a {
  color: #411b6d;
}
.sector.digital .more-link a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Digital.svg') no-repeat;
  vertical-align: middle;
}
.sector.digital .title-prefix {
  color: #5a607c;
}
.sector.property h3 {
  background-color: #032d65;
}
.sector.property .views-field-title {
  color: #032d65;
}
.sector.property a:hover {
  background-color: #efefef;
}
.sector.property .more-link a {
  color: #032d65;
}
.sector.property .more-link a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Real-Estate.svg') no-repeat;
  vertical-align: middle;
}
.sector.property .title-prefix {
  color: #5a607c;
}
.sector.signpost h3 {
  background-color: #026d41;
}
.sector.signpost .sector-list {
  padding-top: 0;
  text-align: center;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none;
}
.sector.signpost .sector-list .wrap {
  display: table;
  width: 100%;
  text-decoration: none;
}
.sector.signpost .sector-list .wrap-top {
  height: 190px;
  padding-top: 20px;
  border-bottom: solid 1px #c6c6c6;
}
.sector.signpost .sector-list p {
  color: #024632;
  font-size: 18px;
  font-family: gotham_bookregular;
  letter-spacing: 0.01em;
  line-height: 22px;
  position: relative;
  display: table;
  width: 100%;
}
.sector.signpost .sector-list a {
  color: #024632;
  position: relative;
  height: 48px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-family: gotham_bookregular;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .sector.signpost .sector-list a {
    height: 96px;
  }
}
.sector.signpost .sector-list a:hover {
  background-color: #efefef;
}
.sector.signpost .sector-list a::after {
  content: '';
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../images/Arrow_8x14_Finance.svg') no-repeat;
  vertical-align: middle;
}
.content .view-journal h3 {
  /* .sector-name */
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: gotham_boldregular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 0px;
}
.content .view-journal .views-row,
.content .view-journal .more-link a,
.content .view-journal .view-header {
  padding-top: 0;
  text-align: center;
}
.content .view-journal .view-header {
  background-color: #f3f3f3;
  border: solid 1px #c6c6c6;
}
.content .view-journal .more-link {
  display: table;
  width: 100%;
}
.content .view-journal .more-link a:hover {
  color: white;
}
.content .view-journal .more-link a {
  position: relative;
  height: 95px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: gotham_boldregular;
  letter-spacing: 0.01em;
  line-height: 22px;
}
.content .view-journal .views-row {
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
}
.content .view-journal .views-row:not(:hover) {
  border-bottom-color: #c6c6c6;
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.content .view-journal .views-row .views-field-nothing a {
  position: relative;
  height: 95px;
  display: table;
  width: 100%;
  text-decoration: none;
}
.content .view-journal .views-row .views-field-nothing a .wrap {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
.content .view-journal .view-header {
  position: relative;
  height: 95px;
  display: table;
  width: 100%;
  text-decoration: none;
}
.content .view-journal .view-header .journal-list-title {
  vertical-align: middle;
  display: table-cell;
  font-size: 18px;
  font-family: gotham_boldregular;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #020c37;
}
.content .view-journal .title-prefix {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: gotham_bookregular;
  text-transform: uppercase;
  line-height: 14px;
}
.content .view-journal .views-field-title {
  font-size: 18px;
  font-family: gotham_bookregular;
  letter-spacing: 0.01em;
  line-height: 22px;
}
.content .view-journal .views-row.filter-provided- a {
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.content .view-journal .views-row.filter-provided- a h3 {
  background-color: white;
}
.content .view-journal .views-row.filter-provided- a .views-field-title {
  color: #020c37;
}
.content .view-journal .views-row.filter-provided- a .title-prefix {
  color: rgba(2, 12, 55, 0.5);
}
.content .view-journal .views-row.filter-provided- a:hover {
  background-color: #efefef;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a {
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Finance h3 {
  background-color: #026d41;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Finance .views-field-title {
  color: #024632;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Finance .title-prefix {
  color: #308a6f;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Management h3 {
  background-color: #079088;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Management .views-field-title {
  color: #076f70;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Management .title-prefix {
  color: #5faca8;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Marketing h3 {
  background-color: #985367;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Marketing .views-field-title {
  color: #670433;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Marketing .title-prefix {
  color: #985367;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Digital h3 {
  background-color: #7a6099;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Digital .views-field-title {
  color: #411b6d;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Digital .title-prefix {
  color: #5a607c;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Property h3 {
  background-color: #032d65;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Property .views-field-title {
  color: #032d65;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a.sector-Property .title-prefix {
  color: #032d65;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a:hover.sector-Finance {
  background-color: #efefef;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a:hover.sector-Management {
  background-color: #efefef;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a:hover.sector-Marketing {
  background-color: #efefef;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a:hover.sector-Digital {
  background-color: #efefef;
}
.content .view-journal .views-row:not(.filter-provided-) .views-field-nothing a:hover.sector-Property {
  background-color: #efefef;
}
#imagery-wrapper .sector {
  margin-top: 40px;
}
#imagery-wrapper .sector .sector-image .views-field-field-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 216px;
}
#imagery-wrapper .sector .sector-name {
  text-transform: capitalize;
}
#imagery-wrapper .sector.all .sector-name {
  background: #020c37;
}
body {
  font-family: gotham_bookregular;
}
#main-wrapper {
  background: #ffffff;
  margin-bottom: 20px;
  font-family: gotham_bookregular;
}
.front .node {
  text-align: center;
}
.front .node-page {
  margin-top: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.front .node-page h1 {
  font-family: gotham_boldregular;
  font-size: 34px;
  margin: 0 auto;
  color: #020c37;
}
.front .node-page h2 {
  font-family: gotham_bookregular;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #4d4d4d;
}
.front .node-page .content {
  font-family: gotham_boldregular;
  font-size: 16px;
  color: #020c37;
  margin-top: 40px;
  padding: 0;
}
.not-front .node {
  margin-top: 40px;
}
.not-front .node h1 {
  font-family: gotham_boldregular;
  font-size: 34px;
  margin-bottom: 35px;
  margin-top: 0px;
  color: #020c37;
}
.not-front .node h2 {
  font-family: gotham_bookregular;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #4d4d4d;
}
.not-front .node ul {
  border: solid 1px #c6c6c6;
  padding: 30px 35px;
}
.not-front .node ul li {
  padding: 2px 0 2px 10px;
  color: #020c37;
}
.not-front .node .content {
  font-family: gotham_bookregular;
  font-size: 16px;
}
.not-front .node .content p {
  color: #020c37;
  margin-bottom: 23px;
  font-family: gotham_bookregular;
}
.not-front .node .content p:last-child {
  margin-bottom: 0;
}
.not-front .node .content .field-item ul:not(:last-of-type) {
  margin-bottom: 40px;
}
.not-front #sidebar:not(:last-child):not(:first-child) {
  margin-bottom: 60px;
}
body.node-type-sample-article .content .field-name-field-author .field-items .field-item {
  font-style: italic;
}
body.node-type-sample-article .content .field-name-body {
  margin-top: 10px;
}
body.node-type-sample-article .content .field-name-body .field-items .field-item p {
  margin: 0;
}
body.node-type-sample-article .content .field-name-body .field-items .field-item p.heading,
body.node-type-sample-article .content .field-name-body .field-items .field-item p.subscribe {
  margin-top: 10px;
}
body.node-type-sample-article .content .field-name-body .field-items .field-item p.keywords {
  font-style: italic;
}
body.node-type-sample-article .content .field-name-body .field-items .field-item p.keywords strong {
  font-style: normal;
}
body.node-type-journal #sidebar,
body.node-type-journal-edition #sidebar,
body.node-type-journal-page #sidebar,
body.node-type-sample-article #sidebar {
  margin-top: 40px;
}
body.node-type-journal #sidebar:not(:last-child),
body.node-type-journal-edition #sidebar:not(:last-child),
body.node-type-journal-page #sidebar:not(:last-child),
body.node-type-sample-article #sidebar:not(:last-child) {
  margin-bottom: 60px;
}
body.node-type-journal #sidebar .more-link {
  text-align: left;
}
body.node-type-journal #sidebar #sample-articles .more-link {
  margin-bottom: 25px;
}
body[class*="-sample-list"] #sidebar {
  display: none;
}
body[class*="-sample-list"] #content {
  width: 100% !important;
}
body[class*="-sample-list"] #sector-header {
  display: none;
}
body[class*="-sample-list"] .view-header {
  height: auto !important;
  background-color: #020c37 !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
body[class*="-sample-list"] .article-title {
  clear: both;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body[class*="-sample-list"] .article-title .volume-number {
  color: #020c37;
  text-decoration: underline;
  margin: 0;
  padding: 30px 0 0;
  font-family: gotham_boldregular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
body.page-journals .journal-sample-list .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
body.page-journals .journal-sample-list .views-row {
  border-top: 1px solid #c6c6c6;
  height: 550px;
}
body.page-journals .journal-sample-list .views-row .block-title {
  color: #020c37 !important;
  margin-bottom: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  font-family: gotham_bookregular !important;
  font-size: 18px !important;
  line-height: 18px !important;
  letter-spacing: 0.05em !important;
  margin-top: 0px !important;
  text-transform: uppercase !important;
}
body.page-journals .journal-sample-list .views-row .block-title::before {
  content: '';
  display: block;
  margin: 0 auto 23px;
  background-image: url(../images/Article_55x55.svg);
  height: 56px;
  width: 56px;
}
body.page-journals .journal-sample-list .article-title {
  font-size: 28px;
  font-family: gotham_boldregular;
  letter-spacing: 0.01em;
  line-height: 34px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-journals .journal-sample-list .article-title a {
  color: #020c37;
}
body.page-journals .journal-sample-list .article-author {
  font-size: 14px;
  font-family: gotham_bookregular;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-journals .journal-sample-list .sample-block {
  margin-bottom: 30px;
}
body .content .field-name-body a {
  text-decoration: underline;
}
.subscribe-confirmed .text h3 {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 12px 15px;
  font-family: gotham_boldregular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 0px;
  text-align: center;
}
.subscribe-confirmed .text h3.finance {
  background-color: #026d41;
}
.subscribe-confirmed .text h3.management {
  background-color: #079088;
}
.subscribe-confirmed .text h3.marketing {
  background-color: #985367;
}
.subscribe-confirmed .text h3.digital {
  background-color: #7a6099;
}
.subscribe-confirmed .text h3.Property {
  background-color: #032d65;
}
.subscribe-confirmed .text h3.real-estate {
  background-color: #032d65;
}
.subscribe-confirmed .text p {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  margin-bottom: 60px;
}
.subscribe-confirmed .view-display-id-block_10 .views-row.views-row-1 {
  border-top: solid 1px #c6c6c6;
}
body.maintenance-page #header-wrapper .register {
  margin-bottom: 18px;
  visibility: hidden;
}
body.maintenance-page #main {
  position: absolute;
  top: 130px;
  color: #020c37;
}
body.maintenance-page #footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
div.messages {
  background: no-repeat top 15px right 15px;
  background-size: 20px 20px;
  text-align: left;
  font-size: 20px;
  margin: 0 0 50px;
  padding: 30px 40px;
}
div.messages.error {
  background-color: #f2caca;
  color: #9e2b2a;
  border-color: #dca1a1;
  background-image: url('../images/Alert_Exclamation-Red_10x10.svg');
}
div.messages.status {
  padding: 20px;
  color: #417e49;
  background-color: #dbf1de;
  border-color: #bbe5c1;
  background-image: url('../images/Tick_Green_19x17.svg');
}
ul.primary li a {
  font-family: gotham_bookregular;
  font-size: 16px;
  background-color: #079088;
  border-bottom: #079088 1px solid;
  color: white;
}
ul.primary li a.active {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  color: #079088;
}
ul.primary li a:hover {
  color: #020c37;
}
.node-type-landing-page #header-wrapper {
  position: relative;
}
.node-type-landing-page #main-wrapper {
  margin-top: 0 !important;
}
.node-type-landing-page #main-wrapper img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  .node-type-landing-page #main-wrapper img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100%;
  }
}
.node-type-landing-page #main-wrapper ul {
  border: 0 !important;
}
@media screen and (max-width: 750px) {
  .node-type-landing-page #main-wrapper ul {
    clear: both;
  }
}
.node-type-landing-page #main-wrapper .post-it-box {
  background-image: url('../images/HSP_Pin_Postit01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  padding: 80px 100px;
  text-align: center;
  color: #020c37;
}
.node-type-landing-page #main-wrapper .post-it-box > * {
  transform: rotate(-1deg);
}
.node-type-landing-page #main-wrapper .post-it-box p {
  margin-bottom: 5px;
}
.node-type-landing-page #main-wrapper .post-it-box h1,
.node-type-landing-page #main-wrapper .post-it-box h2,
.node-type-landing-page #main-wrapper .post-it-box h3 {
  margin: 10px 0;
}
.node-type-landing-page #main-wrapper .post-it-box ul {
  list-style: none;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}
.node-type-landing-page #main-wrapper .post-it-box ul li {
  padding: 0;
}
.node-type-landing-page #main-wrapper .register {
  margin-top: 50px;
  position: fixed;
  right: 20px;
}
.node-type-landing-page #main-wrapper .register a {
  position: relative;
  display: block;
  float: right;
}
.node-type-landing-page #main-wrapper .register a .box {
  font-family: gotham_bookregular;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: 1px solid #4e5473;
  background: #1d244c;
  padding: 10px 10px 10px 15px;
  color: #ffffff;
  text-align: center;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
}
.node-type-landing-page #main-wrapper .register a:hover {
  text-decoration: none;
}
.node-type-landing-page #main-wrapper .register a:hover .box {
  background: #032d65;
  border: 1px solid #b9cde8;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .node-type-landing-page {
    /* Medium devices (desktops, 992px and up) */
  }
  .node-type-landing-page #main-wrapper .post-it-box .mobile-hide {
    display: none;
  }
}
#right-wrapper .block-title,
#content .block-title {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: gotham_boldregular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 0px;
  text-transform: uppercase;
  color: #020c37;
}
#right-wrapper.sector-finance .article-title a,
#content.sector-finance .article-title a,
#right-wrapper.sector-finance .views-field-title a,
#content.sector-finance .views-field-title a {
  color: #024632;
}
#right-wrapper.sector-finance .article-title,
#content.sector-finance .article-title {
  color: #026d41;
}
#right-wrapper.sector-finance .view-inside-journals .box,
#content.sector-finance .view-inside-journals .box {
  background-color: #026d41;
}
#right-wrapper.sector-finance .view-inside-journals .box:hover,
#content.sector-finance .view-inside-journals .box:hover {
  background-color: #013b23;
}
#right-wrapper.sector-finance .title-prefix,
#content.sector-finance .title-prefix {
  color: #026d41;
}
#right-wrapper.sector-finance #journal-image img,
#content.sector-finance #journal-image img {
  border: 1px solid #026d41;
}
#right-wrapper.sector-finance .more-link a,
#content.sector-finance .more-link a {
  color: #024632;
}
#right-wrapper.sector-management .article-title a,
#content.sector-management .article-title a,
#right-wrapper.sector-management .views-field-title a,
#content.sector-management .views-field-title a {
  color: #076f70;
}
#right-wrapper.sector-management .article-title,
#content.sector-management .article-title {
  color: #079088;
}
#right-wrapper.sector-management .view-inside-journals .box,
#content.sector-management .view-inside-journals .box {
  background-color: #079088;
}
#right-wrapper.sector-management .view-inside-journals .box:hover,
#content.sector-management .view-inside-journals .box:hover {
  background-color: #055f5a;
}
#right-wrapper.sector-management .title-prefix,
#content.sector-management .title-prefix {
  color: #5faca8;
}
#right-wrapper.sector-management #journal-image img,
#content.sector-management #journal-image img {
  border: 1px solid #079088;
}
#right-wrapper.sector-management .more-link a,
#content.sector-management .more-link a {
  color: #076f70;
}
#right-wrapper.sector-marketing .article-title a,
#content.sector-marketing .article-title a,
#right-wrapper.sector-marketing .views-field-title a,
#content.sector-marketing .views-field-title a {
  color: #670433;
}
#right-wrapper.sector-marketing .article-title,
#content.sector-marketing .article-title {
  color: #985367;
}
#right-wrapper.sector-marketing .view-inside-journals .box,
#content.sector-marketing .view-inside-journals .box {
  background-color: #985367;
}
#right-wrapper.sector-marketing .view-inside-journals .box:hover,
#content.sector-marketing .view-inside-journals .box:hover {
  background-color: #774151;
}
#right-wrapper.sector-marketing .title-prefix,
#content.sector-marketing .title-prefix {
  color: #670433;
}
#right-wrapper.sector-marketing #journal-image img,
#content.sector-marketing #journal-image img {
  border: 1px solid #985367;
}
#right-wrapper.sector-marketing .more-link a,
#content.sector-marketing .more-link a {
  color: #670433;
}
#right-wrapper.sector-digital .article-title a,
#content.sector-digital .article-title a,
#right-wrapper.sector-digital .views-field-title a,
#content.sector-digital .views-field-title a {
  color: #411b6d;
}
#right-wrapper.sector-digital .article-title,
#content.sector-digital .article-title {
  color: #7a6099;
}
#right-wrapper.sector-digital .view-inside-journals .box,
#content.sector-digital .view-inside-journals .box {
  background-color: #7a6099;
}
#right-wrapper.sector-digital .view-inside-journals .box:hover,
#content.sector-digital .view-inside-journals .box:hover {
  background-color: #614c7a;
}
#right-wrapper.sector-digital .title-prefix,
#content.sector-digital .title-prefix {
  color: #411b6d;
}
#right-wrapper.sector-digital #journal-image img,
#content.sector-digital #journal-image img {
  border: 1px solid #7a6099;
}
#right-wrapper.sector-digital .more-link a,
#content.sector-digital .more-link a {
  color: #411b6d;
}
#right-wrapper.sector-Property .article-title a,
#content.sector-Property .article-title a,
#right-wrapper.sector-Property .views-field-title a,
#content.sector-Property .views-field-title a {
  color: #032d65;
}
#right-wrapper.sector-Property .article-title,
#content.sector-Property .article-title {
  color: #032d65;
}
#right-wrapper.sector-Property .view-inside-journals .box,
#content.sector-Property .view-inside-journals .box {
  background-color: #032d65;
}
#right-wrapper.sector-Property .view-inside-journals .box:hover,
#content.sector-Property .view-inside-journals .box:hover {
  background-color: #021733;
}
#right-wrapper.sector-Property .title-prefix,
#content.sector-Property .title-prefix {
  color: #5a607c;
}
#right-wrapper.sector-Property #journal-image img,
#content.sector-Property #journal-image img {
  border: 1px solid #032d65;
}
#right-wrapper.sector-Property .more-link a,
#content.sector-Property .more-link a {
  color: #032d65;
}
#right-wrapper.sector-real-estate .article-title a,
#content.sector-real-estate .article-title a,
#right-wrapper.sector-real-estate .views-field-title a,
#content.sector-real-estate .views-field-title a {
  color: #032d65;
}
#right-wrapper.sector-real-estate .article-title,
#content.sector-real-estate .article-title {
  color: #032d65;
}
#right-wrapper.sector-real-estate .view-inside-journals .box,
#content.sector-real-estate .view-inside-journals .box {
  background-color: #032d65;
}
#right-wrapper.sector-real-estate .view-inside-journals .box:hover,
#content.sector-real-estate .view-inside-journals .box:hover {
  background-color: #021733;
}
#right-wrapper.sector-real-estate .title-prefix,
#content.sector-real-estate .title-prefix {
  color: #5a607c;
}
#right-wrapper.sector-real-estate #journal-image img,
#content.sector-real-estate #journal-image img {
  border: 1px solid #032d65;
}
#right-wrapper.sector-real-estate .more-link a,
#content.sector-real-estate .more-link a {
  color: #032d65;
}
#sample-article {
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-top: 0;
  border: solid 1px #c6c6c6;
  text-align: center;
}
#sample-article .block-title {
  color: #020c37;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: gotham_bookregular;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-top: 0px;
  text-transform: uppercase;
}
#sample-article .block-title::before {
  content: '';
  display: block;
  margin: 0 auto 23px;
  background-image: url('../images/Article_55x55.svg');
  height: 56px;
  width: 56px;
}
#sample-article .views-field-nothing .sector-finance .article-title a {
  color: #024632;
}
#sample-article .views-field-nothing .sector-finance .title-prefix {
  color: #026d41;
}
#sample-article .views-field-nothing .sector-finance .views-field-title a {
  color: #024632;
}
#sample-article .views-field-nothing .sector-management .article-title a {
  color: #076f70;
}
#sample-article .views-field-nothing .sector-management .title-prefix {
  color: #079088;
}
#sample-article .views-field-nothing .sector-management .views-field-title a {
  color: #076f70;
}
#sample-article .views-field-nothing .sector-marketing .article-title a {
  color: #670433;
}
#sample-article .views-field-nothing .sector-marketing .title-prefix {
  color: #985367;
}
#sample-article .views-field-nothing .sector-marketing .views-field-title a {
  color: #670433;
}
#sample-article .views-field-nothing .sector-digital .article-title a {
  color: #411b6d;
}
#sample-article .views-field-nothing .sector-digital .title-prefix {
  color: #7a6099;
}
#sample-article .views-field-nothing .sector-digital .views-field-title a {
  color: #411b6d;
}
#sample-article .views-field-nothing .sector-property .article-title a {
  color: #032d65;
}
#sample-article .views-field-nothing .sector-property .title-prefix {
  color: #032d65;
}
#sample-article .views-field-nothing .sector-property .views-field-title a {
  color: #032d65;
}
#sample-article .views-field-nothing .article-title {
  font-size: 28px;
  font-family: gotham_boldregular;
  letter-spacing: 0.01em;
  line-height: 34px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#sample-article .views-field-nothing .article-title a {
  text-decoration: none;
}
#sample-article .views-field-nothing .article-author {
  font-size: 14px;
  font-family: gotham_bookregular;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
#sample-article .views-field-nothing .journal-info {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#sample-article .views-field-nothing .journal-info .title-preprefix {
  font-family: gotham_bookregular;
  padding-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#sample-article .views-field-nothing .journal-info .title-prefix {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: gotham_bookregular;
  text-transform: uppercase;
  line-height: 14px;
}
#sample-article .views-field-nothing .journal-info .views-field-title {
  font-size: 14px;
  font-family: gotham_bookregular;
  letter-spacing: 0.01em;
  line-height: 28px;
  letter-spacing: 0.05em;
}
#subscribe .view-inside-journals a.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
}
#subscribe .view-inside-journals a.more .box {
  font-family: gotham_boldregular;
  padding: 10px 30px 10px 15px;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 95% center;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.08em;
}
#librarian-trial {
  margin: 40px 0 20px;
}
#librarian-trial .view-librarian a.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
}
#librarian-trial .view-librarian a.more .box {
  font-family: gotham_boldregular;
  padding: 10px 30px 10px 15px;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 95% center;
  background-color: #079088;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.08em;
}
#librarian-trial .view-librarian a.more .box:hover {
  background-color: #055f5a;
}
#librarian-recommend .view-librarian a.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
}
#librarian-recommend .view-librarian a.more .box {
  font-family: gotham_boldregular;
  padding: 10px 30px 10px 15px;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 95% center;
  background-color: #026d41;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.08em;
}
#librarian-recommend .view-librarian a.more .box:hover {
  background-color: #013b23;
}
#back-journal a.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
  background: white;
  border: 1px solid #079088;
  margin-top: 35px;
}
#back-journal a.more .box {
  font-family: gotham_boldregular;
  padding: 10px 15px 10px 30px;
  background-image: url('../images/Left-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 5% center;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.08em;
  color: #079088;
}
#back-journal a.more .box:hover {
  background-color: #055f5a;
}
#journal-image .field-name-field-image {
  margin-top: 40px;
}
#journal-image .field-name-field-image img {
  width: 245px;
  height: auto;
  padding: 5px;
}
#journal-publisher .field-name-field-publisher {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: gotham_bookregular;
  line-height: 20px;
  margin-top: 0px;
}
#journal_published .field-name-field-first-published {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: gotham_bookregular;
  line-height: 20px;
  margin-top: 0px;
}
#journal_issn_print .field-name-field-issn-print- {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: gotham_bookregular;
  line-height: 20px;
  margin-top: 0px;
}
#journal_issn_web .field-name-field-issn-web- {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: gotham_bookregular;
  line-height: 20px;
  margin-top: 0px;
}
#journal-details .view-journal .views-row {
  padding: 2px 0;
}
#journal-details .view-journal .views-row a {
  font-family: gotham_bookregular;
  font-size: 14px;
}
#journal-editions .view-journal .views-row {
  padding: 2px 0;
}
#journal-editions .view-journal .views-row a {
  font-family: gotham_bookregular;
  font-size: 14px;
}
#sample-articles .view-journal .views-row {
  padding: 2px 0;
}
#sample-articles .view-journal .views-row .views-field-title {
  font-family: gotham_bookregular;
  font-size: 14px;
  padding: 5px 0;
}
#sample-articles .view-journal .views-row .views-field-field-author {
  display: block;
  font-family: gotham_bookregular;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0 25px;
}
#content #sample-articles,
#content #journal-editions,
#content #journal-details,
#content #journal_issn_web,
#content #journal_issn_print,
#content #journal_published,
#content #journal-publisher,
#content #back-journal,
#content #subscribe {
  text-align: center;
}
#content #sample-articles .field-label,
#content #journal-editions .field-label,
#content #journal-details .field-label,
#content #journal_issn_web .field-label,
#content #journal_issn_print .field-label,
#content #journal_published .field-label,
#content #journal-publisher .field-label,
#content #back-journal .field-label,
#content #subscribe .field-label,
#content #sample-articles .field-items,
#content #journal-editions .field-items,
#content #journal-details .field-items,
#content #journal_issn_web .field-items,
#content #journal_issn_print .field-items,
#content #journal_published .field-items,
#content #journal-publisher .field-items,
#content #back-journal .field-items,
#content #subscribe .field-items {
  float: none;
}
#subscribe-input-wrapper {
  box-sizing: border-box;
  padding: 30px 30px 30px 0;
  float: left;
  width: 63%;
  border-right: solid 1px #c6c6c6;
}
@media screen and (max-width: 992px) {
  #subscribe-input-wrapper {
    float: none;
    width: 100%;
    padding: 30px 0px;
    border-right: none;
  }
}
#subscribe-input-wrapper > div.form {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
#subscribe-input-wrapper button {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #subscribe-input-wrapper button {
    width: 100%;
  }
}
#subscribe-input-wrapper .delivery_head .form-title,
#subscribe-input-wrapper .details_head .form-title,
#subscribe-input-wrapper .billing_head .form-title,
#subscribe-input-wrapper .order_head .form-title {
  padding-top: 40px;
}
@media screen and (max-width: 650px) {
  #subscribe-input-wrapper .delivery_head .form-title,
  #subscribe-input-wrapper .details_head .form-title,
  #subscribe-input-wrapper .billing_head .form-title,
  #subscribe-input-wrapper .order_head .form-title {
    margin: 10px 0 20px;
  }
}
#subscribe-input-wrapper .delivery_head {
  padding-top: 20px;
}
#subscribe-input-wrapper .delivery_head button {
  margin-bottom: 20px;
}
#subscribe-input-wrapper .details_head {
  padding-top: 20px;
}
#subscribe-input-wrapper .billing_head {
  padding-top: 0px;
}
#subscribe-input-wrapper .order_head {
  padding-top: 0px;
}
#subscribe-input-wrapper .order_head .form-title {
  padding-top: 0px;
}
#subscribe-input-wrapper .order_head .form-item {
  padding-bottom: 10px;
}
#subscribe-input-wrapper .order_head .form-radios {
  margin-bottom: 0px;
}
#subscribe-display-wrapper {
  /*    .worldpay {
        background-image: url('../images/Payment-Icons.jpg');
        background-repeat: no-repeat;
        width: 100%;
        height: 110px;
        margin-top: 80px;
    }*/
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
  float: right;
  width: 37%;
}
@media screen and (max-width: 992px) {
  #subscribe-display-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0px;
  }
  #subscribe-display-wrapper .content-wrapper {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  #subscribe-display-wrapper.sticky,
  #subscribe-display-wrapper.bottom {
    margin-top: 0 !important;
  }
  #subscribe-display-wrapper.sticky .content-wrapper,
  #subscribe-display-wrapper.bottom .content-wrapper {
    position: relative !important;
    bottom: auto !important;
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
}
#subscribe-display-wrapper.sticky {
  margin-top: 20px;
}
#subscribe-display-wrapper.sticky .content-wrapper {
  position: fixed;
  top: 132px;
  width: 20%;
}
@media screen and (min-width: 992px) {
  #subscribe-display-wrapper.sticky .content-wrapper {
    margin-bottom: 10px;
    margin-top: 55px;
    width: 295px;
  }
}
@media screen and (min-width: 1201px) {
  #subscribe-display-wrapper.sticky .content-wrapper {
    width: 380px;
  }
}
#subscribe-display-wrapper.bottom {
  margin-top: 20px;
  position: relative;
}
#subscribe-display-wrapper.bottom .content-wrapper {
  position: absolute;
  height: auto;
  width: 20%;
}
@media screen and (min-width: 992px) {
  #subscribe-display-wrapper.bottom .content-wrapper {
    width: 295px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1201px) {
  #subscribe-display-wrapper.bottom .content-wrapper {
    width: 380px;
  }
}
#subscribe-display-wrapper .content-wrapper #summary {
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 20px;
}
#subscribe-display-wrapper .content-wrapper #summary.active .chosen-none {
  display: none;
}
#subscribe-display-wrapper .content-wrapper #summary.active .chosen,
#subscribe-display-wrapper .content-wrapper #summary.active .balance {
  display: block;
}
#subscribe-display-wrapper .content-wrapper #summary.active .journal {
  margin-bottom: 20px;
}
#subscribe-display-wrapper .content-wrapper #summary .chosen-none {
  display: block;
}
#subscribe-display-wrapper .content-wrapper #summary .chosen,
#subscribe-display-wrapper .content-wrapper #summary .balance {
  display: none;
}
#subscribe-display-wrapper .content-wrapper #summary .journal > div:not(:last-child) {
  margin-bottom: 10px;
}
#subscribe-display-wrapper .content-wrapper #summary .journal li {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  line-height: 40px;
  letter-spacing: 0em;
}
#subscribe-display-wrapper .content-wrapper #summary .balance {
  padding-top: 20px;
  border-top: solid 1px #c6c6c6;
  font-family: gotham_bookregular;
  font-size: 20px;
  font-weight: bold;
  color: #020c37;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0em;
  margin: 20px 0 0px;
}
#subscribe-display-wrapper .content-wrapper #summary p {
  line-height: 16px;
}
#subscribe-display-wrapper .content-wrapper #discount {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #c6c6c6;
}
#subscribe-display-wrapper .content-wrapper #discount .message {
  margin-top: 10px;
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  line-height: 49px;
  letter-spacing: 0em;
}
#subscribe-display-wrapper .content-wrapper #discount.active {
  display: block;
}
#subscribe-display-wrapper .content-wrapper input[type="submit"] {
  padding: 10px 30px 10px 15px;
  font-size: 20px;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 95% center;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
#subscribe-display-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
#target {
  position: relative;
  display: block;
  margin-top: 20px;
}
.form-page-title {
  font-size: 20px;
  font-family: gotham_boldregular;
}
.form-page-title.finance {
  color: #024632;
}
.form-page-title.management {
  color: #076f70;
}
.form-page-title.marketing {
  color: #670433;
}
.form-page-title.digital {
  color: #411b6d;
}
.form-page-title.property {
  color: #032d65;
}
.form-page-title.real-estate {
  color: #032d65;
}
.form-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.form-wrapper#edit-how .fieldset-wrapper {
  background-color: #f3f3f3;
}
@media screen and (max-width: 650px) {
  .form-wrapper#edit-how .fieldset-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.form-wrapper#edit-subscribe .fieldset-wrapper {
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .form-wrapper#edit-subscribe .fieldset-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .form-wrapper#edit-subscribe .fieldset-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.form-wrapper .fieldset-wrapper {
  border: solid 1px grey;
  padding: 30px 35px;
  display: inline-block;
}
.form-wrapper .fieldset-wrapper .form-item-discount input[type="text"] {
  width: 320px;
}
@media screen and (max-width: 650px) {
  .form-wrapper .fieldset-wrapper .form-item-discount input[type="text"] {
    width: 100%;
  }
}
.form-wrapper .fieldset-wrapper p {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  line-height: 49px;
  letter-spacing: 0em;
}
.form-wrapper .fieldset-wrapper input[type="text"],
.form-wrapper .fieldset-wrapper textarea {
  border: solid 1px #c6c6c6;
  outline: none;
  box-shadow: none;
  background-color: #f3f3f3;
  padding: 10px;
}
.form-wrapper .fieldset-wrapper input[type="text"] {
  height: 45px;
}
.form-wrapper .fieldset-wrapper textarea {
  resize: none;
  height: 195px;
}
.form-wrapper .fieldset-wrapper select {
  font-family: gotham_bookregular;
  padding: 15px 15px 15px 18px;
  border: solid 1px #c6c6c6;
  outline: none;
  box-shadow: none;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #020c37;
}
.form-wrapper .fieldset-wrapper input[type="submit"],
.form-wrapper .fieldset-wrapper button {
  font-size: 16px;
  font-family: gotham_boldregular;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  border: none;
  margin-top: 40px;
  background-color: rebeccapurple;
}
.form-wrapper .fieldset-wrapper input[type="submit"]:hover,
.form-wrapper .fieldset-wrapper button:hover {
  background-color: #4c2673;
}
.form-wrapper .fieldset-wrapper input[type="submit"].finance,
.form-wrapper .fieldset-wrapper button.finance {
  background-color: #026d41;
}
.form-wrapper .fieldset-wrapper input[type="submit"].finance:hover,
.form-wrapper .fieldset-wrapper button.finance:hover {
  background-color: #013b23;
}
.form-wrapper .fieldset-wrapper input[type="submit"].management,
.form-wrapper .fieldset-wrapper button.management {
  background-color: #079088;
}
.form-wrapper .fieldset-wrapper input[type="submit"].management:hover,
.form-wrapper .fieldset-wrapper button.management:hover {
  background-color: #055f5a;
}
.form-wrapper .fieldset-wrapper input[type="submit"].marketing,
.form-wrapper .fieldset-wrapper button.marketing {
  background-color: #985367;
}
.form-wrapper .fieldset-wrapper input[type="submit"].marketing:hover,
.form-wrapper .fieldset-wrapper button.marketing:hover {
  background-color: #774151;
}
.form-wrapper .fieldset-wrapper input[type="submit"].digital,
.form-wrapper .fieldset-wrapper button.digital {
  background-color: #7a6099;
}
.form-wrapper .fieldset-wrapper input[type="submit"].digital:hover,
.form-wrapper .fieldset-wrapper button.digital:hover {
  background-color: #614c7a;
}
.form-wrapper .fieldset-wrapper input[type="submit"].property,
.form-wrapper .fieldset-wrapper button.property {
  background-color: #032d65;
}
.form-wrapper .fieldset-wrapper input[type="submit"].property:hover,
.form-wrapper .fieldset-wrapper button.property:hover {
  background-color: #021733;
}
.form-wrapper .form-right {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 650px) {
  .form-wrapper .form-right {
    float: left;
    width: 100%;
    padding-left: 0;
  }
}
.form-wrapper .form-left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 650px) {
  .form-wrapper .form-left {
    float: left;
    width: 100%;
    padding-right: 0%;
  }
}
.form-wrapper legend {
  border-bottom: none;
  margin-bottom: 40px;
}
.form-wrapper legend .fieldset-legend {
  font-family: gotham_boldregular;
  font-size: 34px;
  color: #020c37;
  text-align: left;
  line-height: 40px;
  letter-spacing: 0em;
}
.form-title {
  font-family: gotham_boldregular;
  font-size: 20px;
  color: #020c37;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0em;
  margin: 40px 0 20px;
}
.form-title:first-child {
  margin-top: 0;
}
.form-title ~ p {
  line-height: 25px !important;
}
.form-title ~ p:not(:last-child):not(:first-child) {
  margin-bottom: 20px;
}
.form-title ~ p:last-child {
  margin-bottom: 0;
}
.form-item {
  font-family: gotham_bookregular;
  font-size: 20px;
  color: #020c37;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 0;
}
.form-item label {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  line-height: 40px;
  letter-spacing: 0em;
}
.form-item label,
.form-item label + select {
  width: 100%;
}
.form-item.form-type-textfield label,
.form-item.form-type-textarea label {
  display: block;
  margin-bottom: 0px;
}
.form-item.form-type-radio input + label {
  vertical-align: middle;
  padding-left: 25px;
}
input[type=text],
textarea {
  width: 100%;
}
.clear {
  clear: both;
}
#subscribe-form-form {
  margin-top: 40px;
  font-family: gotham_bookregular;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
  margin-top: 14px;
  margin-right: -100px;
  vertical-align: top;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  height: 40px;
  line-height: 30px;
  padding-left: 25px;
  display: inline-block;
  margin-left: 100px;
  margin-right: -100px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  background-image: url('../images/Radio-Empty.svg');
  background-repeat: no-repeat;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background-image: url('../images/Radio-Full.svg');
}
@media screen and (max-width: 650px) {
  .overlay .overlay-content {
    padding: 25px;
  }
}
.overlay .overlay-content .title {
  font-family: gotham_bookregular;
  font-size: 20px;
  font-weight: bold;
  color: #020c37;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0em;
}
.overlay .overlay-content .body {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0em;
}
.overlay .overlay-content .form-errors {
  margin-top: 10px;
  background-color: #f2caca;
  color: #9e2b2a;
  border-color: #dca1a1;
}
.overlay .overlay-content .form-errors p {
  padding: 0 20px;
}
.overlay .overlay-content .form-errors p:first-child {
  padding-top: 20px;
}
.overlay .overlay-content .form-errors p:last-child {
  padding-bottom: 20px;
}
.overlay .overlay-content .registration-form .form-text {
  border: solid 1px #c6c6c6;
  outline: none;
  box-shadow: none;
  background-color: #f3f3f3;
  padding: 10px;
  height: 45px;
}
.overlay .overlay-content .registration-form .form-submit {
  font-family: gotham_bookregular;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: 1px solid #4e5473;
  background: #1d244c;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 30px;
  margin-top: 20px;
}
.overlay .overlay-content .registration-form .captcha > legend {
  margin-bottom: 20px;
}
.overlay .overlay-content .registration-form .captcha > .fieldset-wrapper {
  padding: 15px 10px;
  max-width: 100%;
}
.overlay .overlay-content .registration-form .captcha .g-recaptcha > div {
  max-width: 100%;
}
@media screen and (max-width: 420px) {
  .overlay .overlay-content .registration-form .captcha .g-recaptcha > div > div > *[title="recaptcha widget"] {
    position: absolute;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    -o-transform-origin: 0 center;
    transform-origin: 0 center;
  }
}
#edit-how .fieldset-wrapper li {
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: bottom 50% left 10px;
  background-size: 33px 33px;
  list-style: none;
}
#edit-how .fieldset-wrapper li.card {
  background-image: url('../images/Subscribe_Credit-card_33x33.svg');
}
#edit-how .fieldset-wrapper li.telephone {
  background-image: url('../images/Subscribe_Phone_33x33.svg');
}
#edit-how .fieldset-wrapper li.invoice {
  background-image: url('../images/Subscribe_Envelope_33x33.svg');
}
#edit-how .fieldset-wrapper li.download {
  background-image: url('../images/Subscribe_Download_33x33.svg');
}
#edit-how .fieldset-wrapper li a {
  text-decoration: underline;
}
form[action$="/recommend"] .webform-component--country {
  clear: left;
}
.webform-client-form .form-item {
  display: inline-block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .webform-client-form .form-item {
    width: 100%;
    padding-right: 0;
  }
}
.webform-client-form .form-item.webform-component-email {
  clear: both;
  width: 100%;
}
.webform-client-form .form-item.webform-component-email input {
  width: 100%;
}
.webform-client-form .form-item.webform-component-checkboxes,
.webform-client-form .form-item.webform-component-radios,
.webform-client-form .form-item.webform-component-select-or-other {
  clear: both;
  width: 100%;
}
.webform-client-form .form-item.webform-component-select-or-other {
  width: 100%;
}
.webform-client-form .form-item.webform-component-select-or-other .form-item {
  width: 100%;
}
.webform-client-form .form-item.webform-component-select-or-other .form-item-submitted-reason-for-recommendation-other {
  padding-right: 0;
}
@media screen and (max-width: 650px) {
  .webform-client-form .form-item.webform-component-checkboxes .form-item {
    width: 100%;
  }
}
.webform-client-form .form-item.webform-component--privacy-policy {
  margin-top: 14px;
}
.webform-client-form .form-item.webform-component--privacy-policy label,
.webform-client-form .form-item.webform-component--privacy-policy .form-checkboxes {
  vertical-align: middle;
}
.webform-client-form .form-item.webform-component--privacy-policy label {
  width: auto;
}
.webform-client-form .form-item.webform-component--privacy-policy .form-checkboxes {
  display: inline-block;
}
.webform-client-form .form-item.webform-component--privacy-policy .form-checkboxes input {
  margin-top: 3px;
}
.webform-client-form .form-actions {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
}
.webform-client-form .form-actions input[type="submit"] {
  font-family: gotham_bookregular;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: 1px solid #4e5473;
  background: #1d244c;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
  background-size: 10px 15px;
  padding-right: 24px;
}
.webform-client-form p {
  font-family: gotham_bookregular;
  font-size: 16px;
  color: #020c37;
  text-align: left;
  letter-spacing: 0em;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form textarea {
  border: solid 1px #c6c6c6;
  outline: none;
  box-shadow: none;
  background-color: #f3f3f3;
  padding: 10px;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
  height: 45px;
}
/*
fonts
*/
@font-face {
  font-family: 'gotham_boldregular';
  src: url('../fonts/gotham-bold-webfont.eot');
  src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold-webfont.woff2') format('woff2'), url('../fonts/gotham-bold-webfont.woff') format('woff'), url('../fonts/gotham-bold-webfont.ttf') format('truetype'), url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_bookitalic';
  src: url('../fonts/gotham-bookitalic-webfont.eot');
  src: url('../fonts/gotham-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bookitalic-webfont.woff2') format('woff2'), url('../fonts/gotham-bookitalic-webfont.woff') format('woff'), url('../fonts/gotham-bookitalic-webfont.ttf') format('truetype'), url('../fonts/gotham-bookitalic-webfont.svg#gotham_bookitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_bookregular';
  src: url('../fonts/gotham-book-webfont.eot');
  src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book-webfont.woff2') format('woff2'), url('../fonts/gotham-book-webfont.woff') format('woff'), url('../fonts/gotham-book-webfont.ttf') format('truetype'), url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 *Exempt views rows from the styling that bootstrap "rows" get
 */
div.view-content.row {
  margin-left: 0;
  margin-right: 0;
}
.title-strip {
  text-align: center;
  font-family: "gotham_boldregular";
  font-size: 28px;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: white;
}
div#free-content-block {
  text-align: center;
  font-size: 16px;
  backgrocolor: #079088;
}
div.librarians-list-wrapper {
  clear: both;
  border: solid 1px #c6c6c6;
  padding: 30px 35px;
  margin-bottom: 35px;
}
div.librarians-list-item {
  text-align: center;
  float: left;
  margin: 15px;
  width: 20%;
  min-width: 100px;
}
/**
 * User Export List page
 */
body.page-user-export-list #content {
  width: 100% !important;
}
.item-list .pager {
  margin: 20px 0;
}
.btn__csv {
  float: left;
  font-family: gotham_boldregular;
  padding: 10px 30px 10px 15px;
  background-image: url('../images/Right-Arrow_10x14.svg');
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 95% center;
  background-color: #079088;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.08em;
}
.btn__csv:hover,
.btn__csv:focus {
  background-color: #055f5a;
  color: #ffffff;
}
/* Embed Responsively */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Cookie Popup */
#sliding-popup .popup-content #popup-buttons button {
  margin: 30px 0;
  border-radius: 0;
}
#sliding-popup .popup-content #popup-text {
  margin: 10px 0px;
}
