@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
body {
  color: #666666;
}

div.award-icon {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 80px;
    z-index: 1;
}

div.award-icon > img {
    width: 100%;
}

table.responsive th,
table.responsive td {
    text-align: left!important;
}

table.responsive th.responsive-hide,
table.responsive td.responsive-hide {
    display: none!important;
}

.background_layer {
  background-repeat: repeat;
  background-size: 100% auto;
  z-index: 10;
}

.background_layer * {
  z-index: auto;
}

.main_theme_color {
  color: #b98c48 !important;
}

.main_theme_background_color {
  background-color: #b98c48;
}

.secondary_theme_color {
  color: #295da2;
}

.secondary_theme_background_color {
  background-color: #295da2;
}

.fading_white_background {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 3px 3px 3px #d0d0d0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fading_main_theme_background_color {
  background-color: #f7f0e0;
}

.fading_secondary_theme_background_color {
  background-color: #dfe8f1;
}

#nav_top_bar {
  float: right;
  min-height: 8px;
}

.item_box {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 0px 15px #d0d0d0;
  height: 100%;
  min-height: 420px;
}

.item_box .item_image {
  border-radius: 8px 8px 0px 0px;
  height: 60%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.item_box .inner_padding {
  padding: 1rem;
  border-radius: 0px 0px 8px 8px;
}

.item_box .hyperlink_button, .activity-box .hyperlink_button {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 100%;
  border-radius: 500px;
  font-weight: bold;
}

.item_box .hyperlink_button:hover {
  color: white;
  text-decoration: none;
}

.main_color_border {
  border-color: #b98c48;
}

.fading_main_color_border {
  border-color: #f7f0e0;
}

.fading_main_theme_border_box {
  border-radius: 10px;
  border: 1px solid #f7f0e0;
}

.main_theme_border_box {
  border: 2px solid #d8b061;
  padding: 0.5rem 1.5rem;
}

.additional_line_height {
  line-height: 1.5 !important;
}

.memberpage_description h5 {
  line-height: 1.5;
}

.memberpage_hyperlink_icon {
  margin: 0px 0.5rem;
}

.memberpage_hyperlink_icon:hover {
  text-decoration: none;
}

.memberpage_hyperlink_icon i {
  background-color: #f3e7d0;
  color: #b98c48;
  padding: 5px 7.5px;
  border-radius: 50%;
  text-decoration: none;
}

.memberpage_hyperlink_icon i:hover {
  text-decoration: none;
}

.item_box_2 {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 0px 15px #d0d0d0;
  height: 100%;
  min-height: 420px;
}

.item_box_2 .item_image {
  border-radius: 8px 8px 0px 0px;
  height: 55%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.item_box_2 .inner_padding {
  padding: 1rem;
  border-radius: 0px 0px 8px 8px;
}

.item_box_2 .hyperlink_button {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 100%;
  border-radius: 500px;
  font-weight: bold;
}

.item_box_2 .hyperlink_button:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.hyperlink_button {
  border-radius: 15px;
  color: white;
  text-align: center;
}

.hyperlink_button:hover {
  text-decoration: none;
  color: white;
}

#float_control_zone {
  position: fixed;
  bottom: 5%;
  right: 1vw;
  width: 54px;
  z-index: 10000000;
}

#float_control_zone a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.item_box_3 {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 0px 15px #d0d0d0;
  height: 100%;
}

.item_box_3 .item_image {
  border-radius: 8px 8px 0px 0px;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.item_box_3 .inner_padding {
  padding: 1rem;
  border-radius: 0px 0px 8px 8px;
}

.item_box_3 .color_flag, .activity-box .color_flag {
  background-color: #7f9fc8;
  color: white;
  margin-left: -1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: fit-content;
  font-weight: 500;
}

.item_box_3 .hyperlink_button {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 100%;
  border-radius: 500px;
  font-weight: bold;
}

.item_box_3 .hyperlink_button:hover {
  color: white;
  text-decoration: none;
}

#nav_bar {
  justify-content: end;
}

#nav_bar .nav-link {
  padding: 0.4rem !important;
}

#nav_bar li a {
  color: #808080;
  text-decoration: none;
}

#nav_bar li a:hover {
  text-decoration: none;
  color: #b98c48;
}

#nav_bar li a.selected {
  color: #b98c48;
}

.carousel-indicators li {
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important;
}

.carousel-indicators li.active {
  background-color: #295da2;
}

.vip_box {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d0d0d0;
  background-image: url("../../front/img/member_diamond_clear.png");
  background-color: white;
  background-position: right bottom;
  background-size: 89px 83px;
  background-repeat: no-repeat;
}

.vip_box .inner_padding {
  padding: 0.8rem;
}

.vip_box .inner_padding .vip_box_image {
  object-fit: cover;
  object-position: center;
}

#home_image_background_section {
  background-image: url("../../../assets/front/img/home/bg_index.png?199");
  background-repeat: no-repeat;
  background-position: center;
}

#home_image_background_section .container {
  min-height: 650px;
}

.footer {
  background-color: #014f80;
  padding-top: 2rem;
}

#footer_menu a {
  text-align: left;
  color: white;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 2px solid #7fa7c0;
  margin-top: 2rem;
}

#copyright h6 {
  font-size: 0.8rem;
  text-align: center;
  color: white;
  margin: 0px;
  font-weight: 200;
}

#footer_second_col {
  border-left: 2px solid #7fa7c0;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main_theme_color_box {
  background-color: #f7f0e0;
  padding: 1rem;
  min-height: 450px;
}

.main_theme_color_box .box_image {
  height: 50%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.main_theme_color_box h4 {
  color: #b98c48;
  font-weight: bold;
}

.secondary_theme_color_box {
  background-color: #dfe8f1;
  padding: 1rem;
  min-height: 450px;
}

.secondary_theme_color_box .box_image {
  height: 50%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.secondary_theme_color_box h4 {
  color: #295da2;
  font-weight: bold;
}

.breadcrumb_section {
  display: flex;
  flex-wrap: wrap;
  /*font-size: 0.5rem;*/
  margin-top: 1rem;
  color: #d0d0d0;
  align-items: center;
}

.breadcrumb_section div {
  margin: 0.5rem;
}

.breadcrumb_section #breadcrumb_home {
  width: 0.8rem;
  height: 0.8rem;
  color: #808080;
}

.breadcrumb_section .non_current {
  color: #d0d0d0;
}

.breadcrumb_section .current {
  color: #b98c48;
}

.default_border_radius {
  border-radius: 8px;
}

.grey_color {
  color: #b3b3b3;
}

.grey_hyperlink {
  color: #b3b3b3;
  text-decoration: underline;
}

#btn-show-ti {
    position:absolute;
    top:0px;
    left:2rem;
    right: 2rem;
    font-size: 18px;
    font-weight: bold;
    display:block;
    line-height:3rem;
    text-align:center;
    cursor: pointer;
}

#teaching_instructions {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px solid #e6e6e6;
}

.auto_fit_box {
  border-radius: 10px;
  width: 100%;
  margin-top: 2rem;
  box-shadow: 0px 0px 15px #d0d0d0;
  background-color: white;
}

.auto_fit_box .inner_padding {
  padding: 1rem;
}

.auto_fit_box .extra_inner_padding {
    position: relative;
    padding: 2rem;
}

.auto_fit_box .extra_horizon_padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.auto_fit_box .extra_vertical_padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.auto_fit_box .extend {
  margin-left: -2rem;
  margin-right: -2rem;
}

.auto_fit_box .extra_extend {
  margin-left: -4rem;
  margin-right: -4rem;
}

.auto_fit_box .number_node {
  background-color: #295da2;
  border-radius: 50%;
  color: white;
  padding: 0.25rem 0.65rem;
  margin-right: 1rem;
}

.auto_fit_box .number_node.white {
  background-color: white;
  color: #295da2;
  font-weight: bold;
}

.selection_button {
  border: 1px solid #d4dfed;
  border-radius: 8px;
  background-color: white;
  color: #295da2;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  width: 100%;
  font-weight: bold;
}

.selection_button.selected {
  background-color: #295da2;
  color: white;
  border: 1px solid #295da2;
}

.selection_button.disabled {
  background-color: #c6c6c6;
  color: white;
  border: 1px solid #c6c6c6;
}

.max-20 {
  max-width: 20% !important;
  width: 100%;
}

.contact_us_button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-right: 48px;
  border-radius: 100px;
  letter-spacing: 1.5;
}

.enrollment_button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  border-radius: 100px;
  letter-spacing: 1.5;
  color: white;
  cursor: pointer;
}

.enrollment_button:hover {
  color: white;
}

.color-grey {
  color: #666666;
}

.main_color_left_border {
  border-left: 1px solid #b98c48;
}

.no_hover_effect {
  text-decoration: none;
}

.no_hover_effect:hover {
  text-decoration: none;
}

.share_toolbar {
  display: flex;
}

.share_toolbar a {
  text-decoration: none;
  margin-right: 1px;
}

.share_toolbar a:hover {
  text-decoration: none;
}

.share_toolbar a img {
  max-width: 40px;
}

.blue_pill {
  background-color: #d4dfed;
  border-radius: 50px;
  padding: 0.2rem 1.5rem;
  font-weight: 600;
  color: #2a5ea3;
  display: flex;
  width: fit-content;
}

.blue_pill span {
  font-size: 1.2rem;
}

.mini_album {
  margin-left: -2px;
  margin-right: -2px;
}

.mini_album .col-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.mini_album .col-2 .image_container {
  height: 100%;
  padding-top: 100%;
  cursor: pointer;
}

.mini_album .col-2 .image_container .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mini_album .col-2 .image_container .content img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: calc(100% - 4px);
  left: 2px;
  object-fit: cover;
}

.media_box_list .col-4 .image_container,
.media_box_list .col-12 .image_container {
  box-shadow: 0px 0px 15px #c6c6c6;
  height: 100%;
  padding-top: 100%;
  border-radius: 10px;
  background-color: white;
}

.media_box_list .col-4 .image_container .content,
.media_box_list .col-12 .image_container .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.media_box_list .col-4 .image_container .content h5,
.media_box_list .col-12 .image_container .content h5 {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.media_box_list .col-4 .image_container .content img,
.media_box_list .col-12 .image_container .content img {
  position: relative;
  max-width: 100%;
  max-height: 75%;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.media_box_list .col-4 .image_container .content .inner_padding,
.media_box_list .col-12 .image_container .content .inner_padding {
  display: flex;
  height: 20%;
  position: relative;
  margin-top: 0.5rem;
  max-width: calc(100% - 30px - 2rem);
  left: calc(15px + 1rem);
}

.media_box_list .col-4 .image_container .content small,
.media_box_list .col-12 .image_container .content small {
  color: #808080;
}

.media_box_list .col-4 .image_container .content small:hover,
.media_box_list .col-12 .image_container .content small:hover {
  color: #808080;
  text-decoration: none;
}

.extra_letter_space {
  letter-spacing: 0.2rem;
}

.fading_secondary_theme_color {
  color: #2a5ea3;
}

.light_main_theme_color {
  color: #d3b061;
}

.light_main_theme_background_color {
  background-color: #d3b061;
}

.grey_auto_fit_box {
  border-radius: 10px;
  width: 100%;
  margin-top: 2rem;
  background-color: white;
  border: 1px solid #e0e0e0;
}

.grey_auto_fit_box .inner_padding {
  padding: 1rem;
}

.grey_auto_fit_box .extra_inner_padding {
  padding: 2rem;
}

.media_box_list_2 .col-4 .image_container,
.media_box_list_2 .col-12 .image_container {
  box-shadow: 0px 0px 15px #c6c6c6;
  height: 100%;
  padding-top: 100%;
  border-radius: 10px;
  background-color: white;
}

.media_box_list_2 .col-4 .image_container .content,
.media_box_list_2 .col-12 .image_container .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.media_box_list_2 .col-4 .image_container .content h5,
.media_box_list_2 .col-12 .image_container .content h5 {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.media_box_list_2 .col-4 .image_container .content img,
.media_box_list_2 .col-12 .image_container .content img {
  position: relative;
  max-width: 100%;
  max-height: 68%;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.media_box_list_2 .col-4 .image_container .content .inner_padding,
.media_box_list_2 .col-12 .image_container .content .inner_padding {
  display: flex;
  height: 28%;
  position: relative;
  margin-top: 0.5rem;
  max-width: calc(100% - 30px - 2rem);
  left: calc(15px + 1rem);
}

.media_box_list_2 .col-4 .image_container .content small,
.media_box_list_2 .col-12 .image_container .content small {
  color: #808080;
}

.media_box_list_2 .col-4 .image_container .content small:hover,
.media_box_list_2 .col-12 .image_container .content small:hover {
  color: #808080;
  text-decoration: none;
}

.paging_zone {
  color: #c6c6c6;
  line-height: 1.5 !important;
  font-size: 0.8rem;
}

.paging_zone .nav .nav-link {
  padding: 0rem 0.3rem;
  font-weight: 400;
}

.paging_zone .nav .nav-link.selected {
  color: #b98c48;
}

.paging_zone .nav .nav-link.previous,
.paging_zone .nav .nav-link.next {
  padding-bottom: 0.25rem !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 2rem;
  padding: 0px;
  font-weight: 100;
}

.mt-n-2 {
  margin-top: -1rem;
}

.mt-n-4 {
  margin-top: -2rem;
}

.room_block * {
  line-height: 1.5;
}

.collapse_control {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.2rem;
  border-bottom: 4px solid #d0d0d0;
  color: #808080;
  font-weight: bold;
  margin-right: 1px;
}

.collapse_control:hover {
  text-decoration: none;
  color: #b98c48;
  border-color: #b98c48;
}

.collapse_control.selected {
  text-decoration: none;
  color: #b98c48;
  border-color: #b98c48;
}

.grey_background {
  background-color: #b3b3b3;
}

.light_grey_background {
  background-color: #e3e3e3;
}

.append_row_margin {
  margin-left: -15px;
  margin-right: -15px;
}

.slightly_small {
  font-size: 90% !important;
}

.normal_font_size {
  font-size: 1rem !important;
}

.height_fit {
  height: fit-content;
}

.smaller_padding div {
  padding-right: 5px;
}

.member_table,
.member_contact_table {
  width: 100%;
}
.member_table thead tr th,
.member_contact_table thead tr th {
  color: #b98c48;
  padding-left: 1rem;
}
.member_table tbody tr,
.member_contact_table tbody tr {
  border-top: 3px solid white;
}
.member_table tbody tr td,
.member_contact_table tbody tr td {
  padding-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.member_table tbody tr td .table_hyperlink,
.member_contact_table tbody tr td .table_hyperlink {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 26px;
  width: 26px;
  background-color: white;
  border-radius: 100000px;
  font-size: 1.5rem;
  color: #b98c48;
}
.member_table tbody tr td .table_hyperlink:hover,
.member_contact_table tbody tr td .table_hyperlink:hover {
  text-decoration: none;
}
.member_table tbody tr:nth-child(odd),
.member_contact_table tbody tr:nth-child(odd) {
  background-color: #f3e7d0;
}
.member_table tbody tr:nth-child(even),
.member_contact_table tbody tr:nth-child(even) {
  background-color: #fbf7ef;
}

.member_table thead tr th:nth-child(5) {
  text-align: center;
}

#nav_menu_button {
  position: absolute;
  right: 1rem;
}

#nav_menu_controller {
  padding: 1rem;
  border: 1px solid #c6c6c6;
  font-size: 1.2rem;
  border-radius: 5px;
  cursor: pointer;
}

#mobile_menu {
  transition: display 0.35s ease;
}

.form-control {
  border-radius: 24px !important;
}

.form-control:focus {
  border-color: #d3b061;
  box-shadow: 0 0 0 0.2rem #f7f0e0;
}

.mobile_menu_hyperlink_list a {
  color: #295da2;
  font-weight: bold;
}

.mobile_menu_hyperlink_list a:hover {
  color: #295da2;
  text-decoration: none;
}

.disabled_hover:hover {
  text-decoration: none;
}

@media only screen and (max-width: 968px) {
  #footer_second_col {
    border-left: none;
    border-top: 2px solid #7fa7c0;
  }
}
@media only screen and (max-width: 768px) {
  #footer_second_col {
    border-left: none;
    border-top: 2px solid #7fa7c0;
  }

  .mt-n-2 {
    margin-top: 0rem;
  }

  .mt-n-4 {
    margin-top: 0rem;
  }

  .share_toolbar {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  #home_image_background_section {
    /*background-image: url("../../../assets/images/mobile/bg_meeting_m.png");*/
    background-repeat: no-repeat;
    background-position: center;
  }

  #home_image_background_section .container {
    min-height: 650px;
  }

  .fading_white_background {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 3px 3px 3px #d0d0d0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .unify_font_size {
    font-size: 1rem;
  }

  .main_color_left_border {
    border-left: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-n-2 {
    margin-top: 0rem;
  }

  .mt-n-4 {
    margin-top: 0rem;
  }

  .response_line * {
    width: 80%;
  }
}
/*# sourceMappingURL=global.css.map */
.breadcrumb_section .non_current a:link, .breadcrumb_section .non_current a:visited, .breadcrumb_section .non_current a:hover, .breadcrumb_section .non_current a:active {
  text-decoration: none;
  color: #d0d0d0;
}

.search-section {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease-in-out;
}

.search-box {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input {
  width: 70%;
  border: 2px solid #ffffff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.search-input .input-textarea {
  position: relative;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: white;
  z-index: 2;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.search-input span {
  margin-right: 10px;
}

.open {
  opacity: 1;
  z-index: 1000;
  transition: 0.5s all ease-in-out;
}

.activity-box {
  box-shadow: 0px 0px 15px #d0d0d0;
  -webkit-box-shadow: 0px 0px 15px #d0d0d0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
}

.activity.card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.activity.card .card-header.mask {
    position: relative;
}
.activity.card .card-header.mask:after {
    position: absolute;
    background: rgba(0,0,0,0.1);
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.activity.card .card-header img.same-height {
  width: 100%;
  height: 12vw;
  object-fit: cover;
}
.activity.card .card-body {
  padding: 1rem;
}
.activity.card .card-footer {
  background-color: transparent;
  border-top: none;
}

@media only screen and (max-width: 992px) {
  .activity.card .card-header img.same-height {
    height: auto;
  }
}

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