@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  outline: 0 !important;
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0;
}

button, input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #6a6359;
  background-color: #fff;
  min-height: 100vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.admin-preview-active {
  padding-top: 50px;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
}

svg {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #CCC;
}

hr {
  background: #6a6359;
}

.error {
  margin: 0 0 1.6rem;
  padding: 10px 15px;
  font-weight: 700;
  background-color: rgba(214, 13, 13, 0.7);
  color: #fff;
  border-radius: 8px;
}
.error ul {
  font-weight: 400;
  margin: 0;
  list-style: none;
  padding: 0;
}

h1, h2, h3 {
  margin: 1.6rem 0;
  padding: 0;
  line-height: 1.05;
  font-family: "Josefin Slab", serif;
}

h1 {
  font-size: 4.4rem;
  font-weight: 400;
  color: #000;
  margin: 1.6rem 0 0 0;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

sup,
sub {
  font-size: 70%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.cf, .cms-tabs-top, .cms-tabs {
  *zoom: 1;
}
.cf:before, .cms-tabs-top:before, .cms-tabs:before, .cf:after, .cms-tabs-top:after, .cms-tabs:after {
  content: " ";
  display: table;
}
.cf:after, .cms-tabs-top:after, .cms-tabs:after {
  clear: both;
}

.md {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
 External pages (no user login)
 ========================================================================== */
.no-user {
  background-image: url("/images/bookey_new.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  object-fit: fill;
}
.no-user header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 2rem 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Josefin Slab", serif;
}
.no-user nav {
  display: none;
}
.no-user .container .login_container {
  max-width: 350px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 8rem 0 2rem 0;
}
.no-user .container .search, .no-user .container .breadcrumbs {
  display: none;
}
.no-user footer .address, .no-user footer .legal, .no-user footer .menu {
  display: none;
}
.no-user footer .vsi {
  background: no-repeat url("https://static.visionary.com/siteoncall/siteoncall-footer-white.png");
}

/* ==========================================================================
 Login
 ========================================================================== */
.cmskey_login .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmskey_login .buttons .login_button {
  text-decoration: none;
  display: flex;
  padding: 1.4rem 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  border-radius: 0.2rem;
  width: 50%;
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
}
.cmskey_login .buttons .login_button:hover, .cmskey_login .buttons .login_button:focus, .cmskey_login .buttons .login_button:active {
  background-color: rgba(0, 0, 0, 0.6);
  outline: none;
}
.cmskey_login .buttons .login_link {
  width: 100%;
  text-align: center;
  color: #fff;
}
.cmskey_login .buttons .login_link:hover, .cmskey_login .buttons .login_link:focus, .cmskey_login .buttons .login_link:active {
  color: #000;
}
.cmskey_login .fgrid fieldset {
  padding-right: 0;
}
.cmskey_login .fgrid-float-label label {
  color: #fff;
  text-transform: uppercase;
}
.cmskey_login .login-field {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
.cmskey_login .login-field:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
}

/* ==========================================================================
 Index
 ========================================================================== */
.cmskey_index .cms-text {
  text-align: center;
}

/* ==========================================================================
 Page + Container
 ========================================================================== */
.page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 1200px;
}

/* ==========================================================================
Keyword Search box
========================================================================== */
.search-container .search {
  max-width: 300px;
  float: right;
  border: none;
  border-bottom: 2px solid #999;
  font-size: 1.8rem;
  background-image: url(/images/body/search.png);
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left center;
}
.search-container .search::placeholder {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
}
.js .search-container .search-button {
  display: none;
}

/* ==========================================================================
Link Buttons (links that look like buttons)
========================================================================== */
.link_button {
  text-decoration: none;
  display: inline-block;
  padding: 1.4rem 2rem;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.link_button:hover, .link_button:focus, .link_button:active {
  background-color: #999;
  border-color: #999;
  color: #fff;
  outline: none;
}

/* ==========================================================================
Primary/Secondary Buttons
========================================================================== */
.primary_button {
  text-decoration: none;
  display: inline-block;
  padding: 1.4rem 2rem;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.primary_button:hover, .primary_button:focus, .primary_button:active {
  background-color: #999;
  border-color: #999;
  color: #fff;
  outline: none;
}

.secondary_button {
  text-decoration: none;
  display: inline-block;
  padding: 1.4rem 2rem;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.secondary_button:hover, .secondary_button:focus, .secondary_button:active {
  background-color: #999;
  border-color: #999;
  color: #000;
  outline: none;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
}
.tooltip-title {
  display: none;
  font-weight: bold;
}
.tooltip.active {
  display: block;
}

/* ==========================================================================
CSS for Embeded videos
========================================================================== */
.video_widget_embed {
  /* wrap your iframe in an element with class="video" */
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
  padding: 0px 0px 62.5% 0px;
}
.video_widget_embed iframe, .video_widget_embed object, .video_widget_embed embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
CMS Module Grid
========================================================================== */
.cms-section {
  float: left;
  width: 100%;
}

.cms-module {
  float: left;
}

.cms-module {
  padding: 1rem;
}

.cms-module-12,
.cms-module-9,
.cms-module-8,
.cms-module-6,
.cms-module-4,
.cms-module-3 {
  width: 100%;
}

/* ==========================================================================
Screen size greater than 800 pixels -- May change based on '.container' max-width
========================================================================== */
@media all and (min-width: 800px) {
  .cms-module-12 {
    width: 100%;
  }

  .cms-module-9 {
    width: 75%;
  }

  .cms-module-8 {
    width: 66.6666666667%;
  }

  .cms-module-6 {
    width: 50%;
  }

  .cms-module-4 {
    width: 33.3333333333%;
  }

  .cms-module-3 {
    width: 25%;
  }

  .admin-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 5rem;
    padding: 0 1.5rem;
    background-color: #d60d0d;
    color: #fff;
  }
  .admin-preview h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 400;
  }
  .admin-preview h2 em {
    margin-left: 10px;
    font-style: normal;
    font-size: 14px;
  }
  .admin-preview a {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: white;
    text-decoration: none;
    transition: color 0.125s;
  }
  .admin-preview a:after {
    content: "▶";
    margin-left: 2px;
  }
  .admin-preview a:hover {
    color: #CCC;
  }
}
.viewer_contain {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.viewer {
  display: block;
  width: 100%;
  margin: 0 0 0.75rem 0;
  padding: 1.5rem 3rem;
  text-align: center;
  background-color: #000;
  border: 1px solid #444;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.viewer button.viewer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.viewer:hover, .viewer:focus, .viewer:active {
  background-color: #CCC;
  font-weight: 400;
  text-decoration: none;
}
.viewer.active {
  font-weight: 700;
}
@media all and (min-width: 500px) and (max-width: 799px) {
  .viewer {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .viewer:nth-child(even) {
    margin-right: 0;
  }
  .viewer:nth-child(even) {
    margin-left: 0;
  }
}
@media all and (min-width: 800px) {
  .viewer, .viewer:nth-child(odd), .viewer:nth-child(even) {
    float: left;
    display: inline-block;
    width: auto;
    padding: 1rem 3rem;
    margin-left: 0;
    margin-right: 0.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 30;
  overflow: visible;
  background-color: #000;
}
@media all and (max-width: 650px) {
  header header {
    height: 5rem;
  }
}
@media all and (min-width: 1210px ) {
  header .container {
    padding: 0;
  }
}
header .logo {
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 93%;
  text-decoration: none;
  padding: 2rem 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Josefin Slab";
  width: calc(100% - 50px);
}
@media all and (min-width: 800px) {
  header .logo {
    width: auto;
    margin: 0;
  }
}
header nav {
  text-align: justify;
  font-family: "Work Sans";
  text-transform: uppercase;
  margin-left: 175px;
}
header nav .menu {
  appearance: none;
  background: #000;
  color: #fff;
  border: none;
  display: block;
  text-align: right;
  cursor: pointer;
  line-height: 1;
  margin: 2rem;
}
header nav .menu:hover, header nav .menu:focus, header nav .menu:active {
  background: #000;
  color: #999;
}
@media all and (min-width: 800px) {
  header nav .menu {
    display: none;
  }
}
header nav .bar1, header nav .bar2, header nav .bar3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 8px 0;
  transition: 0.4s;
}
header nav .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
header nav .change .bar2 {
  opacity: 0;
}
header nav .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-10px, -10px);
  transform: rotate(45deg) translate(-10px, -10px);
}
header nav .submenu {
  appearance: none;
  background: transparent;
  border: 1px #000;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3.6rem;
  width: auto;
  margin: 0;
  padding: 0 1.6rem;
  cursor: pointer;
}
header nav .submenu:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: relative;
  top: 10%;
  transition: all 0.125s linear;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
}
@media all and (min-width: 800px) {
  header nav .submenu {
    display: none;
  }
}
header nav .show_submenu .submenu:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header nav .top_menu {
  position: absolute;
  top: 9.7rem;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #CCC;
}
@media all and (min-width: 800px) {
  header nav .top_menu {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    width: auto;
    font-size: 0;
    text-align: center;
    background-color: transparent;
    display: flex !important;
    justify-content: center;
  }
}
@media all and (min-width: 800px) {
  header nav .top_menu .main-menu-last ul.sub {
    left: auto;
    right: 0;
  }
}
header nav .top_menu li {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #fff;
}
header nav .top_menu li:hover, header nav .top_menu li:focus, header nav .top_menu li:active {
  background-color: #444;
}
header nav .top_menu li:hover a, header nav .top_menu li:focus a, header nav .top_menu li:active a {
  color: #fff;
}
@media all and (min-width: 800px) {
  header nav .top_menu li {
    position: relative;
    z-index: 200;
    width: auto;
    margin-right: 0;
    display: inline-block;
    border: none;
    text-align: center;
    flex-grow: 2;
  }
  header nav .top_menu li:hover, header nav .top_menu li:focus, header nav .top_menu li:active {
    background-color: transparent;
  }
  header nav .top_menu li a:hover {
    color: #999;
  }
}
header nav .top_menu li:last-child {
  border-bottom: solid 1px #000;
}
@media all and (min-width: 800px) {
  header nav .top_menu li:last-child {
    margin-right: 0;
  }
}
header nav .top_menu li a {
  width: calc(100% - 50px);
  font-weight: 300;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  line-height: 1;
  color: #000;
  display: block;
}
@media all and (min-width: 800px) {
  header nav .top_menu li a {
    z-index: 200;
    height: 100px;
    padding: 4rem 2rem;
    width: auto;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header nav .top_menu li a img {
  width: 40px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  display: none;
}
@media all and (min-width: 800px) {
  header nav .top_menu li a img {
    display: block;
  }
}
header nav .top_menu li.top_menu_active a {
  color: #999;
}
@media all and (min-width: 800px) {
  header nav .top_menu .header-nav-item-sub li a {
    height: auto;
    padding: 2rem;
  }
}
header nav .top_menu ul.sub {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  border-top: 1px dotted #000;
  background-color: #fff;
}
@media all and (min-width: 800px) {
  header nav .top_menu ul.sub {
    position: absolute;
    top: 9.6rem;
    left: 0;
    background-color: #fff;
    padding: 0 0.75rem 0.15rem 0.75rem;
    min-width: 16rem;
    border: 1px solid #d9d9d9;
    border-top: 3px solid #000;
  }
  header nav .top_menu ul.sub:before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: 15%;
    width: 0;
    height: 0;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #000;
    border-left: 1rem solid transparent;
  }
}
header nav .top_menu ul.sub li {
  width: 100%;
  border-color: #fff;
}
@media all and (min-width: 800px) {
  header nav .top_menu ul.sub li {
    border-bottom: 1px dotted #fff;
    margin: 0;
  }
  header nav .top_menu ul.sub li:first-child {
    border-top: none;
  }
  header nav .top_menu ul.sub li:last-child {
    border-bottom: none;
  }
}
header nav .top_menu ul.sub li.sub-menu-first {
  border-top: 1px solid #000;
}
header nav .top_menu ul.sub li.sub-menu-last, header nav .top_menu ul.sub li:last-child {
  border-bottom: none;
}
header nav .top_menu ul.sub li a {
  width: 100%;
  padding-left: 3.2rem;
  color: #444;
}
@media all and (min-width: 800px) {
  header nav .top_menu ul.sub li a {
    padding: 1rem;
    color: #444;
    font-size: 1.4rem;
  }
  header nav .top_menu ul.sub li a:hover, header nav .top_menu ul.sub li a:focus, header nav .top_menu ul.sub li a:active {
    color: #000;
  }
}

.user_profile .header-nav-item-sub {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #000;
}
.user_profile .header-nav-item-sub-links {
  display: flex;
  flex-direction: column;
}
.user_profile .header-nav-item-sub-links a {
  color: #fff;
}
.user_profile .header-nav-item-sub.active {
  display: block;
}

wrap {
  min-height: 100%;
}

main {
  position: relative;
  float: left;
  width: 100%;
  overflow: auto;
  padding-bottom: 100px;
}
main section {
  overflow: hidden;
  background: none;
}
main section.container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main section.full {
  float: none;
  width: 100%;
}
main p {
  margin: 1.5rem 0;
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
main ol {
  list-style: numbered;
}
main ul {
  list-style: disc;
}
main ol, main ul {
  list-style-position: outside;
  padding-left: 2rem;
  margin: 1.5rem 0;
}

.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}

footer {
  float: left;
  width: 100%;
  padding: 1.6rem 0;
  background-color: none;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  bottom: 0;
  min-height: 80px;
  clear: both;
  margin-top: auto;
}
footer .container {
  position: relative;
}
@media all and (min-width: 1210px ) {
  footer .container {
    padding: 0;
  }
}
@media all and (min-width: 800px) {
  footer {
    text-align: left;
  }
}
footer ul.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media all and (min-width: 800px) {
  footer ul.menu {
    width: 80%;
    text-align: left;
  }
}
footer ul.menu li {
  display: inline-block;
  padding-right: 0.5rem;
}
footer ul.menu li:after {
  content: "|";
  margin-left: 1rem;
  font-family: sans-serif;
}
footer ul.menu li:last-child:after {
  content: none;
}
footer ul.menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
footer ul.menu li a:hover, footer ul.menu li a:focus, footer ul.menu li a:active {
  color: #444;
}
footer ul.menu li ul {
  display: none;
}
footer .address, footer .legal {
  width: 100%;
  color: #000;
  text-align: center;
  padding: 1rem 0;
}
@media all and (min-width: 800px) {
  footer .address, footer .legal {
    width: 80%;
    text-align: left;
  }
}
footer .vsi {
  display: block;
  float: none;
  overflow: hidden;
  margin: 1rem auto;
  width: 120px;
  height: 30px;
  background: no-repeat url("https://static.visionary.com/siteoncall/siteoncall-footer.png");
  text-indent: 100%;
  white-space: nowrap;
}
@media all and (min-width: 800px) {
  footer .vsi {
    position: absolute;
    margin: 0;
    top: 0;
    right: 2rem;
  }
}

#popup_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
}

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#popup_container .popup_notice {
  color: #d60d0d;
}

#popup_title {
  font-family: "Work Sans", sans-serif;
  padding: 0.5rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  border-radius: 0.3rem 0.3rem 0 0;
  line-height: 3.2rem;
  cursor: default;
}
.alert #popup_title:before, .confirm #popup_title:before {
  margin-right: 0.5rem;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#popup_content {
  padding: 1rem 1.5rem;
}
#popup_content input[type=button] {
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-decoration: none;
  display: inline-block;
  line-height: 1.125;
  padding: 1.5rem 3rem;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-transform: uppercase;
}
#popup_content input[type=button]:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

#popup_panel {
  margin-top: 1rem;
}

#popup_prompt {
  margin: 0.5em 0em;
}

input.socv {
  display: none;
}

.form,
.buttons {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.buttons {
  margin-bottom: 2rem;
}
.buttons button,
.buttons input[type=button],
.buttons input[type=submit],
.buttons input[type=reset] {
  cursor: pointer;
  font-weight: 400;
  transition: all 0.125s ease-in-out;
  text-decoration: none;
  display: inline-block;
  line-height: 1.125;
  padding: 1.5rem 3rem;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-transform: uppercase;
}
.buttons button:last-child,
.buttons input[type=button]:last-child,
.buttons input[type=submit]:last-child,
.buttons input[type=reset]:last-child {
  margin-right: 0;
}
.buttons button:hover, .buttons button:focus, .buttons button:active,
.buttons input[type=button]:hover,
.buttons input[type=button]:focus,
.buttons input[type=button]:active,
.buttons input[type=submit]:hover,
.buttons input[type=submit]:focus,
.buttons input[type=submit]:active,
.buttons input[type=reset]:hover,
.buttons input[type=reset]:focus,
.buttons input[type=reset]:active {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.fgrid {
  *zoom: 1;
}
.fgrid:before, .fgrid:after {
  content: " ";
  display: table;
}
.fgrid:after {
  clear: both;
}
.fgrid fieldset {
  float: left;
  width: 100%;
  margin-bottom: 2.4rem;
  padding-right: 2rem;
}
.fgrid fieldset label {
  display: inline-block;
}
.fgrid fieldset.fgrid-last + fieldset {
  clear: left;
}
.fgrid section,
.fgrid .form_section {
  float: left;
  width: 100%;
}
.fgrid .fgrid-no-padding {
  padding-right: 0;
}
.fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3, .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
  width: 100%;
}
@media all and (min-width: 500px) and (max-width: 799px) {
  .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3 {
    width: 25%;
  }
  .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7 {
    width: 50%;
  }
  .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
    width: 100%;
  }
}
@media all and (min-width: 800px) {
  .fgrid .fgrid-col-1 {
    width: 8.33333%;
  }
  .fgrid .fgrid-col-2 {
    width: 16.66667%;
  }
  .fgrid .fgrid-col-5 {
    width: 41.66667%;
  }
  .fgrid .fgrid-col-7 {
    width: 58.33333%;
  }
  .fgrid .fgrid-col-10 {
    width: 83.33333%;
  }
  .fgrid .fgrid-col-11 {
    width: 91.66667%;
  }
  .fgrid .fgrid-col-12 {
    width: 100%;
  }
  .fgrid .fgrid-col-9 {
    width: 75%;
  }
  .fgrid .fgrid-col-8 {
    width: 66.6666666667%;
  }
  .fgrid .fgrid-col-6 {
    width: 50%;
  }
  .fgrid .fgrid-col-4 {
    width: 33.3333333333%;
  }
  .fgrid .fgrid-col-3 {
    width: 25%;
  }
}
.fgrid .fgrid-note {
  float: left;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #9e968b;
}

label.req, label.required {
  font-weight: 700;
}
label em,
label .label-error {
  margin-left: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #928a7d;
}
label .label-error {
  color: #f42434;
}

button,
input[type=submit],
input[type=reset],
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=email],
fieldset input[type=number],
fieldset input[type=tel],
fieldset input[type=url],
fieldset input[type=search],
fieldset input[type=date],
fieldset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=date],
textarea,
select {
  width: 100%;
  height: 4.2rem;
  padding: 0 0.8rem;
  line-height: 3rem;
  border: 1px solid #6a6359;
  border-radius: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=number].error,
input[type=search].error,
input[type=date].error,
textarea.error,
select.error {
  border-color: #f42434;
}
input[type=text].error ~ label,
input[type=email].error ~ label,
input[type=password].error ~ label,
input[type=number].error ~ label,
input[type=search].error ~ label,
input[type=date].error ~ label,
textarea.error ~ label,
select.error ~ label {
  color: #f42434;
}
input[type=text].required ~ label, input[type=text].req ~ label,
input[type=email].required ~ label,
input[type=email].req ~ label,
input[type=password].required ~ label,
input[type=password].req ~ label,
input[type=number].required ~ label,
input[type=number].req ~ label,
input[type=search].required ~ label,
input[type=search].req ~ label,
input[type=date].required ~ label,
input[type=date].req ~ label,
textarea.required ~ label,
textarea.req ~ label,
select.required ~ label,
select.req ~ label {
  font-weight: 700;
}
input[type=text].required ~ label:after, input[type=text].req ~ label:after,
input[type=email].required ~ label:after,
input[type=email].req ~ label:after,
input[type=password].required ~ label:after,
input[type=password].req ~ label:after,
input[type=number].required ~ label:after,
input[type=number].req ~ label:after,
input[type=search].required ~ label:after,
input[type=search].req ~ label:after,
input[type=date].required ~ label:after,
input[type=date].req ~ label:after,
textarea.required ~ label:after,
textarea.req ~ label:after,
select.required ~ label:after,
select.req ~ label:after {
  margin-left: 0.3rem;
}

textarea {
  height: auto;
  line-height: 1.5;
  padding: 0.8rem;
}

.fgrid-float-label {
  position: relative;
}
.fgrid-float-label label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 0.5rem;
  line-height: 3rem;
  color: #999999;
  transition: all 0.15s ease;
}
.fgrid-float-label textarea ~ label {
  padding-top: 0;
}
.fgrid-float-label input[type=text],
.fgrid-float-label input[type=email],
.fgrid-float-label input[type=password],
.fgrid-float-label input[type=number],
.fgrid-float-label input[type=search],
.fgrid-float-label input[type=date],
.fgrid-float-label select {
  padding: 0.9rem 0.5rem 0.1rem;
}
.fgrid-float-label textarea {
  float: left;
  padding-top: 1.3rem;
  resize: none;
}
.fgrid-float-label input.filled ~ label,
.fgrid-float-label input:focus ~ label,
.fgrid-float-label textarea.filled ~ label,
.fgrid-float-label textarea:focus ~ label,
.fgrid-float-label select.filled ~ label,
.fgrid-float-label select:focus ~ label {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.3rem 0.5rem 0;
}

.field_note {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-block;
  font-style: italic;
}

.file-preview {
  position: relative;
}
.file-preview input {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
}
.file-preview label {
  position: relative;
  display: inline-block;
  float: left;
  width: 150px;
  cursor: pointer;
  border: 1px solid #CCC;
}
.file-preview[data-file-type=pdf] label {
  width: 115px;
}
.file-preview.no-file label:after {
  content: "No Image Provided";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}
.file-preview[data-file-type=pdf].no-file label:after {
  content: "No PDF Provided";
}
.file-preview input:focus + label,
.file-preview label:hover {
  background-color: #CCC;
}
.file-preview input:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.file-preview label .photo,
.file-preview label .image {
  float: left;
  width: 150px;
  height: 150px;
}
.file-preview[data-file-type=pdf] label .photo, .file-preview[data-file-type=pdf] label .image {
  width: 115px;
}
.file-preview label .photo img,
.file-preview label .image img {
  float: left;
  width: 100%;
}
.file-preview label .photo span,
.file-preview label .image span {
  width: 100%;
  height: 100%;
  line-height: 130px;
  text-align: center;
  font-size: 8rem;
}
.file-preview label .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.file-preview label.req .text:after,
.file-preview label.required .text:after {
  content: "✱";
  margin-left: 0.3rem;
}
.file-preview-options {
  position: relative;
  float: left;
  height: 100%;
  margin-left: 1rem;
  font-size: 1.3rem;
}
.file-preview-options-specs {
  padding-left: 2rem;
  list-style: disc;
}
.file-preview-options-actions {
  list-style: none;
  bottom: 0;
  left: 0;
  padding: 0;
}
.file-preview-options-actions a {
  text-decoration: none;
}
.file-preview-options-actions a .md {
  width: 1.95rem;
  height: 1.95rem;
  line-height: 1.95rem;
  vertical-align: middle;
}
.file-preview.error label {
  border-color: #f42434;
}
.file-preview.error label .text {
  color: #f42434;
}
.file-preview .label-error {
  float: left;
  clear: both;
  color: #f42434;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}

#colorbox,
#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  outline: 0;
  overflow: visible;
}
#colorbox span*[class*=".icon-"] {
  color: #fff;
}

#cboxWrapper {
  position: relative;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  display: flex;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  padding: 1rem 2rem;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#cboxContent {
  overflow: visible;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#cboxContent .cboxIframe {
  background: #fff;
}
#cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #999;
}
#cboxContent #cboxLoadedContent {
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#cboxContent #cboxLoadingGraphic {
  background: url(/css/admin/images/loading.gif) no-repeat center center;
}
#cboxContent #cboxLoadingOverlay {
  background: #fff;
}
#cboxContent #cboxTitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 0.5rem 5rem 0.5rem 1rem;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  border-radius: 0.3rem 0.3rem 0 0;
  line-height: 3.2rem;
}
#cboxContent #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxContent #cboxPrevious,
#cboxContent #cboxNext,
#cboxContent #cboxSlideshow,
#cboxContent #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
#cboxContent #cboxClose {
  color: #fff;
  bottom: 100%;
  bottom: calc(100% + 1px);
  right: 0;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  background-color: transparent;
}
#cboxContent #cboxClose:hover, #cboxContent #cboxClose:focus, #cboxContent #cboxClose:active {
  box-shadow: none;
  color: #999;
}
#cboxContent #cboxPrevious,
#cboxContent #cboxNext,
#cboxContent #cboxSlideshow {
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  top: -20px;
}
#cboxContent #cboxPrevious:active,
#cboxContent #cboxNext:active,
#cboxContent #cboxSlideshow:active,
#cboxContent #cboxClose:active {
  outline: 0;
}
#cboxContent #cboxPrevious {
  background-position: 0 0;
  right: 44px;
}
#cboxContent #cboxPrevious:hover, #cboxContent #cboxPrevious:focus, #cboxContent #cboxPrevious:active {
  background-position: 0 -25px;
}
#cboxContent #cboxNext {
  background-position: -25px 0;
  right: 22px;
}
#cboxContent #cboxNext:hover, #cboxContent #cboxNext:focus, #cboxContent #cboxNext:active {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.cbox-padded #cboxLoadedContent {
  padding: 1rem;
}

.breadcrumbs {
  float: left;
  margin-top: -23px;
  color: #999;
  text-transform: uppercase;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.breadcrumbs li:after {
  content: "/";
  position: relative;
  right: 2px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.breadcrumbs li:last-of-type {
  padding-right: 0;
}
.breadcrumbs li:last-of-type:after {
  display: none;
}
.breadcrumbs a {
  font-weight: normal;
  text-decoration: none;
  color: #999;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #444;
}

.spinner {
  width: 200px;
  height: 200px;
  border: solid #444 2rem;
  border-top: solid #fff 2rem;
  border-radius: 50%;
  animation: spin_360 ease-in-out 1.3s infinite;
}
.spinner_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  z-index: 30;
}

@keyframes spin_360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table_of_contents {
  max-width: 400px;
  margin: auto;
}
.table_of_contents hr {
  height: 2px;
  background: #000;
  margin: 4rem 0 2rem;
}

.galleries {
  list-style: none;
  padding: 1.5rem 0;
  margin: 0;
}
.galleries li.gallery {
  position: relative;
  padding: 6px 0;
  padding-left: 30px;
  margin-left: -30px;
}
.galleries li.gallery .gallery_drag,
.galleries li.gallery .album_drag {
  position: absolute;
  top: 8px;
  left: 0;
  cursor: grab;
  opacity: 0;
  transition: opacity 0.25s;
}
.galleries li.gallery .toc_gallery {
  display: inline-block;
  width: calc(100% - 25px);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.galleries li.gallery .toc_gallery.open {
  font-weight: 600;
}
.galleries li.gallery .toggle, .galleries li.gallery .secondary_toggle {
  cursor: pointer;
  float: right;
  position: relative;
  height: 20px;
  width: 20px;
}
.galleries li.gallery .toggle:before, .galleries li.gallery .toggle:after, .galleries li.gallery .secondary_toggle:before, .galleries li.gallery .secondary_toggle:after {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 15%;
  top: 45%;
  width: 14px;
  transition: transform 500ms ease;
}
.galleries li.gallery .toggle:after, .galleries li.gallery .secondary_toggle:after {
  transform-origin: center;
}
.galleries li.gallery .toggle.collapsed:after, .galleries li.gallery .secondary_toggle.collapsed:after {
  transform: rotate(90deg);
}
.galleries li.gallery .toggle.collapsed:before, .galleries li.gallery .secondary_toggle.collapsed:before {
  transform: rotate(180deg);
}
.galleries li.gallery ul.albums {
  display: none;
  list-style: none;
  width: calc(100% - 25px);
  padding-left: 3rem;
  margin: 6px 0;
}
.galleries li.gallery ul.albums.display {
  display: block;
}
.galleries li.gallery ul.albums li.album {
  position: relative;
  padding: 6px 0;
  padding-left: 30px;
  margin-left: -30px;
}
.galleries li.gallery ul.albums li.album .toc_album {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.galleries li.gallery ul.albums li.album .toc_album.open {
  font-weight: 600;
}
.galleries li.gallery ul.subalbums {
  display: none;
  list-style: none;
  width: calc(100% - 25px);
  padding-left: 3rem;
  margin: 6px 0;
}
.galleries li.gallery ul.subalbums.display {
  display: block;
}
.galleries li.gallery ul.subalbums li.subalbum {
  position: relative;
  padding: 6px 0;
  padding-left: 30px;
  margin-left: -30px;
}
.galleries li.gallery ul.subalbums li.subalbum .toc_subalbum {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

.table_of_contents.gallery_sorting li.gallery .gallery_drag {
  opacity: 1;
}

.table_of_contents.album_sorting .album_sorting_album > li.album > .album_drag,
.table_of_contents.album_sorting .album_sorting_album > li.subalbum > .album_drag {
  opacity: 1;
}

.toc_actions .custom-select {
  position: relative;
  margin: 2rem 0 1rem;
}
.toc_actions .custom-select:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  border: 1px solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(45deg);
  z-index: -1;
}
.toc_actions .custom-select select {
  color: #999;
  background-color: transparent;
  font-weight: 600;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  text-indent: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.toc_actions .custom-select select option {
  color: #000;
  padding-left: 0;
  margin-left: 0;
}
.toc_actions .custom-select .select-selected {
  background-color: transparent;
  color: #999;
  padding: 6px 0;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  font-weight: 600;
}
.toc_actions .custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  border: 1px solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(45deg);
}
.toc_actions .custom-select .select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.toc_actions .custom-select .select-items div {
  color: #000;
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  font-weight: 400;
}
.toc_actions .custom-select .select-items div:hover, .toc_actions .custom-select .select-items div:focus, .toc_actions .custom-select .select-items div:active {
  background-color: #000;
  color: #fff !important;
}
.toc_actions .custom-select .select-items .same-as-selected {
  background-color: #000;
  color: #fff !important;
}
.toc_actions .custom-select .select-hide {
  display: none;
}
.toc_actions input[type=text],
.toc_actions input[type=date] {
  border: none;
  border-bottom: 1px solid #999;
  padding: 0;
  margin: 1rem 0;
}
.toc_actions input[type=text]::placeholder,
.toc_actions input[type=date]::placeholder {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.toc_actions input[type=date] {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #999;
  padding: 0;
  margin: 1rem 0;
  width: 100%;
  height: 42px;
}
.toc_actions input[type=date]:invalid::-webkit-datetime-edit {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.toc_actions label.radio {
  float: left;
  padding: 5px 0;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  clear: both;
}
.toc_actions label.radio .small {
  font-size: 14px;
}
.toc_actions label.radio .checkmark {
  position: relative;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
}
.toc_actions label.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
}
.toc_actions label.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.toc_actions label.radio input[type=radio]:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #000;
}
.toc_actions label.radio input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.toc_actions .toggle.collapsed {
  display: none;
}
.toc_actions .primary_button,
.toc_actions .secondary_button {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}

/* Album */
.cmskey_albums .album_description {
  margin-top: 1rem;
  font-family: "Work Sans", sans-serif;
}
.cmskey_albums .album_links {
  margin: 2rem 0;
  display: inline-block;
}
.cmskey_albums .album_links a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  clear: both;
}
.cmskey_albums .album_links a:hover, .cmskey_albums .album_links a:focus, .cmskey_albums .album_links a:active {
  color: #CCC;
}
.cmskey_albums .btn_container {
  margin: 1rem 0 3rem 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 499px) {
  .cmskey_albums .btn_container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cmskey_albums .btn_container .primary_button {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .cmskey_albums .btn_container .secondary_button {
    width: 100%;
    text-align: center;
  }
}
.cmskey_albums .images-empty-note {
  display: none;
}
.cmskey_albums .images-empty-note.active {
  display: block;
}
.cmskey_albums .images {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cmskey_albums .images.images-empty {
  margin-top: 0;
  margin-bottom: 0;
}
.cmskey_albums .images.updating_sequence .admin_edit {
  display: none;
}
.addzone {
  display: flex;
  justify-content: center;
}
.addzone .addzone-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* Image */
.cmskey_albums .image,
.cmskey_albums .subalbum {
  position: relative;
  width: 25%;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1000px) {
  .cmskey_albums .image,
.cmskey_albums .subalbum {
    width: 33.33%;
  }
}
@media all and (max-width: 700px) {
  .cmskey_albums .image,
.cmskey_albums .subalbum {
    width: 50%;
  }
}
@media all and (max-width: 499px) {
  .cmskey_albums .image,
.cmskey_albums .subalbum {
    width: 100%;
  }
}
.cmskey_albums .image-container,
.cmskey_albums .subalbum-container {
  position: relative;
  width: 100%;
  height: 225px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (min-width: 600px) and (max-width: 699px) {
  .cmskey_albums .image-container,
.cmskey_albums .subalbum-container {
    height: 250px;
  }
}
@media all and (min-width: 400px) and (max-width: 499px) {
  .cmskey_albums .image-container,
.cmskey_albums .subalbum-container {
    height: 300px;
  }
}
@media all and (min-width: 300px) and (max-width: 399px) {
  .cmskey_albums .image-container,
.cmskey_albums .subalbum-container {
    height: 250px;
  }
}
.cmskey_albums .image-container img.lzy-image,
.cmskey_albums .subalbum-container img.lzy-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cmskey_albums .image-container-hover,
.cmskey_albums .subalbum-container-hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem;
  transform: scale(1.05);
}
.cmskey_albums .image-container-hover .description,
.cmskey_albums .subalbum-container-hover .description {
  margin-bottom: 1rem;
}
.cmskey_albums .image-container-hover a,
.cmskey_albums .subalbum-container-hover a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 1rem 0;
}
.cmskey_albums .image-container-hover a:first-of-type img,
.cmskey_albums .subalbum-container-hover a:first-of-type img {
  width: 35px;
  margin: 0 15px 0 5px;
}
.cmskey_albums .image-container-hover a img,
.cmskey_albums .subalbum-container-hover a img {
  width: 45px;
  float: left;
  margin-right: 10px;
}
.cmskey_albums .image-container-hover a:hover, .cmskey_albums .image-container-hover a:focus, .cmskey_albums .image-container-hover a:active,
.cmskey_albums .subalbum-container-hover a:hover,
.cmskey_albums .subalbum-container-hover a:focus,
.cmskey_albums .subalbum-container-hover a:active {
  color: #999;
}
.cmskey_albums .image-container:hover .image-container-hover, .cmskey_albums .image-container:focus .image-container-hover, .cmskey_albums .image-container:active .image-container-hover,
.cmskey_albums .subalbum-container:hover .image-container-hover,
.cmskey_albums .subalbum-container:focus .image-container-hover,
.cmskey_albums .subalbum-container:active .image-container-hover {
  display: block;
}
.cmskey_albums .image .fgrid,
.cmskey_albums .subalbum .fgrid {
  margin-top: 2.4rem;
  width: 100%;
  height: calc(100% - 75px - 2.4rem);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.cmskey_albums .image .fgrid fieldset,
.cmskey_albums .subalbum .fgrid fieldset {
  padding: 0;
}
.cmskey_albums .image .tags,
.cmskey_albums .subalbum .tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  float: left;
  margin-top: 0;
}
.cmskey_albums .image .tags .tag,
.cmskey_albums .subalbum .tags .tag {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  height: 32px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: solid 1px #000;
  border-radius: 5rem;
  padding: 0.5rem;
}
.cmskey_albums .image .tags .tag-label,
.cmskey_albums .subalbum .tags .tag-label {
  width: max-content;
}
.cmskey_albums .image .tags .tag-delete,
.cmskey_albums .subalbum .tags .tag-delete {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  text-decoration: none;
  overflow: visible;
}
.cmskey_albums .image .tag-add,
.cmskey_albums .subalbum .tag-add {
  width: 100%;
  margin-bottom: 10px;
}
.cmskey_albums .image .toolbar,
.cmskey_albums .subalbum .toolbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cmskey_albums .image .toolbar .md,
.cmskey_albums .subalbum .toolbar .md {
  color: #000;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.cmskey_albums .image .toolbar .md-checkbox input[type=checkbox],
.cmskey_albums .subalbum .toolbar .md-checkbox input[type=checkbox] {
  display: none;
}
.cmskey_albums .image .toolbar .md-checkbox input[type=checkbox] + label::after,
.cmskey_albums .subalbum .toolbar .md-checkbox input[type=checkbox] + label::after {
  cursor: pointer;
  content: "check_box_outline_blank";
}
.cmskey_albums .image .toolbar .md-checkbox input[type=checkbox]:checked + label::after,
.cmskey_albums .subalbum .toolbar .md-checkbox input[type=checkbox]:checked + label::after {
  content: "check_box";
}
.cmskey_albums .image .toolbar .md:not(:last-of-type),
.cmskey_albums .subalbum .toolbar .md:not(:last-of-type) {
  margin-right: 1rem;
}

.cmskey_albums .subalbum-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  text-decoration: none;
}
.cmskey_albums .subalbum-container:hover, .cmskey_albums .subalbum-container:focus, .cmskey_albums .subalbum-container:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
  border: none;
}
.cmskey_albums .subalbum-icon {
  width: 64px;
  height: 64px;
  font-size: 64px;
}
.cmskey_albums .subalbum-title {
  margin-top: 1rem;
}

.image-multipg {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  color: #fff;
  text-shadow: 2px 2px 6px #000;
}
.image-multipg.image-multipg-pos {
  right: 50%;
}
.image-multipg:after {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.image-multipg-1:after {
  content: "";
}
.image-multipg-2:after {
  content: "";
}
.image-multipg-3:after {
  content: "";
}
.image-multipg-4:after {
  content: "";
}
.image-multipg-5:after {
  content: "";
}
.image-multipg-6:after {
  content: "";
}
.image-multipg-7:after {
  content: "";
}
.image-multipg-8:after {
  content: "";
}
.image-multipg-9:after {
  content: "";
}

.cmskey_sldshw .images .image > img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cmskey_sldshw .images .image-multipg {
  opacity: 0;
  transition: opacity 0.25s;
}
.cmskey_sldshw .images .image-multipg.image-multipg-pos {
  opacity: 1;
}
.cmskey_sldshw .images .image-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #ccc;
}
.cmskey_sldshw .images .image-video .image-video-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmskey_sldshw .images .image-video .image-video-player,
.cmskey_sldshw .images .image-video iframe {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmskey_sldshw .btn_container {
  margin: 10rem 0 3rem 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 499px) {
  .cmskey_sldshw .btn_container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cmskey_sldshw .btn_container .primary_button {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .cmskey_sldshw .btn_container .secondary_button {
    width: 100%;
    text-align: center;
  }
}
.cmskey_sldshw .slideshow-note {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 11px;
  font-style: italic;
}
.cmskey_sldshw .slideshow_content {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 3rem;
}
.cmskey_sldshw .slideshow_content .description {
  text-align: center;
}
.cmskey_sldshw .slideshow_content .description .save_description {
  display: none;
}
.cmskey_sldshw .slideshow_content .description textarea {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.cmskey_sldshw .slideshow_content .description textarea:read-only {
  resize: none;
  border: none;
}
.cmskey_sldshw .slideshow_content .description.active .edit_description {
  display: none;
}
.cmskey_sldshw .slideshow_content .description.active .save_description {
  display: block;
}
.cmskey_sldshw .slideshow_content .description .link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.cmskey_sldshw .slideshow_content .comments h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
}
.cmskey_sldshw .slideshow_content .comments .comment {
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.cmskey_sldshw .slideshow_content .comments .comment .author {
  min-width: 175px;
  padding-top: 1rem;
}
@media all and (max-width: 550px) {
  .cmskey_sldshw .slideshow_content .comments .comment .author {
    padding: 0 0 2rem 0;
  }
}
.cmskey_sldshw .slideshow_content .comments .comment .author img {
  width: 40px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.cmskey_sldshw .slideshow_content .comments .comment .author .name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0;
  color: #000;
}
.cmskey_sldshw .slideshow_content .comments .comment .details {
  position: relative;
  width: calc(100% - 175px);
}
@media all and (max-width: 550px) {
  .cmskey_sldshw .slideshow_content .comments .comment .details {
    width: 100%;
  }
}
.cmskey_sldshw .slideshow_content .comments .comment .details .date {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.cmskey_sldshw .slideshow_content .comments .comment .details .edit,
.cmskey_sldshw .slideshow_content .comments .comment .details .save {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 14px;
}
@media all and (max-width: 350px) {
  .cmskey_sldshw .slideshow_content .comments .comment .details .edit,
.cmskey_sldshw .slideshow_content .comments .comment .details .save {
    position: relative;
    display: block;
    padding-top: 2rem;
  }
}
.cmskey_sldshw .slideshow_content .comments .comment .details .save {
  display: none;
}
.cmskey_sldshw .slideshow_content .comments .comment .details .text {
  margin-top: 2rem;
}
.cmskey_sldshw .slideshow_content .comments .comment .details .text textarea {
  font-size: 18px;
  font-weight: 300;
}
.cmskey_sldshw .slideshow_content .comments .comment .details .text textarea:read-only {
  resize: none;
  border: none;
  padding: 0;
}
.cmskey_sldshw .slideshow_content .comments .comment.active .edit {
  display: none;
}
.cmskey_sldshw .slideshow_content .comments .comment.active .save {
  display: block;
}
.cmskey_sldshw .slideshow_content .comments .new_comment {
  display: flex;
  flex-wrap: wrap;
}
.cmskey_sldshw .slideshow_content .comments .new_comment .comment_label {
  min-width: 175px;
  padding-top: 1rem;
}
.cmskey_sldshw .slideshow_content .comments .new_comment .comment_label .md {
  color: #000;
  font-size: 40px;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.cmskey_sldshw .slideshow_content .comments .new_comment .comment_label p {
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0;
  color: #000;
}
.cmskey_sldshw .slideshow_content .comments .new_comment textarea {
  width: calc(100% - 175px);
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
@media all and (max-width: 550px) {
  .cmskey_sldshw .slideshow_content .comments .new_comment textarea {
    width: 100%;
  }
}
.cmskey_sldshw .slideshow_content .comments .primary_button {
  display: block;
  width: 200px;
  margin: 4rem auto auto;
  text-align: center;
}

.search-results-group-results {
  display: flex;
  flex-wrap: wrap;
}
.search-results-group-results .search-result.search-result-album {
  width: 100%;
}
.search-results-group-results .search-result.search-result-image {
  width: 25%;
  padding: 8px;
}
@media all and (max-width: 1000px) {
  .search-results-group-results .search-result.search-result-image {
    width: 33.33%;
  }
}
@media all and (max-width: 700px) {
  .search-results-group-results .search-result.search-result-image {
    width: 50%;
  }
}
@media all and (max-width: 499px) {
  .search-results-group-results .search-result.search-result-image {
    width: 100%;
  }
}
.search-results-group-results .search-result.search-result-image .search-result-link {
  position: relative;
  width: 100%;
  height: 225px;
  display: inline-block;
}
@media all and (min-width: 600px) and (max-width: 699px) {
  .search-results-group-results .search-result.search-result-image .search-result-link {
    height: 250px;
  }
}
@media all and (min-width: 400px) and (max-width: 499px) {
  .search-results-group-results .search-result.search-result-image .search-result-link {
    height: 300px;
  }
}
@media all and (min-width: 300px) and (max-width: 399px) {
  .search-results-group-results .search-result.search-result-image .search-result-link {
    height: 250px;
  }
}
.search-results-group-results .search-result.search-result-image .search-result-link .search-result-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.search-results-group-results .search-result.search-result-image .search-result-link .search-result-link-text {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2rem;
  transform: scale(1.05);
  justify-content: center;
  align-items: center;
}
.search-results-group-results .search-result.search-result-image .search-result-link:hover .search-result-link-text, .search-results-group-results .search-result.search-result-image .search-result-link:focus .search-result-link-text, .search-results-group-results .search-result.search-result-image .search-result-link:active .search-result-link-text {
  display: flex;
}

.search-results-group-paging {
  display: flex;
  justify-content: center;
}
.search-results-group-paging ul.paging {
  display: flex;
  list-style: none;
}
.search-results-group-paging ul.paging li {
  padding: 0 5px;
}
.search-results-group-paging ul.paging li.paging-prev, .search-results-group-paging ul.paging li.paging-next {
  padding: 0;
}
.search-results-group-paging ul.paging li.paging-prev i.md, .search-results-group-paging ul.paging li.paging-next i.md {
  margin-top: 1px;
}
.search-results-group-paging ul.paging li a {
  text-decoration: none;
  padding: 10px;
}

.search-results-group-more {
  display: flex;
  justify-content: center;
}
.search-results-group-more .search-results-group-more-link {
  position: relative;
  text-decoration: none;
}
.search-results-group-more .search-results-group-more-link i.md {
  position: absolute;
  top: 1px;
  right: -25px;
}

.search-back {
  display: flex;
  justify-content: center;
}
.search-back .search-back-link {
  position: relative;
  text-decoration: none;
}
.search-back .search-back-link i.md {
  position: absolute;
  top: 1px;
  right: -25px;
}

.cms-cta {
  text-align: center;
  text-transform: uppercase;
}

.link_button {
  width: 100%;
}

.cms-gallery-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.cms-gallery-list li {
  display: inline-block;
  width: 100px;
  margin: 0;
  cursor: pointer;
}
.cms-gallery-list li img {
  max-width: 100%;
}
@media all and (min-width: 800px) {
  .cms-gallery-list {
    text-align: left;
  }
}

.cms-map {
  position: relative;
  width: 100%;
  max-height: 600px;
}
.cms-map:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cms-map-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-map-info {
  display: none;
}

.cms-slider {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.3rem;
}
.cms-slider img {
  max-width: 100%;
}
.cms-slider-item {
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: auto !important;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  width: 100%;
  height: 0;
  padding: 0 2rem;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide.slick-current {
  height: 100%;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

li.slick-slide {
  list-style: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("/images/body/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 25rem;
  background-color: transparent;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9999;
  cursor: pointer;
}
.slick-prev.slick-positioned,
.slick-next.slick-positioned {
  transform: translateY(-50%);
  transition: top 0.25s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  margin-top: 15px;
}

.slick-prev {
  left: -3rem;
}
[dir=rtl] .slick-prev {
  right: 1rem;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  transform: rotate(135deg);
}
.slick-prev:before {
  transform: rotate(-45deg);
  margin-left: 15px;
}

.slick-next {
  right: -3rem;
}
[dir=rtl] .slick-next {
  right: auto;
  left: 1rem;
}
[dir=rtl] .slick-next:before {
  transform: rotate(-45deg);
}
.slick-next:before {
  transform: rotate(135deg);
  margin-left: 6px;
}

.slick-slider {
  padding: 1rem;
  padding-bottom: calc(1rem + 30px);
}

.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li button::-moz-focus-inner {
  border: 0;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background-color: #999;
  border-radius: 100%;
  transition: background-color 0.1s;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #000;
  opacity: 0.75;
  outline: none;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #000;
}

.cms-tabs {
  position: relative;
}

.cms-tabs-top {
  position: relative;
  bottom: -1px;
  float: left;
  display: inline-block;
  border-width: 1px;
  border-radius: 0.3rem 0.3rem 0 0;
}
.cms-tabs-top span {
  position: relative;
  float: left;
  display: inline-block;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 1px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.1s;
}
.cms-tabs-top span:first-of-type {
  border-top-left-radius: 0.3rem;
}
.cms-tabs-top span:last-of-type {
  border-right-width: 1px;
  border-top-right-radius: 0.3rem;
}
.cms-tabs-top span.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.cms-tabs-top span.active:hover, .cms-tabs-top span.active:focus, .cms-tabs-top span.active:active {
  background-color: #fff;
}
.cms-tabs-top span:hover, .cms-tabs-top span:focus, .cms-tabs-top span:active {
  background-color: #e6e6e6;
}

.cms-tabs-bottom {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 0.3rem 0.3rem;
}
.cms-tabs-bottom-tab {
  display: none;
  padding: 1rem;
}
.cms-tabs-bottom-tab.active {
  display: block;
}

.cms-toggle-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 1rem 4.2rem 1rem 1rem;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  transition: background-color 0.1s;
}
.cms-toggle-item.active {
  background-color: #fff;
}
.cms-toggle-item:last-of-type {
  margin-bottom: 0;
}
.cms-toggle-item-title {
  cursor: pointer;
}
.cms-toggle-item-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  text-align: center;
  cursor: pointer;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-toggle-item-toggle .material-icons {
  display: inline-block;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.125;
}
.active .cms-toggle-item-toggle .material-icons {
  transform: rotate(180deg);
}
.cms-toggle-item-content {
  display: none;
}
.active .cms-toggle-item-content {
  display: block;
}

.cms-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.cms-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-module-data .admin_edit {
  display: none;
}
.cms-module-data.editing .admin_edit {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 225px);
}
.cms-module-data.editing .admin_edit .dropzone,
.cms-module-data.editing .admin_edit .addzone {
  width: 100%;
}
.cms-module-data.editing .admin_edit .addzone {
  height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}
