@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');
/* == WEBFONT IMPORTS == */

/* == LESS VARIABLES == */
/* main css */

body {
  outline: none;
  display: block;
  font-family: "Roboto Condensed", Serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-size: 1em;
  line-height: 1em;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: #555555;
  min-height: 100%;
}
div {
  box-sizing: border-box;
}
p {
  line-height: 1.7em;
  font-family: "Roboto Condensed", Sans-Serif;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
  color: #666666;
}
a {
  color: #4d297c;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  color: #7d48c3;
}
a img {
  border: none;
}
li {
  margin-bottom: 1em;
  line-height: 1.7em;
}
hr {
  border: none;
  color: #a64f9e;
  background-color: #a64f9e;
  height: 1px;
}
.linklike {
  color: #4d297c;
  font-weight: 500;
}
.linklike:hover {
  color: #6536a2;
}
.flexbase {
  display: flex;
  display: -webkit-flex;
}
.darkbox {
  background-color: #4d297c;
}
.palebox {
  background-color: #eeeeee;
}
.container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.container-rev {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  align-items: stretch;
  flex-wrap: wrap;
}
.container-right {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
}
.container-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.container-full {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.container-col {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
}
.container-pad {
  padding: 10px;
}
.container-top {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sidepad {
  padding: 0px 30px;
}
.fullpad {
  padding: 30px 30px;
}
.content {
  display: block;
  padding: 30px;
  border: 10px solid white;
  align-items: flex-start;
}
.content-mid {
  display: block;
  padding: 0px 30px;
  border: 10px solid white;
  align-items: flex-start;
}
.content-nobox {
  padding: 30px;
}
.content-nopad {
  display: block;
  padding: 30px;
  border: 10px solid white;
  align-items: flex-start;
  padding: 0px;
}
.container-vmid {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}
.container-hmid {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.null {
  display: block;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.null-nopad {
  display: block;
  align-items: flex-start;
}
.x1 {
  width: 100%;
}
.x2 {
  width: 50%;
}
.x2x {
  width: 50%;
}
.x3 {
  width: calc((100% / 3));
}
.x3x {
  width: calc((100% / 3));
  padding: 0px 5% 0px 5%;
}
.x3-margin {
  width: calc((100% / 3) - 20px);
}
.x4 {
  width: 25%;
}
.x4x {
  width: 25%;
}
.x5 {
  width: 20%;
}
.x6 {
  width: calc((100% / 6));
}
.x32 {
  width: calc((100% / 3) * 2);
}
.x32x {
  width: calc((100% / 3) * 2);
}
.x43 {
  width: 75%;
}
.frame-spaceafter {
  margin-bottom: 20px;
}
.frame-spacebefore {
  margin-top: 20px;
}
.linkclear a {
  text-decoration: none;
  border-bottom: none;
}
.mono {
  font-family: "Cutive Mono";
}
.padit {
  padding-bottom: 100px;
}
.nopad {
  padding: 0px;
  margin: 0px;
}
.gridcontain {
  overflow-x: visible;
}
.gridhead {
  padding: 4px;
}
.gridrow {
  padding: 4px;
}
.gridalt {
  padding: 4px;
  background-color: #eeeeee;
}
/* == HEADER == */

.header {
  font-family: "Roboto Condensed", Sans-Serif;
  display: block;
  width: 100%;
  flex-grow: 1;
  background-color: white;
  color: #4d297c;
  height: 130px;
}
.headerlogo {
  height: 120px;
  padding-top: 5px;
}
.callnow {
  float: right;
  padding: 20px;
  text-align: right;
  text-transform: uppercase;
}
.imageblock {
  display: block;
  width: 100%;
  flex-grow: 1;
  background-color: white;
  color: #999999;
}
.imagescape {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.imagecont {
  min-height: calc(100vh - 130px);
}
.imageoverlay {
  width: 100%;
  height: 100%;
  padding: 100px 20px 40px 20px;
}
.landingboxcalc {
  margin-top: calc(1vh);
  margin-bottom: auto;
}
.cookie {
  width: 100%;
  text-align: center;
  padding: 30px;
  background-color: #4d297c;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}
.cookie a {
  color: #a64f9e;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  border-bottom: 1px dotted #a64f9e;
}
.quote {
  background-color: #eeeeee;
  padding: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* == COUNTDOWN CONTROL == */

.cd-contain {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: moz-box-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.cd-header {
  width: 90px;
  height: 20px;
  font-size: 14px;
  padding-top: 3px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 10px;
  text-transform: uppercase;
}
.cd-digit {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  font-size: 70px;
  padding-top: 37px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  color: black;
  margin: 10px;
}
/* == MENU == */

.menuwidth {
  width: 140px;
  min-width: 140px;
}
.menucontain {
  font-family: "Roboto Condensed", Sans-Serif;
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid white;
  background-color: #4d297c;
}
.menucontain a {
  padding: 0px;
}
.menuitem {
  width: 140px;
  min-width: 140px;
  font-size: 0.8em;
  display: inline-block;
  text-align: left;
  border-left: 1px solid white;
  text-transform: uppercase;
  height: 100%;
  padding: 5px 0px 4px 10px;
  color: white;
  font-weight: 700;
}
.menuitem:hover {
  transition: background-color 1s ease, color 1s ease;
  background-color: #ffbe00;
  color: white;
}
.dropmenu {
  width: 140px;
  min-width: 140px;
  font-size: 0.8em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 999;
  background-color: #4d297c;
  text-align: left;
  border-left: 1px solid white;
  text-transform: uppercase;
  height: 100%;
  padding: 5px 0px 4px 10px;
  color: white;
  font-weight: 700;
}
.dropmenu:hover {
  width: 140px;
  min-width: 140px;
  font-size: 0.8em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 999;
  transition: background-color 1s ease, color 1s ease;
  background-color: #ffbe00;
  text-align: left;
  border-left: 1px solid white;
  text-transform: uppercase;
  height: 100%;
  padding: 5px 0px 4px 10px;
  color: white;
  font-weight: 700;
}
.dropmenux {
  width: 140px;
  min-width: 140px;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  background-color: #4d297c;
  left: 0px;
  top: calc(100% + 1px);
  border-top: 1px solid white;
}
.dropmenuitem {
  width: 140px;
  min-width: 140px;
  display: inline-block;
  z-index: 20000;
  background-color: #4d297c;
  font-size: 0.8em;
  text-align: left;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-transform: uppercase;
  padding: 5px 0px 4px 10px;
  color: white;
  font-weight: 700;
}
.dropmenuitem:hover {
  transition: background-color 1s ease, color 1s ease;
  background-color: #ffbe00;
}
.dropmenuitem a {
  color: white;
}
/* == SERVICE BOXES == */

.servicecontain {
  margin: 20px 50px 0px 50px;
}
/*.serviceitem    { .flexbase; flex-direction: column; flex-grow: 4; padding: 20px 40px 40px 40px; border: 10px solid white; font-size: 0.9em; line-height: 1.2em; align-items: stretch; background-color: @col-dark; color: #fff; text-align: center;}*/

.serviceitem {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 4;
  padding: 20px;
  border: 0px solid white;
  font-size: 0.9em;
  line-height: 1.2em;
  align-items: stretch;
  background-color: white;
  text-align: center;
}
.servicehead {
  font-family: "Roboto Slab", Sans-Serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4d297c;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.servicehead-emp {
  font-family: Roboto Slab, Sans-Serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4d297c;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-weight: 600;
}
.serviceindex {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.serviceicon {
  height: 100px;
  margin: 0px;
}
.servicelink {
  color: #4d297c !important;
}
/* == DATA PANELS == */

.datarow {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.datarow > * {
  margin-right: 20px;
}
.datarow > :last-child {
  margin-right: 0px;
}
.dataitem {
  width: calc(-3.333333333%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 4;
  padding: 0px;
  align-items: stretch;
  height: 100%;
}
.teamitem {
  width: calc(13.333333333%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 4;
  padding: 0px;
  align-items: stretch;
  height: 100%;
}
.dataplus {
  padding: 0px;
}
.datasection {
  padding: 0px 20px 20px 20px;
  flex-grow: 4;
}
.datacontrols {
  padding: 0px 20px 20px 20px;
  align-self: flex-end;
}
.datapanel {
  border: 1px solid #a64f9e;
}
.datapanel:hover {
  border: 2px solid #4d297c;
}
.datatitle {
  display: flex;
  display: -webkit-flex;
  font-family: "Roboto Slab";
  width: calc(100% - 10px);
  padding: 5px;
  margin-bottom: 0px;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  height: 40px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #4d297c;
  color: white;
  border-bottom: 1px solid white;
}
.datatitle a {
  color: white;
}
.datatitle a:hover {
  color: white;
}
.datalink {
  text-align: center;
  border: 1px solid #a64f9e;
  padding: 5px;
  font-weight: normal;
  text-decoration: none;
}
.datalink a {
  text-decoration: none;
}
.datalink:hover {
  transition: background-color 2s ease, color 1s ease;
  background-color: #a64f9e;
  color: white;
}
.datalink:hover a {
  color: white;
}
.dataicons {
  display: flex;
  display: -webkit-flex;
  font-family: "Roboto Slab";
  padding: 10px 10px;
  margin-bottom: 0px;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #4d297c;
  color: white;
  border-bottom: 1px solid white;
}
.dataicons a {
  color: white;
}
.dataicons a:hover {
  color: white;
}
/* == BLOG ITEMS == */

.bloghng {
  margin: 0px 0px 0px 60px;
  color: #4d297c;
  padding: 10px 10px 13px 10px;
  width: calc(100% - 120px);
  font-size: 2em;
  font-family: "Roboto Slab";
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  background-color: white;
}
.blogindex {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: left;
}
.blogitem {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 4;
  align-items: stretch;
}
.blogplus {
  padding: 20px;
  cursor: pointer;
}
.blogtitle {
  display: flex;
  display: -webkit-flex;
  font-family: "Roboto Slab";
  width: calc(100% - 40px);
  padding: 20px;
  margin-bottom: 0px;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  height: 40px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #4d297c;
  color: white;
  border-bottom: 1px solid white;
}
.blogtitle a {
  color: white;
}
.blogtitle a:hover {
  color: white;
}
.blogauthor {
  width: 100%;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: normal;
}
.blogdate {
  width: 100%;
  margin-bottom: 0px;
  font-size: 0.9em;
  font-weight: normal;
}
.blogabstract {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 1.8em;
  font-size: 0.9em;
  letter-spacing: 0px;
  vertical-align: middle;
}
.blogbottom {
  align-self: flex-end;
}
.blogspacer {
  flex-grow: 4;
}
.blogimage {
  width: 100%;
  height: 130px;
  margin: 0px auto;
  background-size: cover;
  margin-bottom: 10px;
}
.blogbodytitle {
  font-family: "Roboto Slab", Sans-Serif;
  font-weight: 300;
  font-size: 5em;
  line-height: 0.9em;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  padding: 15px 15px;
  margin: 0px 0px 20px 0px;
  background-color: #4d297c;
}
.blogbodysub {
  font-family: "Roboto Condensed", Sans-Serif;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 0.9em;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  margin: 0px;
}
.blogmaincontain {
  padding: 50px;
}
.blogauthorbox {
  text-align: right;
  color: white;
  text-transform: uppercase;
}
.blogauthorimage {
  float: right;
  margin-left: 20px;
  width: 100px;
  height: 100px;
  border: 1px solid white;
}
/* == TEXT STYLES == */

.headline {
  font-family: "Roboto Slab", Sans-Serif;
  font-weight: 300;
  font-size: 7em;
  line-height: 0.9em;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  padding: 0px 10%;
  margin: 0px;
}
.subheadline {
  font-family: "Roboto Slab", Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
  vertical-align: middle;
  color: white;
  padding: 0px;
  margin: 0px;
}
.subheadline a {
  color: white;
  border-bottom: 1px white dotted;
}
.subheadline a:hover {
  color: white;
  font-weight: bolder;
  border-bottom: 1px white solid;
}
.head {
  font-family: "Roboto Slab", Sans-Serif;
  font-weight: 300;
  font-size: 4em;
  line-height: 0.9em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4d297c;
  padding: 0px 10%;
  margin: 0px;
}
.subhead {
  font-size: 2em;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: #4d297c;
  line-height: 1em;
  text-decoration: none;
}
.subhead-white {
  font-size: 2em;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: white;
  line-height: 1em;
}
.pagehead {
  font-size: 2em;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: #4d297c;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}
.pagehead-white {
  font-size: 2em;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: white;
  line-height: 1em;
  text-transform: capitalize;
  font-weight: bold;
}
.label {
  font-size: 0.8em;
  font-family: "Roboto Condensed";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  padding-bottom: 2px;
}
.small {
  font-size: 0.8em;
  font-family: "Roboto Condensed";
  line-height: 1em;
}
.heavy {
  font-weight: bolder;
}
.centre {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.smalltext {
  font-size: x-small;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.error {
  color: #d82727;
  font-weight: bold;
}
.error li {
  margin-bottom: 0.1em;
  line-height: 1em;
}
/* == ERROR STYLES == */

.errorpanel {
  background-color: #d82727;
  padding: 10px;
  color: white;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1px;
}
.errorpanel a {
  color: #e87d7d;
}
.errorpanel a:hover {
  color: #f7d4d4;
}
.successpanel {
  background-color: darkgreen;
  padding: 10px;
  color: white;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1px;
}
.successpanel a {
  color: #00ca00;
}
.successpanel a:hover {
  color: #31ff31;
}
.errorbox {
  background-color: white;
  padding: 10px;
  color: red;
  border: 5px solid red;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1px;
}
/* == CONTROLS == */

.ctl-border {
  border: 1px solid #aaaaaa;
  padding: 5px;
}
.ctl-padding10 {
  padding: 10px;
}
.ctl-padding5 {
  padding: 5px;
}
.ctl-button {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 10px 10px;
  margin: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-button:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-smallbutton {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 5px 10px 5px 10px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-smallbutton:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-smallbutton-on {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-smallbutton-label {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  align-self: flex-start;
}
.ctl-menuitem {
  display: block;
  background-color: white;
  color: #4d297c;
  min-width: 12.5%;
  border-right: 1px solid #4d297c;
  padding: 5px 10px 3px 10px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-menuitem:hover {
  background-color: #4d297c;
  color: white;
  border-right: 1px solid #4d297c;
}
.ctl-menuitem-on {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-tinybutton {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 2px 5px;
  margin: 0px 10px 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-tinybutton:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-calltoaction {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 20px 20px;
  margin: 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-calltoaction:hover {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
}
.ctl-calltoaction-small {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 10px 10px;
  margin: 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-calltoaction-small:hover {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
}
.ctl-logoutbutton {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 6px 12px 3px 12px;
  margin: 8px 10px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-logoutbutton:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-general {
  -webkit-appearance: none;
  padding: 5px;
  border: 1px solid #aaaaaa;
}
.ctl-wide {
  -webkit-appearance: none;
  width: calc(100%);
  padding: 5px;
  border: 1px solid #aaaaaa;
}
.ctl-widetext {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  padding: 5px;
  border: 1px solid #aaaaaa;
}
.ctl-text {
  -webkit-appearance: none;
  padding: 5px;
  border: 1px solid #aaaaaa;
}
.ctl-textarea {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  padding: 5px;
  height: 80px;
  border: 1px solid #aaaaaa;
}
.ctl-textareatall {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  padding: 5px;
  height: 80px;
  border: 1px solid #aaaaaa;
  height: 250px;
  font-size: 0.9em;
  text-align: left;
}
.ctl-large {
  font-size: 1.5em;
  padding: 5px;
  width: calc(100% - 10px);
  border: 1px solid #aaaaaa;
}
.ctl-invisible {
  background: black;
  border: 1px solid black;
  color: black;
}
.clickable {
  cursor: pointer;
}
.calltoaction {
  background-color: #4d297c;
  width: 100%;
  max-width: 300px;
  padding: 15px 5px 15px 5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
}
.calltoaction:hover {
  transition: background-color 2s ease, color 1s ease;
  background-color: #a64f9e;
  color: white;
}
.cta_100 {
  background-color: #4d297c;
  width: 100%;
  padding: 10px 5px 10px 5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}
.cta_100:hover {
  transition: background-color 2s ease, color 1s ease;
  background-color: #a64f9e;
  color: white;
}
.largetextbox {
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 1.3em;
  text-align: left;
  border: 1px solid #aaaaaa;
  padding: 5px;
}
.largetextbox-nowidth {
  padding: 10px 10px;
  font-size: 1.3em;
  text-align: left;
  border: 1px solid #aaaaaa;
  padding: 5px;
}
.footbutton {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 6px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto 10px auto;
  background-color: #a64f9e;
  color: white;
}
.footbutton a {
  color: inherit;
}
.footbutton:hover {
  transition: background-color 2s ease, color 1s ease;
  background-color: white;
  color: #4d297c;
}
.newsbutton {
  margin-top: 10px;
}
.footerbutton {
  background-color: #a64f9e;
  width: 100%;
  padding: 5px 5px 7px 5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 700;
}
.footerbutton:hover {
  transition: background-color 2s ease, color 1s ease;
  background-color: #c27fbc;
  color: white;
}
.grower {
  flex-grow: 4;
}
.ctl-action-contain {
  padding: 0px 30px 30px 30px;
}
.ctl-action {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 5px 10px;
  margin: 10px 3px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-action:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-action-on {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
  padding: 5px 10px;
  margin: 10px 3px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-action-label {
  background-color: #4d297c;
  color: white;
  border: 0px solid #4d297c;
  padding: 4px 10px;
  margin: 10px 5px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  align-self: flex-start;
}
.ctl-confirmbox {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
}
.ctl-confirmer {
  background-color: white;
  color: #4d297c;
  border: 1px solid #4d297c;
  padding: 5px 20px;
  margin: 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.ctl-confirmer:hover {
  background-color: #4d297c;
  color: white;
  border: 1px solid #4d297c;
}
.ctl-yes {
  width: 100%;
  background-color: darkgreen;
  color: white;
  padding: 10px 10px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
}
.ctl-yes:hover {
  background-color: darkgreen;
  color: white;
}
.ctl-no {
  width: 100%;
  background-color: #d82727;
  color: white;
  padding: 10px 10px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
}
.ctl-no:hover {
  background-color: #d82727;
  color: white;
}
.top-heading {
  font-family: Roboto Slab, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
  vertical-align: middle;
  color: white;
  padding: 0px;
  margin: 0px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 3em;
  text-align: center;
  line-height: 1em;
}
.top-heading-dark {
  font-family: Roboto Slab, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
  vertical-align: middle;
  color: white;
  padding: 0px;
  margin: 0px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 3em;
  color: #4d297c;
  text-align: center;
  line-height: 1em;
}
.top-heading-alt {
  font-family: Roboto Slab, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
  vertical-align: middle;
  color: white;
  padding: 0px;
  margin: 0px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 3em;
  color: #ffbe00;
  text-align: center;
  line-height: 1em;
}
.top-paragraph {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 120px;
  line-height: 1.7em;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
  color: white;
}
.basecol {
  color: #4d297c;
}
.paracol {
  color: #666666;
}
/* == PLEASE WAIT CONTROLS == */

.spinner {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* required for opacity to work in IE */
  z-index: 200000;
}
.overlaybox {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0px;
  padding: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 500000;
}
.nosessionbox {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 40px 40px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0px;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 500000;
  border: 1px solid #aaaaaa;
}
.overlaycontent {
  background-color: white;
  padding: 30px;
  text-align: left;
}
.overlayclose {
  display: block;
  position: relative;
  z-index: 20000;
  width: 40px;
  height: 40px;
  top: -50px;
  left: calc(100%);
}
/* == VISIBILITY == */

.mobile {
  display: none;
}
.hide {
  display: none;
}
.print {
  display: none;
}
.page {
  width: 21cm;
  padding: 1cm;
  margin: 1cm auto;
  border: 1px lightgray solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* == ICONS == */

.icon-array {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}
.icon-array > * {
  margin-right: 10px;
}
.icon-array > :last-child {
  margin-right: 0px;
}
.icon-array-soc {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.icon-tiny {
  width: 20px;
  height: 20px;
  border: 0px;
}
.icon-small {
  width: 40px;
  height: 40px;
  border: 0px;
}
.icon-smedium {
  width: 60px;
  height: 60px;
  border: 0px;
}
.icon-medium {
  width: 80px;
  height: 80px;
  border: 0px;
}
.icon-large {
  width: 120px;
  height: 120px;
  border: 0px;
}
.icon-super {
  width: 200px;
  height: 200px;
  border: 0px;
}
.icon-mega {
  width: 300px;
  height: 300px;
  padding-top: 30px;
}
.icon-stretch {
  width: 100%;
  height: 100%;
  border: 0px;
}
.icon-button {
  width: 60px;
  height: 60px;
  border: 0px;
}
.icon-info {
  width: 40px;
  height: 40px;
  border: 0px;
}
/* == SOCIAL SHARE BUTTONS == */

.share-buttons {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share-button {
  width: calc((100% / 8) - 10px);
  padding: 5px;
}
.socimage {
  width: 80%;
  padding: 0px 10%;
}
.socimage2 {
  width: 100%;
  padding: 0px 0px -5px 0px;
  margin: 0px;
}
/* == FOOTER == */

.footer {
  background-color: #4d297c;
  color: white;
  padding: 40px 0px 20px 0px;
  min-height: 500px;
}
.footer a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.footer a:hover {
  color: #eeeeee;
}
.footer .socialicon {
  width: 42px;
  padding-right: 5px;
}
.foothead {
  font-family: "Roboto Condensed", Sans-Serif;
  font-weight: 700;
  font-size: 1.1em;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.footerinner {
  display: block;
  position: relative;
  width: 959px;
  margin: auto;
  height: 500px;
  padding: 20px 0px 20px 0px;
}
.footermid {
  height: 400px;
}
.footerbottom {
  height: 50px;
}
.footernews {
  position: absolute;
  top: 0px;
  left: 719px;
  width: 220px;
}
.footerblogs {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 190px;
}
.footerblogs hr {
  border: none;
  border-bottom: 1px dotted #666666;
}
.footerblogs a {
  font-size: x-small;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.footernewsi {
  position: absolute;
  top: 0px;
  left: 260px;
  width: 210px;
}
.footernewsi hr {
  border: none;
  border-bottom: 1px dotted #666666;
}
.footernewsi a {
  font-size: x-small;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.footercontact {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  font-size: 1.4em;
  font-family: "Roboto Condensed", Sans-Serif;
}
.logofooter {
  width: 100%;
}
.ftrans {
  background: none;
  border-color: transparent;
}
.fprimary {
  background: #4d297c;
  color: white;
}
.newsbox {
  width: calc(100% - 20px);
  border-radius: 5px;
  border: none;
  background-color: white;
  color: #4d297c;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.copyright {
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
}
/* == CHECK PAGE == */

.check-info {
  display: block;
  padding: 30px;
  border: 10px solid white;
  align-items: flex-start;
  border: 1px solid #999999;
}
.check-power {
  background-color: #4d297c;
  text-align: center;
  color: white;
  font-size: 0.8em;
  padding: 10px;
  margin-top: 20px;
}
.check-power a {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  text-decoration-style: dotted;
}
.checkhead {
  width: 100%;
  text-align: center;
}
.checkheadimage {
  width: 100%;
  max-width: 600px;
}
.checklogo {
  width: 100%;
  text-align: center;
}
.checklogoimage {
  width: 80%;
  max-width: 600px;
}
.check-heading {
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  color: #4d297c;
  padding: 20px;
  font-family: "Roboto Slab";
}
.check-subhead {
  text-align: center;
  font-size: 1.7em;
  line-height: 1em;
  color: #4d297c;
  padding: 20px;
  font-family: "Roboto Slab";
}
.check-privacy {
  width: 100%;
  overflow-y: scroll;
  height: 60vh;
}
/* == PROGRESS GAUGES == */

.pg-contain {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin: 10px;
}
.pg-contain > * {
  padding-right: 20px;
}
.pg-contain > :last-child {
  padding-right: 0px;
}
/*.pg-info    { width: calc(~"200% / 3"); font-size: 1vw; line-height: 1vw;} 
.pg-box     { width: calc(~"100% / 3"); }
.pg-info-v    { width: 100%; text-align: center; font-size: 1vw; font-weight: normal; padding-bottom: 20px;} 
.pg-box-v     { width: 100%; text-align: center; max-width: 100px; margin: 0px auto; max-height: 100px;}
.pg-number { font-family: @font-title; font-weight: 400; font-size: 1.2vw; color: #777;}*/

.pg-info {
  width: 100%;
  font-size: 1vw;
  line-height: 1vw;
}
.pg-box {
  width: 100%;
  height: 100%;
}
.pg-info-v {
  width: 100%;
  text-align: center;
  font-size: 1vw;
  font-weight: normal;
  padding-bottom: 20px;
}
.pg-box-v {
  width: 100%;
  text-align: center;
  max-width: 60%;
  margin: 0px auto 15px auto;
  max-height: 60%;
}
.pg-number {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 1.2vw;
  color: #777777;
}
/* == PAGER == */

.pagerbutton {
  color: #4d297c;
  background-color: #eeeeee;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  width: 2vw;
  height: 2vw;
  padding: 10px 16px;
}
.pagerbutton > * {
  margin-right: 20px;
}
.pagerbutton > :last-child {
  margin-right: 0px;
}
.pagerbutton > ::outside {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.pagerbutton:hover {
  transition: background-color 1s ease, color 1s ease;
  background-color: #4d297c;
  color: white;
}
.pager-top {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
}
.pager-bottom {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
}
.pagerbuttonsmall {
  color: #4d297c;
  background-color: #eeeeee;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  width: 2vw;
  height: 2vw;
  padding: 5px 8px;
}
.pagerbuttonsmall > * {
  margin-right: 20px;
}
.pagerbuttonsmall > :last-child {
  margin-right: 0px;
}
.pagerbuttonsmall > ::outside {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.pagerbuttonsmall:hover {
  transition: background-color 1s ease, color 1s ease;
  background-color: #4d297c;
  color: white;
}
/* == SVG == */

.shadow {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.glow {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.5));
}
.darkshadow {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 4px black);
  filter: drop-shadow(0px 0px 4px black);
}
.star {
  width: 15px;
  height: 15px;
  padding: 3px 6px 5px 0px;
}
.star.full {
  background-image: url('/images/icons/star_full.svg');
  background-size: cover;
}
.star.empty {
  background-image: url('/images/icons/star_empty.svg');
  background-size: cover;
}
.star.wait {
  background-image: url('/images/icons/star_wait.svg');
  background-size: cover;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid black;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
