@font-face {
  font-family: 'icnmoon';
  src: url("../fonts/icomoon_t.eot?8jdawu");
  src: url("../fonts/icomoon_t.eot?8jdawu#iefix") format("embedded-opentype"), url("../fonts/icomoon_t.ttf?8jdawu") format("truetype"), url("../fonts/icomoon_t.woff?8jdawu") format("woff"), url("../fonts/icomoon_t.svg?8jdawu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icn-"], [class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icnmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icn-linkedin:before {
  content: "\e90c"; }

.icn-feedback:before {
  content: "\e90d"; }

.icn-employee:before {
  content: "\e90e"; }

.icn-web:before {
  content: "\e90f"; }

.icn-contact:before {
  content: "\e90b"; }

.icn-external:before {
  content: "\e906"; }

.icn-loyalty:before {
  content: "\e907"; }

.icn-cr:before {
  content: "\e908"; }

.icn-forward:before {
  content: "\e909"; }

.icn-download:before {
  content: "\e90a"; }

.icn-web-old:before {
  content: "\e900"; }

.icn-social:before {
  content: "\e901"; }

.icn-mobile:before {
  content: "\e902"; }

.icn-call:before {
  content: "\e903"; }

.icn-store:before {
  content: "\e904"; }

.icn-email:before {
  content: "\e905"; }

body {
  @custom-media --sm-viewport only screen and (min-width: 48em);
  @custom-media --md-viewport only screen and (min-width: 64em);
  @custom-media --lg-viewport only screen and (min-width: 75em); }
  body :root {
    --gutter-width: 1.2rem;
    --outer-margin: 2rem;
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 64;
    --lg-min: 75;
    --screen-xs-min: var(--xs-min) em;
    --screen-sm-min: var(--sm-min) em;
    --screen-md-min: var(--md-min) em;
    --screen-lg-min: var(--lg-min) em;
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width)); }
  body .flex-container-fluid, body .flex-container {
    margin-right: auto;
    margin-left: auto; }
  body .flex-container-fluid {
    padding-right: var(--outer-margin, 2rem);
    padding-left: var(--outer-margin, 2rem); }
  body .row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media only screen and (min-width: 992px) {
      body .row {
        margin-right: -15px;
        margin-left: -15px; } }
  body .row.reverse {
    flex-direction: row-reverse; }
  body .col.reverse {
    flex-direction: column-reverse; }
  body .col-xs,
  body .col-xs-1,
  body .col-xs-2,
  body .col-xs-3,
  body .col-xs-4,
  body .col-xs-5,
  body .col-xs-6,
  body .col-xs-7,
  body .col-xs-8,
  body .col-xs-9,
  body .col-xs-10,
  body .col-xs-11,
  body .col-xs-12,
  body .col-xs-offset-0,
  body .col-xs-offset-1,
  body .col-xs-offset-2,
  body .col-xs-offset-3,
  body .col-xs-offset-4,
  body .col-xs-offset-5,
  body .col-xs-offset-6,
  body .col-xs-offset-7,
  body .col-xs-offset-8,
  body .col-xs-offset-9,
  body .col-xs-offset-10,
  body .col-xs-offset-11,
  body .col-xs-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  body .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  body .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  body .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  body .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%; }
  body .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  body .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  body .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%; }
  body .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  body .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  body .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%; }
  body .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  body .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  body .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%; }
  body .col-xs-offset-0 {
    margin-left: 0; }
  body .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  body .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  body .col-xs-offset-3 {
    margin-left: 25%; }
  body .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  body .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  body .col-xs-offset-6 {
    margin-left: 50%; }
  body .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  body .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  body .col-xs-offset-9 {
    margin-left: 75%; }
  body .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  body .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  body .start-xs {
    justify-content: flex-start;
    text-align: start; }
  body .center-xs {
    justify-content: center;
    text-align: center; }
  body .end-xs {
    justify-content: flex-end;
    text-align: end; }
  body .top-xs {
    align-items: flex-start; }
  body .middle-xs {
    align-items: center; }
  body .bottom-xs {
    align-items: flex-end; }
  body .around-xs {
    justify-content: space-around; }
  body .between-xs {
    justify-content: space-between; }
  body .first-xs {
    order: -1; }
  body .last-xs {
    order: 1; }
  @media only screen and (min-width: 768px) {
    body .flex-container {
      width: 750px; }
    body .col-sm,
    body .col-sm-1,
    body .col-sm-2,
    body .col-sm-3,
    body .col-sm-4,
    body .col-sm-5,
    body .col-sm-6,
    body .col-sm-7,
    body .col-sm-8,
    body .col-sm-9,
    body .col-sm-10,
    body .col-sm-11,
    body .col-sm-12,
    body .col-sm-offset-0,
    body .col-sm-offset-1,
    body .col-sm-offset-2,
    body .col-sm-offset-3,
    body .col-sm-offset-4,
    body .col-sm-offset-5,
    body .col-sm-offset-6,
    body .col-sm-offset-7,
    body .col-sm-offset-8,
    body .col-sm-offset-9,
    body .col-sm-offset-10,
    body .col-sm-offset-11,
    body .col-sm-offset-12 {
      box-sizing: border-box;
      flex: 0 0 auto; }
    body .col-sm {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
    body .col-sm-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%; }
    body .col-sm-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%; }
    body .col-sm-3 {
      flex-basis: 25%;
      max-width: 25%; }
    body .col-sm-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%; }
    body .col-sm-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%; }
    body .col-sm-6 {
      flex-basis: 50%;
      max-width: 50%; }
    body .col-sm-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%; }
    body .col-sm-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%; }
    body .col-sm-9 {
      flex-basis: 75%;
      max-width: 75%; }
    body .col-sm-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%; }
    body .col-sm-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%; }
    body .col-sm-12 {
      flex-basis: 100%;
      max-width: 100%; }
    body .col-sm-offset-0 {
      margin-left: 0; }
    body .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    body .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    body .col-sm-offset-3 {
      margin-left: 25%; }
    body .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    body .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    body .col-sm-offset-6 {
      margin-left: 50%; }
    body .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    body .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    body .col-sm-offset-9 {
      margin-left: 75%; }
    body .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    body .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    body .start-sm {
      justify-content: flex-start;
      text-align: start; }
    body .center-sm {
      justify-content: center;
      text-align: center; }
    body .end-sm {
      justify-content: flex-end;
      text-align: end; }
    body .top-sm {
      align-items: flex-start; }
    body .middle-sm {
      align-items: center; }
    body .bottom-sm {
      align-items: flex-end; }
    body .around-sm {
      justify-content: space-around; }
    body .between-sm {
      justify-content: space-between; }
    body .first-sm {
      order: -1; }
    body .last-sm {
      order: 1; } }
  @media only screen and (min-width: 992px) {
    body .flex-container {
      width: 970px; }
    body .col-md,
    body .col-md-1,
    body .col-md-2,
    body .col-md-3,
    body .col-md-4,
    body .col-md-5,
    body .col-md-6,
    body .col-md-7,
    body .col-md-8,
    body .col-md-9,
    body .col-md-10,
    body .col-md-11,
    body .col-md-12,
    body .col-md-offset-0,
    body .col-md-offset-1,
    body .col-md-offset-2,
    body .col-md-offset-3,
    body .col-md-offset-4,
    body .col-md-offset-5,
    body .col-md-offset-6,
    body .col-md-offset-7,
    body .col-md-offset-8,
    body .col-md-offset-9,
    body .col-md-offset-10,
    body .col-md-offset-11,
    body .col-md-offset-12 {
      box-sizing: border-box;
      flex: 0 0 auto; }
    body .col-md {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
    body .col-md-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%; }
    body .col-md-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%; }
    body .col-md-3 {
      flex-basis: 25%;
      max-width: 25%; }
    body .col-md-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%; }
    body .col-md-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%; }
    body .col-md-6 {
      flex-basis: 50%;
      max-width: 50%; }
    body .col-md-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%; }
    body .col-md-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%; }
    body .col-md-9 {
      flex-basis: 75%;
      max-width: 75%; }
    body .col-md-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%; }
    body .col-md-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%; }
    body .col-md-12 {
      flex-basis: 100%;
      max-width: 100%; }
    body .col-md-offset-0 {
      margin-left: 0; }
    body .col-md-offset-1 {
      margin-left: 8.33333333%; }
    body .col-md-offset-2 {
      margin-left: 16.66666667%; }
    body .col-md-offset-3 {
      margin-left: 25%; }
    body .col-md-offset-4 {
      margin-left: 33.33333333%; }
    body .col-md-offset-5 {
      margin-left: 41.66666667%; }
    body .col-md-offset-6 {
      margin-left: 50%; }
    body .col-md-offset-7 {
      margin-left: 58.33333333%; }
    body .col-md-offset-8 {
      margin-left: 66.66666667%; }
    body .col-md-offset-9 {
      margin-left: 75%; }
    body .col-md-offset-10 {
      margin-left: 83.33333333%; }
    body .col-md-offset-11 {
      margin-left: 91.66666667%; }
    body .start-md {
      justify-content: flex-start;
      text-align: start; }
    body .center-md {
      justify-content: center;
      text-align: center; }
    body .end-md {
      justify-content: flex-end;
      text-align: end; }
    body .top-md {
      align-items: flex-start; }
    body .middle-md {
      align-items: center; }
    body .bottom-md {
      align-items: flex-end; }
    body .around-md {
      justify-content: space-around; }
    body .between-md {
      justify-content: space-between; }
    body .first-md {
      order: -1; }
    body .last-md {
      order: 1; } }
  @media only screen and (min-width: 1200px) {
    body .flex-container {
      width: 1170px; }
    body .col-lg,
    body .col-lg-1,
    body .col-lg-2,
    body .col-lg-3,
    body .col-lg-4,
    body .col-lg-5,
    body .col-lg-6,
    body .col-lg-7,
    body .col-lg-8,
    body .col-lg-9,
    body .col-lg-10,
    body .col-lg-11,
    body .col-lg-12,
    body .col-lg-offset-0,
    body .col-lg-offset-1,
    body .col-lg-offset-2,
    body .col-lg-offset-3,
    body .col-lg-offset-4,
    body .col-lg-offset-5,
    body .col-lg-offset-6,
    body .col-lg-offset-7,
    body .col-lg-offset-8,
    body .col-lg-offset-9,
    body .col-lg-offset-10,
    body .col-lg-offset-11,
    body .col-lg-offset-12 {
      box-sizing: border-box;
      flex: 0 0 auto; }
    body .col-lg {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
    body .col-lg-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%; }
    body .col-lg-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%; }
    body .col-lg-3 {
      flex-basis: 25%;
      max-width: 25%; }
    body .col-lg-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%; }
    body .col-lg-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%; }
    body .col-lg-6 {
      flex-basis: 50%;
      max-width: 50%; }
    body .col-lg-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%; }
    body .col-lg-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%; }
    body .col-lg-9 {
      flex-basis: 75%;
      max-width: 75%; }
    body .col-lg-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%; }
    body .col-lg-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%; }
    body .col-lg-12 {
      flex-basis: 100%;
      max-width: 100%; }
    body .col-lg-offset-0 {
      margin-left: 0; }
    body .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    body .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    body .col-lg-offset-3 {
      margin-left: 25%; }
    body .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    body .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    body .col-lg-offset-6 {
      margin-left: 50%; }
    body .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    body .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    body .col-lg-offset-9 {
      margin-left: 75%; }
    body .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    body .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    body .start-lg {
      justify-content: flex-start;
      text-align: start; }
    body .center-lg {
      justify-content: center;
      text-align: center; }
    body .end-lg {
      justify-content: flex-end;
      text-align: end; }
    body .top-lg {
      align-items: flex-start; }
    body .middle-lg {
      align-items: center; }
    body .bottom-lg {
      align-items: flex-end; }
    body .around-lg {
      justify-content: space-around; }
    body .between-lg {
      justify-content: space-between; }
    body .first-lg {
      order: -1; }
    body .last-lg {
      order: 1; } }

.content ul li:before {
  top: 3px; }

.news-item strong, .event-date {
  line-height: 2.5;
  margin-bottom: 5px; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.external-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 1.25px; }
  .external-icon .el-svg {
    fill: none;
    stroke: #EE2737;
    stroke-miterlimit: 10;
    stroke-width: 2px; }
  .external-icon.white .el-svg {
    stroke: white; }
  .external-icon.white .st0 {
    stroke: transparent;
    fill: white; }

.play-filled-icon {
  display: inline-block;
  margin-left: 5px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: solid 11px #EE2737;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  position: relative;
  transform: scale(0.9); }
  .play-filled-icon:before, .play-filled-icon:after {
    content: ' ';
    position: absolute;
    display: block; }
  .play-filled-icon.blue-icon {
    border-left: solid 11px #42555F; }

.inactive .play-filled-icon {
  border-left: solid 11px #999; }

.play-filled-icon-reverse {
  display: inline-block;
  margin-right: 5px;
  top: 1px;
  width: 0;
  height: 0;
  border-right: solid 11px #EE2737;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  position: relative; }
  .play-filled-icon-reverse:before, .play-filled-icon-reverse:after {
    content: ' ';
    position: absolute;
    display: block; }
  .play-filled-icon-reverse.blue-icon {
    border-right: solid 11px #42555F; }

.inactive .play-filled-icon-reverse {
  border-right: solid 11px #999; }

.forward-filled-icon, span.forward-filled-icon {
  position: relative;
  padding: 0 0 0 0;
  display: inline-block;
  width: 14px;
  height: 9px; }
  .forward-filled-icon::before, .forward-filled-icon::after, span.forward-filled-icon::before, span.forward-filled-icon::after {
    width: 0;
    height: 0;
    border-left: solid 11px #EE2737;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    content: '';
    position: absolute;
    display: block; }
  .forward-filled-icon::after, span.forward-filled-icon::after {
    left: 7px; }
  .forward-filled-icon.blue-icon::before, .forward-filled-icon.blue-icon::after, span.forward-filled-icon.blue-icon::before, span.forward-filled-icon.blue-icon::after {
    border-left: solid 11px #42555F; }

.inactive .forward-filled-icon::before, .inactive .forward-filled-icon::after, .inactive span.forward-filled-icon::before, .inactive span.forward-filled-icon::after {
  border-left: solid 11px #999; }

.forward-filled-icon-reverse, span.forward-filled-icon-reverse {
  position: relative;
  padding: 0 0 0 0;
  display: inline-block;
  width: 14px;
  height: 9px; }
  .forward-filled-icon-reverse::before, .forward-filled-icon-reverse::after, span.forward-filled-icon-reverse::before, span.forward-filled-icon-reverse::after {
    width: 0;
    height: 0;
    border-right: solid 11px #EE2737;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    content: '';
    position: absolute;
    display: block; }
  .forward-filled-icon-reverse::after, span.forward-filled-icon-reverse::after {
    left: 7px; }
  .forward-filled-icon-reverse.blue-icon::before, .forward-filled-icon-reverse.blue-icon::after, span.forward-filled-icon-reverse.blue-icon::before, span.forward-filled-icon-reverse.blue-icon::after {
    border-right: solid 11px #42555F; }

.inactive .forward-filled-icon-reverse::before, .inactive .forward-filled-icon-reverse::after, .inactive span.forward-filled-icon-reverse::before, .inactive span.forward-filled-icon-reverse::after {
  border-right: solid 11px #999; }

.pagination .first, .pagination .last, .pagination .next, .pagination .prev, .pagination .page-numbers.current {
  font-size: 15px;
  top: 0; }
.pagination .next, .pagination .prev {
  padding: 0; }
.pagination .prev span {
  padding: 0 0 0 10px;
  display: inline-block;
  margin-right: 15px; }
.pagination .next span {
  padding: 0 10px 0 0;
  display: inline-block;
  margin-left: 15px; }
.pagination a {
  text-decoration: none;
  color: #42555F;
  font-size: 15px; }
  .pagination a span, .pagination a span:after, .pagination a span:before {
    transition: all .3s ease; }
  .pagination a:hover {
    color: #EE2737; }
    .pagination a:hover span, .pagination a:hover span:after, .pagination a:hover span:before {
      border-left-color: #EE2737;
      border-right-color: #EE2737; }
.pagination .play-filled-icon, .pagination .play-filled-icon-reverse {
  margin: 0 0 0 0; }

.feedback-btn {
  width: auto;
  height: 45px;
  line-height: 44px;
  background-color: #EE2737;
  color: #ffffff;
  position: fixed;
  right: 0;
  cursor: pointer;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  z-index: 9999999;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.25);
  border: 3px solid #EE2737;
  bottom: 24.1vh;
  padding: 0 5px 0 10px; }
  .feedback-btn .icn-feedback {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 6px; }
  .feedback-btn p {
    display: none;
    color: white !important; }
  .feedback-btn:hover {
    background-color: #ffffff;
    color: #EE2737; }
    .feedback-btn:hover p {
      color: #EE2737 !important; }
  @media only screen and (min-width: 768px) {
    .feedback-btn {
      padding: 0 20px 0 20px; }
      .feedback-btn p {
        display: inline-block; } }

.icon-contact-icon.new:before {
  font-family: 'icnmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b"; }


.tmpl-news .secondary-hero {
	height:320px;
}
.secondary-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 40px 15px;
  margin-bottom: 40px; }

  .secondary-hero .hero-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .secondary-hero h1, .secondary-hero p {
    width: 100%;
    color: white;
    text-align: center;
    max-width: 640px;
    margin: auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .secondary-hero h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px; }
  .secondary-hero p {
    font-size: 15px;
    line-height: 22px; }

.tmpl-leadership .leadership-hero {
  text-align: center;
  background: url("../../../../../assets/blog_header.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 40px 15px; }
  .tmpl-leadership .leadership-hero h1 {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .tmpl-leadership .leadership-hero p {
    font-size: 15px;
    max-width: 600px;
    margin: auto;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
.tmpl-leadership .secondary-hero {
	height:100%;
}
.tmpl-leadership .leadership-members {
  padding: 20px 0 0; }
  .tmpl-leadership .leadership-members .box {
    margin-bottom: 60px; }
  .tmpl-leadership .leadership-members .member-image {
    width: 100%;
    max-height: 430px;
    overflow: hidden;
    position: relative; }
    .tmpl-leadership .leadership-members .member-image img {
      width: 100%;
      max-width: 340px;
      height: auto;
      display: block;
      margin: auto; }
    .tmpl-leadership .leadership-members .member-image .linkedin-lnk {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      background: #EE2737;
      transition: all .3s ease;
      transform-origin: bottom right; }
      .tmpl-leadership .leadership-members .member-image .linkedin-lnk span {
        color: white;
        font-size: 30px; }
    @media only screen and (min-width: 768px) {
      .tmpl-leadership .leadership-members .member-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; }
      .tmpl-leadership .leadership-members .member-image .linkedin-lnk:hover {
        transform: scale(2); } }
  .tmpl-leadership .leadership-members .member-title h2 {
    font-size: 24px;
    margin: 25px 0 15px;
    color: #222B3C; }
  .tmpl-leadership .leadership-members .member-title p {
    font-family: "Merriweather";
    font-size: 12px;
    color: #526275;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative; }
    .tmpl-leadership .leadership-members .member-title p::after {
      content: " ";
      display: block;
      width: 55px;
      height: 4px;
      background: #222B3C;
      position: absolute;
      bottom: 0; }
  .tmpl-leadership .leadership-members .member-content p, .tmpl-leadership .leadership-members .member-content span {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #222B3C; }
  .tmpl-leadership .leadership-members .member-content span.ellip-line {
    margin-bottom: 0; }
  .tmpl-leadership .leadership-members .member-content .member-short {
    height: auto;
    max-height: 185px;
    overflow: hidden;
    transition: all .5s ease; }
    .tmpl-leadership .leadership-members .member-content .member-short.open {
      max-height: 800px;
      transition: all .5s ease; }
  .tmpl-leadership .leadership-members .member-content .member-more a, .tmpl-leadership .leadership-members .member-content .member-more a span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #EE2737; }
  .tmpl-leadership .leadership-members .member-content .member-more .plus {
    display: inline; }
  .tmpl-leadership .leadership-members .member-content .member-more .minus {
    display: none; }
  .tmpl-leadership .leadership-members .member-content .member-more.open {
    margin-top: 15px; }
    .tmpl-leadership .leadership-members .member-content .member-more.open .plus {
      display: none; }
    .tmpl-leadership .leadership-members .member-content .member-more.open .minus {
      display: inline; }
.tmpl-leadership .leadership-join {
  display: block;
  flex-wrap: wrap-reverse;
  margin-bottom: 80px; }
  .tmpl-leadership .leadership-join .join-text {
    background: #2ACDC4;
    color: white;
    width: 100%; }
  .tmpl-leadership .leadership-join .join-box {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5; }
    .tmpl-leadership .leadership-join .join-box a {
      background: white;
      border: 3px solid white;
      display: inline-block;
      color: black;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      padding: 10px 25px 10px 20px;
      margin-top: 25px;
      transition: all .3s ease; }
      .tmpl-leadership .leadership-join .join-box a svg {
        width: 20px;
        height: 15px;
        position: relative;
        top: 3px;
        margin-right: 8px;
        transition: all .3s ease; }
      .tmpl-leadership .leadership-join .join-box a .cls-1 {
        fill: none;
        stroke: #2ACDC4;
        stroke-miterlimit: 10;
        stroke-width: 2px;
        transition: all .3s ease; }
      .tmpl-leadership .leadership-join .join-box a:hover {
        background: transparent;
        color: white; }
        .tmpl-leadership .leadership-join .join-box a:hover .cls-1 {
          stroke: white; }
  .tmpl-leadership .leadership-join .join-image {
    display: none; }
  .tmpl-leadership .leadership-join .join-image-mobile {
    display: block; }
    .tmpl-leadership .leadership-join .join-image-mobile img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  @media only screen and (min-width: 768px) {
    .tmpl-leadership .leadership-join {
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      height: 435px; }
      .tmpl-leadership .leadership-join .join-text {
        background: #2ACDC4;
        color: white;
        width: 40%; }
      .tmpl-leadership .leadership-join .join-image-mobile {
        display: none; }
      .tmpl-leadership .leadership-join .join-image {
        display: block;
        width: 60%;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
        background-color: #0c2134; }
      .tmpl-leadership .leadership-join .join-box {
        position: absolute;
        max-width: 100%;
        margin-left: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 750px;
        padding: 0 15px; }
        .tmpl-leadership .leadership-join .join-box p {
          max-width: 260px; } }
  @media only screen and (min-width: 992px) {
    .tmpl-leadership .leadership-join .join-box {
      width: 970px;
      padding: 0;
      font-size: 18px; }
      .tmpl-leadership .leadership-join .join-box p {
        max-width: 280px; } }
  @media only screen and (min-width: 1200px) {
    .tmpl-leadership .leadership-join .join-box {
      width: 1170px; }
      .tmpl-leadership .leadership-join .join-box p {
        max-width: 300px; } }

.tmpl-industries .main .document-list a.learn-more:hover {
  color: #EE2737 !important; }

.back-to-prev h3 {
  font-size: 17px; }

.blog .content p, .archive .content p, .single .content p {
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  font-size: 18px;
line-height:30px;
color:#637085;}
.blog .content .author-bio-text p, .single .content .author-bio-text p{
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
    line-height:1.5;
color:#637085;}
.blog .post-list-masthead, .archive .post-list-masthead, .single .post-list-masthead {
  padding-top: 60px;
    padding-bottom:20px;
  margin-bottom: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ad2c9+0,009fea+100 */
background: #2ad2c9; /* Old browsers */
background: -moz-linear-gradient(45deg, #2ad2c9 0%, #009fea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #2ad2c9 0%,#009fea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #2ad2c9 0%,#009fea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ad2c9', endColorstr='#009fea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
  .blog .post-list-masthead .back-to-prev, .archive .post-list-masthead .back-to-prev, .single .post-list-masthead .back-to-prev {
    color: #526275; }
    .blog .post-list-masthead .back-to-prev .chevron, .archive .post-list-masthead .back-to-prev .chevron, .single .post-list-masthead .back-to-prev .chevron {
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }
      .blog .post-list-masthead .back-to-prev .chevron::after, .blog .post-list-masthead .back-to-prev .chevron::before, .archive .post-list-masthead .back-to-prev .chevron::after, .archive .post-list-masthead .back-to-prev .chevron::before, .single .post-list-masthead .back-to-prev .chevron::after, .single .post-list-masthead .back-to-prev .chevron::before {
        color: #526275; }
    .blog .post-list-masthead .back-to-prev h3, .archive .post-list-masthead .back-to-prev h3, .single .post-list-masthead .back-to-prev h3 {
      color: #FFFFFF;
      font-size: 17px;
      text-transform: capitalize;
      transition: all .3s ease; }
    .blog .post-list-masthead .back-to-prev:hover .chevron, .archive .post-list-masthead .back-to-prev:hover .chevron, .single .post-list-masthead .back-to-prev:hover .chevron {
      color: white;
      background:rgba(82,98,117,.3) }
      .blog .post-list-masthead .back-to-prev:hover .chevron::after, .blog .post-list-masthead .back-to-prev:hover .chevron::before, .archive .post-list-masthead .back-to-prev:hover .chevron::after, .archive .post-list-masthead .back-to-prev:hover .chevron::before, .single .post-list-masthead .back-to-prev:hover .chevron::after, .single .post-list-masthead .back-to-prev:hover .chevron::before {
        color: white; }
    .blog .post-list-masthead .back-to-prev:hover h3, .archive .post-list-masthead .back-to-prev:hover h3, .single .post-list-masthead .back-to-prev:hover h3 {
      left:5px; }
  .blog .post-list-masthead h2, .archive .post-list-masthead h2, .single .post-list-masthead h2 {
    font-size: 38px;
    line-height:1.3em;
    font-family:'ProximaNova-ExtraBld';
    color: #FFFFFF;
    margin: 10px 0 40px; }
.single .bp-separator{color:#efefef;padding:0 5px;opacity: .5;}
.blog .filter-cont, .archive .filter-cont, .single .filter-cont {
  margin-top: 60px;
  margin-bottom: 10px; }
.blog div.selector, .archive div.selector, .single div.selector {
  border: 2px solid #42555F;
  box-sizing: content-box;
  height: 40px;
  width: calc(100% - 24px) !important;
  cursor: pointer;
  transition: all .3s ease; }
  .blog div.selector span, .archive div.selector span, .single div.selector span {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    font-family: "Merriweather";
    font-style: italic;
    color: #42555F !important;
    cursor: pointer; }
  .blog div.selector select, .archive div.selector select, .single div.selector select {
    cursor: pointer;
    font-style: italic; }
  .blog div.selector::after, .archive div.selector::after, .single div.selector::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #42555F;
    transition: all .3s ease; }
  .blog div.selector:hover, .archive div.selector:hover, .single div.selector:hover {
    border: 2px solid #6d8a9a; }
    .blog div.selector:hover::after, .archive div.selector:hover::after, .single div.selector:hover::after {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 12px solid #6d8a9a; }
.blog .blog-post, .archive .blog-post, .single .blog-post {
  border-bottom: solid 1px #878787;
  padding: 75px 0 45px; }
  .blog .blog-post:last-child, .archive .blog-post:last-child, .single .blog-post:last-child {
    border-bottom: none; }
.blog .blog-post .col-md-8, .archive .blog-post .col-md-8, .single .blog-post .col-md-8 {
  position: relative; }
.blog .content .bp-title, .archive .content .bp-title, .single .content .bp-title {
  padding: 0 0 20px 0; }
  .blog .content .bp-title a, .archive .content .bp-title a, .single .content .bp-title a {
    display: block;
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    color: #222B3C; }
    .blog .content .bp-title a:hover, .archive .content .bp-title a:hover, .single .content .bp-title a:hover {
      color: #EE2737; }
.blog .post-thumb, .archive .post-thumb, .single .post-thumb {
  float: none;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto; }
.blog .content .post-thumb img, .archive .content .post-thumb img, .single .content .post-thumb img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto; }
.blog .bp-meta, .archive .bp-meta, .single .bp-meta {
  padding-bottom: 10px; }
  .blog .bp-meta > span, .archive .bp-meta > span, .single .bp-meta > span {
    font-family: "ProximaNova-Bold", Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-left: 0;
    letter-spacing: .3px; }
.blog .bp-meta > span:before, .archive .bp-meta > span:before, .single .bp-meta > span:before {
  background: none;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0; }
.blog .bp-details a.more, .archive .bp-details a.more, .single .bp-details a.more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap; }
  .blog .bp-details a.more .play-filled-icon, .archive .bp-details a.more .play-filled-icon, .single .bp-details a.more .play-filled-icon {
    transition: transform 0.3s ease; }
  .blog .bp-details a.more:hover, .archive .bp-details a.more:hover, .single .bp-details a.more:hover {
    text-decoration: none; }
    .blog .bp-details a.more:hover span, .archive .bp-details a.more:hover span, .single .bp-details a.more:hover span {
      transform: scale(0.9) translateX(3px); }
.blog .bp-categories strong, .archive .bp-categories strong, .single .bp-categories strong {
  text-transform: capitalize;
  font-weight: normal; }
.blog .bp-categories a, .archive .bp-categories a, .single .bp-categories a {
  font-weight: bold;
  color: #222B3C;
  text-decoration: none;}
  .blog .bp-categories a:hover, .archive .bp-categories a:hover, .single .bp-categories a:hover {
    color: #EE2737; }
@media only screen and (min-width: 768px) {
  .blog .post-detail, .archive .post-detail, .single .post-detail {
    padding-right: 30px; } }
@media only screen and (min-width: 768px) {
  .blog .post-detail, .archive .post-detail, .single .post-detail {
    padding-right: 80px; } }
.blog .author-details .hbspt-form label, .archive .author-details .hbspt-form label, .single .author-details .hbspt-form label {
  display: none; }
.blog .author-details .hbspt-form input, .archive .author-details .hbspt-form input, .single .author-details .hbspt-form input {
  width: 100%;
  font-size: 14px;
  padding: 0 12px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  background: white;
  color: #222B3C;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
.blog .author-details .hbspt-form input.hub-submit, .archive .author-details .hbspt-form input.hub-submit, .single .author-details .hbspt-form input.hub-submit {
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 12px;
  box-shadow: none;
  padding: 0 10px;
  color: white;
  border: 2px solid #EE2737;
  background-color: #EE2737;
  transition: all .3s ease; }
.blog .author-details .hbspt-form li::before, .archive .author-details .hbspt-form li::before, .single .author-details .hbspt-form li::before {
  background: none;
  width: 0;
  height: 0; }
.blog .author-details .author-image, .archive .author-details .author-image, .single .author-details .author-image {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background: #F1F3F3;
  margin-bottom: 20px; }
  .blog .author-details .author-image img, .archive .author-details .author-image img, .single .author-details .author-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block; }
.blog .author-details h4, .archive .author-details h4, .single .author-details h4 {
  font-family: 'ProximaNova-ExtraBld', Helvetica, Arial, sans-serif;
  font-size: 21px;
border-bottom:1px solid #f3f3f3;
	padding-bottom:7px;
  color: #303030; }
.blog .author-details p, .archive .author-details p, .single .author-details p {
  font-weight: normal;
  line-height: 1.5; }
.blog .author-details a.more, .archive .author-details a.more, .single .author-details a.more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }
  .blog .author-details a.more .play-filled-icon, .archive .author-details a.more .play-filled-icon, .single .author-details a.more .play-filled-icon {
    transition: transform 0.3s ease; }
  .blog .author-details a.more:hover, .archive .author-details a.more:hover, .single .author-details a.more:hover {
    text-decoration: none; }
    .blog .author-details a.more:hover span, .archive .author-details a.more:hover span, .single .author-details a.more:hover span {
      transform: scale(0.9) translateX(3px); }

.blog .secondary-hero .hbspt-form, .archive .secondary-hero .hbspt-form {
  position: relative;
  margin: auto;
  padding-top: 55px; }
  .blog .secondary-hero .hbspt-form label, .archive .secondary-hero .hbspt-form label {
    display: none; }
  .blog .secondary-hero .hbspt-form input, .archive .secondary-hero .hbspt-form input {
	-webkit-appearance: none;
    width: 280px;
    height: 40px;
    padding: 20px;
    box-shadow: inset 1px 3px 5px rgba(0, 0, 0, 0.2);
    color: #222B3C;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    font-size: 14px;
    display: block;
    margin: auto;
margin-bottom:20px;}
  .blog .secondary-hero .hbspt-form input.hub-submit, .archive .secondary-hero .hbspt-form input.hub-submit {
    width: auto;
    color: white;
    background-color: #EE2737;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    padding: 0 20px;
    font-family: "ProximaNova-Bold", Arial, sans-serif;
    font-size: 12px;
    border: 2px solid #EE2737;
    transition: all .3s ease; }
    .blog .secondary-hero .hbspt-form input.hub-submit:hover, .archive .secondary-hero .hbspt-form input.hub-submit:hover {
      background: white;
      color: #EE2737; }
  .blog .secondary-hero .hbspt-form .hs_recaptcha, .archive .secondary-hero .hbspt-form .hs_recaptcha {
    display: none; }
  .blog .secondary-hero .hbspt-form div:nth-child(2), .archive .secondary-hero .hbspt-form div:nth-child(2) {
    width: 0;
    height: 0;
    position: absolute; }
  @media only screen and (min-width: 768px) {
    .blog .secondary-hero .hbspt-form, .archive .secondary-hero .hbspt-form {
      width: 445px; }
      .blog .secondary-hero .hbspt-form input, .archive .secondary-hero .hbspt-form input {
        margin: 0;
        width: 100%; }
      .blog .secondary-hero .hbspt-form div:first-child, .archive .secondary-hero .hbspt-form div:first-child {
        float: left;
        width: 320px; }
      .blog .secondary-hero .hbspt-form div.hs_submit, .archive .secondary-hero .hbspt-form div.hs_submit {
        float: right;
        width: 125px; } }
@media only screen and (min-width: 992px) {
  .blog .bp-categories, .archive .bp-categories {
    margin-top: 0;
    bottom: 28px;
    position: absolute; } }

.single .post-list-masthead .row {
  position: relative; }
  .single .post-list-masthead .row .col-sm-3 {
    position: relative;
    min-height: 60px; }
.single .mast-social {
  position: absolute;
  left: 15px;
  bottom: 40px; }
  .single .mast-social .footer-social-icon {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    margin: 0 0 0 5px; }
    .single .mast-social .footer-social-icon a {
      color: white;
      display: block; }
.single .blog-post {
  padding: 0; }
@media only screen and (min-width: 992px) {
  .single .bp-categories {
    margin-top: 0;
    bottom: auto;
    position: relative; } }
.single .related-posts h4 {
  margin-top: 10px;
  margin-bottom: 0;

border-bottom:1px solid #f3f3f3;
	padding-bottom:7px;
font-family: 'ProximaNova-ExtraBld', Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #303030; }
.single .related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .single .related-posts ul li {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0; }
    .single .related-posts ul li span {
    font-family: "ProximaNova-Bold", Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .3px; 
    color: #8a8a96;
    display: block;
    text-transform:capitalize;
    padding-top: 30px; }
    .single .related-posts ul li a {
      color: #303030;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
      display: block;
      padding: 0;
      line-height: 21px; }
      .single .related-posts ul li a:hover {
        color: #EE2737; }
    .single .related-posts ul li a.rdmr {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      color: #EE2737;
      display: inline-block;
      padding: 0 0 30px; }
      .single .related-posts ul li a.rdmr .icn-forward {
        font-style: normal;
        color: #EE2737;
        font-size: 9px;
        padding: 0;
        display: inline-block;
        transform: translateX(3px);
        position: relative;
        transition: all .3s ease; }
      .single .related-posts ul li a.rdmr:hover .icn-forward {
        transform: translateX(6px); }
    .single .related-posts ul li:last-child {
      border-bottom: none; }

.news .term-nav, .page-id-150 .term-nav {
  margin: 0 auto 20px; }
  .news .term-nav ul, .page-id-150 .term-nav ul {
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
    text-align: center; }
    .news .term-nav ul li, .page-id-150 .term-nav ul li {
      display: inline-block;
      margin: 0 10px 10px;
      color: #17273A;
      font-size: 15px;
      padding-bottom: 8px; }
      .news .term-nav ul li.selected, .page-id-150 .term-nav ul li.selected {
        font-weight: bold;
        border-bottom: 2px solid; }
      .news .term-nav ul li:first-child, .page-id-150 .term-nav ul li:first-child {
        display: block; }
      .news .term-nav ul li a, .page-id-150 .term-nav ul li a {
        font-weight: normal;
        color: #17273A;
        font-size: 15px; }
        .news .term-nav ul li a:hover, .page-id-150 .term-nav ul li a:hover {
          color: #EE2737; }
      @media only screen and (min-width: 768px) {
        .news .term-nav ul li:first-child, .page-id-150 .term-nav ul li:first-child {
          display: inline-block; } }
.news .news-post, .page-id-150 .news-post {
  padding: 15px 20px 15px 0; }
  .news .news-post p, .page-id-150 .news-post p {
    color: #526275;
    font-family: "Merriweather";
    font-size: 12px;
    font-style: italic;
    height: 34px;
    line-height: 40px; }
  .news .news-post h4, .page-id-150 .news-post h4 {
    font-size: 15px;
    font-weight: bold;
    color: #222B3C;
    line-height: 1.5;
    padding-bottom: 6px; }
    .news .news-post h4 a, .page-id-150 .news-post h4 a {
      color: #222B3C;
      text-transform: none;
      font-size: 15px; }
      .news .news-post h4 a:hover, .page-id-150 .news-post h4 a:hover {
        color: #EE2737; }
  .news .news-post a, .page-id-150 .news-post a {
    color: #EE2737;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block; }
    .news .news-post a span, .page-id-150 .news-post a span {
      transition: all .3s ease; }
    .news .news-post a:hover span, .page-id-150 .news-post a:hover span {
      transform: translateX(3px); }
  .news .news-post.expired p, .page-id-150 .news-post.expired p {
    color: #A2A9B7; }
  .news .news-post.expired h4, .page-id-150 .news-post.expired h4 {
    color: #A2A9B7; }
    .news .news-post.expired h4 a, .page-id-150 .news-post.expired h4 a {
      color: #A2A9B7;
      font-weight: 300; }
  .news .news-post.expired a, .page-id-150 .news-post.expired a {
    color: #A2A9B7;
    font-weight: 300; }
  .news .news-post.expired .external-icon, .page-id-150 .news-post.expired .external-icon {
    display: none; }
  @media only screen and (min-width: 992px) {
    .news .news-post, .page-id-150 .news-post {
      padding-right: 60px; } }
  @media only screen and (min-width: 1170px) {
    .news .news-post, .page-id-150 .news-post {
      padding-right: 80px; } }
.news .news-callout-wrapper, .page-id-150 .news-callout-wrapper {
  width: 100%;
  height: 250px;
  background: #2ACDC4;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .news .news-callout-wrapper p, .page-id-150 .news-callout-wrapper p {
    color: white;
    height: auto;
    line-height: normal;
    margin-bottom: 12px; }
  .news .news-callout-wrapper h2 a, .page-id-150 .news-callout-wrapper h2 a {
    text-transform: none;
    font-size: 24px;
    font-weight: normal;
    color: white;
    line-height: 1.3;
    padding-bottom: 12px; }
  .news .news-callout-wrapper a, .page-id-150 .news-callout-wrapper a {
    color: white; }
    .news .news-callout-wrapper a .play-filled-icon, .page-id-150 .news-callout-wrapper a .play-filled-icon {
      border-left-color: white; }
.news .pagination-wrap .pagination, .page-id-150 .pagination-wrap .pagination {
  margin: 80px auto; }

.tabnav ul li.current_page_ancestor a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #EE2737;
  width: 100%; }

.tmpl-privacy-policy .hero-inner p {
  max-width: 300px;
  display: block; }
.tmpl-privacy-policy div.selector {
  border: 2px solid #A2A9B7;
  box-sizing: content-box;
  height: 40px;
  margin: 0 auto 38px; }
  .tmpl-privacy-policy div.selector span {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    font-family: "Merriweather";
    color: #A2A9B7 !important; }
  .tmpl-privacy-policy div.selector::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #A2A9B7; }
.tmpl-privacy-policy .content h2, .tmpl-privacy-policy .content h3 {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #222B3C; }
.tmpl-privacy-policy .content h4 {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222B3C; }
.tmpl-privacy-policy .content p {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #222B3C; }

.tabnav ul li {
  letter-spacing: .01em; }

.tmpl-products .secondary-hero {
  height: 210px;
  margin-bottom: 0;
  padding-top: 20px; }
  .tmpl-products .secondary-hero h1, .tmpl-products .secondary-hero p {
    color: #222B3C;
    text-shadow: none; }
.tmpl-products h2 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
  color: #222B3C; }
.tmpl-products p {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 20px;
  color: #222B3C; }
.tmpl-products section a {
  text-transform: uppercase;
  color: #222B3C;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 12px; }
  .tmpl-products section a .play-filled-icon {
    border-left-color: #222B3C;
    transition: all .3s ease; }
  .tmpl-products section a:hover .play-filled-icon {
    transform: translateX(3px); }
  .tmpl-products section a.white-btn {
    background: white;
    color: #222B3C;
    border: 2px solid white;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    text-transform: capitalize;
    height: 60px;
    line-height: 60px; }
    .tmpl-products section a.white-btn [class^="icn-"], .tmpl-products section a.white-btn [class*=" icn-"] {
      color: #2ACDC4;
      font-size: 30px;
      margin-right: 10px;
      position: relative;
      top: 5px; }
    .tmpl-products section a.white-btn:hover {
      background: transparent;
      color: white; }
      .tmpl-products section a.white-btn:hover [class^="icn-"], .tmpl-products section a.white-btn:hover [class*=" icn-"] {
        color: white; }
.tmpl-products .fluid-first {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .tmpl-products .fluid-first {
      display: flex; } }
  .tmpl-products .fluid-first .left {
    background-color: #EE2737;
    background-image: url("../images/cx_bg.png");
    background-repeat: no-repeat;
    background-position: 120% 100%;
    background-size: 65%;
    width: 100%;
    float: none; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .left {
        position: relative;
        width: 35%;
        float: left;
        align-items: stretch;
        flex: 1;
        background-size: 90%;
        background-position: 120% 95%; } }
    @media only screen and (min-width: 992px) {
      .tmpl-products .fluid-first .left {
        background-position: 120% 115%; } }
    .tmpl-products .fluid-first .left a {
      color: #fff; }
      .tmpl-products .fluid-first .left a span {
        border-left-color: #fff; }
  .tmpl-products .fluid-first .right {
    width: 100%;
    float: none; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .right {
        width: 65%;
        height: 100%;
        float: right; } }
  .tmpl-products .fluid-first .cxm {
    padding: 12% 10% 5% 5%;
    color: white;
    position: relative;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .cxm {
        position: absolute;
        left: 0;
        width: 100%;
      }
    }
    .tmpl-products .fluid-first .cxm .cxm-wrap h2 {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 24px;
      color: white;
      line-height: 30px; }
    .tmpl-products .fluid-first .cxm .cxm-wrap p {
      font-size: 24px;
      line-height: 32px;
      color: white; }
    .tmpl-products .fluid-first .cxm .cxm-wrap .underdash {
      width: 40px;
      height: 3px;
      background: white;
      margin-bottom: 20px; }
    .tmpl-products .fluid-first .cxm .cxm-wrap li {
      margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .cxm .cxm-wrap {
        max-width: 240px;
        height: 100%;
        position: absolute;
        right: 10%;
        top: 8%; } }
  .tmpl-products .fluid-first .feedback {
    position: relative; }
    .tmpl-products .fluid-first .feedback .img-half {
      width: 100%;
      height: 100%;
      background: url("../images/feedback.jpg") no-repeat right center;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .tmpl-products .fluid-first .feedback .img-half {
          width: 50%;
          float: left;
          position: absolute; } }
    .tmpl-products .fluid-first .feedback .feedback-wrap {
      background: url("../images/feedback_bg.png") no-repeat 130% 50%;
      background-size: 50%;
      width: 100%;
      background-color: #2ACDC4;
      color: #222B3C;
      padding: 8% 5% 8% 5%; }
      .tmpl-products .fluid-first .feedback .feedback-wrap h2 a {
        font-family: "ProximaNova-Bold", Arial, sans-serif;
        font-size: 21px;
        color: #222B3C;
        text-transform: none; }
      @media only screen and (min-width: 768px) {
        .tmpl-products .fluid-first .feedback .feedback-wrap {
          width: 50%;
          float: right; }
          .tmpl-products .fluid-first .feedback .feedback-wrap .feedback-cont {
            max-width: 250px; } }
  .tmpl-products .fluid-first .randr {
    padding: 5%; }
    .tmpl-products .fluid-first .randr h2 a {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 21px;
      color: #222B3C;
      text-transform: none; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .randr .randr-wrap {
        max-width: 615px; } }
  .tmpl-products .fluid-first .text-analytics {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-first .text-analytics {
        display: flex; } }
    .tmpl-products .fluid-first .text-analytics .img-half {
      width: 100%;
      height: 100%;
      background: url("../images/analytics.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .tmpl-products .fluid-first .text-analytics .img-half {
          width: 50%;
          right: 0;
          position: absolute;
          align-items: stretch;
          flex: 1; } }
    .tmpl-products .fluid-first .text-analytics .ta-wrap {
      width: 100%;
      background: url("../images/bg-home-triangle-blue.jpg") no-repeat center center;
      color: white;
      padding: 50px 5%; }
      .tmpl-products .fluid-first .text-analytics .ta-wrap h2, .tmpl-products .fluid-first .text-analytics .ta-wrap p {
        color: white; }
      .tmpl-products .fluid-first .text-analytics .ta-wrap h2 a {
        font-family: "ProximaNova-Bold", Arial, sans-serif;
        font-size: 21px;
        color: white;
        text-transform: none; }
      .tmpl-products .fluid-first .text-analytics .ta-wrap a {
        color: white; }
        .tmpl-products .fluid-first .text-analytics .ta-wrap a .play-filled-icon {
          border-left-color: white; }
      @media only screen and (min-width: 768px) {
        .tmpl-products .fluid-first .text-analytics .ta-wrap {
          width: 50%;
          float: left; }
          .tmpl-products .fluid-first .text-analytics .ta-wrap .ta-cont {
            max-width: 250px; } }
.tmpl-products .fluid-second {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .tmpl-products .fluid-second {
      display: flex; } }
  .tmpl-products .fluid-second .left {
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-second .left {
        width: 50%;
        align-items: stretch;
        flex: 1; } }
  .tmpl-products .fluid-second .right {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-second .right {
        width: 50%;
        height: 100%;
        float: right; } }
  .tmpl-products .fluid-second .case-image {
    width: 100%;
    height: 100%;
    position: absolute; }
  .tmpl-products .fluid-second .img-full {
    background: url("../images/caseman.jpg") no-repeat center center;
    background-size: cover;
    height: 100%; }
  .tmpl-products .fluid-second .case-man-wrap {
    background: url("../images/cm_bg.png") no-repeat 120% 150%;
    background-size: 40%;
    background-color: white;
    padding: 8% 5% 15%;
    color: #222B3C; }
    .tmpl-products .fluid-second .case-man-wrap .case-man {
      max-width: 400px; }
    .tmpl-products .fluid-second .case-man-wrap h2 a {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 21px;
      color: #222B3C;
      text-transform: none; }
  .tmpl-products .fluid-second .replay-wrap {
    background: #EE2737;
    padding: 8% 5% 15%;
    color: white; }
    .tmpl-products .fluid-second .replay-wrap .replay {
      max-width: 400px; }
    .tmpl-products .fluid-second .replay-wrap h2, .tmpl-products .fluid-second .replay-wrap p {
      color: white; }
    .tmpl-products .fluid-second .replay-wrap h2 a {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 21px;
      color: white;
      text-transform: none; }
    .tmpl-products .fluid-second .replay-wrap a {
      color: white; }
      .tmpl-products .fluid-second .replay-wrap a span {
        border-left-color: white; }
.tmpl-products .fluid-third {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .tmpl-products .fluid-third {
      display: flex; } }
  .tmpl-products .fluid-third .left {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-third .left {
        width: 50%; } }
  .tmpl-products .fluid-third .right {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-third .right {
        width: 50%;
        float: right;
        align-items: stretch;
        flex: 1;
        height: 100%;
        position: absolute;
        right: 0; } }
  .tmpl-products .fluid-third .data-int-wrap {
    background-color: white;
    padding: 8% 5% 15%;
    color: #222B3C; }
    .tmpl-products .fluid-third .data-int-wrap h2 a {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 21px;
      color: #222B3C;
      text-transform: none; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-third .data-int-wrap {
        display: flex;
        justify-content: flex-end;
        margin-right: 10%; }
        .tmpl-products .fluid-third .data-int-wrap .data-int {
          max-width: 400px; } }
  .tmpl-products .fluid-third .about-cx-wrap {
    background: #526275;
    padding: 8% 5% 15%;
    color: white; }
    @media only screen and (min-width: 768px) {
      .tmpl-products .fluid-third .about-cx-wrap {
        display: flex;
        justify-content: flex-end; }
        .tmpl-products .fluid-third .about-cx-wrap .about-cx {
          max-width: 400px;
          margin-right: 10%; } }
    .tmpl-products .fluid-third .about-cx-wrap h2, .tmpl-products .fluid-third .about-cx-wrap p {
      color: white; }
    .tmpl-products .fluid-third .about-cx-wrap h2 a {
      font-family: "ProximaNova-Bold", Arial, sans-serif;
      font-size: 21px;
      color: white;
      text-transform: none; }
    .tmpl-products .fluid-third .about-cx-wrap a.white-btn {
      color: #222B3C;
      font-size: 12px;
      text-transform: uppercase;
      height: 55px;
      line-height: 55px; }
      .tmpl-products .fluid-third .about-cx-wrap a.white-btn span {
        color: #222B3C;
        font-size: 15px;
        margin-left: 10px;
        top: 3px; }
      .tmpl-products .fluid-third .about-cx-wrap a.white-btn:hover {
        color: white; }
        .tmpl-products .fluid-third .about-cx-wrap a.white-btn:hover span {
          color: white; }
  .tmpl-products .fluid-third .business-measurements-wrap {
    background-color: #2ACDC4;
    background-image: url("../images/bm_bg.png");
    background-repeat: no-repeat;
    background-position: 110% 100%;
    background-size: 45%;
    padding: 8% 5%;
    height: 100%; }
    .tmpl-products .fluid-third .business-measurements-wrap p {
      font-family: 'ProximaNova-Regular', Arial, sans-serif;
      font-size: 15px;
		line-height:1.5em;
      color: #222B3C;
      max-width: 400px; }
.tmpl-products .fluid-third .business-measurements-wrap h2{
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
	font-size: 21px;
    color: #222B3C;
    max-width: 400px; 
}
    .tmpl-products .fluid-third .business-measurements-wrap .underdash {
      width: 40px;
      height: 3px;
      background: #222B3C;
      margin-bottom: 20px; }
    .tmpl-products .fluid-third .business-measurements-wrap li {
      margin-bottom: 10px; }
.tmpl-products .fluid-fourth {
  background: url("../../../../../assets/blog_header.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 80px; }
  .tmpl-products .fluid-fourth .demo-wrap {
    max-width: 540px;
    margin: auto;
    padding: 0 20px;
    text-align: center; }
    .tmpl-products .fluid-fourth .demo-wrap h2, .tmpl-products .fluid-fourth .demo-wrap p {
      color: white; }
    .tmpl-products .fluid-fourth .demo-wrap h2 {
      font-size: 32px; }
    .tmpl-products .fluid-fourth .demo-wrap a {
      margin-top: 20px;
      font-size: 12px;
      text-transform: uppercase; }
.tmpl-products .fluid-additional {
  background-size: cover;
  padding: 80px 0; }
  .tmpl-products .fluid-additional .demo-wrap {
    max-width: 540px;
    margin: auto;
    padding: 0 20px;
    text-align: center; }
    .tmpl-products .fluid-additional .demo-wrap h2, .tmpl-products .fluid-additional .demo-wrap p, .tmpl-products .fluid-additional .demo-wrap a {
      color: white; }
    .tmpl-products .fluid-additional .demo-wrap h2 {
      font-size: 32px; }
    .tmpl-products .fluid-additional .demo-wrap a {
      margin-top: 20px;
      font-size: 12px;
      text-transform: uppercase; }
      .tmpl-products .fluid-additional .demo-wrap a .play-filled-icon.white {
        border-left-color: white; }
      .tmpl-products .fluid-additional .demo-wrap a .play-filled-icon.black {
        border-left-color: black; }
    .tmpl-products .fluid-additional .demo-wrap.black h2, .tmpl-products .fluid-additional .demo-wrap.black p, .tmpl-products .fluid-additional .demo-wrap.black a {
      color: black; }
@media only screen and (max-width: 768px) {
  .tmpl-products .secondary-hero {
    height: 280px; }
  .tmpl-products .fluid-first .cxm {
    padding: 12% 10% 13% 5%; }
  .tmpl-products .fluid-first .feedback .feedback-wrap {
    padding: 12% 5% 12% 5%; }
  .tmpl-products .fluid-first .randr {
    padding: 12% 5%; }
  .tmpl-products .fluid-first .text-analytics .ta-wrap {
    padding: 75px 5%; }
  .tmpl-products .fluid-second .case-man-wrap {
    padding: 12% 5% 12%; }
  .tmpl-products .fluid-second .replay-wrap {
    padding: 12% 5% 12%; }
  .tmpl-products .fluid-third .data-int-wrap {
    padding: 12% 5% 12%; }
  .tmpl-products .fluid-third .about-cx-wrap {
    padding: 12% 5% 12%; }
  .tmpl-products .fluid-third .business-measurements-wrap {
    padding: 12% 5%; } }

.tmpl-foresee-events .pagination-wrap {
  margin-bottom: 100px; }

/*# sourceMappingURL=c5-t.css.map */
