@charset "UTF-8";

/* List fonts here, URL-escaped (+ for space) */
/* $FONTS: Open Sans,Baloo Da 2
*/


/* Selected text */
*::selection, input::selection {
  background: #deecee;
  color: #595959;
}

*::-moz-selection {
  background: #deecee;
  color: #595959;
}

/* defaults */
body {
  margin: 0;
  padding: 140px 0 0 0;
  background-color: #fff;
  font-family: "Open Sans", sans-serif; 
  font-size: 12pt;
  background: #deecee;
  color: #595959;
  overflow-x: hidden !important;
}

/*" back to top" arrow */
#up-arrow {  
  position: fixed;
  font-size: 0;
  bottom: 10px;
  right: -100px;  
  height: 60px;
  width: 60px;
  opacity: 0;
  cursor: pointer;
  transition: right 0.4s, opacity 0.3s, background 0.3s, border 0.3s;
  z-index: 10000;
  
  border: 1px solid #595959;
  background: #fff;
  color: #deecee;
  border-radius: 30px;
}

#up-arrow:after {
  display: block;
  position: absolute;
  content: '';  
  top: calc(50% - 10px);
  left: calc(50% - 8px);
  border-top: 0;
  border-bottom: 16px solid #595959;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;  
  transition:  border 0.3s;
}

body.menu-scrolled #up-arrow:hover {
  background: #0da5b2;
  border: 1px solid #0da5b2;
}

body.menu-scrolled #up-arrow:hover:after {
  border-bottom-color: #fff;
}

body.menu-scrolled #up-arrow {
  right: 10px;
  opacity: 1;
}

/** Cookie warning */
.flexi-cookie {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 0 10px 10px;
  border: 1px solid #595959;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  z-index: 10000;  
}

/** Main page canvas wrapper - defines page width */
.content.brokenout .pb-block-outer>div, .wrapper {
  width: 1000px;
  margin: 0 auto;
}

/** Header */
.header {
  border-top:8px solid #fff;
  background: #521b60;
  padding: 0 0 0 368px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body.home .header {
  background: none;
  transition: background 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-left: 368px;
}

body.home {
    padding: 0;
}

.top-nav {
  padding: 10px 0 30px;
}

/** Menu */

.menubar, .top-nav {
  font-family: "Baloo Da 2", sans-serif;
  font-weight: 500;
  background: transparent;
  transition: background 0.3s;
  font-size: 16pt;
  text-shadow: 0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000,0 0 1.5px #000;
}

/* bar items */

.right {
  text-align: right;
}

nav.menu>span.item>a, .top-nav a {
  text-decoration: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  padding: 10px 20px;
}

nav.menu>span.item>a:hover, .top-nav a:hover {
  color: #0da5b2;
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-nav a {
  padding: 5px 10px;
}

.top-nav a.special {
  background: #0da5b2;
  color: #fff;
  border-radius: 5px;
  margin-right: 8px;
  text-shadow: initial;
}

.top-nav a.special:hover {
  color: #0da5b2;
  background: #deecee;  
}

.top-nav a.social {
  padding: 4px 2px;  
}

a.logo {
    position: absolute;
    top: 0;
    left: 10px;
}

.menu-container {
    text-align: right;
    max-width: calc(100vw - 426px);
}

/* submenus */

nav.menu>span.item>span.submenu {
  text-align: center;
}

nav.menu span.item span.submenu a, 
nav.menu span.item.subitem {
  display: block;
}

nav.menu span.item span.submenu a {
  background: #702380;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  padding: 10px;
}

nav.menu span.item span.submenu a:hover {
  background: #0da5b2;
}

/** Flyout buttons */

.button.flyo-show {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  background: #fff;
  color: #702380;
  box-shadow: 0 0 1px #702380;
}

.button.flyo-hide {
  border-radius: 0;
}

.flyo-header {
  text-align: center;
  padding: 5px;
}

/** Menu when page is scrolled down */

body.inner.menu-scrolled div.menubar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(82,27,96,0.8)
}

body.home.menu-scrolled div.header {
  background: rgba(82,27,96,1)
}

.purple-bottom-right {
  background: #6f2280 url(/content/ImageFile/video-box-bottom-right.jpg) right bottom no-repeat;
}

.purple-bottom-right iframe {
  box-shadow: 0 0 2px 2px #6f2280, 0 0 4px 2px rgba(255,255,255,.7);
}

.purple-top-left {
  background: #6f2280 url(/content/ImageFile/video-box-top-left.jpg) left top no-repeat;
}


/** General content styles */

hr {
  border: none;
  border-top: 1px solid #521b60;
  margin: 31px 0;
}

/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content {
  
}

.content h1, 
.content h2, 
.content h3, 
.content h4 {
  font-family: "Baloo Da 2", sans-serif;
  font-weight: 600;
  line-height: 97%;
}

.content h3, 
.content h4 {
  font-weight: 500;
}

/** Important for breakout/breakins */
.content:empty {
  display: none;
}

.content a {
  color: #0da5b2;
  transition: color 0.3s;  
}

.content a:hover {
  color: #702380;
}

.footer, .flexi-footer {
  color: #fff;
  background: #702380;
  position: relative;
  padding: 20px 0;
}

.col2.right {
  text-align: right;
}

.footer a, .flexi-footer a {
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

.footer a:hover, .flexi-footer a:hover {
  color: #eee;
  text-decoration: underline;
}

.small {
    font-size: 10pt;
}

span.powered {
  display: inline-block;
  margin-left: 1em;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: #0da5b2;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 12pt;
  font-family: "Baloo Da 2", sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  background: #deecee;
  color: #0da5b2;
}

a.button.light {
  background: #deecee;
  color: #0da5b2;
}

a.button.light:hover {
  background: #deecee;
  color: #595959;
}

.content ul li {
  list-style: url(img/bullet.png) !important;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  color: #595959;
  border: 1px solid #deecee;
  transition: border 0.3s;  
  font-size: 12pt;
  margin: 10px 0;
  padding: 8px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.formandu-text:hover, .formandu-text:focus, .formandu-dropdown:hover, .formandu-dropdown:focus, .formandu-textarea:hover, .formandu-textarea:focus, select:hover, select:focus {
  border-bottom: 1px solid #702380; 
}

/*******************************************************************************
 ** Responsive */

/** Phone/tablet */

@media (max-width: 1000px) {
  .content.brokenout .pb-block-outer>div, .wrapper, .flexi-cookie-inner {
    width: 100%;
  }  
  #up-arrow, .search .form {
    display: none;
  } 
}

/** Menus */

@media (max-width: 975px) {
  .header {
    position: static !important;
    background: #521b60 !important;
    min-height: 120px;
  }
  .top-nav.main {
      justify-content: flex-start;
      padding-right: 80px;
      flex-wrap: wrap;
  }
  .top-nav.menu {
      display: none;
  }
  .menubar {
    height: 0;
    padding: 0;    
  }
  nav.menu {
    padding: 0;
    background: #521b60;    
    text-align: left;
  }
  nav.menu span.item span.submenu a, nav.menu>span.item>a, nav.menu>span.item.has-submenu>a:hover {
    text-align: left;
    background: #521b60;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }  
  
  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    background: #0da5b2;
    color: #fff;
  }
  
  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }  
}

@media (max-width: 800px) {
    .top-nav.main { display: none !important }
    .top-nav.menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/** Big phone */

@media (max-width: 750px) {
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .flexi-cookie-msg {    
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto; 
  }
  .flexi-cookie-buttons {
    width: auto;    
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  a.logo {
      left: 0;
  }
  a.logo img {
      max-width: calc(100vw - 120px);
      height: auto;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content h1, .content h2, .content h3, .content p {
    padding-left: 3px;
    padding-right: 3px;
  }
  .footer, .col2.right, .header {
    text-align: left;
  }
  .flexi-system-widgets {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .flexi-system-widget {
    border-left: 0;
    display: block;
  }
  span.powered {
    display: block;
    margin-left: 0;
  }
  .header .top-nav {
    display: none;
  }

  .header .menubar .top-nav {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .header .menubar .top-nav .social-links {
    margin-top: 8px;
  }
  
}

.emailform .pagehead { display: none }

.flash {
  animation-name: flash;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-direction: normal;
}

@keyframes flash {
  0% { transform: scale(1); }
  40% { transform: scale(1); }
  60% { transform: scale(1.5); }
  100% { transform: scale(1); }
}