@charset "UTF-8";
/** breadcrumbs  Color */
/** Custom List Widget */
/** Pagination  Widget */
/** font-family */
/** font-weight */
/** Others */

.dashboard__content p {

    word-break: inherit!important;
}

/*** Mixins & Default Styles ***/
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes stickySlideup {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@keyframes stickySlideup {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
.desktop > .mhb-row > .mhb-row-wrapper > .mhb-col.center .mhb-item {
  margin: 0; }
.desktop > .mhb-row > .mhb-row-wrapper > .mhb-col.right {
  display: none; }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .desktop .mhb-logo .logo {
    height: 60px; } }
.desktop ul {
  list-style-type: none !important;
  padding: 0 !important; }
.desktop .menu {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .desktop .menu .menu-item.menu-item-has-children a {
    padding-right: 30px; }
  .desktop .menu .menu-item a {
    padding: 10px 20px;
    color: #707173;
    font-size: 14px !important; }
    .desktop .menu .menu-item a:hover {
      cursor: pointer;
      text-decoration: none; }
    .desktop .menu .menu-item a:after {
      right: 15px; }
  .desktop .menu .menu-item:hover .sub-menu {
    display: block; }
    .desktop .menu .menu-item:hover .sub-menu .menu-item a {
      color: #fff; }
  .desktop .menu .menu-item .sub-menu {
    background-color: #1690cc;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 10rem;
    text-align: left;
    width: 100%; }
    .desktop .menu .menu-item .sub-menu .menu-item {
      padding-bottom: 0 !important; }
      .desktop .menu .menu-item .sub-menu .menu-item:hover {
        cursor: pointer;
        color: #fff;
        background: rgba(0, 0, 0, 0.1) !important; }
      .desktop .menu .menu-item .sub-menu .menu-item a {
        font-size: 0.875rem !important;
        color: #000000; }
        .desktop .menu .menu-item .sub-menu .menu-item a:hover {
          color: #fff !important; }
  .desktop .menu .menu-item::after {
    border: none; }
.desktop .secondary-menu .widget {
  padding-bottom: 15px;
  margin-top: 15px; }
  .desktop .secondary-menu .widget::after {
    border: none; }
.desktop .secondary-menu .menu-item-has-children > a::after {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  content: "\f0d7";
  border-width: 0;
  font-size: 1.25rem;
  color: #707173;
  position: absolute;
  top: 7px;
  right: 25px; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .desktop .secondary-menu .menu-item-has-children > a::after {
      right: 8px; } }
.desktop #nav_menu-2 .menu .menu-item {
  padding: 0px 10px; }
  .desktop #nav_menu-2 .menu .menu-item a {
    padding: 0.5rem 2rem;
    padding-left: 18px; }
  .desktop #nav_menu-2 .menu .menu-item:hover {
    background-color: #1869a7; }
    .desktop #nav_menu-2 .menu .menu-item:hover a {
      color: #fff; }
      .desktop #nav_menu-2 .menu .menu-item:hover a::after {
        color: #fff; }
    .desktop #nav_menu-2 .menu .menu-item:hover .icon {
      color: #fff; }
.desktop #nav_menu-3 {
  background: #F6F6F6;
  height: 114px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-top: 0;
  padding: 0px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .desktop #nav_menu-3 {
      padding: 0px 5px; } }
  .desktop #nav_menu-3 .menu-item {
    padding-bottom: 35px;
    color: #000000; }
    .desktop #nav_menu-3 .menu-item a {
      color: #000000;
      font-size: 16px !important; }
      @media (min-width: 959.98px) and (max-width: 1239.98px) {
        .desktop #nav_menu-3 .menu-item a {
          font-size: 11px !important;
          padding: 13px 18px !important; }
          .desktop #nav_menu-3 .menu-item a:after {
            right: 5px !important;
            font-size: 16px !important; } }
      @media (min-width: 1239.98px) and (max-width: 1390px) {
        .desktop #nav_menu-3 .menu-item a {
          font-size: 12px !important;
          padding: 8px 18px !important; }
          .desktop #nav_menu-3 .menu-item a:after {
            right: 5px !important;
            font-size: 16px !important; } }
    .desktop #nav_menu-3 .menu-item.current-menu-item, .desktop #nav_menu-3 .menu-item.current-page-item, .desktop #nav_menu-3 .menu-item.current-menu-ancestor, .desktop #nav_menu-3 .menu-item.current-menu-parent {
      background: #1869a7; }
      .desktop #nav_menu-3 .menu-item.current-menu-item a, .desktop #nav_menu-3 .menu-item.current-menu-item a:after, .desktop #nav_menu-3 .menu-item.current-page-item a, .desktop #nav_menu-3 .menu-item.current-page-item a:after, .desktop #nav_menu-3 .menu-item.current-menu-ancestor a, .desktop #nav_menu-3 .menu-item.current-menu-ancestor a:after, .desktop #nav_menu-3 .menu-item.current-menu-parent a, .desktop #nav_menu-3 .menu-item.current-menu-parent a:after {
        color: #fff; }
    .desktop #nav_menu-3 .menu-item:hover {
      background: #1869a7;
      display: block;
      cursor: pointer; }
      .desktop #nav_menu-3 .menu-item:hover a {
        color: #fff; }
  .desktop #nav_menu-3 .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fff; }
  .desktop #nav_menu-3 .menu-item-has-children > a::after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f0da";
    border-width: 0;
    position: absolute;
    font-size: 1.25rem;
    color: #000000; }
.desktop .search {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }
  .desktop .search__icon {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .desktop .search .widget_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .desktop .search .widget_search .widgettitle {
      font-weight: normal;
      font-size: 14px !important;
      margin: 0;
      color: #707173;
      cursor: pointer; }
    .desktop .search .widget_search #searchform {
      display: none;
      margin-left: .5rem;
      width: 0; }
    .desktop .search .widget_search .search-open {
      width: 100% !important;
      display: block !important; }
.desktop .techshow {
  width: 200px;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#E2007A), color-stop(#A32A85), to(#803689));
  background-image: linear-gradient(to right, #E2007A, #A32A85, #803689); }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .desktop .techshow {
      width: 100px;
      max-width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      font-size: 12px !important; } }
  .desktop .techshow__text {
    margin-left: 30px; }
    .desktop .techshow__text a {
      color: inherit; }
.desktop .calender .icon,
.desktop .lidworden .icon {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 35px;
  color: #707173;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#Header_wrapper .login {
  width: 200px;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: relative; }
  #Header_wrapper .login .login__text {
    color: #fff; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    #Header_wrapper .login {
      width: 100px;
      max-width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px; }
      #Header_wrapper .login .login__text {
        color: #fff;
        padding-left: 30px; }
        #Header_wrapper .login .login__text::before {
          padding-left: 8px; } }
  #Header_wrapper .login::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#F39313));
    background: linear-gradient(to right, #EA5B1B, #F39313);
    height: 100%; }
  #Header_wrapper .login__text {
    padding-left: 40px;
    position: relative;
    z-index: 1; }
    @media (min-width: 640px) {
      #Header_wrapper .login__text {
        padding-left: 60px; } }
    #Header_wrapper .login__text::before {
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block;
      content: "\f090";
      border-width: 0;
      position: absolute;
      font-size: 1.25rem;
      left: 0;
      color: #fff;
      padding-left: 10px; }
      @media (min-width: 640px) {
        #Header_wrapper .login__text::before {
          padding-left: 30px;
          top: -2px; } }

#nav_menu-3.widget-shortcode:after {
  border-color: transparent !important; }

/*.is-sticky{
    .desktop {
        #nav_menu-3 {
             height: auto;
            .menu-item {
                padding-bottom: 0px;
                a{

                }
            }
        }
        .secondary-menu {
            .widget {
                padding-bottom: 0px; 
                margin-top: 0px;
                height: 35px;
            }
        }
        .mhb-logo {
            h1{
                a{
                    height: 70px;
                    overflow: hidden;
                    float: left;
                }
            }
           
        }
        #nav_menu-3 {
            &.widget{
                &:after{
                    border:none;
                }
            }
        }
    }
}*/
@media (max-width: 1439px) {
  .desktop #nav_menu-3 .menu-item a {
    padding: 0.65rem calc((.65rem) + (20px)) 0.65rem 0.65rem;
    font-size: 0.875rem; }
    .desktop #nav_menu-3 .menu-item a:after {
      right: .65rem; }
  .desktop #nav_menu-3 .login,
  .desktop #nav_menu-3 .techshow {
    width: 150px;
    max-width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px; } }
@media (max-width: 1240px) {
  .desktop #nav_menu-2 .menu-item a {
    padding: 0.5rem 1rem !important; }
  .desktop > .mhb-row > .mhb-row-wrapper > .mhb-col.center {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .desktop .calender .icon,
  .desktop .lidworden .icon {
    width: 0; } }
/*header{
    &.mhb-grid{
         &.is-sticky {
             .mhb-view.desktop {
               // height: 80px;
              //  -webkit-transition: all 0.3s;
              //   -moz-transition: all 0.3s;
              //   -ms-transition: all 0.3s;
              //   -o-transition: all 0.3s;
              //   transition: all 0.3s;
              // animation: stickySlideDown 0.5s forwards;
            }
            .desktop{
               #nav_menu-3 {
                    height: 45px;
                } 
            } 
        }
        .mhb-view.desktop {
            height: 178px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;            
        }
    }
  
}  
*/
.desktop .secondary-menu .widget input[type="text"] {
  padding: 8px; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.login .login-inner {
  padding-left: 30px; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .login .login-inner {
      padding-left: 12px; } }
  @media (min-width: 479.98px) and (max-width: 767.98px) {
    .login .login-inner {
      padding-left: 40px; } }
  @media (max-width: 479.98px) {
    .login .login-inner {
      padding-left: 12px; } }
  .login .login-inner .logout-link {
    font-size: 16px !important;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media (min-width: 959.98px) and (max-width: 1239.98px) {
      .login .login-inner .logout-link {
        font-size: 12px !important; } }
    @media (min-width: 479.98px) and (max-width: 767.98px) {
      .login .login-inner .logout-link {
        font-size: 14px !important; } }
    @media (max-width: 479.98px) {
      .login .login-inner .logout-link {
        font-size: 12px !important; } }
  .login .login-inner .login-link .login__text {
    padding-left: 5px !important; }
    @media (min-width: 959.98px) and (max-width: 1239.98px) {
      .login .login-inner .login-link .login__text {
        font-size: 12px !important;
        padding-left: 0px !important; } }
    @media (min-width: 479.98px) and (max-width: 767.98px) {
      .login .login-inner .login-link .login__text {
        font-size: 14px !important;
        padding-left: 5px !important; } }
    @media (max-width: 479.98px) {
      .login .login-inner .login-link .login__text {
        font-size: 12px !important;
        padding-left: 0px !important; } }
    .login .login-inner .login-link .login__text:before {
      display: none !important; }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  header.mhb-grid .mhb-view.desktop {
    height: 80px !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  header.mhb-grid .mhb-view.desktop #nav_menu-3 {
    height: 45px; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  header.mhb-grid .mhb-view.desktop #nav_menu-2 .menu-item a {
    padding: 0.5rem 1rem !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  header.mhb-grid .mhb-view.desktop #nav_menu-2 .menu-item {
    padding-bottom: 0px !important; } }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .desktop #nav_menu-3 .menu-item {
    padding-bottom: 0px !important; } }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .desktop .secondary-menu .widget {
    padding-bottom: 0px;
    margin-top: 0px;
    height: 35px; } }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .desktop .mhb-logo h1 a {
    height: 60px !important;
    overflow: hidden;
    float: left; } }

.is-sticky .mhb-view {
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  width: inherit !important; }

.is-sticky .mhb-placeholder {
  height: inherit !important; }

.myprefix-maybe-sticky {
  position: fixed !important;
  top: -178px;
  width: 100%;
  z-index: 999;
  opacity: 0;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
  .myprefix-maybe-sticky .desktop #nav_menu-3 {
    height: auto; }
    .myprefix-maybe-sticky .desktop #nav_menu-3 .menu-item {
      padding-bottom: 0px; }
  .myprefix-maybe-sticky .desktop .secondary-menu .widget {
    padding-bottom: 0px;
    margin-top: 0px;
    height: 35px; }
  .myprefix-maybe-sticky .desktop .mhb-logo h1 a {
    height: 70px;
    overflow: hidden;
    float: left; }
  .myprefix-maybe-sticky .desktop #nav_menu-3.widget:after {
    border: none; }
  .myprefix-maybe-sticky .desktop {
    height: 80px; }
  .myprefix-maybe-sticky .desktop #nav_menu-3 {
    height: 45px; }

.myprefix-show {
  top: 0;
  opacity: 1; }

.contact__item {
  margin-right: 1rem; }
.contact__icon {
  font-size: 1.5625rem;
  color: gray;
  padding: 15px 0; }
.contact-wrapper {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.mob-menu .cta > div {
  width: calc((50%) - (10px)); }

.cta {
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .cta .lidworden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cta .lidworden-icon {
      padding: 5px 15px;
      background: -webkit-gradient(linear, left top, right top, from(#00b4cd), to(#00b4cd));
      background: linear-gradient(to right, #00b4cd, #00b4cd);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cta .lidworden-text {
      padding: 10px 15px;
      background: -webkit-gradient(linear, left top, right top, from(#00b4cd), to(#76b82b));
      background: linear-gradient(to right, #00b4cd, #76b82b);
      color: #fff;
      font-size: 1.125rem;
      margin-left: 2px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .cta .calender-icon {
    padding: 10px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#76b82b), to(#76b82b));
    background: linear-gradient(to right, #76b82b, #76b82b);
    width: 20px;
    font-size: 1.25rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta .calender-text {
    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#76b82b), to(#184381));
    background: linear-gradient(to right, #76b82b, #184381);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.125rem;
    margin-left: 2px;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cta .icon {
    display: none; }

.mobile-menu__inner {
  height: calc((100vh) - (200px));
  overflow-y: auto;
  overflow-x: hidden; }

.header {
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* menu btn */ }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F6F6F6;
    float: left;
    width: 100%; }
  .header #menu-header_for_mobile-1 .menu-item a,
  .header #menu-header_for_mobile .menu-item a {
    border-top: 1px solid #B2B2B2; }
    .header #menu-header_for_mobile-1 .menu-item a:first-child,
    .header #menu-header_for_mobile .menu-item a:first-child {
      border-top: 1px solid #B2B2B2; }
  .header #menu-header_for_mobile-1 .menu-item:first-child a,
  .header #menu-header_for_mobile .menu-item:first-child a {
    border-top: none; }
  .header #menu-header_for_mobile-1 .menu-item:last-child a,
  .header #menu-header_for_mobile .menu-item:last-child a {
    border-bottom: 1px solid #B2B2B2; }
  .header .menu .menu-item {
    text-align: left;
    padding-left: 15px;
    float: left;
    width: 100%; }
    .header .menu .menu-item a {
      padding: 15px 0;
      text-decoration: none;
      font-size: 1rem;
      color: #000000; }
    .header .menu .menu-item::after {
      border: none; }
    .header .menu .menu-item.sub-menu--open a {
      border-bottom: 1px solid #B2B2B2; }
  .header .menu .sub-menu {
    position: relative;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    text-align: left; }
    .header .menu .sub-menu .menu-item > a {
      border-bottom: none !important;
      border-top: none !important; }
  .header .mob-menu {
    clear: both;
    display: none;
    background: #F6F6F6;
    position: fixed;
    left: 0;
    right: 0;
    top: 185px;
    padding-left: 15px;
    padding-right: 15px; }
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 25px 20px;
    position: relative;
    z-index: 999; }
    .header .menu-icon .navicon {
      background: #000000;
      display: block;
      height: 4px;
      position: relative;
      width: 30px; }
      .header .menu-icon .navicon::before, .header .menu-icon .navicon::after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        width: 100%; }
      .header .menu-icon .navicon::before {
        top: 10px; }
      .header .menu-icon .navicon::after {
        top: -10px; }
  .header .menu-btn {
    display: none; }
    .header .menu-btn:checked ~ .mob-menu {
      display: block; }
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after {
      top: 0; }
    .header .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent; }
      .header .menu-btn:checked ~ .menu-icon .navicon::before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header .menu-btn:checked ~ .menu-icon .navicon::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.mobile .mhb-row > .mhb-row-wrapper,
.tablet .mhb-row > .mhb-row-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important; }
  .mobile .mhb-row > .mhb-row-wrapper > .center,
  .tablet .mhb-row > .mhb-row-wrapper > .center {
    width: 100%; }
    .mobile .mhb-row > .mhb-row-wrapper > .center > .mhb-item,
    .tablet .mhb-row > .mhb-row-wrapper > .center > .mhb-item {
      width: 100%;
      margin: 0; }
.mobile .menu-item-has-children:before,
.tablet .menu-item-has-children:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  content: "\f0da";
  border-width: 0;
  position: absolute;
  font-size: 1.25rem;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000; }
.mobile #menu-header_for_mobile-1 > .menu-item-has-children.sub-menu--open:before,
.mobile #menu-header_for_mobile > .menu-item-has-children.sub-menu--open:before,
.tablet #menu-header_for_mobile-1 > .menu-item-has-children.sub-menu--open:before,
.tablet #menu-header_for_mobile > .menu-item-has-children.sub-menu--open:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 15px;
  right: 15px; }
.mobile .header .menu .menu-item,
.tablet .header .menu .menu-item {
  padding-left: 0px; }

.menu-label {
  font-size: 1.25rem;
  color: #000000; }

.mob-nav {
  position: relative; }
  .mob-nav::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    height: 100%;
    background: #F6F6F6; }

.search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }
  .search-open {
    width: 100% !important;
    display: block !important; }

.search__icon {
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: gray;
  margin-left: 10px; }

.widget_search #searchform {
  display: none; }

.mob-nav #search-3 {
  height: 100%;
  margin-left: .5rem;
  margin-right: 0; }

.mob-nav #search-3 .widgettitle {
  font-size: 1.25rem;
  color: #707173; }

.mob-nav {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-links #menu-mobile_menu_for_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px;
  float: left;
  width: 100%; }
  .contact-links #menu-mobile_menu_for_contact > .menu-item {
    width: 50%;
    border: 1px solid #4D4D4D;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding-left: 0; }
    .contact-links #menu-mobile_menu_for_contact > .menu-item:first-child {
      margin-right: 10px; }
    .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child {
      width: calc((50%) - (10px));
      border: 1px solid;
      border-image-source: linear-gradient(to right, #E2007A, #A32A85, #803689);
      border-image-slice: 1;
      background-color: #E2007A;
      border-color: #803689;
      background-image: -webkit-gradient(linear, left top, right top, from(#E2007A), color-stop(#A32A85), to(#803689));
      background-image: linear-gradient(to right, #E2007A, #A32A85, #803689);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-background-clip: text;
      -moz-text-fill-color: transparent; }
      .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child .icon {
        font-size: 1rem;
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff; }
      .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child .technishow {
        border-left: 2px solid #fff;
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        font-weight: 600;
        border-image-source: linear-gradient(to top, #E2007A, #A32A85, #803689);
        border-image-slice: 1; }

.social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  .social-icon-list > .title {
    color: #333;
    font-size: 1rem;
    width: 50%;
    text-align: left; }
  .social-icon-list__item {
    color: #4D4D4D !important;
    font-size: 1.5625rem; }
  .social-icon-list .social-icon-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%; }

@media (min-width: 960x) {
  .header .menu-item {
    float: left; }
    .header .menu-item a {
      padding: 20px 30px; }
  .header .mob-menu {
    clear: none;
    float: right;
    max-height: none; }
  .header .menu-icon {
    display: none; } }
@media (max-width: 959px) {
  .logo {
    height: 70px; }

  .widget {
    padding: 0; }

  .mob-nav {
    height: 90px; }
    .mob-nav #search-3 {
      height: 100%;
      margin-left: 0.5rem;
      margin-right: 0;
      margin-top: 15px; }

  .search__icon {
    margin-left: 2rem; }

  .header .mob-menu {
    top: 145px; }

  .mobile-menu__inner {
    height: calc((100vh) - (180px)); }

  .search__icon {
    margin-left: 1rem; }

  .contact-wrapper a.contact__item[href^=tel] {
    margin-left: 1rem; }
  .contact-wrapper .contact__item:last-child {
    margin-right: 1.5rem; } }
@media (max-width: 767px) {
  .logo {
    height: 60px; }

  #Header_wrapper .login,
  #Header_wrapper .techshow {
    width: 165px;
    max-width: 165px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    font-size: 0.875rem; }

  .sub-menu li {
    padding: 0 20px; }

  .widget {
    padding-bottom: 0;
    margin-top: 15px;
    position: relative;
    float: left;
    width: 100%; }
    .widget:after {
      border: none; }

  .header .mob-menu {
    top: 114px;
    bottom: 0; }

  .mob-nav {
    height: 100%; }

  .contact-wrapper a.contact__item[href^=tel] {
    margin-left: 1rem; }
  .contact-wrapper .contact__item:last-child {
    margin-right: 1.5rem; } }
@media (max-width: 475px) {
  .contact-wrapper a.contact__item[href^=tel] {
    margin-left: 0.5rem; }
  .contact-wrapper .contact__item:last-child {
    margin-right: 0.5rem; }

  .contact__icon,
  .mob-nav #search-3 .widgettitle,
  .menu-label {
    font-size: 1.25rem; }

  .contact__item {
    margin-right: 1.5rem; }
  .contact__icon {
    font-size: 1.125rem;
    padding: 10px 8px; }

  #Header_wrapper .login {
    width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 1rem; }

  .header .mob-menu {
    top: 97px; }
  .header .menu .menu-item {
    text-align: left;
    padding-left: 15px; }
    .header .menu .menu-item > a {
      font-size: 0.875rem; }

  .cta .lidworden-text,
  .cta .calender-text {
    font-size: 0.875rem; } }
@media (max-width: 420px) {
  .header .mob-menu {
    top: 93px; }

  #Header_wrapper .login {
    width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 0.875rem; }

  .contact__item {
    margin-right: 1rem; } }
@media (max-width: 375px) {
  .mob-nav #search-3 .widgettitle,
  .menu-label {
    font-size: 1.125rem; }

  .contact__icon {
    font-size: 0.875rem; }

  .header .menu-icon {
    padding: 25px 20px 25px 15px; }

  .mob-nav #search-3 .widgettitle,
  .menu-label {
    font-size: 0.9375rem; }

  .cta .lidworden-text,
  .cta .calender-text {
    font-size: 0.875rem; }

  .search__icon {
    font-size: 0.9375rem; }

  #Header_wrapper .login {
    width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 0.875rem; } }
@media (max-width: 320px) {
  .contact__item {
    margin-right: .5rem; }
  .contact__icon {
    font-size: 0.875rem;
    padding: 10px 4px; } }
@media (min-width: 479.98px) and (max-width: 767.98px) {
  #Header_wrapper .login .login__text:before {
    left: 30% !important;
    font-size: 18px !important;
    padding-left: 0px; } }
@media (max-width: 479.98px) {
  #Header_wrapper .login .login__text {
    padding-left: 35px; }
    #Header_wrapper .login .login__text:before {
      left: 0% !important;
      font-size: 18px !important; } }
@media (min-width: 479.98px) and (max-width: 767.98px) {
  #Header_wrapper .login {
    font-size: 16px !important; }
    #Header_wrapper .login:after {
      left: 0% !important; } }
@media (max-width: 479.98px) {
  #Header_wrapper .login {
    font-size: 14px !important; }
    #Header_wrapper .login:after {
      left: 0% !important; } }

.mhb-view.mobile .contact-links li a {
  display: block;
  text-align: center;
  width: 100%; }
.mhb-view.mobile .contact-links li a.technishow-icon {
  text-align: center !important;
  display: inline-block !important;
  width: 25% !important; }
  .mhb-view.mobile .contact-links li a.technishow-icon .icon {
    width: 100% !important; }
.mhb-view.mobile .contact-links li:last-child:hover a.technishow {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s; }
.mhb-view.mobile .contact-links li:last-child:hover a.technishow-icon {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s; }
.mhb-view.mobile .mob-menu .calender {
  width: calc((50%) - (10px)); }
  .mhb-view.mobile .mob-menu .calender:hover .calender-icon {
    background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#EA5B1B));
    background: linear-gradient(to right, #EA5B1B, #EA5B1B);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .mhb-view.mobile .mob-menu .calender:hover .calender-text {
    background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#E50076));
    background: linear-gradient(to right, #EA5B1B, #E50076);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
.mhb-view.mobile .mob-menu .lidworden {
  width: 50%;
  margin-right: 10px; }
  .mhb-view.mobile .mob-menu .lidworden:hover .lidworden-icon {
    background: -webkit-gradient(linear, left top, right top, from(#00B4CD), to(#00B4CD));
    background: linear-gradient(to right, #00B4CD, #00B4CD);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .mhb-view.mobile .mob-menu .lidworden:hover .lidworden-text {
    background: -webkit-gradient(linear, left top, right top, from(#00B4CD), to(#76B82B));
    background: linear-gradient(to right, #00B4CD, #76B82B);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
.mhb-view.tablet .mob-menu .lidworden {
  width: 50%;
  margin-right: 10px; }
.mhb-view.tablet .mob-menu .calender {
  width: calc((50%) - (10px)); }

@media (max-width: 767.98px) {
  .search-btn {
    width: 100px !important;
    padding-top: 0px;
    padding-left: 15px; }
    .search-btn .title {
      padding-right: 5px; }
    .search-btn .search-box.show {
      position: absolute;
      left: 0;
      top: 58px; }
    .search-btn .wpdreams_asl_container .probox .proinput input,
    .search-btn .wpdreams_asl_container div.asl_w .probox .proinput input {
      font-size: 12px !important; }

  .search-btn.show {
    padding-top: 0px !important; } }
#Footer {
  background: #194383;
  background: -webkit-gradient(linear, left top, right top, from(#194383), to(#169FDB));
  background: linear-gradient(90deg, #194383 0%, #169FDB 100%); }
  #Footer ul {
    list-style-type: none;
    padding: 0; }
  #Footer .copyright {
    color: #fff; }
  #Footer .widgets_wrapper {
    padding: 0; }
    #Footer .widgets_wrapper .widget {
      margin-top: 0;
      height: calc((100%) - (30px)); }
      #Footer .widgets_wrapper .widget .custom-html-widget {
        height: 100%; }
    #Footer .widgets_wrapper .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1239.98px) {
        #Footer .widgets_wrapper .container {
          padding-bottom: 30px; } }
      #Footer .widgets_wrapper .container .column:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; }
        #Footer .widgets_wrapper .container .column:nth-child(2) .menu {
          background-color: transparent; }
          #Footer .widgets_wrapper .container .column:nth-child(2) .menu a {
            color: #fff!important;
            cursor: pointer;
            padding: 5px 0; }
      #Footer .widgets_wrapper .container .column:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        #Footer .widgets_wrapper .container .column:last-child .widget {
          width: 100%; }
  #Footer .widget_archive ul li:after,
  #Footer .widget_nav_menu ul li:after {
    border: none; }
    #Footer a{
    color: #fff!important;
    }

.footer-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .footer-cell .copyright {
    margin-top: auto;
    padding: 5px 0; }

#Footer .social__link {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  margin: 5px 15px 5px 0; }
  #Footer .social__link:hover {
    color: #fff; }

.brand-group__left-cell {
  text-align: center; }
  .brand-group__left-cell img {
    max-width: 70%;
    height: auto; }
.brand-group__right-cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .brand-group__right-cell img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    height: auto; }
    @media (min-width: 959.98px) and (max-width: 1239.98px) {
      .brand-group__right-cell img {
        margin: 10px 0px; } }

@media (max-width: 959px) {
  #Footer .widgets_wrapper .container {
    max-width: calc((100%) - (40px)) !important;
    width: calc((100%) - (40px));
    padding: 0 20px !important;
    position: relative; }
    #Footer .widgets_wrapper .container .column:first-child {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: absolute;
      bottom: 0;
      max-width: calc((60%) - (30px));
      width: calc((60%) - (30px));
      z-index: 1; }
    #Footer .widgets_wrapper .container .column:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 60%;
      position: relative; }
      #Footer .widgets_wrapper .container .column:nth-child(2) .widget:first-child {
        position: absolute;
        left: 0;
        width: 40%;
        top: 0; }
    #Footer .widgets_wrapper .container .column:last-child {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      background-color: #fff;
      margin: 0 -20px;
      width: calc((100%) + (40px)) !important;
      padding: 20px; }
  #Footer .widgets_wrapper .brand-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  a#back_to_top.button.button_js {
    color: #fff; } }
@media (min-width: 960px) {
  #Footer .widgets_wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #Footer .widgets_wrapper .container .column:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      #Footer .widgets_wrapper .container .column:nth-child(2) .menu {
        background-color: transparent; }
        #Footer .widgets_wrapper .container .column:nth-child(2) .menu a {
          color: #fff;
          cursor: pointer;
          padding: 5px 0; }
    #Footer .widgets_wrapper .container .column:last-child {
      margin: 0 0 0 2%; }

  .brand-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .brand-group__left-cell img {
      max-width: 90%;
      height: auto; }
    .brand-group__right-cell {
      padding-left: 12px;
      width: 100px;
      max-width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      position: relative; }
      .brand-group__right-cell::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 650px;
        background: #fff;
        height: 170px;
        -webkit-transform: translate(-112px, -15px);
                transform: translate(-112px, -15px); }

  #Footer .social__link {
    font-size: 16px; } }
@media (min-width: 1240px) {
  .brand-group__right-cell {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; }
    .brand-group__right-cell::after {
      height: 207px;
      -webkit-transform: translate(-200px, -15px);
              transform: translate(-200px, -15px); }
    .brand-group__right-cell img {
      margin: 7px 0; } }
#Subheader {
  position: relative;
  z-index: 96;
  background: transparent!important; }
  #Subheader:after {
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (max-width: 767px) {
    #Subheader {
      display: none; } }
  @media (min-width: 768px) {
    #Subheader .breadcrumbs {
      width: calc((66.66%) - (11px)) !important;
      text-align: left !important;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    #Subheader .breadcrumbs {
      width: calc((66.66%) - (-50px)) !important; } }
  #Subheader .breadcrumbs li a {
    color: #C6C6C6 !important; }
  #Subheader .breadcrumbs li:last-child {
    font-weight: bold;
    color: #fff !important;
    font-style: italic; }
  #Subheader .breadcrumbs li .icon-right-open {
    color: #C6C6C6 !important; }
    #Subheader .breadcrumbs li .icon-right-open:before {
      content: '|' !important;
      color: #C6C6C6 !important;
      font-weight: bold; }

.mhb #Header_wrapper {
  background-image: auto !important; }

.error404 #Subheader {
  display: block !important; }
  .error404 #Subheader ul.breadcrumbs {
    display: block !important; }
.error404 #Error_404 {
  background: #fff;
  overflow: inherit;
  position: relative;
  top: inherit;
  left: 0px;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 100px 0px; }
  @media (min-width: 1489.98px) {
    .error404 #Error_404 {
      padding: 150px 0px; } }
  @media (max-width: 767.98px) {
    .error404 #Error_404 {
      padding: 50px 0px; } }
  .error404 #Error_404 h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    color: #000000; }
  .error404 #Error_404 h4 {
    color: #000000; }
  .error404 #Error_404 p {
    color: #000000; }
    .error404 #Error_404 p a {
      color: #000000; }

body {
  line-height: 1.5 !important; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.alert-box {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 15px;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px; }

.req {
  color: red;
  margin-left: 5px; }

input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
  width: 100%; }
  input[type="reset"] .error,
  input[type="button"] .error,
  input[type="text"] .error,
  input[type="password"] .error,
  input[type="tel"] .error,
  input[type="email"] .error,
  input[type="url"] .error,
  textarea .error,
  select .error {
    border-color: red; }
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 1em 0em;
}
.form-group input[type="submit"] {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1px; }

label.error {
  margin-top: -15px;
  margin-bottom: 25px;
  color: red; }

/* Login form */
.tml-submit-wrap {
  /*max-width: 150px;*/
  float: right;
  margin-top: 25px; }
  @media (max-width: 767.98px) {
    .tml-submit-wrap {
      float: left;
      margin-top: 0; } }
  .tml-submit-wrap .tml-button {
    border-radius: 0;
    margin-right: 0; }
    .tml-submit-wrap .tml-button:hover {
      outline: none; }
    .tml-submit-wrap .tml-button i {
      top: 12px !important; }

.tml-links {
  list-style: none !important;
  margin-left: 0 !important; }
  @media (max-width: 767.98px) {
    .tml-links {
      clear: both; } }

.tml-login form {
  margin-bottom: 50px; }

.mhb-view.tablet span.search.d-flex {
  width: 450px;
  padding: 10px; }
.mhb-view.tablet #ajaxsearchlite1 .probox .proinput input,
.mhb-view.tablet div.asl_w .probox .proinput input {
  font-size: 12px; }

.mhb-view.tablet .wpdreams_asl_container {
  width: 200px !important;
  margin: 0px 0px 0px 10px !important; }
  .mhb-view.tablet .wpdreams_asl_container .probox .proinput input,
  .mhb-view.tablet .wpdreams_asl_container div.asl_w .probox .proinput input {
    font-size: 12px !important; }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .wpdreams_asl_container {
    width: 165px !important; }
    .wpdreams_asl_container .probox .proinput input,
    .wpdreams_asl_container div.asl_w .probox .proinput input {
      font-size: 12px !important; } }

#Content {
  padding-top: 0; }

.sectie-section-with-bg {
  background: #194383;
  background: -webkit-gradient(linear, left top, right top, from(#194383), to(#169fdb));
  background: linear-gradient(90deg, #194383 0%, #169fdb 100%); }

.section-departments {
  position: relative !important;
  top: -100px;
  margin-bottom: -50px; }
  .section-departments .wpb_wrapper > div {
    margin-bottom: 0; }

.section-type ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .section-type ul li {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1rem; }
    @media (max-width: 1239.98px) {
      .section-type ul li {
        font-size: 16px;
        line-height: 26px; } }
    .section-type ul li::before {
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block;
      content: "\f105";
      font-size: 1.25rem;
      color: #000000;
      position: absolute;
      left: 0;
      top: 3px; }
      @media (max-width: 1239.98px) {
        .section-type ul li::before {
          top: 1px; } }

.content ul,
.section-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  margin-bottom: 15px !important; }
  .content ul li,
  .section-info ul li {
    font-size: 16px;
    color: #575756;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    list-style: none; }
    @media (max-width: 1239.98px) {
      .content ul li,
      .section-info ul li {
        font-size: 16px; } }
    .content ul li::before,
    .section-info ul li::before {
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block;
      content: "\f00c";
      font-size: 16px;
      line-height: 18px;
      color: #000000;
      position: absolute;
      left: 0;
      top: 2px; }
.content .tml ul li,
.section-info .tml ul li {
  padding-left: 10px;
  display: inline-block; }
  .content .tml ul li::before,
  .section-info .tml ul li::before {
    display: none; }
  .content .tml ul li a,
  .section-info .tml ul li a {
    color: #0095eb; }
.content .tml ul.tml-errors li,
.section-info .tml ul.tml-errors li {
  padding-left: 10px;
  font-size: 14px; }

.sectie-section {
  color: #fff; }
  .sectie-section .content {
    color: #fff;
    font-size: 1.25rem;
    line-height: 30px;
    padding-left: 65px !important;
    padding-right: 65px !important; }
  .sectie-section .section-title {
    padding-left: 65px !important;
    padding-right: 65px !important; }

.sectie-page-content .vc_column-inner {
  padding-left: 80px !important;
  padding-right: 80px !important; }
  .sectie-page-content .vc_column-inner img {
    width: 100%; }

.widget_archive ul li:after,
.widget_nav_menu ul li:after {
  border: none; }

.wp-image {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-top: -80px; }

.action-button .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.action-button button {
  margin-right: 3px;
  padding-left: 60px !important; }
.action-button .email-btn {
  margin-right: 10px; }
.action-button .vc_btn3-icon {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 20px; }
  .action-button .vc_btn3-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 100%;
    bottom: 0;
    right: -7px; }

.featured-section-wrapper .featured-section {
  color: #fff; }
  .featured-section-wrapper .featured-section-image .vc_column-inner {
    padding: 0;
    padding-top: 0 !important; }
  .featured-section-wrapper .featured-section .title {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 500; }
  .featured-section-wrapper .featured-section .content {
    font-size: 1.25rem;
    line-height: 34px; }
  .featured-section-wrapper .featured-section .show-more-btn button {
    margin-right: 0;
    border-right: 2px solid #fff; }
  .featured-section-wrapper .featured-section .contact-btn button {
    border-width: 1px; }
    .featured-section-wrapper .featured-section .contact-btn button:hover {
      border-width: 1px; }

.cta-section .cta .wpb_wrapper p {
  font-size: 1rem;
  color: #575756; }
.cta-section .newsletter-block .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.cta-section .newsletter-block .vc_column-inner {
  padding: 0; }
.cta-section .newsletter-block button {
  white-space: nowrap; }

.newsletter-btn button {
  margin-right: 0;
  border-right: 2px solid #e4e0e0 !important; }

@media (min-width: 1440px) {
  .more-info {
    margin: 0 -40px;
    width: calc((100%) + (80px)); }

  .action-button {
    margin: 0 -40px;
    width: calc((100%) + (80px)); } }
@media (max-width: 1439px) {
  .sectie-page-content .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .section-departments .section-info {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .more-info .content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .more-info .vc_column-inner {
    background-color: #f6f6f6 !important; }

  .action-button .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #f6f6f6 !important; }

  .sectie-section .content {
    font-size: 1rem;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .sectie-section .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 959px) {
  .wpb_column {
    width: 100% !important; }

  .sectie-section .section-title {
    padding-bottom: 100px !important; }

  .featured-section-wrapper .featured-section-image .wpb_content_element {
    margin-bottom: 0; }
  .featured-section-wrapper .featured-section .title {
    font-size: 1.5625rem; }
  .featured-section-wrapper .featured-section .content {
    font-size: 1rem; } }
@media (max-width: 767px) {
  .sections_group button {
    font-size: 0.75rem !important; }

  .section-departments .section-info .section-type li {
    font-size: 0.875rem; } }
@media (max-width: 639px) {
  .section-departments .action-button .email-btn {
    margin-bottom: 10px; }
  .section-departments .action-button .wpb_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
@media (max-width: 959px) {
  .sidebar {
    display: none; } }
.sidebar .widget_nav_menu {
  z-index: 1;
  max-width: 350px; }
  .sidebar .widget_nav_menu #menu-secties_page_left_sidebar {
    background: transparent !important;
    padding: 0 40px 0 0;
    margin-left: 0; }
    .sidebar .widget_nav_menu #menu-secties_page_left_sidebar .current-menu-item {
      font-weight: bold; }
.sidebar ul {
  list-style-type: none;
  padding: 0; }
.sidebar .menu .menu-item {
  font-size: 1rem;
  border-bottom: 1px solid #878787;
  padding-left: 1.5rem; }
  .sidebar .menu .menu-item::before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f105";
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    margin-top: 5px; }
  .sidebar .menu .menu-item a {
    color: #fff;
    text-decoration: none; }

@media (max-width: 959px) {
  .sidebar .vc_column-inner {
    padding-left: 0; } }
@media (max-width: 1440px) {
  .sidebar .widget_nav_menu #menu-secties_page_left_sidebar {
    padding: 0; }
    .sidebar .widget_nav_menu #menu-secties_page_left_sidebar .menu-item {
      font-size: 0.875rem; } }
.page-template-template-profile .container,
.page-template-template-dashboard .container,
.page-template-template-documents .container,
.page-template-template-documents-archive .container {
  padding: 0 15px; }
@media (max-width: 959.98px) {
  .page-template-template-profile #Subheader ul.breadcrumbs,
  .page-template-template-dashboard #Subheader ul.breadcrumbs,
  .page-template-template-documents #Subheader ul.breadcrumbs,
  .page-template-template-documents-archive #Subheader ul.breadcrumbs {
    padding-left: 0 !important; } }

.page-template-template-dashboard .dashboard__top {
  padding-bottom: 55px; }

/* Dashboard Left Side Bar */
.dashboard__top {
  padding-top: 55px;
  padding-bottom: 105px;
  color: #fff; }
  @media (max-width: 959.98px) {
    .dashboard__top {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .dashboard__top .company_logo {
    margin-bottom: 40px; }
  .dashboard__top .info_label {
    font-style: italic;
    margin-bottom: 5px;
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    /*font-weight: 600;*/ }
  .dashboard__top .company__name,
  .dashboard__top .company__address {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px; }
  .dashboard__top .addr_m_top {
    margin-top: 25px; }
  .dashboard__top .company__info p {
    margin-bottom: 5px; }
  .dashboard__top .company__info a {
    color: #fff; }

/* Dashboard Main Content */
.dashboard__content {
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 991.98px) {
    .dashboard__content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 959.98px) {
    .dashboard__content {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .dashboard__content {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 40px; } }
  .dashboard__content .leden-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto !important; }
  .dashboard__content h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .dashboard__content h1 {
        font-size: 29px;
        margin-bottom: 30px; } }
  .dashboard__content p {
    font-size: 17px;
    line-height: 30px;
    word-break: break-all; }
    @media (max-width: 767.98px) {
      .dashboard__content p {
        font-size: 15px;
        line-height: 28px; } }

.dashboard__sidebar {
  font-size: 16px; }
  @media (max-width: 959.98px) {
    .dashboard__sidebar {
      width: 100%;
      margin-bottom: 30px; } }

@media (max-width: 959.98px) {
  .dashboard__main {
    width: calc(100% - 30px); } }

.dashboard__bottom .dashboard__content {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: -270px;
  margin-bottom: 40px; }
  @media (max-width: 1280px) {
    .dashboard__bottom .dashboard__content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 959.98px) {
    .dashboard__bottom .dashboard__content {
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .dashboard__bottom .dashboard__content {
      margin-top: 0;
      padding-top: 20px; } }
  @media (max-width: 767.98px) {
    .dashboard__bottom .dashboard__content img {
      width: 100%; } }
.dashboard__bottom .dashboard__sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000; }
  @media (max-width: 959.98px) {
    .dashboard__bottom .dashboard__sidebar {
      padding-bottom: 10px; } }
.dashboard__bottom .logout-btn {
  margin: 25px 0;
  padding: 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px; }
  .dashboard__bottom .logout-btn a {
    color: #000000; }
    .dashboard__bottom .logout-btn a i {
      margin-right: 10px; }
.dashboard__bottom h2, .dashboard__bottom h3, .dashboard__bottom h4, .dashboard__bottom h5, .dashboard__bottom h6 {
  color: #000000; }
.dashboard__bottom h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .dashboard__bottom h2 {
      margin-bottom: 20px; } }

.box__link {
  display: block;
  border: 1px solid #dedede;
  margin-bottom: 30px; }

.box__title {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 0;
  min-height: 55px; }

.recent-documents {
  margin-top: 25px; }

.doc-links {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-align: right; }
  @media (max-width: 767.98px) {
    .doc-links {
      text-align: left;
      margin-bottom: 20px; } }
  .doc-links a {
    color: #000000; }

.doc-listing {
  color: #000000;
  font-size: 16px; }
  .doc-listing .doc__date {
    font-weight: 600; }
    @media (max-width: 1280px) {
      .doc-listing .doc__date {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      .doc-listing .doc__date {
        margin-bottom: 5px; } }
    .doc-listing .doc__date i {
      padding-right: 10px; }
      @media (max-width: 1280px) {
        .doc-listing .doc__date i {
          padding-right: 5px; } }
  .doc-listing .doc__title {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767.98px) {
      .doc-listing .doc__title {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px; } }
  .doc-listing .doc__link {
    font-weight: 600; }
    .doc-listing .doc__link a {
      color: #000000;
      display: inline-block;
      border: 2px solid #dedede;
      padding: 10px 25px;
      padding-left: 15px;
      float: right;
      padding-right: 10px;
      min-width: 110px;
      font-size: 14px; }
      .doc-listing .doc__link a i {
        padding-right: 10px; }
      @media (max-width: 1280px) {
        .doc-listing .doc__link a {
          padding: 10px 20px;
          padding-left: 10px;
          float: right;
          padding-right: 4px;
          min-width: 100px;
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .doc-listing .doc__link a {
          padding: 8px 15px;
          float: left;
          margin-top: 8px; } }
  .doc-listing .doc__border {
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    margin-top: 15px; }

/* Dashboard CTA */
.dashboard-cta {
  padding-bottom: 40px; }
  @media (max-width: 959.98px) {
    .dashboard-cta .hide-tablet {
      display: none; }
    .dashboard-cta .vc_col-sm-9 {
      width: 100%; } }

.dashboard-cta__content {
  padding: 0 80px; }
  @media (max-width: 959.98px) {
    .dashboard-cta__content {
      padding: 0 40px; } }
  @media (max-width: 767.98px) {
    .dashboard-cta__content {
      padding: 0; } }
  .dashboard-cta__content h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0; }
  .dashboard-cta__content .dashboard-cta__btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #194383;
    background-image: -webkit-gradient(linear, left top, right top, from(#194383), color-stop(50%, #169fdb), to(#194383));
    background-image: linear-gradient(to right, #194383 0%, #169fdb 50%, #194383 100%); }
    .dashboard-cta__content .dashboard-cta__btn:hover {
      background-color: #169fdb; }
    @media (max-width: 767.98px) {
      .dashboard-cta__content .dashboard-cta__btn {
        float: left; } }

.footer-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6; }
  .footer-cta p {
    font-size: 16px;
    line-height: 26px; }
    @media (max-width: 959.98px) {
      .footer-cta p {
        display: none; } }
  @media (max-width: 959.98px) {
    .footer-cta .vc_col-sm-3 {
      width: 100%; }
    .footer-cta h4 {
      font-size: 22px;
      line-height: 26px; } }

.vimag-cta {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  .vimag-cta .vimag-bg {
    background: #194383;
    background: -webkit-gradient(linear, left top, right top, from(#194383), to(#169FDB));
    background: linear-gradient(90deg, #194383 0%, #169FDB 100%);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
    @media (max-width: 959.98px) {
      .vimag-cta .vimag-bg .vc_col-sm-6 {
        padding: 0; } }
  .vimag-cta .banner-title {
    padding-top: 35px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400; }
    @media (max-width: 959.98px) {
      .vimag-cta .banner-title {
        font-size: 26px;
        line-height: 32px; }
        .vimag-cta .banner-title br {
          display: none; } }
    @media (max-width: 767.98px) {
      .vimag-cta .banner-title {
        font-size: 22px;
        line-height: 28px; } }
  .vimag-cta p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px; }
    @media (max-width: 959.98px) {
      .vimag-cta p {
        font-size: 16px;
        line-height: 24px; } }
  .vimag-cta .vimag-img {
    margin-top: -10px;
    margin-right: -25px;
    margin-bottom: 20px; }
    @media (max-width: 959.98px) {
      .vimag-cta .vimag-img {
        margin-top: 0;
        margin-right: 0; } }
  .vimag-cta .orange-btn,
  .vimag-cta .border-btn {
    margin-right: 5px;
    margin-bottom: 40px; }
    @media (max-width: 959.98px) {
      .vimag-cta .orange-btn,
      .vimag-cta .border-btn {
        margin-bottom: 5px;
        display: inline-block; } }

/* Profile page template */
.page-template-template-profile .dashboard__top {
  padding-bottom: 105px; }
  @media (max-width: 959.98px) {
    .page-template-template-profile .dashboard__top {
      padding-bottom: 25px; } }
@media (max-width: 959.98px) {
  .page-template-template-profile .dashboard__bottom .vc_col-sm-7 {
    width: calc(100% - 40px); } }
.page-template-template-profile .dashboard__bottom .dashboard__content {
  margin-top: -80px; }
  @media (max-width: 959.98px) {
    .page-template-template-profile .dashboard__bottom .dashboard__content {
      margin-top: 0; } }
.page-template-template-profile .leden_img {
  margin-top: 40px;
  margin-bottom: 60px; }
.page-template-template-profile .leden_details .info_label {
  font-style: italic;
  font-weight: bold;
  color: #000000;
  font-size: 16px; }
.page-template-template-profile .leden_details .company__name,
.page-template-template-profile .leden_details .company__address {
  border-bottom: 1px solid #000000;
  margin-bottom: 25px; }
.page-template-template-profile .leden_details .company__address {
  padding-top: 15px;
  padding-bottom: 25px; }
.page-template-template-profile .leden_details .company__info p {
  margin-bottom: 0; }
.page-template-template-profile .leden_details .company__info a {
  color: #000000; }
.page-template-template-profile .profile-edit {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 15px 0;
  font-size: 16px;
  color: #000000; }
  @media (max-width: 479.98px) {
    .page-template-template-profile .profile-edit .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-template-profile .profile-edit .acf_cta_btn, .page-template-template-profile .profile-edit .tml-submit-wrap .tml-button, .tml-submit-wrap .page-template-template-profile .profile-edit .tml-button {
    float: right; }
    @media (max-width: 479.98px) {
      .page-template-template-profile .profile-edit .acf_cta_btn, .page-template-template-profile .profile-edit .tml-submit-wrap .tml-button, .tml-submit-wrap .page-template-template-profile .profile-edit .tml-button {
        float: left; } }
  @media (max-width: 479.98px) {
    .page-template-template-profile .profile-edit .vc_col-sm-9,
    .page-template-template-profile .profile-edit .vc_col-sm-3 {
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .page-template-template-profile .profile-edit .vc_col-sm-3 {
      padding-left: 0;
      margin-top: 15px; } }

.form-img-preview {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 250px; }
  .form-img-preview img {
    max-width: 100%;
    height: auto; }

.fancybox-content {
  width: 100%; }

.popup-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .popup-overlay.open {
    display: block; }

#profileEdit {
  display: none;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  top: 0;
  z-index: 999;
  margin-top: 80px; }
  @media (max-width: 959.98px) {
    #profileEdit {
      max-width: 80%; } }
  #profileEdit #mceu_3,
  #profileEdit #mceu_4 {
    display: none; }
  #profileEdit .profileEdit__content {
    max-height: 75vh;
    overflow-x: hidden;
    padding: 40px; }
    @media (max-width: 479.98px) {
      #profileEdit .profileEdit__content {
        padding: 40px 20px; } }
  #profileEdit .profileEdit__close {
    position: absolute;
    right: -50px;
    top: -30px;
    height: 50px;
    width: 50px;
    fill: #fff;
    cursor: pointer; }
    @media (max-width: 479.98px) {
      #profileEdit .profileEdit__close {
        right: -30px;
        top: -30px;
        height: 35px;
        width: 35px; } }

.dashboard__side-nav {
  margin-bottom: 30px; }
  .dashboard__side-nav a {
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    display: block;
    border-bottom: 1px solid #000000;
    position: relative; }
    .dashboard__side-nav a:before {
      content: "\f054";
      margin-right: 15px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      position: absolute;
      left: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .dashboard__side-nav a.active {
      font-weight: 600;
      font-style: italic; }
  .dashboard__side-nav .open-terms.open:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .dashboard__side-nav .terms__wrap {
    display: none; }
  .dashboard__side-nav .term__list a {
    border-bottom: 0;
    padding-bottom: 6px;
    padding-top: 10px; }
    .dashboard__side-nav .term__list a:before {
      content: ''; }

.reset-wrap {
  margin: 15px 0px; }

/* Documents template */
@media (max-width: 959.98px) {
  .page-template-template-documents .dashboard__bottom .vc_col-sm-7,
  .page-template-template-documents-archive .dashboard__bottom .vc_col-sm-7 {
    width: calc(100% - 40px); } }
.page-template-template-documents .dashboard__bottom .dashboard__content,
.page-template-template-documents-archive .dashboard__bottom .dashboard__content {
  margin-top: -80px; }
  @media (max-width: 959.98px) {
    .page-template-template-documents .dashboard__bottom .dashboard__content,
    .page-template-template-documents-archive .dashboard__bottom .dashboard__content {
      margin-top: 0; } }

.document__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .document__content-wrap .acf_cta_btn, .document__content-wrap .tml-submit-wrap .tml-button, .tml-submit-wrap .document__content-wrap .tml-button {
    font-size: 14px;
    min-width: 80px;
    text-align: left;
    padding-right: 10px; }
    .document__content-wrap .acf_cta_btn i, .document__content-wrap .tml-submit-wrap .tml-button i, .tml-submit-wrap .document__content-wrap .tml-button i {
      font-size: 14px;
      line-height: 14px; }
  .document__content-wrap .document__doc-title {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    word-break: break-all;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 1260px) {
      .document__content-wrap .document__doc-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
        max-width: 70%; } }
    @media (max-width: 767.98px) {
      .document__content-wrap .document__doc-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .document__content-wrap .doc-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    text-align: right; }
    @media (max-width: 1260px) {
      .document__content-wrap .doc-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%; } }
    @media (max-width: 767.98px) {
      .document__content-wrap .doc-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        margin-top: 15px; } }
  .document__content-wrap.document-bottom {
    margin-bottom: 60px; }
    .document__content-wrap.document-bottom .document__doc-title {
      font-size: 16px;
      font-style: italic; }
    .document__content-wrap.document-bottom .doc_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 15px; }
      .document__content-wrap.document-bottom .doc_wrap:last-child {
        margin-bottom: 0; }

.document__content-wrap.date_content-wrap .document__doc-title {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }
.document__content-wrap.date_content-wrap .doc__date {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  font-weight: 600; }
  .document__content-wrap.date_content-wrap .doc__date .fas {
    padding-right: 5px; }
.document__content-wrap.date_content-wrap .doc-btn {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  max-width: 30%; }

.gallery-img-anchors {
  display: none; }

/* Infinite scroll */
.page-load-status {
  display: block !important;
  /*never problem the forced block, because the all children will be display:none, exception that one, what handle the infinite-scroll (so the active status)*/ }

.infinite-scroll-request,
.infinite-scroll-error {
  display: none; }

.infinite-scroll-last {
  display: block;
  /*Needful the block value because the pages without pagination (but non forced, so on paginated pages will be display:none this and .infinite-scroll-request will get it block!) */ }

.page-load-status {
  display: none;
  /* hidden by default */
  margin-top: 20px;
  padding-top: 20px;
  /*border-top: 1px solid #DDD;*/
  text-align: center;
  color: #777; }

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em); } }
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em); } }
.loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  -webkit-animation-direction: reverse;
          animation-direction: reverse; }

/* Login page */
.login-content-row {
  padding-bottom: 175px; }
  .login-content-row h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 55px; }
    @media (max-width: 767.98px) {
      .login-content-row h1 {
        font-size: 29px;
        margin-bottom: 25px; } }

.login-row {
  margin-top: -230px;
  margin-bottom: 40px; }
  .login-row .section-info h2 {
    color: #000000;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .login-row .section-info h2 {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 30px; } }
  @media (max-width: 767.98px) {
    .login-row .section-info {
      margin-bottom: 0;
      padding-bottom: 0 !important; } }

a.gallery-img-anchors {
  display: none !important; }

.mobile-visible {
  display: none; }
  @media (max-width: 959.98px) {
    .mobile-visible {
      display: block; } }

@media (max-width: 959.98px) {
  .desktop-visible {
    display: none; } }
@media (max-width: 1280px) {
  .dashboard-blocks .vc_col-md-4 {
    width: 50%; } }
@media (max-width: 767.98px) {
  .dashboard-blocks .vc_col-md-4 {
    width: 100%; } }

/** Import theme styles */
.blue-shades, body .mhb-placeholder, .page-template-template-profile #Subheader,
.page-template-template-dashboard #Subheader,
.page-template-template-documents #Subheader,
.page-template-template-documents-archive #Subheader, .tml-action #Subheader,
.tml-action #Header_wrapper, #Header_wrapper {
  background: #184381;
  background: -webkit-gradient(linear, left top, right top, from(#184381), to(#139dd9));
  background: linear-gradient(90deg, #184381 0%, #139dd9 100%);
  background: -o-linear-gradient(left, #184381 0%, #139dd9 100%); }

.green-shades {
  background: #76b82b;
  background: -webkit-gradient(linear, left top, right top, from(#76b82b), to(#00b4cd));
  background: linear-gradient(90deg, #76b82b 0%, #00b4cd 100%); }

.purple-shades {
  background: #66267b;
  background: -webkit-gradient(linear, left top, right top, from(#66267b), to(#194383));
  background: linear-gradient(90deg, #66267b 0%, #194383 100%); }

.pink-shades {
  background: #e50076;
  background: -webkit-gradient(linear, left top, right top, from(#e50076), to(#ea5b1b));
  background: linear-gradient(90deg, #e50076 0%, #ea5b1b 100%); }

.orange-shades {
  background: #e98702;
  background: -webkit-gradient(linear, left top, right top, from(#e98702), to(#76b82b));
  background: linear-gradient(90deg, #e98702 0%, #76b82b 100%); }

.main-shades {
  background: #184381;
  background: -webkit-gradient(linear, left top, right top, from(#184381), to(#139dd9));
  background: linear-gradient(90deg, #184381 0%, #139dd9 100%);
  background: -o-linear-gradient(left, #184381 0%, #139dd9 100%); }

.secties-shades, body.secties-vakgroepen #Header_wrapper .mhb-placeholder,
body.sectie-vimag #Header_wrapper .mhb-placeholder,
body.groep-fabrikanten-machines-gfm #Header_wrapper .mhb-placeholder,
body.fabrikanten-hardmetalen-gereedschappen-fhg #Header_wrapper .mhb-placeholder,
body.vakgroep-plaatwerk #Header_wrapper .mhb-placeholder,
body.vakgroep-precisietechniek #Header_wrapper .mhb-placeholder,
body.vakgroep-verbindingstechniek #Header_wrapper .mhb-placeholder,
body.vakgroep-productieautomatisering #Header_wrapper .mhb-placeholder {
  background: #184381;
  background: -webkit-gradient(linear, left top, right top, from(#184381), to(#333177));
  background: linear-gradient(90deg, #184381 0%, #333177 100%);
  background: -o-linear-gradient(left, #184381 0%, #333177 100%); }

.techno-shades, body.technologiegebieden #Header_wrapper .mhb-placeholder,
body.verspanende-techniek #Header_wrapper .mhb-placeholder,
body.plaatwerktechniek #Header_wrapper .mhb-placeholder,
body.meettechniek-en-vision #Header_wrapper .mhb-placeholder,
body.hardmetalen-gereedschappen #Header_wrapper .mhb-placeholder,
body.verbindingstechnieken #Header_wrapper .mhb-placeholder,
body.productieautomatisering #Header_wrapper .mhb-placeholder,
body.additive-manufacturing #Header_wrapper .mhb-placeholder,
body.industriele-vloeistoffen #Header_wrapper .mhb-placeholder,
body.oppervlaktetechniek #Header_wrapper .mhb-placeholder,
body.werkplaatsinrichting #Header_wrapper .mhb-placeholder,
body.robotics #Header_wrapper .mhb-placeholder {
  background: #333177;
  background: -webkit-gradient(linear, left top, right top, from(#333177), to(#66267b));
  background: linear-gradient(90deg, #333177 0%, #66267b 100%);
  background: -o-linear-gradient(left, #333177 0%, #66267b 100%); }

.smart-shades, body.smart-industry #Header_wrapper .mhb-placeholder {
  background: #66267b;
  background: -webkit-gradient(linear, left top, right top, from(#66267b), to(#184381));
  background: linear-gradient(90deg, #66267b 0%, #184381 100%);
  background: -o-linear-gradient(left, #66267b 0%, #184381 100%); }

.onderwijs-shades, body.onderwijs #Header_wrapper .mhb-placeholder {
  background: #184381;
  background: -webkit-gradient(linear, left top, right top, from(#184381), to(#00cd78));
  background: linear-gradient(90deg, #184381 0%, #00cd78 100%);
  background: -o-linear-gradient(left, #184381 0%, #00cd78 100%); }

.leden-shades, body.leden-overzicht #Header_wrapper .mhb-placeholder,
body.single-leden #Header_wrapper .mhb-placeholder {
  background: #00cd44;
  background: -webkit-gradient(linear, left top, right top, from(#00cd78), to(#00b4cd));
  background: linear-gradient(90deg, #00cd78 0%, #00b4cd 100%);
  background: -o-linear-gradient(left, #00cd78 0%, #00b4cd 100%); }

.new-shades, body.nieuws #Header_wrapper .mhb-placeholder,
body.single-post #Header_wrapper .mhb-placeholder {
  background: #00b4cd;
  background: -webkit-gradient(linear, left top, right top, from(#00b4cd), to(#184381));
  background: linear-gradient(90deg, #00b4cd 0%, #184381 100%);
  background: -o-linear-gradient(left, #00b4cd 0%, #184381 100%); }

.lid-shades, body.lid-worden #Header_wrapper .mhb-placeholder {
  background: #00b4cd;
  background: -webkit-gradient(linear, left top, right top, from(#00b4cd), to(#76b82b));
  background: linear-gradient(90deg, #00b4cd 0%, #76b82b 100%);
  background: -o-linear-gradient(left, #00b4cd 0%, #76b82b 100%); }

.kalender-shades, body.kalender #Header_wrapper .mhb-placeholder,
body.single-events #Header_wrapper .mhb-placeholder {
  background: #76b82b;
  background: -webkit-gradient(linear, left top, right top, from(#76b82b), to(#184381));
  background: linear-gradient(90deg, #76b82b 0%, #184381 100%);
  background: -o-linear-gradient(left, #76b82b 0%, #184381 100%); }

.font-regular {
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif; }

.font-bold {
  /*font-weight: 600;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif; }

.white-bg .wpb_wrapper:first-child {
  background-color: #fff;
  padding: 20px;
  padding-top: 0px; }
.white-bg .wpb_wrapper .wpb_wrapper {
  background-color: inherit;
  padding: inherit; }

.gray-bg .wpb_wrapper:first-child {
  background-color: #F6F6F6;
  padding: 20px; }
.gray-bg .wpb_wrapper .wpb_wrapper {
  background-color: inherit;
  padding: inherit; }

.left-image-box {
  margin-top: -20px;
  margin-left: -20px; }
  .left-image-box .vc_single_image-wrapper {
    margin-bottom: 20px; }

.right-image-box {
  margin-top: -10px;
  margin-right: -26px; }
  .right-image-box .vc_single_image-wrapper {
    margin-bottom: 20px; }

.cmn-content h1,
.cmn-content h2,
.cmn-content h3,
.cmn-content h4,
.cmn-content h5,
.cmn-content h6 {
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #000000; }
.cmn-content h2 {
  font-size: 30px;
  line-height: 36px; }
.cmn-content h3 {
  font-size: 26px;
  line-height: 32px; }
.cmn-content h4 {
  font-size: 24px;
  line-height: 28px; }
.cmn-content h5 {
  font-size: 20px;
  line-height: 26px; }
.cmn-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #575756;
  line-height: 25px; }
.cmn-content ul {
  list-style: none;
  margin-left: 0px;
  margin: 21px 0px !important; }
  .cmn-content ul li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
  /*  font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #575756; }
    .cmn-content ul li:before {
      content: "\f00c";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      margin-left: -25px;
      width: 25px; }

.image-box-content h1,
.image-box-content h2,
.image-box-content h3,
.image-box-content h4,
.image-box-content h5,
.image-box-content h6,
.image-box-content p {
  color: #fff; }
.image-box-content h2 {
  margin-bottom: 30px; }

/*
*
*  Vertical Tab scss
*/
.custom-vt-tab .vc_tta-tabs-container {
  width: 100%;
  max-width: 385px; }
  .custom-vt-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 24px 60px !important;
    font-size: 22px;
    line-height: 26px;
  /* font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #B2B2B2 !important;
    border-color: none !important;
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #B2B2B2 !important;
    padding-left: 0px !important;
    position: relative; }
    .custom-vt-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
      content: "\f054" !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block !important;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: absolute !important;
      right: 25px;
      top: 28px !important;
      font-size: 20px;
      left: inherit !important;
      color: #B2B2B2 !important;
      height: auto !important; }
  .custom-vt-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    color: #000000 !important;
    border-bottom: 1px solid #000000 !important; }
    .custom-vt-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:after {
      color: #000000 !important; }
.custom-vt-tab .vc_tta-panels-container .vc_tta-panel-body {
  border: none !important;
  padding: 0px !important; }
  .custom-vt-tab .vc_tta-panels-container .vc_tta-panel-body .vc_single_image-wrapper {
    margin-bottom: 0px;
    max-height: 343px; }

/*
*
*  custom-newpost on homepage scss
*/
.custom-newpost .vc_col-sm-3 .vc_grid-item-mini {
  padding: 20px;
  background: #fff; }
  .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-a {
    height: 255px;
    max-height: 255px;
    margin-left: -20px;
    margin-top: -20px; }
  .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_gitem-zone-c {
    background-color: transparent !important; }
    .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_gitem-zone-c h4 {
      font-size: 22px;
      line-height: 26px;
      /*font-weight: 600;*/
      font-family: "Sansation bold", Arial, Tahoma, sans-serif;
      color: #000000;
      margin-top: 15px; }
    .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_gitem-zone-c p {
      font-size: 16px;
      font-weight: 400;
      font-family: "Sansation regular", Arial, Tahoma, sans-serif;
      color: #575756;
      line-height: 25px; }
  .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_btn3-container {
    margin-top: 20px;
    margin-bottom: 0px; }
    .custom-newpost .vc_col-sm-3 .vc_grid-item-mini .vc_btn3-container .vc_btn3.vc_btn3-color-juicy-pink {
      color: #575756;
      background-color: transparent;
      border: 1px solid #706F6F;
      border-radius: 0px;
     /* font-weight: 600;*/
      font-size: 16px !important;
      font-family: "Sansation bold", Arial, Tahoma, sans-serif; }

/*
* Show and hide section in device
*/
.mb-0 .vc_single_image-wrapper {
  margin-bottom: 15px; }

.d-sm-block {
  display: none !important; }

@media (max-width: 959.98px) {
  .d-sm-block {
    display: block !important; }

  .d-sm-none {
    display: none !important; } }
.custom_header_btn.new-header-sc {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px !important;
  margin-left: 0px !important; }
  .custom_header_btn.new-header-sc h3 {
    font-size: 22px;
    line-height: 26px;
  /*  font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #000000; }
    @media (max-width: 959.98px) {
      .custom_header_btn.new-header-sc h3 {
        margin-left: 0px !important; } }
    @media (max-width: 479.98px) {
      .custom_header_btn.new-header-sc h3 {
        font-size: 22px;
        line-height: 26px; } }
  .custom_header_btn.new-header-sc .bnt-link {
    color: #000000;
    border: 1px solid #000000;
    line-height: 30px; }
    @media (max-width: 479.98px) {
      .custom_header_btn.new-header-sc .bnt-link {
        font-size: 14px !important; } }

.minus-ml20 {
  margin-left: -20px !important; }
  @media (max-width: 959.98px) {
    .minus-ml20 {
      margin-left: 0px !important; } }

/* scroll Top Button */
#back_to_top.in_footer {
  color: #fff !important;
  position: fixed !important;
  bottom: 40px !important;
  right: 20px !important;
  background: #EA5B1B !important;
  background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#F39313)) !important;
  background: linear-gradient(to right, #EA5B1B, #F39313) !important;
  z-index: 99; }

.slick-slider .slick-prev:before {
  content: "\f104" !important; }
.slick-slider .slick-next:before {
  content: "\f105" !important; }
.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 45%; }
.slick-slider .slick-next {
  right: -30px; }
.slick-slider .slick-arrow {
  height: 30px;
  width: 30px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .slick-slider .slick-arrow:before {
    font-family: FontAwesome !important;
    font-size: 30px;
    display: inline-block;
    color: #000000; }
  .slick-slider .slick-arrow:after {
    background: transparent; }

.list_pages li a[aria-current="page"] {
  /*font-weight: 600 !important;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif !important;
  font-style: italic; }

.event-side-block {
  padding-right: 30px; }
  @media (max-width: 959.98px) {
    .event-side-block {
      display: none; } }

.event-sidebar h3 {
  font-size: 22px;
  line-height: 26px;
  /*font-weight: 600;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif;
  color: #000000;
  margin-bottom: 5px; }
  @media (max-width: 959.98px) {
    .event-sidebar h3 {
      margin-left: 0px !important; } }
  @media (max-width: 479.98px) {
    .event-sidebar h3 {
      font-size: 22px;
      line-height: 26px; } }
.event-sidebar p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #575756;
  line-height: 25px; }

#loging_popup {
  display: block;
  max-width: 660px; }
  @media (max-width: 479.98px) {
    #loging_popup {
      max-width: 320px; } }
  #loging_popup h2,
  #loging_popup p {
    color: #000000;
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif; }
  #loging_popup h2 {
   /* font-weight: 600 !important;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif !important; }

.d-none {
  display: none !important; }

.social .fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
.social .fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
.social .fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
.social .fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
.social .fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
.social .fa.fa-facebook:before {
  content: "\f39e"; }
.social .fa.fa-linkedin:before {
  content: "\f0e1"; }

.search-no-results #Subheader .title,
.search-results #Subheader .title {
  color: #fff; }

.search-results .post-item .author-date {
  display: none; }
.search-results .post-item h2 a {
  font-weight: 600;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 36px; }
.search-results .post-item .post-excerpt {
  font-size: 16px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #575756;
  line-height: 25px; }
.search-results .post-item .post-footer {
  float: left;
  color: #575756; }
  .search-results .post-item .post-footer a {
    color: #575756; }
  .search-results .post-item .post-footer .post-links {
    border-left-width: 0px;
    border-style: solid;
    padding-left: 0px; }
  .search-results .post-item .post-footer:hover {
    background: #575756;
    color: #fff; }
    .search-results .post-item .post-footer:hover a {
      color: #fff; }
.search-results .pager .pages {
  background-image: none; }
.search-results .pager a.next_page {
  color: #a8a8a8; }
  .search-results .pager a.next_page:hover {
    color: #0095eb; }

@media (max-width: 959.98px) {
  .mobile-sidebar {
    display: block; }
    .mobile-sidebar .menu .menu-item a {
      color: #000000; }
    .mobile-sidebar .menu .menu-item:before {
      color: #000000; } }

.reset-btn {
  margin: 15px 0px; }

.footer-cta .acf_cta_btn.orange-btn, .footer-cta .tml-submit-wrap .orange-btn.tml-button, .tml-submit-wrap .footer-cta .orange-btn.tml-button {
  float: right; }

/**
 * Event-lists Widget  and Custom list Widget Css
 */
.event-innerwrap {
  float: left;
  width: 100%;
  margin-bottom: 0px !important; }
  .event-innerwrap .event-lists {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 20px !important; }
    .event-innerwrap .event-lists:last-child {
      border-bottom: none;
      margin-bottom: 0px !important; }
    .event-innerwrap .event-lists:after {
      content: "\f054";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: absolute;
      right: 5px;
      top: 2px;
      font-size: 20px;
      color: #575756; }
    .event-innerwrap .event-lists a {
      padding-right: 35px;
      display: block; }
      .event-innerwrap .event-lists a h4 {
        font-size: 21px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif;
        color: #1D1D1B;
        margin-bottom: 10px; }
        .event-innerwrap .event-lists a h4:hover {
          text-decoration: underline; }
      .event-innerwrap .event-lists a p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif;
        color: #575756;
        line-height: 24px; }

/**
 * Custom Header Widget Scss
 */
.custom_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin-left: -20px;
  padding-right: 0px;
  margin-bottom: 20px !important;
  position: relative;
  min-height: 60px; }
  .custom_header .heade-icon {
    position: relative;
    top: -10px;
    left: 20px; }
    .custom_header .heade-icon .icon.fpt-icon {
      font-size: 52px;
      line-height: 0px;
      color: #fff;
      position: relative;
      top: -6px; }
  .custom_header h3 {
    font-size: 18px;
    /*font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 15px; }

.custom_header_btn {
  padding-right: 20px;
  margin-bottom: 0px !important;
  margin-left: -20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px;
  padding-left: 0px;
  min-height: 45px; }
  .custom_header_btn:after {
    content: '';
    display: table;
    clear: both; }
  .custom_header_btn h3 {
    font-size: 18px;
    /*font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #fff;
    margin-left: 20px !important;
    margin-bottom: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center; }
  .custom_header_btn .bnt-link {
    border: 1px solid #fff;
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    color: #fff;
    font-size: 16px !important;
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    float: right;
    margin-left: auto; }

/* news-lists- block */
.newwrap_row {
  margin-bottom: 0px !important; }
  .newwrap_row .news-lists {
    margin-bottom: 25px; }
    @media (min-width: 959.98px) and (max-width: 1239.98px) {
      .newwrap_row .news-lists {
        width: 50%; } }
    .newwrap_row .news-lists .news-infobox {
      background: #ffffff;
      padding: 25px; }
      .newwrap_row .news-lists .news-infobox .newsthumb {
        margin-left: -25px;
        margin-top: -25px;
        margin-bottom: 20px; }
      .newwrap_row .news-lists .news-infobox .newinfo h4 {
        font-size: 22px;
        line-height: 26px;
       /* font-weight: 600;*/
        font-family: "Sansation bold", Arial, Tahoma, sans-serif;
        color: #000000;
        margin-top: 20px; }
        @media (max-width: 959.98px) {
          .newwrap_row .news-lists .news-infobox .newinfo h4 {
            margin-top: 10px; } }
      .newwrap_row .news-lists .news-infobox .newinfo p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif;
        color: #575756;
        line-height: 25px;
        margin: 30px 0px;
        display: block; }
        @media (max-width: 959.98px) {
          .newwrap_row .news-lists .news-infobox .newinfo p {
            margin: 20px 0px; } }
      .newwrap_row .news-lists .news-infobox .newinfo a.bnt-link {
        color: #575756;
        background-color: transparent;
        border: 1px solid #706F6F;
        border-radius: 0px;
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif;
        font-size: 16px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block; }
        .newwrap_row .news-lists .news-infobox .newinfo a.bnt-link:hover {
          border-color: #706f6f;
          color: #fff;
          background-color: #706f6f; }

.newwrap_slider {
  margin-bottom: 0px !important; }

/* Techshow- Widget */
.techshow-innerwrap {
  margin-bottom: 0px !important; }
  .techshow-innerwrap .technishow-box {
    margin-bottom: 25px; }
    .techshow-innerwrap .technishow-box:nth-last-child(-n+2) {
      /*declarations mobile_devices*/
      margin-bottom: 0px; }
    @media (min-width: 959.98px) and (max-width: 1239.98px) {
      .techshow-innerwrap .technishow-box {
        width: 50%; } }
    @media (min-width: 767.98px) and (max-width: 959.98px) {
      .techshow-innerwrap .technishow-box {
        width: 50%; } }
    @media (min-width: 479.98px) and (max-width: 767.98px) {
      .techshow-innerwrap .technishow-box {
        width: 50%;
        float: left; } }
    @media (max-width: 1239.98px) {
      .techshow-innerwrap .technishow-box {
        margin-bottom: 20px; }
        .techshow-innerwrap .technishow-box:nth-last-child(-n+2) {
          /*declarations*/
          margin-bottom: 20px; } }
    .techshow-innerwrap .technishow-box .technishow-link {
      position: relative;
      float: left;
      width: 100%; }
      .techshow-innerwrap .technishow-box .technishow-link:before {
        content: " ";
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%; }
      .techshow-innerwrap .technishow-box .technishow-link .technishow-bg {
        height: 95px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .techshow-innerwrap .technishow-box .technishow-link .technishow-bg .technishow-title {
          width: 66%;
          text-align: left;
          color: #fff;
          top: 25px;
          position: relative;
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          word-break: break-word;
          border-left: 1px solid #fff;
          padding-left: 15px;
          min-height: 49px;
          right: -40px; }
          @media (max-width: 959.98px) {
            .techshow-innerwrap .technishow-box .technishow-link .technishow-bg .technishow-title {
              border-left: none;
              min-height: auto;
              right: inherit;
              margin: auto;
              width: 70%;
              text-align: center;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              position: absolute !important;
              padding-left: 0px;
              font-size: 20px;
              line-height: 26px; } }
        .techshow-innerwrap .technishow-box .technishow-link .technishow-bg .fa-arrow {
          font-size: 18px;
          color: #fff;
          top: 35px;
          position: absolute;
          left: 15px; }
          @media (max-width: 959.98px) {
            .techshow-innerwrap .technishow-box .technishow-link .technishow-bg .fa-arrow {
              display: none; } }
      .techshow-innerwrap .technishow-box .technishow-link:hover .technishow-title {
        text-decoration: underline; }

/* Techshow- Widget */
.post-pagination {
  float: left;
  width: 100%;
  margin: 0px 0px;
  margin-bottom: 20px !important; }
  @media (min-width: 767.98px) and (max-width: 959.98px) {
    .post-pagination {
      padding-left: 65px; } }
  .post-pagination .post-prev {
    float: left; }
    .post-pagination .post-prev .fa {
      vertical-align: middle;
      margin-right: 5px; }
  .post-pagination .post-link {
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    color: #1D1D1B;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    padding: 10px 8px;
    background-color: #DADADA; }
    @media (min-width: 1239.98px) and (max-width: 1489.98px) {
      .post-pagination .post-link {
        padding: 10px 5px;
        font-size: 13px;
        line-height: 18px; } }
    .post-pagination .post-link .fa {
      vertical-align: middle; }
    .post-pagination .post-link.return-link {
      font-size: 13px;
      line-height: 18px;
      text-decoration: none;
      padding: 10px 8px;
      float: left;
      margin: 0px 7px; }
    .post-pagination .post-link:hover {
      color: #fff;
      background-color: #706F6F; }
  .post-pagination .post-next {
    float: left; }
    @media (max-width: 767.98px) {
      .post-pagination .post-next {
        float: right; } }
    .post-pagination .post-next .fa {
      margin-left: 5px; }

.head-social {
  margin-bottom: 20px !important; }
  @media (min-width: 959.98px) and (max-width: 1370px) {
    .head-social {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 767.98px) and (max-width: 959.98px) {
    .head-social {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 65px; } }
  @media (max-width: 767.98px) {
    .head-social {
      display: none; } }
  .head-social h5 {
    font-size: 15px;
    line-height: 18px;
    padding-top: 10px;
    margin-bottom: 20px !important; }
    @media (max-width: 767.98px) {
      .head-social h5 {
        float: left;
        width: 100%; }
        
        .head-social h5 {
    float: left;
    width: 40%;
}
         }
  .head-social .social-links {
    margin: 0px; }
    @media (max-width: 767.98px) {
      .head-social .social-links {
        float: left;
        width: 100%; } 
  
.head-social .social-links {
    float: left;
    width: 60%;
              display: flex;
    flex: 1;
    float: left;
    justify-content: end;
}
        
        
        }
    .head-social .social-links li {
      display: inline-block;
      padding: 0px;
      margin: 0px;
      padding: 10px 0px; }
      .head-social .social-links li a {
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif;
        color: #1D1D1B;
        font-size: 13px;
        line-height: 18px;
        padding-left: 10px; }
        .head-social .social-links li a.print-btn {
          padding: 10px 11px;
          background: #fff;
          margin-left: 10px; }
          .head-social .social-links li a.print-btn:hover {
            color: #fff;
            background-color: #706F6F; }

.relatednew_row .news-lists .news-infobox .newsthumb {
  height: auto;
  max-height: inherit; }

/**
 * Fptvimag Custom Header shortcode
 * TO Disply logo in any pages
 */
.members-wrap.d-none {
  display: none !important; }
.members-wrap .members-lists {
  margin-bottom: 15px; }
  .members-wrap .members-lists .members_inner {
    background-color: #fff;
    border: 1px solid #B2B2B2; }
    .members-wrap .members-lists .members_inner .members-thumb {
      height: 130px;
      position: relative;
      background-color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0px 10px; }
      .members-wrap .members-lists .members_inner .members-thumb img {
        display: inline-block;
        vertical-align: middle;
        max-width: 80%;
        max-height: 80%; }
    .members-wrap .members-lists .members_inner .members-title {
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      font-family: "Sansation regular", Arial, Tahoma, sans-serif;
      color: #000000;
      margin-bottom: 15px !important; }

.photo_slider {
  position: relative;
  background-color: #fff; }
  .photo_slider .photo-block .photo_inner {
    padding: 0px;
    max-height: 800px;
    max-height: 800px; }

.members-logo {
  height: 130px;
  position: relative;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .members-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%; }

.members-header .title-block {
  width: 70%;
  float: left; }
.members-header .link-block {
  width: 30%;
  float: left; }
@media (max-width: 767.98px) {
  .members-header {
    display: block !important; }
    .members-header .title-block,
    .members-header .link-block {
      width: 100%;
      float: left;
      margin-bottom: 15px; }
      .members-header .title-block br,
      .members-header .link-block br {
        display: none; }
      .members-header .title-block a,
      .members-header .link-block a {
        float: left !important; } }

.custom-nav .post-pagination .post-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .custom-nav .post-pagination .post-link:hover {
    background-color: #706F6F; }
.custom-nav .head-social h5 {
  color: #fff; }
.custom-nav .head-social .social-links li a {
  color: #fff; }
  .custom-nav .head-social .social-links li a.print-btn {
    background: transparent;
    border: 1px solid #fff; }
    .custom-nav .head-social .social-links li a.print-btn:hover {
      background-color: #706F6F; }
.custom-nav.inner-cutsom-nav .post-link {
  color: #1D1D1B !important;
  background-color: #DADADA !important;
  border: none; }
.custom-nav.inner-cutsom-nav .head-social h5 {
  color: #1D1D1B; }
.custom-nav.inner-cutsom-nav .head-social .social-links li a {
  color: #1D1D1B; }
  .custom-nav.inner-cutsom-nav .head-social .social-links li a.print-btn {
    background: #fff;
    border: 1px solid #1D1D1B; }
    .custom-nav.inner-cutsom-nav .head-social .social-links li a.print-btn:hover {
      color: #fff;
      background-color: #706F6F; }

.custom-nav .head-social a.print-btn:hover {
  background-color: #706F6F; }

/**
 * theme-btn scss
 */
.theme-btn .vc_btn3 {
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #fff;
  position: relative;
  padding-left: 60px !important;
  font-size: 16px !important;
  margin-right:10px; }
  .theme-btn .vc_btn3:focus,
   .theme-btn .vc_btn3:active {
   padding-left: 60px !important;
  font-size: 16px !important;
  margin-right:10px;
  color: #fff;
  }
  .theme-btn .vc_btn3:before {
    content: " ";
    border-left: 2px solid #fff;
    position: absolute;
    left: 40px;
    top: 0px;
    height: 100%;
    width: 100%; }
  .theme-btn .vc_btn3 .vc_btn3-icon {
    left: 0px !important;
    font-size: 18px !important;
    width: 40px;
    height: 46px;
    text-align: center;
    line-height: 46px; }

.theme-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }

/**
 * outline-white-btn scss
 */
.outline-white-btn button.vc_btn3 {
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #fff;
  font-size: 16px !important;
  position: relative;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 17px !important;
  padding-right: 17px !important; }

/**
 * outline-black-btn scss
 */
.outline-black-btn button.vc_btn3 {
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  font-size: 16px !important;
  color: #fff;
  position: relative;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 17px !important;
  padding-right: 17px !important; }

.techishow-btn .vc_btn3 {
  /* Fallback: Set a border color. */
  border-image-source: linear-gradient(to right, #E2007A, #A32A85, #803689);
  border-image-slice: 1;
  /*font-weight: 600 !important;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif !important;
  /* Fallback: Set a background color. */
  background-color: #E2007A;
  border-color: #803689;
  /* Create the gradient. */
  background-image: -webkit-gradient(linear, left top, right top, from(#E2007A), color-stop(#A32A85), to(#803689));
  background-image: linear-gradient(to right, #E2007A, #A32A85, #803689);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) { 
    color: rgb(128, 54, 137)!important;
   -webkit-text-fill-color: inherit !important;
  } */ }
  .techishow-btn .vc_btn3:before {
    border-image-source: linear-gradient(to top, #E2007A, #A32A85, #803689);
    border-image-slice: 1 1 1 1  ; }
  .techishow-btn .vc_btn3:hover {
    color: #803689 !important; }
  .techishow-btn .vc_btn3:focus {
    color: #803689 !important; }
  .techishow-btn .vc_btn3 .vc_btn3-icon {
    /* Fallback: Set a background color. */
    background-color: #E2007A;
    /* Create the gradient. */
    background-image: -webkit-gradient(linear, left top, right top, from(#E2007A), color-stop(#A32A85), to(#803689));
    background-image: linear-gradient(to right, #E2007A, #A32A85, #803689);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    /* @media screen and (-webkit-min-device-pixel-ratio:0) { 
      color: rgb(128, 54, 137)!important;
     -webkit-text-fill-color: inherit !important;
    } */ }

header .techshow {
  /* @media screen and (-webkit-min-device-pixel-ratio:0) { 
    color: rgb(128, 54, 137)!important; 
  } 
  _::-webkit-full-page-media, _:future, :root .safari_only {
    color: rgb(128, 54, 137)!important;
  }*/ }

.theme-btn .techishow-btn:before {
 /*@media screen and (-webkit-min-device-pixel-ratio:0) { 
  top:-2px !important;
} */ }

.contact-links #menu-mobile_menu_for_contact > .menu-item:last-child {
  /*
   @media screen and (-webkit-min-device-pixel-ratio:0) { 
      color: rgb(128, 54, 137)!important; 
      -webkit-text-fill-color: inherit;
    } 
  
    a{
      @media screen and (-webkit-min-device-pixel-ratio:0) { 
        color: rgb(128, 54, 137)!important; 
        //-webkit-text-fill-color: inherit;
      } 

    }*/ }

/* ACF Button */
.acf_cta_btn, .tml-submit-wrap .tml-button {
  display: inline-block;
  color: #fff;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100%;
  padding: 11px 20px;
  padding-left: 60px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif; }
  .acf_cta_btn i, .tml-submit-wrap .tml-button i {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 16px; }
  .acf_cta_btn:before, .tml-submit-wrap .tml-button:before {
    content: '';
    position: absolute;
    border-left: 2px solid #fff;
    height: 100%;
    top: 0;
    left: 45px; }
  .acf_cta_btn:hover, .tml-submit-wrap .tml-button:hover {
    color: #fff;
    border: none;
    background-position: 100% 0; }

.blue-btn, .tml-submit-wrap .tml-button {
  background-color: #194383;
  background-image: -webkit-gradient(linear, left top, right top, from(#194383), color-stop(50%, #169fdb), to(#194383));
  background-image: linear-gradient(to right, #194383 0%, #169fdb 50%, #194383 100%); }
  .blue-btn:hover, .tml-submit-wrap .tml-button:hover {
    background-color: #169fdb; }

.orange-btn {
  background-color: #ea5b1b;
  background-image: -webkit-gradient(linear, left top, right top, from(#ea5b1b), color-stop(50%, #f39313), to(#ea5b1b));
  background-image: linear-gradient(to right, #ea5b1b 0%, #f39313 50%, #ea5b1b 100%);
  -webkit-transition: all .2s ease-in-out; }

.border-btn {
  font-size: 16px;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 17px;
  padding-right: 17px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block; }
  .border-btn:hover {
    color: #000000;
    background: #fff; }

.action-button .vc_btn3-icon::after {
  display: none; }

.tml-login .tml-submit-wrap .tml-button {
  background: #EA5B1B !important;
  background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#F39313)) !important;
  background: linear-gradient(to right, #EA5B1B, #F39313) !important; }

/***********************************************
*
*           Cross Browser issue
*
***********************************************/
.firefox .techishow-btn .vc_btn3 .vc_btn3-icon {
  -webkit-text-fill-color: #E2007A; }

.safari .techishow-btn .vc_btn3:before {
  width: 0px !important;
  height: 40px !important;
  border-right: 0px !important; }
.safari header .techshow .techshow__text a {
  color: #803689 !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#E2007A), color-stop(#A32A85), to(#803689));
  background-image: linear-gradient(to right, #E2007A, #A32A85, #803689); }
.safari .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child {
  -webkit-text-fill-color: initial !important; }
  .safari .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child a {
    color: #803689 !important; }
    .safari .contact-links #menu-mobile_menu_for_contact > .menu-item:last-child a .icon {
      color: #803689 !important; }
.safari #Footer .widgets_wrapper .widget {
  height: inherit !important; }

.wpdreams_asl_container {
  width: 210px; }
  .wpdreams_asl_container input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707173 !important;
    opacity: 1;
    /* Firefox */ }
  .wpdreams_asl_container input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707173 !important;
    opacity: 1;
    /* Firefox */ }
  .wpdreams_asl_container input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707173 !important;
    opacity: 1;
    /* Firefox */ }
  .wpdreams_asl_container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707173 !important;
    opacity: 1;
    /* Firefox */ }
  .wpdreams_asl_container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #707173  !important; }
  .wpdreams_asl_container input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #707173  !important; }

.search-btn {
  color: #707173;
  font-size: 14px !important;
  cursor: pointer;
  width: auto;
  padding-top: 0px; }
  .search-btn .search__icon {
    line-height: 30px;
    -webkit-transform: inherit;
    transform: inherit; }
  .search-btn .title {
    float: left;
    line-height: 30px; }
  .search-btn .search-box .wpdreams_asl_container {
    width: 205px;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .search-btn .search-box.show .wpdreams_asl_container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-box-shadow: 0 1px 0 0 #e4e4e4;
            box-shadow: 0 1px 0 0 #e4e4e4; }
  .search-btn .search-box.show .search__icon {
    display: none; }
  .search-btn.show {
    padding-top: 5px; }

.mhb-grid.is-sticky .search-btn {
  padding-top: 0px; }

.mhb-view.tablet .wpdreams_asl_container {
  width: 205px;
  margin: 0px 0px 0px 10px; }

#Header_wrapper .mhb-view.desktop .secondary-menu .widget,
#Header_wrapper .mhb-view.tablet .secondary-menu .widget {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#company_content_ifr {
  min-height: 180px !important; }

body:not(.cf7p-message) .wpcf7-validation-errors {
  border: none !important;
  display: none !important; }

/* Banner Section */
.home-banner-sc .banner-content .banner-title,
.home-topic-sc .banner-content .banner-title {
  font-size: 30px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #fff;
  line-height: 36px;
  margin-bottom: 45px;
  margin-top: 25px; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-banner-sc .banner-content .banner-title,
    .home-topic-sc .banner-content .banner-title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 30px; }
      .home-banner-sc .banner-content .banner-title br,
      .home-topic-sc .banner-content .banner-title br {
        display: none; } }
  @media (max-width: 959.98px) {
    .home-banner-sc .banner-content .banner-title,
    .home-topic-sc .banner-content .banner-title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 30px; }
      .home-banner-sc .banner-content .banner-title br,
      .home-topic-sc .banner-content .banner-title br {
        display: none; } }
  @media (max-width: 479.98px) {
    .home-banner-sc .banner-content .banner-title,
    .home-topic-sc .banner-content .banner-title {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 20px; } }
.home-banner-sc .banner-content p,
.home-topic-sc .banner-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  color: #fff;
  line-height: 26px;
  margin-bottom: 50px !important; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-banner-sc .banner-content p,
    .home-topic-sc .banner-content p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px !important; } }
  @media (max-width: 959.98px) {
    .home-banner-sc .banner-content p,
    .home-topic-sc .banner-content p {
      font-size: 16px;
      line-height: 24px; } }
@media (max-width: 479.98px) {
  .home-banner-sc .banner-content .theme-btn,
  .home-banner-sc .banner-content .outline-white-btn,
  .home-topic-sc .banner-content .theme-btn,
  .home-topic-sc .banner-content .outline-white-btn {
    margin-bottom: 10px; } }

/* Smart Section */
.home-smart-sc {
  overflow: initial !important; }
  .home-smart-sc .column-top {
    position: relative;
    top: -104px;
    margin-bottom: -118px; }
    @media (max-width: 959.98px) {
      .home-smart-sc .column-top {
        top: inherit;
        margin-bottom: inherit; } }
    .home-smart-sc .column-top .smart-title {
      min-height: 60px; }
      @media (max-width: 959.98px) {
        .home-smart-sc .column-top .smart-title {
          min-height: 40px; } }
      .home-smart-sc .column-top .smart-title h3 {
        font-size: 42px;
        font-weight: 400;
        font-family: "Sansation regular", Arial, Tahoma, sans-serif; }
        @media (min-width: 959.98px) and (max-width: 1239.98px) {
          .home-smart-sc .column-top .smart-title h3 {
            font-size: 34px;
            line-height: 36px; } }
        @media (max-width: 959.98px) {
          .home-smart-sc .column-top .smart-title h3 {
            font-size: 21px; } }
    @media (max-width: 959.98px) {
      .home-smart-sc .column-top .cmn-content h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-smart-sc .smart-wrap {
      width: 41.66666667%; } }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-smart-sc .smart-wrap {
      width: 100%; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .smart-wrap {
      top: -90px;
      margin-bottom: -90px; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .smart-wrap .custom_header .heade-icon img {
      height: 68px !important; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .vergroot-wrap .outline-black-btn.d-sm-block {
      display: inline-block !important; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .vergroot-wrap .theme-btn.d-sm-block {
      display: inline-block !important; } }
  @media (max-width: 479.98px) {
    .home-smart-sc .vergroot-wrap .theme-btn.d-sm-block {
      margin-bottom: 10px !important; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .agenda-wrap .event-innerwrap .event-lists {
      display: none; }
      .home-smart-sc .agenda-wrap .event-innerwrap .event-lists:first-child {
        display: block;
        border-bottom: none;
        margin-bottom: 0px !important; } }
  @media (max-width: 959.98px) {
    .home-smart-sc .smart-inner-rside .agenda-wrap {
      margin-bottom: 0px !important; } }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-smart-sc .vergroot-wrap,
    .home-smart-sc .agenda-wrap {
      width: 50%;
      top: inherit;
      margin-bottom: 0px !important; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-smart-sc .smart-upper-rside {
      width: 58.33333333%; } }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-smart-sc .smart-upper-rside {
      width: 100%; } }

/* technishow Section */
.home-techni-sc {
  overflow: initial !important; }
  .home-techni-sc .column-top {
    position: relative;
    top: -140px;
    margin-bottom: -140px; }
    @media (min-width: 1239.98px) and (max-width: 1489.98px) {
      .home-techni-sc .column-top {
        top: inherit;
        margin-bottom: inherit; } }
    @media (max-width: 1239.98px) {
      .home-techni-sc .column-top {
        top: inherit;
        margin-bottom: inherit; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-techni-sc .techin-wrap,
    .home-techni-sc .techin-info {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-techni-sc .techin-wrap,
    .home-techni-sc .techin-info {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media (min-width: 1489.98px) {
    .home-techni-sc .techin-info .techishow-btn {
      margin-bottom: 80px !important; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-techni-sc .techin-wrap .vc_column-inner {
      padding-top: 0px !important; } }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .home-techni-sc .techin-wrap .vc_column-inner {
      padding-top: 0px !important; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-techni-sc .techin-info {
      width: 41.66666667%; } }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-techni-sc .techin-wrap {
      width: 58.33333333%; } }

/* Home-cta Section */
.home-cta-sc .cmn-content h4 {
  font-size: 22px;
  line-height: 26px;
  margin-left: 20px; }
  @media (min-width: 959.98px) and (max-width: 1489.98px) {
    .home-cta-sc .cmn-content h4 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 959.98px) {
    .home-cta-sc .cmn-content h4 {
      margin-left: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .home-cta-sc .cmn-content h4 {
      font-size: 18px;
      line-height: 24px; } }
.home-cta-sc .cmn-content p {
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 1239.98px) {
    .home-cta-sc .cmn-content p br {
      display: none; } }
  @media (max-width: 767.98px) {
    .home-cta-sc .cmn-content p {
      font-size: 14px;
      line-height: 22px; } }
.home-cta-sc .theme-btn {
  float: right; }
  @media (max-width: 959.98px) {
    .home-cta-sc .theme-btn {
      float: left; } }
  .home-cta-sc .theme-btn button {
    margin-right: 0px !important; }

/* home-news Section */
/* home-topic Section */
.home-topic-sc .banner-content .banner-title {
  margin-bottom: 30px !important; }
  @media (min-width: 1239.98px) and (max-width: 1489.98px) {
    .home-topic-sc .banner-content .banner-title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 30px; }
      .home-topic-sc .banner-content .banner-title br {
        display: none; } }
.home-topic-sc .banner-content p {
  margin-bottom: 40px !important; }
  @media (max-width: 959.98px) {
    .home-topic-sc .banner-content p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .home-topic-sc .box-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .home-topic-sc .box-center .right-image-box .vc_single_image-wrapper {
    margin-bottom: 0px; } }

/* home-topic Section */
.home-eduction-sc .custom_header_btn h3 {
  font-size: 22px;
  line-height: 26px; }
  @media (max-width: 959.98px) {
    .home-eduction-sc .custom_header_btn h3 {
      font-size: 20px;
      line-height: 24px; } }
@media (max-width: 959.98px) {
  .home-eduction-sc .custom_header_btn .bnt-link {
    display: none; } }
@media (max-width: 959.98px) {
  .home-eduction-sc .edu-block .event-innerwrap .event-lists {
    display: none; }
    .home-eduction-sc .edu-block .event-innerwrap .event-lists:first-child {
      display: block;
      border-bottom: none;
      margin-bottom: 0px !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .home-eduction-sc .vt-tabbing,
  .home-eduction-sc .edu-block {
    width: 100%; } }
@media (min-width: 1239.98px) and (max-width: 1489.98px) {
  .home-eduction-sc .vt-tabbing {
    width: 70%; } }
@media (min-width: 1239.98px) and (max-width: 1489.98px) {
  .home-eduction-sc .edu-block {
    width: 30%; } }

/* Mobile Device All section */
@media (max-width: 959.98px) {
  .home-banner-sc .vc_column_container > .vc_column-inner,
  .home-smart-sc .vc_column_container > .vc_column-inner,
  .home-techni-sc .vc_column_container > .vc_column-inner,
  .home-cta-sc .vc_column_container > .vc_column-inner,
  .home-news-sc .vc_column_container > .vc_column-inner,
  .home-topic-sc .vc_column_container > .vc_column-inner,
  .home-eduction-sc .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 959.98px) {
  .smart-inner-rside {
    padding-left: 15px;
    padding-right: 15px; } }

.cms-header {
  margin-top: -92px;
  position: relative !important;
  overflow: inherit !important;
  padding-top: 100px !important; }
  .cms-header .content {
    color: #fff;
    font-size: 1.25rem;
    line-height: 30px;
    padding-left: 65px !important;
    padding-right: 65px !important; }
    @media (max-width: 767.98px) {
      .cms-header .content {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
  .cms-header .section-title {
    padding-left: 65px !important;
    padding-right: 65px !important; }
    @media (max-width: 767.98px) {
      .cms-header .section-title {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
  .cms-header h1 {
    margin-top: 55px;
    font-size: 40px;
    margin-bottom: 44px !important;
    color: #fff; }
    @media (max-width: 1239.98px) {
      .cms-header h1 {
        margin-top: 25px;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 25px !important; } }
    @media (min-width: 1239.98px) and (max-width: 1489.98px) {
      .cms-header h1 {
        font-size: 28px;
        line-height: 38px; } }
  .cms-header h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 36px; }
    @media (max-width: 1239.98px) {
      .cms-header h2 {
        font-size: 22px; } }
    @media (min-width: 1239.98px) and (max-width: 1489.98px) {
      .cms-header h2 {
        font-size: 22px;
        line-height: 28px; } }
  .cms-header p {
    font-size: 18px; }
    @media (max-width: 1239.98px) {
      .cms-header p {
        font-size: 15px;
        line-height: 22px; } }

.section-departments .cms-page-content .vc_column-inner:first-child {
  padding-left: 80px !important;
  padding-right: 80px !important; }
  @media (max-width: 767.98px) {
    .section-departments .cms-page-content .vc_column-inner:first-child {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
      
      .section-departments .cms-page-content .ul-list .vc_column-inner:first-child {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media (max-width: 767.98px) {
    .section-departments .cms-page-content .ul-list .vc_column-inner:first-child {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
.section-departments .cms-page-content .cms-banner-image {
  margin-top: -95px;
  margin-bottom: 25px; }
.section-departments .cms-page-content h2, .section-departments .cms-page-content h3, .section-departments .cms-page-content h4 {
  color: #000000;
  font-weight: 600; }
  #cta-pdf-download h4 {
  font-size: 16px;
  }
.section-departments .cms-page-content h2 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 15px; }
  @media (max-width: 1239.98px) {
    .section-departments .cms-page-content h2 {
      font-size: 22px;
      line-height: 28px; } }
@media (max-width: 1239.98px) {
  .section-departments .cms-page-content h3 {
    font-size: 18px;
    line-height: 24px; } }
@media (max-width: 1239.98px) {
  .section-departments .cms-page-content h4 {
    font-size: 16px;
    line-height: 22px; } }
.section-departments .cms-page-content p {
  font-size: 16px;
  color: #575756;
  margin-bottom: 25px; }
.section-departments .cms-page-content .more-info-sec h4 {
  margin-bottom: 5px; }
.section-departments .cms-page-content .theme-btn {
  margin-bottom: 15px; }

.section-type-checklist ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .section-type-checklist ul li {
    font-size: 16px;
    color: #575756;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px; }
    @media (max-width: 1239.98px) {
      .section-type-checklist ul li {
        font-size: 16px; } }
    .section-type-checklist ul li::before {
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block;
      content: "\f00c";
      font-size: 16px;
      line-height: 18px;
      color: #000000;
      position: absolute;
      left: 0;
      top: 2px; }

.sidebar .menu .menu-item {
  margin-bottom: 0px; }
  .sidebar .menu .menu-item a {
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    font-weight: 400; }
    .sidebar .menu .menu-item a:hover {
      text-decoration: underline; }
.sidebar .widget {
  margin-top: 15px; }

.more-info-sec p a {
 color: #575756!important;
}
.more-info-sec h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px; }
  @media (max-width: 1239.98px) {
    .more-info-sec h4 {
      font-size: 16px;
      line-height: 22px; } }
.more-info-sec p {
  font-size: 16px;
  color: #575756; }
.more-info-sec .vc_column-inner:first-child {
  padding-left: 80px !important;
  padding-right: 80px !important; }
  @media (max-width: 767.98px) {
    .more-info-sec .vc_column-inner:first-child {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
.more-info-sec .btn-postion {
  text-align: right; }
  @media (max-width: 767.98px) {
    .more-info-sec .btn-postion {
      text-align: left; } }
  .more-info-sec .btn-postion .vc_column-inner:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    @media (max-width: 767.98px) {
      .more-info-sec .btn-postion .vc_column-inner:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  @media (max-width: 767.98px) {
    .more-info-sec .btn-postion .wpb_wrapper > div {
      margin-bottom: 10px; } }

@media (min-width: 1239.98px) and (max-width: 1489.98px) {
  #Subheader ul.breadcrumbs {
    width: calc((70.66%) - (20px)) !important; } }
@media (min-width: 959.98px) and (max-width: 1239.98px) {
  #Subheader ul.breadcrumbs {
    width: calc((68.66%) - (11px)) !important; } }
@media (min-width: 767.98px) and (max-width: 959.98px) {
  #Subheader ul.breadcrumbs {
    display: block;
    width: 100% !important;
    padding-left: 65px !important;
    float: left; } }

.logo-slider-section {
  margin-top: -30px;
  margin-bottom: 20px; }
  .logo-slider-section .vc_column-inner:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important; }
    @media (max-width: 767.98px) {
      .logo-slider-section .vc_column-inner:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  .logo-slider-section .new-header-sc .heade-title {
    margin-left: 0px !important; }

.logo_slider .logo-block .logo_inner {
  background-color: #fff;
  padding: 20px; }
  .logo_slider .logo-block .logo_inner .logo-wrap {
    height: 105px;
    max-height: 110px;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat; }
  .logo_slider .logo-block .logo_inner h3 {
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    color: #000000;
    margin-bottom: 0px !important; }

.form-group.company_content #rchars {
  padding: 15px 0px;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.photo_slider .slick-prev,
.photo_slider .slick-next {
  z-index: 100;
  top: 50% !important;
  background-color: #fff !important; }
  .photo_slider .slick-prev:hover,
  .photo_slider .slick-next:hover {
    background-color: #fff; }
.photo_slider .slick-prev {
  left: 5%; }
.photo_slider .slick-next {
  right: 5%; }

.leden_slider .slick-prev {
  left: -5%; }
.leden_slider .slick-next {
  right: -5%; }

@media (min-width: 959.98px) and (max-width: 1239.98px) {
  .newwrap_row.post-listing .new_row_1 {
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 767.98px) and (max-width: 959.98px) {
  .newwrap_row.post-listing .new_row_1 {
    margin-left: 0px;
    margin-right: 0px; } }
.newwrap_row.post-listing .new_row_1 .news-lists {
  padding-left: 65px !important;
  padding-right: 65px !important;
  background: #fff; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .newwrap_row.post-listing .new_row_1 .news-lists {
      width: 100%; } }
  @media (max-width: 959.98px) {
    .newwrap_row.post-listing .new_row_1 .news-lists {
      padding-left: 15px !important;
      padding-right: 15px !important;
      background: transparent; } }
  .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox {
    margin-top: -180px;
    background: transparent; }
    @media (max-width: 959.98px) {
      .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox {
        background: #fff; } }
    .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 {
      font-size: 40px;
      color: #fff; }
      .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 a {
        color: #fff; }
        .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 a:hover {
          text-decoration: underline; }
        @media (max-width: 959.98px) {
          .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 a {
            color: #000000; } }
      @media (min-width: 959.98px) and (max-width: 1239.98px) {
        .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 {
          font-size: 30px;
          line-height: 36px; } }
      @media (max-width: 959.98px) {
        .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 {
          margin-top: 25px;
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 25px !important;
          color: #000000; } }
      @media (min-width: 1239.98px) and (max-width: 1489.98px) {
        .newwrap_row.post-listing .new_row_1 .news-lists .news-infobox h1 {
          font-size: 28px;
          line-height: 38px; } }
@media (max-width: 767.98px) {
  .newwrap_row.post-listing .news-lists {
    padding-left: 0px;
    padding-right: 0px; } }
.newwrap_row.post-listing .news-lists .news-infobox {
  float: left; }
  @media (max-width: 767.98px) {
    .newwrap_row.post-listing .news-lists .news-infobox {
      margin-bottom: 25px !important; } }
  .newwrap_row.post-listing .news-lists .news-infobox .newinfo h4,
  .newwrap_row.post-listing .news-lists .news-infobox .newinfo p,
  .newwrap_row.post-listing .news-lists .news-infobox .newinfo a {
    color: #000000; }
  .newwrap_row.post-listing .news-lists .news-infobox .newinfo a.bnt-link {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-right: 30px;
    padding-left: 10px; }
    .newwrap_row.post-listing .news-lists .news-infobox .newinfo a.bnt-link:after {
      content: "\f105";
      color: #000000;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: absolute;
      right: 11px;
      top: 13px;
      font-size: 20px; }
    .newwrap_row.post-listing .news-lists .news-infobox .newinfo a.bnt-link:hover {
      border-color: #706f6f;
      color: #fff;
      background-color: #706f6f; }
      .newwrap_row.post-listing .news-lists .news-infobox .newinfo a.bnt-link:hover:after {
        color: #fff; }
.newwrap_row.post-listing .news-lists.news1block .newsthumb {
  margin-left: -0px;
  margin-top: -0px; }

@media (max-width: 959.98px) {
  .new-header.cms-header {
    padding-bottom: 35px !important; } }

.section-departments.new-departments {
  position: relative !important;
  top: -200px;
  margin-bottom: -150px; }
  @media (max-width: 959.98px) {
    .section-departments.new-departments {
      position: relative !important;
      top: -50px;
      margin-bottom: -50px; } }

.paged .cms-header {
  padding-bottom: 35px !important; }
.paged .section-departments.new-departments {
  overflow: visible !important;
  position: relative !important;
  top: 0px;
  margin-bottom: 0px; }

.wp_pagination {
  float: left;
  width: 100%; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-align: right;
  float: right;
/*  font-weight: 600;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif; }
  .pagination span,
  .pagination a {
    display: block;
    float: left;
    margin: 0px 5px;
    padding: 10px 15px;
    text-decoration: none;
    width: auto;
    color: #000000;
    background: #DADADA; }
  .pagination a:hover {
    color: #fff;
    background: #878787; }
  .pagination a:last-child {
    margin-right: 0px; }
  .pagination a .fa {
    vertical-align: middle; }
  .pagination .current {
    margin: 0px 5px;
    padding: 10px 15px;
    background: #878787;
    color: #fff; }

.h4-ml-zero h4 {
  margin-left: 0px !important; }

.event-post-listing .event-infobox {
  background: #ffffff;
  padding: 25px;
  border: 1px solid #C6C6C6;
  margin-bottom: 25px !important; }
  .event-post-listing .event-infobox .eventthumb {
    height: 255px;
    max-height: 255px;
    margin-left: -25px;
    margin-top: -25px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px; }
  .event-post-listing .event-infobox .eventinfo h4 {
    font-size: 22px;
    line-height: 26px;
/*    font-weight: 600;*/
    font-family: "Sansation bold", Arial, Tahoma, sans-serif;
    color: #000000;
    margin-top: 20px; }
    @media (max-width: 959.98px) {
      .event-post-listing .event-infobox .eventinfo h4 {
        margin-top: 10px; } }
  .event-post-listing .event-infobox .eventinfo p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    color: #575756;
    line-height: 25px;
    margin: 30px 0px;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 959.98px) {
      .event-post-listing .event-infobox .eventinfo p {
        margin: 20px 0px;
        margin-bottom: 10px; } }
  .event-post-listing .event-infobox .eventinfo a.bnt-link {
    color: #575756;
    background-color: transparent;
    border: 1px solid #C6C6C6;
    border-radius: 0px;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Sansation regular", Arial, Tahoma, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block; }
    .event-post-listing .event-infobox .eventinfo a.bnt-link .fa {
      vertical-align: middle;
      padding-left: 10px; }
    .event-post-listing .event-infobox .eventinfo a.bnt-link:hover {
      border-color: #706F6F;
      color: #fff;
      background-color: #706F6F; }
      .event-post-listing .event-infobox .eventinfo a.bnt-link:hover .fa {
        color: #fff; }

.event-post-listing.vc_row {
  margin-top: -90px;
  margin-bottom: 50px !important; }
  @media (max-width: 959.98px) {
    .event-post-listing.vc_row {
      margin-top: -0px;
      margin-bottom: 0px !important; } }

.single-post .section-post-header,
.single-post .section-post-about,
.single-post .section-post-related,
.single-post .section-post-intro-share {
  display: none; }

.single-events .section-post-header,
.single-events .section-post-about,
.single-events .section-post-related,
.single-events .section-post-intro-share {
  display: none; }

.single-leden .section-post-header,
.single-leden .section-post-about,
.single-leden .section-post-related,
.single-leden .section-post-intro-share {
  display: none; }

.single-content.cms-header h1 {
  margin-top: 35px !important;
  margin-bottom: 24px !important; }
.single-content.more-info-sec {
  overflow: initial !important; }
.single-content.footer-cta h4 {
  margin-bottom: 5px; }
@media (max-width: 479.98px) {
  .single-content .custom_header_btn.new-header-sc .bnt-link {
    font-size: 12px !important;
    line-height: 16px;
    text-align: center; } }
@media (max-width: 479.98px) {
  .single-content .cms-header p {
    font-size: 15px;
    line-height: 18px; }
    .single-content .cms-header p br {
      display: none; } }

.custom-nav {
  padding-left: 65px !important; }
  @media (max-width: 959.98px) {
    .custom-nav {
      padding-left: 0px !important; } }
  @media (min-width: 959.98px) and (max-width: 1370px) {
    .custom-nav .vc_col-sm-6 {
      width: 100% !important; } }
  @media (min-width: 767.98px) and (max-width: 959.98px) {
    .custom-nav .vc_col-sm-6 {
      width: 100% !important; } }
  @media (max-width: 767.98px) {
    .custom-nav .return-link {
      display: none; } }
  .custom-nav.inner-cutsom-nav {
    padding-left: 0px !important; }
    .custom-nav.inner-cutsom-nav .vc_column-inner:first-child {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    .custom-nav.inner-cutsom-nav .return-link {
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      padding: 10px 10px;
      float: left;
      margin: 0px 10px; }
      @media (max-width: 767.98px) {
        .custom-nav.inner-cutsom-nav .return-link {
          display: none; } }
    .custom-nav.inner-cutsom-nav .post-link {
      font-size: 12px;
      line-height: 18px; }
    .custom-nav.inner-cutsom-nav .print-btn {
      padding: 10px 5px;
      margin-left: 5px;
      border: 1px solid #706F6F; }
    .custom-nav.inner-cutsom-nav .head-social .social-links a {
      padding-left: 5px; }

.content a {
  color: #fff;
  text-decoration: underline; }

.section-info a {
  color: #000000;
  text-decoration: underline; }

/* single-leden page */
.single-leden-section .leden-cominfo.dashboard__top {
  padding-right: 40px;
  padding-top: 25px; }
  @media (max-width: 959.98px) {
    .single-leden-section .leden-cominfo.dashboard__top {
      padding-right: 20px;
      padding-top: 5px;
      padding-bottom: 10px;
      margin-bottom: 5px; } }
.single-leden-section h1 {
  margin-top: 20px; }

@media (max-width: 959.98px) {
  .single-leden #Subheader {
    padding: 20px 0;
    padding-left: 5px !important;
    display: block !important; }
    .single-leden #Subheader ul.breadcrumbs {
      padding-left: 0px !important;
      display: block !important;
      text-align: left !important;
      margin-top: 0px; } }
@media (max-width: 959.98px) {
  .single-leden .cms-header {
    margin-top: 0px;
    padding-top: 0px !important; } }
@media (min-width: 767.98px) and (max-width: 959.98px) {
  .single-leden .custom-nav {
    padding-left: 65px !important;
    padding-right: 65px !important; } }
.single-leden .subheader-both-center #Subheader .breadcrumbs {
  text-align: left !important; }
@media (max-width: 959.98px) {
  .single-leden .home-cta-sc .theme-btn {
    margin-top: 15px; } }

.common-btn {
  color: #575756;
  background-color: transparent;
  border: 1px solid #C6C6C6;
  border-radius: 0px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif;
  font-size: 16px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block; }
  .common-btn .fa {
    vertical-align: middle;
    padding-left: 10px; }
  .common-btn:hover {
    border-color: #706F6F;
    color: #fff;
    background-color: #706F6F; }
    .common-btn:hover .fa {
      color: #fff; }

.ledensidebar {
  padding: 0 40px 0 0; }
  .ledensidebar .leden-info {
    float: left;
    width: 100%; }
    .ledensidebar .leden-info h3 {
      font-size: 19px;
      line-height: 29px;
      font-weight: 400;
      font-family: "Sansation regular", Arial, Tahoma, sans-serif;
      color: #000000;
      margin-top: 58px; }
    .ledensidebar .leden-info .filter-box {
      float: left;
      width: 100%;
      display: block;
      margin-bottom: 25px; }
      .ledensidebar .leden-info .filter-box #show_all {
        float: left; }
        @media (min-width: 959.98px) and (max-width: 1489.98px) {
          .ledensidebar .leden-info .filter-box #show_all {
            font-size: 14px !important;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px; } }
      .ledensidebar .leden-info .filter-box #remove_all {
        float: right; }
        @media (min-width: 959.98px) and (max-width: 1489.98px) {
          .ledensidebar .leden-info .filter-box #remove_all {
            font-size: 14px !important;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px; } }
        @media (min-width: 959.98px) and (max-width: 1239.98px) {
          .ledensidebar .leden-info .filter-box #remove_all {
            float: left;
            margin-top: 15px; } }
        @media (max-width: 400px) {
          .ledensidebar .leden-info .filter-box #remove_all {
            float: left;
            margin-top: 15px; } }
  .ledensidebar .ledenform {
    height: 650px;
    overflow: hidden;
    position: relative;
    padding-bottom: 75px;
    float: left;
    width: 100%; }
    .ledensidebar .ledenform.allleden {
      height: auto;
      overflow: inherit; }
    .ledensidebar .ledenform .checkbox-leden {
      font-size: 18px;
      line-height: 20px;
      font-weight: 400;
      font-family: "Sansation regular", Arial, Tahoma, sans-serif;
      color: #000000;
      border-bottom: 1px solid #706F6F;
      padding: 15px 0px; }
      .ledensidebar .ledenform .checkbox-leden input[type="checkbox"] {
        height: 16px;
        width: 16px; }
    .ledensidebar .ledenform .get_id {
      margin: 20px 0px; }

.list_leden_wrap .vc_column-inner:first-child {
  padding-left: 90px !important;
  padding-right: 90px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #fff !important; }
.list_leden_wrap .postfound {
  font-size: 18px;
  line-height: 20px;
/*  font-weight: 600;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif;
  color: #000000;
  margin-top: 10px;
  padding-left: 5px; }
  .list_leden_wrap .postfound span {
    padding-right: 10px; }
.list_leden_wrap .leden-lists {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 959.98px) and (max-width: 1239.98px) {
    .list_leden_wrap .leden-lists {
      width: 50%; } }
  .list_leden_wrap .leden-lists .leden_inner {
    border: 1px solid #706F6F;
    padding: 10px;
    margin-bottom: 10px; }
    .list_leden_wrap .leden-lists .leden_inner .leden-logo {
    display:none!important;
      height: 130px;
      position: relative;
      background-color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0px 10px; }
      .list_leden_wrap .leden-lists .leden_inner .leden-logo img {
        display: inline-block;
        vertical-align: middle;
        max-width: 80%;
        max-height: 80%; }
    .list_leden_wrap .leden-lists .leden_inner .leden-title {
      font-size: 18px;
      line-height: 20px;
    /*  font-weight: 600;*/
      font-family: "Sansation bold", Arial, Tahoma, sans-serif;
      color: #000000;
      margin-top: 10px; 
      min-height:60px;}

.leden__info {
  margin-bottom: 80px !important; }

@media (min-width: 959.98px) and (max-width: 1400px) {
  .ledensidebar .ledenform .checkbox-leden {
    font-size: 15px;
    line-height: 20px; } }

/* override styles when printing */
.fixed-nav {
  display: none !important; }

@media print {
  .mhb-row-wrapper .center,
  .mhb-row-wrapper .right {
    display: none !important; }

  .mhb-view.tablet,
  .mhb-view.mobile,
  .Subheader,
  .photo_row,
  .logo-slider-section,
  .theme-btn,
  .relatednew_row,
  .new-header-sc,
  .fixed-nav,
  .custom-nav,
  .home-cta-sc {
    display: none !important; }

  footer {
    display: none !important; }

  h1,
  p {
    color: #000000;
    padding-right: 20px !important;
    overflow: visible !important;
    margin-bottom: 20px !important; }
    h1 br,
    p br {
      display: none; }

  p {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #000000;
    margin-right: 20px !important;
    display: block !important; }

  h2 {
    font-size: 30px !important;
    line-height: 36px !important;
    color: #000000;
    margin-right: 20px !important;
    display: block !important; }

  h3,
  h4 {
    font-size: 26px !important;
    line-height: 36px !important;
    color: #000000;
    margin-right: 20px !important;
    display: block !important; }

  .cms-header h1 {
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 20px !important;
    color: #000000 !important; }

  .vc_section.cms-header {
    margin-top: -10px;
    position: relative !important;
    overflow: inherit !important;
    padding-top: 0px !important; }

  img.print {
    display: block;
    max-width: 100%; }

  .section-departments {
    padding-top: 5px !important;
    overflow: visible !important;
    -webkit-transform: translateY(-1%) !important;
    transform: translateY(-1%) !important;
    margin-top: -4% !important; }

  .cms-header .content {
    color: #fff;
    font-size: 1.25rem;
    line-height: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important; }

  div#content {
    margin-right: 10% !important; }

  .section-departments .cms-page-content .cms-banner-image {
    margin-top: -15px !important;
    margin-bottom: 15px !important; }

  .custom-nav > div {
    margin-bottom: 5px !important; }

  .vc_empty_space {
    display: none; } }
/**
 * Popmodel  scss
 */
.popmodel {
  display: none;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  top: 0;
  z-index: 999;
  margin-top: 80px;
  padding: 40px; }
  @media (max-width: 959.98px) {
    .popmodel {
      max-width: 80%; } }
  .popmodel #mceu_3,
  .popmodel #mceu_4 {
    display: none; }
  .popmodel .popup_content {
    max-height: 75vh;
    overflow-x: hidden;
    padding: 40px; }
    @media (max-width: 479.98px) {
      .popmodel .popup_content {
        padding: 40px 20px; } }
  .popmodel .popup__close {
    position: absolute;
    right: -50px;
    top: -30px;
    height: 50px;
    width: 50px;
    fill: #fff;
    cursor: pointer; }
    @media (max-width: 959.98px) {
      .popmodel .popup__close {
        right: 0px;
        top: -40px;
        height: 35px;
        width: 35px; } }

#loging_popup .tml-button {
  background: #EA5B1B !important;
  background: -webkit-gradient(linear, left top, right top, from(#EA5B1B), to(#F39313)) !important;
  background: linear-gradient(to right, #EA5B1B, #F39313) !important; }

.newsletterspopup-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .newsletterspopup-overlay.open {
    display: block; }

#newsletters_popup h2 {
  /*font-weight: 600 !important;*/
  font-family: "Sansation bold", Arial, Tahoma, sans-serif !important;
  color: #000000; }
#newsletters_popup.popmodel {
  max-width: 550px; }
#newsletters_popup .wpcf7-submit {
  color: #ffffff;
  border: none;
  background-color: #ea5b1b;
  background-image: -webkit-gradient(linear, left top, right top, from(#ea5b1b), color-stop(50%, #f39313), to(#ea5b1b));
  background-image: linear-gradient(to right, #ea5b1b 0%, #f39313 50%, #ea5b1b 100%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100%;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Sansation regular", Arial, Tahoma, sans-serif; }

/** Import plugin styles */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=main.css.map */