:root {
  --dark-slate-blue: #30577c;
  --steel-blue: #1a7dbd;
  --black: black;
  --gradient-lt: #90a5c0;
  --midnight-blue: #0b213c;
  --white: white;
  --gradient-dk: #7087a4;
  --light-grey: #cfcfcf;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 2;
}

h1 {
  color: #1a7dbd;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 3.157em;
  font-weight: 100;
  line-height: 1.1;
}

h2 {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 2.369em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  color: var(--steel-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 1.777em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  color: var(--steel-blue);
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 2;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--gradient-lt);
  text-decoration: none;
}

li {
  color: var(--black);
  font-size: 1em;
  line-height: 2;
}

strong {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}

blockquote {
  border-top: 1px dotted var(--gradient-lt);
  border-bottom: 1px dotted var(--gradient-lt);
  color: var(--midnight-blue);
  text-align: center;
  border-left: 0 #000;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 25px 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.8;
}

.contentblock {
  padding: 25px;
}

.mainsection {
  background-color: #fff;
  border-left: 1px #d1d1d1;
  border-right: 1px #d1d1d1;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.mainsection.lite {
  background-color: #dadada;
  position: relative;
}

.logolite {
  height: 280px;
  padding: 50px;
}

.logoblock {
  background-color: #fff;
  background-image: url('../images/logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 122px;
  height: 280px;
}

.logoblock.dark {
  background-color: #3f3f3f;
  background-image: url('../images/logo-dark.svg');
  background-size: 122px;
}

.introblock {
  border-right: 1px solid #d1d1d1;
  height: 280px;
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
}

.white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000;
  margin-top: -1px;
}

.white.header {
  color: var(--midnight-blue);
  text-shadow: none;
}

.white._10reasons {
  float: left;
  text-align: left;
  margin-left: 8px;
  margin-right: 0;
  padding-right: 25px;
}

.white._10reasons.home {
  padding-right: 0;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 2px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.divider.middle {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contentrow {
  background-color: var(--white);
  border-bottom: 1px #d1d1d1;
  margin-top: 62px;
}

.textblock {
  border-bottom: 1px #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 50px;
}

.dark {
  color: #444;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.sectiontag.morepadding {
  padding-left: 50px;
}

.sideblock {
  border-bottom: 1px #d1d1d1;
  padding: 44px 20px;
  position: relative;
}

.sideblock.auto {
  padding-top: 55px;
  padding-bottom: 20px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 9px;
  flex: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 7px 16px;
  font-family: Roboto, sans-serif;
  font-size: .8em;
  font-weight: 400;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
}

.button:hover {
  background-color: var(--gradient-dk);
  color: #fff;
  background-image: none;
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.darkbutton {
  text-transform: uppercase;
  background-color: #879499;
  background-image: none;
}

.button.darkbutton:hover {
  background-color: #5b6568;
}

.button.outline {
  color: #ff4b01;
  background-color: #0000;
  border: 2px solid #ff4b01;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.outline:hover {
  color: #fff;
  background-color: #ff4b01;
}

.button.blue:hover {
  background-color: #3b839b;
}

.button.green {
  background-color: #b4ba36;
}

.button.green:hover {
  background-color: #7b9530;
}

.button.olive {
  background-color: #b4ba36;
}

.button.olive:hover {
  background-color: #7b9530;
}

.button.white {
  color: var(--black);
  text-shadow: none;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 1px 1px #00000042;
}

.button.white:hover {
  color: #3e4749;
  background-color: #fff;
  box-shadow: 0 5px 8px #00000042;
}

.button.white:active {
  box-shadow: 0 3px 8px #00000042;
}

.button.white.sidebar {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button._10reasons {
  float: left;
  margin-left: 105px;
  margin-right: 0;
}

.button._10reasons.home {
  margin-left: 41px;
  margin-right: 7px;
}

.button.btm {
  text-align: center;
  width: 180px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button._2ndary {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.button._2ndary:hover {
  background-color: #e9e7e7;
}

.button.right {
  margin-left: 20px;
}

.textlink {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.sidecolumn {
  padding: 0;
}

.fourblock {
  float: left;
  width: 25%;
  padding: 10px;
}

.colorblock {
  background-color: #0b213c;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock.second {
  background-color: #30577c;
}

.colorblock.third {
  background-color: #3e4749;
}

.colorblock.fourth {
  background-color: #879499;
}

.colorblock._3 {
  background-color: var(--gradient-dk);
}

.colorblock._4 {
  background-color: var(--gradient-lt);
}

.colorblock._1 {
  background-color: var(--steel-blue);
}

.colorblock._5 {
  background-color: #3c620c;
}

.colorblock._1b {
  background-color: #4dc1e7;
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.colorhex {
  color: #879499;
  text-align: center;
  margin-top: 1px;
}

.threeblock {
  float: left;
  width: 33.3333%;
  margin-bottom: 15px;
  padding-left: 3px;
  padding-right: 3px;
}

.lightboxwrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.imagecaption {
  color: #879499;
  text-align: center;
  margin-top: 2px;
  font-size: 16px;
  line-height: 26px;
}

.secondgroup {
  border-top: 1px solid #d1d1d1;
  margin-top: 17px;
  padding-top: 25px;
  padding-left: 30px;
}

.callouttext {
  color: #77bd2a;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
}

.callouttext._2 {
  color: #879499;
  margin-left: 25px;
  padding: 4px 15px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
}

.callouttext._3 {
  color: #faa000;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 23px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 100;
  line-height: 50px;
}

.callouttext._4 {
  color: #3e4749;
  margin-left: 15px;
  font-size: 30px;
}

.callouttext._5 {
  color: #879499;
  margin-left: 63px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.lightboxoverlay {
  background-color: #3f484ab3;
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  inset: 0;
}

.headersection {
  text-align: center;
  padding-top: 40px;
}

.moodblock {
  padding: 15px;
}

.moodwrap {
  background-color: #fff;
  border: 2px #b4b4b4;
  padding: 5px;
  box-shadow: 0 0 6px #0003;
}

.moodthumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.mooddetails {
  opacity: 0;
  background-color: #3e4749;
  padding: 50px;
  transition: transform .5s, opacity .5s;
  position: absolute;
  inset: 0;
  transform: scale(1.1);
}

.mooddetails:hover {
  opacity: .8;
  transform: scale(1);
}

.moodtitle {
  color: #fff;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.mooddescription {
  color: #fff;
}

.backlink {
  color: #879499;
  position: absolute;
  top: 20px;
  left: 40px;
}

.bottomcta {
  color: #879499;
  text-align: center;
  background-color: #3e4749;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  transition: color .3s, background-color .3s;
  display: none;
}

.bottomcta:hover {
  color: #fff;
  background-color: #faa000;
}

.block-quote {
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.block-quote-2 {
  border-top: 2px solid #00000045;
}

.main-container {
  margin-top: 75px;
}

.footer-section {
  background-color: #00000005;
  padding-top: 36px;
  padding-bottom: 89px;
  box-shadow: 0 0 6px #00000026;
}

.header-section {
  background-color: #fff;
  padding: 68px 38px 12px;
}

.heading {
  color: #d1d1d1;
  text-align: center;
}

.row-header {
  border-bottom: 1px solid #000;
}

.row-body {
  border-bottom: 1px dotted #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 13px;
}

.row-body.final {
  background-color: #d1d1d14d;
  margin-left: -10px;
  margin-right: -10px;
}

.col1 {
  text-align: left;
}

.paragraph {
  padding-top: 18px;
  padding-bottom: 18px;
}

.heading-2 {
  text-align: center;
  margin-top: 10px;
}

.container {
  margin-top: 31px;
  padding-left: 12px;
  padding-right: 12px;
}

.step-header {
  background-color: #c3212a;
  background-image: linear-gradient(#c3212a, #8b151c);
  margin-left: -10px;
  margin-right: -10px;
  padding: 11px 0;
}

.icon-check {
  float: left;
  background-color: #5cc929;
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-check.top {
  float: none;
}

.important-text {
  display: inline-block;
}

.image {
  width: 33px;
  height: 33px;
  padding: 9px;
}

.paragraph-2 {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-left: 10px;
  display: inline-block;
}

.icon-dots {
  float: left;
  background-color: #a7a7a7;
  background-image: url('../images/dots.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-dots.top {
  float: none;
}

.important-text-2 {
  display: inline-block;
}

.row-about-icons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}

.icon-client {
  float: left;
  background-color: #faa000;
  background-image: url('../images/person.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-client.top {
  float: none;
}

.icon-none {
  float: left;
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: -7px;
  display: inline-block;
}

.icon-none.top {
  float: none;
}

.div-block {
  text-align: center;
  border: 1px solid #87949940;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  background-color: #d1d1d11c;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.heading-3 {
  color: #fff;
  text-shadow: 1px 1px 4px #00000082;
  margin: 0 29px;
  font-size: 21px;
  font-weight: 400;
}

.heading-4 {
  font-family: Roboto Slab;
}

.heading-6 {
  text-align: center;
  margin-bottom: 31px;
}

.text-span {
  color: #c3212a;
  font-weight: 400;
}

.section {
  background-color: #d1d1d1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block {
  text-align: center;
  background-color: #8794992b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.section-2 {
  margin-top: 64px;
  margin-bottom: 149px;
}

.link {
  color: #c3212a;
  text-decoration: underline;
}

.section-3 {
  background-color: #0000;
  background-image: url('../images/_website-wheaton-940.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 2000px;
}

.section-3.interior {
  background-image: url('../images/_website-wheaton-940-interior.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 1800px;
}

.text-block-2, .text-block-3 {
  font-family: Open Sans, sans-serif;
}

.block-quote-3 {
  text-align: center;
}

.sidebar-block {
  background-image: linear-gradient(to bottom, var(--gradient-lt), var(--gradient-dk));
  text-align: center;
  margin-top: 25px;
  margin-bottom: 26px;
  padding: 27px;
  box-shadow: 0 1px 3px #00000038, inset 0 -1px 12px #0000006b;
}

.heading-7 {
  font-size: 14px;
}

.block-quote-4 {
  border-top-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.paragraph-4 {
  color: #677479;
}

.heading-9 {
  text-transform: none;
  font-family: Roboto Slab;
  font-size: 19px;
  font-weight: 300;
}

.heading-10 {
  text-transform: uppercase;
}

.section-4 {
  margin-bottom: 88px;
}

.link-2 {
  font-family: Roboto, sans-serif;
}

.heading-11 {
  color: var(--midnight-blue);
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.block-quote-5 {
  font-family: Roboto, sans-serif;
}

.link-4 {
  line-height: 1.7;
}

.utility-page-wrap {
  background-color: var(--gradient-lt);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  z-index: 2222;
  border-bottom: 5px solid var(--dark-slate-blue);
  background-color: #0000;
  padding-top: 58px;
  padding-bottom: 0;
}

.brand {
  width: 280px;
  margin-top: -5px;
  padding-bottom: 0;
  position: static;
  bottom: 5px;
  left: 0;
}

.navbar-container {
  position: relative;
}

.navlink {
  color: var(--steel-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 40px;
  padding: 3px 0 31px;
  font-family: minion-pro, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.navlink.final {
  margin-top: -15px;
  text-decoration: none;
}

.dropdown-arrow {
  margin-right: 0;
  display: inline-block;
  position: static;
}

.dropdown.hide {
  display: none;
}

.dropdown-list {
  border-style: none;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--dark-slate-blue) var(--midnight-blue) var(--midnight-blue);
  background-color: var(--white);
  margin-top: 0;
}

.dropdown-textblock {
  padding-right: 2px;
  font-family: Crimson Text, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.nav-menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-section {
  z-index: 1;
  background-image: url('../images/hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-container {
  height: 400px;
}

.hero-contentblock {
  float: right;
}

.heading-12 {
  text-transform: uppercase;
  font-family: Crimson Text, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}

._10-reasons-section {
  background-image: linear-gradient(55deg, var(--gradient-dk), var(--gradient-lt));
  box-shadow: inset 0 0 5px 1px #00000061;
}

.text-block-4 {
  font-family: Palanquin;
  font-size: 74px;
  font-weight: 700;
  display: inline-block;
}

.reason-starburst {
  z-index: 1111;
  background-image: url('../images/reason-starburst.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 130px;
  height: 123px;
  display: inline-block;
  position: relative;
  top: 81px;
  left: -24px;
  transform: rotate(-10deg);
}

.reason-starburst.interior {
  position: absolute;
  top: 108px;
  left: -7px;
}

.reason-starburst.home {
  margin-top: -69px;
  display: block;
  position: static;
}

.reason-starburst.sidebar {
  width: 115px;
  left: -20px;
}

.reason-starburst.page {
  width: 100px;
  top: -1px;
  left: -34px;
}

.container-2 {
  align-items: flex-start;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
  position: relative;
}

.image-2 {
  float: left;
  margin-right: 16px;
}

.paragraph-5 {
  display: inline-block;
}

.image-3 {
  width: 117px;
  display: block;
}

.reason-number {
  color: var(--white);
  text-align: center;
  letter-spacing: -4px;
  text-shadow: 0 1px 3px #00000085;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-family: minion-pro, sans-serif;
  font-size: 54px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0 0 4px -4px;
}

.reason-number.sidebar {
  font-size: 47px;
}

.reason-number.page {
  font-size: 44px;
}

.div-block-3 {
  float: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 17px 0;
  display: flex;
}

.div-block-3.interior {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-3.home {
  padding-right: 43px;
}

.container-3 {
  position: relative;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 31px;
}

.slider.interior {
  height: auto;
  padding-bottom: 0;
}

.left-arrow {
  box-shadow: none;
  background-color: #0b213c24;
  margin-top: 27px;
  display: block;
  left: -27px;
}

.left-arrow.interior {
  display: none;
}

.right-arrow {
  background-color: #0b213c24;
  margin-top: 27px;
  display: block;
  right: -26px;
}

.right-arrow.interior {
  display: none;
}

.div-block-4 {
  flex: 1;
  align-items: flex-start;
  margin-left: 27px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  display: block;
}

.mask {
  box-shadow: none;
  margin-top: -26px;
  margin-left: 53px;
  margin-right: 53px;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.mask.interior {
  margin-top: 0;
  margin-left: -30px;
  margin-right: 0;
  padding-top: 0;
}

.container-4 {
  padding-top: 33px;
  padding-bottom: 33px;
  display: block;
}

.div-block-5 {
  text-align: center;
  width: 50%;
  padding: 31px 49px;
  box-shadow: 0 0 15px #0003;
}

.div-block-6 {
  margin-bottom: 36px;
  display: flex;
}

.blockheader1 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.blockheader2 {
  color: var(--steel-blue);
  text-transform: uppercase;
  border-bottom: 1px solid #e7e3e3;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 21px;
  font-family: Crimson Text, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.blockheader2.inbox {
  color: var(--midnight-blue);
  margin-top: 13px;
  font-size: 26px;
  font-weight: 700;
}

.blockheader2.inbox.interior {
  padding-bottom: 14px;
  font-size: 25px;
  line-height: 25px;
}

.blockheader2.interior {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.rightpartner {
  background-color: #0098ff;
  background-image: linear-gradient(#0000, #00000085), linear-gradient(#30577cf0, #30577cf0), url('../images/box-bg.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  align-items: flex-start;
  margin-bottom: 36px;
  padding: 37px;
  display: flex;
}

.rightpartner.sidebar {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  box-shadow: inset 0 0 17px 2px #000;
}

.heading-13 {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  text-shadow: 1px 1px 17px #000;
  flex: none;
  width: 35%;
  margin-top: 11px;
  margin-right: 36px;
  padding: 18px;
  font-family: Crimson Text, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
}

.heading-13.sidebar {
  text-align: center;
  width: auto;
  margin-right: 0;
  padding: 0;
  font-size: 29px;
}

.text-span-2 {
  border-style: none none solid;
  border-bottom-width: 17px;
  border-bottom-color: var(--white);
}

.div-block-8 {
  flex: 1;
}

.paragraph-6 {
  color: var(--white);
  text-shadow: 1px 1px 25px #000;
}

.blogoverview {
  margin-top: 32px;
  margin-bottom: 32px;
}

.blogoverview.library {
  margin-top: 0;
}

.div-block-9 {
  margin-top: 11px;
  padding-top: 13px;
}

.row-2 {
  border-bottom: 1px solid #e7e3e3;
  align-items: center;
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.blogmodule-title {
  padding-right: 29px;
  font-weight: 600;
}

.column {
  text-align: right;
}

.emailsignup {
  text-align: center;
  padding-left: 75px;
  padding-right: 75px;
}

.emailsignup.interior {
  padding: 0 11px 21px;
}

.text-field {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  height: 47px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.text-field.long {
  height: 88px;
}

.dropdown-link {
  text-transform: uppercase;
  border-bottom: 1px solid #00000012;
  padding: 15px 16px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.dropdown-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.dropdown-link.w--current {
  color: #c7c4c4;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.div-block-11 {
  align-items: flex-start;
  display: flex;
}

.div-block-11.interior {
  margin-top: -83px;
  padding-left: 14px;
}

.herocontentblock-wrapper {
  float: right;
  width: 37%;
  margin-top: 39px;
}

.copyright {
  color: #00000070;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--dark-slate-blue);
}

.important-text-3 {
  color: var(--white);
}

.columnright {
  padding-left: 0;
}

.email-bl {
  background-color: var(--white);
}

.slide-2 {
  padding-bottom: 23px;
}

.columnleft {
  margin-bottom: 33px;
  padding-top: 47px;
  padding-right: 66px;
}

.container-5 {
  text-align: center;
  margin-top: 23px;
  margin-bottom: -26px;
  padding-bottom: 0;
}

.tab {
  background-color: var(--white);
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 18px;
  margin-bottom: 11px;
  margin-right: 11px;
  padding: 4px 16px;
  font-size: 13px;
}

.tab.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tab.articlepage {
  color: var(--black);
  border-width: 1px;
  padding: 3px 15px;
  font-size: 11px;
  text-decoration: none;
}

.tab.articlepage:hover {
  background-color: var(--black);
  color: var(--white);
}

.tabs-menu {
  display: flex;
}

.maincontent {
  text-align: left;
}

.maincontent.competencies {
  text-align: left;
  border-bottom: 1px dotted #0000003b;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.reasonblock {
  align-items: center;
  display: flex;
}

.reason-p {
  margin-left: -21px;
}

.reason {
  color: var(--steel-blue);
  font-family: minion-pro, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.reasonblock-wrapper {
  border-bottom: 1px dotted var(--gradient-lt);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.containercontact {
  text-align: center;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 0;
}

.heading-14 {
  text-align: center;
}

.heading-14.eletters {
  margin-bottom: 44px;
}

.text-block-6 {
  font-weight: 400;
}

.formbox {
  text-align: center;
  border-radius: 4px;
  height: 53px;
}

.formbox.long {
  height: 111px;
}

.form {
  border-bottom: 1px #00000040;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 48px;
  padding-right: 48px;
}

.div-block-13 {
  background-color: var(--dark-slate-blue);
  align-items: center;
  margin-bottom: 0;
  padding: 17px;
  transition: all .533s;
  display: flex;
}

.div-block-13:hover {
  background-image: linear-gradient(1deg, #00000085, #0000);
}

.paragraph-8 {
  color: var(--white);
  border-bottom: 1px #000;
  margin-left: 16px;
  text-decoration: none;
}

.link-block {
  margin-bottom: 44px;
  transition-property: none;
}

.final {
  padding-top: 8px;
}

.column-2 {
  padding-top: 16px;
}

.div-block-14 {
  padding-left: 33px;
  padding-right: 33px;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 2px solid #000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.tabs, .paragraph-9 {
  text-align: left;
}

.subtext {
  color: #9b9b9b;
  font-size: 12px;
  display: none;
}

.nounderline {
  color: var(--black);
  text-decoration: none;
}

.dynamic-item {
  margin-right: -5px;
  display: inline-block;
}

.byline {
  font-style: normal;
}

.bylinename {
  margin-right: 13px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.bylinename.description {
  font-style: italic;
  font-weight: 400;
}

.bylinename.allarticles {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.rich-text-block {
  font-size: 9px;
  font-style: italic;
  display: inline-block;
}

.dynamic-list-wrapper {
  display: none;
}

.dynamic-item-2 {
  margin-right: 4px;
  display: inline-block;
}

.text-block-8 {
  color: #000;
  font-size: 12px;
  display: inline-block;
}

.text-block-9 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  display: inline;
}

.dynamic-list-wrapper-2, .text-block-10 {
  display: inline-block;
}

.text-block-11 {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.bylines {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  display: block;
}

.bylines.hide, .dynamic-list-wrapper-3 {
  display: none;
}

.text-block-12 {
  display: inline;
}

.heading-17 {
  color: var(--white);
  text-align: center;
}

.text-block-13 {
  margin-bottom: 17px;
}

.text-block-14, .text-block-15 {
  font-family: Roboto, sans-serif;
}

.error-message {
  margin-top: -38px;
}

.hide {
  display: none;
}

.columns {
  justify-content: center;
  display: flex;
}

html.w-mod-js [data-ix="lightbox-overlay"], html.w-mod-js [data-ix="mood-board-overlay"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .mainsection {
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .logoblock {
    height: 250px;
  }

  .introblock {
    height: 250px;
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .white._10reasons {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .textblock {
    height: 974px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dark {
    font-size: 40px;
  }

  .sectiontag.morepadding {
    padding-left: 25px;
  }

  .sideblock {
    height: 400px;
  }

  .sideblock.auto {
    height: auto;
  }

  .button {
    float: none;
    text-align: center;
    text-shadow: none;
    align-self: flex-start;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.white.sidebar {
    width: 160px;
  }

  .button._10reasons {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button._10reasons.home {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fourblock, .threeblock {
    width: 50%;
  }

  .secondgroup {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
  }

  .callouttext {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 11px;
    display: block;
  }

  .callouttext._2 {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .callouttext._3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .callouttext._5 {
    margin-left: 0;
  }

  .mooddetails {
    opacity: .8;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 14px;
    transition: transform .5s, opacity .5s;
    transform: translate(0, 80%);
  }

  .mooddetails:hover {
    opacity: .8;
    transform: scale(1);
  }

  .moodtitle {
    font-size: 20px;
  }

  .step-header {
    color: #fff;
    background-color: #c3212a;
    padding: 11px 13px;
  }

  .paragraph-2 {
    float: left;
    width: 70%;
  }

  .row-about-icons {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .icon-none {
    float: left;
  }

  .heading-3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .navbar {
    padding-top: 25px;
  }

  .brand {
    margin-top: 7px;
    padding-bottom: 16px;
  }

  .navlink {
    float: right;
    color: var(--white);
    margin-left: 10px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 18px;
    font-size: 15px;
  }

  .navlink.final {
    padding-top: 26px;
    padding-right: 26px;
  }

  .dropdown {
    border-bottom: 1px solid #ffffff1f;
  }

  .dropdown-list.w--open {
    margin-top: 67px;
    display: block;
  }

  .dropdown-list.final.w--open {
    display: none;
  }

  .nav-menu {
    background-color: #30577cfa;
  }

  .hero-section {
    background-image: linear-gradient(#0000 63%, #00000038), url('../images/hero.jpg');
    background-position: 0 0, 14%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 315px;
    margin-bottom: 250px;
  }

  .hero-contentblock {
    float: none;
    text-align: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }

  .heading-12 {
    text-align: right;
    flex: 0 auto;
    width: 45%;
    margin-right: 30px;
    font-size: 24px;
  }

  .reason-starburst {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 54px;
  }

  .reason-starburst.home {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .reason-starburst.sidebar {
    margin-top: -20px;
  }

  .reason-starburst.page {
    position: relative;
    top: 8px;
    left: -23px;
  }

  .image-2 {
    display: none;
  }

  .reason-number.sidebar {
    margin-top: 0;
  }

  .div-block-3 {
    text-align: center;
    margin-top: 12px;
    padding-bottom: 26px;
    display: block;
  }

  .div-block-3.interior {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3.home {
    padding-right: 17px;
  }

  .slider {
    padding-bottom: 0;
  }

  .slider.interior {
    width: 100%;
    padding-top: 1px;
  }

  .left-arrow {
    display: block;
  }

  .left-arrow.interior {
    margin-top: 0;
    display: block;
    left: 0;
  }

  .right-arrow {
    display: block;
  }

  .right-arrow.interior {
    margin-top: 0;
    display: block;
    right: 0;
  }

  .div-block-4 {
    text-align: center;
    margin-left: 69px;
    margin-right: 69px;
  }

  .mask {
    padding-top: 0;
  }

  .mask.interior {
    margin-top: -23px;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blockheader1 {
    font-size: 15px;
  }

  .blockheader2 {
    text-align: center;
    letter-spacing: .5px;
    margin-top: 2px;
    font-size: 26px;
  }

  .rightpartner {
    padding: 15px 25px 25px;
    display: block;
  }

  .rightpartner.sidebar {
    margin-top: 0;
  }

  .heading-13 {
    text-align: center;
    width: 80%;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: 17px;
    margin-right: 17px;
  }

  .paragraph-7 {
    text-align: left;
    margin-top: 0;
  }

  .row-2 {
    border-bottom: 1px solid #e7e3e3;
    align-items: center;
    margin-top: 0;
    padding-bottom: 14px;
  }

  .column {
    text-align: right;
  }

  .emailsignup {
    margin-top: 74px;
    margin-bottom: 33px;
    padding-left: 133px;
    padding-right: 133px;
  }

  .emailsignup.interior {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 127px;
    padding-right: 127px;
  }

  .text-field {
    width: 70%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .dropdown-link {
    text-align: right;
  }

  .icon {
    font-size: 29px;
  }

  .hero-content {
    text-align: left;
    width: 55%;
  }

  .div-block-11.interior {
    margin-top: 0;
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
  }

  .herocontentblock-wrapper {
    width: 100%;
    margin-top: 351px;
  }

  .sidebar {
    margin-top: 33px;
  }

  .columnright {
    padding-left: 31px;
    padding-right: 31px;
  }

  .columnleft {
    margin-bottom: 1px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .maincontent.competencies {
    text-align: left;
    border-bottom: 1px dotted #0003;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .reason-p {
    margin-left: -9px;
  }

  .containercontact {
    padding-left: 45px;
    padding-right: 45px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    margin-bottom: 0;
  }

  .heading-15, .heading-16 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  .introblock {
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px #000;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .textblock {
    height: auto;
  }

  .dark {
    margin-top: 0;
  }

  .sideblock {
    height: auto;
  }

  .colorblock {
    width: 130px;
    height: 130px;
  }

  .div-block {
    width: 90%;
  }

  .col {
    margin-bottom: 0;
  }

  .hero-section {
    background-position: 0 0, 29%;
    margin-bottom: 343px;
  }

  .hero-contentblock {
    display: block;
  }

  .heading-12 {
    text-align: center;
    width: 100%;
  }

  .div-block-3 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .left-arrow {
    left: -10px;
  }

  .right-arrow {
    right: -10px;
  }

  .div-block-4 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .mask {
    margin-left: 66px;
    margin-right: 66px;
  }

  .div-block-5 {
    width: auto;
    margin-left: 26px;
    margin-right: 26px;
  }

  .div-block-6 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .blockheader2 {
    font-size: 30px;
    line-height: 30px;
  }

  .rightpartner {
    margin-top: 31px;
  }

  .rightpartner.sidebar {
    padding-left: 81px;
    padding-right: 81px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .row-2 {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .blogmodule-title {
    margin-bottom: 10px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .emailsignup {
    padding-left: 50px;
    padding-right: 50px;
  }

  .emailsignup.interior {
    padding-left: 31px;
    padding-right: 31px;
  }

  .text-field {
    width: 75%;
  }

  .hero-content {
    text-align: center;
    width: 100%;
  }

  .div-block-11.interior {
    padding-left: 77px;
    padding-right: 77px;
  }

  .columnright {
    padding-left: 0;
    padding-right: 0;
  }

  .reason-p {
    margin-left: -6px;
  }

  .form {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 36px;
  }

  .logoblock {
    height: 300px;
  }

  .white._10reasons {
    padding-left: 0;
    padding-right: 0;
  }

  .button, .button.btm {
    width: 80%;
  }

  .button._2ndary {
    margin-right: auto;
  }

  .fourblock, .threeblock {
    width: 100%;
  }

  .backlink {
    text-align: center;
    display: block;
    top: 11px;
    left: 40px;
    right: 40px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .important-text-2 {
    float: none;
    text-align: center;
  }

  .icon-client {
    float: left;
  }

  .col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .brand {
    width: 210px;
    margin-top: 11px;
    padding-bottom: 0;
  }

  .hero-section {
    background-position: 0 0, 28%;
    background-size: auto, cover;
    height: 195px;
    margin-bottom: 413px;
  }

  .hero-container {
    height: 180px;
  }

  .reason-starburst {
    margin-top: -13px;
    position: static;
  }

  .reason-starburst.page {
    top: 0;
    left: 0;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow, .left-arrow.interior, .right-arrow, .right-arrow.interior {
    display: none;
  }

  .div-block-4 {
    margin-left: 33px;
    margin-right: 33px;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-5 {
    width: auto;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .blockheader2 {
    font-size: 27px;
  }

  .blockheader2.inbox {
    font-size: 24px;
  }

  .rightpartner {
    background-image: linear-gradient(to bottom, transparent, #00000085), linear-gradient(to bottom, null, null), url('../images/box-bg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-left: 11px;
    padding-right: 11px;
  }

  .rightpartner.sidebar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-13 {
    font-size: 24px;
  }

  .emailsignup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .emailsignup.interior {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 95%;
  }

  .div-block-11.interior {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .herocontentblock-wrapper {
    margin-top: 235px;
  }

  .columnleft {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tab {
    text-align: center;
  }

  .reasonblock {
    text-align: center;
    flex-direction: column;
  }

  .reason-p {
    margin-top: -8px;
  }

  .containercontact, .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-2 {
    text-align: center;
  }

  .tabs-content {
    text-align: left;
  }
}


