body {
  font-family: Heebo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

a {
  /*color: #333;*/
  /*text-decoration: none;*/
}

.section_container {
  position: relative;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 50px;
}

.section_container.header {
  padding-right: 30px;
  padding-left: 30px;
}

.section_container.footer {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 5px solid #34bdb8;
  background-color: #fff;
}

.section_container.inner_page_banner {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 25%, transparent 75%);
}

.section_container_in_top {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.section_container_in {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section_container_in.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_container_in.home_banner {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section_container_in.inner_page_header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  max-width: 75%;
}

.header_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header_logo_img {
  height: 32px;
}

.header_left_line {
  width: 1px;
  height: 32px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #ff8b35;
  display: none;
}

.header_left_name {
  padding-top: 8px;
  /* font-family: Rustico, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #34bdb8;
  font-size: 24px;
  /* line-height: 20px; */
  line-height: 1;
  display: none;
}

.header_left_name:hover {
  color: #ff8b35;
}

.header_left_name.w--current {
  color: #34bdb8;
}

.header_right {
  margin-left: auto;
}

.header_menu_btn {
  padding-right: 50px;
  background-image: url('../images/header_hamburger.png');
  background-position: 100% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: rgba(52, 189, 184, 0.7);
  font-size: 15px;
  line-height: 19px;
}

.header_menu_btn:hover {
  background-image: url('../images/header_hamburger_turquoise.png');
  color: #34bdb8;
}

.banner_img_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  overflow: hidden;
}

.banner_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner_img.home {
  background-image: url('../images/home_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner_img.lag {
  background-image: url('../images/lag_banner.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.banner_img.mtp {
  background-image: url('../images/mtp_banner.jpg');
  background-position: 75% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_img.pd {
  background-image: url('../images/pd_banner.jpg');
  background-position: 70% 0%;
  background-size: cover;
}

.banner_img.wwu {
  background-image: url('../images/wwu_banner.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.home_banner_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.block_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #34bdb8;
}

.block_line.home_banner {
  width: 20px;
  opacity: 0.85;
}

.block_line.orange {
  background-color: #ff8b35;
}

.block_line.home_banner_shortcut {
  opacity: 0.85;
}

.home_banner_content_in {
  padding: 10px 40px 10px 60px;
}

.home_banner_breadcrumb_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.home_banner_breadcrumb_container.inner_page_banner {
  max-width: 320px;
}

.home_banner_breadcrumb_btn {
  color: #fff;
}

.home_banner_breadcrumb_btn:hover {
  opacity: 0.7;
}

.home_banner_breadcrumb_arrow {
  padding-right: 8px;
  padding-left: 8px;
}

.home_banner_title {
  padding-top: 45px;
  padding-bottom: 15px;
  /* font-family: Rustico, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}

.home_banner_text {
  max-width: 450px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.home_banner_shortcut_container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 50px;
  overflow: hidden;
}

.home_banner_shortcut_container_in {
  padding-left: 25px;
}

.home_banner_shortcut_btn {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.home_banner_shortcut_btn:hover {
  color: #ff8b35;
}

.section_bg_color_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.section_bg_color {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34bdb8), to(#ff8b35));
  background-image: linear-gradient(180deg, #34bdb8, #ff8b35);
  opacity: 0.1;
}

.block_container_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_container_row.after_block {
  margin-top: 0px;
}

.block_container_left {
  width: 50%;
  padding-right: 20px;
}

.block_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block_container.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.block_left {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.block_left_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  padding-right: 30px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_left_in.quote {
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.block_left_in_content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.block_left_in_content.large {
  max-width: 500px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.block_left_in_content.quote {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
}

.block_left_in_title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.block_left_in_title.large {
  font-size: 34px;
  line-height: 38px;
}

.block_left_in_text {
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 24px;
}

.block_left_in_text.no_btn {
  padding-bottom: 0px;
}

.block_left_in_text.quote {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
  color: #666;
  font-size: 20px;
  line-height: 32px;
}

.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  padding: 8px 20px;
  border-style: solid;
  border-width: 2px 2px 2px 8px;
  border-color: #34bdb8;
  font-weight: 700;
  color: #333;
}

.btn.grey {
  margin-right: auto;
  margin-left: auto;
  border-color: #b2b2b2;
}

.red_text {
  color: #ed1d25;
}

.block_right {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin-left: -15%;
}

.block_right.even {
  margin-right: -15%;
  margin-left: 0%;
}

.block_right.full {
  width: 52.5%;
  margin-left: -5%;
}

.block_right.full.even {
  margin-right: -5%;
  margin-left: 0%;
}

.block_left_out {
  width: 55%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block_left_out.full {
  width: 52.5%;
}

.block_right_in {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.block_right_in.home1 {
  background-image: url('../images/home_block_img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_right_in.home2 {
  background-image: url('../images/home_block_img2.jpg');
  background-position: 60% 0%;
  background-size: cover;
}

.block_right_in.home3 {
  background-image: url('../images/home_block_img3.jpg');
  background-position: 75% 0%;
  background-size: cover;
}

.block_right_in.home4 {
  background-image: url('../images/home_block_img4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_right_in.lag1 {
  background-image: url('../images/lag_img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_right_in.lag2 {
  background-image: url('../images/lag_img2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.block_right_in.lag3 {
  background-image: url('../images/lag_img3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.block_right_in.mtp1 {
  background-image: url('../images/mtp_img1.jpg');
  background-position: 40% 0%;
  background-size: cover;
}

.block_right_in.mtp2 {
  background-image: url('../images/mtp_img2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.block_right_in.pd0 {
  background-image: url('../images/pd_img0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_right_in.pd1 {
  background-image: url('../images/pd_img1.jpg');
  background-position: 25% 75%;
  background-size: cover;
}

.block_right_in.pd2 {
  background-image: url('../images/pd_img2.jpg');
  background-position: 75% 0%;
  background-size: cover;
}

.block_right_in.pd3 {
  background-image: url('../images/pd_img3.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

.block_right_in.pd4 {
  background-image: url('../images/pd_img4.jpg');
  background-position: 0% 25%;
  background-size: cover;
}

.block_container_right {
  width: 50%;
  padding-left: 20px;
}

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

.btn_text_hover {
  position: relative;
  z-index: 1;
  display: none;
  color: #fff;
}

.btn_hover_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #34bdb8;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.btn_hover_bg.grey {
  background-color: #b2b2b2;
}

.footer_img {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.footer_img.tablet {
  display: none;
}

.footer_img.mobile {
  display: none;
}

.inner_page_banner_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 100px 40px 120px 60px;
}

.inner_page_banner_block_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 420px;
  height: 100%;
  background-color: rgba(255, 139, 53, 0.85);
}

.inner_page_banner_block_in {
  position: relative;
}

.inner_page_banner_title {
  padding-top: 35px;
  /* font-family: Rustico, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.inner_page_intro_container {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-bottom: 75px;
  padding-left: 100px;
  text-align: center;
}

.inner_page_intro_title {
  color: #34bdb8;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

.inner_page_intro_line {
  width: 50px;
  height: 4px;
  margin: 25px auto;
  background-color: #ed1d25;
}

.inner_page_intro_text {
  font-size: 18px;
  line-height: 26px;
}

.inner_page_block_container {
  width: 100%;
  margin-top: -40px;
}

.block_play_btn {
  position: absolute;
  /*
  left: 50px;
  right: auto;
  */
  top: auto;
  left: auto;
  right: 50px;
  bottom: 40px;
  width: 90px;
  height: 90px;
  background-image: url('../images/play_btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

/*added 23/9/2020*/
.block_container.quote.even .block_play_btn {
  left: 50px;
  right: auto;
}

/*added 23/9/2020*/

.block_play_btn:hover {
  opacity: 0.7;
}

.block_play_btn.right {
  left: auto;
  right: 40px;
}

.quote_icon {
  position: absolute;
  left: -30px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 50px;
  opacity: 0.1;
}

.quote_icon.end {
  left: auto;
  top: auto;
  right: -30px;
  bottom: 30px;
}

.mtp_ppl_info {
  padding-left: 20px;
  border-left: 5px solid #34bdb8;
  font-size: 18px;
  line-height: 22px;
}

.mtp_ppl_name {
  padding-bottom: 5px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

.mtp_ppl_img_mobile {
  display: none;
  width: 100%;
}

.wwu_btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.wwu_btn_container.first {
  padding-bottom: 30px;
}

.wwu_sorting_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  max-width: 100%;
  margin-top: 15px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px 36px 2px 8px;
  border-color: #34bdb8;
  font-weight: 700;
  text-align: left;
}

.wwu_sorting_btn.sort_by {
  width: 400px;
}

.wwu_sorting_btn_tri {
  height: 8px;
  margin-right: -45px;
  margin-left: auto;
}

.wwu_dropdown_container {
  width: 100%;
  margin-top: -20px;
}

.wwu_dropdown {
  width: 100%;
  margin-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 10px solid #ff8b35;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.wwu_dropdown_toggle {
  width: 100%;
  margin-bottom: -30px;
  padding: 30px 60px 30px 0px;
  background-image: url('../images/wwu_plus.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.wwu_dropdown_toggle:hover {
  background-image: url('../images/wwu_plus_hover.png');
  color: #34bdb8;
}

.wwu_dropdown_toggle.w--open {
  background-image: url('../images/wwu_minus.png');
}

.wwu_dropdown_toggle.w--open:hover {
  background-image: url('../images/wwu_minus_hover.png');
}

.wwu_dropdown_list.w--open {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #34bdb8;
  background-color: transparent;
}

.wwu_dropdown_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  border-left: 8px solid #34bdb8;
  background-color: rgba(52, 189, 184, 0.1);
}

.wwu_dropdown_row.title {
  padding-right: 150px;
  border-left-color: transparent;
  background-color: transparent;
}

.wwu_dropdown_col {
  width: 100%;
  padding: 15px 20px;
}

.wwu_dropdown_col.department {
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wwu_dropdown_col.last_update {
  width: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wwu_dropdown_col.title {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ff8b35;
  font-weight: 700;
}

.wwu_dropdown_btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px 2px 2px 8px;
  border-color: #34bdb8;
  background-color: #fff;
  font-weight: 700;
}

.wwu_dropdown_mobile_title {
  display: none;
  color: #ff8b35;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .section_container_in.home_banner {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .home_banner_title {
    font-size: 90px;
    line-height: 90px;
  }

  .home_banner_shortcut_btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .block_container_row {
    margin-top: -50px;
  }

  .block_container {
    margin-top: 50px;
  }

  .block_left_in {
    min-height: 360px;
    padding-right: 40px;
    padding-left: 50px;
  }

  .block_left_in_content.large {
    max-width: 550px;
  }

  .block_left_in_title {
    font-size: 26px;
    line-height: 30px;
  }

  .block_left_in_title.large {
    font-size: 36px;
    line-height: 40px;
  }

  .block_left_in_text {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .block_left_in_text.quote {
    font-size: 22px;
    line-height: 34px;
  }

  .block_right {
    margin-left: -10%;
  }

  .block_right.even {
    margin-right: -10%;
  }

  .block_left_out {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_page_banner_block_bg {
    width: 450px;
  }

  .inner_page_banner_title {
    font-size: 72px;
    line-height: 72px;
  }

  .inner_page_intro_title {
    font-size: 44px;
    line-height: 48px;
  }

  .inner_page_block_container {
    margin-top: -50px;
  }

  .block_play_btn {
    width: 100px;
    height: 100px;
  }

  .mtp_ppl_name {
    font-size: 32px;
    line-height: 36px;
  }

  .wwu_dropdown_col.department {
    width: 280px;
  }

  .wwu_dropdown_col.last_update {
    width: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .section_container_in.home_banner {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .block_left_in_title {
    font-size: 28px;
    line-height: 32px;
  }

  .block_left_in_text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .section_container {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .section_container_in.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section_container_in.home_banner {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .header_logo_img {
    height: 28px;
  }

  .header_left_line {
    height: 28px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .header_left_name {
    padding-top: 6px;
    font-size: 22px;
    line-height: 22px;
  }

  .header_menu_btn {
    padding-right: 40px;
    background-size: 32px;
    font-size: 14px;
    line-height: 17px;
  }

  .block_line.home_banner {
    width: 16px;
  }

  .home_banner_content_in {
    padding-right: 35px;
    padding-left: 50px;
  }

  .home_banner_breadcrumb_container.inner_page_banner {
    max-width: 220px;
  }

  .home_banner_title {
    padding-top: 35px;
    padding-bottom: 12px;
    font-size: 60px;
    line-height: 60px;
  }

  .home_banner_text {
    max-width: 400px;
    font-size: 16px;
    line-height: 24px;
  }

  .home_banner_shortcut_container {
    bottom: 40px;
  }

  .home_banner_shortcut_btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .section_bg_color_container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .block_container_row {
    display: block;
  }

  .block_container_left {
    width: 100%;
    padding-right: 0px;
  }

  .block_container.quote {
    display: block;
    max-width: 775px;
    margin-right: auto;
    margin-left: auto;
  }

  .block_left {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  }

  .block_left_in {
    min-height: auto;
  }

  .block_left_in.quote {
    min-height: auto;
  }

  .block_left_in_content {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .block_left_in_content.large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block_left_in_content.quote {
    padding-right: 25px;
    padding-left: 25px;
  }

  .block_left_in_title {
    font-size: 22px;
    line-height: 26px;
  }

  .block_left_in_title.large {
    font-size: 32px;
    line-height: 36px;
  }

  .block_left_in_text {
    padding-top: 9px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
  }

  .block_left_in_text.quote {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 29px;
  }

  .block_right {
    width: 100%;
  }

  .block_right.full {
    width: 100%;
    margin-left: -10%;
  }

  .meet-the-people-body .block_container .block_right.full {
    margin-left: 0px;
  }

  .block_right.full.even {
    margin-right: -10%;
  }

  .block_right.full.quote {
    margin-left: 0%;
  }

  .block_left_out {
    max-width: 350px;
  }

  .block_left_out.full {
    width: 60%;
    max-width: 450px;
  }

  .block_left_out.full.quote {
    width: 100%;
    max-width: 640px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px;
  }

  .block_right_in.quote {
    position: relative;
    min-height: auto;
  }

  .block_container_right {
    width: 100%;
    padding-left: 0px;
  }

  .footer_img {
    display: none;
  }

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

  .inner_page_banner_block {
    padding: 80px 0px 100px 50px;
  }

  .inner_page_banner_block_bg {
    width: 320px;
  }

  .inner_page_banner_title {
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
  }

  .inner_page_intro_container {
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
  }

  .inner_page_intro_title {
    font-size: 36px;
    line-height: 40px;
  }

  .inner_page_intro_line {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .inner_page_intro_text {
    font-size: 16px;
    line-height: 24px;
  }

  .block_play_btn {
    left: 40px;
    bottom: 60px;
    width: 75px;
    height: 75px;
  }

  .block_play_btn.right {
    right: 30px;
  }

  .block_play_btn.quote {
    left: auto;
    right: 40px;
    bottom: 75px;
  }

  .life-at-gammon .block_container .block_play_btn {
    left: auto;
    right: 40px;
  }

  .life-at-gammon .block_container.even .block_play_btn {
    left: 40px;
    right: auto;
  }

  .quote_icon {
    left: -25px;
    top: -25px;
    height: 40px;
  }

  .quote_icon.end {
    right: -25px;
    bottom: 25px;
  }

  .mtp_ppl_info {
    padding-left: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .mtp_ppl_name {
    padding-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }

  .mtp_ppl_img_mobile {
    display: inline-block;
  }

  .wwu_btn_container {
    padding-bottom: 48px;
  }

  .wwu_btn_container.first {
    padding-bottom: 25px;
  }

  .wwu_sorting_btn {
    margin-top: 12px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .wwu_dropdown_container {
    margin-top: -18px;
  }

  .wwu_dropdown {
    margin-top: 18px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  }

  .wwu_dropdown_toggle {
    margin-bottom: -25px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    background-size: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  .wwu_dropdown_list.w--open {
    margin-top: 25px;
    padding-top: 15px;
  }

  .wwu_dropdown_row {
    display: block;
    margin-top: 10px;
    padding: 30px;
    border-left-style: none;
    border-left-color: transparent;
  }

  .wwu_dropdown_row.title {
    display: none;
  }

  .wwu_dropdown_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wwu_dropdown_col.department {
    width: 100%;
  }

  .wwu_dropdown_col.last_update {
    width: 100%;
  }

  .wwu_dropdown_btn {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .wwu_dropdown_mobile_title {
    display: block;
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section_container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section_container.header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section_container_in {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .header_logo_img {
    height: 24px;
  }

  .header_left_line {
    height: 24px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .header_left_name {
    padding-top: 4px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .home_banner_breadcrumb_container.inner_page_banner {
    max-width: 200px;
  }

  .home_banner_title {
    font-size: 50px;
    line-height: 50px;
  }

  .home_banner_shortcut_container {
    display: none;
  }

  .section_bg_color_container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .block_container_row {
    margin-top: -35px;
  }

  .block_container {
    margin-top: 35px;
  }

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

  .block_left_in_content.large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_left_in_content.quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block_left_in_title.large {
    font-size: 30px;
    line-height: 34px;
  }

  .block_right.full {
    margin-left: -20%;
  }

  .meet-the-people-body .block_container .block_right.full {
    margin-left: 0px;
  }

  .block_right.full.even {
    margin-right: -20%;
  }

  .block_left_out.full.quote {
    margin-top: -40px;
  }

  .inner_page_banner_block_bg {
    width: 280px;
  }

  .inner_page_banner_title {
    font-size: 40px;
    line-height: 40px;
  }

  .inner_page_intro_container {
    padding-right: 50px;
    padding-bottom: 45px;
    padding-left: 50px;
  }

  .inner_page_intro_title {
    font-size: 32px;
    line-height: 36px;
  }

  .inner_page_block_container {
    margin-top: -35px;
  }

  .block_play_btn {
    left: 35px;
    bottom: 45px;
    width: 60px;
    height: 60px;
  }

  .block_play_btn.right {
    right: 25px;
  }

  .block_play_btn.quote {
    right: 20px;
    bottom: 60px;
  }

  .wwu_btn_container {
    padding-bottom: 33px;
  }

  .wwu_btn_container.first {
    padding-bottom: 20px;
  }

  .wwu_dropdown {
    padding-right: 19px;
    padding-bottom: 20px;
    padding-left: 19px;
  }

  .wwu_dropdown_toggle {
    margin-bottom: -20px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-size: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .wwu_dropdown_list.w--open {
    margin-top: 20px;
    padding-top: 10px;
  }

  .wwu_dropdown_row {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

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

  .section_container.header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section_container.inner_page_banner {
    background-color: rgba(0, 0, 0, 0.15);
  }

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

  .section_container_in.header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section_container_in.home_banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header_logo_img {
    height: 20px;
  }

  .header_left_line {
    height: 20px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .header_left_name {
    font-size: 18px;
    line-height: 14px;
  }

  .header_menu_btn {
    padding-right: 30px;
    background-size: 24px;
    font-size: 13px;
    line-height: 16px;
  }

  .block_line {
    width: 8px;
  }

  .block_line.home_banner {
    width: 12px;
  }

  .home_banner_content_in {
    padding-left: 35px;
  }

  .home_banner_breadcrumb_container {
    font-size: 13px;
    line-height: 17px;
  }

  .home_banner_breadcrumb_container.inner_page_banner {
    max-width: 180px;
  }

  .home_banner_title {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .home_banner_text {
    font-size: 15px;
    line-height: 22px;
  }

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

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

  .block_container {
    display: block;
    margin-top: 30px;
  }

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

  .block_left_in {
    padding-right: 25px;
    padding-left: 35px;
  }

  .block_left_in.quote {
    padding: 35px 15px 35px 23px;
  }

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

  .block_left_in_content.large {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block_left_in_content.quote {
    padding-right: 15px;
    padding-left: 15px;
  }

  .block_left_in_title {
    font-size: 20px;
    line-height: 24px;
  }

  .block_left_in_title.large {
    font-size: 24px;
    line-height: 28px;
  }

  .block_left_in_text {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .block_left_in_text.quote {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .btn {
    padding: 6px 16px;
    border-left-width: 6px;
  }

  .block_right {
    margin-left: 0%;
  }

  .block_right.even {
    margin-right: 0%;
  }

  .block_right.full {
    margin-left: 0%;
  }

  .block_left_out {
    width: 100%;
    max-width: none;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 16px;
  }

  .block_left_out.full {
    width: 100%;
    max-width: none;
    margin-top: -25px;
  }

  .block_left_out.full.quote {
    margin-top: -25px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .block_right_in {
    position: relative;
    min-height: 250px;
  }

  .footer_img.tablet {
    display: none;
  }

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

  .inner_page_banner_block {
    margin-left: -20px;
    padding-top: 50px;
    padding-bottom: 75px;
    padding-left: 27px;
  }

  .inner_page_banner_block_bg {
    width: 225px;
    background-color: rgba(255, 139, 53, 0.7);
  }

  .inner_page_banner_title {
    padding-top: 25px;
    font-size: 34px;
    line-height: 34px;
  }

  .inner_page_intro_container {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .inner_page_intro_title {
    font-size: 24px;
    line-height: 28px;
  }

  .inner_page_intro_line {
    width: 40px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .inner_page_intro_text {
    font-size: 15px;
    line-height: 22px;
  }

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

  .block_play_btn {
    left: auto;
    right: 16px;
    bottom: 40px;
    width: 50px;
    height: 50px;
  }

  .block_play_btn.right {
    right: 16px;
  }

  .block_play_btn.quote {
    right: 16px;
    bottom: 40px;
  }

  .quote_icon {
    left: -15px;
    top: -15px;
    height: 30px;
  }

  .quote_icon.end {
    right: -15px;
    bottom: 20px;
  }

  .mtp_ppl_info {
    padding-left: 15px;
    font-size: 15px;
    line-height: 19px;
  }

  .mtp_ppl_name {
    padding-bottom: 3px;
    font-size: 22px;
    line-height: 26px;
  }

  .wwu_btn_container {
    padding-bottom: 30px;
  }

  .wwu_btn_container.first {
    padding-bottom: 15px;
  }

  .wwu_sorting_btn {
    width: 200px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px 16px;
    border-right-width: 30px;
    border-left-width: 6px;
  }

  .wwu_sorting_btn.sort_by {
    width: 320px;
  }

  .wwu_sorting_btn_tri {
    height: 6px;
    margin-right: -36px;
  }

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

  .wwu_dropdown {
    margin-top: 15px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    border-left-width: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .wwu_dropdown_toggle {
    margin-bottom: -18px;
    padding-top: 18px;
    padding-right: 36px;
    padding-bottom: 18px;
    background-size: 18px;
    font-size: 18px;
    line-height: 22px;
  }

  .wwu_dropdown_list.w--open {
    margin-top: 18px;
  }

  .wwu_dropdown_row {
    margin-top: 8px;
    padding: 20px;
  }

  .wwu_dropdown_col {
    display: block;
  }

  .wwu_dropdown_btn {
    width: 125px;
    margin-top: 15px;
    padding: 6px 16px;
    border-left-width: 6px;
  }

  .wwu_dropdown_mobile_title {
    width: 100%;
  }
}

@font-face {
  font-family: 'Rustico';
  src: url('../fonts/Rustico-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.w-dropdown-toggle {
  white-space: normal !important;
}

.wwu_dropdown_container {
  display: none;
}

.wwu_dropdown_container.active {
  display: block;
}