/***** Fonts - CentraNo1 *****/
@font-face {
  font-family: 'CentraNo1-Book';
  src        : url('../fonts/CentraNo1/CentraNo1-Book.eot');
  src        : url('../fonts/CentraNo1/CentraNo1-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CentraNo1/CentraNo1-Book.woff2') format('woff2'), url('../fonts/CentraNo1/CentraNo1-Book.woff') format('woff'), url('../fonts/CentraNo1/CentraNo1-Book.ttf') format('truetype'), url('../fonts/CentraNo1/CentraNo1-Book.svg#MarsBold') format('svg');
}

@font-face {
  font-family: 'CentraNo1-Extrabold';
  src        : url('../fonts/CentraNo1/CentraNo1-Extrabold.eot');
  src        : url('../fonts/CentraNo1/CentraNo1-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/CentraNo1/CentraNo1-Extrabold.woff2') format('woff2'), url('../fonts/CentraNo1/CentraNo1-Extrabold.woff') format('woff'), url('../fonts/CentraNo1/CentraNo1-Extrabold.ttf') format('truetype'), url('../fonts/CentraNo1/CentraNo1-Extrabold.svg#MarsBold') format('svg');
}
@font-face {
  font-family:'icomoon';
  src:url('../fonts/CentraNo1/icomoon.eot'); src:url('../fonts/CentraNo1/icomoon.eot') format('embedded-opentype'), url('../fonts/CentraNo1/icomoon.woff2') format('woff2'), url('../fonts/CentraNo1/icomoon.ttf') format('truetype'), url('../fonts/CentraNo1/icomoon.woff') format('woff'), url('../fonts/CentraNo1/icomoon.svg') format('svg');
  font-weight:normal;
  font-style:normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0000a0;
  font-family: 'CentraNo1-Extrabold';
}
h1,
h2,
h3 {
  font-weight: 800;
  font-style: normal;
  color: #0000a0;
  line-height: 1.5;
}
body,
p,
a,
li {
  font-family: 'CentraNo1-Book';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
body.lock {
  overflow: hidden;
}
.email-input input {
  height: 38px;
  background: none;
  border: 1px solid #0000a0;
  font-style: italic;
  width: 60%;
  margin-bottom: -11px;
}

a {
  color: #f00a50;
}
a:hover {
  color: #0056b3;
}
footer ul {
  padding: 0;
  white-space: nowrap;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.logo {
  width: 225px;
  height: 78px;
}
nav {
  height: 78px;
}
ul.subnav .nav-item .nav-link {
  color: #999 !important;
  padding: 8px 12px;
  display: block;
  min-width: 150px;
}
.navbar-light .navbar-nav .nav-link {
  color: #3c3c3c !important;
  font-size: 16px;
  padding: 26px 15px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  font-weight: bold;
}
.navbar-nav a.nav-link:hover {
  border-bottom: 2px solid #f00a50;
  overflow: hidden;
}

.subnav {
  padding-left: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1200;
  width: 250px;
  padding-top: 10px;
  position: absolute;
}
footer li,
nav li {
  list-style-type: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.search-icon:before {
  content: "\e91a";
  padding: 0 10px 0 0;
  font-family: 'icomoon';
  cursor: pointer;
}
.search-icon.in:before {
  content: "\e910";
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: transparent;
}
.slide-desc {
  bottom: 0;
  background: white;
  width: calc(100% - 160px);
}
.slide-desc {
  margin: 0;
  padding: 3rem;
  color: #0000a0;
  font-size: 42px;
  font-weight: 800;
}
.bg-primary,
.btn-primary {
  background-color: #0000a0!important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover,
.play-icon:hover {
  background-color: rgb(0, 215, 183) !important;
  color: #fff;
}
.play-icon {
  cursor: pointer;
}
.text-blue {
  color: #0000a0;
}
.blue-border {
  border: 1px solid #0000a0;
  font-weight: bold;
}
.blue-border:hover {
  color: white;
  background-color: #0000a0!important;
}
article {
  color: rgb(43, 43, 43);
}
.horizontal-bar {
  background: rgb(0, 71, 133);
  margin: 0 auto;
  width: 100%;
  /* margin-bottom: 40px; */
  height: 2px;
}
.bgblue {
  background: rgb(0, 215, 185);
}
.section-header h2 {
  font-weight: 800;
  font-size: 42px;
}
.section-header a:hover {
  text-decoration: underline;
  color: #f00a50;
}
a.btn {
  min-width: 202px;
}

.news-image img {
  transition: transform 2s;
  height: 100%;
  object-fit: cover;
}
.news-image img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.news-image {
  height: 300px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
h4 {
  font-size: 18px;
  font-weight: 900;
}
.news-block h4 {
  min-height: 50px;
}
.banner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.banner {
  position: relative;
}
.experts-content img {
  width: 100%;
  height: auto;
}
.search {
  display: none;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  background: #f5f0e6;
}
.search input {
  border: 1px solid #0000a0;
  margin: 40px 80px;
  width: calc(100% - 160px);
}
.field--name-image img {
  width: 100%;
  height: auto;
}
footer .footer-logo {
  background: url(../images/waltham-lockup-dogcat-srgb-white-01.svg);
  background-size: 225px;
  background-position: right 0;
  background-repeat: no-repeat;
}
footer li:last-child a:after {
  content: "";
}
footer li a:after {
  content: "|";
  padding: 0 5px;
}
.horizontal {
  margin-bottom: 12px;
}
.section-header h1 {
  font-size: 56px;
}
.section-header h1,
.section-header h3 {
  font-weight: 800;
  line-height: 1.5;
}
.three-column-cards .card-body {
  padding: 0;
  padding-left: 15px;
  border-left: solid #f00a50;
  /* margin-top: 30px; */
}
/* Location Dropdown */
.location-dropdown {
  width: 17%;
  background-image: url(/themes/custom/waltham/images/marsincorporatediconstwocolorglobelargergb.png);
  background-size: 34px;
  background-position: 5px -2px;
  background-repeat: no-repeat;
  position: relative;
  right: 165px;
  float: right;
}
.location-dropdown select {
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 1px solid #3c3c3c;
  padding: 0px 30px 0px 5px;
  font-size: 17px;
  border-radius: 0;
  background: #fff url(/themes/custom/waltham/images/dorpdown.png) no-repeat right;
  margin: 0 0 0 45px;
}
.field--name-field-content-paragraphs-1 {
  max-width: 960px;
  margin: 0 auto;
}
.multilanguage-page .three-column-cards {
  max-width: 960px;
  margin: 0 auto;
}
.multilanguage-page .three-column-cards p.card-text {
  min-height: 70px;
}
.three-column-cards p.card-text {
  min-height: 100px;
}
.newsimages img {
  margin-bottom: 10px;
}
.custompager,
.block-flippy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumb {
  background: rgb(245, 240, 230)!important;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}
.bg-turquoise {
  background: rgb(0, 215, 185);
}
.email-input a.btn {
  margin-left: -5px;
  margin-top: 2px;
}
input::placeholder {
  color: #0000a0;
  padding-left: 2px;
}
.horizontalbar {
  background: #87ceeb;
  height: 2px;
}
.view-header {
  display: flex;
  padding: 40px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.filter-text {
  padding: 0 10px;
  line-height: 33px;
}
.block-facet--checkbox .content>div {
  padding-left: 0 !important;
}
div.dropdown {
  width: 210px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 5% bottom 50%;
  font-family: 'CentraNo1-Extrabold';
  font-size: 14px;
  color: #0000a0;
  background-color: #fff;
  outline: none;
  border: solid 1px #0000a0;
  line-height: 30px;
  padding-left: 5px;
  height: 30px;
  cursor: pointer;
  padding-top: 0px;
}
.dropdown.transform + ul.item-list__checkbox {
  margin-top: -1px;
}
.dropdown.transform i.fa-2x {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  padding-left: 20px;
}
.dropdown i.fa-2x {
  font-weight: 900;
  padding-right: 20px;
}
.dropdown.transform {
  border-bottom: transparent;
  border-top: 1px #00d7b9 solid;
  border-left: 1px #00d7b9 solid;
  border-right: 1px #00d7b9 solid;
  padding-bottom: 28px;
  z-index: 9;
}

.facets-widget-checkbox {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 1%;
}
ul.item-list__checkbox {
  display: none;
  padding-left: 0;
  position: absolute;
  margin-top: 0;
  background: #fff;
  border: 1px #00d7b9 solid;
  z-index: 1;
  width: 20%;
  outline: none;
}
ul.js-facets-checkbox-links.item-list__checkbox.js-facets-widget {
  width: 210px;
  position: absolute;
  border: 1px #00d7b9 solid;
}
li.facet-item {
  list-style: none;
  padding-right: 20px;
}
li.facet-item input {
  font-size: 19px;
  margin: 11px;
  cursor: pointer;
}
.facets-widget-checkbox ul li span {
  font-size: 12px;
  font-family: marscentra-bold, sans-serif !important;
  color: #0000a0;
  cursor: default;
}
ul.item-list__checkbox {
  display: none;
}
.filter {
  font-size: 16px;
  color: #0000a0;
  font-family: MarsCentra-Bold, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.facets-checkbox {
  position: absolute;
  opacity: 0;
}
.facets-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  left: 10px;
}
.facets-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid grey;
}
.facets-checkbox:checked + label:before {
  background: #00d7b9;
}
.facets-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.facets-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.facets-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 9px;
  background: #0000a0;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #0000a0, 4px 0 0 #0000a0, 4px -2px 0 #0000a0, 4px -6px 0 #0000a0, 4px -4px 0 #0000a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#block-active-facet-pills {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.facet-pills {
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  padding-left: 296px;
}
.facet-pills__pill {
  display: inline-block;
  margin-right: 5px;
}

.facet-pills__pill__link,
.facet-pills__pill__link:hover,
.facet-pills__pill__link:visited {
  background-color: #f4f4f4!important;
  color: #3c3c3c!important;
  border: 0;
  border-radius: unset!important;
  padding: 5px 23px 5px 30px!important;
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.facet-pills__pill__link::after {
  position: absolute;
  top: 4px;
  left: 11px;
  right: inherit;
  content: "x";
  color: #3c3c3c!important;
}
input#edit-search-results--2 {
  font-family: MarsCentra-Book,sans-serif;
  font-size: 20px;
  background-image: url(/themes/custom/waltham/images/search.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left 3px bottom 50%;
  border-bottom: 1px #0000a0 solid;
  text-indent: 1.8vw;
  width: 80vw;
  position: relative;
  left: 0;
  font-style: italic;
  color: #0000a0;
  border-top: #fff;
  border-left: #fff;
  border-right: #fff;
  background-color: transparent!important;
  border-radius: 0;
  margin-bottom: 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.form-control:focus {
  box-shadow: none;
}
.search_filters a {
  color: #0000a0;
}

/* search page pagination */
ul.pagination.js-pager__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

li.page-item.active {
  border-bottom: rgb(0, 215, 185) 4px solid;
  font-weight: normal !important;
}
span,
u {
  text-decoration: none;
}

li.pager__item--next a.page-link,
li.pager__item--previous a.page-link {
  border: 1px solid #092ea0;
  margin: 0;
  font-size: 29px;
  padding: 2px 9px 0px 9px;
  text-align: center;
}

ul.pagination li:last-child {
  display: none;
}
li.pager__item--next,
li.pager__item--previous {
  width: 35px;
}

li.page-item {
  border-bottom: 4px solid transparent;
}

ul.pagination .page-item:last-child .page-link {
  padding: 0 .75rem;
}

.page-link,
.page-link:hover {
  font-size: 18px;
  background-color: #fff;
  border: none;
  color: #3c3c3c;
  margin-left: 0;
}

.page-link:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.page-item.active .page-link {
  z-index: 1;
  color: #0000a0;
  background-color: transparent;
}
ul.pagination .page-link {
  margin-left: 0px !important;
  color: #000000 !important;
}

#accordion .card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
}
#accordion h3 {
  cursor: pointer;
}
#accordion .collapse {
  transition: all 0.5s;
}
#accordion img {
  max-width: 100%;
}
#accordion a {
  color: #ffffff;
  text-decoration: underline;
}
#accordion a:visited {
  color: red;
}
#accordion a.btn{
  margin-bottom: 3px;
}
/* #accordion h3.heading.collapsed:before {
  font-family: "icomoon";
  content: '\e906';
  color: #ffffff;
  font-size: 26px;
  line-height: 0rem;
}
#accordion h3.heading:before {
  font-family: "icomoon";
  content: '\e907';
} */
#accordion li,
.section-title li {
  list-style: none;
  display: flex;
}
#accordion .card li {
  clear: both;
}
#accordion li a,
.section-title li a {
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  background: #bfbfe7;
  width: 100%;
  color: white;
  text-decoration: underline;
  display: block;
  margin: 0 0px 12px 12px;
}
#accordion .card-body li a, .section-title li a {
  background: transparent;
  border: 0;
  width: auto;
  padding: 0 8px 8px 0;
  display: inline;
}
#accordion img.lazyloaded {
  margin-top: -4px;
}
.lity-iframe-container iframe {
  border: 10px solid #fff;
  max-height: 630px;
  width: 100%;
}
.lity-youtube .lity-container {
  max-width: 1240px;
  margin: 10px 0;
}
.card-header h3.in:before {
  content: "-" !important;
}
.placements h1 {
  font-size: 56px;
}
.placements h2 {
  font-size: 42px;
}
footer span.top {
  cursor: pointer;
}
.play-icon {
  bottom: 30px;
  left: 30px;
  padding: 25px 30px;
}
.news-events h1 {
  font-size: 56px;
}
.news-events h2 {
  font-size: 42px;
}
.nav-tabs .nav-link.active {
  color: white;
  background-color: #0000a0;
  border-color: transparent;
}
.nav-tabs .nav-link {
  font-weight: 600;
  padding: 12px 30px 9px;
  border: transparent;
}
.news-event.in {
  display: none;
}
.content-wrapper .news-type {
  clear: both;
}
.news-event .horizontal-bar {
  clear: both;
  float: left;
}
.content-wrapper .news-type ul li {
  color: #f00a50;
  list-style: none;
  float: left;
  padding: 2px;
  text-decoration: underline;
}
.tab-pane div {
  clear: both;
}
.content-wrapper .news-type ul li {
  color: #f00a50;
  list-style: none;
  float: left;
  padding: 2px;
}
.body-content .field--name-name {
  display: none;
}
.body-content .field--name-created {
  display: none;
}
.body-content .field--name-uid {
  display: none;
}
.static-page .caption {
  display: block;
}
.static-page .caption > figcaption {
  display: block;
}
#block-custompager {
  display: none;
}
.tab-pane-header {
  margin: 10px;
  padding: 15px 10px 0px;
  height: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 0;
  border: 1px solid #004785;
  border-radius: 3px;
  color: #004785;
  display: table;
  margin: 10px auto;
}
.tab-pane-header span {
  cursor: pointer;
  font-size: 12px;
}
.nav-tabs .nav-item {
  margin-bottom: 0 !important;
}
.news-image {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-image img {
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.news-image img:hover {
  transform: scale(1.1);
}
/* Quick links css */
.page-quicklinks .quicklinks-text {
  display: inline;
  padding-right: 12px;
}
.page-quicklinks .quicklinks-links {
  display: inline;
}
.page-quicklinks .quicklinks-links a,
.page-quicklinks .quicklinks-links a:link {
  background: #ff1414;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.1s ease 0.05s;
  padding: 1px 4px;
  white-space: nowrap;
}
.page-quicklinks .quicklinks-links a:hover,
.page-quicklinks .quicklinks-links a:link:hover {
  padding: 3px 4px;
}
/* article detail page */
.article-social-icons a {
  padding: 10px 20px;
  font-family: icomoon;
  color: #1da1f2;
  font-size: 20px;
}
.article-social-icons a.twitter:before {
  content: "\e92d";
}
.article-social-icons a.instagram:before {
  content: "\e92c";
}
.article-social-icons {
  clear: both;
  border: 1px solid #0000a0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-social-icons a.twitter {
  border-right: 1px solid blue;
}
ul.healthytips li {
  list-style: none;
}
ul.pagination .page-link,
ul.pagination .page-link:focus {
  margin-left: 20px;
  color: #f00a50;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width:1025px) {
  ul.navbar-nav li.nav-item {
    position: relative;
  }
  .navbar-nav li.nav-item:hover > ul.subnav {
    display: block;
  }
  .subnav {
    display: none;
  }
  .subnav li.back {
    display: none !important;
  }
}


@media only screen and (max-width:1024px) {
  .navbar-collapse {
    position: absolute;
    z-index: 999;
    top: 78px;
    left: -3px;
  }
  iframe {
    width: 100%;
  }
  video {
    width: 100%;
    height: auto;
  }
  ul.navbar-nav {
    background-color: rgb(245, 240, 230);
    width: 300px;
    padding-top: 20px;
    height: calc(100vh - 78px);
    position: relative;
    overflow: hidden;
  }
  nav .navbar-nav .nav-item > div {
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link {
    color: #0000a0 !important;
    font-size: 18px;
    padding: 20px 15px 20px 30px;
    cursor: pointer;
    border-bottom: 0;
    font-weight: normal;
  }
  .navbar-nav a.nav-link:hover {
    border-bottom: 0;
  }
  span.menu-icon {
    height: 3px;
    width: 35px;
    background: #0000a0;
    margin: 7px 0;
    display: block;
  }
  button.navbar-toggler:hover {
    outline: none;
  }
  .navbar-toggler.change .menu-icon:first-child {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 5px);
  }
  .navbar-toggler.change .menu-icon:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler.change .menu-icon:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  a.arrow-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);;
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  a.arrow-subopen {
    width: 55px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  a.arrow-subopen:after {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 9px;
    height: 9px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    border-color: #0000a0;
    border-top: none;
    border-left: none;
    left: 50%;
  }


  a.arrow-subclose {
    width: 25px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
  }
  a.arrow-subclose:after {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 9px;
    height: 9px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(135deg) translate(-50%, -50%);
    -moz-transform: rotate(135deg) translate(-50%, -50%);
    -ms-transform: rotate(135deg) translate(-50%, -50%);
    -o-transform: rotate(135deg) translate(-50%, -50%);
    transform: rotate(135deg) translate(-50%, -50%);
    border-color: #0000a0;
    border-top: none;
    border-left: none;
    left: 50%;
  }
  .slick-slide img {
    height: 450px;
    object-fit: cover;
  }
  .slide-desc {
    width: 90%;
  }
  .slide-desc h2 {
    font-size: 20px;
  }
  .subnav {
    position: absolute;
    margin-left: 0;
    background-color: rgb(245, 240, 230);
    width: 300px;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    right: -300px;
  }
  .subnav.in {
    right: 0;
  }
  ul.subnav .nav-item .nav-link {
    padding: 8px 15px 8px 40px;
    color: #0000a0 !important;
  }
  ul.subnav li.back {
    position: relative;
    margin-left: 15px;
  }
  ul.subnav li.back a.nav-link {
    padding-left: 40px;
    margin: 5px 10px;
    background: rgba(0, 0, 0, 0.1);
  }
  .section-header h1 {
    font-size: 42px;
  }
  .email-input a.btn {
    min-width: 100px;
  }
  footer h4 {
    clear: both;
    padding-top: 15px;
  }
  footer ul li {
    float: left;
  }
  footer .footer-logo {
    background-position: center;
    height: 90px;
  }

  .news-events h1 {
    font-size: 31px;
  }
  ul#newstab {
    width: calc(100% - 160px);
    margin: 0 auto;
  }
  section.expert-details img {
    width: 100%;
    margin-bottom: 10px;
  }
  .article-social-icons {
    width: 124px;
  }
}
@media only screen and (max-width:1023px) {
  footer .social-content-wrapper {
    background: rgb(0,215,185);
    padding: 20px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width:767px) {
  .location-dropdown {
    width: 70%;
    margin-top: 10px;
    right: 80px;
  }
  .page-quicklinks .quicklinks-links a,
  .page-quicklinks .quicklinks-links a:link {
    white-space: normal;
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  ul.js-facets-checkbox-links.item-list__checkbox.js-facets-widget {
    width: 51%;
  }
  .filter-text {
    display: block;
    width: 100%;
  }
  .static-page .col-1 {
    max-width: none;
    flex: none;
  }
  .static-page .col-2 {
    max-width: none;
    flex: none;
  }
  .experts-content .col-1 {
    max-width: none;
    flex: none;
  }
  .experts-content .col-2 {
    max-width: none;
    flex: none;
  }
  .news-events h1 {
    font-size: 26px;
  }
  ul#newstab {
    width: calc(100% - 90px);
    margin: 0 auto;
  }
  .content-wrapper .news-type ul li {
    color: rgb(43, 43, 43);
  }
}

#back_to_top {
  position: fixed;
bottom: 0;
right: 150px;
text-align: center;
border-radius: 10px 10px 0 0;
color: #fff;
text-transform: uppercase;
z-index: 999;
cursor: pointer;
padding: 11px 20px 9px;
background-color: #ea334f;
}


.copy-btn a {
  font-size: 1.125rem;
  font-family: "mars_centrabold";
  color: #fff !important;
  background: #0000a0;
  padding: 10px 35px;
  height: 50px;
  text-decoration: none;
}



.copy-cta-btn {
padding-top: 10px;
padding-bottom:7px;
}

.copy-btn {
padding-top: 10px;
text-align: center;
}

.text-cta-btn {
  padding-top: 13px;
  padding-bottom:8px;
  }

  .cta-btn {
    padding-top: 10px;
    text-align: center;
  }


.text-block-component .text-white a{
  color: #fff !important;
}
.text-block-component .bg-primary, .btn-primary {
  background-color: #0000a0 !important;
}

.text-block-component .bg-primary:hover {
background-color: #070752 !important;
}
.text-block-component a.btn {
  min-width: 202px;
}
.text-block-component .btn a:hover {
  text-decoration: none !important;
}
.text-block-component .rounded-0 {
  border-radius: 0 !important;
}
.text-block-component .btn {
  margin-bottom: 0.35rem !important;
}
.two-col .col-md-6 img {
  width: 100%;
}
.button-content{
  text-align: center;
}
#accordion li.MsoNoSpacing{
  list-style: auto;
  display: list-item;
}
.card.weltham-collapse-card ul li{
  list-style: auto !important;
  display: list-item !important;
}
@media only screen and (min-device-width: 768px) {
  .two-col .col-md-6 img {
    padding: 0;
  }
}
@media only screen and (max-device-width: 767px) {
  .text-block-component .col-lg-10 {
    margin-left: 0.19rem;
  }
  .text-block-component .btn {
    margin-bottom: 0.35rem;

  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .text-block-component .col-lg-10 {
    margin-left: 0.19rem;
  }
  .text-block-component .btn {
    margin-bottom: 0.35rem;;
  }
}

.text-block-component .text-cta-button {
  text-align: center;
}

.section-title h1{
  font-weight: 800;
    font-style: normal;
    color: #ffff;
    line-height: 1.5;
}
.bg-section{
  background-color: #0000a0!important;
  padding-left: 20px;
  padding-right: 20px;
}
.weltham-collapse-card{
  background-color: #0000a0;
  border-radius: 0;
  border: 0;
}
.weltham-collapse-card-header{
  background-color: #0000a0;
}

.weltham-collapse-card h3 a {
  font-weight: 800;
  font-style: normal;
  color:white;
  line-height: 1.5;
}
.section-container{
  padding-left: 70px;
  padding-right: 70px;
}

.mb-0 > a {
  display: block;
  position: relative;
  left: 35px;
}
.mb-0 > a:before {
  content: "\f055";
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  color: white;
}
.mb-0 > a[aria-expanded="true"]:before {
  content: "\f056";
  color: white;
}

.title a {
  font-family: 'CentraNo1-Extrabold';
}

.titlecard a {
  font-family: 'CentraNo1-Extrabold';
}

.accordianicon > h3 {
  display: block;
  position: relative;
  left: 35px;
}

.accordianicon > h3:before {
  content: "\f055";
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  color: white;
}

.accordianicon > h3[aria-expanded="true"]:before {
  content: "\f056";
  color: white;
}

.titlecard a {
  font-size: 24px;
}
