/* compiled by scssphp v0.0.12 on Wed, 11 May 2022 13:34:54 +1200 (0.407s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 16px;
  font-weight: 300;
  color: #0b80c4;
  letter-spacing: 0.5px;
  background-color: #fff;
}
strong, b {
  font-weight: 600;
  /* Default links */
}
a {
  color: #f2c208;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #0b80c4;
}
a:hover {
  text-decoration: none;
  color: #f2c208;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2, h3 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  color: #0b80c4;
}
h3 {
  color: #f2c107;
}
.heading-section {
  margin-top: 20px;
}
article h1, h4, h5, h6 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h2 {
  font-size: 45px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 20px 0;
}
h4, article h1 {
  font-size: 25px;
  line-height: 1.2;
  padding: 10px 0 18px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 130%;
  /* Backgrounds */
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #fff;
  background-color: #0b80c4;
  position: relative;
  z-index: 300;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
}
.background.dark h1, .background.dark h2, .background.dark h3, .background.dark h4 {
  color: #fff;
}
.circle img {
  border-radius: 50%;
  /* Borders */
}
.border, .divider, hr {
  border: solid #f5f6f7 0px;
}
.border.top {
  border: none;
}
.border.bottom {
  border: none;
}
.border.top:before {
  content: '';
  width: 100%;
  height: 3px;
  background-image: url(../images/borderedtop.png);
  display: block;
  position: relative;
  top: -3px;
  background-repeat: no-repeat;
}
.border.bottom:after {
  content: '';
  width: 100%;
  height: 3px;
  background-image: url(../images/borderedbottom.png);
  display: block;
  position: relative;
  top: 3px;
  background-repeat: no-repeat;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1180px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Mobile quick call */
}
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #000;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 22px;
  font-weight: 800;
  height: 150px;
  line-height: 150px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  /* Top bar */
}
#top-bar {
  background-image: url(../images/topbarbackground.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
#top-bar .wrap {
  text-align: right;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#top-bar .wrap a {
  color: #fff;
}
#top-bar .wrap > * + * {
  margin-left: 50px;
}
#top-bar .wrap a.hide-on-mobile:last-child {
  margin-right: 0px;
}
#top-bar .wrap a.hide-on-mobile:last-child:hover {
  color: #1e87f0;
}
#top-bar .wrap i {
  margin-right: 10px;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 150px;
  color: #0b80c4;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  padding-left: 0;
  max-width: 180px;
}
#header #logo img {
  vertical-align: middle;
}
#navigation {
  float: right;
  height: 150px;
  color: #0b80c4;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150px;
  color: #0b80c4;
}
#mobile-navigation {
  height: 150px;
  line-height: 150px;
  color: #0b80c4;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 150px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 150px;
  line-height: 150px;
  color: #0b80c4;
  text-transform: none;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 150px;
  line-height: 150px;
  font-weight: 400;
}
#navigation .material-icons {
  line-height: 150px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #f2c208;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: rgba(11, 128, 196, 0.5);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 150px;
  height: 150px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 110px;
  left: 0px;
  display: none;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 1.5;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  background: none;
  padding: 12px 30px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #0b80c4;
  border-bottom: solid #0b80c4 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
#navigation ul li:last-of-type a {
  padding-right: 0;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #0b80c4;
  line-height: 150px;
  padding: 0 20px;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
#container-flash .backgroundimage-content h1 {
  text-shadow: 4px 0px 6px rgba(255, 255, 255, 0.1), 0px -5px 35px rgba(255, 255, 255, 0.2);
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.7;
  text-align: right;
  color: #fff;
  background-color: #0b80c4;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 110px 50px 150px 50px;
  z-index: 99;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #0b80c4;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 0.9;
  text-transform: none;
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #fff;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  max-width: 600px;
  margin-top: 30px;
}
.home-page #container-flash:before {
  display: none;
  /*#container-flash:before {
content: '';
width: 80%;
height: 100%;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 58%, rgba(231,230,234,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 58%, rgba(231,230,234,0) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 58%, rgba(231,230,234,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7e6ea",GradientType=1);
display: block;
left: 0;
top: 0;
position: absolute;
z-index: 9;
}*/
}
.backgroundimage-image {
  background-color: transparent !important;
  left: 0;
  top: 0;
  /* Rotating images */
}
.sliderimg .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  width: 100%;
  top: calc(50% - 50px) !important;
  padding-left: 50px;
}
.sliderimg .slidertext h2 {
  color: #0b80c4;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: calc(28px + 2.5vw);
  font-weight: 400;
  line-height: 0.9;
  text-transform: none;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: none;
  padding: 0 0 0 0;
}
.home-page .unslider-holder.show-unslider {
  height: calc(100vh - 285px) !important;
  min-height: 250px;
}
.home-page .unslider-fade .unslider-wrap li {
  height: calc(100vh - 285px) !important;
  min-height: 250px;
}
.home-page .sliderimg .backgroundimage-content .wrap {
  height: calc(100vh - 285px) !important;
  min-height: 250px;
}
#image-rotator .flex-caption {
  opacity: 1 !important;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
  bottom: unset !important;
}
#image-rotator .flex-caption h2 {
  font-size: calc(28px + 2.5vw);
  padding: 0 !important;
}
.home-page #image-rotator .slides li.uk-active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slides li:before {
  display: none !important;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.7;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.7;
  padding: 130px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.7;
  padding: 130px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.7;
  padding: 130px 0;
}
.content h1 {
  color: #000;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 4.5em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.7;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.7;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing 
	.container-main-title + .container-main .content {padding-top:0px;}
	.container-main-top + .container-main .content {padding-top:0px;}
	.container-main + .container-main .content {padding-top:0px;}
	.container-main-bottom + .container-main .content {padding-top:0px;}*/
}
.faqs h4 {
  color: #0b80c4;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.7;
  padding: 130px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
  /*.container-main + .container-main-bottom .content {padding-top:0px;} */
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 130px;
  padding-bottom: 130px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 130px;
  padding-bottom: 130px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 130px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 130px;
  /* Image boxes */
}
.imageboxes.textunder .module-image {
  position: relative;
  text-align: center;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #000;
  text-align: center;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text:after {
  content: '';
  height: 100%;
  border-right: 1px solid rgba(11, 128, 196, 0.2);
  position: absolute;
  top: 0;
  right: -20px;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  line-height: 1;
  letter-spacing: 0px;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
  font-size: 25px;
  text-transform: none;
  font-weight: 400;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #0b80c4;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #0b80c4;
}
.home-page .imageboxes.iconover .imagebox-item:last-of-type:hover .imagebox-item-icon {
  animation: flutter 1s infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(1, 1) rotate(0deg);
}
@keyframes flutter {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.home-page .imageboxes.iconover .imagebox-item:nth-child(3):hover .imagebox-item-icon {
  animation: curl 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: rotate(0deg) skewY(0deg) scale(1, 1);
  transition: 0.3s;
}
@keyframes curl {
  0% {
    transform: rotate(0deg) skewY(0deg) scale(1, 1);
  }
  10% {
    transform: rotate(40deg) skewY(10deg) scale(0.9, 0.9);
  }
  20% {
    transform: rotate(90deg) skewY(10deg) scale(1, 0.9);
  }
  30% {
    transform: rotate(140deg) skewY(-5deg) scale(0.9, 1);
  }
  40% {
    transform: rotate(190deg) skewY(10deg) scale(1, 0.8);
  }
  50% {
    transform: rotate(240deg) skewY(0deg) scale(1, 1);
  }
  60% {
    transform: rotate(290deg) skewY(10deg) scale(1, 0.8);
  }
  70% {
    transform: rotate(340deg) skewY(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(360deg) skewY(0deg) scale(1, 1);
  }
}
.home-page .imageboxes.iconover .imagebox-item:nth-child(3):hover .icon-bizzy-kids-icons-03 {
  animation: curlShadow 20s infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: skewX(0deg);
}
@keyframes curlShadow {
  0% {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  }
  20% {
    text-shadow: 10px 5px 4px rgba(0, 0, 0, 0.15);
  }
  40% {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  }
  60% {
    text-shadow: 10px 10px 4px rgba(0, 0, 0, 0.15);
  }
  100% {
    text-shadow: 5px 2px 4px rgba(0, 0, 0, 0.15);
  }
}
.home-page .imageboxes.iconover .imagebox-item:nth-child(2):hover .imagebox-item-icon {
  animation: shake 1s infinite;
  animation-direction: alternate;
  transform: skewX(0deg);
  animation-timing-function: linear;
}
@keyframes shake {
  /*.home-page .imageboxes.iconover  .imagebox-item:nth-child(2):hover .icon-bizzy-kids-icons-02 {
animation: shakeShadow 1s infinite;
animation-direction: alternate;
transform: skewX(0deg);
}

@keyframes shakeShadow {
  0% {
    text-shadow:4px 4px 4px rgba(0, 0, 0, 0.15)
  }
  50% {
    text-shadow:4px 5px 4px rgba(0, 0, 0, 0.15)
  }
  100% {
    text-shadow:10px 4px 4px rgba(0, 0, 0, 0.15)
  }
}*/
  0% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(10deg);
  }
  100% {
    transform: skewX(-10deg);
  }
}
.home-page .imageboxes.imageboxes .imagebox-item:hover .module-image, .home-page .imageboxes.iconover .imagebox-item:nth-child(1):hover .imagebox-item-icon {
  animation: spin 2s infinite;
  animation-direction: alternate;
  transform: scaleX(1);
  animation-timing-function: linear;
}
@keyframes spin {
  /* Services */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0b80c4;
}
.services.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0b80c4;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.services.textunder .service-item:hover .module-image:after {
  opacity: 0.7;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 10px 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.services.textunder .service-item:hover .module-text {
  color: #0b80c4;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #0b80c4;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0b80c4;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0b80c4;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .staff-item:hover .module-text {
  color: #0b80c4;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #0b80c4;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  /* Photo gallery */
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0b80c4;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0b80c4;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #0b80c4;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #0b80c4;
  /* News */
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0b80c4;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0b80c4;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #0b80c4;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .news-item:hover .module-text {
  color: #0b80c4;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #0b80c4;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
  /* Testimonials */
}
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #fff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #0b80c4;
  border-bottom: solid #fff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #0b80c4;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #0b80c4;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #0b80c4 transparent transparent transparent !important;
}
html[xmlns] .flexslider .slides {
  display: flex !important;
  align-items: center;
}
#site-messages > * {
  margin-bottom: 40px;
  /* Home page */
}
.container-main-top {
  background-color: transparent;
  background-image: url(../images/introbackground.png);
  position: relative;
  z-index: 100;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -40px;
}
#home-top-container.container-main-top .content {
  position: relative;
  top: -105px;
  padding: 30px 0;
}
#home-container {
  overflow: hidden;
  margin-top: -110px;
  position: relative;
  z-index: 200;
  overflow: unset;
}
#home-container .content {
  padding-bottom: 100px;
}
#home-container .content .side .side-holder img {
  position: absolute;
  bottom: -130px;
  max-width: 380px;
  left: 300px;
  pointer-events: none;
}
#home-container h1, #home-container h2 {
  color: #0b80c4;
}
#home-bottom-container {
  z-index: 205;
  position: relative;
  /* The typing effect */
}
@keyframes typing {
  /* Contact page */
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#contact-top-container .content {
  padding: 40px 0;
}
#contact-top-container .content b {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
}
.contact .form-group, .enrol-with-us-page .form-group {
  clear: none;
  width: 48%;
  max-width: 48%;
  float: left;
}
.contact .form-group:nth-last-of-type(odd), .enrol-with-us-page .form-group:nth-last-of-type(odd) {
  margin-right: 4%;
}
.contact .form-item, .enrol-with-us-page .form-item {
  clear: left;
  width: 100%;
  max-width: 100%;
  float: left;
}
.contact .form-item textarea {
  height: 210px;
}
.room.button {
  display: flex;
  width: 200px;
  justify-content: center;
  margin: 102px auto 0 auto;
  /* Icons for Centre page headings */
}
.babies-page #container-flash h1:before {
  content: url('../edit/library/images/roomicons01.png');
  float: left;
  padding-right: 25px;
}
.cocoons-page #container-flash h1:before {
  content: url('../edit/library/images/roomicons02.png');
  float: left;
  padding-right: 25px;
}
.caterpillars-page #container-flash h1:before {
  content: url('../edit/library/images/roomicons03.png');
  float: left;
  padding-right: 25px;
}
.butterflies-page #container-flash h1:before {
  content: url('../edit/library/images/roomicons04.png');
  float: left;
  padding-right: 25px;
}
.babies-page #container-flash.backgroundimage-container .backgroundimage-content h1 {
  line-height: 2.1;
}
.cocoons-page #container-flash.backgroundimage-container .backgroundimage-content h1, .butterflies-page #container-flash.backgroundimage-container .backgroundimage-content h1 {
  line-height: 1;
}
.caterpillars-page #container-flash.backgroundimage-container .backgroundimage-content h1 {
  line-height: 1.1;
  /* Footer */
}
#container-footer {
  background: #f7f7f7;
  z-index: 200;
  position: relative;
}
#footer {
  color: #0b80c4;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  padding: 65px 0;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #0b80c4;
}
#footer a:hover {
  color: #f2c208;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #0b80c4;
  padding-top: 0;
}
#footer .footer-1 {
  float: left;
  width: 22.4%;
  text-align: left;
  padding-left: 0 !important;
}
#footer .footer-2 {
  float: left;
  width: 34.4%;
  text-align: left;
  border-left: 1px solid rgba(11, 128, 196, 0.2);
  border-right: 1px solid rgba(11, 128, 196, 0.2);
}
#footer .footer-2 i {
  min-width: 20px;
  display: inline-block;
}
#footer .footer-3 {
  float: left;
  width: 28.4%;
  text-align: left;
  border-right: 1px solid rgba(11, 128, 196, 0.2);
}
#footer .footer-4 {
  float: right;
  width: 11.6%;
  text-align: left;
  padding: 0 !important;
}
#footer .footer-4 a {
  display: block;
  padding-right: 0 !important;
  position: relative;
  transition: 0.3s;
  left: 0px;
}
#footer .footer-4 a:hover {
  left: 15px;
}
#footer .footer-4 a:hover:before {
  opacity: 1;
}
#footer .footer-4 a:before {
  content: '>';
  position: absolute;
  left: -10px;
  opacity: 0;
}
#footer .footer-col {
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Base */
}
#container-base {
  background: #f7f7f7;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #0b80c4;
  font-size: smaller;
  line-height: 1.8;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #0b80c4;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item:nth-child(4n+4) .module-text:after {
  display: none;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: 300;
  text-align: left;
  margin: 10px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  color: #0b80c4;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
  /* Custom button */
}
.button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #fff;
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  background-color: #0b80c4;
  border: 1px solid #fff;
  padding: 20px 50px;
  color: #fff;
  background-color: #0b80c4;
  -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 3px 0.1px rgba(0, 0, 0, 0.12);
  display: inline-block;
}
.button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #0b80c4;
  background-color: #f2c208;
}
.button.margin-right {
  margin-right: 10px;
}
.career-application-page {
  /*Remove this line and the open bracket for golive */
}
.career-application-page .form-item {
  width: 48%;
  margin-right: 2%;
  max-width: none;
  clear: none;
  float: left;
}
@media screen and (max-width: 750px) {
  .career-application-page .form-item {
    width: 100%;
    margin-right: 0%;
  }
}
.career-application-page .form-item.edit5ded9d59ad7e1-item {
  width: 98%;
}
.career-application-page .form-item.edit5ded9d59ae417-item {
  width: 98%;
}
.career-application-page .form-item.edit5dcb4f8d928c4-item, .career-application-page .form-item.edit5dcb52b33ca8a-item, .career-application-page .form-item.recaptcha-item, .career-application-page .form-item:last-of-type {
  clear: both;
}
.career-application-page .form-item .label-details {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 6px;
}
.career-application-page p {
  margin-bottom: 1.5rem;
}
.career-application-page form .input input, .career-application-page form select, .career-application-page form textarea {
  background-color: #d8effd;
  border: solid #0b80c4 1px;
  border-radius: 6px;
  height: 38px;
  font-size: 15px;
}
.career-application-page form .input input[type=file] {
  background: none;
  border: none;
  border-radius: 0;
}
.career-application-page .form-item input[type="radio"] {
  height: auto;
  /* Each Radio Buttons Tickbox */
}
.career-application-page .form-item .radio input {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  order: 1;
  cursor: pointer;
  visibility: hidden;
  z-index: 2;
  /* Important, changes colours based on if item is checked */
}
.career-application-page .form-item .radio input:checked ~ label {
  color: #fff;
  background-color: #0b80c4;
  /* Can't see what this actually does without viewing inspect? */
  /*.form-item .radio input:checked ~ label:before {
			transform: translate(-50%, -50%) scale3d(56, 56, 1);
			opacity: 1;
			background-color:#7ab9cc;
			}*/
  /* Controls the tick and circle based on input */
}
.career-application-page .form-item .radio input:checked ~ label:after {
  background-color: #f2c208;
  border-color: #fff;
  /* Each Radio Buttons Label */
}
.career-application-page .form-item .radio label {
  position: relative;
  float: left;
  display: block;
  width: 80%;
  text-align: center;
  padding: 12px 30px;
  margin-bottom: 10px;
  background-color: #d8effd;
  border-radius: 6px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Spacing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Add Box shadow to the hover effect on each label */
}
.career-application-page .form-item .radio label:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
  /*.form-item .radio label:before {
			content:'';
			position:absolute;
			left:50%;
			top:50%;
			width:10px;
			height:10px;
			border-radius:50%;
			background-color:#7ab9cc;
			transform:translate(-50%, -50%) scale3d(1, 1, 1);
			@include transition();
			opacity:0;
			z-index:-1;
			}*/
}
.career-application-page .form-item .radio label:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px -3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Spacing */
  /*.subbut input {
    background: #f0f7f9;
    border: 1px solid #7ab9cb;
    padding: 10px 30px;
    border-radius: 13px;
    color: #000000;
    }
        .subbut input:hover {
        background: #7ab9cb;
        color: #ffffff;
        }*/
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  /*@font-face {
  font-family: 'icomoon';
  src:  url('../images/fonts/icomoon.eot?su0c6e');
  src:  url('../images/fonts/icomoon.eot?su0c6e#iefix') format('embedded-opentype'),
    url('../images/fonts/icomoon.ttf?su0c6e') format('truetype'),
    url('../images/fonts/icomoon.woff?su0c6e') format('woff'),
    url('../images/fonts/icomoon.svg?su0c6e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bizzy-kids-icons-01:before {
  content: "\e900";
  color: #f2c208;
}
.icon-bizzy-kids-icons-02:before {
  content: "\e901";
  color: #f2c208;
}
.icon-bizzy-kids-icons-03:before {
  content: "\e902";
  color: #f2c208;
}
.icon-bizzy-kids-icons-04:before {
  content: "\e903";
  color: #f2c208;
}
