html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/********************************************
Variables
*********************************************/
/********************************************
Base
*********************************************/
body {
  font-family: Graphik, sans-serif; }

.pb-page {
  margin-top: 80px;
  font-family: Graphik, sans-serif; }
  @media only screen and (min-width: 600px) {
    .pb-page {
      margin-top: 120px; } }
  .pb-page p {
    font-family: Graphik, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 14px; }
  .pb-page strong {
    font-weight: 500; }
  .pb-page pb-button {
    font-family: Graphik, sans-serif; }
  .pb-page blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 90px; }
    .pb-page blockquote p {
      font-size: 18px;
      line-height: 1.5; }
      @media only screen and (min-width: 600px) {
        .pb-page blockquote p {
          font-size: 22px; } }
    .pb-page blockquote:after {
      content: "";
      display: block;
      position: absolute;
      width: 120px;
      border-bottom: 6px solid #000;
      bottom: -50px;
      left: 50%;
      margin-left: -60px; }
  .pb-page h1, .pb-page h2, .pb-page h3, .pb-page h4, .pb-page h5, .pb-page h6 {
    font-family: orpheuspro, serif;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700; }
  .pb-page h1, .pb-page h2 {
    font-size: 42px; }

.pb-section-block {
  display: block;
  width: 100%; }
  .pb-section-block--full {
    margin: 0 auto;
    width: 100%; }
  .pb-section-block--wide {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px; }
  .pb-section-block--narrow {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px; }

/********************************************
Content Styling Global
*********************************************/
.h-heading-title {
  font-family: orpheuspro, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased; }
  .h-heading-title--large {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.3; }
    @media only screen and (max-width: 600px) {
      .h-heading-title--large {
        font-size: 52px; } }
  .h-heading-title--medium {
    font-size: 32px;
    font-weight: 700; }

.h-heading-sub-title {
  display: block;
  width: 100%;
  font-size: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  text-align: center !important;
  margin-bottom: 50px; }

/********************************************
Blocks
*********************************************/
.pb-image-text-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%; }
  @media only screen and (min-width: 600px) {
    .pb-image-text-block {
      margin-bottom: 10%; } }
  .pb-image-text-block--right {
    flex-direction: row; }
    @media only screen and (max-width: 600px) {
      .pb-image-text-block--right {
        flex-direction: column; } }
  .pb-image-text-block--left {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 600px) {
      .pb-image-text-block--left {
        flex-direction: column; } }
  .pb-image-text-block__image {
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .pb-image-text-block__image {
        width: 100%;
        margin-bottom: 40px; } }
    .pb-image-text-block__image img {
      width: 100%; }
  .pb-image-text-block__text {
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .pb-image-text-block__text {
        width: 100%; } }
    @media only screen and (min-width: 600px) {
      .pb-image-text-block__text--left {
        padding-right: 6%; } }
    @media only screen and (min-width: 600px) {
      .pb-image-text-block__text--right {
        padding-left: 6%; } }
    .pb-image-text-block__text .h-heading-title {
      margin-bottom: 20px;
      line-height: 1.4; }
    .pb-image-text-block__text p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 14px; }
    .pb-image-text-block__text .b-button {
      display: inline-block;
      line-height: 50px;
      height: 50px;
      text-align: center;
      border: 1px solid #000;
      padding: 0 25px;
      text-transform: uppercase;
      font-size: 14px;
      color: #000;
      margin-top: 20px; }
      .pb-image-text-block__text .b-button:hover {
        background: #000;
        color: #fff; }
  .pb-image-text-block__additional-text {
    width: 100%;
    visibility: hidden;
    height: 0; }
    .pb-image-text-block__additional-text.visible {
      padding-top: 8%;
      visibility: visible;
      height: auto; }

.pb-hero-block {
  display: flex;
  margin-bottom: 8%;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .pb-hero-block {
      height: 60vh; } }
  .pb-hero-block__bg-image {
    position: absolute;
    height: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }
    @media only screen and (max-width: 600px) {
      .pb-hero-block__bg-image {
        display: block; } }
  .pb-hero-block__image {
    width: 100%;
    display: block; }
    @media only screen and (max-width: 600px) {
      .pb-hero-block__image {
        display: none; } }
    .pb-hero-block__image img {
      width: 100% !important;
      max-width: 100% !important; }
  .pb-hero-block__blurb {
    display: inline-block;
    max-width: 600px; }
  .pb-hero-block__text {
    box-sizing: border-box;
    z-index: 9999;
    position: absolute;
    font-size: 32px;
    color: #fff; }
    @media only screen and (min-width: 600px) {
      .pb-hero-block__text {
        padding-top: 50px; }
        .pb-hero-block__text .h-heading-title, .pb-hero-block__text p {
          color: #fff;
          margin-bottom: 10px;
          font-size: auto;
          font-size: 52px; } }
    .pb-hero-block__text .h-heading-title {
      display: block;
      line-height: 1.2; }
      .pb-hero-block__text .h-heading-title p {
        color: #fff; }
    .pb-hero-block__text small {
      font-size: 14px;
      vertical-align: top; }
    .pb-hero-block__text--center {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      padding: 0 4%;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
    @media only screen and (min-width: 600px) {
      .pb-hero-block__text--left {
        text-align: left;
        width: 50%;
        padding: 0 4%;
        top: 50%;
        box-sizing: border-box;
        transform: translateY(-50%); } }
/********************************************
Text Column
*********************************************/
.pb-text-column, .pb-double-text-column {
  margin-bottom: 10%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px; }
  @media only screen and (min-width: 600px) {
    .pb-text-column, .pb-double-text-column {
      margin-bottom: 10%; } }
.pb-text-column--none {
  padding: 0; }

.pb-text-column--small {
  padding: 0 5%; }

.pb-text-column--large {
  padding: 0 14%; }

.pb-text-column a {
  color: #000;
  text-decoration: underline; }

.pb-double-text-column {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 600px) {
    .pb-double-text-column {
      flex-direction: row; } }
  .pb-double-text-column .column {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .pb-double-text-column .column {
        width: 50%; } }
img.aligncenter {
  text-align: center;
  display: inline-block !important; }

/********************************************
Accordion and List Items
*********************************************/
.accordion {
  margin-bottom: 10%;
  /*ul li a:hover:before{
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		background-color:#D92333;
		top: -1px;
		left: 0;
	}*/ }
  .accordion--half ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1);
    grid-gap: 15px; }
    @media only screen and (min-width: 800px) {
      .accordion--half ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2);
        grid-gap: 15px 80px; } }
    .accordion--half ul li {
      width: 100%; }
  @media only screen and (min-width: 600px) {
    .accordion {
      margin-bottom: 10%; } }
  .accordion ul li {
    position: relative;
    list-style: none;
    font-family: Graphik, sans-serif; }
  .accordion ul li a {
    color: #fff;
    background-color: #333;
    display: block;
    padding: 16px 0 16px 15px;
    border-bottom: 1px solid #fff;
    transition: background-color .1s linear;
    font-weight: 700; }
  .accordion ul li:first-child a {
    border-top: 1px solid #222; }
  .accordion ul li.has-child a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(../asset/images/downwhitearrow.svg);
    top: 27px;
    right: 15px; }
  .accordion ul li a:hover,
  .accordion ul li a.active-child {
    color: #fff;
    background-color: #222;
    border-bottom: 1px solid #fff; }
  .accordion ul li:first-child a:hover,
  .accordion ul li:first-child a.active-child {
    border-top: 1px solid #222; }
  .accordion ul li a:hover:after,
  .accordion ul li a.active-child:after {
    background-image: url(../asset/images/downwhitearrow.svg); }
  .accordion .sub-child {
    overflow: none;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .accordion .sub-child.show-sub-child {
    max-height: 100%;
    opacity: 1;
    visibility: visible; }
  .accordion .sub-child li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px 13px;
    font-size: 16px;
    background-color: #EBEAEA;
    border-bottom: 1px solid #fff; }
  .accordion .sub-child li p {
    font-size: 16px; }
  .accordion .sub-child li:last-child {
    border-bottom: 1px solid #222; }
  .accordion .sub-child li p {
    padding: 0;
    margin: 0; }

/********************************************
List
*********************************************/
.pb-list-items {
  display: block;
  width: 100%; }

.pb-list-item {
  background: #efefef;
  padding: 15px 10px;
  color: #333;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  align-items: stretch;
  margin-bottom: 2px;
  text-align: left; }
  @media only screen and (min-width: 600px) {
    .pb-list-item {
      flex-direction: row; } }
  .pb-list-item__left {
    width: 100%;
    margin-bottom: 4px;
    font-weight: 700; }
    @media only screen and (min-width: 600px) {
      .pb-list-item__left {
        width: 15%;
        margin-bottom: 0; } }
  .pb-list-item__center {
    width: 100%;
    margin-bottom: 4px; }
    @media only screen and (min-width: 600px) {
      .pb-list-item__center {
        width: 70%;
        margin-bottom: 0; } }
  .pb-list-item__right {
    width: 100%;
    margin-bottom: 4px; }
    @media only screen and (min-width: 600px) {
      .pb-list-item__right {
        width: 15%;
        margin-bottom: 0; } }
.pb-list-1column {
  padding: 10px; }

/********************************************
Multi Column
*********************************************/
.multi-column {
  display: block; }
  .multi-column__row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #333;
    flex-direction: column; }
    @media only screen and (min-width: 800px) {
      .multi-column__row {
        flex-direction: row; } }
  .multi-column a {
    background: none !important;
    padding: 10px;
    border: none !important; }
    .multi-column a:hover {
      background: none !important; }
    .multi-column a:after {
      content: "";
      display: none; }
  .multi-column blockquote {
    background-color: #222;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px; }
    .multi-column blockquote:after {
      content: "";
      display: none;
      margin: 0; }
    .multi-column blockquote p {
      font-size: 16px; }
  .multi-column img {
    width: 50%; }
    @media only screen and (min-width: 800px) {
      .multi-column img {
        width: auto; } }
  .multi-column__column {
    padding: 2%; }
    .multi-column__column:first-of-type {
      width: 100%; }
      @media only screen and (min-width: 800px) {
        .multi-column__column:first-of-type {
          width: 30%;
          border-right: 1px solid #333; } }
    .multi-column__column:nth-child(2) {
      width: 100%; }
      @media only screen and (min-width: 800px) {
        .multi-column__column:nth-child(2) {
          width: 50%;
          border-right: 1px solid #333; } }
    .multi-column__column:nth-child(3) {
      width: 100%; }
      @media only screen and (min-width: 800px) {
        .multi-column__column:nth-child(3) {
          width: 20%;
          padding: 2%; } }
/********************************************
Infographic Block
*********************************************/
.infographic-block {
  background: #D92333;
  margin-bottom: 10%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8% 4%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1);
  grid-gap: 15px;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .infographic-block {
      margin-bottom: 10%; } }
  @media only screen and (min-width: 800px) {
    .infographic-block {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3);
      grid-gap: 40px; } }
  .infographic-block__item {
    text-align: center; }
    .infographic-block__item .figure-img img {
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .infographic-block__item span {
      display: block;
      font-size: 40px;
      line-height: 40px;
      margin-top: 30px;
      margin-bottom: 20px;
      color: #fff; }
    .infographic-block__item p {
      display: block;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #fff; }

/********************************************
Hero Banner With Icons
*********************************************/
.hero-banner-with-icons {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 800px) {
    .hero-banner-with-icons {
      padding: 80px;
      flex-direction: row;
      align-items: stretch;
      min-height: 40vh; } }
  .hero-banner-with-icons:before {
    content: "";
    z-index: 5;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333334;
    opacity: 0.6; }
  .hero-banner-with-icons__heading {
    color: #fff;
    font-family: Graphik, sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    margin-bottom: 20px !important; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__heading {
        font-size: 52px !important;
        margin-bottom: 20px !important; } }
  .hero-banner-with-icons__sub-heading {
    color: #fff;
    font-family: Graphik, sans-serif !important;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px !important; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__sub-heading {
        font-size: 18px !important; } }
  .hero-banner-with-icons__left {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__left {
        margin-bottom: 0;
        width: 50%;
        padding-right: 5%; } }
  .hero-banner-with-icons__right {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__right {
        width: 50%; } }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__right {
        justify-content: center; } }
  .hero-banner-with-icons__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1);
    grid-gap: 0px; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2);
        grid-gap: 20px; } }
  .hero-banner-with-icons__grid-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    color: #fff;
    margin-top: 10px; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__grid-item {
        justify-content: center;
        padding: 2%;
        margin-top: 0px; }
        .hero-banner-with-icons__grid-item:nth-child(1):after {
          position: absolute;
          height: 100%;
          display: block;
          right: -10px;
          bottom: -10px;
          content: "";
          border-right: 1px solid #fff; }
        .hero-banner-with-icons__grid-item:nth-child(1):before {
          position: absolute;
          width: 100%;
          display: block;
          bottom: -10px;
          right: -10px;
          content: "";
          border-bottom: 1px solid #fff; }
        .hero-banner-with-icons__grid-item:nth-child(3):after {
          position: absolute;
          height: 100%;
          display: block;
          right: -10px;
          top: -10px;
          content: "";
          border-bottom: 1px solid #fff;
          border-left: 1px solid #fff; }
        .hero-banner-with-icons__grid-item:nth-child(2):after {
          position: absolute;
          width: 100%;
          display: block;
          bottom: -10px;
          left: -10px;
          content: "";
          border-top: 1px solid #fff; } }
  .hero-banner-with-icons__grid-item-icon {
    padding: 2%;
    width: 15%;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__grid-item-icon {
        width: 20%; } }
  .hero-banner-with-icons__grid-item-description {
    padding: 2%;
    width: 80%;
    font-size: 12px;
    line-height: 1.3;
    justify-content: space-around; }
    @media only screen and (min-width: 800px) {
      .hero-banner-with-icons__grid-item-description {
        width: 70%;
        font-size: 14px;
        line-height: 1.3;
        justify-content: space-around; } }
