body {
  font-size: 18px;
  font-weight: normal;
}

.mobile_menu_bar:before {
  content: "" !important;
  background-image: url(images/hamburger-menu-v2.svg);
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  top: -14px !important;
}

#et-top-navigation {
  color: #1d485c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
}

.et_toggle_slide_menu:after {
  content: "" !important;
  background-image: url(images/close-menu-v2.svg);
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1px !important;
  top: -14px !important;
  /* opacity: 0;
    left: -59px;
    font-size: 56px;
    top: -10px;
    color: #147689; */
}

.mobile_menu_bar:before,
.et_toggle_slide_menu:after {
  width: 55px !important;
  height: 60px !important;
  color: #fff !important;
}

.et_pb_svg_logo #logo,
.et_pb_svg_logo.et_header_style_split
  .et-fixed-header
  .centered-inline-logo-wrap
  #logo {
  height: 46px;
}

/* Show / Hide Divi Header Depending On Page Scroll Direction */
@media all and (max-width: 980px) {
  /* make mobile header fixed */
  #main-header,
  #top-header {
    position: fixed !important;
  }

  #main-content {
    padding-top: 14px;
  }

  /* .et_pb_slide_menu_opened + #main-header{
    position: absolute!important;
  } */
}

/* show/hide the main and top header smoothly */
#top-header {
  transition: top 0.3s ease !important;
}

#main-header {
  transition: top 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    left 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  max-width: 100%;
  overflow-x: hidden;
}

/* Show / Hide Divi Header Depending On Page Scroll Direction */
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: antialiased !important;
}

* {
  -webkit-locale: auto;
  white-space: normal;
}

h2 {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 50px;
  line-height: 48px;
  font-weight: bold !important;
}

p {
  padding-bottom: 24px;
}

p strong {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold !important;
}

sup {
  font-size: 12px;
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  line-height: 24px;
}

.lead-text sup {
  font-size: 16px !important;
}

.lg-sup {
  font-size: 31px;
}

.ordered-list-small li {
  margin-bottom: 24px;
}

.ordered-list-small li:last-of-type {
  margin-bottom: 0px;
}

.ordered-list-small li::marker {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
}

#main-header .container {
  max-width: 1356px;
}

.et_header_style_slide .et-fixed-header #et-top-navigation,
.et_header_style_fullscreen .et-fixed-header #et-top-navigation {
  padding: 37px 0 13px 0 !important;
}

.et_header_style_slide #et-top-navigation::before {
  content: "MENU";
  position: absolute;
  margin-left: -53px;
  margin-top: 6px;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  color: #1d485c;
}

.mobile_menu_bar:before {
  content: "\61";
  font-size: 56px;
  position: relative;
  left: 0;
  top: -10px;
  cursor: pointer;
  color: #1d485c;
}

.et_slide_in_menu_container ul#mobile_menu_slide {
  padding: 48px 52px 100px;
  overflow-y: scroll;
  position: relative;
}

.et_mobile_menu li a {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 20px !important;
  padding: 9px 0 !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
}

.et_mobile_menu li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.et_toggle_slide_menu:after {
  content: "\4d";
  opacity: 0;
  left: -59px;
  font-size: 56px;
  top: -10px;
  color: #1d485c;
}

#logo {
  display: none;
}

#main-header {
  box-shadow: none !important;
}

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

.button-arrow {
  width: 254px;
}

.button-arrow:after {
  content: "" !important;
  background-image: url(images/button-arrow.svg) !important;
  background-repeat: no-repeat;
  width: 70px !important;
  height: 16px !important;
  right: 22px;
  left: inherit;
  top: 50%;
  transform: translateY(-8px);
}

.blog-posts {
  margin-left: -14px;
  margin-right: -14px;
}

.blog-posts .et_pb_image_container {
  margin: 0px !important;
}

.blog-posts article {
  display: flex;
  flex-direction: column;
}

.blog-posts article .entry-title {
  order: 2;
}

.blog-posts article .post-meta {
  order: 1;
}

.blog-posts article .post-content {
  order: 3;
}

/* Form elements */
.custom-form .gfield_html {
  font-size: 10px;
  line-height: 15px !important;
  margin-top: 18px !important;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
}

.custom-form .gfield_html a {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
}

.custom-form input[type="text"],
.custom-form input[type="password"],
.custom-form input[type="tel"],
.custom-form input[type="email"],
.custom-form input.text,
.custom-form input.title,
.custom-form textarea,
.custom-form select {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 2px solid #147689;
  padding: 2px 0px 10px 0px !important;
  color: #147689 !important;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  border-radius: 0 !important;
}

.custom-form .gform_button {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 100px;
  letter-spacing: 0.5px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #147689;
  padding-top: 15px !important;
  padding-right: 100px !important;
  padding-bottom: 13px !important;
  padding-left: 20px !important;
  position: relative;
  background-image: url(images/button-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 69px 15px;
  cursor: pointer;
  text-align: left;
  max-width: 254px;
}

.custom-form .gform_button:hover {
  background-color: #58cdb7;
}

.custom-form .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #147689;
}

.custom-form .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #147689;
}

.custom-form .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #147689;
}

.custom-form .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #147689;
}

.custom-form .gf_left_half,
.gf_right_half {
  padding-top: 0px !important;
  margin-top: 8px !important;
}

.custom-form h2 {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}

.validation_error {
  color: #58cdb7 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 0 !important;
  border-bottom: 2px solid #58cdb7 !important;
}

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0px;
  border-top: 0px solid #58cdb7 !important;
  border-bottom: 0px solid #58cdb7 !important;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper .validation_message {
  color: #58cdb7 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  /* margin: 0px!important;
    padding:0px!important; */
  border-top: 0px solid #58cdb7 !important;
  border-bottom: 0px solid #58cdb7 !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
}

/* pages */
.raised-header #page-container {
}

/* Featured blog posts */
.featured-posts-section .et_pb_column_1_2 .et_pb_row_inner,
.featured-posts-section #col-main {
  padding: 24px 0;
}

.featured-posts-section #col-main {
  width: 62.3%;
}

.featured-posts-section #col-side {
  width: 31.5%;
}

.featured-col1,
.featured-cols-small {
  height: 100%;
}

.featured-col1 .et_pb_slides,
.featured-cols-small .et_pb_slides,
.featured-cols-small .et_pb_slide {
  height: 100%;
}

.featured-cols .et_pb_slide {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

.featured-cols .et_pb_slide_description {
  background: rgba(255, 255, 255, 0.82);
  width: calc(100% + 2px) !important;
  margin-left: -1px;
}

.featured-cols .et_pb_slide_title {
  text-align: left;
  padding: 0px;
}

.featured-cols-small {
  height: 182px;
}

.featured-cols .et_pb_slide_title a {
  display: block;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold;
  color: #147689;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-shadow: none;
  padding: 13px 18px 16px;
  position: relative;
}

.featured-cols .et_pb_slide_title a:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/arrow-left.svg);
  width: 9px;
  height: 16px;
}

.featured-cols .et_pb_slides .et_pb_slider_container_inner {
  vertical-align: bottom;
}

.featured-cols .et_pb_slides .et_pb_slide_description {
  padding: 0;
  width: auto;
  /* margin: auto; */
}

.people .et_pb_team_member_description div {
  padding-top: 24px;
}

@media (min-width: 768px) and (max-width: 980px) {
  .people .et_pb_team_member_image {
    float: none !important;
  }
}

@media (max-width: 980px) {
  .people {
    margin-bottom: 40px !important;
  }
}

.global-goals {
  padding-top: 20px;
  padding-bottom: 20px;
}

.global-goals .et_pb_main_blurb_image {
  margin-bottom: 58px;
}

.global-goals .et_pb_module_header {
  padding-bottom: 24px;
}

.icon-rows {
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon-rows .et_pb_column {
  padding-bottom: 20px;
}

.oce-category-link .cat-sep {
  margin: 0 4px 0px 0px;
}

.oce-category-link:last-of-type .cat-sep {
  display: none;
}

.filter-blogposts .post-meta {
  padding: 32px 0 0;
}

.filter-blogposts .author {
  font-weight: normal !important;
}

.filter-blogposts .el-dbe-filterable-categories {
  margin-bottom: 50px;
}

.filter-blogposts .el-dbe-post-categories a {
  padding: 0 10px !important;
}

.filter-blogposts .entry-title {
  margin-top: 12px !important;
}

.filter-blogposts .post-categories {
  line-height: 17px !important;
}

.filter-blogposts .post-media {
  border-radius: 5px;
}

.filter-blogposts .post-content .more-link {
  font-family: "Sharp bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold;
  color: #1d485c;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: underline;
  border: 0 !important;
  margin-top: 3px !important;
}

.oce-category-link {
  letter-spacing: 1px;
  padding: 0px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-transform: capitalize;
  font-weight: normal !important;
  font-family: Helvetica, Arial, Lucida, sans-serif;
  color: #1d485c !important;
}

.filter-blogposts .post-content {
  padding: 0 0px 0 60px !important;
}

.et_monarch .et_social_3col.et_social_nospace li {
  width: auto !important;
  margin-right: 10px !important;
}

.et_social_inline_bottom {
  border-top: 1px solid #147689;
  padding-top: 24px !important;
  margin-top: 65px !important;
}

.single-post-content p {
  padding-bottom: 36px;
  font-size: 24px;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: normal;
  line-height: 36px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  padding-bottom: 36px;
}

.single-post-content h2 {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold !important;
}

.single-post-content .entry-content a {
  text-decoration: underline;
}

.single-post-content h3 {
  font-size: 28px;
}

.single-post-content h4 {
  font-size: 22px;
}

.single-post-title .et_pb_title_container {
  max-width: 785px;
}

.single-post-content .container {
  max-width: 1200px !important;
}

.single-post-content .et_post_meta_wrapper {
  text-align: center;
}

p.custom-meta-single {
  padding-top: 11px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  color: #1d485c !important;
}

p.custom-meta-single span {
  padding: 0 4px;
}

.single-post-content .custom-meta-wrap,
.single-post-content .post_terms {
  max-width: 785px;
  margin: auto;
  text-align: center;
  padding-top: 45px;
}

.single-post-content .custom-meta-wrap h1 {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
}

.single-post-content .post_terms {
  border-top: 1px solid #1d485c;
  padding-top: 32px;
  margin-top: 80px;
}

.single-post-content .post_terms .oce-category-link .cat-sep {
  margin: 0 0px 0px 4px;
}

.single-post-content .entry-content {
  padding-top: 50px;
  max-width: 785px;
  margin: auto;
}

.single-post-content .pagination-links a {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d485c !important;
}

.single-post-content .pagination-links {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 90px;
  color: #1d485c !important;
}

.single-post-content .pagination-links .next {
}

.single-post-content .pagination-links .prev {
}

.single-post .container:before {
  content: none !important;
}

.et_pb_portfolio_items_wrapper {
  padding-top: 15px;
}

.et_pb_portfolio_items {
  margin: 0 -3%;
}

.dp-dfg-items {
  padding-top: 20px;
}

.dp-dfg-layout-masonry .dp-dfg-items {
  padding-top: 10px;
}

.dp-dfg-item {
  width: 26.6%;
  margin: 0 3% 44px;
  padding: 20px 0 32px 0 !important;
  border-bottom: 1px solid #147689 !important;
}

/* .dp-dfg-item .dp-dfg-image img {
  border-radius: 6px;
} */

.dp-dfg-layout-grid .dp-dfg-image {
  margin: 0 0 14px !important;
}

.dp-dfg-item .report-category {
  padding: 15px 0 0 0;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dp-dfg-item .report-category:last-of-type .comma {
  display: none;
}

.dp-dfg-custom-content {
  display: none;
}

.dp-dfg-item .publish-date {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 27px;
  margin-top: 0px;
  letter-spacing: 1px;
  display: block;
}

.dp-dfg-content .author {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  margin-top: 0px;
  padding: 19px 0 12px;
  display: block;
}

.dp-dfg-item .dp-dfg-meta {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
}

.dp-dfg-item .custom-button-ndm {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 100px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  background-color: #1d485c;
  padding: 15px 45px 13px 20px !important;
  background-image: url(images/arrow-white-right.svg);
  background-position: right 18px center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 20px;
}

.dp-dfg-load-more-button {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 100px;
  letter-spacing: 0.5px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  background-color: #1d485c;
  padding: 15px 45px 13px 20px !important;
  background-image: url(images/arrow-down.svg);
  background-size: 15px 7px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 20px;
}

.dp-dfg-load-more-button:hover {
  background-color: #1d485c !important;
}

.dp-dfg-item .custom-button-ndm:hover {
  background-color: #1d485c;
}

.dp-dfg-filters ul {
  text-align: center;
}

.dp-dfg-filter {
  display: inline-block;
  float: none !important;
}

.dp-dfg-filter-link {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  background-color: transparent !important;
  padding: 0 15px !important;
  color: #1d485c !important;
  border: 0 !important;
  text-transform: capitalize !important;
}

.dp-dfg-filter-link.active {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold;
}

.posts-filter-list .et_pb_button_wrapper {
  padding-top: 60px;
  text-align: center !important;
}

.posts-filter-list .dp-dfg-item {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 0px !important;
  margin-bottom: 8px !important;
}

.posts-filter-list .dp-dfg-image {
  width: 50%;
  margin: 0px !important;
}

.posts-filter-list .dp-dfg-header {
  width: 50%;
  padding: 3px 0px 0 60px;
}

.posts-filter-list .dp-dfg-header .entry-title {
  margin-bottom: 10px;
}

.posts-filter-list .dp-dfg-header .excerpt-txt {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  color: #1d485c;
  letter-spacing: 0px;
  line-height: 27px;
  padding-bottom: 24px;
}

.posts-filter-list .dp-dfg-container {
  grid-row-gap: 0em;
}

.posts-filter-list .dp-dfg-level {
  padding-bottom: 12px;
}

.posts-filter-list .excerpt-txt,
.posts-filter-list .author-date {
  display: block;
  padding-bottom: 12px;
}

.posts-filter-list .author-date .cat-sep {
  padding: 0 4px;
}

.posts-filter-list .author-date {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  color: #1d485c;
}

.posts-filter-list .read-more {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  font-size: 18px;
  color: #1d485c;
  text-decoration: underline;
}

.posts-filter-list .dp-dfg-header .post-categories {
  line-height: 16px !important;
  padding-bottom: 13px;
}

.posts-filter-list .dp-dfg-image img {
  width: 100%;
  border-radius: 35px;
}

.dp-dfg-image img {
  border-radius: 35px;
}

.library-list .dp-dfg-masonry-ready {
  padding-top: 0px !important;
}

.library-list .dp-dfg-filters ul {
  padding-bottom: 5px !important;
}

@media (max-width: 767px) {
  .page-id-237303 .et_pb_image {
    padding-bottom: 30px !important;
  }

  .library-list .dp-dfg-container {
    padding-top: 24px;
  }
}

@media screen and (min-width: 981px) {
  .et_pb_column_2_3
    .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd)
    .post-media,
  .et_pb_column_3_4
    .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd)
    .post-media,
  .et_pb_column_4_4
    .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd)
    .post-media {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .featured-posts-section #col-side,
  .featured-posts-section #col-main {
    width: 100%;
  }

  .featured-posts-section #col-main {
    height: 222px;
    margin-bottom: 0px;
  }

  .library-list .et_pb_button_wrapper {
    padding-bottom: 60px !important;
    text-align: center;
  }

  .posts-filter-list .dp-dfg-image,
  .posts-filter-list .dp-dfg-header {
    width: 100%;
  }

  .posts-filter-list .dp-dfg-header {
    padding: 24px 0 0 0;
  }
}

@media (max-width: 625px) {
  .posts-filter-list .dp-dfg-header .excerpt-txt {
    font-size: 14px;
    line-height: 22px;
  }

  .posts-filter-list .et_pb_button_wrapper {
    padding-top: 30px;
  }

  .single-post-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .single-post-content h2 {
    font-size: 30px;
  }

  .single-post-content h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .et_monarch .et_social_networks li:nth-child(2n + 1),
  .et_monarch .et_social_mobile .et_social_networks li:nth-child(2n + 1) {
    clear: none !important;
  }

  .lg-sup {
    font-size: 21px;
  }

  .et_header_style_left #et-top-navigation .mobile_menu_bar,
  .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
  }

  .single-post-content .custom-meta-wrap {
    padding-top: 26px;
  }

  .single-post-content .post_terms {
    margin-top: 60px;
  }

  .posts-filter-list .dp-dfg-container {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .et_monarch .et_social_networks li,
  .et_monarch .et_social_mobile .et_social_networks li {
    clear: none !important;
  }

  .single-post-content .entry-content {
    padding-top: 38px !important;
  }
}

/* utilities */
@media (min-width: 940px) {
  .content-middle-align {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .custom-form_wrapper {
    margin-top: -20px !important;
  }

  .et_fixed_nav.et_header_style_slide #main-header {
    /* left: inherit!important; */
  }
}

.dp-dfg-layout-masonry .dp-dfg-filters .dp-dfg-filter {
  margin: 2px 0;
}

.library-list .dp-dfg-header h2.entry-title {
  padding-top: 7px;
}

.dp-dfg-layout-masonry .dp-dfg-filter-link {
  padding: 4px 15px !important;
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
}
@media (max-width: 979px) {
  .et_header_style_slide .et_slide_in_menu_container {
    top: 75px !important;
    /* max-width: 100%; */
  }

  .et_header_style_slide .et-fixed-header #et-top-navigation,
  .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
    padding: 19px 0 0px 0 !important;
  }
}

@media only screen and (min-width: 981px) {
  .et_header_style_slide .et-fixed-header #et-top-navigation,
  .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
    /*padding: 37px 0 13px 0!important;*/
    padding: 20px 0 0px 0 !important;
  }
  .et_header_style_slide #et-top-navigation,
  .et_header_style_fullscreen #et-top-navigation {
    /*padding: 37px 0 13px 0 !important;*/
    padding: 20px 0 0px 0 !important;
  }
  /* 	.et_header_style_slide .et-fixed-header #et-top-navigation, .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
    padding: 37px 0 13px 0 !important;
} */
}

#main-header.et-fixed-header {
  box-shadow: 0 0 7px rgb(0 0 0 / 0%) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 1) !important;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 0%) !important;
}

#main-header.et-fixed-header.nav-down {
  box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}

ul.et_pb_tabs_controls {
  background-color: transparent !important;
}

.et_pb_tabs_controls li {
  float: left;
  border-right: none !important;
}

ul.et_pb_tabs_controls:after {
  border-top: none !important;
  display: none;
}
.et_pb_tabs {
  border: none !important;
}

.et_pb_tabs_controls li a {
  padding: 8px 30px 16px !important;
}

.et_pb_tab {
  padding: 54px 30px;
}

.hbspt-form label {
  font-size: 16px !important;
  color: #147689 !important;
}

.hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: sharp sans book, Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #147689 !important;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.et_pb_all_tabs {
  overflow: hidden;
  border-radius: 35px !important;
}

.et_post_meta_wrapper img {
  border-radius: 35px !important;
}
