/*
** Block Description with 2 column
*/
.paragraph-two-col {
  width: 100%;
  padding: 60px 30px;
  position: relative;
  color: rgb(98, 98, 98);
}
@media (min-width: 730px) {
  .paragraph-two-col {
    padding: 60px 0px;
  }
}

.paragraph-two-col__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 980px) {
  .paragraph-two-col__inner:before {
    content: "";
    display: table;
  }
  .paragraph-two-col__inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph-two-col__inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 980px) {
  .paragraph-two-col__main {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir=rtl] .paragraph-two-col__main {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph-two-col__main {
    padding-right: 40px;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .paragraph-two-col__secondary {
    margin-top: 1.5rem;
  }
}
@media (min-width: 980px) {
  .paragraph-two-col__secondary {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
  }
  [dir=rtl] .paragraph-two-col__secondary {
    float: right;
    margin-right: 33.3333333333%;
    margin-left: -100%;
  }
  .paragraph--type-p-hp-llist .paragraph-two-col__secondary, .paragraph-two-col__secondary.has-label {
    padding-top: 35px;
  }
}

.paragraph-two-col .field--name-field-p-hp-generic2-theme,
.paragraph-two-col__pre-title {
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: rgb(198, 141, 39);
  font-weight: 600;
}

.paragraph-one-col__title {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2em;
  max-width: 555px;
  margin: 0 auto 28px;
  color: rgb(98, 98, 98);
}
@media (min-width: 730px) {
  .paragraph-one-col__title {
    font-size: 32px;
  }
}

.paragraph-two-col .field--name-field-p-hp-generic2-link a {
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid;
  display: inline-block;
  color: rgb(198, 141, 39);
  background: transparent;
  transition: background ease 0.25s;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50px;
}
.paragraph-two-col .field--name-field-p-hp-generic2-link a:hover {
  background: rgb(198, 141, 39);
  color: #fff;
}

.paragraph-two-col__links {
  margin-top: -10px;
}

.paragraph-two-col__links__item {
  border-bottom: 1px solid rgb(207, 208, 210);
  margin-bottom: 10px;
}
.paragraph-two-col__links__item a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  color: rgb(198, 141, 39);
}
.paragraph-two-col__links__item a:hover {
  color: rgb(98, 98, 98);
}

.paragraph-two-col .field--name-field-p-hp-llist-description {
  font-weight: 300;
}

/* drupal selectors */
/* theme */
.paragraph-two-col--primary {
  position: relative;
}
.paragraph-two-col--primary::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  height: 100%;
  top: 0;
}
.paragraph-two-col--primary::before {
  background: rgb(198, 141, 39);
}
.paragraph-two-col--primary {
  color: #fff;
}
.paragraph-two-col--primary .field--name-field-p-hp-generic2-theme,
.paragraph-two-col--primary .paragraph-two-col__pre-title {
  color: rgb(38, 50, 56);
}
.paragraph-two-col--primary .paragraph-one-col__title {
  color: #fff;
}
.paragraph-two-col--primary .field--name-field-p-hp-generic2-link a {
  color: rgb(38, 50, 56);
}
.paragraph-two-col--primary .field--name-field-p-hp-generic2-link a:hover {
  background: rgb(38, 50, 56);
  color: rgb(198, 141, 39);
}
.paragraph-two-col--primary .paragraph-two-col__links__item {
  border-bottom: 1px solid rgb(207, 208, 210);
}
.paragraph-two-col--primary .paragraph-two-col__links__item a {
  color: rgb(38, 50, 56);
}
.paragraph-two-col--primary .paragraph-two-col__links__item a:hover {
  color: #fff;
}
.paragraph-two-col--primary .field--type-text-long ul li:before {
  color: rgb(38, 50, 56);
}

.paragraph-two-col--secondary {
  position: relative;
}
.paragraph-two-col--secondary::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  height: 100%;
  top: 0;
}
.paragraph-two-col--secondary::before {
  background: rgb(68, 86, 95);
}
.paragraph-two-col--secondary {
  color: #fff;
}
.paragraph-two-col--secondary .field--name-field-p-hp-generic2-theme,
.paragraph-two-col--secondary .paragraph-two-col__pre-title {
  color: #fff;
}
.paragraph-two-col--secondary .paragraph-one-col__title {
  color: #fff;
}
.paragraph-two-col--secondary .field--name-field-p-hp-generic2-link a {
  color: #fff;
}
.paragraph-two-col--secondary .field--name-field-p-hp-generic2-link a:hover {
  background: #fff;
  color: rgb(68, 86, 95);
}
.paragraph-two-col--secondary .paragraph-two-col__links__item {
  border-bottom: 1px solid rgb(207, 208, 210);
}
.paragraph-two-col--secondary .paragraph-two-col__links__item a {
  color: #fff;
}
.paragraph-two-col--secondary .paragraph-two-col__links__item a:hover {
  color: #fff;
}
.paragraph-two-col--secondary .field--type-text-long ul li:before {
  color: #fff;
}

.paragraph-two-col--dark {
  position: relative;
}
.paragraph-two-col--dark::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  height: 100%;
  top: 0;
}
.paragraph-two-col--dark::before {
  background: rgb(38, 50, 56);
}
.paragraph-two-col--dark {
  color: #fff;
}
.paragraph-two-col--dark .field--name-field-p-hp-generic2-theme,
.paragraph-two-col--dark .paragraph-two-col__pre-title {
  color: rgb(198, 141, 39);
}
.paragraph-two-col--dark .paragraph-one-col__title {
  color: #fff;
}
.paragraph-two-col--dark .field--name-field-p-hp-generic2-link a {
  color: rgb(198, 141, 39);
}
.paragraph-two-col--dark .field--name-field-p-hp-generic2-link a:hover {
  background: rgb(198, 141, 39);
  color: rgb(38, 50, 56);
}
.paragraph-two-col--dark .paragraph-two-col__links__item {
  border-bottom: 1px solid rgb(207, 208, 210);
}
.paragraph-two-col--dark .paragraph-two-col__links__item a {
  color: rgb(198, 141, 39);
}
.paragraph-two-col--dark .paragraph-two-col__links__item a:hover {
  color: #fff;
}
.paragraph-two-col--dark .field--type-text-long ul li:before {
  color: rgb(198, 141, 39);
}

.paragraph-two-col--light {
  position: relative;
}
.paragraph-two-col--light::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  height: 100%;
  top: 0;
}
.paragraph-two-col--light::before {
  background: rgb(238, 239, 243);
}