@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:500,500i,600,600i|Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.museBlue {
  color: #53b6d0;
}
.orange {
  color: #f16323;
}
.yellow {
  color: #fdb814;
}
.green {
  color: #0aba8a;
}
.royalBlue {
  color: #3852d4;
}
.purple {
  color: #5737be;
}
.white {
  color: #fff;
}
.container {
  margin: auto;
  padding: 0;
  width: 90%;
}
.container.large {
  max-width: 1140px;
}
.container.small {
  max-width: 945px;
}
.container.tiny {
  max-width: 753px;
}
.container.noPadding {
  padding: 0;
}
.container .container {
  width: 100%;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
strong {
  font-weight: 700;
}
@font-face {
  font-family: 'TrashHand';
  src: url('fonts/TrashHand.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1 {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 53px;
}
h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
a {
  text-decoration: none;
}
a img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  a img {
    width: 100%;
  }
}
body {
  color: #666;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 21px;
  font-weight: 400;
  overflow-x: hidden;
}
iframe {
  max-width: 100% !important;
}
.heroBanner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 38.36%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .heroBanner {
    padding: 25px 0;
  }
}
.heroBanner.solid, .heroBanner.gradient {
  min-height: 474px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .heroBanner.solid, .heroBanner.gradient {
    min-height: 370px;
  }
}
.heroBanner.solid.museBlue, .heroBanner.gradient.museBlue {
  background: linear-gradient(to left, #53b6d0, #2c8096);
}
.heroBanner.solid.blue, .heroBanner.gradient.blue {
  background: linear-gradient(to left, #3852d4, #172ea3);
}
.heroBanner .anchoredTitle {
  bottom: 45px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .heroBanner .anchoredTitle {
    bottom: 15px;
  }
}
.heroBanner .anchoredTitle h1 {
  color: #fff;
  font-size: 62px;
  line-height: 58px;
  text-align: left;
}
.heroBanner .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heroBanner .inner {
    padding: 0 25px;
    position: relative;
  }
}
.heroBanner .inner > * {
  max-width: 1000px;
}
.heroBanner .inner h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 76px;
}
@media only screen and (max-width: 767px) {
  .heroBanner .inner h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.heroBanner .inner .subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-top: 11px;
  max-width: 700px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heroBanner .inner .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}
.heroBanner .inner .buttons {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .heroBanner .inner .buttons {
    margin-top: 28px !important;
  }
}
.heroBanner .inner .buttons .button {
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  min-width: 339px;
  padding: 14px 0 13px 0;
  text-align: center;
  text-transform: uppercase;
}
.button {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  padding: 6px 0;
  /* Colors */
}
.button.full-width {
  text-align: center;
  width: 100%;
}
.button.pill {
  border-radius: 25px;
}
.button.hubspotTrigger {
  cursor: pointer;
}
.button.blue {
  background-color: #3852d4;
  border-color: #3852d4;
  color: #fff;
}
.button.blue:hover {
  background-color: #fff;
  border-color: #3852d4;
  color: #3852d4;
}
.button.blue.inverse {
  background-color: #fff;
  border-color: #3852d4;
  color: #3852d4;
}
.button.blue.inverse:hover {
  background-color: #3852d4;
  border-color: #3852d4;
  color: #fff;
}
.button.blue.transparent {
  background-color: transparent;
  border-color: #3852d4;
  color: #3852d4;
}
.button.blue.uppercase {
  text-transform: uppercase !important;
}
.button.green {
  background-color: #0aba8a;
  border-color: #0aba8a;
  color: #fff;
}
.button.green:hover {
  background-color: #fff;
  border-color: #0aba8a;
  color: #0aba8a;
}
.button.green.inverse {
  background-color: #fff;
  border-color: #0aba8a;
  color: #0aba8a;
}
.button.green.inverse:hover {
  background-color: #0aba8a;
  border-color: #0aba8a;
  color: #fff;
}
.button.green.transparent {
  background-color: transparent;
  border-color: #0aba8a;
  color: #0aba8a;
}
.button.green.uppercase {
  text-transform: uppercase !important;
}
.button.museBlue {
  background-color: #53b6d0;
  border-color: #53b6d0;
  color: #fff;
}
.button.museBlue:hover {
  background-color: #fff;
  border-color: #53b6d0;
  color: #53b6d0;
}
.button.museBlue.inverse {
  background-color: #fff;
  border-color: #53b6d0;
  color: #53b6d0;
}
.button.museBlue.inverse:hover {
  background-color: #53b6d0;
  border-color: #53b6d0;
  color: #fff;
}
.button.museBlue.transparent {
  background-color: transparent;
  border-color: #53b6d0;
  color: #53b6d0;
}
.button.museBlue.uppercase {
  text-transform: uppercase !important;
}
.button.orange {
  background-color: #f16323;
  border-color: #f16323;
  color: #fff;
}
.button.orange:hover {
  background-color: #fff;
  border-color: #f16323;
  color: #f16323;
}
.button.orange.inverse {
  background-color: #fff;
  border-color: #f16323;
  color: #f16323;
}
.button.orange.inverse:hover {
  background-color: #f16323;
  border-color: #f16323;
  color: #fff;
}
.button.orange.transparent {
  background-color: transparent;
  border-color: #f16323;
  color: #f16323;
}
.button.orange.uppercase {
  text-transform: uppercase !important;
}
.button.purple {
  background-color: #5737be;
  border-color: #5737be;
  color: #fff;
}
.button.purple:hover {
  background-color: #fff;
  border-color: #5737be;
  color: #5737be;
}
.button.purple.inverse {
  background-color: #fff;
  border-color: #5737be;
  color: #5737be;
}
.button.purple.inverse:hover {
  background-color: #5737be;
  border-color: #5737be;
  color: #fff;
}
.button.purple.transparent {
  background-color: transparent;
  border-color: #5737be;
  color: #5737be;
}
.button.purple.uppercase {
  text-transform: uppercase !important;
}
.button.white {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.button.white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.button.white.inverse {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.button.white.inverse:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.button.white.transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.white.uppercase {
  text-transform: uppercase !important;
}
.button.yellow {
  background-color: #fdb814;
  border-color: #fdb814;
  color: #fff;
}
.button.yellow:hover {
  background-color: #fff;
  border-color: #fdb814;
  color: #fdb814;
}
.button.yellow.inverse {
  background-color: #fff;
  border-color: #fdb814;
  color: #fdb814;
}
.button.yellow.inverse:hover {
  background-color: #fdb814;
  border-color: #fdb814;
  color: #fff;
}
.button.yellow.transparent {
  background-color: transparent;
  border-color: #fdb814;
  color: #fdb814;
}
.button.yellow.uppercase {
  text-transform: uppercase !important;
}
.flex.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.container.centered {
  align-items: center;
  justify-content: center;
}
.flex.container.vCentered {
  align-items: center;
}
.flex.container .flexChild {
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .flex.container .flexChild {
    margin: 12px auto;
  }
}
@media only screen and (max-width: 767px) {
  .flex.container .flexChild {
    flex: 0 0 100% !important;
  }
  .flex.container .flexChild img {
    display: block;
    margin: auto;
  }
}
.flex.container .flexChild .inner {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .flex.container .flexChild .inner {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.container .flexChild .inner {
    padding: 0;
  }
}
.flex.container .flexChild.sixAcross {
  flex: 0 0 16.66%;
  min-width: 150px;
}
@media only screen and (max-width: 1200px) {
  .flex.container .flexChild.sixAcross {
    flex: 0 0 25% !important;
  }
}
@media only screen and (max-width: 767px) {
  .flex.container .flexChild.sixAcross {
    flex: 0 0 50% !important;
  }
}
.flex.container .flexChild.threeAcross {
  flex: 0 0 33.33%;
  max-width: 263px;
}
@media only screen and (max-width: 1200px) {
  .flex.container .flexChild.threeAcross {
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 313px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.container .flexChild.threeAcross:first-child {
    margin-top: 0;
  }
  .flex.container .flexChild.threeAcross:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex.container .flexChild.threeAcross {
    max-width: none;
  }
  .flex.container .flexChild.threeAcross .inner {
    margin: auto;
    max-width: 263px;
  }
}
.flex.container .flexChild.twoAcross {
  flex: 0 0 50%;
}
.sectionTitle {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}
img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  img + img {
    margin-top: 0 !important;
  }
}
img.fullWidth {
  height: auto;
  width: 100%;
}
img.parallelImages {
  height: auto;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  img.parallelImages {
    width: 100%;
  }
}
img.parallelImages.leftImage {
  margin-right: 2% !important;
}
@media only screen and (max-width: 767px) {
  img.parallelImages.leftImage {
    margin-right: 0 !important;
  }
}
img.parallelImages.rightImage {
  margin-left: 2% !important;
}
@media only screen and (max-width: 767px) {
  img.parallelImages.rightImage {
    margin-left: 0 !important;
  }
}
a.imageLink {
  display: block;
}
a.readMore {
  color: #999 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
a.readMore:hover {
  color: #333 !important;
}
.borderedMega > ul.mega-sub-menu {
  align-items: stretch !important;
  display: flex !important;
}
.borderedMega > ul.mega-sub-menu > li {
  border-left: 1px solid #ccc !important;
  display: flex;
}
.borderedMega > ul.mega-sub-menu > li:first-child {
  border-left: none !important;
}
.borderedMega > ul.mega-sub-menu li {
  list-style-type: none;
}
.borderedMega > ul.mega-sub-menu li a {
  color: #666 !important;
  font-size: 18px;
  line-height: 36px;
  text-decoration: underline;
}
.borderedMega > ul.mega-sub-menu li a:hover {
  color: #53b6d0 !important;
}
.imagedMega > ul.mega-sub-menu > li > ul {
  display: flex !important;
}
.imagedMega > ul.mega-sub-menu > li > ul > li {
  align-items: flex-end !important;
  display: flex !important;
}
.bottomBordered {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
h4.mega-block-title {
  line-height: 30px;
}
#mega-menu-wrap-mobile_header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 20px !important;
}
#mega-menu-wrap-mobile_header #mega-menu-mobile_header > li.mega-menu-item > a.mega-menu-link {
  padding: 0 20px !important;
}
#mega-menu-wrap-mobile_header #mega-menu-mobile_header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-mobile_header #mega-menu-mobile_header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.borderOverride.mega-toggle-on > a {
  border-bottom: 1px solid #fff !important;
  top: 1px !important;
  z-index: 1000;
}
#hubspotFormContainer {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6000;
}
#hubspotFormContainer .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#hubspotFormContainer .inner .formContainer {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  max-width: 500px;
  padding: 50px;
  position: relative;
  text-align: center;
  width: 90%;
}
#hubspotFormContainer .inner .formContainer #closeModal {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 10px;
}
#hubspotFormContainer .inner .formContainer .heading {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 10px;
}
#hubspotFormContainer .inner .formContainer .text {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
#hubspotFormContainer .inner .formContainer form {
  margin-top: 25px;
  width: 100% !important;
  float: none;
  text-align: center;
}
#hubspotFormContainer .inner .formContainer form label {
  display: none;
}
#hubspotFormContainer .inner .formContainer form .hs-error-msgs label {
  display: block;
  margin: 5px auto;
  width: 90%;
}
#hubspotFormContainer .inner .formContainer form input {
  border-radius: 0;
  max-width: none;
  width: 90% !important;
}
#hubspotFormContainer .inner .formContainer form .actions {
  margin-left: 0 !important;
}
#hubspotFormContainer .inner .formContainer form input[type=submit], #hubspotFormContainer .inner .formContainer form button[type=submit] {
  background-color: #53b6d0 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  min-width: 0 !important;
  padding: 0.9em 1.5em !important;
  text-shadow: none !important;
}
#hubspotFormContainer  .mktoForm, #hubspotFormContainer  .mktoForm * { 
  float: none;
}

#hubspotFormContainer .mktoOffset {
  display: none;
}

#hubspotFormContainer .mktoForm div, 
#hubspotFormContainer .mktoForm span, 
#hubspotFormContainer .mktoForm label, 
#hubspotFormContainer .mktoForm p {
  text-align: center;
}

body.modal-open #hubspotFormContainer {
  overflow-x: hidden;
  overflow-y: auto;
}
.pullquote {
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 47px;
  margin: 40px 0;
}
.pullquote .attribution {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 21px;
}
.splashquote {
  background-color: #53b6d0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  left: 50%;
  right: 50%;
  line-height: 47px;
  margin: 70px -50vw !important;
  min-width: 100vw;
  padding: 180px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .splashquote {
    padding: 120px 35px;
  }
}
.wysiwyg {
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .wysiwyg {
    padding: 44px 0;
  }
}
.wysiwyg.indentedElements > * {
  max-width: 753px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .wysiwyg.indentedElements > * {
    max-width: 100%;
  }
}
.wysiwyg.indentedElements img {
  margin: 52px auto;
  max-width: inherit;
}
@media only screen and (max-width: 1200px) {
  .wysiwyg.indentedElements img {
    max-width: 100%;
  }
}
.wysiwyg p + p {
  margin-top: 52px;
}
.additionalCopy .wysiwyg {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 92px 0;
}
.additionalCopy .wysiwyg h2 {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .additionalCopy .wysiwyg h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.additionalCopy .wysiwyg h3 {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 40px;
}
.additionalCopy .wysiwyg img + h3 {
  margin-top: 27px;
}
.sections .section {
  padding: 50px 0 0 0;
}
.sections .section.noImage {
  text-align: center;
}
.sections .section.rightImage .right .inner {
  text-align: right;
}
.sections .section.border-full-width {
  box-shadow: 0 2px 3px 0 #b3b3b3;
}
.sections .section.border-container > .container {
  border-bottom: 2px solid #b3b3b3;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sections .section {
    padding: 50px 0;
  }
}
.sections .section .container {
  max-width: 1048px;
}
@media only screen and (max-width: 767px) {
  .sections .section .container .left {
    order: 2;
  }
}
.sections .section .container .left .inner {
  padding-right: 50px;
  width: 100%;
}
.sections .section .container .right {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .sections .section .container .right {
    order: 1;
  }
}
.sections .section .container .right .inner {
  width: 100%;
}
.sections .section .container .title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .sections .section .container .title {
    text-align: center;
  }
}
.sections .section .container .wysiwyg.content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .sections .section .container .wysiwyg.content {
    padding: 0;
  }
}
.sections .section .container .wysiwyg.content a {
  color: #53b6d0 !important;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.49px;
  text-decoration: underline;
  text-transform: uppercase;
}
.sections .section .container .wysiwyg.content a:hover {
  color: #333 !important;
}
.sections .section .container .wysiwyg.content P + p {
  margin-top: 23px;
}
.sections .section .container .buttons {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sections .section .container .buttons {
    text-align: center;
  }
}
.sections .section .container .buttons .button {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 28px;
  padding: 6px 35px;
}
.sections .section.leftImage .textSide {
  order: 2;
}
.sections .section.leftImage .textSide .inner {
  padding-left: 50px;
  padding-right: 0;
}
.sections .section.leftImage .imageSide {
  order: 1;
}
.sections .section.leftImage .imageSide .inner {
  padding-right: 50px;
}
.sections .section.rightImage .textSide {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .sections .section.rightImage .textSide {
    order: 2;
  }
}
.sections .section.rightImage .textSide .inner {
  padding-right: 50px;
}
.sections .section.rightImage .imageSide {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .sections .section.rightImage .imageSide {
    order: 1;
  }
}
.sections .section.rightImage .imageSide .inner {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .sections .section .inner {
    min-height: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.counts {
  color: #666;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  margin: 30px 0;
}
.filtersContainer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 29px 0;
}
@media only screen and (max-width: 767px) {
  .filtersContainer {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .filtersContainer > * {
    flex: 0 0 100%;
  }
}
.filtersContainer .filters {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .filtersContainer .filters {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .filtersContainer .filters > * {
    flex: 0 0 100%;
  }
}
.filtersContainer .filters .label {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 21px;
  font-weight: 500;
}
.filtersContainer .filters .filterContainer {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  margin-left: 25px;
  position: relative;
  width: 232px;
}
@media only screen and (max-width: 767px) {
  .filtersContainer .filters .filterContainer {
    flex: 0 0 48%;
    margin-left: 0;
  }
}
.filtersContainer .filters .filterContainer .trigger {
  align-items: center;
  border: 1px solid #979797;
  border-radius: 25px;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 15;
}
.filtersContainer .filters .filterContainer .trigger .searchTerm {
  font-weight: 400;
}
.filtersContainer .filters .filterContainer .trigger .emptyTerm {
  font-weight: 300;
}
.filtersContainer .filters .filterContainer .trigger .arrow {
  background-image: url('images/down-arrow.png');
  height: 8px;
  width: 13px;
}
.filtersContainer .filters .filterContainer .trigger.opened {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filtersContainer .filters .filterContainer .trigger.opened .arrow {
  background-image: url('images/up-arrow.png');
}
.filtersContainer .filters .filterContainer .dropdown {
  background-color: #fff;
  border: 1px solid #979797;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: none;
  padding: 0 26px;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.filtersContainer .filters .filterContainer .dropdown a {
  color: #53b6d0 !important;
  display: block;
}
.filtersContainer .filters .filterContainer .dropdown a:hover {
  color: #333 !important;
}
.filtersContainer .search {
  display: flex;
}
.filtersContainer .search form#searchForm {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .filtersContainer .search form#searchForm {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .filtersContainer .search form#searchForm > * {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.filtersContainer .search form#searchForm .inputs {
  align-items: center;
  display: flex;
  margin-left: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filtersContainer .search form#searchForm .inputs {
    margin-left: 0;
  }
}
.filtersContainer .search form#searchForm input#search {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 25px;
  display: flex;
  height: 38px;
  justify-content: space-between;
  padding: 0 25px 0 40px;
}
@media only screen and (max-width: 767px) {
  .filtersContainer .search form#searchForm input#search {
    width: 100%;
  }
}
.filtersContainer .search form#searchForm input#searchIcon {
  left: 10px;
  position: absolute;
  top: 4px;
}
.menu-megamenu-container ul {
  list-style-type: none;
}
.menu-megamenu-container ul li {
  align-items: center;
  display: flex;
}
.menu-megamenu-container ul li:after {
  background-image: url('images/megamenu-down-arrow.png');
  content: '';
  display: block;
  height: 6px;
  margin-bottom: 2px;
  margin-left: 10px;
  width: 9px;
}
.menu-megamenu-container ul a {
  color: #53b6d0 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02px;
  line-height: 22px;
}
.menu-megamenu-container ul a:hover {
  color: #333 !important;
}
.menu-megamenu-container ul a:hover {
  color: #53b6d0 !important;
}
.noResults {
  color: #53b6d0;
  font-size: 28px;
  margin: 41px 0 60px 0;
  text-align: center;
}
.additionalCopy {
  background-color: #f7f7f7;
}
.featuredResourceCard {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard {
    flex-wrap: wrap;
  }
}
.featuredResourceCard + .featuredResourceCard {
  margin-top: 60px;
}
.featuredResourceCard .left {
  flex: 0 0 65%;
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard .left {
    flex: 0 0 100%;
  }
}
.featuredResourceCard .left a {
  display: block;
}
.featuredResourceCard .left a img {
  display: block;
}
.featuredResourceCard .right {
  color: #333;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard .right {
    flex: 0 0 100%;
    margin-top: 28px;
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard .right .category {
    display: none;
  }
}
.featuredResourceCard .right a.title {
  color: #333 !important;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}
.featuredResourceCard .right a.title:hover {
  color: #333 !important;
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard .right a.title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.featuredResourceCard .right .summary {
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  margin: 21px 0 31px;
}
@media only screen and (max-width: 767px) {
  .featuredResourceCard .right .summary {
    display: none;
  }
}
.featuredResourceCard .right .readMoreFeatured {
  font-size: 18px;
  min-width: 196px;
  text-align: center;
}
.recentResourceCard {
  display: flex;
  flex: 0 0 50%;
  margin: 25px 0;
}
@media only screen and (max-width: 767px) {
  .recentResourceCard {
    flex: 0 0 100%;
  }
}
.recentResourceCard .inner {
  border-bottom: 1px solid #ccc;
  margin: 15px 16px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .recentResourceCard .inner {
    border-bottom: none;
    padding: 0;
  }
}
.recentResourceCard .category {
  font-weight: 600;
  margin-top: 15px;
}
.recentResourceCard a.title {
  color: #333 !important;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin: 4px 0 15px 0;
}
.recentResourceCard a.title:hover {
  color: #333 !important;
}
.resourceCard {
  display: flex;
  flex: 0 0 33.33%;
  margin: 25px 0;
}
@media only screen and (max-width: 1200px) {
  .resourceCard {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .resourceCard {
    flex: 0 0 100%;
    margin: 0;
  }
}
.resourceCard .inner {
  border-bottom: 1px solid #ccc;
  margin: 0 16px 15px 16px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .resourceCard .inner {
    border-bottom: none;
    margin: 15px 16px 0;
  }
}
.resourceCard .inner img {
  margin-bottom: 32px;
}
.resourceCard .inner a.title {
  color: #333 !important;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin: 8px 0 12px 0;
}
.resourceCard .inner a.title:hover {
  color: #333 !important;
}
@media only screen and (max-width: 767px) {
  .resourceCard .inner a.title {
    font-size: 28px;
    line-height: 36px;
  }
}
#fourohfour {
  padding: 150px 0;
  text-align: center;
}
#fourohfour h1 {
  color: #666;
  margin: 25px 0 40px;
}
#fourohfour p + p {
  margin-top: 15px;
}
.archive, .search {
  color: #333;
}
.archive .category a, .search .category a {
  color: #53b6d0 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}
.archive .category a:hover, .search .category a:hover {
  color: #333 !important;
}
.archive .featuredResources, .search .featuredResources {
  background-color: #f7f7f7;
  border-bottom: 2px solid #b3b3b3;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .archive .featuredResources, .search .featuredResources {
    border-bottom: none;
    padding: 48px 0;
  }
}
.archive .resources .filters, .search .resources .filters {
  text-align: center;
}
.archive .resources .recentResources, .search .resources .recentResources {
  margin: -16px;
}
.archive .resources .allResources .resources, .search .resources .allResources .resources {
  margin: -16px;
}
.archive .resources .allResources .navigation, .search .resources .allResources .navigation {
  margin: 35px 0 50px;
  text-align: center;
}
.archive .additionalCopy, .search .additionalCopy {
  background-color: #f7f7f7;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .archive .additionalCopy, .search .additionalCopy {
    border-top: 2px solid #b3b3b3;
    padding: 0;
  }
}
.archive .navigation a, .search .navigation a {
  min-width: 220px;
}
.page-template-page-customers #section1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-customers #section2 {
  box-shadow: 0 2px 3px 0 #b3b3b3;
  padding: 37px 0 58px 0;
}
.page-template-page-customers #section2 .sectionTitle {
  margin-bottom: 15px;
}
.page-template-page-customers #section2 .logos {
  width: 100%;
}
.page-template-page-customers #section2 .logos .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-template-page-customers #section2 .logos .inner img {
  height: auto;
  max-width: 100px;
  margin: 25px 0;
}
.page-template-page-customers #section3 {
  box-shadow: 0 2px 3px 0 #b3b3b3;
  padding: 55px 0;
}
.page-template-page-customers #section3 .container {
  max-width: 1000px;
}
.page-template-page-customers #section3 .flex.container {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
.page-template-page-customers #section3 .flex.container .left {
  flex: 1;
}
.page-template-page-customers #section3 .flex.container .left .sectionTitle {
  color: #53b6d0;
  text-align: left;
}
.page-template-page-customers #section3 .flex.container .left .quotation {
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
  line-height: 47px;
  margin: 12px 0 18px 0;
}
.page-template-page-customers #section3 .flex.container .left .attribution {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.page-template-page-customers #section3 .flex.container .right {
  flex: 1;
}
.page-template-page-customers #section4 {
  box-shadow: 0 2px 3px 0 #b3b3b3;
  /*padding: 112px 0 106px 0;*/
  padding: 55px 0;
}
.page-template-page-customers #section4 .container {
  max-width: 1086px;
}
.page-template-page-customers #section4 .highlights .highlight .title {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  margin: 23px 0 17px;
}
.page-template-page-customers #section4 .highlights .highlight .description {
  font-size: 18px;
  line-height: 32px;
}
.page-template-page-customers #section5 {
  background-color: #f7f7f7;
  padding: 30px 0 55px 0;
}
.page-template-page-customers #section5 .container {
  max-width: 1086px;
}
.page-template-page-customers #section5 .sectionTitle {
  margin-bottom: 41px;
}
.page-template-page-customers #section5 .examples .example .title {
  color: #333;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
}
.page-template-page-customers #section5 .examples .example .button {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-top: 18px;
  padding: 12px 0 10px;
  text-transform: uppercase;
}
#enterpriseTemplate .header {
  text-align: center;
}
#enterpriseTemplate .header h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 84px;
}
@media only screen and (max-width: 1200px) {
  #enterpriseTemplate .header h1 {
    font-size: 42px;
    line-height: 64px;
    max-width: 80%;
  }
}
#enterpriseTemplate .header .subtitle {
  margin-top: 21px;
}
#enterpriseTemplate .header .buttons {
  margin-top: 40px;
}
#enterpriseTemplate .sections .section {
  padding: 50px 0;
}
#enterpriseTemplate .sections .section .container {
  max-width: 1186px;
}
#landingTemplate #section1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#landingTemplate #section1 h1 {
  text-align: center;
}
#landingTemplate #section3 {
  box-shadow: 0 2px 3px 0 #b3b3b3;
  background-color: #f7f7f7;
  padding: 90px 0 100px 0;
}
#landingTemplate #section3 .sectionTitle {
  margin-bottom: 15px;
}
#landingTemplate #section3 .logos {
  width: 100%;
}
#landingTemplate #section3 .logos .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
#landingTemplate #section3 .logos .inner img {
  height: auto;
  margin: 25px 0;
  max-width: 100px;
}
#landingTemplate #section3 .buttons {
  margin-top: 35px;
  text-align: center;
}
#landingTemplate #section3 .buttons .button {
  padding: 4px 31px;
}
#mmTemplate .header {
  background-color: #5737be;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header .inner {
    position: relative;
  }
}
#mmTemplate .header .inner .flex.container {
  max-width: 1138px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header .inner .flex.container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header .inner .flex.container .left {
    justify-content: center;
  }
}
#mmTemplate .header .inner .flex.container .left h1 {
  line-height: 72px;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header .inner .flex.container .left h1 {
    max-width: 100%;
    text-align: center;
  }
}
#mmTemplate .header .inner .flex.container .left .subtitle {
  text-align: left;
}
#mmTemplate .header .inner .flex.container .left.oneAcross {
  text-align: center;
}
#mmTemplate .header .inner .flex.container .left.oneAcross .subtitle {
  text-align: center;
}
#mmTemplate .header .inner .flex.container .right {
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header .inner .flex.container .right {
    justify-content: center;
  }
}
#mmTemplate .header .inner .flex.container .right img {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header .inner .flex.container .right img {
    margin: 0;
  }
}
#mmTemplate .header .inner .flex.container .right img.bottomFlush {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header .inner .flex.container .right img.bottomFlush {
    position: static;
  }
}
#mmTemplate .header h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 84px;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header h1 {
    font-size: 42px;
    line-height: 64px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #mmTemplate .header h1 {
    font-size: 38px !important;
    max-width: 100%;
    text-align: center;
  }
}
#mmTemplate .header .subtitle {
  margin-top: 21px;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header .subtitle {
    display: block !important;
  }
}
#mmTemplate .header .buttons {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .header .buttons {
    display: block !important;
    text-align: center;
  }
}
#mmTemplate .sections .section {
  padding: 80px 0;
}
#mmTemplate .sections .section .container {
  max-width: 1138px;
}
#mmTemplate .sections .section .container .left .inner {
  padding-right: 160px;
}
@media only screen and (max-width: 1200px) {
  #mmTemplate .sections .section .container .left .inner {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #mmTemplate .sections .section .container .left .inner {
    padding-right: 0;
  }
}
#productOverviewTemplate .header {
  text-align: center;
}
#productOverviewTemplate .header h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 76px;
  max-width: 900px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productOverviewTemplate .header h1 {
    font-size: 42px;
    line-height: 64px;
    max-width: 80%;
  }
}
#productOverviewTemplate .header .subtitle {
  margin-top: 21px;
}
#productOverviewTemplate .header .buttons {
  margin-top: 40px;
}
#productOverviewTemplate .sections .section {
  padding: 50px 0;
}
#productOverviewTemplate .sections .section .container {
  max-width: 1186px;
}
#productOverviewTemplate .sections .section .container .left .title {
  font-weight: 500;
}
#productOverviewTemplate #section3 {
  display: flex;
  padding: 45px 0 70px;
}
#productOverviewTemplate #section3 .left, #productOverviewTemplate #section3 .right {
  background-repeat: no-repeat;
  flex: 0 0 25%;
}
@media only screen and (max-width: 1200px) {
  #productOverviewTemplate #section3 .left, #productOverviewTemplate #section3 .right {
    display: none;
  }
}
#productOverviewTemplate #section3 .left {
  background-position: left center;
}
#productOverviewTemplate #section3 .right {
  background-position: right center;
}
#productOverviewTemplate #section3 .middle {
  flex: 0 0 50%;
  padding: 90px 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productOverviewTemplate #section3 .middle {
    flex: 0 0 90%;
    margin: auto;
  }
}
#productOverviewTemplate #section3 .middle h2 {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  margin-top: 15px;
}
#productOverviewTemplate #section3 .middle .funFont {
  color: #999;
  font-family: 'TrashHand', sans-serif;
  font-size: 24px;
  line-height: 25px;
  margin-top: 10px;
}
#productOverviewTemplate #section3 .middle .buttons {
  margin-top: 25px;
}
#productOverviewTemplate #section3 .middle .buttons .button {
  padding: 9px 72px;
}
.single-muse_resource .header {
  text-align: center;
}
.single-muse_resource .header .category {
  line-height: 19px;
}
.single-muse_resource .header .category a {
  color: #53b6d0 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
.single-muse_resource .header .category a:hover {
  color: #333 !important;
}
.single-muse_resource .header .topics {
  margin-top: 16px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .single-muse_resource .header .topics {
    margin-bottom: 0;
  }
}
.single-muse_resource .header .topics a {
  color: #999 !important;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}
.single-muse_resource .header .topics a:hover {
  color: #333 !important;
}
.single-muse_resource .indentedElements {
  padding-top: 50px;
  padding-bottom: 50px;
}

/** conflicts with the header class in the nav **/
.single-muse_resource .header img {
}
.single-muse_resource .header .category {
  margin-top: 38px;
}
.single-muse_resource .header h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}
@media only screen and (max-width: 767px) {
  .single-muse_resource .header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.muse_resource-template-resource-case-study .header {
  margin-bottom: 92px;
}
.muse_resource-template-resource-case-study .header.heroBanner {
  padding-bottom: 38.36%;
}
@media only screen and (max-width: 767px) {
  .muse_resource-template-resource-case-study .header {
    margin-bottom: 0;
  }
}
#resourceSolution .header h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 84px;
}
#resourceSolution .header .subtitle {
  margin-top: 21px;
}
#resourceSolution .header .buttons {
  margin-top: 40px;
}
#resourceSolution .additionalCopy {
  background-color: #f7f7f7;
}
#resourceDirectLink .header h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 84px;
}
#resourceDirectLink .header .subtitle {
  margin-top: 21px;
}
#resourceDirectLink .header .buttons {
  margin-top: 40px;
}
header {
  text-align: center;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  z-index: 400;
}
header .main-nav {
  height: 50px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
header .user-nav {
  position: relative;
  float: right;
  font-size: 12px;
  z-index: 5;
}
header .search a {
  display: block;
  color: #fff;
  font-size: 17px;
  float: right;
  padding: 13px 15px;
  margin-right: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  header {
    height: auto;
  }
}
header .mega-menu-columns-1-of-1 > ul > li {
  text-align: center !important;
}
header .mega-menu-columns-1-of-1 > ul > li a {
  color: #666 !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02px;
  line-height: 27px;
}
header .mega-menu-columns-1-of-1 > ul > li a:hover {
  color: #53b6d0 !important;
}
header#desktopHeader {
  /**div.megaMenu {
   align-items: center;
   display: flex;
   flex: 1 0 420px;
   justify-content: flex-end;
   order: 3;
   text-align: right;
   @include tablet {
   flex: 1 1 auto;
   order: 2;
   }
   #navSearchToggle {
   cursor: pointer;
   height: 24px;
   margin: 0 25px;
   width: 24px;
   }
   a#signInLink {
   @include museBlueLink;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: -0.02px;
   }
   a#signUpLink {
   font-size: 14px;
   font-weight: 600;
   line-height: 34px;
   margin-left: 15px;
   padding: 0;
   text-align: center;
   text-transform: none;
   width: 100px;
   }
   }**/
}
@media only screen and (max-width: 1200px) {
  header#desktopHeader {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  header#desktopHeader {
    /**  display: none;**/
  }
}
header#desktopHeader #homeLink {
  /** flex: 1 1 300px;
   order: 1;**/
  float: left;
}
@media only screen and (max-width: 1200px) {
  header#desktopHeader #homeLink {
    flex: 1 1 auto;
  }
}
header#desktopHeader #homeLink a {
  display: inline-block;
}
header#desktopHeader #homeLink a img {
  height: 27px;
  width: 138px;
}
header#desktopHeader div.menu-header-container {
  flex: 1 0 400px;
  order: 1;
}
@media only screen and (max-width: 1200px) {
  header#desktopHeader div.menu-header-container {
    flex: 1 1 100%;
    order: 2;
  }
}
header#desktopHeader div.menu-header-container ul#menu-header {
  display: flex;
  justify-content: space-between;
}
header#desktopHeader div.menu-header-container ul#menu-header li {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  list-style-type: none;
  position: relative;
}
header#desktopHeader div.menu-header-container ul#menu-header li.current-menu-item a {
  font-weight: 700;
  color: #fff;
}
header#desktopHeader div.menu-header-container ul#menu-header li a {
  color: #666 !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02px;
  line-height: 27px;
}
header#desktopHeader div.menu-header-container ul#menu-header li a:hover {
  color: #53b6d0 !important;
}
header#desktopHeader div.menu-header-container ul#menu-header li:hover > ul {
  display: block;
}
header#desktopHeader div.menu-header-container ul#menu-header > li > a {
  line-height: 50px;
}
header#desktopHeader div.menu-header-container ul#menu-header > li > ul {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 0 15px 5px;
  position: absolute;
  top: 50px;
  width: 200%;
}
@media only screen and (max-width: 1200px) {
  header#desktopHeader div.menu-header-container ul#menu-header > li > ul {
    width: 100%;
  }
}
header#desktopHeader div.menu-header-container ul#menu-header > li > ul > li a {
  font-size: 14px;
  line-height: 34px;
}
header#mobileHeader {
  align-items: flex-end;
  background-color: #53b6d0;
  color: #fff;
  display: none;
  flex-direction: column;
  font-size: 16px;
  height: auto;
  line-height: 34px;
  min-height: 60px;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  header#mobileHeader {
    display: flex;
  }
}
header#mobileHeader #mobileMenuToggle {
  align-items: center;
  display: flex;
  margin: 13px 0;
}
header#mobileHeader #mobileMenuToggle span {
  margin-left: 15px;
}
header#mobileHeader .mobileMenuContainer {
  text-align: center;
  width: 100%;
}
header#mobileHeader .mobileMenuContainer ul.menu {
  padding-bottom: 15px;
}
header#mobileHeader .mobileMenuContainer ul.menu > li:first-child {
  border-top: none;
}
header#mobileHeader .mobileMenuContainer ul.menu > li > a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: underline;
}
header#mobileHeader .mobileMenuContainer ul {
  list-style-type: none;
}
header#mobileHeader .mobileMenuContainer ul a {
  display: block;
}
header#mobileHeader .mobileMenuContainer ul li.menu-item-has-children {
  position: relative;
}
header#mobileHeader .mobileMenuContainer ul > li > ul {
  display: none;
}
header#mobileHeader .mobileMenuContainer ul > li > ul a {
  font-size: 16px;
  font-weight: 400;
}
header.container {
  margin: auto;
  max-width: 1400px;
  width: 90%;
}
footer {
  background: linear-gradient(#53b6d0, #2c8096);
  color: white;
  padding: 60px 0 160px 0;
}
footer h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
}
footer h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
footer .form {
  text-align: center;
}
footer .form form {
  width: auto !important;
}

footer .form .hs-form-required {
  display: none;
}
footer .form label span {
  display: none;
}
footer .form input.error {
  border: 2px solid red !important;
}
footer .form input[type=text], footer .form input[type=email], footer .form input[type=tel] {
  border: none;
  border-radius: 100px;
  color: #666;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.42px;
  line-height: 24px;
  margin: 7px 0;
  padding: 14px 40px 16px 40px;
  width: 530px !important;
}
footer .form input[type=submit], footer .form button[type=submit] {
  background-image: none !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 100px !important;
  color: #fff !important;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.42px;
  line-height: 20px;
  margin: 7px 0;
  padding: 14px 40px 16px 40px !important;
  width: 530px;
}
footer .form .mktoForm {
  display: inline-block;
}

footer .form .mktoForm * {
  float: none;
  height: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer .form input {
    width: 90% !important;
  }
}

.highlight .highlight-image { height: 80px; display: block; width: 100%; }


#customersTemplate .sections .section {
  padding: 50px 0;
}
#customersTemplate .sections .section .container {
  max-width: 1186px;
}