.section_content_element {
  padding: 0;
}
.section_content_element h1,
.section_content_element h2,
.section_content_element h3,
.section_content_element h4,
.section_content_element h5,
.section_content_element h6 {
  margin-bottom: 20px;
}
.section_content_element .container {
  max-width: 85%;
  margin: 0 auto 60px;
}
.section_content_element .container:last-child {
  margin-bottom: 0;
}
.section_content_element .row_flex {
  display: flex;
  flex-wrap: wrap;
}
.section_content_element strong {
  font-weight: 700;
}
.section_content_element .ce_flex {
  margin-bottom: 60px;
  display: flex;
}
.section_content_element .ce_flex:last-child {
  margin-bottom: 0;
}
.section_content_element .ce_column,
.section_content_element .ce_column_custom1 {
  margin-bottom: 20px;
}
.section_content_element .ce_column:last-child,
.section_content_element .ce_column_custom1:last-child {
  margin-bottom: 0;
}
.section_content_element .ce_column.white_bg .flex_box,
.section_content_element .ce_column_custom1.white_bg .flex_box {
  background: #fff;
}
.section_content_element .ce_column.black_bg .flex_box,
.section_content_element .ce_column_custom1.black_bg .flex_box {
  background: #000;
}
.section_content_element .ce_column.black_bg .flex_box .content_box .content h6,
.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_content_element .ce_column.box_shadow .flex_box,
.section_content_element .ce_column_custom1.box_shadow .flex_box {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.section_content_element .ce_column.radius_on .flex_box,
.section_content_element .ce_column_custom1.radius_on .flex_box {
  border-radius: 5px;
}
.section_content_element .ce_column.square .flex_box .content_box,
.section_content_element .ce_column_custom1.square .flex_box .content_box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_content_element .ce_column.square .flex_box .content_box .content,
.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_content_element .ce_column.align_center .flex_box,
.section_content_element .ce_column_custom1.align_center .flex_box {
  text-align: center;
}
.section_content_element .ce_column.align_left .flex_box,
.section_content_element .ce_column_custom1.align_left .flex_box {
  text-align: left;
}
.section_content_element .ce_column.align_right .flex_box,
.section_content_element .ce_column_custom1.align_right .flex_box {
  text-align: right;
}
.section_content_element .ce_column.twoandfour .flex_box,
.section_content_element .ce_column_custom1.twoandfour .flex_box {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.section_content_element .ce_column.twoandfour .flex_box:nth-child(2n),
.section_content_element .ce_column_custom1.twoandfour .flex_box:nth-child(2n) {
  margin-right: 0;
}
.section_content_element .ce_column.twoandfour .ce_button,
.section_content_element .ce_column_custom1.twoandfour .ce_button {
  text-align: center;
}
.section_content_element .ce_column.threeandfive .flex_box,
.section_content_element .ce_column_custom1.threeandfive .flex_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.section_content_element .ce_column.threeandfive .flex_box:nth-child(3n),
.section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(3n) {
  margin-right: 0;
}
.section_content_element .ce_column.threeandfive .flex_box:nth-child(5n),
.section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(5n) {
  margin-right: 0;
}
.section_content_element .ce_column.onlyfour .flex_box,
.section_content_element .ce_column_custom1.onlyfour .flex_box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.section_content_element .ce_column.onlyfour .flex_box:nth-child(2n),
.section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(2n) {
  margin-right: 20px !important;
}
.section_content_element .ce_column.onlyfour .flex_box:nth-child(4n),
.section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(4n) {
  margin-right: 0 !important;
}
.section_content_element .ce_column.onlythree .flex_box,
.section_content_element .ce_column_custom1.onlythree .flex_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.section_content_element .ce_column.onlythree .flex_box:nth-child(4n),
.section_content_element .ce_column_custom1.onlythree .flex_box:nth-child(4n) {
  margin-right: 0 !important;
}
.section_content_element .ce_column .row_flex,
.section_content_element .ce_column_custom1 .row_flex {
  justify-content: center;
}
.section_content_element .ce_column.even_col .flex_box,
.section_content_element .ce_column_custom1.even_col .flex_box {
  width: 50%;
}
.section_content_element .ce_column.odd_col .flex_box,
.section_content_element .ce_column_custom1.odd_col .flex_box {
  width: 33.3333333333%;
}
.section_content_element .ce_column .flex_box,
.section_content_element .ce_column_custom1 .flex_box {
  color: #000;
}
.section_content_element .ce_column .flex_box:hover,
.section_content_element .ce_column_custom1 .flex_box:hover {
  text-decoration: none !important;
}
.section_content_element .ce_column .flex_box .ce_button,
.section_content_element .ce_column_custom1 .flex_box .ce_button {
  padding: 0 15px;
}
.section_content_element .ce_column .flex_box .content_box .content,
.section_content_element .ce_column_custom1 .flex_box .content_box .content {
  padding: 20px 15px;
}
.section_content_element .ce_column .flex_box .content_box .content h5,
.section_content_element .ce_column_custom1 .flex_box .content_box .content h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section_content_element .ce_column .flex_box .content_box .content .events_img,
.section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img {
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}
.section_content_element .ce_column .flex_box .content_box .content .events_img img,
.section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.section_content_element .ce_column .flex_box .content_box .content img,
.section_content_element .ce_column_custom1 .flex_box .content_box .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.section_content_element .ce_column .flex_box .content_box .content p,
.section_content_element .ce_column_custom1 .flex_box .content_box .content p {
  line-height: 20px;
  font-size: 16px;
}
.section_content_element .ce_column .flex_box .content_box .content .category_text,
.section_content_element .ce_column_custom1 .flex_box .content_box .content .category_text {
  color: #FD433B;
  font-family: "MontserratSemi";
  margin-bottom: 15px;
  display: block;
  font-size: 13px;
}
.section_content_element .ce_column .flex_box .content_box .content .schedule_box,
.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_content_element .ce_column .flex_box .content_box .content .custome_font,
.section_content_element .ce_column_custom1 .flex_box .content_box .content .custome_font {
  font-size: 36px;
  font-family: "Montserrat" !important;
  font-weight: 700;
  display: block;
}
.section_content_element .ce_button {
  margin-bottom: 20px;
}
.section_content_element .ce_button.minus_top {
  margin-top: -80px;
}
.section_content_element .ce_button.align_center {
  text-align: center;
}
.section_content_element .ce_button.align_left {
  text-align: left;
}
.section_content_element .ce_button.align_right {
  text-align: right;
}
.section_content_element .ce_button .def_btn {
  width: 240px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
}
.section_content_element .ce_button .def_btn:nth-child(2) {
  margin-left: 40px;
}
.section_content_element .ce_button .def_btn:nth-child(3) {
  margin-left: 40px;
}
.section_content_element .ce_button a {
  color: #fff !important;
}
.section_content_element .ce_button a:hover {
  text-decoration: none !important;
}
.section_content_element .ce_button a.gray_btn {
  color: #fff !important;
}
.section_content_element .ce_text {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Montserrat" !important;
}
.section_content_element .ce_text h1,
.section_content_element .ce_text h2,
.section_content_element .ce_text h3,
.section_content_element .ce_text h4,
.section_content_element .ce_text h5,
.section_content_element .ce_text h6 {
  font-family: "Montserrat" !important;
}
.section_content_element .ce_text p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
  font-family: "Montserrat" !important;
}
.section_content_element .ce_text.align_center {
  text-align: center;
}
.section_content_element .ce_text.align_left {
  text-align: left;
}
.section_content_element .ce_text.align_right {
  text-align: right;
}
.section_content_element .ce_text a {
  color: #000;
  text-decoration: underline;
}
.section_content_element .ce_text a:hover {
  text-decoration: underline;
}
.section_content_element .ce_text ol {
  list-style: decimal;
  padding-left: 20px;
  line-height: 20px;
}
.section_content_element .ce_text ol li {
  margin-bottom: 10px;
}
.section_content_element .ce_text ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 20px;
}
.section_content_element .ce_text ul li {
  margin-bottom: 10px;
}
.section_content_element .ce_text strong {
  font-family: "Montserrat" !important;
  font-weight: 700;
}
.section_content_element .ce_text h6 {
  position: relative;
  padding-left: 100px;
}
.section_content_element .ce_text h6::before {
  content: "";
  width: 75px;
  height: 1px;
  background: #313233;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section_content_element ol {
  list-style: decimal;
  padding-left: 20px;
  line-height: 20px;
}
.section_content_element ol li {
  font-size: 16px;
  margin-bottom: 10px;
}
.section_content_element ol li a {
  color: #000;
}
.section_content_element ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 20px;
}
.section_content_element ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.section_content_element ul li a {
  color: #000;
}
.section_content_element blockquote {
  color: #A9A9AC;
}
.section_content_element blockquote a {
  color: #A9A9AC;
}
.section_content_element .row_reverse {
  flex-direction: row-reverse;
}
.section_content_element .row_reverse .ce_img_left {
  margin-left: 40px;
  margin-right: 0;
}
.section_content_element .row_reverse .ce_video_left {
  margin-left: 40px;
  margin-right: 0;
}
.section_content_element .row_reverse .ce_text_right {
  padding-right: 0px;
}
.section_content_element .ce_img_left {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.section_content_element .ce_img_left img {
  max-width: 100%;
}
.section_content_element .ce_text_right {
  width: calc((100% - 40px) / 2);
  padding-right: 20px;
}
.section_content_element .ce_slider .testimoni_wrapper .testimoni_left {
  width: 100px;
  padding-top: 40px;
}
.section_content_element .ce_slider .testimoni_wrapper .testimoni_img {
  width: 80px;
  height: 80px;
}
.section_content_element .ce_slider .testimoni_wrapper .testimoni_right {
  width: calc(100% - 120px);
  padding-top: 20px;
}
.section_content_element .ce_slider .testimoni_wrapper .testimoni_right:before {
  top: 5px;
}
.section_content_element .ce_slider .testimoni_wrapper .slick-prev {
  width: 20px;
  height: 40px;
  left: -25px;
  z-index: 10;
  background: url(../images/icon_arrow_left_gray.png) no-repeat top center/contain;
}
.section_content_element .ce_slider .testimoni_wrapper .slick-prev:before {
  display: none;
}
.section_content_element .ce_slider .testimoni_wrapper .slick-next {
  width: 20px;
  height: 40px;
  right: -25px;
  z-index: 10;
  background: url(../images/icon_arrow_right_gray.png) no-repeat top center/contain;
}
.section_content_element .ce_slider .testimoni_wrapper .slick-next:before {
  display: none;
}
.section_content_element .instructor_nbox {
  margin-bottom: 40px;
}
.section_content_element .speakers_nbox {
  margin-bottom: 40px;
}
.section_content_element p {
  margin-bottom: 20px;
}
.section_content_element .ce_img {
  margin-bottom: 60px;
}
.section_content_element .ce_img:last-child {
  margin-bottom: 0;
}
.section_content_element .ce_img img {
  max-width: 100%;
}
.section_content_element .ce_video_left {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.section_content_element .ce_video .ce_video_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section_content_element .ce_video .ce_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_content_element .ce_img_custom1 {
  margin-bottom: 20px;
  color: #000;
  position: relative;
}
.section_content_element .ce_img_custom1 .fake_box {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.section_content_element .ce_img_custom1 .row_clear {
  margin-bottom: 20px;
}
.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_content_element .ce_img_custom1 .ce_img_c1 img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_content_element .ce_img_custom1 .ce_text_c1 {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 190px);
}
.section_content_element .ce_text_custom2 {
  padding-right: 40px;
  font-size: 16px;
}
.section_content_element .ce_text_custom2 p {
  line-height: 22px;
}
.section_content_element .ce_img_custom2 .flex_box {
  width: 33.3333%;
  padding: 0 10px;
}
.section_content_element .ce_img_custom2 .ce_img_c2 {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
.section_content_element .ce_img_custom2 .ce_img_c2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_content_element .ce_img_custom2 .ce_text_c2 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.section_content_element .label {
  text-align: center;
  font-family: "News706 BT";
  display: block;
  margin-top: -20px;
  margin-bottom: 60px;
}
.section_content_element a:hover {
  text-decoration: underline;
}
.section_content_element .image_slider {
  margin-bottom: 40px;
}
.section_content_element .carousel_image_slider {
  margin-bottom: 40px;
}
.section_content_element .carousel_image_slider:after {
  content: "";
  clear: both;
  display: block;
}
.section_content_element .carousel_image_slider .mh_box {
  width: calc((100% - 60px) / 3);
  float: left;
  margin: 0 10px;
}
.section_content_element .carousel_image_slider .slick-slide {
  margin: 0 10px;
}
.section_content_element .carousel_image_slider .slick-slide .mh_box {
  width: 100%;
  float: none;
  margin: 0;
}
.section_content_element .slick-track {
  /*height:480px;*/
}
.section_content_element .slick-prev {
  background: url(../images/icon_arrow_left_gray.png) no-repeat top center/contain;
}
.section_content_element .slick-prev:before {
  display: none;
}
.section_content_element .slick-next {
  background: url(../images/icon_arrow_right_gray.png) no-repeat top center/contain;
}
.section_content_element .slick-next:before {
  display: none;
}
.section_content_element .mh_box {
  width: 100%;
  /*height:480px;*/
  position: relative;
}
.section_content_element {
  /*&.home{
      .mh_text{
          margin-top:-110px;
      }
  }*/
}
.section_content_element .mh_img {
  /*height:480px;*/
  position: relative;
}
.section_content_element .mh_img img {
  width: 100%;
  /*height:100%;
  position:absolute;
  top:0;
  left:0;*/
}
.section_content_element .mh_img img.desktop {
  display: block;
}
.section_content_element .mh_img img.mobile {
  display: none;
}
.section_content_element .mh_text {
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
.section_content_element .mh_text h3 {
  line-height: 100%;
  position: static;
  transform: none;
}
.section_content_element .mh_text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.section_content_element .mh_text .ce_button .def_btn {
  display: inline-block;
}
.section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
  margin-left: 20px;
}
.section_content_element .gallery .row_relative {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section_content_element .gallery .gallery_box {
  width: calc((100% - 20px) / 2);
  aspect-ratio: 3/2;
  display: none;
}
.section_content_element .gallery .gallery_box:first-child {
  margin-right: 20px;
  margin-bottom: 17.5%;
  display: block;
}
.section_content_element .gallery .gallery_box:nth-child(2), .section_content_element .gallery .gallery_box:nth-child(3), .section_content_element .gallery .gallery_box:nth-child(4), .section_content_element .gallery .gallery_box:nth-child(5) {
  display: block;
  width: calc((100% - 60px) / 4);
  position: absolute;
}
.section_content_element .gallery .gallery_box:nth-child(2) {
  left: 0;
  bottom: 0;
}
.section_content_element .gallery .gallery_box:nth-child(3) {
  left: calc((100% + 20px) / 4);
  bottom: 0;
}
.section_content_element .gallery .gallery_box:nth-child(4) {
  right: calc((100% + 20px) / 4);
  top: 0;
}
.section_content_element .gallery .gallery_box:nth-child(5) {
  right: 0;
  top: 0;
}
.section_content_element .gallery .gallery_box:last-child {
  margin-right: 0;
  display: block;
  margin-top: 17.5%;
}
.section_content_element .gallery .gallery_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.section_content_element .custom_card .row_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section_content_element .custom_card .row_flex .flex_box {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.section_content_element .custom_card .row_flex .flex_box:nth-child(2n) {
  margin-right: 0;
}
.section_content_element .custom_card .row_flex .cc_image {
  width: 214px;
  border-radius: 16px;
  position: relative;
}
.section_content_element .custom_card .row_flex .cc_image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.section_content_element .custom_card .row_flex .cc_info {
  width: calc(100% - 214px);
  padding-left: 15px;
}
.section_content_element .custom_card .row_flex .cc_info h4 {
  font-size: 20px;
  color: #2B8F70;
  margin-bottom: 15px;
  font-weight: 700;
}
.section_content_element .custom_card .row_flex .cc_info h1,
.section_content_element .custom_card .row_flex .cc_info h2,
.section_content_element .custom_card .row_flex .cc_info h3,
.section_content_element .custom_card .row_flex .cc_info h4,
.section_content_element .custom_card .row_flex .cc_info h5,
.section_content_element .custom_card .row_flex .cc_info h6 {
  font-family: "Montserrat" !important;
}
.section_content_element .custom_card .row_flex .cc_info p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
.section_content_element .custom_card .row_flex .cc_info p span {
  font-size: 14px !important;
}
.section_content_element .tracker_box .tracker_title {
  display: flex;
  flex-wrap: wrap;
}
.section_content_element .tracker_box .tracker_title span {
  margin-right: 40px;
  font-size: 40px;
  font-weight: 700;
}
.section_content_element .tracker_box .tracker_title p {
  margin-bottom: 0;
  font-size: 16px;
  color: #313233;
}
.section_content_element .tracker_box .tracker_bar {
  margin: 15px 0;
}
.section_content_element .tracker_box .tracker_bar + .tracker_title {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.section_content_element .tracker_box + .notes_info {
  font-size: 13px;
  color: #313233;
  text-align: right;
}

.section_masthead {
  width: 100%;
  margin-bottom: 40px;
}
.section_masthead .container {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}
.section_masthead .container img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.section_masthead .text_box {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.section_masthead .text_box h3 {
  position: static;
  margin-bottom: 20px;
}
.section_masthead .text_box .main_button {
  width: 204px;
  height: 57px;
  line-height: 57px;
}
.section_masthead .text_box .main_button img {
  width: 31px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 5px;
}
.section_masthead h3 {
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
}
.section_masthead .slider_box {
  position: relative;
}
.section_masthead .slick-dots {
  bottom: 20px;
}
.section_masthead .slick-dots li {
  width: 9px;
  height: 9px;
}
.section_masthead .slick-dots li.slick-active {
  width: 40px;
  height: 9px;
}
.section_masthead .slick-dots li.slick-active button {
  width: 40px;
  height: 9px;
}
.section_masthead .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.section_masthead .slick-dots li button::before {
  display: none;
}
.section_masthead .slick-dots li::before {
  display: none;
}
.section_masthead .slick-prev {
  width: 22px;
  height: 66px;
  display: block;
  background: url("../images/icon_prev.png") no-repeat center/contain;
}
.section_masthead .slick-prev:before {
  display: none;
}
.section_masthead .slick-next {
  width: 22px;
  height: 66px;
  display: block;
  background: url("../images/icon_next.png") no-repeat center/contain;
}
.section_masthead .slick-next:before {
  display: none;
}

.section_text {
  margin-bottom: 40px;
}
.section_text .container {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.section_text .container h2 {
  font-weight: 700;
  font-size: 64px;
  color: #109902;
}
.section_text .container p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.section_text .container .main_button {
  width: 204px;
  height: 57px;
  line-height: 57px;
  margin: 0 10px;
}
.section_text .container .main_button img {
  width: 31px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 5px;
}
.section_text .container .main_button.back_btn {
  width: 358px;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
}
.section_text .container .main_button.back_btn span {
  background: url("../images/icon_home.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}
.section_text .container img {
  width: 100%;
  display: block;
}
.section_text .container .video_box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.section_text .container .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_text .container .button_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section_image_text_button {
  margin-bottom: 40px;
}
.section_image_text_button.reverse .container {
  flex-direction: row-reverse;
}
.section_image_text_button .container {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section_image_text_button .left_box {
  width: calc(100% - 480px);
}
.section_image_text_button .left_box img {
  width: 100%;
  display: block;
}
.section_image_text_button .right_box {
  width: 480px;
  padding: 0 40px;
}
.section_image_text_button p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
.section_image_text_button .main_button {
  max-width: 240px;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section_image_text_button .main_button img {
  width: 31px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 5px;
}
.section_image_text_button .video_box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.section_image_text_button .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_box_coloumn {
  margin-bottom: 40px;
}
.section_box_coloumn .container {
  max-width: 85%;
  margin: 0 auto;
}
.section_box_coloumn .row_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section_box_coloumn .box_coloumn {
  background: #fff;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.section_box_coloumn .box_coloumn:last-child {
  margin-right: 0;
}
.section_box_coloumn .box_coloumn .image img {
  width: 100%;
  display: block;
}
.section_box_coloumn .box_coloumn .info {
  padding: 20px;
}
.section_box_coloumn .box_coloumn .info h3 {
  font-size: 22px;
}
.section_box_coloumn .box_coloumn .info P {
  font-size: 14px;
  margin-bottom: 20px;
}
.section_box_coloumn .main_button {
  max-width: 135px;
  height: 37px;
  line-height: 37px;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
}
.section_box_coloumn .main_button img {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 5px;
}

@media only screen and (max-width: 1119px) {
  .section_masthead .container {
    padding: 0 40px;
  }
  .section_text .container {
    padding: 0 40px;
  }
  .section_text .container h2 {
    font-size: 48px;
  }
  .section_image_text_button .container {
    padding: 0 40px;
  }
  .section_content_element .tracker {
    padding: 0 40px;
  }
  .section_content_element .ce_text {
    padding: 0 40px;
  }
  .section_content_element .ce_text h1 {
    font-size: 36px;
  }
  .section_content_element .ce_text p span {
    font-size: 16px;
  }
  .section_content_element .custom_card {
    padding: 0 40px;
  }
  .section_content_element .custom_card .row_flex .flex_box {
    width: 100%;
    margin-right: 0;
  }
  .section_content_element .custom_card .row_flex .flex_box:nth-child(2n) {
    margin-right: 0;
  }
  .section_content_element .custom_card .row_flex .cc_image {
    width: 160px;
    height: 200px;
  }
  .section_content_element .custom_card .row_flex .cc_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section_content_element .custom_card .row_flex .cc_info {
    width: calc(100% - 160px);
  }
  .section_content_element .gallery {
    padding: 0 40px;
  }
  .section_content_element .mh_text h3 {
    font-size: 30px;
    padding: 0 20px;
  }
  .section_masthead:last-child {
    margin-bottom: 0;
  }
  .section_masthead:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .section_text .container h2 {
    font-size: 36px;
  }
  .section_text .container p {
    font-size: 15px;
  }
  .section_image_text_button.reverse .right_box {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .section_image_text_button .left_box {
    width: 50%;
  }
  .section_image_text_button .left_box img {
    width: 100%;
    display: block;
  }
  .section_image_text_button .right_box {
    width: 50%;
    padding: 0 0 0 20px;
  }
  .section_image_text_button p {
    font-size: 15px;
  }
  .section_image_text_button .main_button {
    max-width: 200px;
  }
}
@media only screen and (max-width: 743px) {
  .section_content_element {
    padding-bottom: 1px;
  }
  .section_content_element .container {
    max-width: 100%;
  }
  .section_content_element .ce_button.minus_top {
    margin-top: -60px;
  }
  .section_content_element .mh_text .ce_button .def_btn {
    margin-left: 0;
    margin-right: 0;
    /*display:block !important;*/
  }
  .section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .section_content_element .mh_text .ce_button .def_btn:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
  .section_content_element .ce_column .flex_box .content_box .content .events_img {
    display: none;
  }
  .section_content_element .ce_flex {
    display: block;
  }
  .section_content_element .ce_img_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section_content_element .ce_video_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section_content_element .ce_text_right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .section_content_element.custom1 {
    padding: 20px 0;
  }
  .section_content_element .row_reverse {
    flex-direction: row-reverse;
  }
  .section_content_element .row_reverse .ce_img_left {
    margin-left: 0;
    margin-right: 0;
  }
  .section_content_element .row_reverse .ce_video_left {
    margin-left: 0;
    margin-right: 0;
  }
  .section_content_element .row_reverse .ce_text_right {
    padding-right: 0px;
  }
  .section_content_element .ce_button .def_btn {
    display: block;
    margin: 0 auto 20px;
  }
  .section_content_element .ce_button .def_btn:nth-child(2) {
    margin: 0 auto 0;
  }
  .section_content_element .ce_column.twoandfour .flex_box {
    width: 100%;
    margin-right: 0;
  }
  .section_content_element .ce_column.threeandfive .flex_box {
    width: 100%;
    margin-right: 0;
  }
  .section_content_element .ce_column.onlyfour .flex_box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .section_content_element .ce_column.onlyfour .flex_box .content_box .content img {
    display: none;
  }
  .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_content_element .ce_column.black_bg .flex_box .content_box .content .category_text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section_content_element .ce_column.black_bg .flex_box .content_box .content .schedule_box {
    font-size: 16px;
    display: block;
  }
  .section_content_element .ce_column.square .flex_box .content_box {
    padding-bottom: 0;
  }
  .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_content_element .ce_column.square .flex_box .content_box .content img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 65px;
  }
  .section_content_element .ce_column.square .flex_box .content_box .content p {
    display: none;
  }
  .section_content_element .ce_column.square .flex_box .content_box .content h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 140px;
  }
  .section_content_element .ce_img_custom1 .ce_img_c1 {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 20px;
  }
  .section_content_element .ce_img_custom1 .ce_img_c1 img {
    width: 100%;
  }
  .section_content_element .ce_img_custom1 .ce_text_c1 {
    width: calc(100% - 110px);
  }
  .section_content_element p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_content_element .tracker {
    padding: 0 20px;
  }
  .section_content_element .ce_text {
    padding: 0 20px;
  }
  .section_content_element .ce_text h1 {
    font-size: 26px;
  }
  .section_content_element .ce_text p {
    padding: 0;
    font-size: 14px !important;
  }
  .section_content_element .ce_text p span {
    font-size: 14px !important;
  }
  .section_content_element .custom_card {
    padding: 0 20px;
  }
  .section_content_element .custom_card .row_flex .flex_box {
    width: 100%;
    margin-right: 0;
  }
  .section_content_element .custom_card .row_flex .flex_box:nth-child(2n) {
    margin-right: 0;
  }
  .section_content_element .custom_card .row_flex .cc_image {
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
  }
  .section_content_element .custom_card .row_flex .cc_info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .section_content_element .custom_card .row_flex .cc_info h4 {
    font-size: 20px;
  }
  .section_content_element .custom_card .row_flex .cc_info p {
    padding: 0;
    font-size: 14px;
  }
  .section_content_element .gallery {
    padding: 0 20px;
  }
  .section_content_element .gallery .gallery_box {
    margin-right: 0;
  }
  .section_content_element .gallery .gallery_box:first-child {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .section_content_element .gallery .gallery_box:last-child {
    margin-top: 0;
    width: 100%;
  }
  .section_content_element .gallery .gallery_box:nth-child(2), .section_content_element .gallery .gallery_box:nth-child(3), .section_content_element .gallery .gallery_box:nth-child(4), .section_content_element .gallery .gallery_box:nth-child(5) {
    width: calc((100% - 20px) / 2);
    position: relative;
    margin-bottom: 20px;
    position: static;
  }
  .section_content_element .gallery .gallery_box:nth-child(2), .section_content_element .gallery .gallery_box:nth-child(4) {
    margin-right: 20px;
  }
  .section_content_element .tracker_box .tracker_title span {
    margin-right: 20px;
    font-size: 24px !important;
  }
  .section_content_element .tracker_box .tracker_title p {
    padding: 0;
    font-size: 14px;
  }
  .section_content_element .tracker_box + .notes_info {
    font-size: 9px;
    text-align: right;
  }
  .section_content_element .tracker_box + .notes_info p {
    padding: 0;
  }
  .section_masthead {
    margin-bottom: 20px;
  }
  .section_masthead .container {
    padding: 0 20px;
  }
  .section_text {
    margin-bottom: 20px;
  }
  .section_text .container h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section_text .container .main_button.back_btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }
  .section_text .container .main_button.back_btn span {
    font-size: 14px;
    background-size: 15px;
    padding-left: 20px;
  }
  .section_image_text_button.reverse .container {
    display: block;
  }
  .section_image_text_button.reverse .right_box {
    width: 100%;
    padding: 0 40px;
  }
  .section_image_text_button .container {
    padding: 0;
  }
  .section_image_text_button .left_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_image_text_button .right_box {
    width: 100%;
    padding: 0 40px;
  }
}/*# sourceMappingURL=index.css.map */