/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.blockContainer.white .twoColumnTextListBlock,
.blockContainer.light_grey .twoColumnTextListBlock,
.blockContainer.grey .twoColumnTextListBlock,
.blockContainer.hex_light .twoColumnTextListBlock {
  color: #000000;
}
.blockContainer.white .twoColumnTextListBlock .text,
.blockContainer.light_grey .twoColumnTextListBlock .text,
.blockContainer.grey .twoColumnTextListBlock .text,
.blockContainer.hex_light .twoColumnTextListBlock .text {
  color: #000000;
}
.blockContainer.white .twoColumnTextListBlock p,
.blockContainer.light_grey .twoColumnTextListBlock p,
.blockContainer.grey .twoColumnTextListBlock p,
.blockContainer.hex_light .twoColumnTextListBlock p {
  color: #000000;
}
.blockContainer.primary .twoColumnTextListBlock .text,
.blockContainer.hex .twoColumnTextListBlock .text {
  color: #ffffff;
}
.blockContainer.primary .twoColumnTextListBlock p,
.blockContainer.hex .twoColumnTextListBlock p {
  color: #ffffff;
}
.twoColumnTextListBlock {
  position: relative;
}
.twoColumnTextListBlock.aos-animate .background {
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.twoColumnTextListBlock.aos-animate .contentWrapper .content .col {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.twoColumnTextListBlock.aos-animate .contentWrapper .content .mediumTitle,
.twoColumnTextListBlock.aos-animate .contentWrapper .content .buttons,
.twoColumnTextListBlock.aos-animate .contentWrapper .content .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.twoColumnTextListBlock .contentWrapper .content .mediumTitle {
  margin-bottom: 15px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.twoColumnTextListBlock .contentWrapper .content .text {
  color: #afafaf;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.twoColumnTextListBlock .contentWrapper .content a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.twoColumnTextListBlock .contentWrapper .content a:hover {
  color: #d5001d;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.twoColumnTextListBlock .contentWrapper .content strong,
.twoColumnTextListBlock .contentWrapper .content b {
  color: #ffffff;
}
.twoColumnTextListBlock .contentWrapper .content ul,
.twoColumnTextListBlock .contentWrapper .content ol {
  margin-left: 17px;
  margin-bottom: 10px;
}
.twoColumnTextListBlock .contentWrapper .content span {
  display: block;
  margin: 20px 0 10px 0;
}
.twoColumnTextListBlock .contentWrapper .content hr {
  border: none;
  border-top: 2px solid rgba(28, 166, 254, 0.1);
  margin: 20px 0;
}
.twoColumnTextListBlock .contentWrapper .content .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.twoColumnTextListBlock .contentWrapper .content .col.half {
  width: 50%;
}
.twoColumnTextListBlock .contentWrapper .content .col.half.left {
  padding-right: 50px;
}
.twoColumnTextListBlock .contentWrapper .content .col.half.right {
  padding-left: 50px;
}
.twoColumnTextListBlock .contentWrapper .content .col.small {
  padding-right: 50px;
  width: 40%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.twoColumnTextListBlock .contentWrapper .content .col.small.left {
  padding-right: 0;
  padding-left: 50px;
}
.twoColumnTextListBlock .contentWrapper .content .col.big {
  width: 60%;
  padding-left: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.twoColumnTextListBlock .contentWrapper .content .col.big.left {
  padding-right: 50px;
  padding-left: 0;
}
.twoColumnTextListBlock .contentWrapper .content .col b,
.twoColumnTextListBlock .contentWrapper .content .col strong {
  color: #ffffff;
}
.twoColumnTextListBlock .contentWrapper .content .image {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.twoColumnTextListBlock .contentWrapper .content .list .subCol {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 115px);
}
.twoColumnTextListBlock .contentWrapper .content .list .subCol:first-child {
  width: 115px;
}
.twoColumnTextListBlock .contentWrapper .content .list .subCol:last-child {
  padding-left: 20px;
  font-weight: 700;
  font-style: italic;
  text-align: right;
}
@media all and (max-width: 767px) {
  .twoColumnTextListBlock {
    padding-top: 20px;
  }
  .twoColumnTextListBlock .contentWrapper .content .mediumBigTitle {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .twoColumnTextListBlock .contentWrapper .content .col {
    width: 100% !important;
    padding: 0 !important;
  }
  .twoColumnTextListBlock .contentWrapper .content .col:first-child,
  .twoColumnTextListBlock .contentWrapper .content .col.half.left {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 450px) {
  .twoColumnTextListBlock .contentWrapper .content .list .row {
    margin-bottom: 10px;
  }
  .twoColumnTextListBlock .contentWrapper .content .list .row .subCol {
    width: 100% !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
/*# sourceMappingURL=two_column_text_list_block.css.map */