body {
  font-family: 'Open Sans', sans-serif;
  color: #595959;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

p {
  margin-bottom: 12px;
  color: #595959;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c52026;
  text-decoration: none;
}

a:hover {
  color: #e6232a;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Oval-icon.svg');
  background-position: 0px 11px;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #4b4a4a;
}

label {
  display: block;
  padding-top: 12px;
  font-family: Raleway, sans-serif;
  color: #4b4a4a;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 84px;
  border-left: 1px none #000;
  background-image: url('../images/Quote-line.svg');
  background-position: 0px 18px;
  background-repeat: no-repeat;
  color: #4b4a4a;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
}

.p-large {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

.p-large.highlited {
  color: #c52026;
}

.p-large._w-heading-on-left {
  margin-left: 36px;
  padding-left: 36px;
  border-left: 2px solid #e0e0e0;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #919090;
  font-size: 14px;
  line-height: 26px;
}

.p-small.invert.opacity {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
}

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  font-style: italic;
}
.p-small.caption:before {
  content: '- ';
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  background-color: #c52026;
}

.style-guide-color.active-color {
  background-color: #c52026;
}

.style-guide-color.headings {
  background-color: #4b4a4a;
}

.style-guide-color.default-copy {
  background-color: #595959;
}

.style-guide-color.light-copy {
  background-color: #919090;
}

.style-guide-color.hover-color {
  background-color: #e6232a;
}

.style-guide-color.light-grey-bg {
  background-color: #eee;
}

.style-guide-color.dividers {
  background-color: #e0e0e0;
}

.style-guide-color.hover-color-2 {
  background-color: #ffdb50;
}

.style-guide-color.active-color-2 {
  background-color: #f3ce3d;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 16px 48px;
  border-radius: 6px;
  background-color: #c52026;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e6232a;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 12px 36px;
  font-size: 13px;
  line-height: 23px;
}

.button.invert {
  background-color: #fff;
  color: #c52026;
}

.button.t-margin-48 {
  margin-top: 48px;
}

.button.white-border {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.search {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  padding-top: 18px;
  padding-bottom: 10px;
}

.button.in-form {
  margin-top: 0px;
}

.button.t-marbin-12 {
  margin-top: 12px;
}

.section {
  position: relative;
  overflow: hidden;
  /*
  padding-top: 4%;
  padding-bottom: 4%;
  */
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.tint {
  background-color: #eee;
}

.section.dark {
  background-color: #c52026;
}

.section.narrow {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.narrow.tint {
  background-color: #eee;
}

.section.narrow.tint-bg-image {
  background-color: #eee;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0.85)), to(hsla(0, 0%, 93.3%, 0.85))), url('../images/image01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0.85), hsla(0, 0%, 93.3%, 0.85)), url('../images/image01.jpg');
  */
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.no-b-padding {
  padding-bottom: 0%;
}

.section.hero {
  padding-top: 6%;
  padding-bottom: 10%;
  background-color: #c52026;
  background-image: url('../images/BG-Overlay-Bottom.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 32, 38, 0.5)), to(rgba(197, 32, 38, 0.5))), url('../images/BG-texture.png');
  background-image: url('../images/BG-Overlay-Bottom.svg'), linear-gradient(180deg, rgba(197, 32, 38, 0.5), rgba(197, 32, 38, 0.5)), url('../images/BG-texture.png');
  background-position: 50% 101%, 0px 0px, 0% 50%;
  background-size: 101%, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.section.hero.bg-image {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(99%, transparent), color-stop(0, #fff)), url('../images/BG-Overlay-Bottom.svg'), url('../images/image1.jpg');
  background-image: linear-gradient(180deg, transparent 99%, #fff 0), url('../images/BG-Overlay-Bottom.svg'), url('../images/image1.jpg');
  background-position: 0px 0px, 50% 101%, 50% 50%;
  background-size: auto, 101%, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section.hero.half-bg-image {
  background-color: transparent;
  /*
  background-image: url('../images/BG-Overlay-Bottom.svg'), -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(197, 32, 38, 0.5)), color-stop(0, transparent)), url('../images/BG-texture.png'), -webkit-gradient(linear, left top, right top, color-stop(50%, #c52026), color-stop(0, transparent));
  background-image: url('../images/BG-Overlay-Bottom.svg'), linear-gradient(90deg, rgba(197, 32, 38, 0.5) 50%, transparent 0), url('../images/BG-texture.png'), linear-gradient(90deg, #c52026 50%, transparent 0);
  background-position: 50% 101%, 0px 0px, 50% 50%, 0px 0px;
  background-size: 101%, auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat, repeat;
  */
  background-image: url('../images/BG-Overlay-Bottom.svg'), -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(197, 32, 38, 0.5)), color-stop(0, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #c52026), color-stop(0, transparent));
  background-image: url('../images/BG-Overlay-Bottom.svg'), linear-gradient(90deg, rgba(197, 32, 38, 0.5) 50%, transparent 0), linear-gradient(90deg, #c52026 50%, transparent 0);
  background-position: 50% 101%, 0px 0px, 0px 0px;
  background-size: 101%, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.section.no-t-padding {
  padding-top: 0%;
}

.section.yellow {
  background-color: #f3ce3d;
  background-image: url('../images/BG-texture.png');
  background-position: 50% 50%;
}

.section.yellow._w-overlay {
  padding-top: 8%;
  background-image: url('../images/BG-Overlay-Top.svg'), url('../images/BG-texture.png');
  background-position: 50% -1%, 50% 50%;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.section.yellow._w-overlay.grey {
  background-image: url('../images/BG-Overlay-Top-Copy.svg'), url('../images/BG-texture.png');
}

.section.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.no-paddings {
  padding-top: 0%;
  padding-bottom: 0%;
}

.section.dark-bg-image {
  background-color: #c52026;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 32, 38, 0.86)), to(rgba(197, 32, 38, 0.86))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(197, 32, 38, 0.86), rgba(197, 32, 38, 0.86)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.fluid-cell {
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0%;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-percent.center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.inline-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.fluid-cell.inline-cta:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.08);
}

.fluid-cell.inline-cta.highlighted {
  border-style: none;
  background-color: #c52026;
}

.fluid-cell._40-percent {
  width: 41.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._25-percent {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.slide-cells-wrap {
  width: 66.7%;
  padding-right: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fluid-cell._45-percent {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.center-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.pagination.hide-desktop {
  display: none;
}

.fluid-cell.wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2%;
  padding: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #eee;
}

.fluid-cell.wrapp.center-horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.wrapp._50-percent {
  width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.wrapp.detail {
  width: 80%;
  background-color: #fff;
}

.fluid-cell.in-wrapp {
  padding: 36px;
}

.fluid-cell.in-wrapp.news {
  padding: 36px 48px 48px;
}

.fluid-cell.in-wrapp.yellow {
  background-color: #f3ce3d;
}

.fluid-cell.in-wrapp.tint {
  background-color: #eee;
}

.fluid-cell.wrap {
  margin: 2%;
  padding: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fluid-cell.wrap._40-percent {
  width: 36%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._60-percent {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.filter-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, 0.8);
}

.subheading {
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #c52026;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}

.subheading.small {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.subheading.small.grey {
  color: #919090;
}

.subheading.boxed {
  display: inline-block;
  margin-bottom: 12px;
  padding: 2px 8px;
  background-color: #c52026;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.subheading.invert {
  color: #fff;
}

.subheading.name {
  margin-top: 36px;
  margin-bottom: 0px;
  color: #4b4a4a;
}

.subheading.no-b-margin {
  margin-bottom: 0px;
}

.text-field {
  padding: 30px 24px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #000 #000 #f3ce3d;
  background-color: #eee;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-color: #c52026;
}

.text-field::-webkit-input-placeholder {
  color: #595959;
}

.text-field:-ms-input-placeholder {
  color: #595959;
}

.text-field::-ms-input-placeholder {
  color: #595959;
}

.text-field::placeholder {
  color: #595959;
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 18px;
}

.text-field.search {
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 30px;
  padding-left: 54px;
  background-image: url('../images/Search-icon_2.svg');
  background-position: 24px 50%;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 32px;
}

.nav-link {
  display: inline-block;
  padding: 40px 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e6232a;
  text-decoration: none;
}

.nav-link.w--current {
  background-image: url('../images/Triangle-Down-Green.svg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.nav-link.last {
  margin-right: 0px;
  margin-left: 18px;
  padding-right: 48px;
  padding-left: 48px;
  background-color: #f3ce3d;
}

.nav-link.last:hover {
  background-color: #ffdb50;
  color: #4b4a4a;
}

.nav-link.floating {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link.search {
  display: inline;
  padding-right: 24px;
  padding-left: 24px;
  background-image: url('../images/Search-icon_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.container {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.in-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.quote-slider {
  padding-top: 4%;
  padding-bottom: 6%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.block-slider {
  padding-right: 0%;
  padding-bottom: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.img-in-text,
img.alignnone {
  display: block;
  min-width: 100%;
  margin: 6% auto;
}

.dropdown-link {
  padding: 12px 0px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.dropdown-link:hover {
  text-decoration: none;
}

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

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-list.nav {
  margin-top: 12px;
  padding: 12px 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-bar {
  padding-right: 0%;
  padding-left: 4%;
  background-color: transparent;
}

.nav-bar.grey {
  background-color: #eee;
}

.ordered-item,
ol li {
  padding-left: 4px;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

.fake-h4.invert {
  color: #fff;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.fake-h5:hover {
  text-decoration: none;
}

.fake-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-link {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-bottom: 3px;
  border-bottom: 2px solid #f3ce3d;
  background-image: url('../images/Double-arrow-right.svg');
  background-position: 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-link:hover {
  border-bottom-color: #e6232a;
  color: #4b4a4a;
  text-decoration: none;
}

.form-item-wrap {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-item-wrap.half {
  width: 48%;
}

.form-item-wrap.action {
  text-align: center;
}

.form-item-wrap.action.left {
  text-align: left;
}

.center {
  text-align: center;
}

._50-percent {
  width: 50%;
}

.social-icon {
  width: 48px;
  height: 48px;
  margin-top: 24px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3ce3d;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  background-color: #ffdb50;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-Icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.twitter:hover {
  background-image: url('../images/Twitter-Icon-red.png');
}

.social-icon.linkedin {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/Facebook-Icon.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-image: url('../images/Facebook-Icon-red.png');
}

.social-icon.instagram {
  background-image: url('../images/IG-icon.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/IG-icon-red.png');
}

.fake-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  line-height: 26px;
  font-weight: 500;
}

.fake-h6:hover {
  text-decoration: none;
}

.logo-img.float-bar {
  margin-top: 0px;
}

.breadcrumb-link {
  display: inline-block;
  padding-left: 30px;
  background-image: url('../images/Arrow-left-white.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  color: #fff;
}

.floating-nav-bar {
  position: fixed;
  left: 0px;
  top: -120px;
  right: 0px;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.04);
}

.page-no {
  display: block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 8px 12px;
  border: 4px solid transparent;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.page-no:hover {
  background-color: #e6232a;
  color: #fff;
  text-decoration: none;
}

.page-no.current {
  background-color: #ffdb50;
  color: #4b4a4a;
}

.page-no.arrow-right {
  padding-right: 17px;
  padding-left: 17px;
  background-image: url('../images/Double-arrow-right-red.svg');
  background-position: 55% 50%;
  background-repeat: no-repeat;
}

.page-no.arrow-right:hover {
  background-color: #fff;
}

.page-no.arrow-left {
  padding-right: 17px;
  padding-left: 17px;
  background-image: url('../images/Double-arrow-left-red.svg');
  background-position: 45% 50%;
  background-repeat: no-repeat;
}

.page-no.arrow-left:hover {
  background-color: #fff;
}

.heading-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4b4a4a;
}

.heading-link:hover {
  border-bottom: 2px solid #e6232a;
  color: #4b4a4a;
  text-decoration: none;
}

.search-button:hover {
  text-decoration: none;
}

.slanted-bg {
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 51%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.slanted-bg.reverse {
  left: auto;
  top: 0px;
  right: 10%;
  bottom: 0px;
  width: 41%;
}

.slider {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-bg-image-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 55%;
  height: 100%;
  background-image: url('../images/image02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-image-right.in-hero {
  z-index: -1;
}

.form-block {
  margin-bottom: 0px;
}

.side-deco-green-right {
  position: absolute;
  top: -72px;
  right: 0px;
  z-index: 2;
  width: 140px;
  height: 460px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 141px;
  background-repeat: no-repeat;
}

.section-bg-color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  overflow: hidden;
  width: 85%;
  height: 100%;
  background-color: #eee;
}

.section-bg-color.reverse {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
}

.section-bg-color.blue {
  background-color: #c52026;
}

.triangle-divider {
  width: 10px;
  height: 10px;
  margin-top: 18px;
  margin-bottom: 12px;
  background-image: url('../images/Triangle.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.triangle-divider.negative-margin {
  display: none;
}

.hide {
  display: none;
}

.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffdb50;
  text-decoration: none;
}

.slide-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 86px 36px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #eee;
  text-align: center;
}

.thumb-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumb-wrap.blog-image {
  margin-top: 30px;
  margin-bottom: 36px;
}

.thumb-img {
  min-width: 100%;
}

.logo-link {
  padding-top: 18px;
}

.slide {
  width: 30%;
  margin-right: 4%;
}

.left-arrow {
  position: absolute;
  bottom: -36px;
  width: 24px;
  height: 12px;
  margin-right: 50px;
  margin-bottom: 0px;
  background-image: url('../images/Arrow-left.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow {
  position: absolute;
  left: 36px;
  bottom: -36px;
  width: 24px;
  height: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: url('../images/Arrow-right.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hide-desktop {
  display: none;
}

.dropdown-nav {
  padding: 0px;
  color: #1e194c;
}

.dropdown-nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4b4a4a;
}

.dropdown-nav-link:hover {
  color: #e6232a;
  text-decoration: none;
}

.fake-h2-bg {
  display: inline;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #c52026;
  background-image: url('../images/BG-texture.png');
  background-position: 50% 50%;
  box-shadow: -10px 0 0 0 #c52026, 10px 0 0 0 #c52026;
  color: #fff;
  font-size: 46px;
  line-height: 66px;
}

.all-caps-title {
  color: #c52026;
  text-transform: uppercase;
}

.icon-img {
  max-width: 96px;
  margin-top: 12px;
  margin-right: 24px;
}

.icon-img.center {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 36px;
}
.icon-img.center:last-child {
  margin-bottom: 0;
}

.icon-img.left-align {
  margin-bottom: 12px;
  float: left;
}

.section-bg-image-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  /*background-image: url('../images/image04.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-circle-date {
  position: absolute;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 120px;
  background-color: #c52026;
}

.white-border {
  border: 24px solid #fff;
}

.block-copy {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 3px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-copy.no-b-margin {
  margin-bottom: 0px;
}

.block-copy.grey {
  border-color: #e0e0e0;
}

.gallery-thumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  margin-bottom: 24px;
}

.dont-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-search {
  display: block;
  width: 100%;
  max-width: 60vw;
  padding-top: 36px;
  padding-bottom: 36px;
}

.search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.modal-search-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.words-bar {
  width: 100%;
  height: 72px;
  background-color: #eee;
  background-image: url('../images/Words-texture2.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: repeat-x;
}

.heading-line {
  margin-left: -200px;
  padding-left: 200px;
  background-image: url('../images/Rectangle.svg');
  background-position: -132px 56%;
  background-repeat: no-repeat;
}

.qute-slide-nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  margin-bottom: 3%;
  padding-left: 6%;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}

.grey-border {
  border-style: solid;
  border-width: 24px;
  border-color: #eee;
}

.div-block {
  margin-top: 36px;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 2px solid #e0e0e0;
}

.b-margin-24 {
  margin-bottom: 24px;
}

.resources-thumb {
  max-width: 260px;
  min-width: 260px;
}

.row-link-wrap {
  margin-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 48px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.blog-featured-image {
  margin-top: 12px;
  margin-bottom: 24px;
}

.b-margin-36 {
  margin-bottom: 36px;
}

.b-margin-36.last,
.b-margin-36:last-child {
  margin-bottom: 0px;
}

.number-nav {
  margin-right: 12px;
  color: #919090;
}

.simple-list-item {
  padding-left: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.simple-list-item.last,
.simple-list-item:last-child {
  margin-bottom: 0px;
}

.list {
  margin-top: 12px;
  margin-bottom: 12px;
}

.sidebar-link {
  color: #4b4a4a;
}

.sidebar-link:hover {
  text-decoration: none;
}

.map {
  height: 500px;
  background-image: url('../images/Map.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.half-circle-deco {
  position: absolute;
  left: 47vw;
  top: -3vw;
  width: 6vw;
  height: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 100%;
  background-color: #c52026;
}

.half-circle-deco.yellow {
  background-color: #f3ce3d;
}

.avatar {
  max-width: 80%;
  margin-bottom: 18px;
  border: 6px solid transparent;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.avatar:hover {
  border-color: #ffdb50;
}

.avatar.avatar--modal {
  max-width: 100%;
  margin-bottom: 0px;
}

.b-margin-12 {
  margin-bottom: 12px;
}

.slide-cell-w-image {
  position: relative;
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  */
  overflow: hidden;
  /*
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  */
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #595959;
  text-align: center;
}

.slide-cell-copy {
  padding: 24px 36px 30px;
}

.modal-bio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  min-width: 800px;
  padding: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.12);
}

.modal-bio-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-image: url('../images/Close-icon-Copy-red.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.date-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  min-width: 120px;
  margin-top: 36px;
  margin-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: #c52026;
  text-align: center;
}

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

.dropdown {
  margin-right: 18px;
  margin-left: 18px;
  border-radius: 3px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.13);
}

.dropdown-arrow {
  color: #c52026;
}

.dropdown-toggle {
  min-width: 220px;
  padding: 18px 48px 18px 24px;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.yellow-link {
  color: #f3ce3d;
}

.yellow-link:hover {
  color: #ffdb50;
}

.links-wrapp {
  margin-top: 36px;
  padding-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e0e0;
}

.prev-link {
  display: inline-block;
  margin: 12px;
  padding-bottom: 3px;
  padding-left: 24px;
  border-bottom: 2px solid #f3ce3d;
  background-image: url('../images/Double-arrow-left.svg');
  background-position: 0% 2px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prev-link:hover {
  border-bottom-color: #e6232a;
  color: #4b4a4a;
  text-decoration: none;
}

.simple-link {
  display: inline-block;
  margin: 12px;
  padding-bottom: 3px;
  border-bottom: 2px solid #f3ce3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.simple-link:hover {
  border-bottom-color: #e6232a;
  color: #4b4a4a;
  text-decoration: none;
}

.next-link {
  display: inline-block;
  margin: 12px;
  padding-right: 24px;
  padding-bottom: 3px;
  border-bottom: 2px solid #f3ce3d;
  background-image: url('../images/Double-arrow-right.svg');
  background-position: 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.next-link:hover {
  border-bottom-color: #e6232a;
  color: #4b4a4a;
  text-decoration: none;
}

.anchor-nav {
  z-index: 5;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.anchor-nav-link {
  display: inline-block;
  padding: 24px 12px 36px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #4b4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.anchor-nav-link:hover {
  border-bottom-color: #e6232a;
  color: #173448;
  text-decoration: none;
}

.anchor-nav-link.w--current {
  border-bottom-color: #18cf55;
}

.anchor-nav-drop {
  padding: 0px;
  color: #4b4a4a;
}

.anchor-nav-list.w--open {
  left: 0%;
  top: 61px;
  right: auto;
  bottom: auto;
  background-color: #fff;
  box-shadow: 8px 8px 36px 0 rgba(0, 0, 0, 0.2);
}

.anchor-child-link {
  width: 100%;
  padding: 14px 24px;
  border-bottom: 1px solid #e7e6ea;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #414048;
  cursor: pointer;
}

.anchor-child-link:hover {
  background-color: #fff;
  color: #52d2ec;
  text-decoration: none;
}

.modal {
  display: block;
  width: 100%;
  max-width: 60vw;
  padding-top: 36px;
  padding-bottom: 36px;
}

.modal-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  min-width: 800px;
  padding: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.12);
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

html.w-mod-js *[data-ix="hide-float-bar"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-f-left"] {
  opacity: 0;
  -webkit-transform: translate(-48px, 0px);
  -ms-transform: translate(-48px, 0px);
  transform: translate(-48px, 0px);
}

html.w-mod-js *[data-ix="modal-hidden-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1500000000000001, 1.1500000000000001);
  -ms-transform: scale(1.1500000000000001, 1.1500000000000001);
  transform: scale(1.1500000000000001, 1.1500000000000001);
}

@media (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #e6232a;
  }
  blockquote {
    padding-left: 72px;
    background-position: -12px 18px;
  }
  .p-large {
    font-size: 23px;
    line-height: 35px;
  }
  .p-small.caption {
    margin-bottom: 24px;
  }
  .button.t-margin-48 {
    margin-top: 36px;
  }
  .section {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section.narrow {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .section.hero {
    position: relative;
    margin-top: 60px;
    padding-top: 7%;
    padding-bottom: 11%;
  }
  .section.yellow._w-overlay {
    padding-top: 9%;
  }
  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell.inline-cta {
    padding: 6%;
  }
  .fluid-cell._w-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .fluid-cell.intro-2 {
    width: 100%;
  }
  .fluid-cell.wrapp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fluid-cell.wrapp.vertical-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.wrapp.detail {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fluid-cell.filter-nav {
    padding-bottom: 4%;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px 20px 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    text-align: left;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    color: #fff;
  }
  .nav-link.last {
    background-color: #c52026;
    color: #fff;
  }
  .nav-link.search {
    display: none;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    background-color: #c52026;
    background-image: url('../images/Menu-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button.w--open {
    background-color: #c52026;
    background-image: url('../images/Menu-close-icon.svg');
    background-size: auto;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.quote-slider {
    padding-top: 5%;
    padding-bottom: 8%;
  }
  .container.block-slider {
    padding-bottom: 3%;
  }
  .dropdown-link.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom-style: none;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link.nav.last {
    padding-bottom: 0px;
  }
  .dropdown-list.nav {
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list.nav.w--open {
    margin-top: 20px;
    margin-right: -6%;
    margin-left: -4%;
    padding: 0px 4%;
  }
  .dropdown-list.nav.w--open:hover {
    box-shadow: none;
  }
  .nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 0px 0% 0px 3%;
    background-color: #fff;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  }
  .nav-bar.grey {
    background-color: #fff;
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: #c52026;
  }
  .cta-link {
    margin-top: 6px;
  }
  .logo-img {
    width: 90px;
    margin-top: 6px;
  }
  .floating-nav-bar {
    padding-top: 12px;
    padding-right: 36px;
    padding-bottom: 12px;
  }
  .search-button {
    width: 60px;
    height: 60px;
    float: right;
    border-left: 1px solid #e0e0e0;
    background-image: url('../images/Search-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .search-button:hover {
    color: #4b4a4a;
  }
  .slanted-bg {
    width: 55%;
  }
  .slanted-bg.reverse {
    width: 45%;
  }
  .side-deco-green-right {
    width: 100px;
  }
  .section-bg-color {
    width: 75%;
  }
  .thumb-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .thumb-wrap.blog-image {
    margin-top: 34px;
    margin-bottom: 30px;
  }
  .logo-link {
    width: 103px;
    padding-top: 12px;
  }
  .logo-link.w--current {
    padding-top: 12px;
  }
  .slide {
    width: 48%;
  }
  .left-arrow {
    margin-bottom: 0px;
  }
  .right-arrow {
    margin-bottom: 0px;
  }
  .dropdown-nav {
    background-image: url('../images/Arrow-Down-Icon.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .fake-h2-bg {
    font-size: 40px;
    line-height: 52px;
  }
  .icon-img {
    margin-top: 0px;
    margin-bottom: 12px;
    background-image: none;
  }
  .icon-img.center {
    margin-bottom: 24px;
  }
  .modal-search {
    max-width: 70vw;
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .heading-line {
    background-position: -108px 50%;
  }
  .div-block {
    margin-top: 24px;
    margin-left: 18px;
  }
  .b-margin-24 {
    margin-bottom: 18px;
  }
  .resources-thumb {
    margin-left: 36px;
  }
  .b-margin-36 {
    margin-bottom: 30px;
  }
  .map {
    height: 400px;
  }
  .half-circle-deco {
    left: 46vw;
    top: -4vw;
    width: 8vw;
    height: 8vw;
  }
  .modal-bio {
    max-width: 87vw;
    min-width: auto;
    margin-top: 120px;
  }
  .modal-bio-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .date-circle {
    min-height: 100px;
    min-width: 100px;
    margin-bottom: -12px;
    border-radius: 100px;
  }
  .dropdown-toggle {
    min-width: 180px;
  }
  .links-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prev-link {
    margin-top: 6px;
    margin-left: 0px;
  }
  .simple-link {
    margin-top: 6px;
    margin-left: 0px;
  }
  .next-link {
    margin-top: 6px;
    margin-left: 0px;
  }
  .anchor-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .anchor-nav-link {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .anchor-nav-list.w--open {
    left: auto;
    right: 0px;
  }
  .modal {
    max-width: 70vw;
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .modal-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-content {
    max-width: 87vw;
    min-width: auto;
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  blockquote {
    margin-left: 0px;
    padding-left: 60px;
    background-position: -24px 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large._w-heading-on-left {
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .p-small.caption {
    margin-top: -5%;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.t-margin-48 {
    margin-top: 24px;
  }
  .button.search {
    margin-top: 12px;
    margin-left: 0px;
  }
  .button.in-form {
    margin-top: 6px;
  }
  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .section.narrow {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .section.hero {
    padding-top: 8%;
    padding-bottom: 12%;
  }
  .section.hero.half-bg-image {
    padding-bottom: 0%;
    background-color: #c52026;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 32, 38, 0.5)), to(rgba(197, 32, 38, 0.5))), url('../images/BG-texture.png');
    background-image: linear-gradient(180deg, rgba(197, 32, 38, 0.5), rgba(197, 32, 38, 0.5)), url('../images/BG-texture.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .section.tint-mobile {
    background-color: #eee;
  }
  .section.dark-mobile {
    background-color: #c52026;
  }
  .section.yellow._w-overlay {
    padding-top: 10%;
  }
  .fluid-cell {
    padding: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell.inline-cta {
    margin-top: 8%;
    margin-bottom: 8%;
    padding: 8%;
  }
  .fluid-cell._40-percent {
    width: 100%;
  }
  .fluid-cell._25-percent {
    width: 100%;
  }
  .fluid-cell.no-t-padding {
    padding-top: 0%;
  }
  .fluid-cell.slide-cells-wrap {
    width: 100%;
  }
  .fluid-cell._45-percent {
    width: 100%;
  }
  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.intro-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.pagination {
    margin: 3%;
    padding-top: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
  }
  .fluid-cell.pagination.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fluid-cell.pagination.hide-mobile {
    display: none;
  }
  .fluid-cell.wrapp {
    width: 94%;
    margin: 3%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.wrapp.center-horizontal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.wrapp._50-percent {
    width: 94%;
  }
  .fluid-cell.wrapp.detail {
    width: 94%;
  }
  .fluid-cell.in-wrapp.news {
    padding: 24px 36px;
  }
  .fluid-cell.in-wrapp.detail {
    padding: 0px;
  }
  .fluid-cell.wrap {
    margin: 3%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.wrap._40-percent {
    width: 94%;
  }
  .fluid-cell._60-percent {
    width: 100%;
  }
  .fluid-cell.filter-nav {
    padding-bottom: 3%;
  }
  .subheading {
    margin-top: 12px;
    background-image: none;
  }
  .subheading.name {
    margin-top: 24px;
  }
  .text-field {
    padding: 24px 18px;
  }
  .nav-link {
    padding-left: 6%;
  }
  .container {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.quote-slider {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .container.block-slider {
    padding-bottom: 6%;
  }
  .img-in-text,
  img.alignnone {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .dropdown-list.nav.w--open {
    margin-right: -7%;
    margin-left: -6%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .nav-bar {
    padding-left: 5%;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .cta-link {
    padding-right: 22px;
    font-size: 14px;
    line-height: 14px;
  }
  .form-item-wrap {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .floating-nav-bar {
    padding-left: 6%;
  }
  .slanted-bg {
    display: none;
  }
  .section-bg-image-right {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 4%;
    margin-bottom: -6%;
  }
  .section-bg-image-right.in-hero {
    height: 250px;
    margin-bottom: 0%;
    background-image: url('../images/BG-Overlay-Bottom.svg'), url('../images/image02.jpg');
    background-position: 50% 101%, 50% 50%;
    background-size: 101%, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .hide-mobile {
    display: none;
  }
  .side-deco-green-right {
    width: 80px;
  }
  .section-bg-color {
    display: none;
  }
  .triangle-divider.negative-margin {
    display: block;
    margin-top: -18px;
  }
  .footer-link {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .footer-link:hover {
    color: #fff;
  }
  .invert-mobile {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .thumb-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .thumb-wrap.blog-image {
    margin-top: 18px;
    margin-bottom: 24px;
  }
  .slide {
    width: 44%;
    margin-right: 6%;
  }
  .left-arrow {
    margin-bottom: 0px;
  }
  .right-arrow {
    margin-bottom: 0px;
  }
  .hide-desktop {
    display: block;
  }
  .fake-h2-bg {
    font-size: 34px;
    line-height: 46px;
  }
  .icon-img {
    margin-bottom: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .icon-img.center {
    margin-bottom: 12px;
  }
  .section-bg-image-left {
    position: static;
    width: 100%;
    height: 400px;
  }
  .white-border {
    border-width: 18px;
  }
  .block-copy.grey.no-b-margin {
    font-size: 14px;
    line-height: 24px;
  }
  .gallery-thumb-wrap {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gallery-thumb-wrap.last {
    display: none;
  }
  .modal-search {
    padding-top: 96px;
    padding-bottom: 36px;
  }
  .search-block {
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-line {
    background-position: -102px 50%;
  }
  .qute-slide-nav {
    width: 100%;
  }
  .grey-border {
    border-width: 18px;
  }
  .div-block {
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .b-margin-24 {
    margin-bottom: 12px;
  }
  .resources-thumb {
    margin-top: 36px;
    margin-bottom: -12px;
  }
  .row-link-wrap {
    width: 100%;
    margin-right: 0px;
    padding: 12px 36px;
    border-top: 2px solid #e0e0e0;
    border-left-style: none;
  }
  .b-margin-36 {
    margin-bottom: 24px;
  }
  .map {
    height: 300px;
  }
  .half-circle-deco {
    left: 45vw;
    top: -5vw;
    width: 10vw;
    height: 10vw;
  }
  .avatar {
    max-width: 50%;
    margin-bottom: 6px;
  }
  .avatar.avatar--modal {
    max-width: 50%;
  }
  .modal-bio {
    padding: 36px 36px 24px;
  }
  .date-circle {
    min-height: 80px;
    min-width: 80px;
    margin-bottom: -18px;
  }
  .date-circle.detail {
    margin-top: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
  }
  .date-number {
    font-size: 26px;
    line-height: 26px;
  }
  .dropdown {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.13);
  }
  .dropdown-toggle {
    width: 100%;
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .links-wrapp {
    margin-top: 24px;
    padding-top: 24px;
  }
  .prev-link {
    font-size: 14px;
    line-height: 14px;
  }
  .simple-link {
    font-size: 14px;
    line-height: 14px;
  }
  .next-link {
    padding-right: 22px;
    font-size: 14px;
    line-height: 14px;
  }
.anchor-nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6%;
    padding: 3% 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    text-align: left;
  }
  .anchor-nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top-style: none;
  }
  .anchor-nav-link:hover {
    border-bottom-color: #e0e6eb;
  }
  .anchor-nav-link.last {
    border-bottom-style: none;
  }
  .anchor-nav-drop {
    width: 100%;
    background-image: url('../images/Double-arrow-right.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .anchor-nav-list {
    position: static;
  }
  .anchor-nav-list.w--open {
    top: 37px;
    margin-top: 12px;
    background-color: #f6f7f8;
    box-shadow: none;
  }
  .anchor-child-link {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #e0e6eb;
    border-bottom-style: none;
    background-color: #fff;
  }
  .anchor-child-link:hover {
    background-color: #fff;
    color: #414048;
  }
  .modal {
    padding-top: 96px;
    padding-bottom: 36px;
  }
  .modal-content {
    padding: 36px 36px 24px;
  }
}

@media (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }
  blockquote {
    padding-left: 42px;
    background-position: -36px 18px;
  }
  .p-small.caption {
    margin-top: -6%;
    margin-bottom: 18px;
  }
  .utility-page-content {
    width: 260px;
  }
  .button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .section.narrow {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section.hero {
    padding-top: 9%;
    padding-bottom: 13%;
  }
  .section.yellow._w-overlay {
    padding-top: 11%;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.inline-cta {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10%;
  }
  .fluid-cell.pagination {
    margin-right: 0%;
    margin-left: 0%;
    padding-bottom: 6%;
  }
  .fluid-cell.wrapp {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.wrapp._50-percent {
    width: 100%;
  }
  .fluid-cell.wrapp.detail {
    width: 100%;
  }
  .fluid-cell.in-wrapp {
    padding: 24px;
  }
  .fluid-cell.in-wrapp.news {
    padding: 12px 24px 18px;
  }
  .fluid-cell.wrap {
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.wrap._40-percent {
    width: 100%;
  }
  .fluid-cell.filter-nav {
    padding-bottom: 5%;
  }
  .nav-link {
    padding-left: 8%;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.quote-slider {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .container.block-slider {
    padding-bottom: 12%;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-in-text,
  img.alignnone {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .dropdown-list.nav.w--open {
    margin-right: -9%;
    margin-left: -8%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .nav-bar {
    padding-left: 7%;
  }
  .cta-link {
    padding-right: 20px;
  }
  .form-item-wrap {
    padding-top: 0px;
  }
  .form-item-wrap.half {
    width: 98%;
  }
  .form-item-wrap.action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .floating-nav-bar {
    padding: 3% 24px 3% 8%;
  }
  .search-button {
    width: 60px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    background-position: 50% 50%;
  }
  .section-bg-image-right {
    margin-top: 5%;
    margin-bottom: -7%;
  }
  .section-bg-image-right.in-hero {
    height: 200px;
  }
  .triangle-divider {
    margin-top: 12px;
  }
  .triangle-divider.negative-margin {
    margin-top: -6px;
  }
  .thumb-wrap.blog-image {
    margin-bottom: 18px;
  }
  .slide {
    width: 92%;
    margin-right: 8%;
  }
  .icon-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .icon-img.left-align {
    float: none;
  }
  .section-bg-image-left {
    height: 300px;
  }
  .white-border {
    border-width: 12px;
  }
  .block-copy.grey.no-b-margin {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-logo {
    margin-top: 12px;
  }
  .modal-search {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-bottom: 24px;
  }
  .search-block {
    padding-bottom: 24px;
  }
  .grey-border {
    border-width: 12px;
  }
  .b-margin-24 {
    margin-bottom: 6px;
  }
  .resources-thumb {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: -18px;
    margin-left: 0px;
  }
  .row-link-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
  .b-margin-36 {
    margin-bottom: 18px;
  }
  .half-circle-deco {
    left: 43vw;
    top: -7vw;
    width: 14vw;
    height: 14vw;
  }
  .avatar {
    max-width: 60%;
  }
  .avatar.avatar--modal {
    max-width: 60%;
  }
  .modal-bio {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-bottom: 24px;
  }
  .date-circle {
    margin-top: 24px;
    margin-bottom: -12px;
    margin-left: 24px;
  }
  .date-circle.detail {
    margin-bottom: 12px;
  }
  .dropdown {
    margin-bottom: 6px;
  }
  .links-wrapp {
    margin-top: 18px;
    padding-top: 18px;
  }
  .next-link {
    padding-right: 20px;
  }
  .anchor-nav {
    margin-bottom: 7%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .anchor-nav-drop {
    padding-right: 12vw;
  }
  .modal {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 84px;
    padding-bottom: 24px;
  }
  .modal-content {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-bottom: 24px;
  }
}
