.def_btn {
  width: 100%;
  height: 43px;
  background: #D79D39;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-family: 'CenturyGothicBold'; }
  .def_btn.grey_btn {
    background: #ccc;
    color: #303030; }

section .section_content_element {
  color: #fff;
  padding: 20px 0 20px;
  /*START WHITE */
  /*END START */
  /*START BLUE*/
  /*END BLUE*/ }
  section .section_content_element h1, section .section_content_element h2, section .section_content_element h3, section .section_content_element h4, section .section_content_element h5 {
    font-family: 'BodoniXT'; }
  section .section_content_element img {
    width: 100%;
    max-width: 100%; }
  section .section_content_element:last-child:after {
    display: none !important; }
  section .section_content_element .width50 {
    width: 50%; }
  section .section_content_element .width67 {
    width: 67%; }
  section .section_content_element .container {
    margin-bottom: 60px;
    max-width: 960px;
    margin: 0 auto; }
    section .section_content_element .container:last-child {
      margin-bottom: 0; }
  section .section_content_element.white_bg, section .section_content_element.grey_bg {
    background: #fff;
    position: relative;
    color: #303030; }
    section .section_content_element.white_bg h2, section .section_content_element.grey_bg h2 {
      color: #303030; }
    section .section_content_element.white_bg .ce_text a, section .section_content_element.grey_bg .ce_text a {
      color: #303030; }
    section .section_content_element.white_bg .ce_column.twoandfour .flex_box h3, section .section_content_element.white_bg .ce_column.threeandfive .flex_box h3,
    section .section_content_element.white_bg .ce_column_custom1.twoandfour .flex_box h3,
    section .section_content_element.white_bg .ce_column_custom1.threeandfive .flex_box h3, section .section_content_element.grey_bg .ce_column.twoandfour .flex_box h3, section .section_content_element.grey_bg .ce_column.threeandfive .flex_box h3,
    section .section_content_element.grey_bg .ce_column_custom1.twoandfour .flex_box h3,
    section .section_content_element.grey_bg .ce_column_custom1.threeandfive .flex_box h3 {
      color: #303030;
      margin-bottom: 10px; }
    section .section_content_element.white_bg .ce_column .flex_box,
    section .section_content_element.white_bg .ce_column_custom1 .flex_box, section .section_content_element.grey_bg .ce_column .flex_box,
    section .section_content_element.grey_bg .ce_column_custom1 .flex_box {
      color: #303030; }
    section .section_content_element.white_bg .ce_column .flex_box .content_box .content,
    section .section_content_element.white_bg .ce_column_custom1 .flex_box .content_box .content, section .section_content_element.grey_bg .ce_column .flex_box .content_box .content,
    section .section_content_element.grey_bg .ce_column_custom1 .flex_box .content_box .content {
      color: #303030; }
      section .section_content_element.white_bg .ce_column .flex_box .content_box .content h5,
      section .section_content_element.white_bg .ce_column_custom1 .flex_box .content_box .content h5, section .section_content_element.grey_bg .ce_column .flex_box .content_box .content h5,
      section .section_content_element.grey_bg .ce_column_custom1 .flex_box .content_box .content h5 {
        color: #303030; }
  section .section_content_element.grey_bg {
    background: #F6F6F6; }
  section .section_content_element.blue_bg {
    background: url(../images/header_bg.png) repeat-y center/cover;
    position: relative; }
    section .section_content_element.blue_bg .ce_column .flex_box,
    section .section_content_element.blue_bg .ce_column_custom1 .flex_box {
      color: #fff; }
    section .section_content_element.blue_bg .ce_column .flex_box .content_box .content,
    section .section_content_element.blue_bg .ce_column_custom1 .flex_box .content_box .content {
      color: #fff; }
      section .section_content_element.blue_bg .ce_column .flex_box .content_box .content h5,
      section .section_content_element.blue_bg .ce_column_custom1 .flex_box .content_box .content h5 {
        color: #fff; }
    section .section_content_element.blue_bg .slick-prev {
      background: url(../images/icon_arrow_left_white.png) no-repeat top center/contain; }
      section .section_content_element.blue_bg .slick-prev:before {
        display: none; }
    section .section_content_element.blue_bg .slick-next {
      background: url(../images/icon_arrow_right_white.png) no-repeat top center/contain; }
      section .section_content_element.blue_bg .slick-next:before {
        display: none; }
  section .section_content_element .custom1 {
    padding: 20px 0; }
  section .section_content_element h1 {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 1px; }
  section .section_content_element h2 {
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 1px; }
  section .section_content_element h3 {
    margin-bottom: 20px;
    line-height: 40px; }
  section .section_content_element h5 {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px; }
  section .section_content_element h4 {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 26px;
    letter-spacing: 1px;
    /*&:before,
    &:after{
      background-color: #fff;
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 50%;
    }
    &:before{
      right: 0.5em;
      margin-left: -50%;
    }
    &:after{
      left: 0.5em;
      margin-right: -50%;
    }*/ }
  section .section_content_element .ce_flex {
    margin-bottom: 60px;
    display: -webkit-flex;
    display: flex; }
    section .section_content_element .ce_flex:last-child {
      margin-bottom: 0; }
  section .section_content_element .ce_column,
  section .section_content_element .ce_column_custom1 {
    margin-bottom: 20px; }
    section .section_content_element .ce_column:last-child,
    section .section_content_element .ce_column_custom1:last-child {
      margin-bottom: 0; }
    section .section_content_element .ce_column.black_bg .flex_box,
    section .section_content_element .ce_column_custom1.black_bg .flex_box {
      background: #000; }
      section .section_content_element .ce_column.black_bg .flex_box .content_box .content h6,
      section .section_content_element .ce_column_custom1.black_bg .flex_box .content_box .content h6 {
        color: #fff;
        line-height: 20px;
        height: 40px;
        margin-bottom: 5px;
        font-size: 16px;
        text-transform: uppercase;
        overflow: hidden; }
    section .section_content_element .ce_column.box_shadow .flex_box,
    section .section_content_element .ce_column_custom1.box_shadow .flex_box {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
    section .section_content_element .ce_column.radius_on .flex_box,
    section .section_content_element .ce_column_custom1.radius_on .flex_box {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    section .section_content_element .ce_column.square .flex_box .content_box,
    section .section_content_element .ce_column_custom1.square .flex_box .content_box {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      overflow: hidden; }
      section .section_content_element .ce_column.square .flex_box .content_box .content,
      section .section_content_element .ce_column_custom1.square .flex_box .content_box .content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 20px 0; }
    section .section_content_element .ce_column.align_center .flex_box,
    section .section_content_element .ce_column_custom1.align_center .flex_box {
      text-align: center; }
    section .section_content_element .ce_column.align_left .flex_box,
    section .section_content_element .ce_column_custom1.align_left .flex_box {
      text-align: left; }
    section .section_content_element .ce_column.align_right .flex_box,
    section .section_content_element .ce_column_custom1.align_right .flex_box {
      text-align: right; }
    section .section_content_element .ce_column.twoandfour .flex_box,
    section .section_content_element .ce_column_custom1.twoandfour .flex_box {
      width: calc((100% - 20px)/2);
      margin-right: 20px;
      /*margin-bottom: 20px;*/ }
      section .section_content_element .ce_column.twoandfour .flex_box:nth-child(2n),
      section .section_content_element .ce_column_custom1.twoandfour .flex_box:nth-child(2n) {
        margin-right: 0; }
    section .section_content_element .ce_column.twoandfour .ce_button,
    section .section_content_element .ce_column_custom1.twoandfour .ce_button {
      text-align: center; }
    section .section_content_element .ce_column.threeandfive .flex_box,
    section .section_content_element .ce_column_custom1.threeandfive .flex_box {
      width: calc((100% - 40px)/3);
      margin-right: 20px;
      margin-bottom: 20px; }
      section .section_content_element .ce_column.threeandfive .flex_box:nth-child(3n),
      section .section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(3n) {
        margin-right: 0; }
      section .section_content_element .ce_column.threeandfive .flex_box:nth-child(5n),
      section .section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(5n) {
        margin-right: 0; }
    section .section_content_element .ce_column.threeandfive .ce_button,
    section .section_content_element .ce_column_custom1.threeandfive .ce_button {
      text-align: center; }
    section .section_content_element .ce_column.onlyfour .flex_box,
    section .section_content_element .ce_column_custom1.onlyfour .flex_box {
      width: calc((100% - 60px)/4);
      margin-right: 20px;
      margin-bottom: 20px; }
      section .section_content_element .ce_column.onlyfour .flex_box:nth-child(2n),
      section .section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(2n) {
        margin-right: 20px !important; }
      section .section_content_element .ce_column.onlyfour .flex_box:nth-child(4n),
      section .section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(4n) {
        margin-right: 0 !important; }
    section .section_content_element .ce_column.onlythree .flex_box,
    section .section_content_element .ce_column_custom1.onlythree .flex_box {
      width: calc((100% - 40px)/3);
      margin-right: 20px;
      margin-bottom: 20px; }
      section .section_content_element .ce_column.onlythree .flex_box:nth-child(4n),
      section .section_content_element .ce_column_custom1.onlythree .flex_box:nth-child(4n) {
        margin-right: 0 !important; }
    section .section_content_element .ce_column.even_col .flex_box,
    section .section_content_element .ce_column_custom1.even_col .flex_box {
      width: calc(100% / 2); }
    section .section_content_element .ce_column.odd_col .flex_box,
    section .section_content_element .ce_column_custom1.odd_col .flex_box {
      width: calc(100% / 3); }
    section .section_content_element .ce_column .row_flex,
    section .section_content_element .ce_column_custom1 .row_flex {
      justify-content: center; }
    section .section_content_element .ce_column .flex_box,
    section .section_content_element .ce_column_custom1 .flex_box {
      color: #000; }
      section .section_content_element .ce_column .flex_box:hover,
      section .section_content_element .ce_column_custom1 .flex_box:hover {
        text-decoration: none !important; }
      section .section_content_element .ce_column .flex_box .ce_button,
      section .section_content_element .ce_column_custom1 .flex_box .ce_button {
        padding: 0 15px; }
      section .section_content_element .ce_column .flex_box .content_box .content,
      section .section_content_element .ce_column_custom1 .flex_box .content_box .content {
        padding: 20px 0; }
        section .section_content_element .ce_column .flex_box .content_box .content h5,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content h5 {
          margin-bottom: 20px;
          text-transform: uppercase; }
        section .section_content_element .ce_column .flex_box .content_box .content img,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content img {
          width: 100%;
          max-width: 100%;
          display: block;
          margin: 0 auto 20px; }
        section .section_content_element .ce_column .flex_box .content_box .content p,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content p {
          line-height: 26px;
          font-size: 16px; }
        section .section_content_element .ce_column .flex_box .content_box .content .events_img,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img {
          width: 100%;
          height: 100px;
          position: relative;
          margin-bottom: 20px; }
          section .section_content_element .ce_column .flex_box .content_box .content .events_img img,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img img {
            width: 100%;
            height: 100%;
            max-height: 100%;
            object-fit: cover;
            margin: 0; }
        section .section_content_element .ce_column .flex_box .content_box .content .category_text,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content .category_text {
          color: #FD433B;
          margin-bottom: 15px;
          display: block;
          font-size: 13px; }
        section .section_content_element .ce_column .flex_box .content_box .content .schedule_box,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content .schedule_box {
          color: #fff;
          font-size: 13px;
          background: url(../images/icon_calendar.png) no-repeat left center;
          text-align: left;
          padding-left: 30px;
          display: inline-block;
          min-height: 22px; }
        section .section_content_element .ce_column .flex_box .content_box .content .custome_font,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content .custome_font {
          font-size: 36px;
          display: block; }
  section .section_content_element .ce_button {
    margin-bottom: 20px; }
    section .section_content_element .ce_button.minus_top {
      margin-top: -80px; }
    section .section_content_element .ce_button.align_center {
      text-align: center; }
    section .section_content_element .ce_button.align_left {
      text-align: left; }
    section .section_content_element .ce_button.align_right {
      text-align: right; }
    section .section_content_element .ce_button .def_btn {
      width: 200px;
      line-height: 43px;
      text-align: center;
      display: inline-block; }
      section .section_content_element .ce_button .def_btn:nth-child(2) {
        margin-left: 40px; }
      section .section_content_element .ce_button .def_btn:nth-child(3) {
        margin-left: 40px; }
    section .section_content_element .ce_button a:hover {
      text-decoration: none !important; }
    section .section_content_element .ce_button a.gray_btn {
      color: #000 !important; }
  section .section_content_element .ce_text {
    font-size: 16px;
    margin-bottom: 20px; }
    section .section_content_element .ce_text p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; }
    section .section_content_element .ce_text.align_center {
      text-align: center; }
    section .section_content_element .ce_text.align_left {
      text-align: left; }
    section .section_content_element .ce_text.align_right {
      text-align: right; }
    section .section_content_element .ce_text a {
      color: #fff;
      text-decoration: underline; }
      section .section_content_element .ce_text a:hover {
        text-decoration: underline; }
    section .section_content_element .ce_text ol {
      list-style: decimal;
      padding-left: 20px;
      line-height: 26px; }
      section .section_content_element .ce_text ol li {
        margin-bottom: 10px; }
    section .section_content_element .ce_text ul {
      list-style: disc;
      padding-left: 20px;
      line-height: 26px; }
      section .section_content_element .ce_text ul li {
        margin-bottom: 10px; }
  section .section_content_element ol {
    list-style: decimal;
    padding-left: 20px;
    line-height: 26px; }
    section .section_content_element ol li {
      font-size: 16px;
      margin-bottom: 10px; }
      section .section_content_element ol li a {
        color: #fff; }
  section .section_content_element ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 26px; }
    section .section_content_element ul li {
      font-size: 16px;
      margin-bottom: 10px; }
      section .section_content_element ul li a {
        color: #fff; }
  section .section_content_element blockquote {
    color: #A9A9AC; }
    section .section_content_element blockquote a {
      color: #A9A9AC; }
  section .section_content_element .row_reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    section .section_content_element .row_reverse .ce_img_left {
      margin-left: 40px;
      margin-right: 0; }
    section .section_content_element .row_reverse .ce_video_left {
      margin-left: 40px;
      margin-right: 0; }
    section .section_content_element .row_reverse .ce_text_right {
      padding-right: 0px; }
  section .section_content_element .ce_img_left {
    width: calc((100% - 40px)/2);
    margin-right: 40px; }
    section .section_content_element .ce_img_left img {
      width: 100%;
      max-width: 100%; }
  section .section_content_element .ce_text_right {
    width: calc((100% - 40px)/2);
    padding-right: 20px; }
  section .section_content_element .ce_slider .testimoni_wrapper .testimoni_left {
    width: 100px;
    padding-top: 40px; }
  section .section_content_element .ce_slider .testimoni_wrapper .testimoni_img {
    width: 80px;
    height: 80px; }
  section .section_content_element .ce_slider .testimoni_wrapper .testimoni_right {
    width: calc(100% - 120px);
    padding-top: 20px; }
    section .section_content_element .ce_slider .testimoni_wrapper .testimoni_right:before {
      top: 5px; }
  section .section_content_element .ce_slider .testimoni_wrapper .slick-prev {
    width: 20px;
    height: 40px;
    left: -25px;
    z-index: 10;
    background: url(../images/icon_arrow_left.png) no-repeat top center/contain; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-prev:before {
      display: none; }
  section .section_content_element .ce_slider .testimoni_wrapper .slick-next {
    width: 20px;
    height: 40px;
    right: -25px;
    z-index: 10;
    background: url(../images/icon_arrow_right.png) no-repeat top center/contain; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-next:before {
      display: none; }
  section .section_content_element .instructor_nbox {
    margin-bottom: 20px; }
  section .section_content_element .speakers_nbox {
    margin-bottom: 20px; }
  section .section_content_element p {
    margin-bottom: 20px; }
  section .section_content_element .ce_img {
    margin-bottom: 60px; }
    section .section_content_element .ce_img:last-child {
      margin-bottom: 0; }
    section .section_content_element .ce_img img {
      width: 100%;
      max-width: 100%; }
  section .section_content_element .ce_video_left {
    width: calc((100% - 40px)/2);
    margin-right: 40px; }
  section .section_content_element .ce_video .ce_video_box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    section .section_content_element .ce_video .ce_video_box iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section .section_content_element .ce_img_custom1 {
    margin-bottom: 20px;
    color: #fff;
    position: relative; }
    section .section_content_element .ce_img_custom1 .fake_box {
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10; }
    section .section_content_element .ce_img_custom1 .row_clear {
      margin-bottom: 20px; }
    section .section_content_element .ce_img_custom1 .ce_img_c1 {
      margin-right: 60px;
      display: inline-block;
      vertical-align: middle;
      width: 120px;
      height: 120px;
      border-radius: 60px;
      overflow: hidden;
      position: relative; }
      section .section_content_element .ce_img_custom1 .ce_img_c1 img {
        width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover; }
    section .section_content_element .ce_img_custom1 .ce_text_c1 {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 190px); }
  section .section_content_element .ce_text_custom2 {
    padding-right: 40px;
    font-size: 16px; }
    section .section_content_element .ce_text_custom2 p {
      line-height: 22px; }
    section .section_content_element .ce_text_custom2 .flex_box {
      width: 33.3333%;
      padding: 0 10px; }
    section .section_content_element .ce_text_custom2 .ce_img_c2 {
      margin-bottom: 20px;
      width: 100px;
      height: 100px;
      border-radius: 60px;
      overflow: hidden;
      position: relative; }
      section .section_content_element .ce_text_custom2 .ce_img_c2 img {
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover; }
    section .section_content_element .ce_text_custom2 .ce_text_c2 {
      text-align: center;
      font-size: 14px;
      line-height: 18px; }
    section .section_content_element .ce_text_custom2 .label {
      text-align: center;
      display: block;
      margin-top: -20px;
      margin-bottom: 60px; }
  section .section_content_element a:hover {
    text-decoration: underline; }
  section .section_content_element .image_slider {
    margin-bottom: 20px; }
  section .section_content_element .carousel_image_slider {
    margin-bottom: 20px; }
    section .section_content_element .carousel_image_slider:after {
      content: '';
      clear: both;
      display: block; }
    section .section_content_element .carousel_image_slider .mh_box {
      width: calc((100% - 60px)/3);
      float: left;
      margin: 0 10px; }
    section .section_content_element .carousel_image_slider .slick-slide {
      margin: 0 10px; }
      section .section_content_element .carousel_image_slider .slick-slide .mh_box {
        width: 100%;
        float: none;
        margin: 0; }
  section .section_content_element .slick-track {
    /*height:480px;*/ }
  section .section_content_element .slick-prev {
    background: url(../images/icon_arrow_left.png) no-repeat top center/contain; }
    section .section_content_element .slick-prev:before {
      display: none; }
  section .section_content_element .slick-next {
    background: url(../images/icon_arrow_right.png) no-repeat top center/contain; }
    section .section_content_element .slick-next:before {
      display: none; }
  section .section_content_element .mh_box {
    width: 100%;
    /*height:480px;*/
    position: relative; }
  section .section_content_element .mh_img {
    /*height:480px;*/
    position: relative; }
    section .section_content_element .mh_img img {
      width: 100%;
      /*height:100%;
      position:absolute;
      top:0;
      left:0;*/ }
      section .section_content_element .mh_img img.desktop {
        display: block; }
      section .section_content_element .mh_img img.mobile {
        display: none; }
  section .section_content_element .mh_text {
    width: 100%;
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff; }
    section .section_content_element .mh_text.custom_one {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      top: auto;
      bottom: 0; }
    section .section_content_element .mh_text h2 {
      font-size: 36px;
      text-transform: uppercase; }
    section .section_content_element .mh_text h3 {
      line-height: 36px; }
    section .section_content_element .mh_text p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px; }
    section .section_content_element .mh_text .ce_button .def_btn {
      display: inline-block; }
      section .section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
        margin-left: 20px; }
  section .section_content_element .section_masthead {
    /*margin-bottom: 60px;*/ }
    section .section_content_element .section_masthead:first-child {
      margin-top: -20px;
      /*margin-bottom: 60px;*/ }

@media only screen and (max-width: 959px) {
  section .section_content_element {
    padding: 0; }
    section .section_content_element .section_masthead:first-child {
      margin-top: 0; }
    section .section_content_element:first-child {
      margin-top: 0; }
    section .section_content_element .container {
      padding: 0 20px; }
    section .section_content_element.custom1 {
      padding: 20px 0; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-prev {
      margin-top: 100px;
      left: 10px; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-next {
      margin-top: 100px;
      right: 10px; }
    section .section_content_element .ce_column .flex_box .content_box .content img {
      height: 80px;
      margin: 0 auto 10px; }
    section .section_content_element .ce_column .flex_box .content_box .content h5 {
      margin-bottom: 10px; }
    section .section_content_element .ce_column .flex_box .content_box .content h6 {
      height: 56px;
      line-height: 18px; }
    section .section_content_element .ce_column.onlyfour .flex_box {
      /*width:calc((100% - 20px)/2);
      &:nth-child(2n){
        margin-right:0 !important;
      }*/ } }
@media only screen and (max-width: 767px) {
  section .section_content_element {
    padding-bottom: 20px; }
    section .section_content_element .ce_button.minus_top {
      margin-top: -60px; }
    section .section_content_element .mh_img {
      height: auto; }
      section .section_content_element .mh_img img.desktop {
        display: none; }
      section .section_content_element .mh_img img.mobile {
        display: block; }
    section .section_content_element .mh_text {
      padding: 0 20px; }
      section .section_content_element .mh_text .ce_button .def_btn {
        width: 160px;
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        /*display:block !important;*/ }
        section .section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
          margin-left: 0;
          margin-right: 0; }
        section .section_content_element .mh_text .ce_button .def_btn:nth-child(3) {
          margin-left: 0;
          margin-right: 0; }
      section .section_content_element .mh_text h3 {
        font-size: 18px; }
      section .section_content_element .mh_text p {
        font-size: 14px;
        line-height: 20px; }
    section .section_content_element .ce_column .flex_box .content_box .content .events_img {
      display: none; }
    section .section_content_element .ce_flex {
      display: block; }
    section .section_content_element .ce_img_left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    section .section_content_element .ce_video_left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    section .section_content_element .ce_text_right {
      width: 100%;
      padding: 0;
      text-align: center; }
    section .section_content_element.custom1 {
      padding: 20px 0; }
    section .section_content_element .row_reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      section .section_content_element .row_reverse .ce_img_left {
        margin-left: 0;
        margin-right: 0; }
      section .section_content_element .row_reverse .ce_video_left {
        margin-left: 0;
        margin-right: 0; }
      section .section_content_element .row_reverse .ce_text_right {
        padding-right: 0px; }
    section .section_content_element .ce_button .def_btn {
      display: block;
      margin: 0 auto 20px; }
      section .section_content_element .ce_button .def_btn:nth-child(2) {
        margin: 0 auto 0; }
      section .section_content_element .ce_button .def_btn:nth-child(3) {
        margin: 20px auto 0; }
    section .section_content_element .ce_column.twoandfour .flex_box {
      width: 100%;
      margin-right: 0; }
    section .section_content_element .ce_column.threeandfive .flex_box {
      width: 100%;
      margin-right: 0; }
    section .section_content_element .ce_column.onlyfour .flex_box:nth-child(2n) {
      margin-right: 0 !important; }
    section .section_content_element .ce_column.onlyfour .flex_box .content_box .content img {
      display: none; }
    section .section_content_element .ce_column.black_bg .flex_box .content_box .content h6 {
      height: auto;
      font-size: 20px;
      text-align: left;
      margin-bottom: 10px; }
    section .section_content_element .ce_column.black_bg .flex_box .content_box .content .category_text {
      text-align: left;
      font-size: 14px;
      margin-bottom: 10px; }
    section .section_content_element .ce_column.black_bg .flex_box .content_box .content .schedule_box {
      font-size: 16px;
      display: block; }
    section .section_content_element .ce_column.square .flex_box .content_box {
      padding-bottom: 0; }
      section .section_content_element .ce_column.square .flex_box .content_box .content {
        position: relative;
        top: auto;
        left: auto;
        height: 80px;
        padding: 10px;
        padding-left: 100px; }
        section .section_content_element .ce_column.square .flex_box .content_box .content img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 10px;
          height: 65px; }
        section .section_content_element .ce_column.square .flex_box .content_box .content p {
          display: none; }
        section .section_content_element .ce_column.square .flex_box .content_box .content h5 {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 140px; }
    section .section_content_element .ce_img_custom1 .ce_img_c1 {
      width: 80px;
      height: 80px;
      border-radius: 40px;
      margin-right: 20px; }
      section .section_content_element .ce_img_custom1 .ce_img_c1 img {
        width: 100%; }
    section .section_content_element .ce_img_custom1 .ce_text_c1 {
      width: calc(100% - 110px); } }
@media only screen and (max-width: 420px) {
  section .section_content_element .mh_img {
    min-height: 0; } }

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