.container {
  width: 100% !important;
  max-width: 1200px !important;
}
.new_breadcrumbs .breadcrumbs {
  top: 0px !important;
  padding: 0px;
}
.hero_header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero_header .trans_background {
  background-color: rgba(17, 46, 71, 0.8);
  width: 100%;
  padding: 100px 0px;
}
.hero_header .wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 10px;
}
.hero_header h1,
.hero_header h2,
.hero_header h3 {
  color: #ffffff;
  font-weight: 600;
}
.hero_header h1 {
  text-transform: capitalize;
  font-size: 34px;
  padding: 0px;
  line-height: 1.2;
}
.hero_header h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding: 0px;
  margin: 10px 0px 0px;
}
@media only screen and (min-width: 1200px) {
  .hero_header h1 {
    font-size: 40px;
    max-width: 80%;
  }
  .hero_header h2 {
    font-size: 20px;
    max-width: 80%;
  }
}
.wrapper_900 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 10px;
}
.wrapper_900 h3 {
  font-size: 34px;
  color: #112e47;
  font-weight: 600;
}
.wrapper_900 p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: -0.1px;
}
.wrapper_900 #zpeDynamicLayerWidgetContainer {
  margin: 0 auto;
  width: 100% !important;
  border-bottom: none !important;
}
.learn_more_blocks {
  display: flex;
  flex-flow: wrap;
  margin: 20px auto;
}
.learn_more_blocks .c_1_3 {
  flex: auto;
}
.learn_more_single {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  display: table;
  margin: 15px auto;
  text-align: center;
}
.learn_more_single .trans_background {
  background-color: rgba(17, 46, 71, 0.8);
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
  text-align: center;
}
.learn_more_single .trans_background span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
  writing-mode: bt-lr;
  -webkit-writing-mode: bt-lr;
  -ms-writing-mode: bt-lr;
}
.learn_more_single .trans_background p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 20px auto;
}
.learn_more_single .trans_background a {
  border: 1px solid #ffffff;
  padding: 8px 15px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 70px auto 20px;
  text-decoration: none;
  background: #112e47;
}
.learn_more_single .trans_background a:hover {
  border: 1px solid #112e47;
  background: #ffffff;
  color: #112e47;
}
.learn_more_single .trans_background .bottom {
  position: absolute;
  bottom: 30px;
  left: 30%;
  margin: 0px auto 0px;
}
.learn_more_single .top_table {
  vertical-align: top;
  position: relative;
}
.learn_more_single .top_table span {
  padding: 0px 10px;
}
.full_width_blue,
.full_width_grey {
  background-color: #112e47;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  text-align: center;
}
.full_width_blue h3,
.full_width_grey h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
}
.full_width_blue p,
.full_width_grey p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
}
.full_width_blue a,
.full_width_grey a {
  border: 1px solid #ffffff;
  padding: 8px 15px;
  color: #ffffff;
  clear: both;
  display: inline-block;
  width: auto;
  margin: 40px auto 0px;
  text-decoration: none;
  background: rgba(17, 46, 71, 0.9);
}
.full_width_blue a:hover,
.full_width_grey a:hover {
  border: 1px solid rgba(17, 46, 71, 0.9);
  background: #ffffff;
  color: rgba(17, 46, 71, 0.9);
}
.full_width_blue .contact_list,
.full_width_grey .contact_list {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.full_width_blue .contact_list li,
.full_width_grey .contact_list li {
  display: inline-block;
  color: #fff;
  padding: 2px 20px;
  border-right: 1px solid #FFFFFF;
}
.full_width_blue .contact_list li:last-of-type,
.full_width_grey .contact_list li:last-of-type {
  border-right: none;
}
.full_width_blue .contact_list li a,
.full_width_grey .contact_list li a {
  border: none;
  background-color: transparent;
  width: auto;
  padding: 0px;
  text-decoration: underline;
  margin: auto;
}
.full_width_blue .contact_list li a:hover,
.full_width_grey .contact_list li a:hover {
  color: #ffffff;
  opacity: .9;
}
.full_width_grey {
  background-color: #f2f2f2;
}
.full_width_grey h3 {
  color: #112E47;
}
.full_width_grey p {
  color: #112E47;
}
.full_width_grey a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: rgba(17, 46, 71, 0.9);
}
.full_width_grey a:hover {
  border: 1px solid rgba(17, 46, 71, 0.9);
  background: #ffffff;
  color: rgba(17, 46, 71, 0.9);
}
.icon_list li {
  width: 33%;
  float: left;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 20px auto;
  padding: 0px 38px;
  height: 160px;
}
.icon_list li i {
  color: #112e47;
  font-size: 80px;
  padding: 20px;
  display: block;
}
.blue_half_back {
  background-color: #112e47;
  position: relative;
  min-height: 330px;
}
.blue_half_back .container {
  padding: 40px;
}
.blue_half_back h3,
.blue_half_back p {
  padding: 0px 30px 0px 0px;
  color: #ffffff;
  max-width: 100% !important;
}
.blue_half_back a {
  color: #fff;
}
.blue_half_back .half_background_right {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blue_half_back .half_background_left {
  position: absolute;
  top: 0px;
  right: 50%;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white_half_back {
  background-color: #ffffff !important;
  position: relative;
  min-height: 330px;
}
.white_half_back .container {
  padding: 40px;
}
.white_half_back h3,
.white_half_back p {
  padding: 0px 0px 0px 30px;
  color: #112e47 !important;
  max-width: 100% !important;
}
.white_half_back .half_background_right {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white_half_back .half_background_left {
  position: absolute;
  top: 0px;
  right: 50%;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .white_half_back,
  .blue_half_back {
    height: auto;
    min-height: 0px;
  }
  .white_half_back h3,
  .blue_half_back h3,
  .white_half_back p,
  .blue_half_back p {
    padding: 0px !important;
    max-width: none !important;
  }
  .white_half_back .half_background_right,
  .blue_half_back .half_background_right,
  .white_half_back .half_background_left,
  .blue_half_back .half_background_left {
    position: relative !important;
    height: 350px !important;
    left: 0px !important;
    right: unset !important;
    width: 100%;
  }
}
.deep_dive_blue {
  background-color: #112e47;
  margin: 0 auto;
  padding: 50px 30px;
  width: 100%;
  text-align: left;
}
.deep_dive_blue .play_button {
  position: absolute;
  width: 57px;
  height: 57px;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  margin-top: -26px;
  z-index: 99;
}
.deep_dive_blue .image_link {
  position: relative;
  display: block;
  opacity: .8;
}
.deep_dive_blue .image_link:hover {
  opacity: 1;
}
.deep_dive_blue h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}
.deep_dive_blue p {
  font-size: 18px;
  color: #ffffff;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  line-height: 1.5;
}
.deep_dive_blue .explore {
  border: 2px solid #ffffff;
  padding: 8px 15px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 30px 0px;
  text-decoration: none;
  background: rgba(17, 46, 71, 0.9);
}
.deep_dive_blue .explore:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.deep_dive_blue img {
  width: 90%;
  height: auto;
  padding: 10px;
  display: block;
  border: 1px solid #ffffff;
  background-color: #fff;
  position: relative;
  margin: 0px auto;
}
.deep_dive_blue.deep_dive_white {
  background-color: #ffffff !important;
}
.deep_dive_blue.deep_dive_white h3 {
  color: #112e47;
}
.deep_dive_blue.deep_dive_white p {
  color: #112e47;
}
.deep_dive_blue.deep_dive_white img {
  border: 1px solid #999999;
}
@media only screen and (max-width: 1200px) {
  .deep_dive_blue .video_preview_image {
    margin: 30px auto 0px auto !important;
  }
  .deep_dive_blue h3 {
    padding-left: 0px;
    font-size: 1.5rem;
    max-width: 100%;
  }
}
.key_industries {
  padding: 40px 0px;
}
.key_industries h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  color: #444444;
}
.key_industries .key_cards .slick-track {
  display: flex;
}
.key_industries .key_cards .key_card {
  background-color: #f2f2f2;
  padding: 20px 35px;
  width: 400px;
  margin: 10px;
  flex: 1;
  float: left;
  position: relative;
}
.key_industries .key_cards .key_card h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
}
.key_industries .key_cards .key_card h3 a {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.key_industries .key_cards .key_card .pad_learn_more {
  padding-bottom: 65px;
}
.key_industries .key_cards .key_card div {
  margin: 25px auto;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.key_industries .key_cards .key_card .key_learn_more {
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  width: auto;
  display: inline-block;
  background-color: #112e47;
}
.key_industries .key_cards .key_card .key_learn_more:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.key_industries .key_cards .key_card p {
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .key_industries .key_cards .key_card {
    padding: 20px 25px !important;
  }
}
.key_industries .key_nav {
  margin: 20px auto;
  text-align: center;
}
.key_industries .key_nav button,
.key_industries .key_nav a {
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #112e47;
  white-space: nowrap;
}
.key_industries .key_nav button:hover,
.key_industries .key_nav a:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.key_industries .key_nav_small {
  display: none !important;
}
@media only screen and (max-width: 720px) {
  .key_industries .key_nav_small {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .key_industries .key_nav_small {
    display: block !important;
  }
}
.key_contact {
  background-color: #112e47;
  padding: 40px;
  width: 100%;
  height: auto;
  text-align: center;
}
.key_contact .image_wrap {
  width: 180px;
  height: 180px;
  border-radius: 200px;
  overflow: hidden;
  margin: 0px auto;
}
.key_contact img {
  width: 100%;
}
.key_contact h3 {
  text-align: center;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.key_contact p {
  text-align: center;
  color: #ffffff;
}
.key_contact a {
  color: #ffffff;
  text-decoration: none;
}
.key_contact button,
.key_contact .button {
  font-weight: 600;
  font-size: 100%;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #ffffff;
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
  margin: 0px auto;
  background-color: #112e47;
}
.key_contact button:hover,
.key_contact .button:hover {
  border: 2px solid #112e47;
  background: #ffffff;
  color: #112e47 !important;
}
@media only screen and (min-width: 1200px) {
  .key_contact {
    text-align: left;
  }
  .key_contact .container {
    padding: 0px 100px;
  }
  .key_contact .container p,
  .key_contact .container h3 {
    text-align: left;
  }
  .key_contact .container button,
  .key_contact .container .button {
    margin: 80px auto 0px auto;
  }
}
.logo_block {
  padding: 30px 0px;
}
.logo_block h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
}
.logo_block .logo_scroll .logo_scroll_card {
  width: 25%;
  float: left;
  padding: 20px;
  display: flex;
  box-sizing: content-box;
  height: 220px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.logo_block .logo_scroll .logo_scroll_card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logo_block .logo_nav {
  margin: 20px auto 0px;
  text-align: center;
}
.logo_block .logo_nav button,
.logo_block .logo_nav a {
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #112e47;
}
.logo_block .logo_nav button:hover,
.logo_block .logo_nav a:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.logo_block .logo_nav_small {
  display: none;
}
@media only screen and (max-width: 720px) {
  .logo_block .logo_nav_small {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .logo_block .logo_nav_small {
    display: block;
  }
}
.cta_image_scroll_card {
  width: 100%;
  float: left;
  padding: 20px;
  box-sizing: content-box;
}
.data_gray {
  background-color: #f0f0f0;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  text-align: left;
}
.data_gray h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  margin: 0px 0px 30px 0px;
}
.data_gray #zpeDynamicLayerWidgetContainer {
  margin: 0 auto;
  width: 100% !important;
  border-bottom: none !important;
}
.facts_grey {
  background-color: #f0f0f0 !important;
}
.facts_grey .facts_scroll .facts_scroll_card {
  border: 2px solid #112e47 !important;
}
.facts_grey h3 {
  color: #444444 !important;
}
.facts_grey p {
  color: #000000 !important;
}
.facts_grey .fact_source a {
  color: #000000 !important;
}
.facts_grey .facts_nav button {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #112e47 !important;
}
.facts_grey .slick-dots li button:before {
  background-color: #112e47;
}
.facts_blue {
  background-color: #112e47;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  text-align: left;
}
.facts_blue .facts_scroll .slick-track {
  display: flex;
}
.facts_blue .facts_scroll .facts_scroll_card {
  width: 33%;
  padding: 20px;
  border: 2px solid #ffffff;
  margin: 30px 22px;
  float: left;
}
.facts_blue .facts_scroll p {
  text-transform: capitalize;
}
.facts_blue h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
}
.facts_blue p {
  font-size: 18px;
  color: #ffffff;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
}
.facts_blue .fact_source {
  margin: 20px 0px;
  font-size: 14px;
}
.facts_blue .fact_source a {
  color: #ffffff;
  font-weight: normal;
}
.facts_blue .fact_source a:hover {
  font-weight: bold;
}
.facts_blue .facts_nav {
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}
.facts_blue .facts_nav button {
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #ffffff;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  margin: 10px auto 0px auto;
  background-color: #112e47;
}
.icon_columns .icon_columns_simple_layout {
  padding: 30px 0px 20px 0px;
}
.icon_columns .icon_columns_simple_layout .icon_columns_simple_layout_card {
  width: 25%;
  float: left;
  padding: 20px;
}
.icon_columns .icon_columns_simple_layout .icon_columns_simple_layout_card img {
  width: 100%;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px auto 20px auto;
}
.icon_columns .icon_nav {
  margin: 20px auto;
  text-align: center;
}
.icon_columns .icon_nav button,
.icon_columns .icon_nav a {
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #112e47;
  white-space: nowrap;
}
.icon_columns .icon_nav button:hover,
.icon_columns .icon_nav a:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.icon_columns .icon_nav_small {
  display: none !important;
}
@media only screen and (max-width: 720px) {
  .icon_columns .icon_nav_small {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .icon_columns .icon_nav_small {
    display: block !important;
  }
}
.cta_image_nav {
  margin: 0px auto;
  text-align: center;
}
.cta_image_nav button,
.cta_image_nav a {
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #112e47;
  white-space: nowrap;
}
.cta_image_nav button:hover,
.cta_image_nav a:hover {
  border: 2px solid #112e47;
  background: #fff;
  color: #112e47;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  opacity: .25;
  content: " ";
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.additional_text {
  background-color: #ffffff;
}
.additional_text img {
  display: block;
  height: auto;
  width: 100%;
}
.additional_text .text_area {
  padding: 40px;
  background-color: #ffffff;
}
.additional_text .text_area p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}
.wpel-icon-right i::before {
  text-decoration: none;
}
.exlink_fix {
  letter-spacing: -0.5px;
}
.page .at-below-post-page {
  display: none;
}
.full_width_image_no_container_wrap {
  position: relative;
}
.full_width_image_no_container {
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  position: relative;
}
.full_width_image_overlay {
  position: absolute;
  right: 15px;
  color: #003046;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
  transform: translateY(-50%);
  top: 45%;
}
@media only screen and (min-width: 1111px) {
  .full_width_image_overlay {
    font-size: 42px;
    right: 30px;
  }
}
@media only screen and (max-width: 1110px) {
  .full_width_image_overlay {
    font-size: 36px;
  }
}
@media only screen and (max-width: 956px) {
  .full_width_image_overlay {
    font-size: 32px;
  }
}
@media only screen and (max-width: 860px) {
  .full_width_image_overlay {
    font-size: 22px;
  }
}
@media only screen and (max-width: 680px) {
  .full_width_image_overlay {
    font-size: 17px;
  }
}
.force_break::after {
  content: "\a";
  white-space: pre;
}
.search-filter-results {
  padding: 0px;
  clear: both;
}
.search-filter-results .no_results {
  display: block;
  clear: both;
  padding: 50px 10px;
}
.search-filter-results .flex-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-filter-results .flex-header h3 {
  font-size: 90%;
}
.search-filter-results .flex-header div {
  margin: 10px;
  text-align: left;
}
.search-filter-results .flex-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-filter-results .flex-container p {
  font-size: 18px;
}
.search-filter-results .flex-container div {
  margin: 10px;
  text-align: left;
}
.search-filter-results .flex-container a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1.3;
}
.search-filter-results .flex-container a:hover {
  color: #003E51;
}
.search-filter-results .preview {
  flex-shrink: 0;
}
.search-filter-results .preview img {
  max-width: 130px;
  max-height: 200px;
  width: 100%;
  height: auto;
}
.search-filter-results .wpdm_icon {
  display: none;
}
.searchandfilter ul {
  padding: 0px;
}
.searchandfilter ul li {
  float: left;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
.searchandfilter ul li select {
  width: unset;
  padding: 10px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #233d7c;
}
.flex-container div,
.flex-header div {
  width: 140px;
}
.information_tab_container_wrap {
  background-color: #f0f0f0;
  padding: 40px 0px;
}
.information_tab_container_content {
  max-width: 1200px;
  margin: 0 auto;
}
.information_tab_container_content h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  color: #444444;
}
.ui-tabs-vertical {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 720px) {
  .ui-tabs-vertical {
    flex-direction: column;
  }
}
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  margin: 0px 0px 1px 0px;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  padding: 20px;
  width: 100%;
  color: #ffffff;
  white-space: nowrap;
  background-color: #112E47;
  border: 2px solid #112E47;
  text-decoration: none;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  color: #112E47;
  background-color: #ffffff;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a {
  color: #112E47 !important;
  background-color: #ffffff !important;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 0px 30px;
  float: right;
  width: 100%;
}
.ui-tabs-vertical .ui-tabs-hide {
  display: none;
}
@media screen and (max-width: 920px) {
  .searchandfilter .download_link {
    display: none;
  }
  .searchandfilter .preview {
    display: none;
  }
  .searchandfilter ul li {
    width: 100%;
  }
  .searchandfilter ul li label {
    width: 100% !important;
    display: block !important;
  }
  .searchandfilter ul li label select {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
  }
  .search-filter-results .download_link {
    display: none;
  }
  .search-filter-results .preview {
    display: none;
  }
}
.no-discs {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.no-discs li {
  padding-bottom: 5px;
  margin: 0px;
  list-style: disc;
  font-size: 1.2em;
}
@media screen and (min-width: 1331px) {
  .search-filter-results .flex-container div,
  .search-filter-results .flex-header div {
    width: 140px;
  }
  .search-filter-results .download_link a {
    display: block;
    padding: 15px 0px 15px 0px;
  }
  .search-filter-results .download_link a .wpdm_icon {
    display: block;
    float: left;
    max-width: 40px;
    padding-right: 5px;
  }
}
