@charset "UTF-8";
* {
  -ms-scroll-chaining: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-300.woff") format("woff"), url("../fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff"), url("../fonts/poppins-v15-latin-500.ttf") format("truetype"), url("../fonts/poppins-v15-latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-700.woff") format("woff"), url("../fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}
.chat_meta {
  font-size: 11px;
  margin-top: 20px;
  font-weight: bold;
}
.chat_post_inner {
  margin: 3px 0px 0px 0px;
  border: 0px;
  padding: 3px 6px;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #AAA;
  display: inline-block;
}
.chat_post_mine, .chat_post_other {
  width: calc(100% - 45px);
}
.chat_postdate {
  text-align: right;
  font-size: 11px;
}
.chat_content {
  padding: 5px;
  text-align: left;
}
.chat_post_other .chat_post_inner {
  margin-right: 30px;
  margin-left: 1px;
  background: #EEE;
  border-radius: 5px 5px 5px 0px;
}
.chat_post_mine {
  text-align: right;
}
.chat_post_mine .chat_post_inner {
  margin-left: 40px;
  margin-right: 5px;
  border-radius: 5px 5px 0px 5px;
  color: #FFF;
  background: #333;
}
.chat_user {
  margin-bottom: 10px;
}
.chat_user_name {
  font-size: 12px;
  font-weight: bold;
}
.chat_user_activity {
  font-size: 11px;
}
.chat_userlist_outer {
  padding: 20px;
}
.chat_user_activity_inactive {
  opacity: 0.5;
}
.chat_postlist_outer {
  position: relative;
  height: 500px;
  overflow-y: scroll;
}
.chat_userlist_outer {
  position: relative;
  height: 500px;
  overflow-y: scroll;
}
.chatpostform_outer {
  display: flex;
}
.chatpostform_outer {
  display: flex;
  border: 1px solid #DDD;
  padding: 5px;
  border-radius: 5px;
}
textarea.form-control#chat_post_input {
  height: 40px;
  border: 0px;
}
.chat_meta_mine {
  text-align: right;
  padding-right: 10px;
}
.bubble_outer {
  display: flex;
  border-radius: 20px;
  text-align: center;
  float: left;
  align-items: center;
  font-size: 12px;
  padding: 7px;
  margin-right: 5px;
  width: 35px;
  border: 1px solid #339933;
  height: 35px;
  color: #339933;
  opacity: 0;
}
.bubble_outer.bubble_chat_meta_mine {
  float: right;
}
.chat_post_other.chat_merge_with_previous {
  margin-left: 40px;
}
.chat_post_mine.chat_merge_with_previous {
  margin-right: 40px;
}
#tab_header_chat li.nav-item {
  padding: 0px;
}
#tab_header_chat li.nav-item .nav-link {
  padding: 5px 10px;
}
.iframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.modal.top .modal-dialog, .modal.bottom .modal-dialog, .modal.left .modal-dialog, .modal.right .modal-dialog {
  width: 100%;
}
/*
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

*/
.modal.left .modal-dialog {
  margin-left: 0px;
  margin-right: auto;
}
.modal.right .modal-dialog {
  margin-left: auto;
  margin-right: 0px;
}
.modal.top .modal-dialog {
  top: 0;
}
.modal.bottom .modal-dialog {
  bottom: 0;
}
.login_background {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
}
.login_col_left, .login_col_left_small_padding {
  padding-top: 120px !important;
}
@media (min-width: 1024px) {
  .login_outer {
    max-width: 1024px;
    box-shadow: 0px 0px 26px #CCC;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .login_col_left {
    padding: 190px 120px !important;
  }
  .login_col_left_small_padding {
    padding: 160px 120px 80px 120px;
  }
}
.login_col_left .btn.btn-primary, .login_col_left_small_padding .btn.btn-primary {
  border: 0px;
}
.login_input_label {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}
.forum_form_postcreate_outer, .forum_form_threadcreate_outer, .forum_forumlist_outer, .forum_threadlist_outer, .forum_postlist_outer {
  padding: 30px;
  background: #FFF;
}
.forum_forumlist_item, .forum_threadlist_item, .forum_postlist_item {
  margin-bottom: 5px;
}
.forum_postlist_item .row .forum_forumlist_item .row .forum_threadlist_item .row {
  border-bottom: 1px solid #DDD;
}
.forum_postlist_item .row > div, .forum_forumlist_item .row > div, .forum_threadlist_item .row > div {
  background: #EEE;
  padding: 10px;
}
.forum_view_outer {
  max-width: 1200px;
  margin: 50px auto 0px auto;
}
.forum_post_options {
  text-align: right;
}
.forum_thread_options {
  text-align: right;
  padding: 10px;
  margin-bottom: 20px;
  background: #FFF;
}
.rte {
  padding: 5px;
}
.rte-toolbar {
  padding: 0;
}
.rte-toolbar legend {
  width: 95%;
  border-bottom-style: ridge;
  font-size: small;
  text-align: center;
  box-sizing: border-box;
  display: inline;
  padding: 0;
  white-space: normal;
}
.rte-text {
  width: 100%;
  min-height: 100px;
  border: 1px ridge #333;
  background-color: white;
  padding: 5px;
}
.rte-code {
  width: 100%;
  min-height: 100px;
}
.rte-btn {
  margin: 5px;
}
.rte-sel {
  width: 100px;
  display: inline;
}
/* Style the tab */
.rte-tab {
  overflow: hidden;
  border: 1px solid #DDD;
  background-color: #FFF;
}
/* Style the buttons inside the tab */
.rte-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.rte-tab button:hover {
  background-color: #DDD;
}
/* Create an active/current tablink class */
.rte-tab button.active {
  background-color: #CCC;
}
/* Style the tab content */
.rte-tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #CCC;
  border-top: none;
}
.rte-warning {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: black;
  background-color: #ff7a7a;
  border-color: #ffc5c5;
}
.rte-hint {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: black;
  background-color: orange;
  border-color: #ffd17b;
}
.rte-goal {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: black;
  background-color: lightgreen;
  border-color: #c6fac6;
}
.rte-statement {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: black;
  background-color: #64cad1;
  border-color: #beffff;
}
.rte-idea {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: black;
  background-color: #6b6bff;
  border-color: #b6b6ff;
}
.infomarker_outer {
  max-width: 500px;
  max-height: 500px;
  bottom: 40px;
  color: #000;
  border-radius: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.infomarker_outer .contentarea_placeholder {
  position: relative;
}
.infomarker_outer .contentarea_frame {
  background: #FFF;
  padding: 10px;
}
#background_audio_control i {
  color: #339933;
}
#background_audio_control i:hover {
  filter: brightness(75%);
}
#Languages:hover {
  cursor: pointer;
}
#language_select_container #language_select_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2000;
}
#language_select_container #option_container {
  border-radius: 3px;
  margin-top: 45px;
  z-index: 2050;
  position: fixed;
  width: 60px;
}
#language_select_container #option_container div {
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
}
#language_select_container #option_container div:hover {
  cursor: pointer;
}
.roomfrontend_nav.nav_bottom {
  top: auto;
  bottom: 20px;
}
.roomfrontend_nav a.navitem {
  max-width: 50px;
}
.navitem_title {
  display: none;
}
.page_layout1 .pagenav {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 100%;
}
.dropdown-menu ul {
  padding-inline-start: 20px;
}
.page_layout1 .navbar-nav .nav-link:hover, .page_layout1 .navbar-light .navbar-nav .nav-link:focus, .page_layout1 .navbar-nav .show > .nav-link, .page_layout1 .navbar-nav .active > .nav-link, .page_layout1 .navbar-nav .nav-link.show, .page_layout1 .navbar-nav .nav-link.active, .page_layout1 .pagenav li.nav-item a {
  color: #FFF;
}
.pagenav {
  background: rgba(255, 255, 255, 0);
  transition: background 1s;
}
.scrolled .pagenav {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  box-shadow: 0px 0px 10px #888;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .scrolled.page_layout1 .navbar-nav .nav-link:hover, .scrolled.page_layout1 .navbar-light .navbar-nav .nav-link:focus, .scrolled.page_layout1 .navbar-nav .show > .nav-link, .scrolled.page_layout1 .navbar-nav .active > .nav-link, .scrolled.page_layout1 .navbar-nav .nav-link.show, .scrolled.page_layout1 .navbar-nav .nav-link.active, .scrolled.page_layout1 .pagenav li.nav-item a {
    color: #333;
  }
  .scrolled.page_layout1 .pagenav .dropdown-menu li.nav-item a {
    color: #FFF;
  }
}
#nav nav {
  padding: 12px;
}
@media (max-width: 992px) {
  li.nav-item a {
    font-weight: normal;
  }
  .pagenav .navbar-nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link, .pagenav li.nav-item a {
    color: #FFF;
  }
}
.toggle_full_screen {
  margin-right: 10px;
  cursor: pointer;
}
.toggle_full_screen img {
  width: 32px;
  height: 32px;
}
#nav .ca_nav {
  position: fixed;
  left: 10px;
  padding: 12px;
  top: 0px;
}
#nav .ca_nav img {
  max-width: 50px;
}
.ca_nav_logo_place_holder {
  display: inline-block;
  width: 160px;
  height: 100%;
}
.pagefrontend_footer.page_type_3.page_env_2 {
  color: #FFF;
  background: #333;
  padding: 20px;
}
.pagefrontend_footer.page_type_3.page_env_2 a {
  color: #FFF;
}
.pagefrontend_footer.page_type_3.page_env_2 p {
  margin-bottom: 0px;
}
.pagefrontend_footer.page_type_3.page_env_2 .ce_text li, .pagefrontend_footer.page_type_3.page_env_2 .ce_timer li {
  margin: 5px 0px;
}
.pagefrontend_footer.page_type_3.page_env_2 .ce_text li:before, .pagefrontend_footer.page_type_3.page_env_2 .ce_timer li:before {
  color: #FFF;
}
.btn-primary {
  color: #FFF;
  background-color: #339933;
  border-color: #339933;
}
.btn-primary a {
  color: #FFF;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #333;
  border-color: #333;
}
.btn-link:hover {
  color: #333;
}
.btn-fixed-bottom-center {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  margin: auto;
  max-width: 100%;
  z-index: 10000;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  .btn-fixed-bottom-center {
    bottom: 20px;
  }
}
.slider__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet--active {
  background-color: #FFF;
}
.glide__arrow--left {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 50px;
  background: transparent;
  color: #333;
  border: 0px;
}
.glide__arrow--right {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 50px;
  background: transparent;
  color: #333;
  border: 0px;
}
/*.design_glide > p {
    padding: 1rem 0;
}

@media only screen and (min-width: 1280px) {
    .design_glide > p {
        max-width: 1280px;
        margin: 0 auto;
    }

}*/
.icon_set_outer:hover img.icon.icon_set_0, .icon_set_outer img.icon.icon_set_1 {
  display: none;
}
.icon_set_outer:hover img.icon.icon_set_1 {
  display: block;
}
table.agenda-calendar tbody tr {
  background-color: #DDD;
  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
}
#calendar div:nth-of-type(2) {
  background-color: #fff;
}
.modalstyle_default table.agenda-calendar thead {
  color: #000;
}
.modalstyle_transparent table.agenda-calendar thead {
  color: #fff;
}
.image_container {
  position: relative;
  transition-property: transform;
  transition-duration: 0.5s;
}
.image_container span {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.image_container:hover span {
  opacity: 20%;
}
.image_container:hover span span {
  opacity: 1;
}
.contentarea_frame .image_container span, .page .image_container span, .design_glide .image_container span, #full3dnav + div .image_container span, .inIframe .image_container span {
  display: none;
}
.image_container .icon_circle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_container.scale {
  z-index: 10;
  transform: scale(1.5);
}
.modal-lg .image_container.scale {
  z-index: 10;
  transform: scale(1.33);
}
.modal-xl .image_container.scale {
  z-index: 10;
  transform: scale(1.2);
}
.image_container .icon_circle:hover {
  cursor: pointer;
}
.timer_container .timer_count_down {
  font-weight: 750;
  font-size: 2.5em;
  text-align: center;
}
.chatbot_nav_link {
  height: 25px;
  width: 25px;
  margin-right: 20px;
}
.chatbot_spinner {
  border: 10px solid #5cceff;
  border-top: 10px solid #56fc56;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: -5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#chatbot_wrapper {
  padding: 10px;
  border: 1px solid #162a53;
  border-radius: 5px;
  background-color: rgba(45, 92, 185, 0.8);
}
#chatbot_wrapper #accordion {
  overflow: auto;
  height: 700px;
}
#chatbot_wrapper .chatbot_vote_options {
  margin-top: -30px;
  margin-left: 80%;
}
#chatbot_wrapper .fa-thumbs-up {
  color: #73bc5b;
  margin-left: 10px;
  margin-right: 10px;
}
#chatbot_wrapper .fa-thumbs-down {
  color: #E94F37;
  margin-left: 10px;
  margin-right: 10px;
}
#chatbot_wrapper .scale-up {
  scale: 2;
  margin-top: -10px;
}
.chatbot_dark_background {
  background-color: rgba(0, 0, 0, 0.3);
  margin: -10px;
}
.chatbot_inner_wrapper {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.chatbot_inner_wrapper h2 {
  text-align: center;
}
#chatbot_wrapper .card {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0 solid black;
}
#chatbot_wrapper .card-header {
  background-color: #459fc5;
}
#chatbot_wrapper .card-body {
  background-color: white;
}
/*#chatbot_wrapper #accordion {
    overflow: auto;
}*/
#chatbot_wrapper .card {
  margin-right: 10px;
}
#chatbot_wrapper {
  /* width */
  /* Handle */
  /* Handle on hover */
}
#chatbot_wrapper ::-webkit-scrollbar {
  width: 10px;
}
#chatbot_wrapper ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #162a53;
}
#chatbot_wrapper ::-webkit-scrollbar-thumb:hover {
  background-color: #459fc5;
}
#chatbot_wrapper .card-header button {
  width: 100%;
  text-align: left;
  background-color: #459fc5;
  color: white;
}
#chatbot_answer {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: auto;
}
#chatbot_query_control {
  margin-top: 20px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#chatbot_query {
  width: 100%;
  height: 60px;
  margin-right: 15px;
  resize: none;
  padding: 10px;
  outline: none;
}
#chatbot_submit {
  height: 60px;
  width: 60px;
  border: 0px solid black;
  border-radius: 100%;
  background: #FFF;
  padding-left: 10px;
}
#chatbot_submit:hover {
  background-color: #459fc5;
}
.chatbot_bubble_left {
  position: relative;
  background-color: white;
  color: #000;
  font-size: 20px;
  width: 90%;
  height: fit-content;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 10px 40px 10px;
}
.chatbot_bubble_left:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 25px 32px 0 0;
  border-color: white transparent transparent transparent;
  bottom: -25px;
  left: 10%;
  margin-left: -16px;
}
.chatbot_bubble_right {
  position: relative;
  background-color: #459fc5;
  color: white;
  font-size: 20px;
  width: 90%;
  height: fit-content;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 10px 40px 10px;
}
.chatbot_bubble_right:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 32px 25px 0;
  border-color: transparent #459fc5 transparent transparent;
  bottom: -25px;
  right: 5%;
  margin-left: -16px;
}
a {
  color: #2d5cb9;
}
.contentarea_placeholder {
  position: absolute;
  z-index: 30;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
/*
.roomfrontend_outer {
    width: 1920px;
    height: 1080px;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
    position: absolute;
}*/
.componentav {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: 50vh;
  width: 50vw;
  z-index: 900;
}
.roomfrontend_outer.room_type_1 {
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
}
#nav {
  z-index: 300;
  position: absolute;
  right: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
h4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0px;
}
h1, h2 {
  font-weight: bold;
}
.nav_top {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.contentarea_placeholder .frame_1 {
  border: 3px solid #555;
  height: 100%;
}
.room_background {
  z-index: -1;
  width: 100%;
  display: none;
}
body {
  background: #EEE;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 500px) {
  body {
    overflow: hidden;
  }
  .room_background {
    display: block;
  }
}
body.loaded {
  opacity: 1;
}
body.page_scrollable {
  overflow: auto;
}
.contentarea_preview {
  color: #FFF;
}
.carousel-item img {
  width: 100%;
}
.preview img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transform: scale(1.02);
}
.responsive-video {
  position: relative;
  padding-bottom: 56%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: auto;
}
.contentarea_placeholder:hover span.icon_clickable {
  color: #000;
  background: #FFF;
  width: 30px;
}
.contentarea_placeholder.frame_1 {
  border: 5px solid #555;
  overflow: hidden;
}
.roomfrontend_nav {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 200;
}
.roomfrontend_nav.nav_bottom {
  top: auto;
  bottom: 20px;
}
.roomfrontend_nav a.navitem {
  margin: 2px 10px;
  padding: 2px 10px;
  transition: transform 0.5s;
  transform: translate(0, 0);
}
.roomfrontend_nav a.navitem.navitem_icon {
  background: transparent;
  padding: 0px;
}
.roomfrontend_nav.nav_bottom a.navitem:hover {
  transform: translate(0, -20px);
}
.roomfrontend_nav.nav_top a.navitem:hover {
  transform: translate(0, 20px);
}
.roomfrontend_nav a.navitem span {
  display: none;
}
span.icon_clickable {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 15px;
  transform: translate(-50%, -50%);
  line-height: 30px;
  text-align: center;
  opacity: 0.7;
  width: 30px;
  transition: background 1s, color 1s;
  border-radius: 25px;
  background: transparent;
  padding-left: 2px;
  padding-top: 2px;
}
.modal-body .card {
  box-shadow: 0px 0px 0px;
  background: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.poweredby {
  position: fixed;
  right: 50%;
  bottom: 0px;
  padding: 3px 8px;
  font-size: 12px;
  color: #FFF;
  text-shadow: 0px 0px 1px #000;
  transform: translateX(50%);
}
.broadcast_item {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 400px;
  background: #FFF;
  padding: 20px 40px 20px 20px;
  box-shadow: 0px 0px 20px #000;
  border-left: 5px solid #339933;
  align-items: center;
}
button.ignoreBroadcasts {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0px;
  color: #666;
  padding: 16px;
  background: transparent;
  font-weight: bold;
  font-size: 30px;
}
span.fa.fa-podcast.broadcast_icon {
  font-size: 49px;
  padding: 10px;
  display: block;
  color: #339933;
}
span.icon_top {
  padding: 5px;
  font-size: 25px;
  margin-right: 20px;
}
.design_area1 {
  background: #EEE;
  padding: 30px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.design_area1 > * {
  max-width: 1280px;
  margin: auto;
}
.design_area1 > p {
  padding: 1rem;
}
@media (max-width: 768px) {
  .design_area1 > * {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.modalstyle_transparent .modal-content {
  background: transparent;
  border: 0px;
}
.modalstyle_transparent .modal-header {
  border-bottom: 0px;
}
.modalstyle_transparent h1, .modalstyle_transparent h2, .modalstyle_transparent h3, .modalstyle_transparent h4, .modalstyle_transparent p {
  color: #FFF;
  margin: 0;
}
.modalstyle_transparent .close {
  color: #fff;
  border: 2px solid #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
.modalstyle_transparent .ce_form {
  color: #fff;
}
.margin_after_small, .margin_before_small {
  height: 40px;
}
.margin_before_medium, .margin_after_medium {
  height: 80px;
}
.margin_before_large, .margin_after_large {
  height: 160px;
}
@media (max-width: 512px) {
  .margin_before_medium, .margin_after_medium {
    height: 30px;
  }
  .margin_before_large, .margin_after_large {
    height: 40px;
  }
}
html {
  overflow-x: visible;
}
body.page {
  overflow-y: hidden;
  overflow-x: hidden;
}
.login-register-logo {
  position: absolute;
  top: 20px;
  left: 40px;
  max-width: 120px;
}
@media (min-width: 1500px) {
  .modal-lg {
    max-width: 1200px;
  }
  .modal-xl {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .modal-lg {
    max-width: 1400px;
  }
  .modal-xl {
    max-width: 1600px;
  }
}
.contentarea_av {
  cursor: pointer;
}
div.componentav div.avheader {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: flex-end;
}
div.componentav div.avheader div.btnclose {
  padding: 15px 25px;
  cursor: pointer;
  width: 30px;
  display: flex;
  justify-content: center;
  text-shadow: 0 1px 0 #FFF;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
div.componentav div.avheader div.btnclose:hover {
  opacity: 1;
}
#full3dnav {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.z-index-10000 {
  z-index: 10000 !important;
}
/*.design_default { 
    max-width: 1280px;
    margin: 0px auto 0px auto; 
}*/
/*.design_accordion { 
    max-width: 1280px;
    margin: 0px auto 0px auto; 
}*/
/*.ce_col_2cols .design_accordion { max-width: 1280px; margin: 100px; } OLD*/
/*@media(max-width: 1280px)
{
    .ce_col_2cols .design_accordion { 
        max-width: 1280px;
        margin: auto 0px auto 0px; 
    }
}*/
.design_iconbox2 img.icon {
  max-width: 100%;
  width: 200px;
  height: auto;
}
.design_iconbox2 .icon_set_outer img {
  max-width: 120px;
  margin: auto;
  display: block;
}
.design_iconbox2 .icon_outer {
  padding: 50px;
  text-align: center;
}
.design_maxw500 {
  max-width: 500px;
  margin: auto;
}
.design_maxw700 {
  max-width: 700px;
  margin: auto;
}
.design_maxw1000 {
  max-width: 1000px;
  margin: auto;
}
.design_area1 > .design_maxw100p, .design_maxw100p {
  max-width: 100%;
  margin: auto;
}
.design_blackbox {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .design_blackbox {
    padding: 20px;
  }
  div .design_blackbox p {
    font-size: 16px;
  }
}
.design_area2 {
  padding: 0px 20px;
}
.design_highlight_facts {
  max-width: 1280px;
  margin: auto;
}
.design_highlight_facts .row > div {
  text-align: center;
  padding: 50px;
  font-size: 30px;
  border: 1px solid #AAA;
  margin: 30px;
  background: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
  transition: box-shadow 1s;
}
.design_highlight_facts .row > div:hover {
  box-shadow: 0px 0px 25px black;
}
.design_highlight_facts.ce_text, .design_highlight_facts.ce_timer {
  max-width: 700px;
  border: 1px solid #339933;
  padding: 40px;
  font-size: 30px;
}
.design_highlight_facts .row.ce_col_4cols > div {
  margin: 0px;
  font-size: 16px;
  border: 1px solid #FFF;
}
.design_highlight_facts.ce_text h3, .design_highlight_facts.ce_timer h3 {
  font-size: 50px;
  line-height: 2;
}
.design_iconbox1 .fa {
  font-size: 50px;
  margin: 6px 20px 0px 20px;
  float: left;
}
.design_iconbox2 .fa {
  font-size: 120px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  transform: scale(1);
  transition: transform 1s, color 1s;
}
.design_iconbox2 .fa:hover {
  transform: scale(1.3);
  color: #339933;
}
.design_iconbox2 h3 {
  margin-bottom: 15px;
}
.design_area1.ce_form {
  padding: 10px 15px 10px 15px;
}
.design_default.ce_form {
  /*max-width: 768px;*/
  margin: 0 auto;
  /*padding: 30px;*/
  /*padding: 20px;*/
}
.design_area3 .ce_text, .design_area3 .ce_timer {
  padding: 4vw;
}
@media (max-width: 768px) {
  .design_area3 .ce_text, .design_area3 .ce_timer {
    padding: 4vw 0px;
  }
}
.design_area3 > p {
  padding: 0 4vw;
}
.mediaoverlay {
  position: relative;
  background-color: #000;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.mediaoverlay p {
  font-size: 24px;
}
.mediaoverlay img, .mediaoverlay .image_container, .mediaoverlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mediaoverlay .mediaoverlay-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  padding: 0px 30px;
}
.mediaoverlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*
    background-color: black;
    opacity: 0.5;*/
  z-index: 1;
}
.mediaoverlay-overlay_inner {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .mediaoverlay img {
    min-width: auto;
    min-height: auto;
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
.mediaoverlay.video_completed .video_posterimg {
  display: block;
}
.mediaoverlay.video_completed video {
  display: none;
}
.mediaoverlay-overlay_inner > div {
  color: #FFF;
  text-shadow: 0px 0px 13px #000;
}
.mediaoverlay h2 {
  font-size: 32px;
}
/*.video_posterimg { 
    width: 100%;
    height: 100%;
    display: none; 
}*/
.video_posterimg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.contentarea_frame .preview {
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ce_multicolumn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.design_mediaoverlay.ce_multicolumn {
  padding: 0px;
}
@media (max-width: 512px) {
  .ce_multicolumn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .design_mediaoverlay.ce_multicolumn {
    padding: 0px;
  }
  .ce_col_3cols .col {
    width: 100%;
  }
}
.design_introtext {
  text-align: center;
  max-width: 900px;
  margin: auto;
  font-size: 1.5rem;
  color: #666;
  font-style: italic;
  font-weight: 300;
}
.ce_form form {
  max-width: 768px;
  margin: 0 auto;
  padding: 0px 15px;
}
/*@media(max-width: 768px){
    .ce_form form {
        padding: 0;
    }
}*/
.design_tabs_to_cols > ul.nav-tabs {
  flex-wrap: nowrap;
}
.design_tabs_to_cols > ul.nav-tabs > li.nav-item {
  text-align: center;
}
.design_tabs_to_cols > .tab-content > .tab-pane > .nested_content_elements {
  position: relative;
}
.design_tabs_to_cols > .tab-content > .tab-pane > .nested_content_elements > div:not(:last-child):after {
  content: "";
  position: absolute;
  width: 90%;
  margin: 0 5%;
  height: 1px;
  background: black;
  /*top: 100%;
    left: 0;*/
}
@media (min-width: 1200px) {
  .design_tabs_to_cols {
    padding: 0 50px;
  }
  .design_tabs_to_cols ul.nav-tabs {
    justify-content: flex-start;
  }
  .design_tabs_to_cols ul.nav-tabs li.nav-item {
    flex: 1;
  }
  .design_tabs_to_cols ul.nav-tabs li.nav-item a.nav-link.active {
    color: #333;
  }
  .design_tabs_to_cols .tab-content > .tab-pane {
    flex: 1 1 0px;
    display: block;
  }
  .design_tabs_to_cols .tab-content {
    display: flex;
  }
  .design_tabs_to_cols .fade:not(.show) {
    opacity: 1;
  }
  .design_tabs_to_cols .fade {
    transition: none;
  }
}
.nav-tabs {
  background: #dee2e6;
  border-radius: 10px;
  justify-content: space-evenly;
}
.nav-tabs .nav-link {
  border: 0px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background: transparent;
  color: #339933;
}
.nav-tabs .nav-item {
  padding: 15px;
}
@media (max-width: 1200px) {
  .nav-tabs {
    margin: 0px 20px;
  }
  .nav-tabs .nav-item {
    padding: 5px;
    width: 100%;
  }
}
.tab_header_list_design, .tab_header_center_list_design {
  display: block;
}
.tab_header_center_list_design li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content .tab-padding {
  padding-top: 0.5rem;
}
div.ce_tabs ul.nav-tabs a.nav-link img {
  max-width: 100%;
  height: auto;
  width: initial;
}
.accordion .btn-link .fa-chevron-right {
  display: none;
}
.accordion .btn-link.collapsed .fa-chevron-right {
  display: block;
}
.accordion .btn-link .fa-chevron-down, .accordion .btn-link .fa-chevron-right {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .btn-link.collapsed .fa-chevron-down {
  display: none;
}
.accordion .btn-link {
  padding-left: 30px;
  position: relative;
}
.accordion .btn-link p {
  margin-bottom: 0px;
}
/*
xs < 768
sm >= 768
md >= 992
lg >= 1200
*/
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
li.nav-item {
  padding: 0px 20px;
}
h1 b, h3 b {
  color: #339933;
}
h2 {
  font-weight: 100;
  color: #339933;
  font-size: 2.2rem;
  margin-bottom: 25px;
}
h2 b {
  font-weight: 600;
}
.ce_form h2 {
  margin-bottom: 40px;
}
p {
  line-height: 1.8;
}
ul {
  padding-left: 12px;
}
li.nav-item a {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.dropdown-menu a.navitem {
  font-weight: normal;
}
li.nav-item.active a {
  color: #339933;
}
.navbar-brand {
  max-width: 100px;
}
.dropdown-menu.show {
  background: transparent;
  border: 0px;
}
.dropdown-menu.show li {
  list-style-type: none;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 1px;
  white-space: nowrap;
}
.dropdown-menu li.nav-item a {
  display: block;
  padding: 5px;
  color: #FFF;
  font-size: 17px;
}
body {
  background: #FFF;
}
.btn-link {
  color: #339933;
}
.btn-link > h3 {
  font-weight: normal;
  font-size: 1.3rem;
  color: #555;
}
.btn-link:focus, .btn-link:focus > h3, .btn-link:hover > h3 {
  text-decoration: none;
}
h2.sectiontitle:after {
  height: 3px;
  width: 40px;
  display: block;
  content: " ";
  background: #339933;
  margin: 10px 0px;
}
h2.sectiontitle.text-center:after {
  margin: 10px auto 10px auto;
}
.ce_text li, .ce_timer li {
  list-style-type: none;
  margin-bottom: 10px;
}
.ce_text li:before, .ce_timer li:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translateX(-10px);
  -moz-osx-font-smoothing: grayscale;
  color: #339933;
}
a.btn.btn-learnmore2 {
  color: #339933;
  background: #FFF;
  border: 1px solid #339933;
  max-width: fit-content;
  display: block;
}
a.btn.btn-learnmore {
  color: #FFF;
  background: #339933;
  transition: background-color 0.5s;
  max-width: fit-content;
  padding: 10px 30px;
  display: block;
}
a.btn.btn-learnmore:hover {
  background: #333;
}
@media (max-width: 992px) {
  a.btn.btn-learnmore, a.btn.btn-learnmore2 {
    width: 100%;
    max-width: none;
  }
}
.ce_socialicons {
  font-size: 50px;
}
.ce_socialicons a {
  margin: 15px;
  color: #FFF;
}
.ce_form .btn {
  max-width: 300px;
  padding: 12pxs;
  margin: auto;
  display: block;
  width: 100%;
}
.ce_form .form-checkbox {
  vertical-align: middle;
  margin-right: 5px;
}
.navbar-toggler {
  background: #FFF;
}
/*@media(min-width: 770px) {
    .ce_multicolumn > .row > .col:first-of-type {
        padding-left: 0;
    }

    .ce_multicolumn > .row > .col:last-of-type {
        padding-right: 0;
    }
}*/
/*@media(min-width: 770px) {
    .ce_multicolumn > .row {
        margin-right: -30px;
        margin-left: -30px;
    } 
}*/
@media (max-width: 1280px) {
  .pagefrontend_outer > .ce_text, .pagefrontend_outer > .ce_timer {
    padding: 0px 15px;
  }
}
@media (max-width: 769px) {
  .ce_multicolumn > .row > .col {
    min-width: 100%;
  }
  .ce_multicolumn > .row > .col-12 {
    margin-bottom: 30px;
  }
}
.design_iconbox_it {
  display: flex;
  align-content: center;
  align-items: center;
}
.design_iconbox_it .icon_outer {
  margin-right: 20px;
}
.design_iconbox1 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
}
.ce_socialicons {
  display: flex;
}
.col-vert-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .md-hidden {
    display: none;
  }
  .reverse-order-md {
    flex-direction: column-reverse;
  }
}
#meetingSDKElement img {
  width: initial;
  height: initial;
}
#meetingSDKElement {
  z-index: 1000 !important;
  position: absolute;
  top: 5%;
  bottom: 2%;
  left: 12%;
  right: 12%;
  height: max-content;
  width: max-content;
}
.zmwebsdk-makeStyles-activeAppCustomize-6.zmwebsdk-makeStyles-activeAppCustomize-13 {
  z-index: 1005 !important;
}
.zmwebsdk-makeStyles-meetingCustomize-5.zmwebsdk-makeStyles-meetingCustomize-12 {
  z-index: 1010 !important;
}
.zmwebsdk-makeStyles-participantsCustomize-2.zmwebsdk-makeStyles-participantsCustomize-9 {
  z-index: 1015 !important;
}
body > div:not([class]):last-of-type {
  z-index: 1020 !important;
}
.zmwebsdk-makeStyles-chatCustomize-3.zmwebsdk-makeStyles-chatCustomize-10 {
  z-index: 1025 !important;
}
.zmwebsdk-makeStyles-settingCustomize-4.zmwebsdk-makeStyles-settingCustomize-11 {
  z-index: 1030 !important;
}
#transition-popper {
  z-index: 1035 !important;
}
.zmwebsdk-makeStyles-participantsCustomize-2 {
  z-index: 1040 !important;
}
@media (min-width: 990px) {
  li.nav-item a.navitem_34 {
    border-radius: 0.25rem;
    color: #FFF;
    background: #339933;
    padding: 10px 50px;
  }
}
.scrolled.page_layout1 .pagenav li.nav-item a.navitem_34 {
  color: #FFF;
}
#nav span {
  color: #339933;
}
