 @import url("https://fonts.googleapis.com/css2?family=Rambla:ital,wght@0,400;0,700;1,400&display=swap");

@font-face {
  font-family: "now";
  src: url("/library/templates/default/resources/now.eot?v=44");
  src: url("/library/templates/default/resources/now.eot?v=44#iefix") format("embedded-opentype"),
    url("/library/templates/default/resources/now.woff?v=44") format("woff"),
    url("/library/templates/default/resources/now.ttf?v=44") format("truetype"),
    url("/library/templates/default/resources/now.svg?a=44#now") format("svg");
  font-weight: normal;
  font-style: normal;
}


.now-symbol {
  font-family: "now";
}


a.header-cart-link {
  width: 5rem;
  height: 5rem;
  z-index: 9999999999;
  background: #921075;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none !important;
  font-size: 0.8rem;
  flex-direction: column;
  line-height: 1;
  border: 5px solid #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
a.header-cart-link::before {
  content: '6';
  font-family: 'now';
  line-height: 1;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1000px) {
  a.header-cart-link {
    position: fixed;
    top: 5px;
    left: 5px;
    width: 5rem;
    height: 5rem;
  }
}


html,
body {
  min-height: 100%;
}
.center {
  text-align: center;
}


body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #dfe1f8 0%, rgba(255, 255, 255, 0) 80px);
  overflow-y: scroll;
}

@media only screen and (max-width: 900px) {
  body.page-dashboard,
  body.page-admin,
  body.page-me {
    padding-left: 45px;
  }
}
body * {
  box-sizing: border-box;
}
body.disable {
  overflow-y: hidden;
}

.dev-footer {
  position: fixed;
  bottom: 0;
  background: red;
  padding: 1rem;
  text-align: center;
  width: 100%;
  color: #fff;
  left: 0;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 999;
}
#header[data-is-dev='true']::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 20px solid red;
  z-index: 999;
}


/* Support downloads / videos */

  .support-downloads {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .support-downloads > a {
    background: #745eff;
    color: #fff !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .support-downloads > a[data-is-video="1"]::before {
    content: '⏵';
    display: inline-block;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    flex-shrink: 1;
  }
  .support-downloads > a:hover {
    filter: brightness(1.1);    
  }
  .video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 1s;
  }
  .video-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    color: #000;
    border: none;
    padding: 0.5rem;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #7962fa;
  }
  .video-modal-close::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 40px;
  }
  .video-modal-overlay video {
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #7962fa;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5); 
  }

  .video-modal-close:hover::before {
    color: #7962fa;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

/**********/

.navigation-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0.5rem 0;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .navigation-items {
    display: none;
  }
  
}
.navigation-items a {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,1);
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  padding: 0 0 0.5em 0;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.navigation-items a:hover {
  background-color: #745eff !important;
  border-radius: 1.5rem;
}
.navigation-top-item {
  position: relative;
}
.navigation-dropdown {
  max-width: 20rem;
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  top: 100%;
  left: -1em;
  background: #102c92;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  width: max-content;
  min-width: 220px;
  padding: 1em 1em 0.5em 1em;
  box-shadow: 0 4px 0 rgba(0,0,0,1);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 0.25rem;
  display: none;
  animation: scale-in-ver-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.navigation-dropdown a {
  white-space: normal;
}
.navigation-top-item.active .navigation-dropdown {
  display: flex;
}



.login-switch-back-link {
  position: fixed;
  width: 100%;
  display: block;
  padding: 0.5em;
  color: #fff !important;
  background: #102c92;
  cursor: pointer;
  opacity: 0.95;
  text-align: center;
  z-index: 20;
  font-size: 0.9em;
}

.users-inline {
  display: block;
}
.users-inline::before {
  font-family: now;
  padding-right: 0.5em;
  color: #102c92;
  vertical-align: bottom;
}
.users-inline.phone::before {
  content: "j";
}
.users-inline.email::before {
  content: "p";
}

.users-inline.video::before {
  content: "m";
}

.courselist-archive-toggle {
  margin: 0 0 1em 0;
  text-align: center;
}
.admin-sessions-coachlinks,
.courselist-links {
  margin: 2em 0 1em 0;
  padding: 1em 0;
  justify-content: center;
  display: flex;
  background: #eee;
  border-radius: 20px;
  flex-wrap: wrap;
}
.admin-sessions-coachlinks a,
.courselist-links a {
  text-align: center;
  display: inline-block;
  padding: 0 1em;
  min-width: 150px;
}
.courselist-links a div {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.admin-sessions-coachlinks a.active,
.courselist-links a.active {
  font-weight: bold;
}
.admin-sessions-coachlinks a > span {
  color: #fff;
}
.courselist-links a > span {
  color: #102c92;
}
.courselist-links a:nth-child(3n + 2) > span {
  color: #745eff;
}
.courselist-links a:nth-child(3n + 3) > span {
  color: #921075;
}
.admin-sessions-coachlinks a > span::before,
.courselist-links a > span::before {
  font-size: 4em;
  display: block;
  font-family: now;
  line-height: 1.5em;
  font-weight: normal;
  transition: all 0.2s ease-out;
}

.admin-sessions-coachlinks a > span::before {
  content: "a";
}
.courselist-links a > span::before {
  content: "x";
}
.admin-sessions-coachlinks a:hover > span::before,
.courselist-links a:hover > span::before {
  opacity: 0.7;
}
.admin-sessions-coachlinks a.active::before,
.courselist-links a.active::before {
  color: #745eff;
}

.coaches-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
.coaches-coach-icon {
  width: 30%;
  max-width: 350px;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.2em;
  text-decoration: none !important;
}
.coaches-coach-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1em;
  transition: all 0.2s ease-out;
}
.coaches-coach-icon:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.content_section_text iframe,
#dash_content_col iframe {
  width: 100% !important;
}
.modal_content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  border-radius: 20px;
}

.inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.my-forms-links,
.downloads_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
}
.my-forms-links a,
.downloads_container a {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 20%;
  margin: 20px 0;
  text-align: center;
  padding: 2rem 0.5rem;
  background: #fcfcfc;
}
@media only screen and (max-width: 1300px) {
  .my-forms-links,
  .downloads_container {
    gap: 2%;
  }
  .my-forms-links a,
  .downloads_container a {
    width: 32%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 900px) {
  .my-forms-links a,
  .downloads_container a {
    width: 100%;
  }
}
.my-forms-links a::before,
.downloads_container a::before {
  display: block;
  padding-bottom: 0.5em;
  font-size: 4em;
  color: #745eff;
  font-family: "now";
  line-height: 1em;
  transition: all 0.1s ease-out;
  opacity: 0.7;
}
.my-forms-links a:hover::before,
.downloads_container a:hover::before {
  transform: scale(1.06);
  opacity: 1;
}
.my-forms-links a::before {
  content: "y";
}
.downloads_container a::before {
  content: "A";
}

.question_wizard {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 180%;
  line-height: 170%;
  text-align: center;
  overflow: hidden;
}
.question_wizard_slide:first-child {
  position: static;
}

.question_wizard_slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 50px 5px 80px 5px;
  transition: all 1s ease-out;
  filter: blur(10px);
  transform: scalex(1.5);
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
}
.question_wizard_slide.active {
  opacity: 1;
  filter: blur(0);
  transform: scalex(1);
}

.modal_largetext {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.modal_cta {
  font-size: 1.3rem;
  text-align: center;
}

#dashboard_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}
#dash_menu_col {
  width: 30%;
  max-width: 300px;
  min-width: 270px;
  box-sizing: border-box;
  /*background: #fafafa;*/
  padding: 0 20px 20px 20px;
  font-size: 120%;
  flex-grow: 1;
  /*border-right: 1px solid #ddd;*/
}
#dash_content_col {
  padding: 0 20px 20px 0;
  margin-left: 40px;
  box-sizing: border-box;
  flex-grow: 4;
}

@media only screen and (max-width: 900px) {
  #dash_content_col {
    padding: 0 20px 20px 20px;
    margin-left: 0;
  }
}

.dash_welcome {
  font-size: 2em;
  padding: 0.5em 0 1em 0;
  padding-left: 20px;
}
#dash_menu_col > div {
  margin: 0 0 15px 0;
}
#dash_menu_col > div.admin-tools {
  padding: 5px 5px 10px 5px;
  border: 1px solid #eeeeee;
  margin-top: 25px;
  border-radius: 20px;
  background: #fff;
}
#dash_menu_col > div:last-child {
  margin-top: 25px;
}
#dash_menu_col > div > a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 90%;
  padding: 5px 10px;
  background-color: #aaa;
  border-radius: 25px;
  color: #fff;
}
#dash_menu_col > div.admin-tools a:last-child {
  margin-bottom: 0;
}
#dash_menu_col > div:last-child a {
  background-color: #eee;
  color: #102c92;
}
#dash_menu_col > div.dash-side-user-icons > a {
  background-color: #102c92;
}
#dash_menu_col > div.dash-side-user-icons > a:nth-child(3n + 2) {
  background-color: #745eff;
}
#dash_menu_col > div.dash-side-user-icons > a:nth-child(3n + 3) {
  background-color: #921075;
}
#dash_menu_col > div > a > span {
  transition: all 0.2s ease-out;
}
#dash_menu_col > div > a:hover > span {
  padding-left: 5px;
}
.dash-side-menu-button {
  background: #fff !important;
  color: #102c92 !important;
  border: 2px solid #102c92;
}

#dash_menu_col > div.dash-side-user-icons > a::before,
#dash_menu_col > div:last-child > a::before,
#dash_menu_col > div:first-child > a::before {
  font-family: "now";
  vertical-align: bottom;
  padding-right: 10px;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-size: 110%;
}
#dash_menu_col > div.dash-side-user-icons > a:hover::before,
#dash_menu_col > div:last-child > a:hover::before {
  /*transform: none;*/
  padding-left: 5px;
}
#dash_menu_col > div:first-child {
  display: none;
}

@media only screen and (max-width: 900px) {
  #dash_menu_col > div:first-child {
    display: block;
  }
  #dash_menu_col {
    position: fixed;
    left: 0;
    height: 100%;
    width: calc(0.4em + 40px);
    min-width: 0 !important;
    background: #fff;
    border-right: 1px solid #ccc;
    top: 0;
    z-index: 100;
    padding: 1em 0.1em;
    overflow-y: auto;
    transition: all 0.3s ease-out;
  }
  #dash_menu_col > div > a {
    width: 40px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-out;
  }
  #dash_menu_col a > span {
    width: 0;
    overflow: hidden;
    display: inline-block;
    position: absolute;
  }
  #dash_menu_col.active {
    width: 250px;
  }

  #dash_menu_col.active > div > a {
    width: 100%;
  }
  #dash_menu_col.active > div > a.dash-side-menu-button {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: 0;
  }
  #dash_menu_col.active a > span {
    width: auto;
    position: static;
    display: inline;
  }
  #dash_content_col {
    width: 100%;
  }
  #dash_menu_col > div.dash-side-user-icons > a:hover::before,
  #dash_menu_col > div:last-child > a:hover::before,
  #dash_menu_col > div.dash-side-user-icons > a.icon-progress:hover::before {
    padding-left: 0;
  }
}

#dash_menu_col > div > a.icon-courses::before {
  content: "x";
}
#dash_menu_col > div > a.icon-add::before {
  content: "l";
}
#dash_menu_col > div > a.icon-bookings::before {
  content: "n";
}
#dash_menu_col > div > a.icon-messages::before {
  content: "p";
}
#dash_menu_col > div > a.icon-achievements::before {
  content: "d";
}
#dash_menu_col > div > a.icon-profile::before {
  content: "a";
}
#dash_menu_col > div > a.icon-sign-out::before {
  content: "q";
}
#dash_menu_col > div > a.icon-contact::before {
  content: "r";
}
#dash_menu_col > div > a.icon-home::before {
  content: "t";
}
#dash_menu_col > div > a.icon-progress::before {
  content: "u";
  transform: scale(0.85);
  padding-top: 1px;
}
#dash_menu_col > div > a.icon-bin::before {
  content: "v";
}
#dash_menu_col > div > a.icon-inbox::before {
  content: "w";
}
#dash_menu_col > div > a.icon-doc::before {
  content: "y";
}
#dash_menu_col > div > a.icon-menu::before {
  content: "z";
}
#dash_menu_col > div > a.icon-download::before {
  content: "A";
}
#dash_menu_col > div > a.icon-referral::before {
  content: "C";
}
#dash_menu_col > div > a.icon-piechart::before {
  content: "E";
}
#dash_menu_col > div > a.icon-table::before {
  content: "F";
}
#dash_menu_col > div > a.icon-archive::before {
  content: "G";
}
#dash_menu_col > div > a.icon-happy::before {
  content: "J";
}
#dash_menu_col > div > a.icon-password::before {
  content: "s";
}

#dash_menu_col > div > a.icon-approve::before {
  content: "h";
}
#dash_menu_col > div > a.icon-school::before {
  content: "L";
}
#dash_menu_col > div > a.icon-cloud::before {
  content: "R";
}
#dash_menu_col > div > a.icon-help::before {
  content: "T";
}
#dash_menu_col > div > a.icon-community::before {
  content: "0";
}
#dash_menu_col > div > a.icon-aromatherapy::before {
  content: "Z";
}

#dash_menu_col h2 {
  font-weight: bold;
  font-size: 100%;
  margin: 5px 0 15px 10px;
}

#dash_content_col div.item {
  border-radius: 20px;
  background: #eeeeee;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 20px;
}
#dash_content_col div.item:nth-child(4n + 2) {
  background: #eeeeee;
}
#dash_content_col div.item:nth-child(4n + 3) {
  background: #eeeeee;
}
#dash_content_col div.item:nth-child(4n + 4) {
  background: #eeeeee;
}

#dash_content_col div.item.large-image img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: darken;
  margin: 0 auto 0 auto;
  padding-top: 2em;
  max-width: 500px;
}

#dash_content_col h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 180%;
}

#dash_content_col div.item .block.holistic-therapies {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
}
#dash_content_col div.item .block.holistic-therapies a {
  display: inline-block;
  width: 40%;
  margin-top: 1.5em;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

#dash_content_col div.item .block.holistic-therapies img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 1em auto;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
#dash_content_col div.item .block.holistic-therapies a:hover img {
  filter: brightness(1.1);
}

.inbox-row {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 0;
  background: #fafafa;
  transition: 0.2s ease-out;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
a.inbox-row {
  padding: 20px;
}
.inbox-row.active {
  font-weight: bold;
}
.inbox-row:last-child {
  border-bottom: 0;
}
.inbox-row:hover {
  transition: 0;
  background: #efefef;
}
a.inbox-row::before,
.inbox-admin-link::before {
  content: "r";
  font-family: "Now";
  vertical-align: middle;
  font-size: 250%;
  padding-right: 10px;
  font-weight: normal;
  color: #102c92;
}
.inbox-row span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background: #921075;
  vertical-align: top;
  margin-left: 10px;
}
.inbox-admin-link {
  flex-grow: 1;
  display: block;
  padding: 20px;
}
.inbox-actions {
  flex-shrink: 1;
  width: max-content;
  padding: 0 20px;
}

.admin_content label {
  color: #745eff;
  font-size: 120%;
  padding: 0 0 0 15px;
}
.modal_content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: bold;
}
.modal_content .admin_content.large {
  font-size: 120%;
  padding: 20px 0;
}
.modal_content .admin_content label {
  color: #fff;
  display: block;
}
.modal_content .admin_content.large label {
  margin-bottom: 20px;
}

.modal_content .admin_content.cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
}
.modal_content .admin_content.cols > div {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .modal_content .admin_content.cols {
    display: block;
  }
  .modal_content .admin_content.cols > div {
    width: 100%;
  }
}
#dash_content_col > h2::before {
  content: "\00BB";
  padding-right: 10px;
}
.inputbox.dashboard,
.admin_content .inputbox {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0 25px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 10px;
}
select.inputbox.dashboard,
.admin_content select.inputbox {
  border: 2px solid #102c92 !important;
  cursor: pointer;
}
.admin_content textarea.inputbox {
  height: 200px;
}
.admin_content form > button {
  margin-right: 10px;
}

.modal_content_inner .admin_content .inputbox {
  margin: 0.5em 0 0.75em 0;
  font-size: 1rem;
  line-height: 1rem;
  padding: 7px 14px;
}

.admin_users_tabs {
  overflow: auto;
}
.admin_users_tabs > .link_button {
  float: right;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 80%;
}
.admin_users_tabs > span {
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #ccc;
  background: #eee;
  color: #333;
  margin-left: 2px;
}
.admin_users_tabs > span:nth-child(2) {
  margin-left: 10px;
}
.admin_users_tabs > span.active {
  background: #fff;
  padding: 5px 15px;
  border-bottom-color: #fff;
}
.admin_users_tabs > span > a {
  padding: 5px 15px;
  display: inline-block;
  color: #333;
}
.admin_users_tabs > span > a:hover {
  color: #000;
}
.admin_users_container {
  border-radius: 5px;
  padding: 20px 10px;
  border: 2px solid #ccc;
  margin-top: -2px;
}
.admin-sessions-manage > .admin_users_container {
  border: 0;
  padding: 0 0 1.5em 0;
}

.admin_users_container + h2 {
  margin-top: 15px;
}
.admin_users_container > .row,
.admin_users_container > div > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  border-radius: 2rem;
  transition: all 0.2s ease-out;
  cursor: default;
}
.admin_users_container > div > .row {
  padding-left: 2em;
}
.row > div:last-child {
  line-height: 1em;
}
.admin_users_container > div > .row > div:first-child::before {
  content: "↳";
  padding-right: 1em;
}
.admin_users_container > .row:hover,
.admin_users_container > div > .row:hover {
  background: #f2f2f2;
}
.round-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #102c92;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-out;
}
.round-icon__pink {
  background-color: hotpink;
}
.users-block-expand-link {
  cursor: pointer;
}
.users-block-expand-link:hover {
  font-weight: bold;
}
.users-block-expand-link::after {
  content: "\f196";
  padding: 0 0.3em;
  margin-left: 0.3em;
  font-family: "FontAwesome";
}
.users-block-expand-link.active::after {
  content: "\f147";
}
.admin_users_container > div.expandible_block {
  opacity: 0;
  max-height: 0;
  transition: all 0.2s linear;
  overflow: hidden;
}
.admin_users_container > div.expandible_block.active {
  opacity: 1;
  max-height: 1000px;
}
.admin_users_container > div.expandible_block > div.row > div:first-child {
  font-size: 0.9em;
}

.admin_users_container > .row.coaches .round-icon {
  background-color: #921075;
}

div.row a.round-icon {
  opacity: 0.1;
}
.row a.round-icon {
  margin-right: 0.4em;
}

.row a.round-icon.active {
  opacity: 1;
  background-color: #ff455b;
}
.row a.round-icon.red {
  background-color: #db0000;
}
.row a.round-icon.amber {
  background-color: #de8d00;
}
.row a.round-icon.purple {
  background-color: #921075;
}
.row a.round-icon.green {
  background-color: green;
}

.row:hover a.round-icon {
  opacity: 1;
}

.row a.round-icon:last-child {
  margin-right: 0;
}

.round-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 35px;
  font-family: "now";
  color: #fff !important;
  text-align: center;
  font-size: 150%;
}

td > .round-icon {
  width: 1.6rem;
  height: 1.6rem;
  float: left;
}
td > .round-icon::before {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
}

.round-icon:hover {
  transform: scale(1.1);
}

.round-icon.icon-star::before {
  content: "f";
}
.round-icon.icon-approve::before {
  content: "h";
  transform: scale(1.1);
  margin-top: 0.1em;
}
.round-icon.icon-user::before {
  content: "a";
}
.round-icon.icon-verified::before {
  content: "b";
}
.round-icon.icon-restore::before {
  content: "k";
}
.round-icon.icon-edit::before {
  content: "i";
}
.round-icon.icon-add::before {
  content: "l";
}
.round-icon.icon-calendar-del::before {
  content: "o";
}
.round-icon.icon-password::before {
  content: "s";
}
.round-icon.icon-messages::before {
  content: "r";
  top: 2px;
}
.round-icon.icon-delete::before {
  content: "v";
}
.round-icon.icon-course::before {
  content: "e";
}
.round-icon.icon-lotus::before {
  content: "x";
}
.round-icon.icon-download::before {
  content: "A";
}
.round-icon.icon-notes::before {
  content: "B";
}
.round-icon.icon-referral::before {
  content: "C";
  margin-left: -1.5px;
}
.round-icon.icon-view::before {
  content: "D";
}
.round-icon.icon-table::before {
  content: "F";
}
.round-icon.icon-archive::before {
  content: "G";
}
.round-icon.icon-no-contact::before {
  content: "H";
}
.round-icon.icon-important::before {
  content: "I";
}
.round-icon.icon-happy::before {
  content: "J";
}
.round-icon.icon-lock::before {
  content: "K";
}
.round-icon.icon-login::before {
  content: "M";
}
.round-icon.icon-delete-all::before {
  content: "N";
}
.round-icon.icon-upload::before {
  content: "R";
}
.round-icon.icon-message-tick::before {
  content: "S";
  margin-top: 0.1em;
}
.round-icon.icon-pause::before {
  content: "V";
}
.round-icon.icon-restore-all::before {
  content: "W";
}
.round-icon.icon-snooze::before {
  content: "X";
}
.round-icon.icon-aromatherapy {
  background-color: hotpink;
}
.round-icon.icon-cal-slots::before {
  content: "Y";
}
.round-icon.icon-aromatherapy::before {
  content: "Z";
}
.round-icon.icon-repeat::before {
  content: "1";
}

.meter {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}
.meter > span {
  display: block;
  height: 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #102c92;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  animation: progressGrow 1s ease-out 1s 1;
  animation-fill-mode: backwards;
}
.meter.alt > span {
  background-color: #745eff;
}
@keyframes progressGrow {
  0% {
    width: 0;
  }
}

#dash_content_col div.block {
  padding: 20px 0 0 0;
}
#dash_content_col h2 + div.block {
  padding: 0;
}
#dash_content_col a {
  text-decoration: none !important;
}
#dash_content_col .course_slides {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

#dash_content_col .course_slides > * {
  width: 25%;
  padding: 20px;
  transition: all 0.2s ease-out;
  text-align: center;
  box-sizing: border-box;
}
#dash_content_col .course_slides > *:hover {
  filter: brightness(1.03);
}
#dash_content_col .course_slides > * > div.thumb {
  background: #eeeeee;
  padding: 20px;
  position: relative;
}
#dash_content_col .course_slides > * > div.thumb.video-symbol {
  padding-top: calc(100% - 20px);
  background: #eeeeee;
}
#dash_content_col .course_slides > * > div.thumb.session {
  padding-top: calc(100% - 20px);
  background: #eeeeee;
}
#dash_content_col .course_slides > * > div.thumb.new {
  padding-top: calc(100% - 20px);
  background: #eeeeee;
}
#dash_content_col .course_slides > * > div.thumb.session::before,
#dash_content_col .course_slides > * > div.thumb.new::before,
#dash_content_col .course_slides > * > div.thumb.video-symbol::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "now";
  color: #fff;
  font-size: 80px;
  transform: translate3d(-50%, -50%, 0);
}
#dash_content_col .course_slides > * > div.thumb.session::before {
  content: "j";
}
#dash_content_col .course_slides > * > div.thumb.new::before {
  content: "l";
}
#dash_content_col .course_slides > * > div.thumb.video-symbol::before {
  content: "m";
}

.course_small_buttons {
  float: right;
  margin-top: -10px;
}

#dash_content_col .course_slides > * > div.thumb > img {
  width: 100%;
  height: auto;
  display: block;
}
.number_circle {
  display: inline-block;
  background: #102c92;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  margin: 10px 0;
}
.number_circle.session {
  background: #921075;
}

.big_modal_button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  background: #eeeeee;
  border-radius: 20px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none !important;
  font-size: 200%;
  ]color: #102c92 !important;
  transition: all 0.2s ease-out;
}
.big_modal_button::before {
  content: "m";
  font-size: 150%;
  font-family: "now";
  display: block;
  margin: 20px 0;
}
.big_modal_button.session {
  background: #eeeeee;
  color: #921075 !important;
}
.big_modal_button.session::before {
  content: "j";
}
.big_modal_button:hover {
  filter: brightness(1.1);
}
#upload_file_name {
  display: none;
  padding: 5px 15px;
  margin: 15px 0 0 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.modal_buttons_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.modal_buttons_container > * {
  width: 49% !important;
}

.course_certificate_preview {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.course_slide_container {
  border: 1px solid #eee;
  /*
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
  padding: 20px;
  background: #fff;
  */
  box-sizing: border-box;
}
.course_slide_container > h2 {
  background: #745eff;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.course_slide_container > h2 > span.small {
  display: block;
  font-size: 70%;
}
.course_slide_container > h2 > .number_circle {
  background: #921075;
  display: block;
  margin: 5px auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.course_slide_description {
  background: #c4c4c4;
  padding: 2vw;
}
.vid_container > video {
  width: 100%;
  height: auto;
  display: block;
}
.slide_all_done_msg {
  font-size: 150%;
  padding: 2vw;
  text-align: center;
  display: none;
}
.slide_all_done_msg .link_button {
  font-size: 100%;
  margin-top: 15px;
}

.session_book_header {
  font-size: 130%;
  padding: 2vw;
  text-align: center;
  background: #eee;
}

div.item.session .link_button {
  display: block;
  margin: 0.5em auto 0 auto;
  max-width: 300px;
}
div.item.session > h2 {
  line-height: 1.1em;
  margin: 0.25em 0 0.75em 0;
  padding-left: 45px;
  position: relative;
  overflow-wrap: break-word;
}
h2.session_date::before {
  font-family: "now";
  content: "n";
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
}
h2.session_date > span {
  font-size: 75%;
}
h2.session_date > span > i {
  padding: 0 5px;
  font-size: 85%;
}
h2.session_course::before {
  font-family: "now";
  content: "x";
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0px;
}
h2.session_name::before {
  font-family: "now";
  content: "a";
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0px;
}
h2.session_phone::before {
  font-family: "now";
  content: "j";
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0px;
}
#dash_content_col a.session_view_notes {
  text-decoration: underline !important;
}
h2.session_video::before {
  font-family: "now";
  content: "m";
  margin-right: 10px;
  font-size: 140%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
}
h2.session_video > a {
  font-size: 75%;
}

#right_nav {
  max-width: 100%;
  width: 400px;
  height: 100%;
  overflow: auto;
  background: #745eff;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  transform: translate3d(400px, 0, 0);
  opacity: 0;
  transition: all 0.2s ease-out;
  padding: 4rem;
}
#right_nav.active {
  opacity: 0.98;
  transform: translate3d(0, 0, 0);
}
#right_nav_close {
  position: sticky;
  float: right;
  top: 0;
  right: 0;
  font-size: 2rem;
}
#right_nav_close::before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #fff;
  position: absolute;
  top: -2rem;
  right: -2rem;
  cursor: pointer;
  padding: 10px;
}
#right_nav > div {
  padding: 0 0 15px 15px;
}
#right_nav > a {
  display: block;
  padding: 12px 0 12px 0;
  font-size: 130%;
  color: #fff;
  text-decoration: none;
}
#right_nav > div > a {
  display: block;
  padding: 6px 0 6px 0;
  font-size: 110%;
  color: #fff;
  text-decoration: none;
}
#right_nav a:hover {
  color: #000;
}
#right_nav h3 {
  display: block;
  padding: 12px 0 12px 0;
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}
#header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
#logo {
  display: flex;
  width: 50%;
  margin-right: auto;
  max-width: 770px;
  align-items: center;
  text-decoration: none !important;
  font-family: "Merriweather", sans-serif;
}
@media screen and (max-width: 800px) {
  #logo {
    width: 70%;
  }
  
}
#logo > img {
  width: 100%;
  height: auto;
}
#logo_text {
  text-align: left;
  padding-left: 10px;
  line-height: 80%;
  font-size: 350%;
  color: #102c92;
  font-weight: bold;
  white-space: nowrap;
}
.backpage #logo {
  max-width: 550px;
}
.backpage #logo_text {
  font-size: 270%;
}
#logo_text > b {
  letter-spacing: -5px;
}
#logo_text > span {
  font-size: 30%;
  display: block;
  line-height: 25px;
  padding-left: 3px;
  font-weight: normal;
}
@media only screen and (max-width: 800px) {
  #logo_text {
    font-size: 9vw !important;
  }
  .backpage #logo_text {
    font-size: 6vw !important;
  }
}

#top_stuff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 1em;
}
#top_tel {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0.75em;
}
#top_tel::before {
  content: "j";
  font-family: "now";
  position: relative;
  top: 0.25em;
  font-size: 1.4em;
  padding-right: 0.2em;
}
#top_stuff > a:last-child {
  font-size: 0.8rem;
  text-decoration: none;
}
#top_stuff > a:last-child::before {
  content: "p";
  font-family: "now";
  position: relative;
  top: 0.25em;
  font-size: 1.4em;
  padding-right: 0.2em;
}
@media only screen and (max-width: 800px) {
  #top_tel {
    font-size: 2.5vw;
    margin-top: 0em;
  }
  #top_stuff > a:last-child {
    font-size: 1.5vw;
  }
}

#header_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media only screen and (max-width: 1400px) {
  #header_buttons a.link_button {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 1000px) {
  #header_buttons {
	flex-wrap: wrap;
    justify-content: center;
  }
  #header_buttons > *:last-child {
    position: absolute;
    right: 1rem;
  }
  #header_buttons a.link_button {
    font-size: 0.8rem;
  }
}


@media only screen and (max-width: 800px) {
  #header_buttons {
    display: grid;
    grid-template-areas: "button1 burger" "button2 burger" "button3 burger";
    width: 100%;
    row-gap: 5px;
    column-gap: 1rem;
  }
  #header_buttons > *:first-child {
    grid-area: button1;
    margin-bottom: 3px;
  }
  #header_buttons > *:nth-child(2) {
    grid-area: button2;
    white-space: normal;
  }
  #header_buttons > *:nth-child(3) {
    grid-area: button3;
  }
  #header_buttons > *:last-child {
    grid-area: burger;
    position: static;
  }
  #header_buttons .link_button {
    padding: 3px 6px !important;
    min-width: 0 !important;
    line-height: 1.2;
    width: 100%;
  }
  #header_buttons .link_button::before {
    content: "";
    width: 0px;
    padding: 0;
    margin: 0;
  }
}
#hamburger_link {
  font-size: 200%;
  margin-right: 0;
  color: #333 !important;
  transition: all 0.2s ease-out;
  display: none;
}

@media only screen and (max-width: 1000px) {
  #hamburger_link {
    display: inline-block;
  }
}

#hamburger_link:hover {
  color: #666 !important;
}
.slider_container {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
#slider_logos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.topnav_bar_container {
  min-height: 2rem;
  background-color: #102c92;
  position: relative;
  padding: 0.5rem 0;
  display: block;
}
@media screen and (max-width: 1000px) {
  .topnav_bar_container {
    display: none;
  }
  
}
.topnav_bar_container::before {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  background: url(/library/templates/default/resources/grungeline-blue.png) no-repeat 0 0;
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 2;
  transform: scale(-1, -1);
}
.slider_container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  background: url(/library/templates/default/resources/grungeline-blue.png) no-repeat 0 0;
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 10;
}
.slider_container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  /* background: url(/library/templates/default/resources/grungeline-mauve.png) no-repeat 0 0; */
  /* background: url(/library/templates/default/resources/grungeline.png) no-repeat 0 0;*/
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 10;
}
.slider_container.small {
  margin-bottom: 20px;
  border-radius: 20px;
}
.slider_container.small::before,
.slider_container.small::after {
  background-image: none;
}
.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.slider > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.slider > li > img {
  width: 100%;
  height: calc(100vw * 0.4);
  display: block;
  float: left;
  border: 0;
  object-fit: cover;
  object-position: center;
}
.slider_container.small > .slider > li > img {
  height: calc(100vw * 0.15);
}
.slider_text_container {
  height: 100%;
  font-size: 150%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0) 44%
  );
}
.slider_text {
  width: 40%;
  max-width: 500px;
  padding: 4vw 0;
  color: #fff;
  opacity: 0.8;
  line-height: 150%;
  position: relative;
  text-shadow: 0 0 3px #000,0 0 2rem #000,0 0 2rem #000;
}
@media screen and (max-width: 1200px) {
 .slider_text {
   width: 50%;
   font-size: clamp(1rem, 1vw, 2rem);
 }
}
@media screen and (max-width: 900px) {
 .slider_text {
   width: 100%;
   max-width: 100%;   
 }
}
.slider_text::before {
  display: none;
  font-size: 12vw;
  content: "\f10d";
  position: absolute;
  top: 5vw;
  left: -2vw;
  opacity: 0.2;
  font-family: "FontAwesome";
}
.slider_text > b {
  font-size: 140%;
  display: block;
  padding-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .slider_text_container {
    font-size: 2.6vw;
  }
}

#home_test_bar {
  background: #745eff;
  color: #fff;
  font-size: 2.5vw;
  min-height: 100px;
  line-height: 150%;
}
#home_test_bar .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home_test_bar .inner > div > b {
  font-size: 140%;
  display: block;
}
#test_button {
  width: 15vw;
  height: 15vw;
  padding-top: 2vw;
  max-width: 250px;
  max-height: 250px;
  min-width: 120px;
  min-height: 120px;
  background: #102c92;
  font-size: 90%;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-1vw) rotate(-10deg) scale(1);
  font-weight: bold;
  line-height: 80%;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 20px;
  margin-right: 5vw;
  z-index: 10;
}
#test_button:hover {
  transform: translateY(-1vw) rotate(-15deg) scale(1.1);
  font-size: 95%;
}
@media only screen and (max-width: 1100px) {
  #test_button {
    font-size: 25px !important;
  }
}
#test_button > div {
  width: 100%;
}
#test_button > div::after {
  content: " ";
  width: 60%;
  max-width: 161px;
  margin: 1% auto 0 auto;
  padding-top: 60%;
  background: url(/library/templates/default/resources/finger.png) no-repeat center center;
  background-size: contain;
  display: block;
}
.big_content_box {
  text-align: center;
  font-size: 110%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.big_content_box.flush {
  padding-top: 0;
}
.big_content_box h2 {
  font-size: 200%;
  padding-bottom: 25px;
}
.big_content_box > div {
  font-style: italic;
  color: #323232;
  padding: 0 5vw;
  line-height: 140%;
}
.big_content_box.home > div {
  font-style: normal;
  text-align: left;
}


.big_content_box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .big_content_box {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .big_content_box.home > div {
    font-size: 1rem;
  }
}
#home_vid_boxes {
  display: flex;
  align-items: stretch;
  min-height: 200px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

#home_main_vid {
  width: 66%;
  position: relative;
  overflow: hidden;
}
#home_main_vid::after {
  content: "\f144";
  font-size: 10vw;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.5s ease-out;
  opacity: 0.3;
  font-family: "FontAwesome";
}
#home_main_vid:hover::after {
  opacity: 0.6;
}
#home_main_vid > img {
  width: 100%;
  display: block;
  height: auto;
}
#home_main_vid > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  padding: 2vw;
  text-decoration: none !important;
  font-size: 1.8vw;
  color: #555;
  line-height: 120%;
  border-top-right-radius: 40px;
  transition: all 0.2s ease-out;
  margin-bottom: -5px;
}
#home_main_vid > div > b {
  color: #921075;
  font-size: 140%;
  display: block;
  margin-bottom: 10px;
}

#home_main_vid:hover > div {
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
#home_other_vids {
  width: 34%;
  min-width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.home_boxes {
  display: flex;
  align-content: stretch;
  position: relative;
  margin-top: 1rem;
}

.home_boxes::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  /* background: url(/library/templates/default/resources/grungeline.png) no-repeat 0 0; */
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 10;
  pointer-events: none;
}
.home_boxes::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  background: url(/library/templates/default/resources/grungeline.png) no-repeat 0 0;
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 10;
  pointer-events: none;
}
.home_boxes > a {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.home-box-button {
  display: inline-block;
  white-space: nowrap;
  background: #921075;
  padding: 0 0.5rem;
  border-radius: 1rem;
  color: #fff !important;
  cursor: pointer;
  margin-left: 0.5rem;
  float: right;
  margin-top: 1rem;
  
}
#home_other_vids > a {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#home_other_vids > a > img,
.home_boxes > a > img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.75;
  transition: all 0.5s ease-out;
}
.home_boxes > a:hover > img {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .home_boxes > a > img {
    aspect-ratio: 4 / 3;
  }
}
#home_other_vids > a > div,
.home_boxes > a > div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  background: rgba(235, 235, 235, 1);
  padding: 1vw;
  text-decoration: none !important;
  font-size: clamp(12px, 1rem, 1rem);
  color: #555;
  line-height: 150%;
  border-top-left-radius: 20px;
  transition: all 0.2s ease-out;
  margin-bottom: -5px;
  z-index: 15;
}
@media only screen and (max-width: 600px) {
  #home_other_vids > a > div,
  .home_boxes > a > div {
    font-size: 12px;
  }
}
#home_other_vids > a:hover > div,
.home_boxes > a:hover > div {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}
#home_other_vids > a > div > b,
.home_boxes > a > div > b {
  color: #921075;
  font-size: 140%;
  display: block;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 900px) {
  #home_vid_boxes {
    flex-wrap: wrap;
  }
  #home_main_vid {
    width: 100%;
  }
  #home_other_vids {
    width: 100%;
  }
  .home_boxes {
    flex-wrap: wrap;
  }
  .home_boxes > a {
    width: 100%;
  }
  #home_other_vids > a > div,
  #home_main_vid > div,
  .home_boxes > a > div {
    left: 0;
    right: auto;
    width: 90%;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    padding: 2vw;
  }
}

.home_bottom_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal !important;
  font-size: 1.15rem;
  gap: 5em;
}

@media only screen and (max-width: 900px) {
  .home_bottom_buttons {
    flex-wrap: wrap;
    gap: 1em;
  }
  .home_bottom_buttons > * {
    width: 100%;
    font-size: 1.5rem !important;
  }
  .home_bottom_buttons > *:last-child {
    margin-bottom: 0;
  }
}

.youtube_thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5%;
}
.youtube_thumbs > a {
  width: 30%;
  display: block;
  text-align: center;
  font-size: 90%;
  padding-bottom: 1em;
  text-decoration: none !important;
  line-height: 120%;
}
.youtube_thumbs > a > div {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
}
.youtube_thumbs > a:hover > div {
  filter: brightness(1.1);
}




footer {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
.footer-stuff {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.footer_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  gap: 1rem;
  width: 100%;
}

.footer_logos img {
  max-width: 8vw;
  max-height: 5vw;
  flex-grow: 0;
  flex-shrink: 1;
}
.footer_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
  width: 100%;
  margin: 1rem 2rem 0 2rem;
  max-width: 800px;
}

@media only screen and (max-width: 900px) {
  .footer_links {
    row-gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }

}
.footer_links h2 {
  margin: 0 0 1rem 0;
}

.footer_links > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}


.social-icons {
  display: flex;
  gap: 1rem;
  font-family: "now";
  margin-top: 1rem;
  padding-left: 0 !important;
}
.social-icons a {
  text-decoration: none !important;
  font-size: 2.5rem !important;
  color: #102c92;
}
.social-icons a:nth-child(2) {
  color: #745eff;
}
.social-icons a:nth-child(3) {
  color: #921075;
}
.social-icons a:hover {
  transform: scale(1.05);
}



.david-amess-container {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 2em;
  line-height: 1.4;
  position: relative;
  padding-bottom: 2em;
}
.david-amess {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 30em;
  height: 50vh;
  margin: 1em auto 0 auto;
}
.david-amess > img {
  height: 100%;
  width: auto;
  display: block;
  transform: rotate(-3deg);
  box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.15);
}

.david-amess-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: calc(100vw * 0.0175);
  background: #fff url(/library/templates/default/resources/grungeline-mauve.png) no-repeat 0 0;
  background-size: 100% 100%;
  max-height: 20px;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .david-amess-container {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }
  .david-amess {
    flex-direction: column;
    height: auto;
  }
  .david-amess > img {
    width: 100%;
    max-width: 300px;
    height: auto;
    transform: none;
    margin-bottom: 1em;
  }
}


.attention {
  -webkit-animation: shake-horizontal 0.8s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) 1 both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1
    both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}




.rotate {
	animation: rotate-center 3s linear infinite both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

a[rel~="tag"] { 
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #ccc !important;
}

.error_alert, #error_alert {
  padding: 20px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 120%;
  border-radius: 20px;
  margin: 0 0 20px 0;
}

.success_alert {
  padding: 20px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 120%;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.error_alert > p:last-child,
.success_alert > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}


.success_alert::before {
  font-family: 'now';
  content: 'h';
  display: block;
  font-size: 200%;
}

.pass_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(.//library/templates/default/resources/notice_pass.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.fail_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/notice_fail.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

#modal_info_container {
  width: 320px;
  height: 275px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #000;
  position: absolute;
  display: none;
  padding: 5px;
  -webkit-box-shadow: 1px 2px 3px #333;
  -moz-box-shadow: 1px 2px 3px #333; 
}
#modal_info_content {
  overflow: auto;
  overflow-x: hidden;
  height: 250px;
  font-size: 11px;
}
#modal_info_content img {
  display: block;
  width: 310px;
  margin: 0 auto 10px auto;
}
#modal_info_close {
  font-size: 20px;
  text-align: right;
  padding-top: 5px;
}
  
#modal_info_close a {
  color: #fff !important;
}

.page_files_link {
  display: inline-block;
  clear: both;
  min-width: 300px;
  margin: 10px 0;
  padding: 10px 5px 10px 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #666 !important;
  text-decoration: none !important;
  background-position: 10px 6px;
  background-repeat: no-repeat;
  background-color: #fcfcfc;
}
.page_files_link:hover {
  background-color: #102c92;
  color: #fff !important;
}

/* Site Map */

#sitemap_paging { 
  text-align: left; 
  padding: 0 0 10px 0;
}

.sitemap {
  margin-top: -10px;
}

.sitemap, .sitemap ul {
  padding: 0 0 0 15px;
  list-style-type: none !important;
}
.sitemap li {
  padding: 10px 0 0 0;
}
.sitemap ul li {
  padding: 0 0 0 0;
}


/* Expandable menus (ie non-roll-over list menus) */

.menu_expandable_container {
  text-align: left;
}
.menu_expandable_container ul {
  padding: 3px 0 3px 0;
  margin: 0;
  list-style-type: none;
}
.menu_expandable_container ul ul {
  padding-left: 20px;
  list-style-type: none;
}
.menu_expandable_container ul ul li {
  font-size: 10px;
}

.menu_expandable_container a {
  display: block;
}

/* Menus when javascript disabled */

.navigation_vertical li, #navigation_horizontal li, #navigation_products li {
  font-size: 10px;
}
.navigation_horizontal li {
  display: inline;
  padding: 0 10px 0 10px;
  color: #ffffff;
  background: #000000;
}
.navigation_vertical ul, #navigation_products ul {
  padding-left: 10px;
}
.navigation_horizontal ul {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  display: inline;
}

/* AJAX stuff */

.ajax_updating {
  height: 140px;
  background: url(/library/templates/default/resources/indicator.gif) no-repeat center center;
  text-align: center;
}

#ajaxticker1{
  /* styles go here if required */
}
#ajaxticker1 div{ 
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

/* Styles for iBox modal dialogues */

#ibox_wrapper button {
  position: relative;
  left: 5px;
}
#ibox_w{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000; 
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_progress {  
  margin:0;
  padding:0;
  position: absolute;
  z-index:105;
}

#ibox_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:100;
  padding:8px 14px 34px 8px;
  border: 1px solid #333;
  width:300px;
  min-width: 45px;
  height:300px;
  background-color:#000;
  margin: 0; 
  box-shadow: 0 0 10px #000;
}
#ibox_wrapper input, #ibox_wrapper button {
  z-index: 101 !important;
}

#ibox_content, #ibox_extra_content {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  padding: 2px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:0;top:0px;left:0px;
}
 .modal_popup_content {
   padding: 5px 15px;  
 }

/* Driver SMS tracking (users system) */

#drivertracker_group {
  float: right;
  clear: both;
  width: 300px;
  margin: -30px 0 15px 0;
}

#drivertracker_container{
  font-size: 14px;
  color: #666;
  overflow: auto;
  padding-top: 30px;
}
#drivertracker_container hr {
  clear: both;
  position: relative;
  top: -8px;
  display: block;
}
.drivertracker_close_icon {
  width: 19px;
  height: 19px;
  float: right;
  display: block;
  background: url(/library/templates/default/resources/close_x.gif) no-repeat center center;
}
.drivertracker_driver {
  clear: left;
  width: 300px;
  float: left;
  font-weight: bold;
  padding: 0 0 10px 0; 
}
.drivertracker_driver img {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
  margin: -10px 10px 5px 0;
  border: 1px solid #ccc;
}
.drivertracker_number {
  float: left;
  width: 150px; 
}
.drivertracker_icons {
  width: 150px;
  float: left;
  margin-top: -2px;
}
.drivertracker_icons img {
  width: 23px;
  height: 23px;
  padding: 0 3px;
}
.drivertracker_status {
  float: left;
  font-size: 11px;
}
.drivertracker_changeno {
  padding: 5px 10px 5px 205px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  display: none;
}
.drivertracker_expanded_details {
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  overflow: auto;
  display: none;
}
.drivertracker_expanded_details img {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  float: left;
  display: block;
}
.drivertracker_expanded_details textarea {
  float: left;
  width: 400px;
  height: 70px;
  display: block;
  margin: 0 0 5px 0;
  padding: 3px 5px;
}
.drivertracker_expanded_details div {
  padding: 0 0 10px 20px;
  float: left;
}
.drivertracker_expanded_details b {
  display: block;
}
.drivertracker_expanded_details .button {
  margin-left: 20px;
  padding: 2px 10px;
}

/* Miscellaneous styles */

.section { margin: 8px 0 8px 0; }
a img { border-width: 0; }

.paging_container {
padding: 10px 0 10px 0;
text-align: center;
}

.heading_highlighted {
  color: navy;
  background-color: inherit;
}


.swf_div {
  display: inline;
}

.flashgallery_div {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #666;
  clear: both;
  width: 600px;
  background: #BBBDFF;
  -webkit-box-shadow: 5px 5px 10px #666;
  -moz-box-shadow: 5px 5px 10px #666; 
  overflow: auto;
}

p {
  margin: 0;
  padding: 0 0 1.4em 0;
  display: block;
}
code {
  font-size: 12px;
}

.admin_icons_horizontal {
  float: right; 
}
.admin_icons_horizontal img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}




#journal_overall_container {
  background: #eee;
  padding: 10px 10px 0 10px;
  overflow: auto;
}

.journal_post_container {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
  overflow: auto;
}
.journal_post_container.hidden {
  display: none;
}
.journal_post_container.reply {
  margin-left: 50px;
  overflow: hidden;
}
.journal_new_post {
  color: #333 !important;
  text-decoration:none !important;
  display: block;
  border: 0;
  height: 20px;
  width: 100%;
  font: normal 14px 'Arial', sans-serif;
}
.journal_new_post_button {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.journal_new_post_attachment {
  float: left;
  margin-top: 16px;
  font-size: 12px;
  color: #666 !important;
}
.journal_new_post_actions {
  height: 0;
  overflow: hidden;
}
.journal_post_header {
  overflow: auto;
  padding-bottom: 10px;
}
.journal_post_avatar {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
}
.journal_post_name {
  display: block;
  font: normal 20px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_date {
  display: block;
  font: normal 16px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_body {
  padding: 10px 0;
}
.journal_post_footer {  
  border-top: 1px solid #ddd;
  clear: both;
}
.journal_post_reply_link {
  display: block;
  clear: both;
  float: right;
}
.journal_replies_container {
  padding-left: 50px;
  background: url(/library/templates/default//library/templates/default/resources/reply-arrow.png) no-repeat 5px 5px;  
}
.journal_replies_container .journal_post_avatar {
  width: 40px;
  height: 40px;
}

.journal_replies_container .journal_post_name {
  font: normal 17px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 5px 10px;
}
.journal_replies_container .journal_post_date {
  font: normal 12px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 0 10px;
}

.journal_participent {
  overflow: auto;
  padding-bottom: 10px;
  cursor: default;
}
.journal_participent img {
  width: 50px;
  height: 50px;
  float: left;
}
.journal_participent span {
  display: block;
  margin: 15px 0 0 60px;
}


/* New modal boxes (bumble) */

.modal_bg {
  background: rgba(255,255,255,0.8);
}

.modal_box {
  background: #745eff;
  border: 0px;
  border-radius: 40px;
  /*overflow: hidden;*/
  max-width: 1000px;
  max-height: 900px;
}
.modal_box.alt {
  background: #921075;  
}
.modal_close {
  width: 32px;
  height: 32px;
  top: 20px;
  right: 30px;
  position: absolute;
  cursor: pointer;
}

.modal_close::after {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 85px;
  color: #fff;
  font-size: 30px;
}
.modal_title {
  color: #fff;
  padding: 20px 70px 20px 70px;
  box-sizing: border-box;
  font-size: 140%;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  
}
.modal_content {
  padding: 15px 30px;
  min-height: 100px;
  box-sizing: border-box;
  margin: 60px 0 0 0;
  font-size: 90%;
  height: 88%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  color: #fff;
}
.modal_content img {
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 500px){
  .modal_content img {
    width: 150px;
    height: auto;
  }
}
.modal_content .modal_content_block {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 6px 0;
}
.modal_content .modal_content_block.left {
  margin-right: 4%;
}
.modal_content .modal_content_block.wide {
  width: 100%;
}
.modal_content .modal_content_block label {
  display: block;
  padding-bottom: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.modal_content .modal_content_block .inputbox {
  box-sizing: border-box;
  width: 100%;
  padding: 5px !important;
  font-size: 100% !important;
}
.modal_content .modal_content_block .inputbox.narrow {
  width: 50%;
}
.modal_content .modal_content_block .inputbox.narrower {
  width: 30%;
}
.modal_content .modal_content_block .inputbox.right {
  text-align: right;
}
.modal_content .modal_content_block textarea.inputbox {
  height: 100px;
  font: 'Arial', sans-serif;
}
.modal_content .modal_button_container {
  text-align: center;
  padding: 10px 0;
}
.modal_content .modal_button_container .button {
  padding: 5px !important;
  font-size: 100% !important;
  width: 30%;
  margin: 0 10px;
  display: inline-block;
}
.modal_content .modal_content_alert {
  text-align: center;
  margin: 10px auto;
  font-size: 100%;
  line-height: 140%;
  padding: 5px;
  box-sizing: border-box;
}
.modal_content_title_block, .modal_content_title_block * {
  text-align: center;
}
.modal_content h2 {
  font-size: 120%;
}
.modal_content h3 {
  font-size: 100%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.modal_select_link {
  background: #fff;
  display: block;
  padding: 20px;
  margin: 10px 0;
  text-decoration: none !important;
  transition: all 0.1s ease-out;
  font-size: 130%;
}
.modal_select_link:hover {
  opacity: 0.8;
}
.modal_content h3 div {
  font-size: 70%;
}
.modal_content_section {
  overflow: auto;
  padding: 10px 0 0 0;
}
.modal_content_section h3 {
  margin: 10px 0 10px 0;
}
.modal_content_section:first-child h3 {
  margin: 0 0 10px 0;
}

.modal_content_inner {
  height: 100%;
}


.modal_messages_container {
  height: 100%;
  width: 100%;
  border-spacing: 10px;
}
.modal_messages_top {
  position: relative;
  height: calc(70% - 20px);
  margin-bottom:20px;
  overflow-y: auto;
}
.modal_messages_top_stuff {
  color: #666;
}
.modal_messages_bottom {
  height: 30%;
  position: relative;
}
.modal_messages_bottom_stuff {
  display: table;
  width: 100%;
  height: 100%;
}
.modal_messages_bottom_left {
  display: table-cell;
  box-sizing: border-box;  
  width: 90%;
  position: relative;
}
.modal_messages_bottom .inputbox {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0%;
  padding: 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.modal_messages_bottom_right {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 0 20px;
}
.modal_messages_send_icon {
  width: 80px;
  height: 80px;
  background-color: #102c92;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.2s ease-out;
  position: relative;
}
.modal_messages_send_icon::after {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  color: #fff;
  content: '\f1d8';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.modal_messages_send_icon:hover {
  filter: brightness(1.3);
}
.modal_messages_message {
  width: 85%;
  margin: 0 0 20px 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  background: #fafafa;
  position: relative;
}
.modal_messages_message.you {
  margin: 0 20px 20px auto;
  background: #C6F8D8;
}
#modal_messages_bottom {
  clear: both;
}
.modal_messages_message:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #fafafa;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal_messages_message.you:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  left: 100%;
  background: #C6F8D8;
  margin-left: -7px;
  margin-top: -30px;
}
.modal_messages_dateheader {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 60%;
  color: #aaa;
}




.modal_options_select {
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #102c92;
  padding: 5px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal_options_select label {
  display: block;
  padding: 3px;
  font-size: 90%;
  line-height: 100%;
}
.modal_options_select label:hover {
  cursor: pointer;
  background: #102c92;
  color: #fff;
}
.modal_content_cols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
}

.modal_form {
  padding: 20px;
}
.modal_form .inputbox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.modal_form .button {
  display: block;
  margin: 20px auto 20px auto;
}
.modal_form .button:last-child {
  margin-bottom: 0;
}
.modal_form a {
  color: #fff !important;
}
.modal_form .center {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.modal_form .center:last-child {
  margin-bottom: 0;
}
.modal_box .videoWrapper {
  border-radius: 20px;
  overflow: hidden;
}


/* Popup / splash modals (popups mechanism) */

.modal_splash_container {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  max-width: 75%;
  z-index: 99999999999;
  border: 2px solid #000;
  box-sizing: border-box;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
  opacity: 0;
}
.modal_splash_container img {
  display: block;
  width: 100%;
  height: auto;
}
.modal_splash_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  padding-top: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.modal_splash_close:hover {
  color: #102c92;
}

/* Bumble JS stuff */

.bumbleBlackBox {
  background: rgba(0,0,0,1);
}
.bumbleThrobber {
  width: 34px;
  height: 34px;
  background: url(/library/templates/default/resources/throbber.png) no-repeat center center;
  animation-duration: 1.5s;
  animation-name: bumbleRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.bumbleThrobber.top {
  top: 15%;
}
.bumbleThrobber.dark {
  background-image: url(/library/templates/default/resources/throbber-dark.png);
}
@keyframes bumbleRotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.bumbleDragDropProxy {
  width: 64px;
  height: 64px;
  border: 2px dashed #ccc;
  display: block;
  background: rgba(255,255,255,0.8);
}


/* animations */


@keyframes spin_horizontal_0 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(90deg);
  }
}
@keyframes spin_horizontal_0w {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}

@keyframes spin_horizontal_1 {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: rotateY(-40deg);
  }
}
@keyframes spin_horizontal_1w {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(-40deg);
  }
}
@keyframes spin_horizontal_2 {
  from {
    transform: rotateY(-40deg);
  }
  to {
    transform: rotateY(20deg);
  }
}
@keyframes spin_horizontal_3 {
  from {
    transform: rotateY(20deg);
  }
  to {
    transform: rotateY(0);
  }
}

.animate_spin_horizontal {
  animation: 
    spin_horizontal_0 0s 0s 1,
    spin_horizontal_1 0.35s 0s 1 ease-out,
    spin_horizontal_2 0.2s 0.35s 1 ease-in,
    spin_horizontal_3 0.1s 0.55s 1 ease-out;  
  transform-style: preserve-3d;
}
.animate_spin_horizontal_wide {
  animation: 
    spin_horizontal_0w 0s 0s 1,
    spin_horizontal_1w 0.35s 0s 1 ease-out,
    spin_horizontal_2 0.2s 0.35s 1 ease-in,
    spin_horizontal_3 0.1s 0.55s 1 ease-out;  
  transform-style: preserve-3d;
}

/**************/

/* Gallery */

#gallery_overall {
  padding-bottom: 10px;
  overflow: auto;
}

.gallery_paging {
  float: right;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.gallery_paging a {
  font-weight: normal;
}

.gallery_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}

.gallery_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

.gallery_cat_button_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
  vertical-align: bottom;
}

.gallery_cat_button_img {  
}

.gallery_cat_button_description {
  display: block;
  padding: 5px;
}

.gallery_cats_row {
  width: 100%;
  float: left;
}

#gallery_pictures_div {
  
}

#gallery_sidecats_div {
  float: right;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  width: 120px;
}

#gallery_sidecats_div div {
  padding: 5px 0 5px 0;
}

.gallery_pic_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
}

.gallery_pic_description {
  padding: 5px;
}

.gallery_pic {
}

.gallery_pics_row {
  width: 98%;
  float: left;
  overflow: auto;
}

#gallery_link_back {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  border: 1px solid #000;
  cursor: pointer;
}

.gallery_paging_arrows {
  position: relative;
  top: 6px;
}

/* Forum styles */

.forum_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 1em;
}
.forum_title {
  font-size: 1.4em;
}

.forum_breadcrumb_container {
  text-align: right;
}
.forum_paging_container {
  float: right;
  padding: 5px 0;
}
.forum_forum_row {
  display: block;
  clear: both;
  margin: 10px 0;
  overflow: auto;  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  gap: 1em;
}
.forum_forum_row > img {
  width: 3em;
  height: auto;
  flex-shrink: 1;
  margin-left: 1em;
}
.forum_forum_row:last-child {
  margin-bottom:1em;
}
.forum-disclaimer {
  margin-bottom: 2em;
}
.forum_forum_title_container {
  padding: 1em 0;
  flex-grow: 2;
}
.forum_forum_title {
  font-size: 1.2em;
}
.forum_forum_row:hover {
  background-color: #EBEBF2;
}
.forum_forum_details {
  display: block;
  min-width: 12em;
  color: #666;
  padding: 1em;
}
.forum_forum_intro {
  display: block;
  color: #666;
  padding-top: 5px;
  width: 350px;
}
  
#forum_threads_container {
  width: 100%;
}
#forum_threads_container td, #forum_threads_container th {
  padding: 0.5em;
  vertical-align: middle;
}
div.forum-status.sticky::before {
  content: 'I';
  font-family: 'now';
  display: block;
  font-size: 2.5em;
  text-align: center;
  color: #745eff;
  line-height: 1.1;
}
div.forum-status.closed::after {
  content: 'K';
  font-family: 'now';
  display: block;
  font-size: 2.5em;
  text-align: center;
  color: #921075;
  line-height: 1.1;
}
#forum_threads_container th:nth-child(3),
#forum_threads_container th:nth-child(4),
#forum_threads_container th:last-child {
  text-align: center;
  width: 1px;
  white-space:nowrap;
}
#forum_threads_container td:nth-child(3),
#forum_threads_container td:nth-child(4),
#forum_threads_container td:last-child {
  text-align: center;
  white-space:nowrap;
  width: 1px;
}
#forum_threads_container td:first-child {
  width: 4em;
}
#forum_threads_container td.forum-actions > a.round-icon {
  display: inline-block;
  float: none;
  margin: 0 0.1em;
}
#forum_threads_container img {
  width: 23px;
  height: 23px;
  display: block;
  margin: 2px auto;
}
#forum_threads_container a {
  text-decoration: none;
  font-size: 1.1rem;
  display: block;  
}
.forum-thread-summary {
  display: block;
  font-size: 0.8rem;
}
.forum-poster-subtext {
  display: block;
  color: #666;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
#forum_thread_post {
  border: 2px solid #c0c0c0;
}
.forum-remove-post-link {
  display: block;
  margin-top: 1em;
  text-decoration: none !important;
  font-size: 0.85em;
}
.forum_post {
  padding: 1em;
  margin: 0 0 1em 0;
}
.forum_post.odd {
  background: #DEDEE7;
}
.forum_post.even {
  background: #EEEEF4;
}
.forum_post_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
}

.forum_post_name {
  font-weight: bold;
}
.forum_post_datetime {
}
.forum_message {
  clear: both;
  padding: 10px 0 5px 0;
}
.forum_form {
  display: block;
  margin: 2em auto;
  padding: 2em;
  width: 100%;
  max-width: 700px;
  background-color: #F4F4F4;
  overflow: auto;
  box-shadow: 5px 5px 5px #ddd;
  border: 1px solid #EEEEF4;
  border-radius: 2em;
}

.forum_form .inputbox {
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 1em;
}
.forum_form label {
  display: block;
  margin: 0 0 0.5em 0;
}
.forum_form textarea {
  height: 150px;
  display: block;
  padding: 0.5em;
  margin-bottom: 1em;
}

/* General directory layout */

.directory_listing {
  background-color: #E4E5EE;
}
.directory_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

/* Featured listings */

#directory_featured_listings {
  width: 300px;
  border: 1px solid #c0c0c0;
  padding: 10px;
}

/* Tabs (for directory popups) */

.tabs_main {
  background-color: #E2E3FC;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_active {
  background-color: #E2E3FC;
  color: inherit;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom-width: 0;
}
.tabs_inactive {
  background-color: #AFB0C3;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_hover {
  background-color: #C1C5F9;
  color: inherit;
  border: 1px solid #000000;
}
.contact-us-container {
  text-align: center;
}

.contact_us_item {
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none !important;
}
.contact_us_item a {
  text-decoration: none !important;
  color: inherit !important;
}
.contact_us_item i {
  margin-right: 15px;
  position: relative;
  top: 3px;
  color: #102c92;
}

.contact-us-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
html {
  font-size: 100%;
}

body {
  /* font: normal 18px 'Rambla', sans-serif; */
  font: normal 16px 'Merriweather', serif;
  line-height: 140%;
  color: #323232;
}

/* Main page titles */

h1, .pagetitle {
  font: normal 220% 'Merriweather', serif;
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
  line-height: 140%;
  text-align:center;
  color: #102c92;
  padding: 0;
  margin: 2rem auto;
}
/*
h1 > span {
  color: #fff;
  padding: 20px 25px;
  display: block;
  position: relative;
  overflow: hidden;
}
h1 > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: ' ';
  background: url(/library/templates/default/resources/grungeline.png) no-repeat 0 0;
  background-size: 100% 100%;
}

h1 > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: ' ';
  background: url(/library/templates/default/resources/grungeline.png) no-repeat bottom right;
  background-size: 100% 100%;
}
*/
@media screen and (max-width: 1050px){
  h1, .pagetitle {
    font-size: 4.5vw;
    line-height: 120%;
    margin-bottom:1em;
  }
}
#main_title {
  opacity: 0;
  position: relative;
  text-shadow: 1px 1px 0 #000, 0 0 40px #000;
}
/*
h1 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
*/
/* Paragraph sub-headings */

h2, .heading {
  /*font: normal 150% 'Rambla', sans-serif; */
  font: normal 150% 'Merriweather', serif;
  letter-spacing: 0;
  color: #102c92;
  margin: 0 0 10px 0;
}
#main_content_container h2 {
  text-align: left !important;
  width: auto !important;
  margin: 0 0 20px 0 !important;
}
@media screen and (max-width: 700px){
  h2, .heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 900px) {
  #dash_content_col h2 {
    font-size: 1rem !important;
  }
}

#main_content_container h2.section_header {
  /* font-family: 'Rambla'; */
  font-family: 'Merriweather';
  margin: 0;
  padding: 25px 0 0 0;
  text-align: center !important;
  width: 100%;
}
#main_content_container h2.section_header.no-padding {
  padding: 0;
}
h2.white {
  color: #fff;
}

h2.alt {
  color: #745eff;
}
h3 {
  /* font: bold 16px 'Rambla', sans-serif; */ 
  font: bold 16px 'Merriweather', sans-serif;  
  text-transform: uppercase;
}
h3.tick_header {
  text-transform: none;
  font-size: 160%;
  font-weight: normal;
  font-family: 'Rambla';
  text-align: center;
  margin: 5px 0;
}
h3.tick_header i {
  margin-right: 15px;
  color: #43A6BB;
}
@media screen and (max-width: 700px){
  h3.tick_header {
    font-size: 4vw;
    padding: 0 20px;
  }
}
h3.section_header {
  /* font-family: 'Rambla'; */
  font-family: 'Merriweather';
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center !important;
  width: 100%;
  text-transform: none;
  color: #102c92;
  font-size: 125%;
}
h4 {
  /* font: bold 16px 'Rambla', sans-serif;  */
  font: bold 16px 'Merriweather', serif;
}
h5 {
  /* font: bold 16px 'Rambla', sans-serif;  */
  font: bold 16px 'Merriweather', serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}

/* Links */

a:link, a:visited, a:active {
  color: #102c92;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

/* Miscellaneous font styles */

.largetext { font-size: 13px; }
.smalltext { font-size: 0.7em; font-weight: normal; }
.texthighlight {
  background-color: #45A5BB;
  color: #fff;
}
.emphasisedtext {
  color: #102c92;
  background-color: inherit;
  font-weight: bold;
  font-size: 120%;
}
/* Images */


.content_image_caption {
  color: #333;
  background-color: #745eff;
  font-size: 10px;
  padding: 2px 5px;
}

.image_border { border: 2px solid #000; }

.content_video_container {
  width: 70%;
}
.content_video_container video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.content-video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.youtube_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
}
.youtube_container > .youtube_vid {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}

.videoWrapper iframe,
.youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.wide {
  width: 100%;
  display: block;
  height: auto;
}
.main_page_content .content_section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-end;;
  width: 100%;
  min-height: 100%;
}
.main_page_content .content_section:nth-child(even) {
  background: #745eff;
  color: #fff;
}
.main_page_content .content_section:nth-child(even) h2 {
  color: #fff !important;
}
.main_page_content .content_section:nth-child(even) a {
  color: #fff !important;
}
.big_content_box .content_section {
  background: #fff !important;
  color: #323232 !important;
}
.main_page_content .content_section > div {
  box-sizing: border-box;
  width: 50%;
  flex-grow: 1;
  float: none;  
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.main_page_content .content_section.profile_page_content > div {
  justify-content: flex-start;
}

.main_page_content .content_section.center {
  flex-direction: column;
}
.main_page_content .content_section.center > * {
  width: 100%;
}

.main_page_content .content_section > div.content_image_container.fixed-aspect {
  width: 30%;
}
.main_page_content .content_section > div > * {
  width: 100%;
}
.main_page_content .content_image_container {
  width: 50%;
  min-height: 50vh;
  float: none !important;
  position: relative;
}
.main_page_content .content_image_container:not(.fixed-aspect) > img {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
.main_page_content .content_image_container.fixed-aspect > img {
  width: 100%;
  height: auto;  
  display: block;
  margin: 0 auto;
}
.main_page_content .content_image_container.center {
  margin: 0 auto 30px auto !important;
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
.main_page_content .content_image_container.center > img {
  max-height: 70vh;
  position: static;
}
.main_page_content .content_image_container.right {
  order: 1;
}

.content_section_text {
  box-sizing: border-box;
  text-align: left;
  padding: 1em 4em;
}
.main_page_content .content_section_text {
  padding: 1em 4em;
}
.content_section:first-child > .content_section_text {
  padding-top: 0;
}


.big_content_box .content_section .content_section_text {
  padding: 1em 0;
}
.content_section .content_section_text .content_buttons {
  display: flex;
  gap: 1em;
}


@media only screen and (max-width: 900px) {
  .main_page_content .content_section {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }  
  .main_page_content .content_image_container {
    order: -1 !important;
    width: 100%;
  }
  .main_page_content .content_image_container:not(.fixed-aspect) {
    height: 70vh;
  }  
  .main_page_content .content_section > div {
    width: 100%;
    padding: 1em;
  }
}
/* If extra columns of text are to be shown on the side of the page. */

.side_text {
  color: #000000;
  background-color: inherit;
  font-size: 11px;
}

.side_text label {
  color: #58667E;
  background-color: inherit;
  font-size: 10px;
}

.side_heading {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #58667E;
  background-color: inherit;
}
/* Tables that display information */

.tablestyle {
  border: 1px solid #eee;
  background-color: #DEDEE7;
  color: #000000;
}

.tablestyle_table {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
.tablestyle_heading,
.tablestyle_table th,
.tablestyle_table thead tr td {
  background-color: #102c92;
  font-size: 1.2em;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  padding: 0.4em;
  border: 1px solid #eee;
}
.tablestyle_table.referrals th {
  font-size: 1em;
}
.tablestyle_table td {
  background-color: #fbfbfb;
  padding: 0.4em;
  vertical-align: top;
  border: 1px solid #eee;
  font-size: 0.9em;
}
.tablestyle_table.referrals td {
  transition: all 0.2s ease-out;
}
.tablestyle_table.referrals tr:hover td {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAAAYElEQVRYR+3W0QmAMBAFwZcW7L9YEWvYj8CkAhn3Ljnbnl1yjo+N/hTZCHZkyW4yqCogS/YTsGerDsiSNWBVA2TJ/gL2bFUCWbIGrGqALFk3WNiAAQtxvQ0qXLJkb1tdL4Y2AzKH0RLEAAAAAElFTkSuQmCC');
  transition: none;
}
.tablestyle_table.referrals td {
  vertical-align: middle;  
  line-height: 1.2em;
}
.tablestyle_table tr.highlight td {
  background-color: #cebfec;
}
.tablestyle_table tr.red td {
  background-color: #ff8a8a;
}
.tablestyle_table tr.amber td {
  background-color: #ffca6e;
}
.tablestyle_table tr.important {
  border-left: 10px solid red;
}
.tablestyle_table th a {
   color: #fff;
   text-decoration: underline;
}
.tablestyle_centred td, .tablestyle_centred th, th.centered, td.centered, .centered th, .centered td {
  text-align: center;
}
th.middle, td.middle, .middle th, .middle td {
  vertical-align: middle;
}
td.nobreak {
  white-space: nowrap;
  line-height:0 !important;
}
td.nobreak > a {
  float: none !important;
}
td[data-contacted-id]:hover,
td[data-submitted-date]:hover {
  cursor: pointer;
  filter: brightness(0.95);
  outline: 1px solid #c0c0c0;
}

.modal_content_inner .tablestyle_table {
  font-size: 1.35em;
  border-radius: 5px;
}
.modal_content_inner .tablestyle_table td {
  padding: 0.5em;
  background-color: transparent;
  border-color: rgba(255,255,255,0.3);
}
.modal_content_inner .tablestyle_table td a {
  color: #fff;
}

.tablestyle_nostyle {
  border: 0;
}
.tablestyle_nostyle td, .tablestyle_nostyle th {
  vertical-align: top;
  padding: 3px;
  border: 0;
}
/* Content area, important for control panel preview */

.content_area {
  background-color: #fff;
}

hr {
  color: #4B5870;
  background-color: #4B5870;
  border-width: 0;
  height: 1px;
}
#comments {
  border-top: 1px solid #666; 
  clear: both;
  margin-top: 15px; 
}
.comments_comment {
  background: #eee;
  padding: 10px 10px 20px 10px;
  margin: 15px 0;
  color: #333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 2px solid #ccc;
  font-size: 11px;
  line-height: 140%;
}
.comments_comment_comment {
  float: left;
  width: 565px;
  padding: 0 0 0 10px;
}
.comments_comment_comment blockquote {
  font-style: italic;
}
.comments_comment_top {
  overflow: auto;
}
.comments_comment_links {
  width: 150px;
  float: right;
  overflow: hidden;
  padding-right: 10px;
}
.comments_comment_links hr {
  border-top: 1px dotted #ccc !important;
  background-color: transparent !important;
  color: transparent !important;
}
.comments_comment_links a {
  display: block;
  margin: 1px;
}
.comments_comment_header {
  margin-bottom: 15px;
  padding: 10px 10px 0 10px;
  color: #666;
  font-size: 10px;
  background-color: #e5e5e5;
  overflow: auto;
}
.comments_comment_header b {
  font-weight: bold;
  color: #666;
  float: left;
}
.comments_comment_date {
  float: right;
  width: 150px;
}

.comments_comment_avatar {
  width: 23px;
  height: 23px;
  float: left !important;
  display: block;
  margin: -5px 10px 5px 0 !important;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
#comments input {
  display: block;
  width: 200px;
}
#comments label {
  display: block;
  margin: 10px 0 5px 0;
}
#comments textarea {
  height: 100px; 
  display: block; 
  width: 100%;
}
.comments_comment_comment .button {
  clear:left;
  float: left !important;
}
#comments .button {
  float: right;
  padding: 5px;
  width: 120px;
  margin: 10px 0 15px 0;
}
#comments img {
  float: right;
  margin: 0 0 5px 5px;
}
.comment_approval_needed {
  border: 2px solid red;
}

.popupstyle {
  padding: 0;
  background-color: #ffffff;
  color: inherit;
  margin: 0;
}

/* Courses */


.course_exam_container {
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 500px;
}

.course_exam_container .button {
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
  width: 200px;
  font-size: 15px;
  border-color: transparent;
  display: block;
  margin: 20px auto 10px auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.course_exam_container .button:hover {
  opacity: 0.7;
}
.course_exam_container h2 {
  margin: 0 0 10px 0;
  padding: 3px 8px;
  background: #102c92;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.course_exam_container h3 {
  margin: 0 0 20px 0;
  padding: 15px 10px 15px 20px;
  border-left: 4px solid #102c92;  
  font-size: 25px;
  font-weight: normal;
  line-height: 120%;
}
.course_exam_answer {
  border-radius: 10px;
  background: #eee url(/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff; 
  transition: all 0.2s ease-in-out;
}
.course_exam_answer:hover {
  background-color: #fff;
}
.course_exam_answer.correct, .course_exam_answer.correct:hover {
  background: #C0FFC0 url(/library/templates/default/resources/pass.gif) no-repeat 6px 6px;
  border-color: #79B779;
  color: #000;
  cursor: default;
}
.course_exam_answer.incorrect, .course_exam_answer.incorrect:hover {
  background: #FFD9D9 url(/library/templates/default/resources/fail.gif) no-repeat 6px 6px;
  border-color: #C94949;
  color: #000;
  cursor: default;
}
.course_exam_answer.disabled, .course_exam_answer.disabled:hover {
  background: #f3f3f3;
  border-color: #eee;
  color: #999;
  cursor: default;
}
.course_exam_answer_explanation {
  background: #FFFFC0;
  color: #000;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 15px;
  margin: 20px 0 10px 0;
  padding: 10px 40px;
  text-shadow: 1px 1px 0 #fff;
}
.course_exam_hint {
  border-radius: 10px;
  background: #eee url(/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff;
  transition: all 0.2s ease-in-out;
}
.course_exam_results_score {
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.course_exam_results_result {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.course_exam_link_to_results {
  text-align: center;
  padding-top: 70px;
  display: block;
}




.drag_drop_source {
  width: 100px;
  height: 100px;
  background: #ccc;
  cursor: move;
  margin: 50px;
}
.drag_drop_source.proxy {
  background: cyan;
  border: 3px solid blue;
}
.drag_drop_target {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px dashed #ccc;
  margin: 50px;
}

.drag_drop_target.active {
  background: #ccc;
  border-color: #000;
}

.shop_product_details select.inputbox {
  width: 100% !important;
}

/* For shop, individual product tables */  

.shop_additional_thumbs_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.shop_additional_thumbs_container > a > img {
    width: 100%;
    height: auto;
    
}
.shop_additional_thumbs_container > div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
}
.shop_additional_thumbs_container > div > * {
    flex-grow: 1;
    flex-shrink: 1;
}
.shop_additional_thumbs_container > div img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}


  .modal-gallery-image-files {
    position: absolute;
    top: -9999;
    left: -9999;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
  }


.shop_breadcrumb {
  display: block;
  margin: 0 auto 2rem auto;
  width: fit-content;
}
.shop_breadcrumb:empty {
  display: none;
}

.shop_product_container {
  display: flex;
  padding-bottom: 2em;
}
.shop_product_image {
  padding-right: 2em;
  padding-bottom: 2em;
  width: 50%;
}
.shop_product_details {
  width: 50%;
}

.shop_productbox {
  background-color: #DEDEE7;
  color: inherit;
}

.shop_paging {
  float: right;
  font-weight: bold;
  padding: 10px 0 15px 0;
  clear: left;
}
.shop_paging a {
  font-weight: normal;
}

.shop_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}
#shop_categories_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}


#shop_categories_container a.link_button {
  width: 20%;
  min-width: 200px;
  max-width: min(100%,250px);
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: #102c92;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  line-height: 1;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  font-size: 1rem;
}

#shop_categories_container a.link_button:nth-child(3n+2) {
  background-color: #745eff;
}
#shop_categories_container a.link_button:nth-child(3n+3) {
  background-color: #921075;
}

#shop_categories_container a.link_button::before {
  padding: 0;
  font-size: 2rem;
}

#shop_product_thumbs_container {
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  
  gap: 2rem;
}
#shop_product_thumbs_container > form {
  display: block;
  width: 100%;
  width: min(100%, 400px);
}

.shop_product_thumb {
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.shop_product_thumb:hover img {
  filter: brightness(1.2);
}
.shop_product_thumb img {
  margin: 1rem auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 80%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all 0.3s ease-in-out; 
  border-radius: 50%;
}


.shop_sort_select {
  width: 250px;
  float: right;
  overflow: visible;
  font-size: 11px;
  text-align: right;
}

.shop_product_container {
  margin: 5px 0;
}

.shop_product_right_column {
  width: 200px;
  padding: 15px;
  float: right;
  text-align: center;
}
.shop_product_right_column img {
  margin-bottom: 15px;
}
.shop_product_left_column {
  margin-right: 250px;
  text-align: left;
}

.shop_footer {
  clear: both;
}

.shop_img_extra_container {
  position: relative;
  /*top: -20px; */
  text-align: center;
}
.shop_img_extra img {
  display: block;
  float: right;
  margin: 0 !important;
  padding: 0 0 1px 0 !important;
}
.shop_main_image {
  width: 100%;
  height: auto;
}
.shop_category_back_button {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.shop_qty {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.shop_addtocart {
  border: 0;
  display: block;
  float: right;
}
.shop_product_buy_container {
  width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_product_buy_container input.inputbox {
  flex-shrink: 2;
  width: 70px;
  text-align: center;
}
#shop_product_price {
  margin: 30px 0;
  padding: 4px 0 0 0;
  text-align: right;
  font: bold 1.5em 'Arial', sans-serif !important;
  color: #102c92;
  width: 100px;
  line-height: 100%;
}
.shop_addtocart_button {
  padding: 6px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  font-size: 1.2em;
  display: block;
  margin: 30px 0;
  width: 150px;
  background-color: #745eff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #323232 !important;  
  cursor: pointer;
}
.shop_addtocart_button:hover {
  background-color: #102c92;  
  color: #fff !important;  
}

/* Currency conversion links */

#shop_side_currency {
  position: relative;
  left: -7px;
  white-space: nowrap;
}
#shop_side_currency_heading {
  margin: 10px 0 8px 0;
}
.shop_side_currency_img_selected {
  padding: 10px 0 5px 0;
  background: url(/library/templates/default/resources/curency_select_arrow.png) no-repeat top center;
}
.shop_side_currency_img {
  padding: 10px 0 5px 0;
}
#shop_side_currency_pound {
  padding-right: 3px;
  position: relative;
  left: 3px;
  width: 46px;
  height: 47px;
}
#shop_side_currency_usd {
  width: 42px;
  height: 47px;
}
#shop_side_currency_euro {
  padding-left: 5px;
  position: relative;
  left: -5px;
  width: 44px;
  height: 47px;
}

.shop_crosslinked_items {
  overflow: auto;
}
#shop_cart_accessories_container {
  overflow: auto;
  margin-bottom: 20px;
}
.shop_cart_accessory {
  display: block;
  float: left;
  margin: 10px;
  width: 170px;
  background: #ABA4C8;
  color: #fff !important;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ddd;
}
.shop_cart_accessory:hover {
  color: #5A5085 !important;
}
.shop_cart_accessory img {
  display: block;
  padding-bottom: 10px;
  width: 170px;
  height: 120px;
}
#shop_cart_accessories_products {
  display: none;
}
.shop_cart_accessories_product {
  overflow: auto;
  padding: 5px;
  margin: 5px 0;
  background: #EBEBF1;
}
.shop_cart_accessories_product img {
  display: block;
  float: left;
  width: 120px;
  height: 85px;
  margin-right: 60px;
}
.shop_cart_accessories_product a {
  display: block;
  width: 100px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
  background: #5A5085;
  color: #fff !important;
  cursor: pointer;
  float: right;
  margin: 25px 10px 0 60px;
}
.shop_cart_accessories_product b {
  display: block;
  float: right;
  text-align: right;
  width: 100px;
}

.shop_cart_accessories_product h2 {
  margin: 5px 0 5px 0 !important;
  line-height: 100% !important;
}

.shop_cart_accessories_product div {
  float: left;
  width: 410px;
  line-height: 140%;
  font-size: 11px;
  padding: 5px 0;
}



#shop_product_tabs {
  background: #745eff;
  width: 631px;
  font-size: 11px;
  overflow: auto;
  margin-left: -1px;
}
#shop_product_tabs div {
  cursor: pointer;
  width: 179px;
  float: left;
  padding: 5px 15px;
  border-left: 1px solid #fff;
}
#shop_product_tabs div:hover {
  background: #102c92;
  color: #fff;
}
#shop_product_tab_content {
  clear: both;
  /*height: 300px;*/
  padding: 20px 0 0 0;
}

/* Shop product embeded into form */

.shop_form_product {
  clear: both;
  background: #eee;
  padding: 10px 0;
  margin: 10px 0 10px 0;
  overflow: auto;
}
.shop_form_product_image {
  display: block;
  width: 30%;
  padding-left: 5%;
  min-height: 120px;
  float: left;
  margin: 10px 0 0 0;
  text-align: center;
}
.shop_form_product_image img {
  display: block;
  margin: 5px auto;
  width: 90%;
  height: auto;
  padding-right: 5%;
}
.shop_form_product_image b {
  display: block;
  text-align: center;
  font-size: 19px;
}
.shop_form_product_details {
  width: 50%;
  float: left;
  padding: 0 0 10px 2%;
}
.shop_form_product_tick {
  text-align: center;
  margin-left: 60%;
  padding: 10px 0 0 0;
}
.shop_form_product_tick input {
  width: 50px;
  height: 50px;
}
.shop_form_product_details select {
  display: block;
  width: 100%;
}
#form_products_total {
  display: block;
  margin: 10px auto;
  width: 200px;
  font-size: 30px;
  background: #745eff;
  text-align: center;
  line-height: 100%;
  color: #000;
  padding: 0 0 15px 0;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
#form_products_total b {
  font-weight: normal;
  font-size: 15px;
}


@media only screen and (max-width: 900px) {
  .shop_product_container {
    flex-wrap: wrap;
  }
  .shop_product_image {
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    order: -1;
  }
  .shop_product_details {
    padding-bottom: 2em;
    width: 100%;
  }
}
/* Site search */


#site_search {
  padding: 30px 0 0 0;
  float: right;
  white-space: nowrap;
}
#searchbar #site_search {
  padding: 0;
  float: none;
  text-align: center;
}

#contact_stuff {
  clear: left;
  padding-top: 10px;
  text-align: left;
  width: 229px;
  float: right;
  color: #8b8b8b;
  font-size: 15px;
}

#site_search label {
  display: none;
}

#searchbar #site_search_search {
  width: 80%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  height: 58px;
  box-sizing: border-box;
  border: 0 !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff !important;
  color: #333 !important;
  padding: 0 0 0 40px !important;
  font-size: 140% !important;
  line-height: 200%;
  text-align: left;
}

#site_search #site_search_go {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 58px;
  box-sizing: border-box;
  border: 0 !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;  
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  color: #333 !important;
  background-image: none !important;
  background-color: #fff !important;
  position: relative;
  font-family: 'FontAwesome';
}
#site_search #site_search_go:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Search results */

.site_search_item {
  list-style-image: none;
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  color: inherit;
  display: block;
  clear: both;
}
.site_search_item img {
  position: relative; 
  top: -15px;
  border: 1px solid #c0c0c0;
  width: 48px;
  height: auto;
  float: right;
  clear: right;
  margin: 15px 0 0 10px;
}
.site_search_item hr {
  clear: both;
}
.site_search_item a {
  display: block;
  color: #333;
  overflow: auto;
  padding: 5px 10px;
  background: #fcfcfc;  
  text-decoration: none !important;
  border-left: 3px solid #dedede;
  color: #888 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site_search_item a:hover {
  background: #eee !important;  
}
.site_search_item .heading {
  display: block;
  font-size: 120%;
  margin: 0 0 5px 0;
  color: #333;
}

/* Search results (dropdown / popup) */


.search_results_dropdown_container {
  box-sizing: border-box;
  padding:10px;
  border: 1px solid #EDEDED;
  margin-top: 0;
  min-width: 240px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  background: #fff;
  margin-left: 30px;
  width: auto;
  max-width: 50%;
}

.search_results_dropdown_container {
  font-size: 75%;
  line-height: 110%;
}
.search_results_dropdown_container .site_search_item a {
  padding: 10px 15px;
}
.search_results_dropdown_container .site_search_item:nth-child(2n+1) a {
  background: #f8f8f8;
}

.search_results_dropdown_container .site_search_item {
  margin-bottom: 0;
  margin-top: 0;
}

.search_results_dropdown_container .site_search_item li {
  padding-bottom: 0;
}
.site_search_item a {
  border-left: none;
  
}
.search_results_dropdown_container .site_search_item img {
  width: 32px;
}
.search_results_dropdown_container .emphasisedtext {
  display: none;
}
.search_results_more_link {
  padding-top: 15px;
  display: block;
  text-align: center;
}
.search_results_dropdown_container .site_search_item .heading {
  font-size: 160%;
}

/* Special products (eg on home page) - 
   these are selectable within control panel */

#shop_special_products {
  width: 475px;
}
.shop_product_special {
  width: 150px;  
  height: 180px;
  overflow: hidden;
  margin: 1px;
  float: left;
  background: #fff;
  border: 1px solid #fff;
}
.shop_product_special_heading {
  font-size: 14px;
  font-weight: bold;
  background: #57647C;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.shop_product_special_details {
  padding: 5px;
  background: #C0C0FF;
  font-size: 10px;
  color: #57647C;
  line-height: 130%;
}
.shop_product_special_image {
  text-align: center;
  padding-bottom: 5px;
}
.shop_product_special_description {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
.shop_product_special_price {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* Main special product - extra large one, eg on home page */

#shop_special_product_main {
  background: #57647C;
  border: 3px solid #333;
  padding: 20px 20px 20px 20px;
  width: 680px;
  overflow: auto;
  line-height: 140%;
  font-size: 11px;
  color: #fff;
}
#shop_special_product_main a {
  font-weight: bold;
  text-decoration: underline;
  color: #000040;
}

#shop_special_product_main h1 {
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

#shop_special_product_main h2 {
  color: #000040;
  font-size: 22px;
  text-decoration: line-through;
}

#shop_special_product_main b {
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

#shop_special_product_main img {
  width: 215px;
  height: 215px;
  border: 2px solid #333;
  display: block;
  float: right;
}
.shop_special_product_content {
  float: left;
  width: 430px;
}

.shop_special_product_price {
  font-size: 38px;
  font-weight: bold;
  padding: 5px 0;
}

.shop_special_product_save_splash {
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  top: 5px;
  padding-top: 10px;
}

.shop_special_product_save_splash b {
  font-size: 19px !important;
  font-weight: bold;
}
/* Standard Log-in controls */

#site_login_container {
  font-size: 11px;
  padding: 10px;
  text-align: left;
}

#site_login_username, #site_login_psw {
  margin: 0 0 3px 0;
  width: 120px;
}

#site_login_go {
  font-size: 11px;
  margin: 5px 0 10px 105px;
}

#site_login_container .form_label {
  width: 100px;
  text-align: right;
  float: left;
  margin-right: 5px;
}

#site_login_container .section {
  margin: 2px 0 2px 0;
}

/* Side Log-in controls */

#side_login_heading {
  margin: 15px 0 5px 0;
  text-align: left
}
#side_login_loggedin {
  padding: 5px 0 5px 0;
  text-align: left;
  font-weight: normal;
}
.side_login_options {
  text-align: left;
  padding: 6px 0 0 0;
}
#side_login_username, #side_login_psw {
  margin: 0 0 3px 0;
  width: 100%;
}
#side_login_remember_me {
  position: relative;
  top: 1px;
}
#side_login_go {
  padding: 1px 0 1px 3px;
  font-size: 11px;
  width: 29px;
}

/* User menu / icons */

#user_menu {
  padding: 0 10px 15px 10px;
  width: 300px;
}
#user_menu a {
  display: block;
  clear: left;
  margin: 0 0 0 0;
}
#user_menu span {
  position: relative;
  top: 8px; 
}
#user_menu img {
  width: 33px;
  height: 40px;
  float: left;
  padding: 0 10px 0 0;
}

/* User file downloads */

.user_files_list_container {
  clear: both;
  margin: 20px 0;
  border: 1px solid #102c92 !important;
  border-radius: 10px;
  padding: 15px 25px;
  overflow: auto;
}
.user_files_list_container a {
  display: block;
  float: left;
  width: 170px;
  padding: 40px 0 0 0;
  margin: 10px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none !important;
  color: #323232 !important;
  opacity: 1;
  text-align: center;
  word-wrap: break-word;
  height: 30px;
  overflow: hidden;
  line-height: 120%;
  font-size: 12px;
}
.user_files_list_container a:hover {
  color: #102c92 !important;
  opacity: 0.9;
}
.user_files_list_container h3 {
  margin-bottom: 30px;
}
.user_shared_file_link {
  display: block;
  padding: 13px 10px 10px 40px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none !important;
  color: #323232 !important;
  opacity: 1;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 100%;
  font-size: 12px;
}
.user_shared_file_link:hover {
  color: #102c92 !important;
  opacity: 0.9;
}




/* NEW user file libraries */

.modal_content_inner .user_file_library_container {
  color: #666;
  padding: 0 0 2em 0;
}

.user_file_library_container {
  min-height: 100px;
  /*border: 1px solid #eee;*/
  display: flex;
  justify-content: space-between;
  gap: 2em;
  align-items: stretch;
  padding: 2em;
  position: relative;
  overflow: auto;
}
.user_file_library_upload_form {
  background: #fdfdfd;
  min-height: 200px;
  box-sizing: border-box;
  padding: 2em;
  position: relative;
  order: 2;
  flex: 1;
}
.user_file_library_upload_form.draggable {
  border: 2px dashed #745eff;
}
.user_file_library_upload_form.dragover {
  border: 2px dashed #000 !important;
}
.user_file_library_files_list {
  min-height: 200px;
  box-sizing: border-box;
  order: 1;
  flex: 1;
  background: #eee;;
  border-radius: 1em;
  padding: 1em;
}
.user_file_library_files_list.wide {
  float: none;
  width: 100%;
}
.user_file_library_files_list .success_alert {
  box-sizing: border-box;
  min-height: 250px;
  background: #fdfdfd;
  border: 0;
}
.user_file_library_files_list a {
  display: block;
  box-sizing: border-box;
  background: transparent;
  border-radius: 5px;
  padding: 1em 1em 1em 50px;
  margin-bottom: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  word-wrap:break-word;
  position: relative;
}
.user_file_library_files_list a:hover {
  background: #745eff;
  color: #fff;
}
.user_file_library_files_list a::before {
  content: '\f016';
  font-family: 'FontAwesome';
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);  
}
.user_file_library_files_list a.type-excel::before {
  content: '\f1c3' !important;
}
.user_file_library_files_list a.type-word::before {
  content: '\f1c2' !important;
}
.user_file_library_files_list a.type-powerpoint::before {
  content: '\f1c4' !important;
}
.user_file_library_files_list a.type-pdf::before {
  content: '\f1c1' !important;
}
.user_file_library_files_list a.type-video::before {
  content: '\f1c8' !important;
}
.user_file_library_files_list a.type-audio::before {
  content: '\f1c7' !important;
}
.user_file_library_files_list a.type-image::before {
  content: '\f1c5' !important;
}
.user_file_library_files_list a.type-zip::before {
  content: '\f1c6' !important;
}
.user_file_upload_message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 120%;
  padding: 10%;
  box-sizing: border-box;
  transform: translate3d(-50%,-50%,0);
}
.user_file_upload_message::before {
  display: block;
  width: 100%;
  text-align: center;
  content: '\f093';
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #eee;
  padding-bottom: 30px;
}

.user_file_library_upload_form input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.user_file_library_upload_form label {
  color: ;
  text-decoration: underline;
  font-weight:bold;
  cursor: pointer;
}
.user_file_library_upload_form label:hover {
  color: ;
}
/* Users / Profiles stuff */

#users_compose_link {
  padding: 10px;
  text-align: left;
}
.users_compose_label {
  width: 100px;
  text-align: right;
  float: left;
  padding: 0 10px 10px 0;
  font-weight: bold;
}
.users_compose_input, .users_compose_msg {
  margin-left: 115px; 
  padding: 0 10px 10px 0;
}
/* Popup / modal calendar */

.calendar_pop_container {
  position: absolute;
  width: 200px;
  height: 220px;
  border: 1px solid #333;
  background: #fff;
  color: #000;
  padding: 5px;
  margin: 0 2px 0 2px;
  -moz-box-shadow: black 2px 2px 5px;
  -webkit-box-shadow: black 2px 2px 5px;
}
.calendar_pop_monthyear {
  height: 70px !important;
}
.calendar_pop_monthyear button {
  margin: 10px auto;
  display: block;
  width: 40px;
}
.calendar_pop_top_container {
  background-color: #6494B6;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  overflow: auto;
  padding: 2px 0 2px 0;
}
.calendar_pop_top_container a { 
  color: #fff !important; 
  position: relative;
  top: -2px;
}
.calendar_pop_top_container img {
  width: 22px;
  height: 11px;
  position: relative;
  top: 5px;
  padding: 0 2px 2px 2px;
}
#calendar_pop_month, #calendar_pop_year {
  width: 60px !important;
  font-size: 11px !important;
  margin: 0 3px;
}
.calendar_pop_link_back {
  width: 30px;
  float: left;
  text-align: center;
}
.calendar_pop_link_forward {
  width: 30px;
  float: right;
  text-align: center;
}
.calendar_pop_days_table td, .calendar_pop_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_pop_days_table th {
  font-size: 10px;
}
.calendar_pop_days_table td {
  font-size: 11px;
}
.calendar_pop_slot_empty {
  background-color: #EBF2F7;
  padding: 2px;
}
.calendar_pop_slot_weekday {
  background-color: #E2EBF2;
  padding: 2px;
}
.calendar_pop_slot_weekend {
  background: #D1E0EB;
  padding: 2px;
}
.calendar_pop_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_pop_slot_active, .calendar_pop_slot_active a:hover {
  color: #426C8A;
  cursor: pointer;
}
.calendar_pop_slot_active:hover {
  color: #000;
}
.calendar_pop_close {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 4px;
  text-align: right;
  margin: 3px 2px;
}

/* Calendar */

#calendar_container {
  width: 400px;
  padding: 5px;
  background-color: #fff;
}
#calendar_top_container {
  background-color: #E6ECC8;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  margin: 0 2px 0 2px;
  text-align: center;
}
#calendar_top_container a { 
  color: #000; 
}
.calendar_top_container select {
  margin: 0 5px 0 5px;
  line-height: 100% !important;
  font-size: 100% !important;
  padding: 0 !important;
}
#calendar_link_back {
  width: 50px;
  float: left;
  text-align: center;
}
#calendar_link_forward {
  width: 50px;
  float: right;
  text-align: center;
}
#calendar_days_container {
  margin: 0 0 0 0;
}
#calendar_days_table td, #calendar_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_day_title_weekend {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_day_title_weekday {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_slot_empty {
  background-color: #E6ECC8;
  padding: 10px 0 10px 0;
}
.calendar_slot_weekday {
  background-color: #F3F6E5;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_weekend {
  background: #DEE6B6;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_slot_active, .calendar_slot_active a:hover {
  color: #F09E4C;
  cursor: pointer;
}
.calendar_slot_active:hover {
  color: #000;
}
#calendar_times_container {
  width: 396px;
  min-height: 100px;
  background-color: #E6ECC8;
  border-left: 2px solid #fff;
  padding-bottom: 5px;
}
#calendar_times_container h2 {
  text-transform: none;
  padding: 10px;
}
.calendar_times_slot {
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 10px 2px 10px;
}
.calendar_slots_active {
  color: #F09E4C;
  background: #F3F5E7;
  font-weight: bold;
  cursor: pointer;
}
.calendar_slots_active:hover {
  color: #000;
}
.calendar_slots_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
  background: transparent;
}
.calendar_slot_event {
  background: #745eff;
}
.calendar_slot_event.yellow {
  background: #a8a432;
}
.calendar_slot_event.green {
  background: #489144;
}
.calendar_slot_event.pink {
  background: #ff1783;
}
.calendar_slot_event.orange {
  background: #db6c12;
}
.calendar_slot_event.purple {
  background: #96177f;
}
.calendar_slot_event.red {
  background: #ff4242;
}
.calendar_slot_event.blue {
  background: #5e61ff;
}
.calendar_slot_event.pending {
  background: #ddd;
  font-style: italic;
}
.calendar_slot_event.completed {
  opacity: 0.5;
}


/* javascript inline calendar */


#mini_calendar_container {
  width: 100%;
  clear: both;
}
.calendar_top_container {
  background: #102c92;
  color: #fff;
  padding: 5px;
  text-align: right;
  margin-bottom: 10px;
}
.calendar_top_container select {
  margin-right: 5px;
  display: block;
  float: left;
}
.calendar_month_title {
  display: inline-block;
  float: left;
  padding-top: 3px;
  font-size: 17px;
}
.calendar_prev_link,
.calendar_next_link {
  display: inline-block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #fff !important;
  position: relative;
  top: 3px;
  text-decoration: none !important;
  margin-left: 10px;
  box-sizing: border-box;
}
.calendar_prev_link::before {
  content: '\0025C0';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_next_link::before {
  content: '\0025B6';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_prev_link:hover,
.calendar_next_link:hover {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  cursor: default;
}
.calendar_prev_link:active,
.calendar_next_link:active {
  text-shadow: none;
  top: 4px;
  left: 1px;
}
.calendar_days_container {
  background: #fff;
  overflow: hidden;
}
.calendar_days {
  width: 100%;
  color: #666;
  text-align: center;
  cursor: default;
}
.calendar_days_table {
  border-spacing: 2px;
}
.calendar_days.current {
  position: static;
}
.calendar_slot {
  text-align: center;
  padding: 0;
  border: 1px solid #eee;
  vertical-align: top;
  width: 14.28571428571429%;
  position: relative;
  background-color: #fff;
}
.tooltip_container .calendar_slot {
  transition: all 0.2s ease-out;
}
.tooltip_container .calendar_slot:not(empty) {
  cursor: pointer;
}
.tooltip_container .calendar_slot:not(empty):hover {
  background-color: #102c92 !important;
  color: #fff !important;  
}

.calendar_slot.empty {
  background-color: #fbfbfb;
}
.calendar_slot.today {
  background-color: #DAF4FC;
  color: #fff !important;
}
.calendar_slot.active {
  background-color: #4D585A !important;
  color: #fff !important;
}
.calendar_slot.highlight {
  background-color: #dedede !important;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.calendar_slot.changeover {
  background-color: #ccc !important;
  color: #fff !important;
}
.calendar_slot.weekend {
  background-image: url(/library/templates/default/resources/bg-stripes.png);
}
.calendar_slot.publicholiday {
  background-color: #F1FDDB;
}
.calendar_slot.selected {
  background-color: #333 !important;
  color: #fff !important;
}
.calendar_slot.dragend {
  border-right: 5px dotted #000;
  cursor: ew-resize !important;
}
.calendar_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 3px;
  font-size: 80%;
  color: #65734D;
  line-height: 100%;
}
.calendar_slot_date {
  padding: 2px;
  line-height: 100%;
  font-size: 85%;
  background: #ddd;
  text-align: right;
  color: #666;
}
.calendar_slot_event {
  padding: 0.2em;
  margin-bottom:3px;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.1em;
  /*text-shadow: 1px 1px 0 #000;*/
  color: #fff;
  transition: all 1s ease-out;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.calendar_slot_event.halfday, .calendar_slot_event.allhalf {
  background-image: url(/library/templates/default/resources/calendar-halfday.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 100% 50%;
}
.calendar_slot_event:last-child {
  margin-bottom: 50px;
}
.calendar_slot_event.active {
  background-color: #C0FFC0;
}
.calendar_slot_event.inactive {
  background-image: url(/library/templates/default/resources/bg-stripes.png);
  filter: saturate(30%);
}
.calendar_slot_event.inactive b {
  font-size: 80%;
  display: block;
}
.calendar_slot_event.holiday {
  background-color: #79D779;
}
.calendar_slot_event.sickness {
  background-color: #FF4040;
}
.calendar_slot_event.maternity {
  background-color: #AE79D7;
}
.calendar_slot_event.other {
  background-color: #9B9CBF;
}
.calendar_slot_event.alert {
  background-color: #FF8080;
}
.calendar_slot_event.main {
  border-left: 4px solid #666;
}
.calendar_slot_event.spanafter {
  margin-left: 10px;
}
.calendar_slot_event.spanafter::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.spanbefore {
  margin-right: 10px;
}
.calendar_slot_event.spanbefore::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.lastcell {
  border-right: 4px dotted #666;
}
.calendar_slot_event .draghandle {
  position: absolute;
  top: 0;
  right: -16px;
  height: 100%;
  width: 32px;
  cursor: ew-resize;
}
.calendar_slot_event.empty {
  
}
.calendar_empty_placeholder {
  height: 80px;
  display: block;
}

/* user calendar in users area */

.users_calendar_toggle_button {
  display: inline-block;
  box-sizing: border-box;
  width: 21.25%;
  margin: 20px 5% 20px 0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  text-align: left;
  padding-left: 45px;
  background-color: #A5E5A5;
  background-image: url(/library/templates/default/resources/tickbox.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border-color: #79D779;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  color: #000 !important;
  text-shadow: 1px 1px 0 #fff;
  text-decoration: none !important;
  cursor: default;
  font-size: 130%;
}
.users_calendar_toggle_button.sickness {
  border-color: #FF4040;
  background-color: #FF8181;
}
.users_calendar_toggle_button.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_toggle_button.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_toggle_button:hover {
  border-color: #000;
}
.users_calendar_toggle_button.inactive {
  background-image: url(/library/templates/default/resources/tickbox-empty.png);
  opacity: 0.6;
  text-shadow: 0;
  color: #333;
}
.users_calendar_toggle_button.other {
  margin-right: 0;
}
.users_calendar_drag_block {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 10px auto;
  background-color: #A5E5A5;
  border-width: 1px;
  border-style: solid;
  border-color: #79D779;
  cursor: move;
}
.users_calendar_drag_block.sickness {
  border-color: #FF4040;
  background-color: #FF8181;  
}
.users_calendar_drag_block.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_drag_block.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_icon_small {
  width: 20px;
  height: auto;
  padding: 8px;
  margin-top: 3px;
  position: relative; 
}

.users_calendar_notification {  
  padding: 6px 8px 8px 8px;
  display: inline-block;
  vertical-align: top; 
  cursor: pointer;
}
.users_calendar_notification span {
  width: 26px;
  box-sizing: border-box;
  display: inline-block;
  height: 26px;
  border: 2px solid #000;
  background: #EB252B;
  border-radius: 50%;
  text-align: center;
  line-height: 150%;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  position: relative; 
  text-shadow: 1px 1px 0 #000;
  text-decoration: none !important;
  vertical-align: top; 
  transition: all 0.4s ease-out;
}
.users_calendar_notification:hover span {
  background: #000;
}
.users_calendar_radio_block {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #eee;
  text-shadow: 1px 1px 0 #fff;
  font-size: 85%;
  color: #000;
}
.users_calendar_radio_block.holiday {
  background: #A5E5A5;
}
.users_calendar_radio_block.sickness {
  background: #FF8181;
}
.users_calendar_radio_block.maternity {
  background: #CAA7E5;
}
.users_calendar_radio_block.other {
  background: #C2C3D8;
}
.users_calendar_radio_block label {
  display: inline !important;
}
.users_data_display_ball {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 230%;
  font-weight: bold;
  border-radius: 50%;
  background: #A5E5A5;
  margin: 10px;
  padding-top: 45px;
  cursor: default;
}
.users_data_display_ball.sickness {
  background: #FF8181;
}
.users_data_display_ball.maternity {
  background: #CAA7E5;
}
.users_data_display_ball.other {
  background: #C2C3D8;
}
.users_data_display_ball span {
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 30%;
  color: #fff;
  line-height: 100%;
}
.users_data_display_ball.maternity span {
  top: 5px;
}
.calendar_group_title {
  position: relative;
  top: -7px;
}
.calendar_user_group_title {
  position: relative;
  top: 17px;
}
#users_calendar_group_container {
  text-align: right;
  float: right;
  margin-top: -55px;
}
#users_calendar_group_container .inputbox {
  font-size: 120%;
  padding: 5px;
  min-width: 200px;
}
#users_calendar_group_container .users_calendar_icon_small {
  display: inline-block;
  vertical-align: bottom;
}
#users_calendar_link_to_group {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
#users_calendar_link_to_group::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/library/templates/default/resources/settings-icon-tiny.png) no-repeat top right;
  position: absolute;
  top: 1px;
}
.users_calendar_summary_booking {
  text-align: center;
  font-size: 140%;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #A5E5A5;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.users_calendar_summary_booking b {
  background: rgba(0,0,0,0.1);
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.users_calendar_summary_booking div {
  font-size: 80%;
  margin-top: 10px;
}
.users_calendar_summary_booking.sickness {
  background-color: #FF8181;  
}
.users_calendar_summary_booking.maternity {
  background-color: #CAA7E5;  
}
.users_calendar_summary_booking.other {
  background-color: #C2C3D8;  
}

.users_calendar_summary_elapsed {
  float: right;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  font-size: 160%;
  margin-top: -5px;
}
.users_calendar_summary_elapsed span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

#users_calendar_hours_per_week.hidden,
#users_calendar_hours_per_day.hidden {
  display: none;
}

.users_absence_footer {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.users_absence_footer h2 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 15px;
}
.users_absence_footer_left {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}
.users_absence_footer_left a {
  display: block;
  width: 300px;
  background: #102c92;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #000;
  transition: all 0.2s ease-out;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 150%;
  margin-bottom: 10px;
}
.users_absence_footer_left a:hover {  
  text-shadow: 1px 1px 0 #000, 0 0 5px #fff, 0 0 10px #fff;
}
.users_absence_footer_right {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  padding: 10px;
  background: #FBFBFB;
}
.users_absence_footer_right a {
  display: block;
  padding: 10px 0 10px 40px;
  background: url(/library/templates/default/resources/message.png) no-repeat 6px 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
.users_absence_footer_right a.unread {
  background: url(/library/templates/default/resources/message-unread.png) no-repeat 6px 8px;
  color: #000;
}
.users_absence_footer_right a:hover {
  background-color: #eee;
  padding-left: 45px;
}
.users_absence_notification {
  margin: 0 0 5px 0;
  padding: 5px;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 90%;
  background: #EBEBEB;
  position: relative;
}
.users_absence_notification b {
  display: block;
  font-size: 110%;
}
.users_absence_notification_dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
  background: url(/library/templates/default/resources/tiny-cross-dark.png) no-repeat center center;  
}
.calendar_modal_action_buttons_container {
  display: table;
  border-spacing: 10px;
  margin: 10px auto;
  background: #333;
  border-radius: 5px;
}
.calendar_modal_action_button {
  display: table-cell; 
  color: #fff !important;
  text-decoration: none !important;
  padding: 3px 10px 3px 38px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 80%;
  text-align: center;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.calendar_modal_action_button:hover {
  text-shadow: 0 0 10px #fff;
}
.calendar_modal_action_button.delete {
  background-image: url(/library/templates/default/resources/mono-delete-white.png);
}
.calendar_modal_action_button.approved {
  background-image: url(/library/templates/default/resources/mono-tick-white.png);
}
.calendar_modal_action_button.declined {
  background-image: url(/library/templates/default/resources/mono-warning-white.png);
}


.tooltip_container.users_calendar_notifications {
  background: #2B2B2B;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -2px !important;
}
.tooltip_container .calendar_notification_block {
  padding: 5px 16px 5px 5px;
  font-size: 100%;
  line-height: 120%;
  background: #666;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px #000;
  position: relative;
}
.tooltip_container .calendar_notification_block:last-child {
  margin-bottom: 0;
}
.tooltip_container .calendar_notification_block b {
  display: block;
  font-size: 80%;
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
  background: url(/library/templates/default/resources/tiny-cross.png) no-repeat center center;  
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss:hover {
  background-color: #888; 
}

.tooltip_container.right.users_calendar_notifications:after {
  background: #2B2B2B;
}

.tooltip_container.users_calendar_context_menu {
  background: #102c92;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -10px !important;
}
.tooltip_container.bottom.users_calendar_context_menu:after {
  display: none;
}

.tooltip_container.users_calendar_context_menu a {
  display: block;
  padding: 0.5em;
  color: #fff;
  margin: 0;
  line-height: 150%;
  font-size: 120%;
  text-decoration: none;
}
.tooltip_container.users_calendar_context_menu a.edit {
  background: url(/library/templates/default/resources/mono-calendar-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.delete {
  background: url(/library/templates/default/resources/mono-delete-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.halfday {
  background: url(/library/templates/default/resources/mono-halfday-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.wholeday {
  background: url(/library/templates/default/resources/mono-wholeday-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.approved {
  background: url(/library/templates/default/resources/mono-tick-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.declined {
  background: url(/library/templates/default/resources/mono-warning-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a:hover {
  background: rgba(255,255,255,0.2);
}
.link_certificate {
  color: #fff !important;
  display: block;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  border-width: 0;
  line-height: 140%;
  background: #745eff;
  border-radius: 35px;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  font-size: 150%;
  filter: brightness(1);
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: inherit;
}
.link_certificate > span {
  font-size: 75%;
  display: block;
}
.link_certificate::before {
  font-family: 'now';
  content: 'b';
  display: block;
  font-size: 200%;
  text-align: center;
  padding-bottom: 10px;
}
.link_certificate:hover {
  filter: brightness(1.2);
}

.link_button {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-width: 0;
  padding: 0.5rem;
  background: #745eff;
  border-radius: 35px;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  font-size: 120%;
  filter: brightness(1);
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.link_button::before {
  transition: all 0.2s ease-out;  
}
.link_button.alt {
  background: #921075;  
}
.link_button.alt2 {
  background: #102c92;  
}

.link_button.outline {
  background: #fff;
  border: 3px solid #745eff;
  color: #745eff !important;
}
.link_button.outline::before {
  color: #745eff !important;  
}
.link_button.outline:hover {
  background: #745eff !important;
  color: #fff !important;
}

.link_button.alt.outline {
  background: #fff;
  border: 3px solid #921075;
  color: #921075 !important;
}
.link_button.alt.outline::before {
  color: #921075 !important;  
}
.link_button.alt.outline:hover {
  background: #921075 !important;
  color: #fff !important;
}


.link_button.alt2.outline {
  background: #fff;
  border: 3px solid #102c92;
  color: #102c92 !important;
}
.link_button.alt2.outline::before {
  color: #102c92 !important;  
}
.link_button.alt2.outline:hover {
  background: #102c92 !important;
  color: #fff !important;
}


.link_button.outline:hover::before,
.link_button.alt.outline:hover::before,
.link_button.alt2.outline:hover::before {
  color: #fff !important;  
}

.link_button.small {
  font-size: 1em;
}
.link_button.tiny {
  font-size: 0.7em;
}
h2 > .link_button {
  margin-top: 5px;
}
.link_button.right {
  float: right;
  display: inline-block;
}

.link_button.fixed {
  min-width: 170px;
}

.link_button.center {
  margin: 1em auto;
  display: block;
  width: 12em;
}
.link_button.center.wide {
  width: 20em;
}
@media only screen and (max-width: 800px) {
  .link_button.fixed {
    min-width: 0;
    font-size: 2.5vw;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 900px) {
  #dash_content_col .link_button {
 	font-size: 1rem !important; 
    margin-top: 3px;
  }
}
.link_button:hover {
  filter: brightness(1.2);
}

.link_button.icon {
  padding: 7px 1rem 7px 7px;
  white-space: nowrap;
}
.link_button.icon::before {
  font-size: 150%;
  content: 'a';
  font-family: 'now';
  padding-right: 0.25rem;
  float: left;
  display: inline-block;
}

.link_button.icon-signup::before {
  content: 'b';
}
.link_button.icon-heart::before {
  content: 'c';
}
.link_button.icon-cup::before {
  content: 'd';
}
.link_button.icon-rocket::before {
  content: 'e';
}
.link_button.icon-star::before {
  content: 'f';
}
.link_button.icon-dashboard::before {
  content: 'g';
}
.link_button.icon-tick::before {
  content: 'h';
}
.link_button.icon-edit::before {
  content: 'i';
  transform: scale(0.75);
}
.link_button.icon-call::before {
  content: 'j';
}
.link_button.icon-back::before {
  content: 'k';
}
.link_button.icon-plus::before {
  content: 'l';
}
.link_button.icon-video::before {
  content: 'm';
  transform: scale(0.75);
}
.link_button.icon-calendar::before {
  content: 'n';
  transform: scale(0.8);
}
.link_button.icon-calendar-delete::before {
  content: 'o';
  transform: scale(0.8);
}
.link_button.icon-mail::before {
  content: 'p';
}
.link_button.icon-sign-out::before {
  content: 'q';
}
.link_button.icon-message::before {
  content: 'r';
}
.link_button.icon-home::before {
  content: 't';
}
.link_button.icon-progress::before {
  content: 'u';
}
.link_button.icon-delete::before {
  content: 'v';
}
.link_button.icon-inbox::before {
  content: 'w';
}
.link_button.icon-courses::before {
  content: 'x';
}
.link_button.icon-doc::before {
  content: 'y';
  transform: scale(0.8);
}
.link_button.icon-menu::before {
  content: 'z';
}
.link_button.icon-download::before {
  content: 'A';
}
.link_button.icon-notes::before {
  content: 'B';
  transform: scale(0.8);
}
.link_button.icon-referral::before {
  content: 'C';
}
.link_button.icon-happy::before {
  content: 'J';
}
.link_button.icon-print::before {
  content: 'U';
}

/* Colour picker */


input.colour_picker {
  cursor: pointer;
}
.colour_picker_swatches {
  padding: 3% 5%;
  overflow: auto;
  max-width: 200px;
  width: 100%;
  position: absolute;
  margin-top: -25px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  z-index: 9999999999999;
}
.colour_picker_swatches > div {
  display: block;
  cursor: pointer;
  width: 15%;
  padding-top: calc(15% - 4px);
  float: left;
  border-radius: 50%;
  margin: 2% 2% 2% 0;
  transition: all 0.2s ease-out;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.colour_picker_swatches > div:hover {
  filter: brightness(1.1);
  transition: none;
  border-color: #666;
}
.colour_picker_swatches > div:nth-child(6n+6) {
  margin-right: 0;
}


/* Form buttons */

.button {
  color: #fff !important;
  display: inline-block;
  padding: 0 20px;
  border-width: 0;
  line-height: 180%;
  background: #745eff;
  border-radius: 35px;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  font-size: 120%;
  filter: brightness(1);
  text-align: center;
  font-family: inherit;
  cursor: pointer;
}
.button:hover {
  filter: brightness(1.2);
}
.button.alt {
  background: #921075;  
}
.button.alt2 {
  background: #102c92;  
}

.button.fixed {
  min-width: 170px;
}
.button.stretch {
  width: 100%;
  padding: 12px;
}
.button.padded {
  padding: 10px 10px; 
}
.button:hover {
  opacity: 0.8;
}
.button i.fa.fa-lg {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

/* Form input fields / text areas */

.inputbox {
  background-color: #fff !important;
  color: #323232 !important;
  border: 1px solid #D6D6D6 !important;
  font-size: 125%;
  padding: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.inputbox.colour_picker {
  color: transparent !important;
}
.inputbox:hover {
  border-color: #eeeeee !important;
}
.forms_item_input_container img {
  display: none;
}
.input_error {
  background-color: #fff !important;
  color: #323232 !important;
  border: 1px solid red !important;
  font-size: 16px;
  font-family: inherit;
  padding: 15px;
  font: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  border-radius: 5px;
}
.inputbox.date {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  background: url(/library/templates/default/resources/mono-calendar.png) no-repeat center right;
}
select:invalid { color: #eee }

/* Forms */


form { 
  margin: 0; 
  padding: 0; 
}

.form_container {
  /*max-width: 930px;*/
  margin: 1em 0;
  /*margin: 40px auto 40px auto;*/
  /*text-align: center;*/
  overflow: auto;
}

.forms_item_container { 
  overflow: auto;
  text-align: left;
  clear: left;
  background: #f0f0f0;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: 1em;
  color: #323232 !important;
}
.forms_item_container.checkbox {
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 700px){
  .forms_item_container { 
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
}


.forms_radio_list_item:first-child {
  margin-top: 1em;
}
.forms_radio_list_item {
  margin-bottom: 1em;
}
.forms_radio_list_item:nth-last-child(2) {
  margin-bottom: 0;
}
.forms_radio_list_item input[type='radio'] {
  display: inline-block;
  margin-right:1em;
}

.form_container h2 {
  clear: both; 
  padding: 0 0 0 2rem;
  margin: 1.25em 0 1em 0;
}
p.form_item_caption {
  margin: 0 0 1.25em 2em;
  padding: 0;
}
.forms_item_label { 
  display: block;
  text-align: left;
  vertical-align: top;
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1.2em;
}
.forms_item_label i {
  font-size: 80%;
  opacity: 0.7;
}
/*
label span.required::before {  
  content: '\f069';
  opacity: 0.4;
  font-size: 70%;
  font-family: 'FontAwesome';
  padding-right: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
}
*/
.forms_item_input_container { 
  display: block;
}
.forms_item_input_container > span { 
  font-size: 1rem; 
  display: block; 
  clear: both;
}
.forms_item_input_container .inputbox,
.forms_item_input_container .input_error { 
  width: 100%; 
}
.forms_item_input_container input[type='checkbox'] {
  visibility: hidden;
}
.forms_item_input_container .input_checkbox_container {
  position: relative;
  width: 30px;
  height: 30px;  
}
.forms_item_input_container .input_checkbox_container label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  border-radius: 3px;  
}
.forms_item_input_container .input_checkbox_container label::after {
  content: '\f00c';
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: 'FontAwesome';
  color: #102c92;
  opacity: 0;
}
.forms_item_input_container .input_checkbox_container label:hover::after {
  opacity: 0.2;
}
.forms_item_input_container .input_checkbox_container input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.forms_item_input_container .input_checkbox_container label > span {
  padding-left: 30px;
  line-height: 30px;
  white-space:nowrap;
}

.forms_item_input_container textarea { 
  height: 180px; 
  width: 100%;
}
.forms_item_columnmode_container_table {
  width: 100%;
  display: table;
  max-width: 500px;
}
.forms_item_columnmode_container { 
  padding: 3px 0 3px 0; 
  text-align: center; 
  display: table-cell;
  width: 50%;
  float: none;
}
.forms_item_columnmode_container label.hidden {
  display: none;
}
.forms_item_columnmode_container .inputbox {
  width: 70px;
}
.forms_item_columnmode_container label { 
  display: block; 
}
.forms_balloon_icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 5px;
  padding: 2px 5px 2px 5px;
  background: url(/library/templates/default/resources/tiny_info.png) no-repeat center center;
  float: right;
  cursor: pointer;
}

.form_fieldset {
  background: #C0C0FF;
  margin: 15px 0 15px 0;
  padding: 15px 100px 15px 20px;
  border: 2px solid #c0c0c0;
  background-repeat: no-repeat;
  background-position: top right;
  *position: relative;
}
.form_legend {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  padding: 0 10px 0 10px;
  *position: relative; 
  *top: -1.5em; 
}

.form_buttons_container {
  display: block;
  clear: both;
  padding: 0 0 2em 0;
  text-align:center;
}
.form_buttons_container.full {
  width: 100%;
}
.form_buttons_container .button {
}
.forms_branding_logo {
  float: right; 
}

/* AJAX category tree (list) */
.forms_category_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  width: 300px;
  margin-top: -5px;
}
.forms_category_list div ul { 
  width: 100% !important;
  margin-top: 5px;
  border-bottom: 1px solid #102c92;
}
.forms_category_list li {
  padding: 5px 0 5px 15px;
  display: block;
  background: #745eff;
  color: #323232;
  border-left: 7px solid #102c92;
  cursor: pointer;
}

.forms_category_list li label {
  display: block;
}
.forms_category_list li:hover {
  /* background-color: #102c92 !important;
  color: #fff;*/
}
.forms_category_list li.has_children {
  background: #745eff url(/library/templates/default/resources/plus.png) no-repeat right 10px;
}
.forms_category_list li div {
  background: #102c92; 
}
.forms_category_list li input {
  float: left;
  display: block;
  margin: 2px 10px 0 5px;
  border-right: 1px solid #fff;
}

/* User input wizards (e.g. adding new items) */

.stages_container {
  height: 120px;
  background: #D6E5C3;
}
.stage_block {
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  background-position: 12px 10px;
  background-repeat: no-repeat;
}
.stage_block_label {
  color: #4D642C;
  font-weight: bold;
  padding-top: 90px;
}
.stage_block_label_disabled {
  color: #7A9F45;
  padding-top: 90px;
}

/* User comments */

.forms_item_comment_link_container {
  overflow: auto; 
  clear: both;
  overflow: hidden;
}
.forms_item_comment_link {
  display: block;
  float: right;
  width: 85px;
  text-align: left;
  padding: 10px 0 5px 25px;
  font-size: 10px;
  background: url(/library/templates/default/resources/small_edit.gif) no-repeat 0 5px;
  margin: 1px 5px 0 0;
}
.forms_item_comment_container {
  clear: left;
  padding: 10px;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #999;
  display: none;
}
.forms_item_comment_container textarea {
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-top: 5px;
}
.forms_item_usercomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #61992F; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #E1F1CF url(/library/templates/default/resources/small_user.gif) no-repeat 11px 10px;  
}
.forms_item_admincomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #E7A007; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #FEF9D0 url(/library/templates/default/resources/small_admin.gif) no-repeat 11px 10px;  
}
.forms_item_moderatorcomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #DB911D; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #F9DBC5 url(/library/templates/default/resources/small_moderator.gif) no-repeat 11px 10px;  
}

/* Tooltips */


.tooltip_container {
  background: #745eff;
  padding: 15px 15px;
  font-size: 15px;
  color: #fff;
  max-width: 300px;
  min-width: 200px;
  width: auto;
  z-index: 9999999;
  border-radius: 3px;
}
.tooltip_container.success {
  background: #8DC572;
  color: #fff;
}
.tooltip_container.success div {
  text-shadow: 1px 1px 0 #719E5B;  
}
.tooltip_container.success.right:after,
.tooltip_container.success.left:after
{
  background: #8DC572;
}
.tooltip_container.error {
  background: #BE6464;  
  color: #fff;
}
.tooltip_container.error div {
  text-shadow: 1px 1px 0 #985050;  
}
.tooltip_container.error.right:after,
.tooltip_container.error.left:after
{
  background: #BE6464;
}
.tooltip_container.right {
  margin-top: -10px;
  margin-left: 10px;
}
.tooltip_container.left {
  margin-top: -10px;
  margin-left: -10px;
}
.tooltip_container.top {
  margin-top: -10px;
}
.tooltip_container.bottom {
  margin-top: 10px;
}

.tooltip_container div {
  /*text-shadow: 1px 1px 0 #000;*/
}
.tooltip_container.right:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #745eff;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.left:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: -7px;
  background:#745eff;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.top:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -7px;
  left: 7px;
  background:#745eff;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container.bottom:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 7px;
  background: #745eff;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container .calendar_container {
  font-size: 90%;
}
.tooltip_container .calendar_prev_link,
.tooltip_container .calendar_next_link {
  margin-left: 0;
  width: 24px;
}


@media all and (max-width: 700px) {
  .forms_item_input_container .inputbox,
  .forms_item_input_container textarea,
  .form_buttons_container { 
    width: 100% !important;
  }  
  .forms_item_label {
    display: block;
    width: 100%;
    box-sizing: border-box;
  } 
  .forms_item_input_container {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .forms_item_columnmode_container label.hidden {
    display: inline;
  }
}
.properties_property_container {
  width: 75%;
  background: #fff;
  padding: 15px 25px 15px 25px;
}
.properties_property_left_col {
  margin-right: 225px;
}
.properties_property_left_col div {
  padding: 0 0 15px 0;
}
.properties_property_right_col {
  width: 200px;
  text-align: right;
  float: right;
  background: #ffffff;
  padding-top: 35px;
}
.properties_property_bottom {
  clear: right;
  padding: 5px;
  margin-top: 10px;
}
.properties_property_bottom div {
  float: right;
  width: 200px;
  text-align: right;
}
.properties_details_label {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
  clear: left;
}
.properties_details_value {
  float: right;
  width: 105px;
  font-size: 10px;
  text-align: left;
}

.shop_crosslinked_product {
  width: 150px; 
  float: left;
  margin: 5px;
  text-align: center;
}
.shop_crosslinked_product b {
  display: block;
}
.shop_product_rating_container {
  font-size: 10px;
  margin: -6px 0 5px 0;
  overflow: auto;
}
.shop_product_rating_text {
  float: left;
  padding-top: 5px;
}
.shop_product_star_rating {
  float: left;
  width: 120px;
}
.shop_product_rating_container span {
  padding: 0 2px
}
#directory_advanced_search {
  background: #DEDEE7;
  overflow: auto;
  padding: 5px;
}
#directory_advanced_search h1 {
  font-size: 16px;
  margin: 5px 0 10px 0;
  line-height: 140%;
}
.directory_search_field_container {
  float: left;
  width: 380px;
  height: 25px;
}
.directory_search_label {
  width: 100px;
  display: block;
  float: left;
}
.directory_search_input_container {
  float: left;
  display: block;
  width: 150px;
}

#directory_advanced_search .inputbox{
  width: 250px;
  font-size: 10px !important;
}
#directory_advanced_search .button {
  display: block;
  width: 100px;
  padding: 5px;
  clear: both;
  margin: 0 auto 20px auto;
  position: relative;
  top: 10px;
}
#events_select_categories_container {
  float: right;
  margin: 10px 10px 0 0;
  padding: 10px; 
  text-align: right;
}


#events_side_categories {
  float: right; 
  clear: right;
  padding: 10px; 
  width: 20%; 
  margin: 0 10px 10px 0;
}


#events_side_categories a, #events_side_categories b {
  display: block;
}
#events_table {
  width: 70%;
}
#events_table tr td a {
  display: block;
}
.articles-container {
  text-align: center;
}
.articles-container b {
  display:block;
  font-size: 1rem;
}
.articles-container a {
  font-size: 2rem;
  display:block;
  margin: 0.5em auto 2em auto;
}


#news_article i {
  display: block;
}
.news_article {
  overflow: auto;
}
.article_image {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
  height: auto;
  max-width: 400px;
}

.news_articles_list { 
}

/* news categories */

.news_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.news_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* news sub categories */

.news_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#blog_article i {
  display: block;
}

.blog_articles_list { 
}

/* blog categories */

.blog_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.blog_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* blog sub categories */

.blog_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* Javascript slideshow */

.slideshow_text {
  
  font-family: 'Arial', 'opensans', sans-serif;
  letter-spacing: -0.4pt;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align:center;
  display: block;
  font-size: 350%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000;
  transform: translateY(-50%);
  line-height: 110%;
}

.slideshow_content_slider_container {
  height: auto !important;
}
.slideshow_content_slider {
  width: 100%;
  height: calc(100vw * 0.6) !important;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.slideshow_inner_container {
  height: auto !important;
  position: relative;
}
.slideshow_item {
  position: relative;
}
.slideshow_item, .slideshow_item img {
  width: 100% !important;
  height: calc(100vw * 0.6) !important;
  display: block;
}
#content_col .slideshow_content_slider {
  width: 630px;
  height: 250px;
}
.slideshow_footer {
  height: 80px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 220px 0 0 0;
  padding: 10px 20px;
  font: normal 14px 'Arial', snas-serif;
  width: 100%;
  color: #fff;
  line-height: 140%;
}
#content_col .slideshow_footer {
  width: 590px;
  margin: 150px 0 0 0;
  line-height: 130%;
}
.slideshow_footer h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font: normal 18px 'Arial', snas-serif;
}  

.slideshow_left_browse:hover::before,
.slideshow_right_browse:hover::before
{
  color: #000;
}

.slideshow_left_browse {
  position: absolute;
  cursor: pointer;  
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0% !important;
  width: 50px;
  height: 65px;
  position: absolute;
  margin-top: -40px;
}
.slideshow_right_browse {
  position: absolute;
  cursor: pointer;  
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0% !important;
  width: 50px;
  height: 65px;
  position: absolute;
  margin-top: -40px;
}
.slideshow_left_browse::before {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  left: 5px;
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 100px;
  color: #745eff;
}
.slideshow_right_browse::before {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 5px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 100px;
  color: #745eff;
}


