﻿/*.btn-primary, .btn-outline {
    min-width: 415px;
    border-radius: 2px;
    font-size: 25px;
}


.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
}

.work-wrap {
    margin-top: 60px;
    margin-bottom: 60px;

    .btn-outline {
        border: solid 1px @brand-color-1;

        &:hover {
            background: @brand-color-1;
            color: white;
        }
    }
}*/
html {
  --viewable-midpoint: calc(((100vh - 50px)/2) - 2%);
}
access-widget-ui ::part(acsb-trigger) {
  width: 56px !important;
  height: 56px !important;
  border: solid 2px #fff !important;
  border-color: #fff !important;
}
@media (min-width: 600px) and (max-width: 1024px) {
  access-widget-ui ::part(acsb-trigger) {
    right: 37px !important;
  }
}
@media (max-width: 599.98px) {
  access-widget-ui ::part(acsb-trigger) {
    right: 10px !important;
    width: 48px !important;
    height: 48px !important;
  }
}
@media (min-width: 1024px) {
  iframe#ssChatbot {
    right: 3.5rem !important;
  }
}
iframe#ssChatbot span.ant-avatar {
  border: solid 2px #fff !important;
}
.tealText {
  color: #00848A !important;
}
body {
  overflow-y: scroll;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-size: 18px;
  font-weight: 400;
  color: #003343;
}
body .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body .btn {
  /*max-width: 300px;*/
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  border-radius: 0;
}
@media (max-width:  767px ) {
  body .btn {
    width: 100%;
    max-width: none;
  }
}
body img {
  max-width: 100%;
}
body img.case-study-hero {
  max-width: unset;
}
body .black-text {
  color: #000000;
}
body h1,
body h2,
body h4,
body .subhead-2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
}
body h3,
body .subhead-1,
body .subhead-3 {
  font-family: mrs-eaves-xl-serif-narrow, serif;
}
body h3 {
  color: #00848A;
}
body h1,
body .section .heading-1,
body .heading-1 {
  text-transform: uppercase;
  font-size: 2.75rem;
}
@media (max-width:  767px ) {
  body h1,
  body .section .heading-1,
  body .heading-1 {
    font-size: 2.15rem;
  }
}
body h2,
body .section .heading-2,
body .heading-2 {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (max-width:  767px ) {
  body h2.business-challenge,
  body .section .heading-2.business-challenge,
  body .heading-2.business-challenge {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  body h2.business-challenge,
  body .section .heading-2.business-challenge,
  body .heading-2.business-challenge {
    font-size: 1.65rem;
    line-height: 1.85rem;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  body h2.business-challenge,
  body .section .heading-2.business-challenge,
  body .heading-2.business-challenge {
    font-size: 1.75rem;
    line-height: 1.95rem;
  }
}
body h3,
body .section .heading-3,
body .heading-3 {
  font-size: 2.25rem;
  font-weight: 700;
}
body h4,
body .section .heading-4,
body .heading-4 {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2rem;
}
body .section .subhead-1 p,
body .subhead-1 p,
body .subhead-1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 30px 0 30px;
}
body .section .subhead-2 p,
body .subhead-2 p,
body .subhead-2 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
body .section .subhead-3 p,
body .subhead-3 p,
body .subhead-3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
}
body .heading-outline {
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #003343;
}
@media screen and (max-width: 767.98px) {
  body .heading-outline {
    -webkit-text-stroke-width: 1px;
  }
}
body > p,
body ul {
  font-size: 17px;
  line-height: 20px;
}
@media (max-width:  767px ) {
  body > p,
  body ul {
    font-size: 16px;
    line-height: 19px;
  }
}
a,
span.email {
  color: #003343;
}
a:hover,
span.email:hover {
  color: #14848A;
  text-decoration: none;
}
a.btn-primary,
span.email.btn-primary {
  display: inline-block;
  /*font-weight: 400;*/
  font-weight: 900;
  font-size: 1.25rem;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: #F26527;
  color: #FFFFFF;
  border-color: #F26527;
}
a.btn-primary:hover,
span.email.btn-primary:hover {
  background: none;
  border-color: #003343;
  color: #003343;
}
a.btn-primary.black,
span.email.btn-primary.black {
  background: black;
  color: white;
  /*min-width: 300px;*/
  border: 1px solid black;
}
a.btn-primary.black:hover,
span.email.btn-primary.black:hover {
  background: white;
  color: black;
}
@media (max-width:  767px ) {
  a.btn-primary.black,
  span.email.btn-primary.black {
    min-width: 250px;
    clear: both;
  }
}
a.btn-outline,
span.email.btn-outline {
  /*font-weight: 400;*/
  font-weight: 900;
  font-size: 1.25rem;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width:  767px ) {
  a.btn-outline,
  span.email.btn-outline {
    min-width: 250px;
  }
}
a.btn-outline.white,
span.email.btn-outline.white {
  border: 1px white solid;
  color: white;
}
@media (max-width:  767px ) {
  a.btn-outline.white,
  span.email.btn-outline.white {
    clear: both;
  }
}
a.btn-outline.white:hover,
span.email.btn-outline.white:hover {
  background: white;
  color: #003343;
}
a.btn-outline.dark,
span.email.btn-outline.dark {
  border: 1px solid #003343;
  color: #003343;
}
a.btn-outline.dark:hover,
span.email.btn-outline.dark:hover {
  background: #003343;
  color: white !important;
  border: 1px solid #003343;
}
a.btn-outline.dark:hover a,
span.email.btn-outline.dark:hover a {
  color: white;
  text-decoration: none;
}
a.btn-outline.dark a,
span.email.btn-outline.dark a {
  color: #003343;
}
a.btn-outline.dark.white,
span.email.btn-outline.dark.white {
  border: 1px solid #003343;
  color: #003343;
  background: white;
}
a.btn-outline.dark.white:hover,
span.email.btn-outline.dark.white:hover {
  background: #003343;
  color: white;
  border: 1px solid #003343;
}
.navbar {
  visibility: hidden;
  opacity: 0;
  padding: 0px;
  height: calc(100vh);
  position: fixed !important;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #fff !important;
  transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  /*.stick-nav-container-fluid {
    height: 50px;
    background-color: #fff;

    .stick-nav-container {
      min-height: 50px;
      padding-top: 0;
    }
  }*/
}
nav img {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
.nav-link {
  padding: 0px;
}
.navbar ul {
  margin-top: -50px;
  text-align: center;
  float: right;
  opacity: 1;
  margin-left: auto;
}
.navbar ul li {
  font-size: 4vw;
  line-height: normal;
  text-align: right;
  font-weight: 900;
}
.navbar-light .navbar-nav .nav-link {
  font-family: brandon-grotesque, sans-serif;
  color: #003343;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #003343;
}
.navbar-light .navbar-nav .active > .nav-link {
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #003343;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #174f97;
}
.stick-nav-container-fluid {
  background-color: #fff;
  position: static;
  position: fixed;
  top: 0;
  z-index: 1055;
  min-height: 50px;
  transition: background-color ease-out 0.5s;
}
.stick-nav-container-fluid.menu-open {
  background-color: #ffffff !important;
  transition: none !important;
}
.stick-nav-container-fluid.menu-open .animated-icon1 span {
  background-color: black !important;
  transition: background-color ease-out 0.5s;
}
.stick-nav-container-fluid.menu-open .second-bar:after {
  color: black !important;
  transition: color ease-out 0.5s;
}
.stick-nav-container-fluid.menu-open img.brand-logo-white {
  display: none !important;
}
.stick-nav-container-fluid.menu-open img.brand-logo-color {
  display: inline-block !important;
}
.stick-nav-container-fluid.white-background {
  background-color: #ffffff;
  transition: background-color ease-out 0.5s;
}
.stick-nav-container-fluid.white-background .animated-icon1 span {
  background-color: black;
  transition: background-color ease-out 0.5s;
}
.stick-nav-container-fluid.white-background.menu-open {
  transition: none !important;
}
.stick-nav-container-fluid.white-background .second-bar:after {
  color: black;
  transition: color ease-out 0.5s;
}
.stick-nav-container-fluid.white-background img.brand-logo-white {
  display: none;
}
.stick-nav-container-fluid.white-background img.brand-logo-color {
  display: inline-block;
}
.stick-nav-container-fluid.dark-background img.brand-logo-white {
  display: inline-block;
}
.stick-nav-container-fluid.dark-background img.brand-logo-color {
  display: none;
}
@media (max-width: 767.98px) {
  .stick-nav-container-fluid {
    background-color: #ffffff;
  }
  .stick-nav-container-fluid .animated-icon1 span {
    background-color: black;
  }
  .stick-nav-container-fluid .second-bar:after {
    color: black;
  }
}
body.homepage {
  /*.navbar {
    .stick-nav-container-fluid {
      height: 50px;
      background-color: #fff;

      .stick-nav-container {
        min-height: 50px;
        padding-top: 0;
      }
    }
  }*/
}
body.homepage .stick-nav-container-fluid.dark-background {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background ease-out 0.5s;
}
body.homepage .stick-nav-container-fluid.dark-background.menu-open {
  transition: none !important;
}
body.homepage .stick-nav-container-fluid.dark-background .stick-nav-container {
  min-height: 100px;
  padding-top: 0.5rem;
}
body.homepage .stick-nav-container-fluid.dark-background .animated-icon1 span {
  background-color: white;
  transition: background-color ease-out 0.5s;
}
body.homepage .stick-nav-container-fluid.dark-background .second-bar:after {
  color: white;
  transition: color ease-out 0.5s;
}
body.homepage .stick-nav-container-fluid.menu-open {
  background: unset;
  background-color: #ffffff !important;
  transition: none !important;
}
body.homepage .stick-nav-container-fluid.menu-open .animated-icon1 span {
  background-color: black !important;
  transition: background-color ease-out 0.5s;
}
body.homepage .stick-nav-container-fluid.menu-open .second-bar:after {
  color: black !important;
  transition: color ease-out 0.5s;
}
body.homepage .stick-nav-container-fluid.menu-open img.brand-logo-white {
  display: none !important;
}
body.homepage .stick-nav-container-fluid.menu-open img.brand-logo-color {
  display: inline-block !important;
}
body.homepage .stick-nav-container-fluid.menu-open .stick-nav-container {
  min-height: 50px;
}
body.homepage .stick-nav-container-fluid .animated-icon1.open span {
  background-color: black;
}
@media (max-width: 767.98px) {
  body.homepage .stick-nav-container-fluid {
    background-color: #ffffff;
  }
  body.homepage .stick-nav-container-fluid .animated-icon1 span {
    background-color: black;
  }
  body.homepage .stick-nav-container-fluid .second-bar:after {
    color: black;
  }
}
body.homepage .section.hero-video {
  overflow: hidden;
  height: auto;
  position: relative;
  min-height: unset;
}
@media screen and (min-width: 575.98px) {
  body.homepage .section.hero-video {
    min-height: inherit;
    height: 100vh;
  }
}
body.homepage .section.hero-video a {
  display: block;
  width: 100%;
  height: 100%;
}
body.homepage .section.hero-video a #play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
}
body.homepage .section.hero-video a #play-indicator img {
  display: none;
}
body.homepage .section.hero-video a video {
  width: 100%;
  height: 100%;
  position: fixed center center;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
body.homepage .section.hero-video a:hover {
  cursor: none;
}
body.homepage .section.hero-video a:hover #play-indicator img {
  display: inline;
}
@media screen and (hover: none) {
  body.homepage .section.hero-video a #play-indicator img {
    display: inline;
  }
}
body.homepage .section.hero-video .modal {
  z-index: 1300;
}
body.homepage .section.hero-video .modal .modal-body {
  background: black;
}
body.homepage .section.hero-video .modal .close {
  text-shadow: unset;
  color: white;
  font-size: 4rem;
  position: absolute;
  right: 1.5rem;
  z-index: 1000;
}
body.homepage .section.hero-video .modal .close span {
  display: inline-block;
  height: 30px;
  width: 30px;
}
body.homepage .modal-backdrop.show {
  opacity: 0.95;
}
body.homepage.modal-open .stick-nav-container-fluid {
  display: none;
}
.stick-nav-container {
  position: static;
  top: 0;
  z-index: 1000;
  height: 50px;
}
.stick-branding {
  padding-left: 25px;
}
@media (max-width:  767px ) {
  .stick-branding {
    padding-left: 15px;
  }
}
@media (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .stick-branding .navbar-toggler {
    right: 25px;
  }
}
.navbar-brand {
  margin-top: 0px;
  padding-top: 0.2rem;
  opacity: 1;
  width: 185px;
  color: #999;
  z-index: 9999;
}
.navbar-brand > img {
  width: 185px;
  /*height: 44px;*/
}
.navbar-toggler {
  padding: 0 !important;
  margin: 9px 0.84rem;
  position: absolute;
  right: 0;
  z-index: 1001;
}
.navbar-show {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  z-index: 1050;
}
#at-expanding-share-button {
  z-index: 1;
}
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  background-color: black;
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body.homepage .animated-icon1 span {
  background-color: white;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span {
  background-color: black;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
button:focus {
  outline: none !important;
}
/*fullpage header*/
.fullpage-wrapper header.logo {
  width: 98%;
  position: absolute;
  top: 3%;
  z-index: 1000;
}
header {
  padding-top: 50px;
}
@media (max-width:  767px ) {
  header {
    padding-top: 30px;
  }
}
@media (max-width:  767px ) {
  header .internal-logo img {
    max-width: 180px;
  }
}
@media (max-width:  767px ) {
  header h1 {
    margin-top: 40px;
  }
}
/*news*/
.news {
  background: white;
}
@media (max-width:  767px ) {
  .news .main-content img,
  .news .main-content-article img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.news .news-image {
  max-height: 303px;
  margin-bottom: 20px;
}
@media (max-width:  767px ) {
  .news .news-image {
    margin-top: 0;
  }
}
.news .news-image img {
  max-width: 100%;
  height: auto;
}
.news .news-image video {
  max-width: 100%;
  height: auto;
}
.news .news-content {
  text-align: left;
}
.news .news-text p {
  display: inline-block;
}
@media (max-width:  767px ) {
  .news .news-text p {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.news .news-text a {
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
}
.news .news-text h3 {
  font-size: 25px !important;
  margin-bottom: 0;
}
@media (max-width:  767px ) {
  .news .news-text h3 {
    font-size: 25px;
  }
}
.news .news-text h3 a {
  color: #003343;
}
.news .news-text h3 a:hover {
  color: #1c529a;
}
.news .btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:  767px ) {
  .news .btn {
    margin-top: 0;
  }
}
.news h3 {
  color: #003343;
}
@media (max-width:  767px ) {
  .news h3 {
    font-size: 25px;
  }
}
.featured-news {
  margin-top: 40px;
}
@media (max-width:  767px ) {
  .featured-news .news-text {
    margin-bottom: 40px;
  }
}
.featured-news .news-text h4 {
  margin-bottom: 8px;
  color: #003343;
}
.featured-news .news-text p {
  margin-bottom: 0;
  color: #000000;
}
.featured-news .news-text a:hover {
  color: #14848A;
  text-decoration: none;
}
span.elipsis {
  color: black;
}
@media (max-width:  767px ) {
  .news-image {
    margin-bottom: 15px;
  }
}
/*Pagination*/
.pagination {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination .page-item.disabled a,
.pagination .page-item.disabled span {
  color: #cccccc;
}
.pagination .page-item.active .page-link {
  background-color: #F26527;
  border-color: #F26527;
  color: white;
}
.pagination .page-item .page-link {
  color: #003343;
}
.pagination .page-item.disabled .page-link {
  color: #dee2e6;
}
/*work list*/
.work {
  background: white;
}
@media (max-width:  767px ) {
  .work {
    padding-top: 30px;
  }
}
.work .work-logo {
  text-align: left;
}
@media (max-width:  767px ) {
  .work .work-logo {
    margin-top: 10px;
  }
}
.work .work-logo img {
  max-width: 210px;
  vertical-align: top;
}
@media (max-width:  767px ) {
  .work .work-logo img {
    max-width: 175px;
  }
}
/*Work detail Page*/
@media (max-width:  767px ) {
  .mobile-header h1 {
    margin-top: 0;
    max-width: 90%;
  }
}
.work-bg {
  min-height: 100vh;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .work-bg {
    min-height: 90vh;
  }
}
.work-bg .addthis_share_button {
  cursor: pointer;
}
.work-bg .addthis_share_button:hover {
  /*text-decoration: underline;*/
}
.work-bg .work-logo {
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width:  767px ) {
  .work-bg .work-logo img {
    max-width: 100%;
  }
}
.work-detail {
  padding-top: 50px;
}
@media (max-width:  767px ) {
  .work-detail {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .work-detail {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}
.work-detail .work-pic {
  /*@media @bp-sm{
            max-height: 200px;
        }*/
  margin-bottom: 15px;
}
.work-detail .work-pic img {
  max-width: 100%;
}
.work-detail .work-content {
  text-align: left;
}
.work-detail .work-content h1 {
  /*font-size: 45px;
            line-height: 45px;*/
  margin-top: 0;
  /*@media @bp-xs, @bp-sm {
                font-size: 39px;
                line-height: 39px;
            }*/
}
@media (max-width:  767px ) {
  .work-detail .work-content h1 {
    margin-top: 15px;
  }
}
.work-detail .work-content .client-copy p {
  margin-bottom: 20px;
}
.work-detail .work-content a.btn,
.work-detail .work-content span.email.btn {
  margin-bottom: 10px;
  min-width: 145px;
}
@media (max-width:  767px ) {
  .work-detail .work-content a.btn,
  .work-detail .work-content span.email.btn {
    min-width: 120px;
    margin-bottom: 25px;
  }
}
.work-detail .arrow {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .work-detail .arrow {
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width:  767px ) {
  .work-detail .arrow .svg-inline--fa {
    float: left;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .work-detail .arrow.left {
    left: 30px;
  }
}
.work-detail .arrow.left a {
  right: 15px;
  text-align: left;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .work-detail .arrow.right {
    right: 30px;
  }
}
.work-detail .arrow.right a {
  left: 15px;
  text-align: right;
}
@media (max-width:  767px ) {
  .work-detail .arrow.right a {
    float: right;
  }
}
@media (max-width:  767px ) {
  .work-detail .arrow.right a .svg-inline--fa {
    float: right;
  }
}
.work-detail .arrow.right span {
  padding-left: 0;
  padding-right: 5px;
}
.work-detail .arrow a {
  display: block;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .work-detail .arrow a {
    top: 113px;
    position: absolute;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .work-detail .arrow a {
    /*position: absolute;*/
    top: 90px;
  }
}
.work-detail .arrow a:hover {
  text-decoration: none;
}
.work-detail .arrow a span {
  font-size: 15px;
  display: block;
  padding-left: 5px;
}
/* Hide AddThis widget on Work Page */
body.work #at-expanding-share-button {
  display: none;
}
/* Restyling AddThis floating toolbox*/
#at-expanding-share-button {
  bottom: 45%;
}
@media (max-width:  767px ) {
  #at-expanding-share-button {
    bottom: 5%;
  }
}
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg > span,
.at-expanding-share-button .at-expanding-share-button-toggle-bg > span {
  background-color: #00848A !important;
  background-image: url("/img/ic_share_white_36px.svg") !important;
  color: white;
}
/*example + never use min-width with this solution */
/*.navbar-collapse {
    position: fixed;
    top: 130px;
    right: -15px;
    z-index: 1;
    width: 100%; 
    height: 110px;
    padding: 0;
}*/
/*.mobile-content {
    padding-top: 35px;
}*/
.mobile-work-btn {
  text-align: right;
}
.mobile-work-btn button {
  color: #003343;
  font-size: 30px;
  padding: 11px 0;
}
.mobile-dropdown {
  padding-top: 20px;
}
.mobile-dropdown ul {
  border: solid 1px black;
  background: #ebebeb;
  border-right: none;
}
.mobile-dropdown ul li {
  border-bottom: solid 1px black;
  padding: 0.375rem 0.75rem;
}
.mobile-dropdown ul li:last-child {
  border: none;
}
.mobile-dropdown ul li a,
.mobile-dropdown ul li span {
  color: #003343;
  font-size: 17px;
  display: block;
  white-space: nowrap;
  text-align: left;
}
.client-list img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/*Grayscale to color images on hover*/
.grayscale img {
  /* Webkit Nightlies & Google Chrome Canary */
  -webkit-transition: all 0.6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE8-9 */
  -webkit-filter: grayscale(100%);
}
/*.grayscale img:hover {
    filter: none; // Applies to FF + IE
    -webkit-filter: grayscale(0);
}*/
.edge .grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: none;
}
/*.edge .grayscale img:hover { // Applies to Microsoft Edge 
    -webkit-filter: grayscale(0%);
}*/
/*news list*/
.news-list {
  padding-top: 30px;
}
@media (max-width:  767px ) {
  .news-list {
    padding-top: 30px;
  }
}
.news-list nav {
  width: 100%;
}
.news-list .news-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width:  767px ) {
  .news-list .news-image img {
    margin-bottom: 15px;
  }
}
.news-list .news-image video {
  max-width: 100%;
}
@media (max-width:  767px ) {
  .news-list .news-image video {
    margin-bottom: 15px;
  }
}
.news-list .news-content {
  text-align: left;
  /*p {
            font-size: 17px;
            line-height: 20px;

            @media @bp-xs {
                font-size: 16px;
            }
        }*/
}
.news-list .news-content h3 {
  color: #003343;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width:  767px ) {
  .news-list .news-content h3 {
    font-size: 23px;
    line-height: 23px;
  }
}
/*Internal Pages*/
.page-wrap {
  min-height: 600px;
}
@media (min-width:  1200px ) {
  .page-wrap {
    min-height: 100vh;
  }
}
.internal-logo img {
  max-width: 20%;
}
@media (min-width:  1200px ) {
  .news-wrap .main-content {
    padding: 0 10%;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .news-wrap .main-content {
    padding: 0 10%;
  }
}
.page-wrap,
.news-wrap {
  min-width: 320px;
}
.page-wrap .internal-logo,
.news-wrap .internal-logo {
  display: block;
}
.page-wrap .internal-logo img,
.news-wrap .internal-logo img {
  max-width: 20%;
}
@media (max-width:  767px ) {
  .page-wrap .internal-logo img,
  .news-wrap .internal-logo img {
    max-width: 180px;
  }
}
.page-wrap header,
.news-wrap header {
  /*padding-top: 50px;*/
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-wrap header,
  .news-wrap header {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
.page-wrap h1,
.news-wrap h1 {
  font-weight: 900;
  text-align: left;
  /*font-size: 45px;
        line-height: 45px;*/
  margin-top: 70px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .page-wrap h1,
  .news-wrap h1 {
    /*font-size: 35px;*/
    margin-top: 20px;
    /*line-height: 35px;*/
  }
}
@media (max-width:  767px ) {
  .page-wrap h1,
  .news-wrap h1 {
    /*font-size: 35px;*/
    margin-top: 10px;
    /*line-height: 35px;*/
  }
}
.page-wrap .news-by-line,
.news-wrap .news-by-line {
  font-style: oblique;
  margin-bottom: 30px;
  /*font-size: 17px;
        line-height: 17px;*/
}
@media (max-width:  767px ) {
  .page-wrap .news-by-line,
  .news-wrap .news-by-line {
    /*font-size: 16px;
            line-height: 16px;*/
  }
}
.page-wrap h2,
.news-wrap h2 {
  /*font-size: 25px;
        line-height: 25px;*/
  /*font-weight: 900;*/
  margin-bottom: 0.5rem;
  /*@media @bp-xs {
            font-size: 25px;
            line-height: 25px;
            margin-top: 0;
        }*/
}
.page-wrap h3,
.news-wrap h3 {
  /*font-size: 19px;
        line-height: 19px;
        font-weight: 900;*/
  color: black;
}
.page-wrap h4,
.news-wrap h4 {
  /*font-size: 17px;
        line-height: 17px;
        font-weight: 900;*/
}
.page-wrap img.mx-auto,
.news-wrap img.mx-auto {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
}
.button-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .button-right {
    position: relative;
    margin-top: 20px;
    display: block;
  }
}
.button-right .btn {
  min-width: 170px !important;
}
/*External Pages*/
.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.career-container {
  margin-top: 30px !important;
  max-width: 960px;
}
.top-workplace-content {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003343;
}
.top-workplace-content h2 {
  width: 100%;
  color: white !important;
}
@media (max-width:  767px ) {
  .top-workplace-content h2 {
    margin-bottom: 40px;
  }
}
.top-workplace-content-image-container img {
  width: 100%;
  height: 100%;
}
.top-workplace-content-text-container {
  display: flex;
  height: 100%;
  margin: auto;
}
.internship-content {
  color: #FFFFFF;
  background-color: #00848A;
  padding-top: 20px;
  padding-bottom: 20px;
}
.internship-content h3 {
  color: #FFFFFF;
  font-size: 1.75rem;
  padding-bottom: 20px;
}
.internship-carousel .carousel-control-next {
  width: 4%;
  color: #1ea0da;
  right: -44px;
  opacity: 1;
}
.carousel-control-next:hover {
  cursor: pointer;
}
.internship-carousel .carousel-control-prev {
  width: 4%;
  color: #1ea0da;
  left: -44px;
  opacity: 1;
}
.carousel-control-prev:hover {
  cursor: pointer;
}
.career-list-header {
  padding-bottom: 20px;
}
.carousel-container p {
  margin-top: 40px;
}
.carousel-container img {
  width: 100%;
  height: 100%;
}
.career-page .heading-1 {
  margin-bottom: 40px;
}
.career-page p > strong {
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
/* Carousel Fading slide */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.hiringPolicy {
  margin-bottom: 1.5rem;
}
.hiringPolicy p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.hiringPolicy a {
  color: #FFFFFF;
  text-decoration: underline;
}
.hiringPolicy a:hover {
  text-decoration: none;
}
/*Contact Form*/
.section.contact-form {
  background: #003343;
  color: #FFFFFF;
}
.section.contact-form .container {
  margin-bottom: 0;
}
.section.contact-form .heading-1 {
  color: #FFFFFF;
}
.section.contact-form .heading-1 .heading-outline {
  -webkit-text-fill-color: #003343;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFFFFF;
}
.section.contact-form .subhead-1,
.section.contact-form .subhead-1 p {
  margin-bottom: 30px;
}
.section.contact-form p {
  margin-bottom: 0;
  line-height: 2.125rem;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .section.contact-form > div {
    padding-left: 170px;
    padding-right: 170px;
  }
}
/*Thank you Page*/
@media (max-width:  767px ) {
  .thank-you,
  #section-thank-you-contact {
    margin-top: 30px;
  }
}
.thank-you h2,
#section-thank-you-contact h2,
.thank-you p,
#section-thank-you-contact p {
  color: black;
}
/*Team Home Section*/
.team {
  background: white;
}
.team #mobile-more-link {
  margin-top: 20px;
}
@media (max-width:  767px ) {
  .team {
    padding-top: 30px;
  }
}
.team .five {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width:  1200px ) {
  .team .five {
    max-width: 20%;
  }
}
@media (max-width:  767px ) {
  .team .five {
    margin-bottom: 15px;
  }
}
.team h2 {
  font-weight: 900;
  font-size: 45px;
}
@media (max-width:  767px ) {
  .team h2 {
    font-size: 36px;
    line-height: 39px;
  }
}
.team .team-pic {
  width: 170px;
  height: 170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:  767px ) {
  .team .team-pic {
    width: 190px;
    height: 190px;
    margin-bottom: 15px;
  }
}
.team .team-pic img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  border-radius: 50%;
  display: block;
  margin-bottom: 6px;
}
.team .team-info h4 {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 21px;
}
.team .team-info p {
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 20px;
}
@media (max-width:  767px ) {
  .team .team-info p {
    font-size: 16px;
    line-height: 19px;
  }
}
.team .linkedin {
  display: inline-block;
  background: none;
  color: #F26527;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #F26527;
  padding-top: 2px;
  padding-left: 2px;
  /*a {
            color: @brand-color-orange;
        }*/
}
.team .linkedin:hover {
  background: #F26527;
  border: solid 1px #F26527;
  color: #FFFFFF;
  /*a {
                color: @brand-color-white;
            }*/
}
.team .linkedin .svg-inline--fa {
  font-size: 22px;
  padding-top: 4px;
}
.link-button-module .btn {
  margin: 10px 0 0 0;
}
@media (max-width:  767px ) {
  .link-button-module .container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*Footer*/
footer {
  background: #00848A !important;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (max-width:  767px ) {
  footer {
    padding-top: 15px;
  }
}
footer .footer-logo {
  max-width: 200px;
}
footer .media-only-footer-logo {
  max-width: 200px;
  margin-bottom: 30px;
}
@media (max-width:  767px ) {
  footer .media-only-footer-logo {
    margin-bottom: 25px;
  }
}
footer .wwp-footer-logo {
  max-width: 200px;
  margin-top: 0;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  991px ) {
  footer .wwp-footer-logo {
    padding-right: 15px;
  }
}
@media (max-width:  767px ) {
  footer .wwp-footer-logo {
    max-width: 170px;
  }
}
footer .container .footer-buttons {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
footer .container .footer-buttons .btn {
  margin: 0 0 10px 0;
}
footer .container a.btn {
  /*font-weight: 400;*/
  font-weight: 900;
}
@media (max-width:  767px ) {
  footer .container a.btn {
    margin-bottom: 0;
  }
}
footer .container .left-footer {
  text-align: left;
}
@media (max-width:  767px ) {
  footer .container .left-footer {
    text-align: center;
  }
  footer .container .left-footer img {
    margin-bottom: 10px;
  }
}
footer .container .left-footer a:hover {
  text-decoration: underline;
}
footer .container .center-footer {
  text-align: center;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  footer .container .center-footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
footer .container .center-footer a.btn-outline {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  margin-bottom: 10px;
  padding: 0.75rem 1.5rem;
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  footer .container right-footer {
    text-align: center;
    margin-top: 20px;
  }
}
footer .container p {
  color: white;
  font-size: 17px;
  margin-bottom: 7px;
}
footer .container p a {
  color: white;
}
footer .container .social {
  padding-top: 20px;
}
footer .container .social li {
  display: inline-block;
  margin: 0 5px;
}
footer .container .social a {
  background: white;
  border: 2px solid white;
  border-radius: 100px;
  color: #F26527;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  padding-top: 5px;
}
footer .container .social a .fab {
  color: #F26527;
}
footer .container .social a:hover {
  border: 2px solid white;
  background: #F26527;
  color: white !important;
}
footer .container .social a:hover .fab {
  color: white;
}
footer .container .social .fa-facebook-f:before {
  content: "\f39e";
}
footer .container .social .fa-linkedin-in:before {
  content: "\f0e1";
}
footer .container .social .fa-twitter:before {
  content: "\f099";
}
footer .container .social .fa-instagram:before {
  content: "\f16d";
}
footer .container .copyright {
  font-size: 12px;
}
.section.full-screen-panel p,
.slide.full-screen-panel p,
.carousel-item.full-screen-panel p {
  font-size: 25px;
  line-height: 28px;
}
@media (max-width:  767px ) {
  .section.full-screen-panel p,
  .slide.full-screen-panel p,
  .carousel-item.full-screen-panel p {
    font-size: 18px;
    line-height: 22px;
  }
}
.section.white-text h2,
.slide.white-text h2,
.carousel-item.white-text h2 {
  color: white;
}
.section.white-text p,
.slide.white-text p,
.carousel-item.white-text p {
  color: white;
  font-size: 21px;
  line-height: 24px;
}
@media (max-width:  767px ) {
  .section.white-text p,
  .slide.white-text p,
  .carousel-item.white-text p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 374px) {
  .section.white-text p,
  .slide.white-text p,
  .carousel-item.white-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.text {
  text-align: left;
}
/*fade*/
.fadein {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  opacity: 1;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.tooltip-work {
  position: relative;
  padding: 0px 8px 5px 8px;
  margin: -10px 0;
  cursor: pointer;
}
.tooltip-work:hover .info,
.tooltip-work:focus .info {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tooltip-work img:hover {
  filter: none;
}
.tooltip-work .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: block;
  background: #468bba;
  /*width: 350px;*/
  font-size: 16px;
  line-height: 21px;
  cursor: text;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -5px, 0);
  transition: all 0.3s ease-out;
}
.tooltip-work .info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
}
.tooltip-work .info:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #468bba;
}
.tooltip-work .info .tool-title {
  display: block;
  background: #468bba;
  color: #ffffff;
  padding: 15px 17px 0 17px;
  line-height: 16px;
  text-align: left;
  font-weight: 900;
  border: solid 1px #468bba;
  font-size: 20px;
}
.tooltip-work .info .text {
  display: block;
  padding: 8px 17px 13px 17px;
  color: white;
}
/*adding menu stop navigation*/
.second-bar {
  position: relative;
}
.second-bar:after {
  font-family: brandon-grotesque, sans-serif;
  content: "MENU";
  position: absolute;
  left: -48px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 8px;
}
body.homepage .second-bar:after {
  color: white;
}
.alert.green {
  background-color: #91D8A9;
}
.alert.green * {
  color: #444444;
}
.alert.yellow {
  background-color: #F8F088;
}
.alert.yellow * {
  color: #444444;
}
.alert.red {
  background-color: #f8d7da;
}
.alert.red * {
  color: #444444;
}
.alert.blue {
  background-color: #003343;
}
.alert.blue * {
  color: #ffffff;
}
.alert.blue .close span {
  color: #ffffff;
}
.alert.orange {
  background-color: #F26527;
}
.alert.orange * {
  color: #ffffff;
}
.alert.teal {
  background-color: #00848A;
}
.alert.teal * {
  color: #ffffff;
}
.alert.teal .close span {
  color: #ffffff;
}
.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
  margin-bottom: 0;
  border-color: transparent;
  border-radius: 0px;
  padding: 16px 100px;
  width: 100%;
  z-index: 99;
  position: static;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .alert {
    padding: 16px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alert {
    /* IE10+ CSS styles go here */
    margin-top: 50px;
  }
}
.alert img {
  max-width: 50px;
  margin-right: 35px;
}
@media only screen and (max-width: 600px) {
  .alert img {
    display: none;
  }
}
.alert p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .alert p {
    font-size: 18px;
  }
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.alert .close span {
  font-family: 'Times New Roman';
  color: #000000;
}
.alert-dismissible .close {
  position: relative !important;
  padding: 0 1.25rem;
}
.news-wrap .main-content-article a {
  text-decoration: underline;
}
.news-wrap .main-content-article a:hover {
  text-decoration: none;
}
.icon-with-list_list a {
  text-decoration: none;
}
.icon-with-list_list a:hover {
  text-decoration: underline;
}
.teal_bg {
  background-color: #023342;
  color: white;
}
.teal_bg hr {
  margin-top: 1rem;
}
.teal_bg p:last-of-type {
  margin-bottom: 1rem;
}
:not(.teal_bg) + .teal_bg {
  padding-top: 1rem;
  margin-top: -1rem;
}
.teal_bg + :not(.teal_bg) {
  margin-top: 1rem;
}
hr {
  background-color: #b9b9b9;
  width: 108%;
  position: relative;
  left: -4%;
  margin-top: -1rem;
}
section .text hr {
  margin-top: 1rem;
}
.icon-with-list-collection {
  margin-top: 72px;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-row-gap: 72px;
}
.icon-with-list-collection.col2 {
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
}
.icon-with-list-collection .icon-with-list-collection_title {
  text-align: center;
  margin: auto 0;
  grid-column: 1/-1;
}
@media only screen and (max-width: 405px) {
  .icon-with-list-collection,
  .icon-with-list-collection.col2 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
.icon-with-list > * {
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.icon-with-list .icon-with-list_title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
}
.icon-with-list .icon-with-list_title i {
  color: #F26527;
  padding-left: 10px;
}
.icon-with-list .icon-with-list_icon img {
  max-width: 200px;
  max-height: 200px;
}
.icon-with-list > ul.icon-with-list_list {
  padding: 0;
  list-style-type: none;
}
.icon-with-list > ul.icon-with-list_list li {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: bold;
}