/* =============================================================================
   SECTIONS
   ========================================================================== */
.section_title{
    margin: 0px auto 5px auto;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: 'typographicaregular', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
  .section_title.txt_left{
      text-align: left;
  }
  .section_title .DS_edit_mode_title_accent_text1 {
    font-weight: 700;
    letter-spacing: 2px;
  }
  

.section_sub_title {
    margin: 0px auto 0px auto;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
}
  .section_sub_title.txt_left{
      text-align: left;
  }
  .section_sub_title .DS_edit_mode_title_accent_text1 {
    font-weight: 700;
  }

.c1{ color: #004fce; /* Dark Purple */ }
.c2{ color: #ee001a; /* Red */}
.c3{ color: #fff; }
.c4{ color: rgba(255,255,255, .6); }
.c5{ color: #ee001a; }
.c6{ color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

.section_wrapper{
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
  box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
}
.section{
  padding: 15px 20px;
}

.largerish_font{
  line-height: 30px;
}

.footer_logo{
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 40px;
  max-width: 300px;
}
.narrowish{
  width: 90%;
  margin: auto;
  max-width: 600px;
  margin: auto;
  display: block;
}

.img_enhance_wrap{
  position: relative;
  max-width: 95%;
  margin: 10px auto;
}
  .img_enhance_wrap .img{
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 20px -5px rgba(0,0,0,.25);
    box-shadow: 0 2px 20px -5px rgba(0,0,0,.25);
     border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
    width: 100%;
  }
  .img_enhance_wrap .img_enhance{
    position: absolute;
    height: 100%;
    width: 30px;
    width: 100%;
    right: -15px;
    top: -12px;
    z-index: 1;
    -moz-transform: skewX(-2deg) skewY(-2deg);
    -webkit-transform: skewX(-2deg) skewY(-2deg);
    -o-transform: skewX(-2deg) skewY(-2deg);
    -ms-transform: skewX(-2deg) skewY(-2deg);
    transform: skewX(-2deg) skewY(-2deg);
  }

.qh_wrapper{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -5px;
  }
    .qh_wrapper .qh_img{
      width: 15px;
      text-align: center;
      margin: auto;
    }

/* =============================================================================
   VIDEO PREVIEWS
========================================================================== */
  .video_preview_wrap{
    position: relative;
    width: 100%;
    max-width: 300px;
    border: 2px solid transparent;
    margin: 0;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,.35);
    box-shadow: 0 5px 7px 0 rgba(0,0,0,.35);
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
  }
    .video_preview_wrap.rev_offset_slightly{
      margin-left: -40px;
      margin-right: 40px;
    }
    .video_preview_wrap.offset_slightly{
      margin-left: 40px;
      margin-top: -30px;
    }
    .video_preview_wrap:hover{
      border-color: #0096d8;
    }
    .video_preview_wrap .video_preview{
        display: block;
    }
    .video_preview_wrap .play_bttn{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    }
      .video_preview_wrap .play_bttn.circle{
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
      }
      .video_preview_wrap .play_bttn.arrow{
        width: 20px;
        margin-top: -10px;
        margin-left: -8px;
        pointer-events: none;
      }
      .video_preview_wrap:hover .play_bttn.circle{
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
      }

/* =============================================================================
   other
========================================================================== */


.h1_img{
  height: 48px;
  vertical-align: middle;
}
.h2_img{
  height: 42px;
  vertical-align: middle;
}
.h3_img{
  height: 28px;
  vertical-align: middle;
}
.h5_nav_img{
  height: 14px;
  vertical-align: middle;
}
.h6_nav_img{
  height: 10px;
  vertical-align: middle;
}
.p_img{
  height: 16px;
  vertical-align: middle;
}

.header_jumper:before{
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden; 
  pointer-events: none;
}
.breadcrumb_bar *, 
.breadcrumb_bar {
  font-weight: 500;
}
  .breadcrumb_bar a {
    ext-decoration: underline;
    background: #fff;
    padding: 5px 10px;
     border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #eceffe;
  }

.button_preloader{
  width: 30px;
  margin: auto;
  display: block;
}


  .nr_wrapper{
    text-align: center;
    padding: 20px 0;
  }
  .nr_img{
    max-width: 125px;
  }
  .nr_text{
    color: #999;
  }



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
@media screen and (max-height: 780px) {
  .thumb_icon {
      width: 70px;
  }
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .narrowish{
    width: 100%;
  }
  .video_preview_wrap{
    max-width: 300px;
  }
    .video_preview_wrap.offset_slightly{
      margin-left: 40px;
      margin-top: -20px;
    }
  .largerish_font{
    line-height: 22px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .footer_logo{
    max-width: 200px;
  }
  .video_preview_wrap{
    max-width: 450px;
  }
    .video_preview_wrap.offset_slightly{
      margin-left: 0;
      margin-right: 0;
      margin-top: -15px;
      margin-bottom: 20px;
      float: right;
    }
}
@media screen and (max-width: 640px) {
  .section_wrapper{
    margin: 100px 10%;
  }
  .thumb_icon{
    width: 70px;
  }
    .thumb_icon.small{
      width: 40px;
    }
  .video_preview_wrap{
    max-width: 300px;
  }
  .section_title .DS_edit_mode_title_accent_text1 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 479px) {
  .section_wrapper{
    margin: 100px 5%;
  }
  .narrowish{
    max-width: 100%;
  }
  .thumb_icon{
    width: 40px;
  }
    .thumb_icon.small{
      width: 30px;
    }
  .video_preview_wrap{
    max-width: 100%;
  }
    .video_preview_wrap.offset_slightly{
      margin-left: 0;
      margin-top: 0px;
    }
}




/* =============================================================================
   BOOTSTRAP TOOLTIP ONLY
========================================================================== */
    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        ont-family: Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto;
    }

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

    .tooltip-inner {
        max-width: 200px;
        min-width: 100px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #111111;
        border-radius: 4px;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #111111;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #111111;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }

    .tooltip_icon {
       width: 25px;
       height: 15px;
       padding-right: 10px;
       -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
       box-sizing: border-box; 
       display: inline-block; 
       vertical-align: middle;
    }
       .tooltip_icon svg{
          width: 100%;
          height: 100%; 
       }
       .tooltip_icon .icon_solid{
          fill: #fff;
       } 