/*!
 * Theme Name: Cinera Theme
 * Theme URI: https://cincera.com/
 * Description: Cincera Theme - MRCF Platfrom
 * Version: 1.0.0
 * Author: Chris Kelly - WorkingGears
 * Author: Benson Tait - WorkingGears
 * Author URI: https://workinggears.com/platform
 */
@font-face {
  font-family: "Reso";
  src:
    url("/wp-content/themes/_theme/assets/fonts/ResoThin.woff2") format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/ResoThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Reso";
  src:
    url("/wp-content/themes/_theme/assets/fonts/Reso.woff2") format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/Reso.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Reso";
  src:
    url("/wp-content/themes/_theme/assets/fonts/ResoBold.woff2") format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/ResoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Reso";
  src:
    url("/wp-content/themes/_theme/assets/fonts/ResoSemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/ResoSemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Reso";
  src:
    url("/wp-content/themes/_theme/assets/fonts/ResoLight.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/_theme/assets/fonts/ResoLight.woff2")
      format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/ResoLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src:
    url("/wp-content/themes/_theme/assets/fonts/Gotham-Book.woff2")
      format("woff2"),
    url("/wp-content/themes/_theme/assets/fonts/Gotham-Book.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}

body.theme-cincera {
  background: #fff;
  font-family: "Gotham", sans-serif;
  /* -- Loader -- */
  /* SearchPage */
  /* HtmlText */
}

@media (min-width: 1200px) {
  body.theme-cincera .Container {
    max-width: 970px;
  }
}

body.theme-cincera .Accordion {
  border: none;
  border-radius: 2px;
  margin: 0;
  background: #ffffff;
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

body.theme-cincera .Accordion .Accordion__items {
  border: 0;
}

body.theme-cincera .Accordion .Accordion__item {
  border-bottom: 1px solid #d8d8d8;
}

body.theme-cincera .Accordion .Accordion__anchor {
  padding: 18px 24px;
}

body.theme-cincera .Accordion .Accordion__label {
  color: #0aa1a3;
  font:
    700 1.8rem/1.33 "Reso",
    sans-serif;
}

body.theme-cincera .Accordion .Accordion__content {
  padding: 6px 24px 30px 24px;
}

body.theme-cincera .Accordion .Accordion__icon {
  border-radius: 50%;
}

body.theme-cincera .Accordion .Accordion__icon > svg {
  fill: #757575;
}

body.theme-cincera .Accordion .Accordion__anchor:hover .Accordion__icon {
  background: rgba(216, 216, 216, 0.4);
}

body.theme-cincera .Accordion img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

body.theme-cincera .Attribute {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.theme-cincera .Attribute .Attribute__icon {
  top: 1px;
}

body.theme-cincera .Attribute .Attribute__icon > svg {
  fill: #949494;
  z-index: 2;
}

body.theme-cincera .Attribute .Attribute__children {
  color: rgba(0, 0, 0, 0.54);
}

body.theme-cincera .Attribute a.Attribute__children {
  text-decoration: none;
}

body.theme-cincera .Attribute a.Attribute__children:hover {
  text-decoration: underline;
}

body.theme-cincera .Attribute.Attribute--Tag .Attribute__icon {
  top: -2px;
}

body.theme-cincera .Attribute.Attribute--LinkedinAlt {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 32px;
}

body.theme-cincera .Attribute.Attribute--LinkedinAlt .Attribute__icon {
  background: #3e85ac;
  border-radius: 50%;
  position: relative;
  -webkit-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  height: 32px;
  width: 32px;
  margin: 0;
}

body.theme-cincera .Attribute.Attribute--LinkedinAlt .Attribute__icon > svg {
  fill: #fff;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

body.theme-cincera .Attribute.Attribute--LinkedinAlt .Attribute__children {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 16px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.428571429;
  margin-left: -32px;
  min-height: 32px;
  padding: 6px 20px 6px 42px;
  text-decoration: none;
  transition: 300ms all;
}

body.theme-cincera
  .Attribute.Attribute--LinkedinAlt
  a.Attribute__children:hover {
  background: rgba(153, 153, 153, 0.4);
}

body.theme-cincera .Banner1 {
  height: auto;
  min-height: auto;
  position: relative;
}

@media (min-width: 768px) {
  body.theme-cincera .Banner1 {
    min-height: 100px;
  }
}

body.theme-cincera .Banner1 .Banner1__container {
  padding-top: 80px;
}

@media (min-width: 576px) {
  body.theme-cincera .Banner1 .Banner1__container {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  body.theme-cincera .Banner1 .Banner1__container {
    padding-top: 140px;
  }
}

body.theme-cincera .Banner1 .Banner1__img-wrapper {
  height: 900px;
}

body.theme-cincera .Banner1 .Banner1__img-wrapper::after {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    white 75%
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

body.theme-cincera .Banner1 .Banner1__content {
  padding: 30px 18px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  body.theme-cincera .Banner1 .Banner1__content {
    padding: 0 0 0 25%;
  }
}

body.theme-cincera .Banner1 .Banner1__actions {
  margin: 0 0 20px 0;
  text-align: left;
}

@media (min-width: 768px) {
  body.theme-cincera .Banner1 .Banner1__actions {
    margin: 0 0 80px 0;
  }
}

body.theme-cincera .BannerTitle {
  color: #000;
  font-family: "Reso", sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 36px;
  opacity: 0.9;
  text-align: right;
}

@media (min-width: 768px) {
  body.theme-cincera .BannerTitle {
    font-size: 5.5rem;
  }
}

body.theme-cincera .BannerSubTitle {
  color: #000;
  font-family: "Reso", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 33px;
  opacity: 0.9;
  text-align: right;
}

body.theme-cincera .Button {
  background: #f2d01f;
  border-radius: 2px;
  color: #000;
  font:
    700 1.7rem/1.5 "Reso",
    sans-serif;
  margin: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}

body.theme-cincera .Button > span:nth-child(n + 2) {
  font-weight: 400;
}

body.theme-cincera .Button:hover {
  background: #f5da4f;
  color: #000;
}

body.theme-cincera .DownloadBlockTheme1 {
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__left {
  background: #fff;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__right {
  background-image: linear-gradient(
    -180deg,
    rgba(38, 186, 187, 0.56) 0%,
    rgba(31, 163, 168, 0.8) 59%,
    rgba(0, 28, 59, 0.8) 99%
  );
  position: relative;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__right:before {
  background-image: linear-gradient(
    90deg,
    #26babb 0%,
    #1fa3a8 48%,
    #003363 100%
  );
  content: "";
  top: 0;
  height: 4px;
  right: 0;
  position: absolute;
  left: 0;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__icon > svg {
  fill: #0aa1a3;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__title {
  color: #000;
  font-family: "Reso", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 6px;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__attributes {
  color: #757575;
  font-size: 1.5rem;
}

body.theme-cincera .DownloadBlockTheme1 .DownloadBlockTheme1__link {
  color: #fff;
}

body.theme-cincera
  .DownloadBlockTheme1
  .DownloadBlockTheme1__download-icon
  > svg {
  fill: #fff;
}

body.theme-cincera .FeatureTileEvent .FeatureTileEventTheme1__right {
  background: #f4f4f4;
}

body.theme-cincera .FeatureTileEvent .FeatureTileEventTheme1__date-row-left {
  background: #3e85ac;
  color: #fff;
  font-family: "Reso", sans-serif;
  font-size: 4rem;
}

body.theme-cincera .FeatureTileEvent .FeatureTileEventTheme1__date-row-right {
  font-family: "Reso", sans-serif;
}

body.theme-cincera .FeatureTileEvent .FeatureTileEventTheme1__attributes {
  padding-left: 47px;
}

body.theme-cincera .FeatureTileLocation {
  position: relative;
}

body.theme-cincera .FeatureTileLocation:before {
  content: "";
  background-image: linear-gradient(
    90deg,
    #ffd500 0%,
    #fbc70c 32%,
    #f2a22d 100%
  );
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

body.theme-cincera .FeatureTileLocation .FeatureTileLayout1__left {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 30px 12px 24px 24px;
  width: 50%;
}

body.theme-cincera .FeatureTileLocation .FeatureTileLayout1__right {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 30px 24px 24px 12px;
  width: 50%;
}

body.theme-cincera .FeatureTileLocation .H2 {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

body.theme-cincera .FeatureTileCard {
  background: #fff;
  border: none;
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

body.theme-cincera .FeatureTileCard .H2 {
  font-family: "Reso", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

body.theme-cincera .FeatureTileCard .HtmlText {
  font-size: 1.4rem;
  line-height: 1.8;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__left {
  background: #f4f4f4;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__right {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 6px 24px 0 12px;
}

body.theme-cincera .FeatureTileNews .Attribute {
  padding: 6px 24px;
  margin-bottom: 6px;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__day,
body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__month,
body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__year {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Reso", sans-serif;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  height: 100px;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__day {
  background: #3e85ac;
  color: #fff;
  font-size: 60px;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__month,
body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__year {
  color: #262626;
  font-size: 24px;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__name {
  padding: 24px;
}

body.theme-cincera .FeatureTileNews .FeatureTileNewsLayout2__text {
  padding: 24px;
}

body.theme-cincera .FeatureTilePage .BrandTint {
  height: 100px;
}

body.theme-cincera .FeatureTilePage .FeatureTilePage__text {
  margin-bottom: 12px;
}

body.theme-cincera .FeatureTilePage .FeatureTileLayout1__left {
  padding: 24px 0 12px 24px;
}

body.theme-cincera .FeatureTilePage .FeatureTileLayout1__right {
  padding: 24px 24px 12px 12px;
}

body.theme-cincera .FeatureTilePage .FeatureTileLayout1__bottom {
  padding: 0 24px 24px;
}

body.theme-cincera .FeatureTileStaff .FeatureTileLayout1__slot1 {
  height: auto;
  padding: 24px 0 0 24px;
  background-color: transparent;
}

body.theme-cincera .FeatureTileStaff .FeatureTileLayout1__slot2 {
  padding: 24px 24px 12px;
}

body.theme-cincera .FeatureTileStaff .FeatureTileLayout1__slot3 {
  padding: 24px;
}

body.theme-cincera .FeatureTileStaff .FeatureTileStaff__text {
  margin: 0;
}

body.theme-cincera .FeatureTileStaff .FeatureTileStaff__name {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 0 0;
}

body.theme-cincera .FeatureTileStaff .FeatureTileStaff__position {
  font-family: "Gotham", sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 0;
}

body.theme-cincera .FeatureTileStaff .FeatureTileStaff__qualifications {
  margin-bottom: 12px;
}

body.theme-cincera .FeatureTileStaff .FeatureTileStaff__qualification {
  font-family: "Gotham", sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 0 3px 0 0;
}

body.theme-cincera .Footer {
  background: #f4f4f4;
  padding: 48px 0;
  margin-top: 36px;
}

body.theme-cincera .Footer .Footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__wrapper {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

body.theme-cincera .Footer .Footer__links {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-row: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  margin: 0;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Footer .Footer__links {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__links {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

body.theme-cincera .Footer .Footer__copyright {
  -ms-grid-row: 3;
  grid-row: 3 / 3;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  text-align: center;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Footer .Footer__copyright {
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__copyright {
    -ms-grid-row: 1;
    grid-row: 1 / 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

body.theme-cincera .Footer .Footer__copyright,
body.theme-cincera .Footer .Footer__link {
  color: rgba(0, 0, 0, 0.54);
  font:
    400 1.4rem/1.714 "Gotham",
    sans-serif;
  padding: 0;
  position: relative;
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__copyright,
  body.theme-cincera .Footer .Footer__link {
    margin: 0 9px;
  }
}

body.theme-cincera .Footer .Footer__link:hover {
  text-decoration: underline;
}

body.theme-cincera .Footer .Footer__link::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 16px;
  position: absolute;
  right: -9px;
  width: 1px;
  top: 5px;
}

body.theme-cincera .Footer .Footer__link:first-child {
  margin-left: 0;
}

body.theme-cincera .Footer .Footer__link:last-child {
  margin-right: 0;
}

body.theme-cincera .Footer .Footer__link:last-child::after {
  display: none;
}

body.theme-cincera .Footer .Footer__workinggears {
  color: rgba(0, 0, 0, 0.54);
  font:
    400 1.2rem/1.714 "Gotham",
    sans-serif;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  -ms-grid-row: 4;
  grid-row: 4 / 4;
  margin: 0;
  text-align: center;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Footer .Footer__workinggears {
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__workinggears {
    -ms-grid-row: 3;
    grid-row: 3 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

body.theme-cincera .Footer .Footer__workinggears a {
  text-decoration: none;
}

body.theme-cincera .Footer .Footer__workinggears a:hover {
  text-decoration: underline;
}

body.theme-cincera .Footer .Footer__text {
  color: rgba(0, 0, 0, 0.54);
  font:
    400 1.2rem/1.714 "Gotham",
    sans-serif;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  -ms-grid-row: 2;
  grid-row: 2 / 2;
  margin: 0;
  text-align: center;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Footer .Footer__text {
    text-align: right;
  }
}

@media all and (min-width: 768px) {
  body.theme-cincera .Footer .Footer__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

body.theme-cincera .Footer .Footer__text a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

body.theme-cincera .Footer .Footer__text a:hover {
  text-decoration: underline;
}

body.theme-cincera .Label {
  display: none;
}

body.theme-cincera .Input,
body.theme-cincera .TextArea,
body.theme-cincera .Select {
  margin-bottom: 30px;
  position: relative;
}

body.theme-cincera .Input .Input__input,
body.theme-cincera .TextArea .TextArea__textarea,
body.theme-cincera .Select .Select__select {
  background: rgba(153, 153, 153, 0.1);
  border-radius: 2px;
  border: 0;
  color: #949494;
  font-size: 16px;
  letter-spacing: 0.43px;
  height: 44px;
}

body.theme-cincera .Input .Input__input::-webkit-input-placeholder,
body.theme-cincera .TextArea .TextArea__textarea::-webkit-input-placeholder,
body.theme-cincera .Select .Select__select::-webkit-input-placeholder {
  color: #949494;
}

body.theme-cincera .Input .Input__input:-ms-input-placeholder,
body.theme-cincera .TextArea .TextArea__textarea:-ms-input-placeholder,
body.theme-cincera .Select .Select__select:-ms-input-placeholder {
  color: #949494;
}

body.theme-cincera .Input .Input__input::-ms-input-placeholder,
body.theme-cincera .TextArea .TextArea__textarea::-ms-input-placeholder,
body.theme-cincera .Select .Select__select::-ms-input-placeholder {
  color: #949494;
}

body.theme-cincera .Input .Input__input::placeholder,
body.theme-cincera .TextArea .TextArea__textarea::placeholder,
body.theme-cincera .Select .Select__select::placeholder {
  color: #949494;
}

body.theme-cincera .Select .Select__select {
  padding-top: 9px;
}

body.theme-cincera .TextArea .TextArea__textarea {
  height: auto;
}

body.theme-cincera .Select .Select__icon {
  top: 9px;
  right: 9px;
}

body.theme-cincera .FormValidationError {
  font-size: 11px;
  position: absolute;
  bottom: -16px;
  left: 10px;
}

body.theme-cincera .FormHelpMessage {
  color: #000;
  font-size: 11px;
}

body.theme-cincera .Grid.Grid--layout1 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-1::before,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-2::before,
body.theme-cincera .Grid.Grid--layout4 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout7 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0::before,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-1::before {
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

body.theme-cincera .Grid.Grid--layout1 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-1::before,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-2::before,
body.theme-cincera .Grid.Grid--layout4 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout7 .Grid__tile::before,
body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0::before,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-1::before {
  background-image: linear-gradient(
    90deg,
    #ffd500 0%,
    #fbc70c 32%,
    #f2a22d 100%
  );
}

body.theme-cincera .Grid.Grid--layout1 .Grid__tile,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-1,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-2,
body.theme-cincera .Grid.Grid--layout4 .Grid__tile,
body.theme-cincera .Grid.Grid--layout7 .Grid__tile,
body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0,
body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-1 {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  body.theme-cincera .Grid.Grid--layout1 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-1,
  body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-2,
  body.theme-cincera .Grid.Grid--layout4 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout7 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0,
  body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-1 {
    border-radius: 3px;
  }
}

body.theme-cincera .Grid.Grid--layout2 .Grid__tile.Grid__tile--index-0,
body.theme-cincera .Grid.Grid--layout3 .Grid__tile,
body.theme-cincera .Grid.Grid--layout5 .Grid__tile {
  background: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
}

body.theme-cincera .Grid.Grid--layout4 .Grid__tile-image,
body.theme-cincera .Grid.Grid--layout5 .Grid__tile-image,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-1
  .Grid__tile-image,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-2
  .Grid__tile-image,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-1
  .Grid__tile-image {
  padding: 24px;
}

body.theme-cincera .Grid.Grid--layout4 .Grid__tile-content,
body.theme-cincera .Grid.Grid--layout5 .Grid__tile-content,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-1
  .Grid__tile-content,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-2
  .Grid__tile-content,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-1
  .Grid__tile-content {
  padding: 0 24px 24px 24px;
}

@media (min-width: 768px) {
  body.theme-cincera .Grid.Grid--layout4 .Grid__tile-content,
  body.theme-cincera .Grid.Grid--layout5 .Grid__tile-content,
  body.theme-cincera
    .Grid.Grid--layout7
    .Grid__tile.Grid__tile--index-1
    .Grid__tile-content,
  body.theme-cincera
    .Grid.Grid--layout7
    .Grid__tile.Grid__tile--index-2
    .Grid__tile-content,
  body.theme-cincera
    .Grid.Grid--layout10
    .Grid__tile.Grid__tile--index-1
    .Grid__tile-content {
    padding: 24px 24px 24px 0;
  }
}

body.theme-cincera .Grid.Grid--layout1 .Grid__tile-image,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile-image,
body.theme-cincera .Grid.Grid--layout3 .Grid__tile-image,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-0
  .Grid__tile-image,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-0
  .Grid__tile-image {
  padding: 24px;
}

body.theme-cincera .Grid.Grid--layout1 .Grid__tile-content,
body.theme-cincera .Grid.Grid--layout2 .Grid__tile-content,
body.theme-cincera .Grid.Grid--layout3 .Grid__tile-content,
body.theme-cincera
  .Grid.Grid--layout7
  .Grid__tile.Grid__tile--index-0
  .Grid__tile-content,
body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-0
  .Grid__tile-content {
  padding: 0 24px 24px 24px;
}

@media (min-width: 768px) {
  body.theme-cincera .Grid.Grid--layout1 .Grid__tile-content,
  body.theme-cincera .Grid.Grid--layout2 .Grid__tile-content,
  body.theme-cincera .Grid.Grid--layout3 .Grid__tile-content,
  body.theme-cincera
    .Grid.Grid--layout7
    .Grid__tile.Grid__tile--index-0
    .Grid__tile-content,
  body.theme-cincera
    .Grid.Grid--layout10
    .Grid__tile.Grid__tile--index-0
    .Grid__tile-content {
    padding: 0 24px 24px 24px;
  }
}

@media (min-width: 768px) {
  body.theme-cincera .Grid.Grid--layout6 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout8 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout9 .Grid__tile {
    border-radius: 3px;
  }
}

body.theme-cincera .Grid.Grid--layout6 .Grid__tile-content,
body.theme-cincera .Grid.Grid--layout8 .Grid__tile-content,
body.theme-cincera .Grid.Grid--layout9 .Grid__tile-content {
  padding: 24px;
}

body.theme-cincera .Grid.Grid--layout6 .CardImage__foreground,
body.theme-cincera .Grid.Grid--layout8 .CardImage__foreground,
body.theme-cincera .Grid.Grid--layout9 .CardImage__foreground {
  transition: 300ms all;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

body.theme-cincera
  .Grid.Grid--layout6
  .Hover.Hover--hovered
  .CardImage__foreground,
body.theme-cincera
  .Grid.Grid--layout8
  .Hover.Hover--hovered
  .CardImage__foreground,
body.theme-cincera
  .Grid.Grid--layout9
  .Hover.Hover--hovered
  .CardImage__foreground {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

body.theme-cincera .Grid.Grid--brand {
  background: #fff;
}

body.theme-cincera .Grid .Grid__tile-wrapper {
  padding: 0;
}

body.theme-cincera .Grid .Grid__tile-heading {
  color: #000;
  font:
    600 2.8rem/1.5 "Reso",
    sans-serif;
  margin: 0 0 12px;
}

body.theme-cincera .Grid .Grid__tile-text {
  color: rgba(38, 38, 38, 0.54);
  font:
    400 1.6rem/1.62 "Gotham",
    sans-serif;
  margin: 0 0 24px;
  white-space: pre-line;
}

@media (min-width: 768px) {
  body.theme-cincera .Grid.Grid--layout1 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout2 .Grid__tile,
  body.theme-cincera .Grid.Grid--layout3 .Grid__tile {
    width: calc(33.33% - 20px);
  }
}

body.theme-cincera .Grid.Grid--layout10 .Grid__wrapper {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

@media (min-width: 768px) {
  body.theme-cincera
    .Grid.Grid--layout10
    .Grid__tile.Grid__tile--index-0
    .Grid__tile-text {
    display: none;
  }
}

body.theme-cincera
  .Grid.Grid--layout10
  .Grid__tile.Grid__tile--index-1
  .Grid__tile-image {
  width: 100%;
}

@media (min-width: 768px) {
  body.theme-cincera
    .Grid.Grid--layout10
    .Grid__tile.Grid__tile--index-1
    .Grid__tile-image {
    width: 288px;
  }
}

body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-2,
body.theme-cincera .Grid.Grid--layout10 .Grid__tile.Grid__tile--index-3 {
  display: none;
}

body.theme-cincera .H1,
body.theme-cincera .H2,
body.theme-cincera .H3,
body.theme-cincera .H4 {
  font-family: "Gotham", sans-serif;
}

body.theme-cincera .ImageBlock .ImageBlock__caption {
  color: #000;
  font:
    700 1.8rem/1.33 "Reso",
    sans-serif;
  padding: 30px;
}

body.theme-cincera .ImageBlock.ImageBlock--contain .ImageBlock__image {
  min-height: 260px;
}

body.theme-cincera .ImageBlock.ImageBlock--contain .ImageBlock__image {
  background-size: contain;
  background-repeat: no-repeat;
}

body.theme-cincera .IntroBlock .IntroBlock__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

body.theme-cincera .IntroBlock .IntroBlock__sub-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

body.theme-cincera .IntroBlock .HtmlText {
  margin: 12px 0 24px;
}

body.theme-cincera .Link .Link__image-wrapper {
  padding: 24px 24px 0 24px;
}

@media (min-width: 768px) {
  body.theme-cincera .Link .Link__image-wrapper {
    padding: 24px 0 24px 24px;
  }
}

body.theme-cincera .Link .Link__content {
  padding: 24px 30px 24px;
}

body.theme-cincera .MoreLess .MoreLess__anchor {
  background: #f4f4f4;
  border-radius: 2px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font:
    1.6rem/1 "Reso",
    sans-serif;
  padding: 12px 30px;
  text-decoration: none;
  transition: 300ms all;
}

body.theme-cincera .MoreLess .MoreLess__anchor:hover {
  background: rgba(244, 244, 244, 0.7);
  text-decoration: none;
}

body.theme-cincera .MoreLess .MoreLess__icon {
  display: none;
}

body.theme-cincera .Page {
  min-height: 800px;
}

body.theme-cincera .Page .Page__container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.theme-cincera .Page .Page__left-column {
  -webkit-flex: 0 0 210px;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

@media (min-width: 1200px) {
  body.theme-cincera .Page .Page__right-column {
    -webkit-flex: 0 0 610px;
    -ms-flex: 0 0 610px;
    flex: 0 0 610px;
  }
}

body.theme-cincera .Page .Page__panel {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

body.theme-cincera .Page .Page__card-content-item {
  margin-bottom: 30px;
}

body.theme-cincera .Page .Page__post-card-content {
  background: transparent;
}

body.theme-cincera .Pipelines {
  padding: 0;
}

body.theme-cincera .Pipelines .Pipelines__table {
  border: 0;
}

body.theme-cincera .Pipelines .Pipelines__thead-th {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.theme-cincera .Pipelines .Pipelines__thead-tr-1 {
  border: 0;
  height: 100px;
  padding: 0 12px;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Pipelines .Pipelines__thead-tr-1 {
    height: auto;
  }
}

body.theme-cincera .Pipelines .Pipelines__thead-tr-2 {
  border: 0;
  height: 100px;
  padding: 0 12px;
}

@media all and (min-width: 576px) {
  body.theme-cincera .Pipelines .Pipelines__thead-tr-2 {
    height: 70px;
  }
}

body.theme-cincera .Pipelines .Pipelines__th-spacer {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 24px 12px 0;
}

body.theme-cincera .Pipelines .Pipelines__th-spacer-label {
  color: #000;
  font:
    600 16px/1.5 "Gotham",
    sans-serif;
}

body.theme-cincera .Pipelines .Pipelines__th-group-label {
  color: #000;
  padding: 18px 12px;
  text-transform: uppercase;
  font:
    600 14px/1.71429 "Reso",
    sans-serif;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media all and (min-width: 576px) {
  body.theme-cincera .Pipelines .Pipelines__th-group-label {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

body.theme-cincera .Pipelines .Pipelines__th {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.theme-cincera .Pipelines .Pipelines__th-label {
  color: #000;
  padding: 18px 12px;
  text-transform: uppercase;
  font:
    600 14px/1 "Reso",
    sans-serif;
}

body.theme-cincera .Pipelines .Pipelines__tr {
  background: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 12px;
}

body.theme-cincera .Pipelines .Pipelines__cells {
  overflow: hidden;
}

body.theme-cincera .Pipelines .Pipelines__spacer {
  border: 0;
}

body.theme-cincera .Pipelines .Pipelines__label {
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 24px 0 0;
  text-align: right;
}

body.theme-cincera
  .Pipelines
  .Pipelines__tr.Pipelines__tr--group
  .Pipelines__label {
  font-weight: 700;
}

body.theme-cincera .Pipelines .Pipelines__data {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  height: 30px;
  background-color: transparent;
}

body.theme-cincera
  .Pipelines
  .Pipelines__tr:nth-child(1n + 1)
  .Pipelines__data {
  background-image: linear-gradient(
    90deg,
    #26babb 0%,
    #1fa3a8 48%,
    #003363 100%
  );
}

body.theme-cincera
  .Pipelines
  .Pipelines__tr:nth-child(2n + 1)
  .Pipelines__data {
  background-image: linear-gradient(
    90deg,
    #c65c8e 0%,
    #c62e7f 49%,
    #5e0246 100%
  );
}

body.theme-cincera
  .Pipelines
  .Pipelines__tr:nth-child(3n + 1)
  .Pipelines__data {
  background-image: linear-gradient(
    90deg,
    #ffdf3f 0%,
    #fbc70c 50%,
    #ff9700 99%
  );
}

body.theme-cincera .Pipelines .Pipelines__td {
  border: 0;
  min-height: 60px;
}

body.theme-cincera .PrimaryNavigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigation__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  body.theme-cincera .PrimaryNavigation .PrimaryNavigation__wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItems {
  height: 46px;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem {
  border-bottom-width: 2px;
}

body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItem
  .PrimaryNavigationItem__label {
  color: #2e2e2e;
  font:
    400 2.2rem "Reso",
    sans-serif;
  letter-spacing: -0.2px;
  white-space: nowrap;
  padding: 10px 18px;
  text-transform: lowercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItem
  .PrimaryNavigationItem__dropdown-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem:hover {
  border-bottom-color: #000;
  border-bottom-width: 2px;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem.active,
body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem.active:hover {
  border-bottom-color: #000;
  border-bottom-width: 2px;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem__subitem {
  color: #2e2e2e;
  font:
    600 1.8rem "Reso",
    sans-serif,
    sans-serif;
  letter-spacing: -0.2px;
  padding: 24px 24px;
  text-decoration: none;
  text-transform: lowercase;
}

body.theme-cincera .PrimaryNavigation .PrimaryNavigationItem__subitem:hover {
  background: #fff;
  text-decoration: none;
}

body.theme-cincera .PrimaryNavigation .Logo img {
  height: 47.45px;
  width: 150px;
}

@media (min-width: 576px) {
  body.theme-cincera .PrimaryNavigation .Logo img {
    height: 68px;
    width: 216px;
  }
}

body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItem
  .PrimaryNavigationItem__dropdown-icon
  svg,
body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItem:hover
  .PrimaryNavigationItem__dropdown-icon
  svg,
body.theme-cincera .PrimaryNavigation .SearchBar .SearchBar__search-icon > svg,
body.theme-cincera
  .PrimaryNavigation
  .SearchBar
  .SearchBar__search-icon:hover
  > svg,
body.theme-cincera .PrimaryNavigation .SearchBar .SearchBar__close-icon > svg,
body.theme-cincera
  .PrimaryNavigation
  .SearchBar
  .SearchBar__close-icon:hover
  > svg,
body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItems
  .PrimaryNavigationItems__hamburger-icon
  > svg,
body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItems
  .PrimaryNavigationItems__hamburger-icon:hover
  > svg,
body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItems
  .PrimaryNavigationItems__search-icon
  > svg,
body.theme-cincera
  .PrimaryNavigation
  .PrimaryNavigationItems
  .PrimaryNavigationItems__search-icon:hover
  > svg {
  fill: #000;
}

body.theme-cincera .HamburgerMenuItem {
  font-size: 1.6rem;
}

body.theme-cincera .HamburgerMenuItem .HamburgerMenuItem__link {
  padding: 18px;
  text-transform: lowercase;
}

body.theme-cincera .PromoText .PromoText__wrapper {
  padding: 60px 0;
}

body.theme-cincera .PromoText .PromoText__heading {
  color: #000;
  font-family: "Reso", sans-serif;
  font-size: 3.8rem;
}

body.theme-cincera .PromoText .PromoText__text {
  color: #000;
  font-family: "Reso", sans-serif;
  font-size: 2.4rem;
}

body.theme-cincera .PromoText.PromoText--brand {
  background-color: #f4f4f4;
}

body.theme-cincera .SecondaryNavigation {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
}

body.theme-cincera .SecondaryNavigation .SecondaryNavigation__item {
  padding: 18px 24px;
  text-align: right;
}

body.theme-cincera
  .SecondaryNavigation
  .SecondaryNavigation__item:hover
  .SecondaryNavigation__item-label,
body.theme-cincera .SecondaryNavigation .SecondaryNavigation__item-label {
  color: #000;
  font:
    2.2rem "Reso",
    sans-serif;
  text-transform: lowercase;
}

body.theme-cincera .SecondaryNavigation .SecondaryNavigation__item:hover,
body.theme-cincera
  .SecondaryNavigation
  .SecondaryNavigation__item.active:hover {
  background: rgba(242, 208, 31, 0.7);
}

body.theme-cincera .SecondaryNavigation .SecondaryNavigation__item.active {
  background: #f2d01f;
}

body.theme-cincera
  .SecondaryNavigation
  .SecondaryNavigation__item.active
  .SecondaryNavigation__item-label {
  font-weight: 600;
}

body.theme-cincera .Table {
  border-radius: 4px;
  border: none;
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

body.theme-cincera .Table .Table__table {
  border: none;
}

body.theme-cincera .Table .Table__cell-html-text {
  color: #000;
}

body.theme-cincera .Table .Table__heading .Table__cell-html-text {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
}

body.theme-cincera .Table .Table__cell,
body.theme-cincera .Table .Table__row:first-child .Table__cell {
  border: 0;
}

body.theme-cincera .Table .Table__row {
  border-bottom: 1px solid #d8d8d8;
}

body.theme-cincera .Table .Table__heading {
  background: #f4f4f4;
}

body.theme-cincera .Tag .Tag__tag {
  background: #3e85ac;
  border-radius: 6px;
  border: 0;
  color: #fff;
  font-family: "Reso", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 4px 2px 0;
  padding: 4px 12px;
}

body.theme-cincera .Loader .Loader__dot {
  background-color: #f2d01f;
}

body.theme-cincera .SearchPage .SearchPage__container {
  padding-top: 170px;
}

body.theme-cincera .HtmlText {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

body.theme-cincera .HtmlText a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: underline;
}

body.theme-cincera .HtmlText a:hover {
  text-decoration: underline;
}
